﻿
.page-navbar-closed .body {
    left: 0;
}

.page-navbar-closed .page-overlay {
    visibility: hidden;
}

.page-navbar-closed .navbar {
    overflow: hidden;
    width: 28px;
    background-color: #475456;
}

.page-navbar-closed .navbar-inner {
    overflow: hidden;
    height: calc(100% - 28px);
}

.page-navbar-closed .navbar-body {
    padding: 0;
}

.page-navbar-closed .navbar-close-wrapper,
.page-navbar-closed .navbar-header, .page-navbar-closed .navbar-heading,
.page-navbar-closed .user-info,
.page-navbar-closed .navbar-buttons {
    display: none;
}

.page-navbar-closed .navbar-open {
    display: block;
}

.page-navbar-closed ul.navbar-nav {
    border: none;
}

    .page-navbar-closed ul.navbar-nav li a {
        padding: 7px 7px 6px;
        background-color: #5b6a6c;
        border: none;
    }

.page-navbar-closed ul.navbar-nav-main li a {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #c0c0c0;
}

.page-navbar-closed ul.navbar-nav li.active a, .page-navbar-closed ul.navbar-nav li:hover a {
    background-color: transparent;
    color: #ffffff;
}

.page-navbar-closed .tooltip {
    left: 30px !important;
}

.header {
    position: relative;
}

    .header:after {
        content: "";
        display: block;
        background-color: #e2e2e2;
        border-top: 1px solid #969696;
        height: 15px;
    }

    .header .container-inner {
        height: 100px;
    }

/*
    .header .container-inner {
        height: 100px;
        margin-top: 3em;
        margin-bottom: -3em;
    } */

.container {
    width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0em auto 0em;
    min-height: 100%;
    height: auto !important;
    position: relative;
}

/*
.container {
    width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
}*/

/*this accounts form the left nav bar*/
.container-fluid {
    padding-left: 55px;
    padding-right: 25px;
}

.body > .container, .body > .container-fluid {
    padding-top: 40px;
}

.container-inner {
    position: relative;
}

.header-image {
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    width: 700px;
    height: 100px;
}

.logo {
    width: 450px;
    position: absolute;
    top: 50%;
    height: 75px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

    .logo .btn {
        left: 100%;
        margin-left: 10px;
        margin-top: 0;
        position: absolute;
        top: 50%;
        transform: translate(0px, -50%);
        -moz-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
    }

.navbar {
    position: fixed;
    left: 0;
    top: 116px;
    bottom: 0;
    color: #ffffff;
    line-height: 1.33;
    z-index: 11;
    transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.navbar, .navbar-inner, .navbar-inner:before, .navbar-header, .navbar-body, .navbar-icons {
    width: 255px;
}

.navbar-inner {
    overflow: auto;
    height: calc(100% - 24px);
}

    .navbar-inner:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #475456;
    }

.navbar-icons {
    position: relative;
    z-index: 1;
}

a.navbar-open {
    display: none;
    float: none;
    width: 28px;
    height: 28px;
    padding: 7px;
    margin: 0;
    text-decoration: none;
    color: #ffffff;
}

.navbar-close-wrapper {
    height: 24px;
    background-color: #969696;
    position: relative;
}

.navbar-close {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
    transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: none;
}

.navbar-header {
    background-color: #494d4c;
    padding: 10px 17px 0px;
}

    .navbar-header p {
        margin-bottom: 10px;
    }

a.navbar-link {
    color: #c0c0c0;
    text-decoration: underline;
}

.navbar-body {
    background-color: #475456;
    padding: 17px 17px 30px;
}

a.navbar-heading {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.28;
    text-transform: uppercase;
    padding: 8px 0px;
    margin-top: 0px;
    display: block;
    color: #ffffff;
    text-decoration: none;
}

    a.navbar-heading .icon-caret-right, a.navbar-heading.collapsed .icon-caret-down {
        display: none;
    }

    a.navbar-heading.collapsed .icon-caret-right {
        display: inline;
    }

    a.navbar-heading:first-child {
        margin-top: 17px;
    }

.navbar-buttons {
    margin-top: 7px;
}

.navbar-fixed-left ul.navbar-nav {
    float: none;
}

    .navbar-fixed-left ul.navbar-nav li {
        float: none;
    }

ul.navbar-nav li a {
    color: #c0c0c0;
    line-height: 1.28;
    display: block;
    padding: 6px 10px 7px;
    text-decoration: none;
    border-bottom: 2px solid #475456;
    background-color: #435052;
}

    ul.navbar-nav li.active a, ul.navbar-nav li:hover a, ul.navbar-nav li a:focus {
        color: #ffffff;
        background-color: #4f5d5f;
    }

ul.navbar-nav-main li a .badge {
    background-color: #fea708;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    display: block;
    float: right;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 3px;
    padding: 0 5px;
}

ul.navbar-nav-main li a {
    background-color: #b1b9bc;
    color: #475456;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 3px;
    padding: 7px 10px;
    text-decoration: none;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.5);
    border: none;
}

