﻿.panel .panel-heading {
    background: #3b3244;
}
#navbar-menu {
    background: #3b3244;
}
.navbar-subnav {
    background: #847e89;
}
.navbar-subnav ul li a {
    color: #fff;
}

.navbar-subnav .active a,
#navbar-menu .active a,
#navbar-menu a:hover {
  background: rgba(255,255,255,0.8);
}

.btn-success,
.title-actions a,
.title-actions button {
    background-color: #3b3244;
    border-color: #3b3244;
}

.title-actions a.danger,
button.danger {
    background-color: #d9534f;
    border-color: #d9534f;
}
.title-actions a.focus,
.title-actions a:focus,
.title-actions a:hover,
.title-actions button.focus,
.title-actions button:focus,
.title-actions button:hover {
    color: #fff;
    background-color: #847e89;
    border-color: #847e89;
    text-decoration: none;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #847e89;
    border-color: #847e89;
}
.btn-related-data.active,
.btn-related-data:focus,
.btn-related-data:hover {
    background-color: #3b3244 !important;
    color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background: #3b3244;
    border: 1px solid #3b3244 !important;
}

.trait-assigned {
    background-color: #3b3244;
    color: #fff;
}

.centered-box-signin .panel-heading {
    padding: 0;
    border: none;
}

.centered-box-signin .panel-heading img {
    max-width: 100%;
    background-color: #fff;
}


.opm-decl-week-previous:disabled,
.opm-decl-week-next:disabled {
    background-color: #fd866d;
    border-color: #fd866d;
}
.opm-decl-day th {
    background-color: #3b3244;
}
#opm-decl .opm-decl-today {
    border-left-color: #3b3244;
    border-right-color: #3b3244;
}
.opm-decl-day .opm-decl-today {
    background-color: #fd866d;
    border-top-color: #3b3244;
}
#opm-decl tfoot tr:last-child .opm-decl-today {
    border-bottom-color: #3b3244;
}

.opm-es-item:hover { background-color: #3b3244; }
.opm-es-item-selected { background-color: #3b3244; }
