	


	.cms_Edit {
        position:absolute;
        top: 5px;
        width: 20px;
        height: 20px;
        overflow: hidden;
        cursor: pointer;
        font-weight:normal;
        font-size: 12px;
        z-index: 0;
        }
    .cms_Block {
        position:absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        opacity:0.5;
        display:none;
        z-index: 0;
        }

    .cms_Block_Plugin {              
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: 2px solid #000000;
        background-color: #999999;
        }
    .cms_Block_Objecte {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: 2px solid #000000;
        background-color: #999999;
        }
    .cms_Block_Element {              
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: 2px solid #000000;
        background-color: #999999;
        }
    .cms_Block_SubElement {              
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: 2px solid #000000;
        background-color: #999999;
        }

     .cms_Edit_Plugin {
        left: 5px;
        background-color: #ff8080;
        border: 1px solid #000000;
        }
     .cms_Edit_Objecte {
        left: 5px;
        background-color: #50EE50;
		box-shadow: 0px 3px 6px #00000042;
        -moz-border-radius: 12px; 
        -webkit-border-radius: 12px; 
        border-radius: 12px;
        padding-top: 3px;
        height: 18px;
        z-index:100;
        }
     .cms_Edit_Element {
        top: -6px; 
        left: -24px;
        background-color: #3399DD;
        box-shadow: 0px 3px 6px #00000042;
        -moz-border-radius: 12px; 
        -webkit-border-radius: 12px; 
        border-radius: 12px;
        padding-top: 3px;
        height: 18px;
        }
    .cms_Edit_SubElement {
        top: -6px; 
        left: -24px;
        background-color: #FF80FF;
        box-shadow: 0px 3px 6px #00000042;
        -moz-border-radius: 12px; 
        -webkit-border-radius: 12px; 
        border-radius: 12px;
        padding-top: 3px;
        height: 18px;
        }