/* =================== */
/* ==== Variables ==== */
/* =================== */

:root {
    --davaso-round-corner: 4px;
    --fade-duration: 500ms;
}

/* =================== */
/* === Allgemeines === */
/* =================== */

html{
    width: 100vw;
    /* Scrollbar for Firefox */
    scrollbar-width: thin;
    scrollbar-color: rgba(15,50,120, 1) #f0f0f0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    background-color: #FFF;
    color: #333;
    display: flex;
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0 auto;
    flex-direction: column;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-thumb{
    --tw-bg-opacity: 1;
    background-color: rgba(15,50,120, var(--tw-bg-opacity));
    border-radius: 20px;
    border: 3px solid #f0f0f0 !important;
}

::-webkit-scrollbar-track {
    background: #f0f0f0 !important;
}

a {
    text-decoration: none;
    outline: 0;
    color: #337ab7;
}

a.link:hover {
    text-decoration: underline;
}

.dropdown-menu,
.form-control:not(.form-control-sm),
.form-control-plaintext {
    font-size: 14px;
}

ul.dropdown-menu > li.selected {
    background-color: #ddd;
}

ul.dropdown-menu > li :hover,
ul.dropdown-menu > li.active {
    background-color: #0f3b6d;
    color: white;
}

.verticalAlignTop,
.action-column > .btn {
    vertical-align: top;
}

.whiteSpacePreWrap {
    white-space: pre-wrap;
}

.lead {
    font-size: 25px;
}

.container-main {
    padding-top: .75cm;
    flex: 1;
}

/*
 * Überschrift:
 * - Anfangsbuchstabe wegen verwendeter Schriftart nicht linksbündig
 */
.ueberschrift {
    margin-top: 0;
    color: #0F3B6D;
    margin-left: -.1rem;
}

h2.ueberschrift {
    margin-bottom: 31px !important;
}

.parent-padding {
    padding-top: .75cm;
}

.underlined-link {
    color: #0F3B6D;
    text-decoration: underline;
}

h3 {
    font-size: 24px;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}

h4.shortPadding {
    padding-bottom: 10px;
    font-size: 15px;
}

h4.noBold {
    font-weight: normal;
}

caption {
    caption-side: top;
}

textarea {
    resize: none;
}

.form-group {
    margin-bottom: .4rem;
}

.form-group > label,
.form-group.row > label:first-child {
    font-weight: bold;
}

/* === Kennzeichnung eines erforderlichen Feldes === */
label.required::after,
span.required::after {
    content: " *";
    color: #B41E00;
}

/* === etwas größere Schrift in Eingabefeldern ===  */
.input-sm,
.input-group-sm > .form-control {
    font-size: 13px;
}

/* === Kein leuchtender Rahmen für HTML-Eingabe-Elemente === */
.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #ccc;
}

/* === Keine Spinner-Pfeile in Number-Inputs === */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

/* Flex-display-Eigenschaft */
flex {
    display: flex;
}

/* Akzeptieren von Nutzungsbedinungen */
.card.border-primary {
    border-color: #0F3B6D !important;
}

.card > .panel-heading {
    background-color: #0F3B6D;
    border-color: #0F3B6D;
    font-weight: bold;
}

/*Aufzählungen mit etwas Abstand versehen*/
.list-unstyled li {
    padding-bottom: 4px;
}

/* ======================= */
/* === Header / Navbar === */
/* ======================= */

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    padding: 0;
}

@media (min-width: 768px) {

    .form-horizontal .control-label {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        padding: 0;
        margin-top: -12px;
    }
}

/* === DAVASO-Logo === */
#logo {
    width: 184px;
}

#logo-small {
    height: 35px;
    margin-left: 4px;
}

/* === IQVIA-Logo === */
#logo_iqvia {
    width: 180px;
}

/* === Header === */
.navbar.navbar-light {
    min-height: 63px;
    padding-top: 7px;
    padding-bottom: 6px;
    background-color: white;
    border: none;
    border-radius: 0;
}

@media (min-width: 992px) {
    .navbar.navbar-light {
        padding-top: 7px;
        padding-bottom: 0;
        background-color: white;
        border: none;
        border-radius: 0;
    }
}

