a {
color: #002147;
}
a:hover {
color: #001832;
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b3bdc8;
}
.table-hover .table-primary:hover {
background-color: #ccd3db;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #ccd3db;
}
.form-control:focus {
border-color: #8090a3;
box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}
.btn:focus, .btn.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.25)!important;
}
.btn-primary {
background-color: #002147;
border-color: #002147;
}
.btn-primary:hover {
background-color: #001d3d;
border-color: #001b39;
}
.btn-primary.disabled, .btn-primary:disabled {
background-color: #002147;
border-color: #002147;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
background-color: #001b39;
border-color: #001936;
}
.btn-outline-primary {
color: #002147;
border-color: #002147;
}
.btn-outline-primary:hover {
background-color: #002147;
border-color: #002147;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #002147;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
background-color: #002147;
border-color: #002147;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.5);
}
.btn-link {
color: #002147;
}
.btn-link:hover {
color: #001832;
}
.dropdown-item.active, .dropdown-item:active {
background-color: #002147;
}
.custom-control-input:checked ~ .custom-control-label::before {
border-color: #002147;
background-color: #002147;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #8090a3;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #002147;
background-color: #002147;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 33, 71, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 33, 71, 0.5);
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 33, 71, 0.5);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 33, 71, 0.5);
}
.custom-select:focus {
border-color: #8090a3;
box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #8090a3;
box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}
.custom-range::-webkit-slider-thumb {
background-color: #002147;
}
.custom-range::-moz-range-thumb {
background-color: #002147;
}
.custom-range::-ms-thumb {
background-color: #002147;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
background-color: #002147;
}
.page-link {
color: #002147;
}
.page-link:hover {
color: #001832;
}
.page-link:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}
.page-item.active .page-link {
background-color: #002147;
border-color: #002147;
}
.badge-primary {
background-color: #002147;
}
a.badge-primary:hover, a.badge-primary:focus {
background-color: #001b39;
}
a.badge-primary:focus, a.badge-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.5);
}
.alert-primary {
color: #001225;
background-color: #99a7b6;
border-color: #b3bdc8;
}
.alert-primary hr {
border-top-color: #ccd3db;
}
.alert-primary .alert-link {
color: #000b17;
}
.progress-bar {
background-color: #002147;
}
.list-group-item.active {
background-color: #002147;
}
.list-group-item-primary {
color: #001225;
background-color: #b3bdc8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #001225;
background-color: #ccd3db;
}
.list-group-item-primary.list-group-item-action.active {
background-color: #001225;
border-color: #001225;
}
.bg-primary {
background-color: #002147 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #001b39 !important;
}
.border-primary {
border-color: #002147 !important;
}
.text-primary {
color: #002147 !important;
}
a.text-primary:hover, a.text-primary:focus {
color: #001832 !important;
}
.btn-link.focus, .btn-link:focus {
box-shadow: none!important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
border-top: 2px solid #002147;
}
.headline h1, .headline h2, .headline h3, .headline h4, .headline h5 {
border-bottom: 2px solid #002147;
}
.overlay-primary { position: relative; }
.overlay-primary:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #002147;
opacity: .6;
}