@import url("./style.css");
@import url("./modules-style.css");
@import url("./ckeditor-text-style.css");
.cke_editable {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    cursor: text;
    min-width: 30px;
}
.header-link input{
    color: #000;
    line-height: 15px;
    width: 100%;
}
.connectedSortable{
    min-height: 100px;
}
.submenu-box-CNT .connectedSortable{
    min-height: 30px;
}
.connectedSortableBkg{
    min-height: 45px;
}
    .connectedSortableBkg p{
        margin: 0;
        cursor: default;
    }
.tree-CTR{
    width: 380px;
    height: 480px;
    overflow: auto;
    background: #c9c9c9;
}
.link-repo {
    width: 260px;
    background: #c9c9c9;
    height: 10px;
    padding: 10px;
    color: #000;
    margin-bottom: 10px;

}
.link-repo::-webkit-input-placeholder {
    color: #ffffff;
}
.link-url{
    width: 260px;
    background: #c9c9c9;
    height: 10px;
    padding: 10px;
    color: #000;
}
.link-url::-webkit-input-placeholder {
    color: #ffffff;
}
.tree-CNT{
    padding: 20px;
}
.manage-param-CNT{
    display:none;
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
}
.params-definition{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #273B54;
}

.new-item{
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    border: 2px solid #273B54;
    float: left;
    position: relative;
}
.new-item:hover{
    border-color: #57cc68;
}

.draggable{
    cursor: move;
    position: relative;
    height: 84px;
    width: 84px;
    font-size: 12px;
}
.module-controls{
    z-index: 7;
    position: absolute;
    top: -37px;
    left: 0;
    margin: 0 !important; padding: 6px 0 !important;
    visibility: hidden;
    width: 100%; height: 37px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    background: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.module-controls li{
    display: block;
    padding: 2px 10px !important;
    font-size: 16px;
    width: 40px;
    text-align: center;
    color: #ffffff !important;
    border-left: 1px solid rgba(255,255,255,0.4);
    float:left !important;
    cursor: pointer;
}
.module-controls li label {
    float: left;
    font-size: 14px;
    margin: 0 10px 0 0;
}
.module-controls li input[type="text"].valore,
.module-controls li input.valore{
    height: 18px;
    width: 200px;
    font-size: 13px;
    color: #000;
    padding: 0 10px;
}
.module-controls button{
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    color: #7a6;
    display: block;
    font: 12px/23px "Arial";
    padding: 0 8px 0 22px;
    position: relative;
    border:0;
    float:right;
}
.module-controls button span{
    left: 6px;
    position: absolute;
    top: 6px;
}
.module-controls li:first-child{
    border-left: none;
}
.module-controls li{
    list-style-type: none;
}
.params-CNT label {
    float: left;
    font-size: 14px;
    margin: 0 10px 0 0;
}
.params-CNT li{
    border: 0 none;
    float: none !important;
    margin: 5px 0;
    padding: 0 !important;
}
.module-wrapper.editable:hover .module-controls{
    visibility: visible;
}

.module-wrapper.editable:hover{
    outline: 1px dashed #000000;
    z-index: 99999;
    box-shadow: none !important;
}


#panelModule{
    z-index: 9999;

    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
    width: 374px;
    height: auto;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #F6F6F6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    border-radius: 4px 0 0 0;

}
#panelModule h2{
    background: none repeat scroll 0 0 #273B54;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 8px -10px;
    padding: 4px 10px 4px 10px;
}
#panelModule #module-list-inner > span.ico{float:left; background:#273B54 url(../../gfx/spr/glyphicons-halflings-white.png) -308px -114px no-repeat; width:26px; height:26px; cursor:pointer;}
#panelModule #module-list-inner > span.open{background:#273B54 url(../../gfx/spr/glyphicons-halflings-white.png) -282px -114px no-repeat;}
#panelModule #available-elems{width:100%; clear:both;}

.loader{
    position: absolute;
    top: 50%; left: 50%;
    margin: -30px 0 0 -30px;
    padding: 22px;
    width: 16px;
    height: 16px;
    background: #333333 url('../../gfx/inline-edit/ajax-loader.gif') no-repeat center center;
    border-radius: 5px;
}
.edit-page .sortable{
    z-index: 1;
    float: left;
    position: relative;
    width: 100%; min-height: 400px;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.cleared:after {clear:both; visibility:hidden; display:block; content:"."; height:0;}
.cleared {clear:both; height:1%;}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/*.insights-widget {margin: 0 25px 15px;}*/

/*.articleCntDx .insights-widget,*/
/*.insights-edit.insights-widget{display: block;}*/

/*.insights{width: 100%;}*/
/*.articleCntDx .insights-widget {margin: 0 0 50px;}*/
/*.insights > h3{text-transform: uppercase; border-bottom:3px solid #e9e9e9; padding: 15px 0; font-size: 24px; line-height: 1em; font-family:'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif; font-weight:400; font-style:normal; font-weight:normal; color: #000;}*/
/*.insights a{display: block; margin: 20px 0 0; font-size: 14px; line-height: 1em; font-family:'Gotham 5r','Gotham A','Gotham B','Gotham-Medium',Arial,Helvetica,sans-serif; font-weight:500; font-style:normal; font-weight:normal; color: #000; text-decoration: none;}*/

/*@media only screen and (max-width:767px) {!* SMARTPHONE 320 Small screen, non-retina, portrait *!!* Modulo approfondimenti dx -begin- *!*/
    /*.insights{margin: 0 0 20px; width: 100%;}*/
    /*.insights > h3{border-bottom:3px solid #e9e9e9; padding: 15px 0; font-size: 24px; line-height: 1em; font-family:'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif; font-weight:400; font-style:normal; font-weight:normal; color: #000;}*/
    /*.insights a{display: block; margin: 20px 0 0; font-size: 14px; line-height: 1em; font-family:'Gotham 5r','Gotham A','Gotham B','Gotham-Medium',Arial,Helvetica,sans-serif; font-weight:500; font-style:normal; font-weight:normal; color: #000; text-decoration: none;}*/
    /*!* Modulo approfondimenti dx -end- *!*/
/*}*/

/*.insights-edit{*/
    /*display: block;*/
    /*width:100%;*/
    /*float:none !important;*/
/*}*/
/*.insights-helper{*/
    /*display: block;*/
    /*padding: 1px;*/
    /*border: 1px solid #F6F6F6;*/
    /*background: rgba(57,181,75,.8);*/
    /*height:80px;*/
    /*width:100%;*/
/*}*/
/*.placeholder.insights-helper{*/
    /*width:100%;*/
/*}*/