.navbar-light .navbar-nav > .show > a,
.navbar-light .navbar-nav > .show > a:focus,
.navbar-light .navbar-nav > .show > a:hover {
    color: #555;
    background-color: #e7e7e7;
}

#header-main {
    position: relative;
    box-shadow: 0 3px 6px 1px rgba(204, 204, 204, 1.0);
    z-index: 3;
    background-color: white;
}

#nav-wrapper {
    margin-top: 5px;
}

/* === Inaktives Navigationselement === */
.navbar-light .navbar-nav > li > a.nav-link {
    color: #878787;
    font-size: 16px;
    white-space: nowrap;
    margin-bottom: 5px;
}

.navbar-light .navbar-nav > li > a:hover {
    color: #0F3B6D;
    font-weight: bold;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px;
    }

    .navbar-light .navbar-nav > .active > .nav-link,
    .navbar-light .navbar-nav > li > .nav-link:focus,
    .navbar-light .navbar-nav > li > .nav-link:hover {
        font-weight: normal;
        color: #0F3B6D;
        text-shadow: -0.06ex 0 #0F3B6D;
    }
}

/* === Aktives Navigationselement === */
.navbar-light .navbar-nav > li.active > .nav-link,
.navbar-light .navbar-nav > li.active > .nav-link:focus,
.navbar-light .navbar-nav > li.active > .nav-link:hover {
    background-color: white;
    font-weight: bold;
    color: #0f3b6d;
    text-shadow: none;
    border-bottom: none;
}

/* === Navigationselement Unterstrich === */
.nav-underline {
    background-color: gray;
    height: 1px;
    margin: 10px;
    border-radius: none;
}

@media (min-width: 992px) {
    .nav-underline {
        margin: 0;
        height: 6px;
        border-radius: 4px;
        background-color: transparent;
    }
}

.navbar-light .navbar-nav > li.active > a + .nav-underline,
.navbar-light .navbar-nav > li > a:hover + .nav-underline {
    background-color: #0F3B6D;
}

.dropdown-menu {
    margin-top: 0;
}

.ms-auto .dropdown-toggle {
    display: flex;
    height: 18px;
    box-sizing: content-box;
    align-items: center;
}

.ms-auto .dropdown-toggle > * {
    margin: 0 1px;
}

.navbar-light .glyphicon.glyphicon-cog,
.navbar-light .glyphicon.glyphicon-user,
.navbar-light .dropdown-toggle::after {
    color: #0F3B6D;
    text-shadow: none;
}

.navbar-light .fa.fa-envelope.new-mail, .navbar-light .fas.fa-envelope.new-mail {
    color: #0F3B6D;
    text-shadow: none;
}


/* Benachrichtungen bzw. Zähler für neue Ereignisse (Badges) */
.badge {
    padding: .25em .5em;
}

.fa .badge, .fas .badge {
    font-family: "Open Sans";
}

.admin-anfragen-badge,
.nachrichten-badge {
    background-color: #B41E00;
}


/* ======================= */
/* === Meldungsbereich === */
/* ======================= */
.messages > .alert:last-child {
    margin-bottom: .5cm;
}

.messages > .alert {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border: 2.5px solid;
    width: 100%;
    padding: 7px;
    padding-left: 2px;
    margin-bottom: 10px;
}

/* Meldungssymbol */
.messages > .alert > i {
    float: left;
    text-align: center;
    width: 30px;
    vertical-align: middle;
}

/* Meldungstext */
.messages > .alert > span {
    display: block;
    margin-left: 30px;
    vertical-align: middle;
    color: #333;
}

/* Hyperlink ist schwarz */
.messages > .alert > span > a {
    color: #333 !important;
}

/* Hyperlink ist blau */
.messages > .alert > span > span > a {
    color: #0000EE !important;
}

.messages > .alert-info {
    color: #0d6efd;
    border-color: #0d6efd;
}

/* Fehler (rotes X, error) */
.alert-danger {
    color: #B41E00;
    border-color: #B41E00;
}

.glyphicon-remove {
    color: #B41E00;
    font-size: 16px;
}

