a {
color: #0077bb;
}
a:hover {
color: #005483;
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b3d7eb;
}
.table-hover .table-primary:hover {
background-color: #cce4f2;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #cce4f2;
}
.form-control:focus {
border-color: #80bbdd;
box-shadow: 0 0 0 0.2rem rgba(0, 119, 187, 0.25);
}
.btn:focus, .btn.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 119, 187, 0.25)!important;
}
.btn-primary {
background-color: #0077bb;
border-color: #0077bb;
}
.btn-primary:hover {
background-color: #00669f;
border-color: #006096;
}
.btn-primary.disabled, .btn-primary:disabled {
background-color: #0077bb;
border-color: #0077bb;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
background-color: #006096;
border-color: #005a8d;
}
.btn-outline-primary {
color: #0077bb;
border-color: #0077bb;
}
.btn-outline-primary:hover {
background-color: #0077bb;
border-color: #0077bb;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 119, 187, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #0077bb;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
background-color: #0077bb;
border-color: #0077bb;
}
.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, 119, 187, 0.5);
}
.btn-link {
color: #0077bb;
}
.btn-link:hover {
color: #005483;
}
.dropdown-item.active, .dropdown-item:active {
background-color: #0077bb;
}
.custom-control-input:checked ~ .custom-control-label::before {
border-color: #0077bb;
background-color: #0077bb;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #80bbdd;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(0, 119, 187, 0.25);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #0077bb;
background-color: #0077bb;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 119, 187, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 119, 187, 0.5);
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 119, 187, 0.5);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 119, 187, 0.5);
}
.custom-select:focus {
border-color: #80bbdd;
box-shadow: 0 0 0 0.2rem rgba(0, 119, 187, 0.25);
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bbdd;
box-shadow: 0 0 0 0.2rem rgba(0, 119, 187, 0.25);
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 119, 187, 0.25);
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 119, 187, 0.25);
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 119, 187, 0.25);
}
.custom-range::-webkit-slider-thumb {
background-color: #0077bb;
}
.custom-range::-moz-range-thumb {
background-color: #0077bb;
}
.custom-range::-ms-thumb {
background-color: #0077bb;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
background-color: #0077bb;
}
.page-link {
color: #0077bb;
}
.page-link:hover {
color: #005483;
}
.page-link:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 119, 187, 0.25);
}
.page-item.active .page-link {
background-color: #0077bb;
border-color: #0077bb;
}
.badge-primary {
background-color: #0077bb;
}
a.badge-primary:hover, a.badge-primary:focus {
background-color: #006096;
}
a.badge-primary:focus, a.badge-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 119, 187, 0.5);
}
.alert-primary {
color: #003e62;
background-color: #99c9e4;
border-color: #b3d7eb;
}
.alert-primary hr {
border-top-color: #cce4f2;
}
.alert-primary .alert-link {
color: #00273c;
}
.progress-bar {
background-color: #0077bb;
}
.list-group-item.active {
background-color: #0077bb;
}
.list-group-item-primary {
color: #003e62;
background-color: #b3d7eb;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #003e62;
background-color: #cce4f2;
}
.list-group-item-primary.list-group-item-action.active {
background-color: #003e62;
border-color: #003e62;
}
.bg-primary {
background-color: #0077bb !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #006096 !important;
}
.border-primary {
border-color: #0077bb !important;
}
.text-primary {
color: #0077bb !important;
}
a.text-primary:hover, a.text-primary:focus {
color: #005483 !important;
}
.btn-link.focus, .btn-link:focus {
box-shadow: none!important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
border-top: 2px solid #0077bb;
}
.headline h1, .headline h2, .headline h3, .headline h4, .headline h5 {
border-bottom: 2px solid #0077bb;
}
.overlay-primary { position: relative; }
.overlay-primary:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #0077bb;
opacity: .6;
}