body.theme-whbl {
    overflow-x: hidden;
}

#theme-wrapper {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.55);
    max-width: 3840px;
    width: 100%;
}

.theme-whbl #nav-col, .theme-whbl #page-wrapper {
    background-color: #e5e8ef;
}

#theme-wrapper #page-wrapper.container {
    max-width: 3840px;
    width: 100%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active >
a:hover, .nav-tabs > li.active > a:focus {
    color: #16191c !important;
    background: #e5e8ef !important;
}
.nav-tabs > li > a {
    color: darkgray !important;
    background-color: #eef0f5;
}

.nav-tabs > li > a:hover{
    color:white !important;
    background-color:darkgrey !important;
}
.nav-tabs {
    background-color: #f8faff !important;
}
.theme-whbl #user-left-box {
    border-bottom-color: #f8faff !important;
    background-color: #f8faff !important;
}
.tabs-wrapper .tab-content {
    padding: 0 !important;
}

.section-summary-side-div {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate( -90deg);
    top: 120px;
    z-index: 99999999;
    position: absolute;
    right: -63px;
}

.section-summary-side-div-open {
    right: 1100px;
    transition: 0.5s;
}

.section-summary-side-button{
    padding-top:1px !important;
    padding-bottom:1px !important;
}

/* Site navigation */
.nav ul li > a.active:before, .nav li > a.active:before {
    content: "\f0d9" !important;
    font-family: FontAwesome !important;
    display: block !important;
    height: 27px !important;
    line-height: normal !important;
    width: 27px !important;
    position: absolute !important;
    right: -22px !important;
    font-size: 20px !important;
    color: #fff !important;
}
.nav li > a.active:before {
    right: -20px !important;
    top: 50%;
    margin-top: -10px !important;
}

.theme-whbl #sidebar-nav .nav li > a:hover, .theme-whbl #sidebar-nav .nav li > a.active {
    background-color: #dbdee5;
}

.nav-divider{
    background-color:#d0d0d0 !important;
}

#header-navbar .nav > li > div > a {
  color: #fff !important;
}
#header-navbar .nav > li > div > a:hover,
#header-navbar .nav > li > div > a:focus,
#header-navbar .nav .open > div > a,
#header-navbar .nav .open > div > a:hover,
#header-navbar .nav .open > div > a:focus {
  background-color: #2980b9 !important;
}

/* Pavement tab */
#sidebar-nav .nav > li > a {
    height: 46px;
}

#sidebar-nav .nav > li > a > img {
    display: inline-block;
}

#sidebar-nav .nav > li > a > span {
    font-size: 1.0em;
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
}
#sidebar-nav .nav li .label-circle.pull-right {
    padding-left: 6px !important;
    padding-right: 6px !important;
    border-radius: 3px !important;
    margin-top: 0px;
}

#theme-wrapper > .navbar > .container {
    max-width: 3840px;
}

.theme-whbl .navbar > .container .navbar-brand {
    width: 275px;
}
#nav-col {
    width: 273px;
}

#content-wrapper {
    margin-left: 273px;
    min-height: 1035px;
}