.alert-warning {
    border-color: #856404;
}

.messages > .alert-warning {
    border-color: #FFA123;
}

.fa-exclamation {
    color: #FFA123;
    font-size: 15px;
    margin-top: 1px;
}

/* Erfolg (grüner Haken, success) */
.alert-success {
    color: #3FA535;
    border-color: #3FA535;
}

.glyphicon-ok {
    color: #3FA535;
    font-size: 16px;
}

.alert.alert-primary.text-primary > .fas.fa-info {
    font-size: 15px;
    margin-top: 1px;
}

/* ============== */
/* === Footer === */
/* ============== */
html {
    position: relative;
    min-height: 100%;
}

span.fa.fa-angle-right, span.fas.fa-angle-right {
    font-size: 14px;
}

#footer {
    width: 100%;
    padding: 13px;
    background-color: #0F3B6D;
    opacity: 1;
    margin-top: 20px;
}

.footer-block {
    font-size: 12px;
    font-weight: 600;
    /*color: #9FB1C5;*/
    color: #FFFFFF;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.footer-block .footer-davaso-wrapper {
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 16px;
}

.footer-block .footer-iqvia-wrapper {
    font-family: 'Arial', ' Google Noto Sans';
}

.footer-block .footer-iqvia-wrapper p:last-child {
    margin-bottom: 0;
}

.footer-block a,
.footer-block a:link,
.footer-block a:focus,
.footer-block a:active,
.footer-block a:visited {
    text-decoration: none;
    /*color: #9FB1C5;*/
    color: #FFFFFF
}

.iqvia-heading a,
.iqvia-heading a:link,
.iqvia-heading a:focus,
.iqvia-heading a:active,
.iqvia-heading a:visited {
    text-decoration: none;
    /*color: #9FB1C5;*/
    color: #BBB;
}

.footer-block a:hover {
    text-decoration: none;
    color: white;
}

@media (min-width: 768px) {

    /* Fix responsive text alignment for Bootstrap 3, mit BS 4 nicht mehr nötig. */
    .text-sm-right {
        text-align: right;
    }

    #footer {
        padding: 22px;
    }

}

@media (min-width: 992px) {

    .navbar-light.navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px;
    }

}


/* ============== */
/* === Modale === */
/* ============== */
.modal-header {
    padding: 10px;
    background-color: #0F3B6D;
}

.modal-open {
    padding-right: 0px !important;
}

.modal-header > .btn-close {
    margin-top: -22px;
    font-size: 28px;
    font-weight: 400;
    color: white;
    opacity: .8;
    text-shadow: 0 1px 0 #fff;
    background: transparent;
}

.modal-header > .btn-close:hover {
    opacity: 1;
}

.modal-title {
    color: white;
    display: inline;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.modal-body {
    background-color: #FFFFFF;
}

.modal-footer {
    padding: 10px;
    border-top: none;
    background-color: white;
}


/* =============== */
/* === Buttons === */
/* =============== */

/* === Grundlegendes Design für alle Buttons === */
.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select > .btn,
.bootstrap-select > .btn:hover {
    background-color: white !important;
    color: #333 !important;
    border: 1px solid #ced4da !important;
    line-height: 1.5;
    padding: .22rem .75rem;
}

.btn, .btn-xs, btn-sm, btn-md, .btn-lg {
    color: white !important;
    background-color: #3F5C93;
    border: none !important;
    border-radius: var(--davaso-round-corner);
    border-radius: 4px;
}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 18px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: 12px;
    line-height: 1;
    border-radius: .2rem;
}

