﻿/* Branded CSS */

body {
    background-color: #1d1d1d !important;
}

.navbar-inverse {
    background-color: #1d1d1d !important;
}

.top-nav>li>a {
    color: #ddd !important;
}

.top-nav>li>a:hover {
    color: #fff !important;
}

.side-nav {
    top: 103px !important;
    background-color: #1d1d1d !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ddd !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff !important;
} 

.navbar-inverse .navbar-brand {
    color: #CCC !important;
}

.side-nav li a:hover, .side-nav li a:focus {
    background-color: #20409A !important;
}

.side-nav>li>ul>li>a {
    color: #aaa !important;
}

.side-nav>li>ul>li>a:hover {
    color: #eee !important;
}

.breadcrumb > .active {
    color: #555 !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #EEE !important;
}

.btn-default {
    color: #fff !important;
    background-color: #3F83D1 !important;
    border: #444 !important;
}

.btn-default:hover {
    color: #ffffff !important;
    background-color: #20409A !important;
    border: #333 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #3F83D1  !important;
    border-color: #20409A  !important;
}

.btn-primary:hover {
    color: #ffffff !important;
    background-color: #20409A !important;
    border-color: #1D3579 !important;
}

.btn-success-hover-only:hover {
    color: #ffffff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.btn-danger-hover-only:hover {
    color: #ffffff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.btn-gray {
    color: #ffffff;
    background-color: #b0b0b0;
    border-color: #b0b0b0;
}

.btn-gray:hover {
    color: #ffffff;
    background-color: #808080;
    border-color: #808080;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    color: #eee !important;
    background-color: #20409A !important;
    border-color: #20409A !important;
}

a {
    color: #000 !important;
}

a:hover {
    color: #333 !important;
}

footer {
    color: #000;
    height: 1px;
}

footer a {
    color: #3F83D1 !important;
}

footer a:hover {
    color: #20409A !important;
}

#btm {
    color: #eee !important;
}