.btn-primary, .btn-primary:hover, .btn-primary:active {
    background: #083163 !important;
    border: #083163 !important;
}
.btn-primary:disabled { background-color: #083163 !important; }

.btn-outline-primary, .btn-outline-primary:hover {
    background: #083163 !important;
    border: #083163 !important;
    color: white;
}

.btn-outline-secondary {
    border-color: #083163;
    color: #083163;
}

.btn-outline-secondary:hover { background: #083163; }

.pagination>.page-item.active>.page-link { background: #083163; }

.text-primary { color: #083163 !important; }

.table { border-color: #6983A1; }
th { background: #083163 !important; color: white !important; }
th>.sorting-inactiv { color: white !important; }

table>tbody>tr:first-child>td {
    padding-top: 0.75rem !important;
}
table>tbody>tr:last-child>td {
    padding-bottom: 0.75rem !important;
}

.nav-tabs > .nav-item > .nav-link {
    color: #083163;
    font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-item.show .nav-link,
.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-link.active {
    border-color: #083163;
}

/** dashboard */
.dashboard-card {
    background: #083163;
    color: white;
}

a {
    text-decoration: underline;
}

.btn, .nav-link {
    text-decoration: none;
}

.btn-like {
    background: #d3db2b;
    border-color: #d3db2b;
}
.btn-like:hover {
    background: #bec615;
    border-color: #bec615;
}

.dashboard-border {
    border: 1px solid #083163;
}

/** Vertikale Navigationsmenu links */
.nav-vertical > .nav-item > .nav-link {
    font-weight: normal;
}

.nav-vertical > .nav-item > .nav-link.active {
    font-weight: bold;
}

.nav-vertical > .nav-item > .nav-link:hover, .nav-vertical > .nav-item > div > .nav-link:hover{
    text-decoration: underline;
}

/*.tab-content {*/
/*    border: 1px solid #083163;*/
/*}*/

/** Badge, z.B. bei Rollen */
.badge.bg-primary { background: #083163 !important; }

/* paging */
.nav-pills>.nav-item:hover {
    background: #6983A1;
    border-radius: 6px;
}
.nav-pills>.nav-item>.nav-link:hover {
    color: white;
}

.form-select:disabled { background-color: #E1E6EC; }
input[type='text']:read-only, input[type='text']:disabled {
    background-color: #E1E6EC;
}

input:checked {
    background-color: #083163 !important;
}

.form-check-input:checked {
    background-color: #083163 !important;
    border-color: #083163 !important;
}

.form-control, .input-group-text, .form-select {
    border-color: #6983A1 !important;
}

hr {
    color: #6983A1;
}

a, a:hover {
    color: #083163;
}

.row-eq-height [class*="col-"] {
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height [class*="col-"] > .card {
    width: 100%;
}

.form-control:disabled {
    background-color: #E1E6EC;
}

.form-control:read-only {
    background-color: #E1E6EC !important;
}

.fc-list-day-text, .fc-col-header-cell-cushion, .fc-timegrid-axis-cushion {
    color: white;
}

.fc-list-day-text:hover, .fc-col-header-cell-cushion:hover, .fc-timegrid-axis-cushion:hover {
    color: #d3db2b;
}

.bg-info {
    background-color: #083163 !important;
}

.alert-soft-info {
    color: black;
}

.confirmActionMessage, .confirmActionMessage h5 {
    color: #083163;
}

.list-comment-item.border-warning {
    border-color: #083163 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #E1E6EC !important;
    border-color: #6983A1 !important;
}