.bootstrap-select > .btn > span {
    max-width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* === Spezifische Einstellungen für Primary-Buttons === */
/* Design */
.btn-primary, .btn-block {
    background-color: #3F5C93 !important;
}

/* === Spezifische Einstellungen für Light-Buttons === */
/* Design */
.btn-light {
    background-color: #9FADC9 !important;
}

/* === Grundlegendes Verhalten für alle Buttons === */
/* Mouseover */
.btn-xs:hover, .btn-sm:hover, .btn-md:hover, .btn-lg:hover, .btn-primary:hover, .btn-light:hover, .btn-block:hover {
    background-color: #274785 !important;
}

/* Clicked */
.btn-xs:active, .btn-sm:active, .btn-md:active, .btn-lg:active, .btn-lg:active, .btn-primary:active, .btn-light:active, .btn-block:active {
    background-color: #0F3B6D !important;
}

/* Disabled */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn,
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
.btn-light.disabled, .btn-light[disabled], fieldset[disabled] .btn-light,
.btn-block.disabled, .btn-block[disabled], fieldset[disabled] .btn-block {
    pointer-events: none;
    background-color: #dbdbdb !important;
    color: #555 !important;
}


/* ====================================== */
/* === Für Datepicker-Select (rechts) === */
/* ====================================== */

/* === Allgemeingültige Einstellungen für das Aussehen des Kalenders === */

.datepicker-addon,
.input-group-text {
    background-color: white;
}

.datepicker {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    background-color: white !important;
    line-height: 1px !important;
    color: black;
}

.datepicker > div {
    display: block;
}

/* === Elemente im Header === */
/* === Design === */
/* === Basic === */
.datepicker table tr th {
    border-radius: 0;
}

/* === Verhalten === */
/* === Mousover === */
.datepicker:hover table:hover tr:hover th:hover {
    color: #0F3B6D;
    background-color: white;
}

/* === Wochentage === */
/* === Design === */
/* === Basic === */
.datepicker th.dow {
    color: black !important;
    pointer-events: none !important;
}

/* === Aktueller Tag === */
/* === Design === */
/* === Basic === */
.datepicker table tr td.today {
    background-color: #B7C2D6 !important;
}

/* === Verhalten === */
/* === Mouseover Hover === */
.datepicker table tr td.today.day:hover {
    background-color: #0F3B6D !important;
    color: WHITE;
}

/* === Active Clicked === */
/* === Kein ':active', da die Klasse 'active' bereits einhalten ist. === */
.datepicker table tr td.today.active.day {
    background-color: #0F3B6D !important;
}

/* === Beliebiger Tag === */
/* Design */
/* Basic */
.datepicker table tr td.day {
    /* FILL ME */
}

/* === Verhalten === */
/* Mouseover Hover */
.datepicker table tr td.day:hover {
    background-color: #E7EAF1 !important;
}

/* === Beliebiger ausgewählter Tag im aktuellen Monat === */
/* === Verhalten === */
/* Mouseover Hover */
.datepicker table tr td.active.day:hover {
    background-color: #0F3B6D !important;
}

/* === Verhalten === */
/* Active Clicked */
/* Kein ':active', da die Klasse 'active' bereits einhalten ist.  */
.datepicker table tr td.active.day {
    background-color: #0F3B6D !important;
}

/* === Beliebiger ausgewählter Tag im vorherigen oder kommenden Monat === */
/* === Design === */
/* Basic */
.datepicker table tr td.new.day, table tr td.old.day {
    color: #939393 !important;
}

/* === Verhalten === */
/* Mouseover Hover */
.datepicker table tr td.new.day:hover, table tr td.new.day:hover {
    background-color: #CFCFCF;
}

/* === Wochenende === */
/* === Design === */
/* Basic */
.datepicker td.highlighted.day {
    color: black !important;
    background-color: #F3F3F3 !important;
    border-radius: 0 !important;
}

/* === Verhalten === */
/* Mouseover */
.datepicker td.highlighted.day:hover {
    background-color: #CFCFCF !important;
}

/* Active Clicked */
/* Kein ':active', da die Klasse 'active' bereits einhalten ist.  */
.datepicker td.active.highlighted.day {
    color: WHITE !important;
    background-color: #0F3B6D !important;
}

/* === Wochenende (vorherige und kommende) === */
/* === Design === */
/* Basic */
.datepicker td.old.highlighted.day, td.new.highlighted.day {
    color: #939393 !important;
    border-radius: 0;
}

/* Design */
/* Sonntag im vorherigen Monat */
.datepicker table > tbody > tr:first-child > td:nth-last-of-type(1) {
    border-radius: 0 var(--davaso-round-corner) 0 0 !important;
    border-radius: 0 4px 0 0 !important; /* fallback for IE */
}

/* Design */
/* Samstag im vorherigen Monat */
.datepicker table > tbody > tr:first-child > td:nth-last-of-type(2) {
    border-radius: var(--davaso-round-corner) 0 0 0 !important;
    border-radius: 4px 0 0 0 !important; /* fallback for IE */
}

/* Design */
/* Sonntag im kommenden Monat */
.datepicker table > tbody > tr:last-child > td:nth-last-of-type(1) {
    border-radius: 0 0 var(--davaso-round-corner) 0 !important;
    border-radius: 0 0 4px 0 !important; /* fallback for IE */
}

/* Design */
/* Samstag im kommenden Monat */
.datepicker table > tbody > tr:last-child > td:nth-last-of-type(2) {
    border-radius: 0 0 0 var(--davaso-round-corner) !important;
    border-radius: 0 0 0 4px !important; /* fallback for IE */
}

/* === Verhalten === */
/* Mouseover */
.datepicker td.old.highlighted.day:hover, td.new.highlighted.day:hover {
    background-color: #CFCFCF !important;
}

/* === Navigation === */
/* Design */
/* Basic */
.datepicker-switch, th.prev, th.next {
    color: white !important;
    background-color: #0F3B6D !important;
}

/* Design */
/* Vorheriger Monat */
div.datepicker-days > table > thead > tr > th.prev {
    border-radius: var(--davaso-round-corner) 0 0 0 !important;
    border-radius: 4px 0 0 0 !important; /* fallback for IE */
}

/* Design */
/* Kommender Monat */
div.datepicker-days > table > thead > tr > th.next {
    border-radius: 0 var(--davaso-round-corner) 0 0 !important;
    border-radius: 0 4px 0 0 !important; /* fallback for IE */
}

/* Verhalten */
/* Mouseover */
.datepicker-switch:hover, .prev:hover, .next:hover {
    color: #0F3B6D !important;
    background-color: white !important;
}

/* === Schaltfläche 'Heute' === */
/* Design */
/* Basic */
.datepicker th.today {
    color: #3F5C93 !important;
    background-color: white !important;
    border-radius: var(--davaso-round-corner) var(--davaso-round-corner) var(--davaso-round-corner) var(--davaso-round-corner) !important;
    border-radius: 4px 4px 4px 4px !important; /* fallback for IE */
}

/* Verhalten */
/* Mouseover */
.datepicker th.today:hover {
    color: white !important;
    background-color: #3F5C93 !important;
}

/* === Schaltfläche 'Löschen' === */
/* Design */
/* Basic */
.datepicker th.clear {
    color: #9FADC9 !important;
    background-color: white;
    border-radius: var(--davaso-round-corner) var(--davaso-round-corner) var(--davaso-round-corner) var(--davaso-round-corner) !important;
    border-radius: 4px 4px 4px 4px !important; /* fallback for IE */
}

/* Verhalten */
/* Mouseover */
.datepicker th.clear:hover {
    color: white !important;
    background-color: #9FADC9 !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled.new,
.datepicker table tr td.disabled.highlighted {
    color: #ddd !important;
    cursor: not-allowed !important;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
    color: #0F3B6D !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #0F3B6D !important;
}

/* ==================== */
/* === Datentabelle === */
/* ==================== */

/* === Kopf der Tabelle === */
/* Design */
/* Basic */
th.dataHeader {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    width: auto;
    display: table-cell;
    background-color: #0F3B6D;
    color: #FFF;
    border: 1px solid #C3C3C3;
    border-bottom: 3px solid #C3C3C3;
    height: 32px;
    white-space: nowrap;
}

/* === Körper der Tabelle === */
/* Design */
/* Basic */
.dataTable {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #C3C3C3;
    table-layout: auto;
}

/* === Reihen der Tabelle === */
/* Design */
/* Basic */
.dataRow {
    width: auto;
    display: table-row;
    border: 1px solid #C3C3C3;
}

tbody:nth-child(1n + 2) tr.dataRow:nth-child(even) {
    background-color: #F3F3F3;
}

.dataRow:hover, tbody:nth-child(1n + 2) tr.dataRow:nth-child(even):hover {
    background-color: #B7C2D6;
}

.dataRow > td {
    border: 1px solid #C3C3C3;
}

.dataRight {
    text-align: right !important;
}

.dataCenter {
    text-align: center;
}

.dataBlock {
    text-align: justify;
    text-align-last: justify;
}

/* === rahmenlose Tabelle (z. B. Details) === */
.table.borderless tr,
.table.borderless th,
.table.borderless td {
    border: none;
    padding-left: 0 !important;
}

/* === Data-Links === */
.dataLink,
.dataLink:link,
.dataLink:focus,
.dataLink:active,
.dataLink:visited {
    text-decoration: none !important;
    color: #333;
    cursor: pointer !important;
    background-color: inherit !important;
}

.dataLink:hover {
    text-decoration: none !important;
    color: #333;
}

.dataLink a {
    display: block !important;
    color: #333;
}

<!--
/** Responsive Design für das Ein- und Ausblenden der Checkbox-Spalte sowie der Buttons im Postfach.
*******	JIRA-Fall: PORTAL-1212 */
-->
@media all and (max-width: 991px) {
    td.td_checkbox, th.th_checkbox, #postfachControl, #postfachNavInfoWrapper {
        display: none !important;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
}

/* === Sortierung === */
a.sortLink {
    text-decoration: none;
    color: #FFF;
    display: block;
    cursor: pointer;
}

/* === Scroll-Fix für Tabellen bei Skalierung === */
.table-scroll-fix {
    overflow-x: auto;
}

/* ========================== */
/* === Pagination-Elemente === */
/* ========================== */
/* === Design === */
/* Basic */
.paginationBox {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    display: block;
}

.paginationMetaElement {
    display: inline-block;
    padding: 0;
}

.paginationElement {
    width: 27px;
    height: 27px;
    text-align: CENTER;
    vertical-align: MIDDLE;
    border-radius: 0;
    display: table-cell;
}

.paginationActive {
    background-color: #0F3B6D !important;
    border: none !important;
    color: WHITE;
    cursor: not-allowed;
    font-weight: bold;
}

.paginationInactive {
    background-color: #B7C2D6; /* original #F1EADE; */
    cursor: pointer;
}

.paginationControlInactive {
    color: #9F9F9F;
    background-color: #DBDBDB;
    cursor: not-allowed;
}

/* Nummerierung der Seiten in der Navigation */
a.paginationLink {
    text-decoration: none;
    color: WHITE;
    display: block !important;
    cursor: pointer;
}

/* Jump to Start - Element */
.radius-left {
    border-top-left-radius: var(--davaso-round-corner);
    border-top-left-radius: 4px; /* fallback for IE */
    border-bottom-left-radius: var(--davaso-round-corner);
    border-bottom-left-radius: 4px; /* fallback for IE */
}

/* Jump to End - Element */
.radius-right {
    border-top-right-radius: var(--davaso-round-corner);
    border-top-right-radius: 4px; /* fallback for IE */
    border-bottom-right-radius: var(--davaso-round-corner);
    border-bottom-right-radius: 4px; /* fallback for IE */
}

/* Mouseover Hover */
.paginationActive:hover {
    /* FILL ME */
}

.paginationInactive:hover {
    background-color: #3F5C93 !important;
}

.paginationControlInactive {
    color: WHITE;
}

.reiter {
    position: relative;
    border: 0;
}

.reiter > .card-header {
    background: transparent;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.reiter .card-header-tabs {
    margin-left: 0;
    margin-right: 0;
}

.reiter .card-body {
    border: 1px solid rgba(0, 0, 0, .125);
    border-top: 0;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li {
    margin-right: 4px;
}

.nav-tabs > li:last-of-type {
    margin-right: 0;
}

.nav-tabs > li > a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    color: #878787;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: #eee;
    border-color: #eee;
    color: #333;
}

.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: white;
}

.nav-tabs.first-tab-active + .tab-content {
    border-top-left-radius: 0;
}

/* ============== */
/* === Farben === */
/* ============== */

.glyphicon span {
    display: block !important;
}

.color-nopaper {
    color: #B41E00;
}

/* Glyphicon Haken Grün */
.color-payed {
    color: #3FA535 !important;
}

/* Glyphicon Haken Gelb*/
.color-received {
    color: #FFA123 !important;
}

/* Glyphicon Kreuz*/
.glyphicon-remove {
    color: #B41E00 !important;
}

/* Glyphicon Pinsel/Stift */
.color-check {
    color: #3F5C93 !important;
}

.color-blue {
    color: #0F3B6D;
}

a.color-blue,
a.color-blue:link,
a.color-blue:hover,
a.color-blue:visited {
    text-decoration: none;
    color: #3F5C93;
}

a.color-blue:focus,
a.color-blue:active {
    text-decoration: none;
    color: #3F5C93;
}

a.color-lightblue,
a.color-lightblue:link,
a.color-lightblue:hover,
a.color-lightblue:visited,
a.color-lightblue:focus,
a.color-lightblue:active {
    text-decoration: none;
    color: #337ab7;
}

.color-red {
    color: #B41E00;
}

a.color-red,
a.color-red:link,
a.color-red:focus,
a.color-red:hover,
a.color-red:active,
a.color-red:visited {
    text-decoration: none;
    color: #B41E00;
}

.color-grey {
    color: #878787;
}

a.color-grey,
a.color-grey:link,
a.color-grey:focus,
a.color-grey:hover,
a.color-grey:active,
a.color-grey:visited {
    text-decoration: none;
    color: #878787;
}

.color-lightgrey {
    color: #B7B7B7;
}


/* ============ */
/* Fehlerseiten */
/* ============ */
.error-image {
    background-image: url('/portal/images/Bild_Fehlermeldung_2k-a52af0fa7c04c02144ea56ad534f5ce6.jpg'); /* Fallback */

    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.1) 100%),
    url('/portal/images/Bild_Fehlermeldung_2k-a52af0fa7c04c02144ea56ad534f5ce6.jpg'); /* Kleinere Bildschirme */

    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media ( min-device-width: 7in ) {
    .error-image {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.1) 100%),
        url('/portal/images/Bild_Fehlermeldung_4k-d6e8eeb7797cf7459d7828f732905c1f.jpg'); /* Größere Bildschirme */
    }
}