#login-full-wrapper {
    background-image: url(../img/login-img.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.label-warning {
    color: #000000;
}

@media (max-width: 991px) {
    #nav-col {
        position: absolute;
    }

    #nav-col #sidebar-nav .nav > li > a > span,
    #nav-col #sidebar-navAsset .nav > li > a > span {
        display: none;
    }

    #nav-col.open #sidebar-nav .nav > li > a > span,
    #nav-col.open #sidebar-navAsset .nav > li > a > span {
        display: block;
    }

    #nav-col {
        width: 80px;
    }

    #content-wrapper {
        margin-left: 80px;
    }

    .sidenav-tabs {
        border-bottom: 1px solid #cccccc;
    }

    .sidenav-tabs li {
        width: 80px;
        text-align: center;
        background: #e8ebf2;
        position: relative;
    }

    .sidenav-tabs.nav-tabs > li > a {
        padding: 10px 5px;
        font-size: 14px;
    }

    .sidenav-tabs li:hover:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 5px;
        background: #e8ebf2;
        height: 100%;
        content: '';
    }

    .sidenav-tabs li.active:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 8px 0;
        border-color: transparent #ffffff transparent transparent;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
    }

    .sidenav-tabs.nav-tabs > li  > a {
        background: none !important;
    }

    #divNavWrapper .nav li .submenu {
        width: 200px;
        position: absolute;
        top: 0;
        left: 80px;
    }

    #divNavWrapper .nav li .submenu > li > a {
        padding-left: 25px;
    }

    #sidebar-navAsset .nav > .open > .submenu > li > .submenu,
    #sidebar-navAsset .nav > .active > .submenu > li > .submenu {
        left: 200px;
    }

    #sidebar-navAsset .nav > .open > .submenu > li > .submenu li,
    #sidebar-navAsset .nav > .active > .submenu > li > .submenu li {
        list-style: none;
    }

    #sidebar-navAsset .nav > .open > .submenu > li > .submenu a,
    #sidebar-navAsset .nav > .active > .submenu > li > .submenu a {
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    #nav-col {
        display: none;
        width: 80px;
    }

    #nav-col.in {
        display: block;
        overflow: visible;
    }

    #content-wrapper {
        margin-left: 0;
    }

    #content-wrapper.opened-sidebar {
        margin-left: 80px;
    }
}


#page-wrapper.nav-small .tabs-wrapper > .nav-tabs li {
	font-size: 11px;
}
#header-navbar .nav > li > a > i, #sidebar-nav .nav > li > a > i {
    font-size: 1.5em;
}
#header-nav > .navbar-nav .fa, #header-nav > .navbar-nav .glyphicon {
	font-size: 1.5em;
}
/* Asset tab */
#sidebar-navAsset .nav > li > a {
    height: 50px;
}
#sidebar-navAsset .nav > li > a > span {
    font-size: 1.0em;
}

#sidebar-navAsset .nav > li > .submenu > li > a > span {
    font-size: 1.0em;
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
}

#sidebar-navAsset .nav li .label-circle.pull-right {
    padding-left: 6px !important;
    padding-right: 6px !important;
    border-radius: 3px !important;
    margin-top: 0px;
}

#header-navbar .nav > li > a > i, #sidebar-navAsset .nav > li > a > i {
    font-size: 1.5em;
}

.project-box-header .RadDropDownList_Bootstrap .rddlInner {
    padding-top: 2px;
    padding-bottom: 2px;
}

.project-box .project-box-header .name a {
    line-height: 25px;
}

.theme-whbl h1 {
    padding-left: 0;
}

@media (max-width: 1440px) {
    .RadGrid_Bootstrap table.rgMasterTable {
        font-size: 13px;
    }

    .RadGrid_Bootstrap table.rgMasterTable .rgRow > td,
    .RadGrid_Bootstrap table.rgMasterTable .rgAltRow > td,
    .RadGrid_Bootstrap table.rgMasterTable .rgEditRow > td {
        padding: 6px 5px;
    }
}

@media (max-width: 1023px) {
    .RadGrid_Bootstrap table.rgMasterTable {
        font-size: 12px;
    }

    .RadGrid_Bootstrap table.rgMasterTable .rgRow > td,
    .RadGrid_Bootstrap table.rgMasterTable .rgAltRow > td,
    .RadGrid_Bootstrap table.rgMasterTable .rgEditRow > td {
        padding: 6px 5px;
    }
}

.RadGrid_Bootstrap .rgMasterTable {
    font-size: 12px;
}

.RadGrid_Bootstrap .rgRow > td,
.RadGrid_Bootstrap .rgAltRow > td,
.RadGrid_Bootstrap .rgEditRow > td,
.RadGrid_Bootstrap .rgFooter > td,
.RadGrid_Bootstrap .rgFilterRow > td,
.RadGrid_Bootstrap .rgHeader,
.RadGrid_Bootstrap .rgResizeCol,
.RadGrid_Bootstrap .rgGroupHeader td {
    padding-left: 5px !important;
}

.RadGrid_Bootstrap .rgHeader a {
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: block;*/
}

