﻿.panel .panel-heading {
    background: #289644;
}
#navbar-menu {
    background: #289644;
}
.navbar-subnav {
    background: #289644;
}
.navbar-subnav ul li a {
    color: #fff;
}

.btn-success,
.title-actions a,
.title-actions button {
    background-color: #449d44;
    border-color: #449d44;
}

.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: #91ce44;
    border-color: #91ce44;
    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: #91ce44;
    border-color: #91ce44;
}
.btn-related-data.active,
.btn-related-data:focus,
.btn-related-data:hover {
    background-color: #289644 !important;
    color: #fff;
}

.trait-assigned {
    background-color: #289644;
    color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background: #289644;
    border: 1px solid #289644 !important;
}

.centered-box-signin .panel-heading {
    background-color: #e6e6e6;
}


.opm-decl-week-previous:disabled,
.opm-decl-week-next:disabled {
    background-color: #53ab69;
    border-color: #53ab69;
}
.opm-decl-day th {
    background-color: #289644;
}
#opm-decl .opm-decl-today {
    border-left-color: #289644;
    border-right-color: #289644;
}
.opm-decl-day .opm-decl-today {
    background-color: #53ab69;
    border-top-color: #289644;
}
#opm-decl tfoot tr:last-child .opm-decl-today {
    border-bottom-color: #289644;
}

.opm-es-item:hover { background-color: #289644; }
.opm-es-item-selected { background-color: #289644; }