/* Dashboard Text */
.error-ohje {
    font-size: 54px;
    text-indent: -2px;
}

/* Dashboard Text */
.error-title {
    display: inline-block;
    margin-top: 20vh;
    background-color: rgba(255, 255, 255, 0.6);
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    padding: 20px;
    font-size: 16px;
}

.error-title h1 {
    margin-top: 0;
    margin-bottom: 30px;
    white-space: inherit;
}

/* ================== */
/* Fortschrittsbalken */
/* ================== */
.progress {
    height: 20px;
}

.progress-bar {
    width: 100%;
    background-color: #0F3B6D;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, #3F5C93 25%, transparent 25%, transparent 50%, #3F5C93 50%, #3F5C93 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, #3F5C93 25%, transparent 25%, transparent 50%, #3F5C93 50%, #3F5C93 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, #3F5C93 25%, transparent 25%, transparent 50%, #3F5C93 50%, #3F5C93 75%, transparent 75%, transparent);
}

/* Bootstrap */
.text-danger {
    color: #B41E00;
}

/* ======== */
/* Postfach */
/* ======== */

.btnPostfachControl {
    min-width: 5% !important;
    max-width: 10% !important;
    background-color: #0F3B6D;
}

div#postfach tr td {
    cursor: pointer;
}

table#postfachTabelle thead tr th a {
    text-decoration: none;
    color: inherit;
}

