#container {
    background: #000;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px;
    display: none;
}

.contentFrame{
    width: 100%;
    border:0px;
    margin: 0px;
    position: relative;
}
.ui-layout-pane{
    padding: 0px;
}
.ui-layout-pane-center{
    margin-top: auto;
    margin-bottom: auto;
}
.dropdown.open > ul.dropdown-submenu.dropdown-submenu-opener{
    display: block;

}
.dropdown > ul.dropdown-submenu.dropdown-submenu-opener{
    display: none;
}
.dropdown.open > ul.dropdown-submenu.dropdown-submenu-opener{
    padding-left: 10px;
}

#modalLogin .modal-dialog{
    max-width: 300px;
}
.modal-backdrop.fade.in{
    opacity: 1;
    background: url("build/images/hexellence.png") repeat #EEF1F5;
}
.pane{
    background: url("build/images/white_texture.png") repeat 0 0 #EEF1F5;
}
.ui-layout-center{
    background: url("build/images/white_texture.png") repeat 0 0 #FFFFFF;
}
.ui-layout-north{
    background: url("build/images/hexellence.png") repeat 0 0 #EEF1F5;
    border:none;
    border-bottom: solid 1px #333;
    -webkit-box-shadow: 2px 0px 7px 0px #131313;
    -moz-box-shadow: 2px 0px 7px 0px #131313;
    box-shadow: 2px 0px 7px 0px #131313;
}

.ui-layout-east{
    -webkit-box-shadow: 2px 0px 7px 0px #131313;
    -moz-box-shadow: 2px 0px 7px 0px #131313;
    box-shadow: 2px 0px 7px 0px #131313;
}

.modal.modal-wide .modal-dialog {
    width: 99%;
    margin: 15px auto;
}
.modal.modal-wide .modal-body {
    overflow-y: auto;
    width: 100%;
    margin: 0px -2px;

}
#modalMain .modal-header {
    padding: 5px;
    background-color: #FFD15C;
}
#mainLogo{
    /*width:270px;
    font-size: 16px;
    font-family: "New York";*/
    background-color: #45908A;
    border-right: 1px solid #45908A;
}
#mainLogo div{
    line-height: 50px;
    color: #fff;
    font-weight:bold;
    font-size: 16px;
    margin-left: 15px;
}
#mainHeader{

}
/*#mainHeader div{
    font-weight:bold;
    font-size: 18px;
}*/
.table-layout {
    display:table;
    width:100%;
    line-height: 48px;
    margin: 0;
    padding: 0;
}
.table-layout .table-cell {
    display:table-cell;
    vertical-align: top;
}
.fixed-width-210 {
    width:210px;
}
#mainPageName{
    line-height: 50px;
    background-color: #45908A;
    border-right: 1px solid #45908A;
    float: left;
    color: #fff;
    padding: 0 10px 0 10px;
    font-weight:normal;
    font-size: 16px;
}
#mainPatientSeperate{
    line-height: 45px;
    background-color: #45908A;
    border-right: 1px solid #45908A;
    float: left;
    color: #fff;
    padding: 0 10px 0 10px;
}
#mainPatientName{
    line-height: 50px;
    background-color: #45908A;
    border-right: 1px solid #45908A;
    color: white;
    padding: 0 10px 0 10px;
    font-weight:normal;
    font-size: 15px;
}
#mainPatientSeperate:after{
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    line-height: 50px;
    background: #45908A;
    color: #fff;
    padding: 0 10px 0 0px;
    font-size: 12px;
}
.mainOpener{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #45908A;
    /* border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);*/
    width:40px;
}
.mainOpener a{
    text-decoration: none;
    color: #fff;
    display: block;
    line-height: 50px;
    border-right: 1px solid #45908A;
    outline: none;
}

@media (max-width: 767px) {
    #mainLogo{
        width:100px;
        display: none;
    }
    .table-layout {
        margin: 0;
        padding: 0;
        display:table;
        overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; word-wrap: break-word;
    }
    #mainHeader div#mainPageName{
        font-size: 8px;
        white-space: normal;
    }
    #mainHeader div#mainPatientName{
        font-size: 9px;
    }
    #mainPatientSeperate:after{
        font-size: 8px;
    }
}

#mainPrintFrame{
    width: 100%;
    height: 99%;
    border: none;
    margin: 0px;
    position: relative;
}
#modalMain .modal-body{
    margin: 0;
    padding: 0;
}
#modalMain .modal-footer{
    margin-top: -5px;
}


/** Sidebar scrollbar*/
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
    background-color: #750000;
}
.sidebar {
    display: block;
    float: left;
    width: 100%;
    background-color: #fff;
    height: 100%;
}
/*.content {
    display: block;
    overflow: hidden;
    width: auto;
}*/

.sidebar-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background-repeat: repeat-x;

    background-image: -webkit-linear-gradient(left, color-stop(#45908a 10px), color-stop(#ffffff 10px));
    background-image: linear-gradient(to right, #45908a 10px, #ffffff 10px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff750000', endColorstr='#ff222222', GradientType=1);
}
.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-nav ul li,
.sidebar-nav ul a {
    display: block;
}
.sidebar-nav ul a {
    padding: 10px 20px;
    color: #333;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0) inset;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
}
.sidebar-nav ul a:hover,
.sidebar-nav ul a:focus,
.sidebar-nav ul a:active {
    color: #45908A;
    background-color: rgba(255, 255, 255, 0.15);
    text-decoration: none;
}
.sidebar-nav ul ul a {
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, 0.1);
    /*font-size: 12px;*/
}
.sidebar-nav ul ul ul a {
    padding: 10px 40px;
    background-color: rgba(255, 255, 255, 0.2);
}
.sidebar-nav ul ul ul ul a {
    padding: 10px 45px;
    background-color: rgba(255, 255, 255, 0.3);
}
.sidebar-nav ul ul a:hover,
.sidebar-nav ul ul a:focus,
.sidebar-nav ul ul a:active {
    background-color: rgba(255, 255, 255, 0.5);
}
.sidebar-nav-item {
    padding-left: 5px;
}
.sidebar-nav-item-icon {
    padding-right: 5px;
}
.sidebar-nav a{
    font-size: 12px;
}

.mCSB_inside > .mCSB_container{
    margin-right: 0px;
    /*height: 100%;*/
}
.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#westInnerCenterContainer .sidebar-nav {
    border-bottom: 1px solid rgba(210, 210, 210, 0.3);
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(right, color-stop(#45908a 10px), color-stop(#ffffff 10px));
    background-image: linear-gradient(to left, #45908a 10px, #ffffff 10px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff750000', endColorstr='#ff222222', GradientType=1);
}
#eastInnerCenterContainer .mCustomScrollBox{
    background-image: -webkit-linear-gradient(left, color-stop(#45908a 10px), color-stop(#ffffff 10px));
    background-image: linear-gradient(to right, #45908a 10px, #ffffff 10px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff750000', endColorstr='#ff222222', GradientType=1);
}
#westInnerCenterContainer .mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    right: auto;
    top: 0;
    left: 0;
    bottom: 0;
}


.ui-layout-pane {
    border: none;
}