﻿
/* Branded CSS */

body {
    background-color: #ececec !important;
}

.navbar-inverse {
    background-color: #454545 !important;
}

.top-nav>li>a {
    color: #ddd !important;
}

.top-nav>li>a:hover {
    color: #fff !important;
}

/*.side-nav {*/
/*    top: 58px !important;*/
/*    background-color: #ececec !important;*/
/*    !*margin-top: 50px;*!*/
/*}*/

.navbar-inverse .navbar-nav > li > a {
    color: #333 !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #666 !important;
}

.navbar-inverse .navbar-brand {
    color: #CCC !important;
}

/*.side-nav li a:hover, .side-nav li a:focus {*/
/*    background-color: #D8D8D8 !important;*/
/*}*/

/*.side-nav>li>ul>li>a {*/
/*    color: #444 !important;*/
/*}*/

/*.side-nav>li>ul>li>a:hover {*/
/*    color: #666 !important;*/
/*}*/

.breadcrumb > .active {
    color: #555 !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #EEE !important;
}


.btn-default {
    color: #eeeeee !important;
    background-color: #444 !important;
    border: #444 !important;
}

.btn-secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #ffffff !important;
    background-color: #333 !important;
    border: #333 !important;
}

.btn-primary {
    color: #eeeeee !important;
    /*background-color: #087fa6 !important;*/
    background-color: #0a7486 !important;
    /*border-color: #087fa6 !important;*/
    border-color: #0a7486 !important;
}

.btn-primary:hover {
    color: #ffffff !important;
    /*background-color: #006383 !important;*/
    /*border-color: #006383 !important;*/
    background-color: #0b6271 !important;
    border-color: #0b6271 !important;
}

.form-control:focus {
    border-color: #3e9aa6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.btn-dark-blue {
    color: #fff !important;
    background-color: #0b6271 !important;
    border: #444 !important;
}

.btn-dark-blue:hover, .btn-dark-blue:focus {
    color: #ffffff !important;
    background-color: #0b6271 !important;
    border: #333 !important;
}

.btn-dark-green {
    color: #fff !important;
    background-color: #3f704d !important;
    border: 1px solid #3f704d !important;
}

.btn-dark-green:hover, .btn-dark-green:focus {
    color: #ffffff !important;
    background-color: #0b6623 !important;
    /*border: #0b6623 !important;*/
}

.btn-dark-red {
    color: #fff !important;
    background-color: #c21807 !important;
    border: #c21807 !important;
}

.btn-dark-red:hover, .btn-dark-red:focus {
    color: #ffffff !important;
    background-color: #B22222 !important;
    border: #B22222 !important;
}

.btn-outline-green {
    color: #3f704d !important;
    background-color: transparent !important;
    border: 1px solid #3f704d !important;
}

.btn-outline-green:hover, .btn-outline-green:focus {
    color: #ffffff !important;
    background-color: #3f704d !important;
}

.btn-dark-orange {
    color: #fff !important;
    background-color: #CC8400 !important;
    /*border: #CC8400 !important;*/
}

.btn-dark-orange:hover, .btn-dark-orange:focus {
    color: #ffffff !important;
    background-color: #A36900 !important;
    /*border: #A36900 !important;*/
}

.form-control option:hover, .form-control option:active, .form-control option:focus,
selector option:hover, selector option:active, selector option:focus {
    background-color: #0b6271 !important;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    color: #eee !important;
    background-color: #0b6271 !important;
    border-color: #0b6271 !important;
}

a{
    color: #7c2b2b !important;
}

a.ui-state-hover, a.ui-state-focus{
    color: #7c2b2b !important;
    background-color: #f8e9e9 !important;
    border: 1px solid #c1a6a6 !important;
}

li a{
    color: #333 !important;
}

td a{
    color: #333 !important;
}

li a.light{
    color: #ececec !important ;
}


footer {
    color: #111 !important;
}