body {
    color: darkslategray !important;
}
body.login {
    color: white !important;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-attachment: fixed;
    background-color: lightgray;
    padding: 0px;
}
body.login .block-form {
    border: solid 0px;
    width: 100%;
    max-width: 450px;
    margin: auto;
    height: 100vh;
    padding: 25vh 30px 40px 40px;
}
@media (max-width: 767px) {
    body.login .splash-login {
        display: none;
    }
}
body.login form a {
    color: white;
    font-size: 13px;
}
body.login form .btn-primary{
    background-color: lightgray;
}

.navbar-inverse {
    background-color: lightgray !important;
    color: black;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: darkslategray;
    border-bottom-color: darkslategray;
}
.select-inverse .select2-choice {
    color: white;
    background-color: darkslategray;
}
.select-inverse:hover .select2-choice:hover {
    color: white;
    background-color: darkslategray !important;
}
.dropdown-toggle:hover{
    color: white;
    background-color: lightgray !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
    background-color: darkslategray;
}
.btn-primary {
    color: white;
    background-color: darkslategray;
}
header {
    background-color: lightgray;
}
.nav-pills > li > a {
    background-color: lightgray;
    border-left: 2px solid lightgray;
}
.nav-pills > li.active > a, .nav-pills > li.open > a, .nav-pills > li.active > a:hover, .nav-pills > li.open > a:hover {
    background-color: darkred !important;
}
.menu .toggle {
    background: none repeat scroll 0 0 lightgray;
}
.btn-inverse {
    color: white;
    background-color: lightgray;
}
.menu .main {
    background: none repeat scroll 0 0 lightgray;
}
#loader {
    background-color: lightgray;
}
.dropdown-menu-inverse {
    background-color: lightgray;
}
.btn-inverse:active, .btn-inverse.active, .open > .dropdown-toggle.btn-inverse {
    background: lightgray;
    border-color: lightgray;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu {
    background-color: lightgray;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > .divider {
    background-color: darkslategray;
}
.navbar-inverse .navbar-nav > li > a {
    color: darkslategray;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a {
    color: darkslategray;
}