#content,
.mm-page {
    /* performance when too much content*/
    box-shadow: none !important;
}

.mm-page {
    height: 100%;
}





html, body{
    overflow: hidden;
    height:100%;
}

.JS_autoHeight2{
    overflow-y:auto;
    overflow-x:hidden;
}
.JS_autoHeight{
    overflow-x:hidden;
    /*padding-right: 11px;*/
    /*overflow-y:scroll;*/
}



.colMainContent{
    overflow: hidden;
}


.wrapColRight{
    z-index: 15;
}


#JSalertPreHeader{
    background: #f00;
    text-align: center;
    padding: 8px;
    color: #fff;
    height: 45px;
    font-size: 15px;
    overflow: hidden;
    font-weight: normal;
    position: relative;
    z-index: 9;    
    line-height: 25px;
}
#JSalertPreHeader a{
    color: #000;
    font-weight: bold;
    background: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    top: 1px;
    position: relative;
}
#JSalertPreHeader a:hover{
    text-decoration: none;
    background: #000;
    color: #fff;
}
#container{
    /*    min-height:100%;
        height:100%;*/
    position:relative;
    z-index: 1;
    height: 100%;
}
header{
    position: relative;
    z-index: 401;
    background: #007ec3;
    /*overflow: hidden;*/
    z-index: 493;
    height: 45px;
    /* line-height: 32px; */
box-shadow: 0px 1px 5px rgb(0 0 0 / 50%);}

.toggle_panel,
.wrapColRight.ui-resizable .ui-resizable-w {
    cursor: w-resize;
    width: 11px;
    opacity: 0;
    left: 0;
    display: block;
    position:absolute;
    top: 0;
    z-index: 9999999999999999999 !important;
    height: 100%;
    border-left: 1px solid rgba(0,0,0,0.1);
    background: url(../img/vsizegrip.png) center center no-repeat #f7f7f7;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.wrapColRight.ui-resizable-resizing > .colRight{
    display: none;
}
.wrapColRight.ui-resizable .ui-resizable-w:hover{
    opacity:1;
    background-color: #e0e0e0; 
}


#JS_wrapIframeLateral2 > iframe {
    display: none;
}
#JS_wrapIframeLateral2 > iframe:nth-child(2) {
    display: block !important;
    z-index: 2;    
}
#JS_wrapIframeLateral2 > iframe:first-child {
    display: block !important;
    z-index: 3;
}


.fooBarColor{
    height: 40px;
    position: absolute;
    top: 32px;
    width: 100%;         
    z-index:0;
}

#contentBody{
    border-left: 0px solid #f7f7f7;
}
body.hideHeader #contentBody{
    border-left:none;
    z-index: 3;
}


#page{
    bottom: 37px;
    z-index: 2;
}


body,
.jsEdList,
#contentInner,
#contentBody{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

#content{
    background: #fbfbfb;
    top: 45px;
    z-index: 491; /* En 500 empiezan las windows*/
    /* width: 100%; */
    overflow: hidden;
}
#column-left {
    width: 50px;
    height: 100%;
    background-color: #3d3d3d;
    position: absolute;
    top: 0px;
    padding-top: 45px;
    z-index: 492;
    /* z-index: 10; */
    transition: all 0.3s;
}

.jsEdList{
    padding: 0.1px 0 0 0px;/*Hack*/
}
.wrapTable,
/*.jsEdList,*/
#contentMain,
#contentBody,
.colMainContent {
    /* padding-bottom: 30px; */
    position: relative;
    height: 100%;
}


.hideHeader #content,
.hideHeader #page{
    top: 0;
    bottom: 0;
}
.hideHeader #page{
    bottom: 0;
}

#contentInner{
    /*background: #fff;*/

    min-height:100%;
    height:100%;
    position:relative;    
    z-index: 1;
}

.wrapColMain{
    position: relative;    
    background: #fff;
    min-height: 100%;
    overflow: hidden;    
    margin-left: 0;
}

#contentInner.notAdjustWidth #JSpanelLateral2 .toggle_panel, #contentInner.notAdjustWidth #JSpanelLateral2 .ui-resizable-handle{
    display:none !important;
}
#contentInner.notAdjustWidth .colRight,
#contentInner.notAdjustWidth #JS_wrapIframeLateral2 > iframe{
    padding-left:0 !important;
    left: 0 !important;
}
#contentInner.notAdjustWidth .wrapTable tbody tr{
    /*background:#f6f6f6;*/
}
#contentInner.notAdjustWidth .wrapTable tbody tr.opened td,
#contentInner.notAdjustWidth .wrapTable tbody tr:hover td{
    /*background:rgba(255,255,255,.43) !important;*/
}
#contentInner.notAdjustWidth .wrapTable tbody tr.opened td{
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
}
#contentInner.notAdjustWidth .colRight{
    border-left: 1px solid #d3d3d3;
}



.message_module_not_instaled{
    padding-top: 60px;
    font-size: 14px;
}

.module_explanation{
    background: none repeat scroll 0 0 #FCFBD1;
    border: 2px solid #EFEDA7;
    border-radius: 5px 5px 5px 5px;
    margin: 13px auto 10px;
    width: 750px;
}


.colLeft > .title,
.colRight .title{
    background: none repeat scroll 0 0 #F7F7F7;
    /* border-bottom: 1px solid #C4C4C4; */
    color: #000000;
    height: 40px;
    letter-spacing: 2px;
    line-height: 41px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    clear:both;
}


#contentRightButtonsContent{
    float: right;
    margin-right: 8px;
position: relative;z-index: 999999;}


body.mce-fullscreen .colMainContent{
    overflow: visible;
}
body.mce-fullscreen #content{
    z-index: 500 !important;
}
body.mce-fullscreen div.mce-fullscreen{
    top: 0;
    left: 0;    
}
