.login-body {
    background-color: #999999;
    background-repeat: repeat-x;
    background-position: top;
    min-width: 664px;
    margin: 0;
    padding: 0;
    margin-top: 0;
    padding-top: 0;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
}

.main-body {
    font: 13px/1.7em;
    margin: 0;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    background-color: #ffffff;
}

.main-font {
    color: #000000;
    text-decoration: none;
}

a {
    color: #0a175b;
    text-decoration: none;
}

    a:hover {
        color: #2ba6cb;
        text-decoration: underline;
    }

.footer-inner {
    padding: 15px 0;
    font-size: 12px;
    background: -moz-linear-gradient(center top, #414141, #323232) repeat-x scroll 0 0 #3A3A3A;
    color: #999999;
}

.subnavbar-inner {
    height: 100%;
    background-image: -moz-linear-gradient(top, #f3efe7, #be9a50);
    background-image: -ms-linear-gradient(top, #f3efe7, #be9a50);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3efe7), to(#be9a50));
    background-image: -webkit-linear-gradient(top, #f3efe7, #be9a50);
    background-image: -o-linear-gradient(top, #f3efe7, #be9a50);
    background-image: linear-gradient(top, #f3efe7, #be9a50);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3efe7', endColorstr='#be9a50', GradientType=0);
}

.subnavbar .container .menuHolder > ul > li.active > a {
    background: #f3efe7;
    color: #0a175b;
}

.nav > .dropdown.active > a:hover {
    color: #f3efe7;
    cursor: pointer;
}

.dropdown.open .dropdown-toggle {
    color: #0a175b !important;
    background: #f3efe7;
}

.subnavbar .container .menuHolder > ul > li > a {
    display: block;
    height: 75px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

    .subnavbar .container .menuHolder > ul > li > a:hover {
        color: #0a175b;
        height: 75px;
        text-decoration: none;
    }

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #be9a50;
}


.btn-warning {
    background-color: #0a175b;
    background-image: -moz-linear-gradient(top, #0a175b, #0a175b);
    background-image: -ms-linear-gradient(top, #0a175b, #0a175b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0a175b), to(#0a175b));
    background-image: -webkit-linear-gradient(top, #0a175b, #0a175b);
    background-image: -o-linear-gradient(top, #0a175b, #0a175b);
    background-image: linear-gradient(top, #0a175b, #0a175b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a175b', endColorstr='#0a175b', GradientType=0);
    border-color: #0a175b #0a175b #0a175b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
        background-color: #0a175b;
    }

    .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        color: #ffffff;
    }

.btn-primary {
    background-color: #0a175b;
    background-image: -moz-linear-gradient(top, #0a175b, #0a175b);
    background-image: -ms-linear-gradient(top, #0a175b, #0a175b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0a175b), to(#0a175b));
    background-image: -webkit-linear-gradient(top, #0a175b, #0a175b);
    background-image: -o-linear-gradient(top, #0a175b, #0a175b);
    background-image: linear-gradient(top, #0a175b, #0a175b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a175b', endColorstr='#0a175b', GradientType=0);
    border-color: #0a175b #0a175b #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        background-color: #0a175b;
    }

    .btn-primary, .btn-primary:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        color: #ffffff;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.floatingWell {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    bottom: 0.55em;
    width: calc(95% - 338px);
    max-width: 1200px;
    height: 2em;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#scroll-nav {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
    padding: 8px 5px 5px 5px;
    top: 2px;
    line-height: 20px;
}

.badge-warning {
    background-color: #be9a50;
}

    .badge-warning:hover {
        background-color: #0a175b;
    }

.alert-info {
    background-color: #0a175b;
    border-color: #bce8f1;
    color: #ffffff;
}

    .alert-info a {
        color: #ffffff;
    }

.alert-sop {
    background-color: #be9a50;
    border-color: #bce8f1;
    color: #ffffff;
}

    .alert-sop a {
        color: #ffffff;
    }

.sitemap ul li i {
    color: #f3efe7;
    padding-right: 5px;
}

.sitemap ul li a:hover {
    color: #f3efe7;
    text-decoration: none;
    font-weight: bolder;
}

.loadingDiv {
    border-left: 3px solid #ffac00;
}

.async-ul li > a:hover, .async-ul .active > a, .async-ul .active > a:hover {
    background-color: #0a175b;
    color: #ffffff !important;
}

.infoCardContainer {
    border: solid 2px #0a175b;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-button:active, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-marquee-color {
    color: #ffffff;
    background-color: #0a175b;
    border-color: #0a175b;
}

.k-state-selected, .k-button:active, .k-draghandle.k-state-selected:hover {
    background-image: url('textures/highlight.png');
    background-image: none,-webkit-linear-gradient(top,#0a175b 0,#0a175b 100%);
    background-image: none,-moz-linear-gradient(top,#0a175b 0,#0a175b 100%);
    background-image: none,-o-linear-gradient(top,#0a175b 0,#0a175b 100%);
    background-image: none,linear-gradient(to bottom,#0a175b 0,#0a175b 100%);
}

.k-state-active, .k-state-active:hover, .k-active-filter, .k-tabstrip .k-state-active {
    background-color: #fff;
    border-color: #0a175b;
    color: #2e2e2e;
}

.k-state-focused, .k-list > .k-state-focused, .k-listview > .k-state-focused, .k-grid-header th.k-state-focused, td.k-state-focused, .k-button:focus, .k-button.k-state-focused {
    -webkit-box-shadow: inset 0 0 3px 1px #0a175b;
    box-shadow: inset 0 0 3px 1px #0a175b;
}

    .k-state-focused.k-state-selected, .k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected, .k-button:focus:active {
        -webkit-box-shadow: inset 0 0 3px 1px #0a175b;
        box-shadow: inset 0 0 3px 1px #0a175b;
    }


.textHighlight {
    color: #0a175b
}

.horizontalSeparator {
    background-color: <<HorizontalRuleColor>> !important
}

#loginTable tbody tr:first-child {
    background-color: #be9a50;
}

.subnavbar .container .menuHolder > ul > li {
    border-left: 1px solid #4a4a4a;
    border-right: 1px solid #292929;
}