input:required:invalid,
select:required:invalid,
textarea:required:invalid {
    outline: none;
    box-shadow: none;
}

.form-control.is-invalid {
    border-color: #a94442;
    background: none;
}

.form-control.is-invalid:focus,
.input-group.is-invalid > .form-control {
    border-color: #a94442;
}

.invalid-feedback {
    color: #a94442;
    display: block;
    margin-bottom: 4px;
}

.popover-body .form-condensed .form-group.row {
    margin-bottom: 0;
}

.dropdown-item {
    color: #333;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f5f5f5;
    color: inherit;
}

.popover-header {
    font-size: .95rem;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eee;
}

.card-header > h4 {
    padding-bottom: 0;
}

/* Placeholder */
input::placeholder {
    color: #999999;
    font-style: italic;
    font-size: 12px;
}

input:-ms-input-placeholder {
    color: #999999;
    font-style: italic;
    font-size: 12px;
}

input::-webkit-input-placeholder {
    color: #999999;
    font-style: italic;
    font-size: 12px;
}

input::-moz-placeholder {
    color: #999999;
    font-style: italic;
    font-size: 10px;
}

.form-control:-ms-input-placeholder {
    color: #999999;
    font-style: italic;
    font-size: 12px;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
    font-style: italic;
    font-size: 12px;
}

