﻿  .dialogdemoBasicUsage #popupContainer
        {
            position: relative;
        }
        .table-custom-class
        {
            min-width: 200px !important;
            max-height: 406px;
        }
        .table-custom-class tbody
        {
            overflow-y: auto;
        }
        .NewPopUp
        {
            width: 80% !important;
        }
        
        .table-custom-class tbody tr
        {
            box-sizing: border-box;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: horizontal;
            -webkit-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-grid-row-align: center;
            align-items: center;
            -webkit-align-content: center;
            align-content: center;
            max-width: 100%;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            border-bottom: 1px solid #ddd;
            font-size: 13px !important;
        }
        .popUpSize .table-custom-class thead tr th
        {
            -webkit-box-flex: 1;
            box-sizing: border-box;
            -webkit-flex: 1;
            flex: 1;
            background: #0485a3;
        }
        .popUpSize .table-custom-class thead tr th a
        {
            color: White !important;
            font-size: 14px !important;
        }
        .popUpSize .table-custom-class tbody tr td
        {
            -webkit-box-flex: 1;
            box-sizing: border-box;
            -webkit-flex: 1;
            flex: 1;
            border-right: 1px solid #ccc;
        }
        #contentLogin_contentMain_pnlPopUp
        {
            left: 10% !important;
            max-height: 500px !important;
            overflow: inherit !important;
        }
        #contentLogin_contentMain_upDrilldown div
        {
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -webkit-flex-direction: column;
            flex-direction: column;
            box-sizing: border-box;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
        }
        .table-custom-class thead tr
        {
            box-sizing: border-box;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: horizontal;
            -webkit-flex-direction: row;
            flex-direction: row;
            border-bottom: 1px solid #ddd !important;
          
        }
        .dialogdemoBasicUsage .footer
        {
            width: 100%;
            text-align: center;
            margin-left: 20px;
        }
        
        .dialogdemoBasicUsage .footer, .dialogdemoBasicUsage .footer > code
        {
            font-size: 0.8em;
            margin-top: 50px;
        }
        
        .dialogdemoBasicUsage button
        {
            width: 200px;
        }
        
        .dialogdemoBasicUsage div#status
        {
            color: #c60008;
        }
        .dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox
        {
            margin-bottom: 0;
        }
        #contentLogin_contentMain_mnuLeftMenu a
        {
            text-decoration: none;
            white-space: initial !important;
            display: block;
        }
        .leftpanelheading{background: #18aacc;color: #fff;padding: 14px !important; }
        /*.leftpanelmarginsetting{margin-top: -12px; margin-left: -15px;}*/
        #Maincontent{ overflow:initial;}
        .GridHorScroll {max-height: 43.5rem !important; overflow:auto;}
        .md-button{min-height: 28px; min-width: 48px; padding:4px 12px !important; line-height: 22px;}
        md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar{background:#18AACC;}
        md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar){background:#18AACC;}
        .ui-datepicker table {
            background:#FFF;
        }
        
         .leftpanelheading{background: #18aacc;color: #fff;padding: 14px !important;}
        .leftmenu ul{width:100% !important;}
         .leftpanelmarginsetting li{    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #dbdbdb !important;  
    border-left: 1px solid #dbdbdb !important;}
      .leftpanelmarginsetting li a{ padding:12px 23px 12px 12px; color:#1d1d1d ; font-weight:normal; font-size:13px; background:#f4f4f4 ;   }
         .leftpanelmarginsetting li a:hover{color: #fff !important;
    background: #18AACC !important;}
   
        #Maincontent{ overflow:initial;}
        .ActiveListItem {
       color: #fff  !important;
    background: #18AACC !important;
    font-weight: bold!important;
   
}
 .ActiveListItem::after{ content: "";float: left;
    background: #046f88 ;
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;} 
     li a.ActiveListItem:before {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
}
.head h3 {
       font-weight: bold;
    padding:13px 10px;
    color: #298698;
    font-size: 16px;
    margin: 0;
}
.table tr th a{ color:#fff;}
.pl0{ padding-left:0px !important;}
.leftmenu{ float:none !important; max-height:500px; overflow:auto; margin:0px;}
.cmd-padding.pah {
    padding: 8px!important;
}
.cmd-ohy-auto {
    overflow: auto !important;
}
.btnSave, .btnCancel {
    font-weight: 500 !important;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07) !important;
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07) !important;
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#18AACC), to(#0485A3)) !important;
    background: -moz-linear-gradient(top, #18AACC, #0485A3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18AACC', endColorstr='#0485A3') !important;
}
/*.label {
    font-size: 14px !important;
    font-weight: 600!important;
    color: #0485a3!important;
}*/
.rightFilter .form-control{ display:inline-block; max-width:130px;}

.primary-text {
    font-size: 17px !important;
    text-shadow: 0 4px 4px rgba(0,0,0,.14) !important;
    color: rgb(4, 133, 163); padding:8px;
}
.leftpanelmarginsetting, .secondary-text{ font-size:13px !important;}

/*Overview details Start*/
.x_title {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}

    .x_title h2 {
        margin-top: 10px;
        font-size: 16px;
        padding: 10px;
        margin-bottom: 0px;
        color: #298698;
        font-weight: 500;
        text-shadow: 0 4px 4px rgba(0,0,0,.14) !important;
    }

.addbtn {
    margin-top: 6px;
}

/*.label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0485a3 !important;
}*/

.fixed1 {
    position: fixed !important;
    top: 50px;
    left: 0;
    margin-left: 50px;
    right: 0px;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0 15px 50px rgba(2,3,3,.1);
    -moz-box-shadow: 0 15px 50px rgba(2,3,3,.1);
    box-shadow: 0 15px 50px rgba(2,3,3,.1);
    z-index: 999 !important;
    padding: 8px 15px 6px 15px;
}

.rightFilter .form-control {
    display: inline-block;
    max-width: 130px;
}

.content-header.fixed1 h1 {
    margin-top: 5px;
}

#mdlViewDetailTable .modal-dialog {
    width: 90%;
}

#tblDrillDownTable tbody td {
    white-space: nowrap;
}

.content-header {
    padding: 8px 15px 0px 15px;
}

/*Overview details End*/

#mdlViewDetailTable .close {
    outline:none;
    border:none;
    background:none;
    margin-top:0;

}

 .pagination {
    float:right;
}

 .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

 .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #18aacc;
    border-color: #18aacc;
}

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }