﻿/*sil*/
.display-none {display:none}
.ems-top-fixed-menu{display: block;position: fixed;padding: 10px 0px 5px 0px;background-color: #ecf0f5;width:100%;z-index: 1000;border-bottom: 2px solid #999;min-height: 80px;background: -webkit-linear-gradient(top, #ecf0f5, #aaa);background: -o-linear-gradient(top, #ecf0f5, #aaa);background: -moz-linear-gradient(top, #ecf0f5, #aaa);background: linear-gradient(top, #ecf0f5, #aaa);}
.ems-container{margin-top: 100px;}
.disabled-content{pointer-events: none;opacity: 0.6;}

.loading-modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .6 ) 
                url('/dist/img/loading.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading-modal {
    display: block;
}

.wrapperTop, .wrapperBottom { width: 100%; overflow-x: scroll; overflow-y: hidden; }
.wrapperTop { height: 20px; }
.wrapperBottom {}
.containerTop { height: 20px; }
.containerBottom { overflow: none; }