.form-control:-moz-placeholder {
    color: #999999;
    font-style: italic;
    font-size: 12px;
}

.form-control::-moz-placeholder {
    color: #999999;
    font-style: italic;
    font-size: 12px;
    opacity: 1;
}

.paragraph-inline {
    display: inline;
}

.no-pointer-events {
    pointer-events: none !important;
}

/* ============= */
/* Farbenpalette */
/* ============= */

.green {
    color: #00CC33;
}

.red {
    color: #CC0000;
}

.grey {
    color: #808080;
}

/* ====== */
/* Fading */
/* ====== */

.fade-in {

    /* All browser support */
    animation: fadeIn ease var(--fade-duration);

    /* Safari support */
    -webkit-animation: fadeIn ease var(--fade-duration);

    /* Mozilla support */
    -moz-animation: fadeIn ease var(--fade-duration);

    /* Opera support */
    -o-animation: fadeIn ease var(--fade-duration);

    /* Microsoft */
    -ms-animation: fadeIn ease var(--fade-duration);
}

/* All browser support */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Safari support */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Mozilla support */
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Opera support */
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Microsoft */
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sortable::after {
    font-family: "Font Awesome 5 Free";
    content: " \f0dc";
}

.sortable.asc::after {
    font-family: "Font Awesome 5 Free";
    content: " \f0de";
}