.RadGrid_Bootstrap .rgFilterRow td
{
    padding-right: 30px !important;
}

.RadGrid th button.rgOptions {
    width: 25px;
    font-size: 10px;
}

@media(max-width: 992px) {
    #sidebar-nav .nav li.active > .submenu {
        display: none;
    }

    #sidebar-nav .nav li.open > .submenu {
        display: block;
    }

    .label {
        white-space: normal;
        text-align: right;
    }

    .panel-body {
        padding: 10px;
    }

    .main-box .main-box-body {
        padding: 0 10px 10px;
    }

    .form-horizontal .panel-body  .form-group {
        margin-right: -10px;
        margin-left: -10px;
    }

    body span.RadButton_Bootstrap.rbSkinnedButton,
    body span.RadButton_Bootstrap.rbLinkButton,
    body span.RadButton_Bootstrap.rbVerticalButton,
    body span.RadButton_Bootstrap.RadButton.rbDisabled,
    body span.RadButton_Bootstrap.RadButton.rbDisabled:hover,
    body span.RadButton_Bootstrap.RadButton.rbDisabled:active,
    body span.RadButton_Bootstrap.RadButton.rbDisabled:focus {
        padding: 4px 8px;
        font-size: 13px;
    }

    .proj-selection.text-right {
        text-align: left !important;
    }

    .treatment-for-section .btn {
        float: none !important;
        margin: 0 5px 5px 0 !important;
    }
}

.theme-whbl .RadGrid th .rgFilter {
    width: 20px;
    height: 20px;
    font-size: 10px;
}

.panel-scroll-outer {
    overflow-x: auto;
}


.rgNoRecords div {
    padding: 20px 15px;
}

.mb6 {
    margin-bottom: 6px !important;
}

.RadDropDownList {
    position: relative;
    z-index: 9;
}

#ContentPlaceHolder1_pnlDistressAdd .rgHeader:last-child {
    width: 70px;
}

.RadUploadProgressArea_Bootstrap {
    left: 50% !important;
}

@media (max-width: 600px) {
    .RadUploadProgressArea,
    .RadUploadProgressArea.RadUploadProgressArea_Bootstrap,
    .RadUploadProgressArea_Bootstrap {
        left: 2% !important;
        margin-left: 0 !important;
    }
}

#footer-bar {
    bottom: -7px;
}

.panel-heading.graph-heading span {
    line-height: 29px;
}

.RadGrid.RadGrid_Bootstrap {
    width: 100% !important;
}

.RadGrid_Bootstrap.tla table {
    table-layout: auto !important;
}

@media (max-width: 767px) {
    .rtsUL .rtsLI {
        width: 100% !important;
        display: block;
    }

    .rtsUL .rtsLI .rtsLink {
        padding: 6px 10px;
        text-align: center;
        margin-bottom: 10px;
    }

    body .RadTabStrip.rtsTop .rtsLevel1 .rtsSelected .rtsLink {
        border: 1px solid #ddd;
        border-bottom-color: #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
}

/*.maincontentopen #hpct-graph-box,*/
/*.maincontentopen #cur-pcifc-graph-box,*/
/*.maincontentopen #cur-pci-graph-box,*/
/*.maincontentopen #dash-percent-graph,*/
/*.maincontentopen #hnct-graph-box,*/
/*.maincontentopen #rsl-graph-box {*/
    /*width: 100%;*/
/*}*/

.maincontentopen .row-lg-eq-height {
    display: block;
}

.sidehelp {
    right: 0;
}

.theme-whbl #header-navbar .nav > li > a:focus {
    background-color: #3498db;
}

.theme-whbl #header-navbar .nav > li > a:focus:hover {
    background-color: #2980b9;
}

.theme-whbl .input-group > .input-group-btn > .btn.btn-default {
    border: 1px solid #ccc;
    color: #333 !important;
}


@media (max-width: 992px) {
    .maincontentopen {
        margin-right: 0;
    }

    .sidehelp.sidehelpopen {
        width: 100%;
        z-index: 9999;
    }
}
