.login-body
{
    background-color: #343433;
    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: #343433;
    background-color: #ffffff;
}

.main-font {
    color: #343433;
    text-decoration: none;
}

a {
    color: #752970;
    text-decoration: none;
}

a:hover {
    color: #666666;
    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, #323232, #414141);
    background-image: -ms-linear-gradient(top, #323232, #414141);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#323232), to(#414141));
    background-image: -webkit-linear-gradient(top, #323232, #414141);
    background-image: -o-linear-gradient(top, #323232, #414141);
    background-image: linear-gradient(top, #323232, #414141);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#414141', GradientType=0);
}

.subnavbar .container .menuHolder > ul > li.active > a {
    background: #292929;
    color: #74c6c2;
}

.nav > .dropdown.active > a:hover {
    color:  #292929;
    cursor: pointer;
}

.dropdown.open .dropdown-toggle {
        color: #74C6C2 !important;
        background: #292929;
}

.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: #74c6c2;
    height:75px;
    text-decoration: none;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    color: #343433 !important;
    text-decoration: none;
    background-color: #74c6c2;
}


.btn-warning {
    background-color: #343433;
    background-image: -moz-linear-gradient(top, #343433, #343433);
    background-image: -ms-linear-gradient(top, #343433, #343433);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343433), to(#343433));
    background-image: -webkit-linear-gradient(top, #343433, #343433);
    background-image: -o-linear-gradient(top, #343433, #343433);
    background-image: linear-gradient(top, #343433, #343433);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343433', endColorstr='#343433', GradientType=0);
    border-color: #343433 #343433 #343433;
    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: #343433;
}

.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: #343433;
    background-image: -moz-linear-gradient(top, #343433, #343433);
    background-image: -ms-linear-gradient(top, #343433, #343433);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343433), to(#343433));
    background-image: -webkit-linear-gradient(top, #343433, #343433);
    background-image: -o-linear-gradient(top, #343433, #343433);
    background-image: linear-gradient(top, #343433, #343433);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343433', endColorstr='#343433', GradientType=0);
    border-color: #343433 #343433 #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: #343433;
}
.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: #752970;
}

.badge-warning:hover {
    background-color: #752970;
}

.alert-info {
    background-color: #752970;
    border-color: #bce8f1;
    color: #ffffff;
}

.alert-info a {
    color: #ffffff;
}

.alert-sop {
    background-color: #752970;
    border-color: #bce8f1;
    color: #ffffff;
}

.alert-sop a {
    color: #ffffff;
}

.sitemap ul li i {
    color: #292929;
    padding-right: 5px;
}

.sitemap ul li a:hover{
    color: #292929;
    text-decoration: none;
    font-weight:bolder;
}

.loadingDiv {
    border-left: 3px solid #00ffff;
}

.async-ul li > a:hover, .async-ul .active > a, .async-ul .active > a:hover {
    background-color: #752970;
    color: #ffffff !important;
}

.infoCardContainer {
    border: solid 2px #343433;
}

.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: #752970;
    border-color: #752970;
}

.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,#752970 0,#752970 100%);
    background-image: none,-moz-linear-gradient(top,#752970 0,#752970 100%);
    background-image: none,-o-linear-gradient(top,#752970 0,#752970 100%);
    background-image: none,linear-gradient(to bottom,#752970 0,#752970 100%);
}

.k-state-active, .k-state-active:hover, .k-active-filter, .k-tabstrip .k-state-active {
    background-color: #fff;
    border-color: #752970;
    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 #752970;
    box-shadow: inset 0 0 3px 1px #752970;
}

    .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 #752970;
        box-shadow: inset 0 0 3px 1px #752970;
    }


.textHighlight {
    color: #752970
}

.horizontalSeparator {
    background-color: #752970 !important
}

#loginTable tbody tr:first-child {
    background-color: #343433;
}

.subnavbar .container .menuHolder > ul > li {
    border-left: 1px solid #4A4A4A;
    border-right: 1px solid #292929;
}