.sortable.desc::after {
    font-family: "Font Awesome 5 Free";
    content: " \f0dd";
}

.sortable:hover {
    cursor: pointer;
}

@media (min-width: 992px) {
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .order-lg-13 {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-14 {
        -ms-flex-order: 14;
        order: 14;
    }

    .order-lg-15 {
        -ms-flex-order: 15;
        order: 15;
    }

    .order-lg-16 {
        -ms-flex-order: 16;
        order: 16;
    }

    .order-lg-17 {
        -ms-flex-order: 17;
        order: 17;
    }

    .order-lg-18 {
        -ms-flex-order: 18;
        order: 18;
    }

    .order-lg-19 {
        -ms-flex-order: 19;
        order: 19;
    }

    .order-lg-20 {
        -ms-flex-order: 20;
        order: 20;
    }
}

@media (min-width: 1200px) {
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
}

.dropdown-item-highlight {
    background-color: lightblue;
}

/* ============================= */
/* Zwei-Faktor-Authentifizierung */
/* ============================= */

.nichtfreigeschalten-modal-dialog {
    width: 450px;
}

.pinAbfrage-modal-dialog {
    max-width: 400px;
}

.portal-table-fixed {
    table-layout: fixed !important;
}

.portal-table-auto {
    table-layout: auto !important;
}

.portal-list-style-type-none {
    list-style-type: none !important;
}

.portal-margin-top-10px {
    margin-top: 10px !important;
}

.portal-text-justify {
    text-align: justify !important;
}

.portal-cursor-pointer {
    cursor: pointer !important;
}

.portal-cursor-help {
    cursor: help !important;
}

.portal-font-normal {
    font-weight: normal !important;
}

.portal-font-bold {
    font-weight: bold !important;
}

.portal-font-size-18px {
    font-size: 18px !important;
}

.portal-font-size-20px {
    font-size: 20px !important;
}

.portal-light-grey {
    color: #878787 !important;
}