ul.navbar-nav-main li.active a, ul.navbar-nav-main li:hover a {
    background-color: #e2e2e2;
    color: #475456;
}

ul.navbar-nav li a [class^="navIcon"], ul.navbar-nav li a [class*="navIcon"] {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.mode-preview .navbar {
    display: none;
}

.icon-close {
    width: 8px;
    height: 8px;
    background-position: 0 -47px;
}

.icon {
    display: inline-block;
    vertical-align: top;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
}

.user-welcome {
    font-size: 18px;
    line-height: 1.22;
    padding-bottom: 3px;
}

.user-info + .user-info {
    padding-top: 10px;
}

.user-avatar {
    margin: 10px 10px 10px 0px;
    width: 40px;
    height: 40px;
}

ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.nav-inline li {
    display: block;
    float: left;
}

    ul.nav-inline li + li, ul.nav-inline li + li.active {
        margin-left: 8px;
        margin-top: 0;
    }

.btn-green {
    background-color: #95b75d;
}

    .btn-green:hover {
        background-color: #89ad4d;
    }

.icon-caret-right {
    margin-left: 5px;
}

.link .icon-caret-right {
    display: inline-block;
    padding-left: 5px;
    margin-left: 0px;
    transform: rotate(90deg);
}

.link.collapsed .icon-caret-right {
    transform: rotate(0deg);
}

.page-overlay {
    background-color: rgba(192,192,192,0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 116px;
    bottom: 0;
    visibility: visible;
    z-index: 10;
}

.body {
    position: fixed;
    overflow: auto;
    left: 255px;
    top: 116px;
    width: 100%;
    bottom: 0;
    transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
}

.mode-preview .body {
    overflow: visible;
}

.nav-top-right {
    position: absolute;
    right: 0;
    top: -35px;
}

.show-popup-on-click, .show-popup-on-hover {
    position: relative;
}

.btn-logout {
    text-align: right;
    border: none;
    background: transparent;
    color: #1570a6;
}

    .btn-logout:hover {
        text-decoration: underline;
    }

.footer.full-width {
    margin-left: 55px;
    width: calc(100% - 84px);
}

/* Original .footer css styling
.footer {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.4;
    color: #969696;
    padding-top: 10px;
    border-top: 1px solid #c0c0c0;
    margin: 40px auto;
    position:relative;
    top:95%;
}*/

.footer {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.4;
    color: #969696;
    padding-top: 10px;
    border-top: 1px solid #c0c0c0;
    width: 1200px;
    padding-bottom: 20px;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}

    .footer a {
        color: #969696;
    }

.jspVerticalBar {
    width: 6px;
    background: none;
}

.jspTrack {
    background: none;
}

.jspDrag {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: rgba(255,255,225, 0.3);
}

[class^="navIcon"], [class*=" navIcon"] {
    font-size: 14px;
}

a {
    color: #1570a6;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

.navbar-icons a:hover {
    text-decoration: none;
}

#tooltip-nav .tooltip {
    font-size: 12px;
}

#tooltip-nav .tooltip-inner {
    background-color: white;
    padding: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.65);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.65);
    color: #494d4c;
    text-align: left;
    max-width: 298px;
    position: relative;
}

#tooltip-nav .tooltip.right .tooltip-inner:before {
    background-color: #475456;
    content: "";
    position: absolute;
    display: none;
}

#tooltip-nav .tooltip.right .tooltip-inner:before {
    left: 0px;
    width: 0px;
    top: 0;
    bottom: 0;
}

#tooltip-nav .tooltip-arrow {
    z-index: 1;
    display: none;
}

#tooltip-nav .tooltip.right {
    /*padding: 0 12px;*/
    padding: 0px;
}

    #tooltip-nav .tooltip.right #tooltip-nav .tooltip-arrow {
        border-right-color: #475456;
        border-right-width: 0;
        border-left-width: 0;
        margin-top: 0;
    }

.tooltip {
    font-size: 12px;
}

.tooltip-inner {
    background-color: #ffffff;
    padding: 10px 10px 10px 17px;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.65);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.65);
    color: #494d4c;
    text-align: left;
    max-width: 298px;
    position: relative;
}

    .tooltip-inner .sub-menu {
        margin: 0;
        padding: 0 5px 0 0;
    }

        .tooltip-inner .sub-menu li {
            list-style: none;
            padding: 3px 0;
        }

.tooltip.right .tooltip-inner:before {
    background-color: #475456;
    content: "";
    display: block;
    position: absolute;
}

.tooltip.right .tooltip-inner:before {
    left: 0;
    width: 7px;
    top: 0;
    bottom: 0;
}

.tooltip-arrow {
    z-index: 1;
}

.tooltip.right {
    padding: 0 12px;
}

    .tooltip.right .tooltip-arrow {
        border-right-color: #475456;
        border-width: 13px 13px 13px 0;
        margin-top: -13px;
    }


.text-red {
    color: #eb0d0d;
}

.float-right {
    float: right;
}
.disabled-viewonly {    
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}