@page {
    size: auto
}

.navbar-brand img {
    max-height: 50px;
    max-width: 180px;
}

.btn.active,
.btn:active,
.btn.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.nav-tabs .nav-link.active {
    color: #21759b;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: #2f6088;
    margin: 0 0.1em;
    white-space: nowrap;
}

.dropdown-item:hover {
    background-color: #21759b;
    color: #fff;
}

.collapse.navbar-collapse {
    margin-top: 10px;
}

.btn, .dropdown-menu, .form-control, .chosen-container, .custom-select, .custom-file-input {
    font-size: 0.9rem;
}

.btn-group-sm>.btn, .btn-sm {
    font-size: 0.875rem !important;
}

.badge {
    font-weight: 400;
}

.btn-primary {
    border-color: #21759b;
    background-color: #21759b;
    color: #fff
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #004268 !important;
    border-color: #004268;
    color: #fff
}

.btn-primary.disabled {
    background: #575757;
    border-color: #575757
}

.container-inner {
    position: relative;
    padding: 1em;
    margin-bottom: 1em;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 5px;
}

.btn-outline-primary {
    color: #21759b;
    border-color: #21759b;
}

.btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: #21759b !important;
}

.btn.margin-right {
    margin-right: 10px;
}

.page-item .page-link {
    color: #21759b;
}

.page-item.active .page-link {
    background-color: #21759b;
    border-color: #21759b;
}

table.table td.deleted {
    background-color: #f8d7da;
}

.nav-link.subactive {
    font-weight: bold;
}

tr.details, tr.details table tr:hover, tr.details:hover {
    background-color: rgba(0,0,0,.05) !important;

}

.nav-link.subactive {
    font-weight: bold;
}

ul.typeahead li.active {
    background: #21759b;
}

ul.typeahead li.active a {
    color: #ffffff !important;
}