/* Space out content a bit */
body {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .navbar-brand, .brand-name {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.firstHeader {
    margin-top: 0px;
}

p.lead {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

/* Custom page footer */
.footer {
    color: #777;
    border-top: 1px solid #DDDDDD;
    margin-top: 30px;
    margin-bottom: 15px;
}

.footer .footer-text {
    text-align: center;
    font-size: 0.875rem;
}

.footer .footer-logo {
    height: 60px;
    width: auto;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .marketing {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

.container-narrow > hr {
    margin: 30px 0;
}

.hidden {
    display: none;
}

.hidden-info {
    display: none;
}

.tooth-pic {
    width: 12px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header, .marketing {
        padding-right: 0;
        padding-left: 0;
    }

    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
}

/* btn input file*/
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.selectize-caption {
    font-size: 12px;
    display: block;
    opacity: 0.5;
}

.tbl_buttonCollumn {
    min-width: 95px;
}

.modal-loading {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-loading .loading-text {
    font-size: 16px;
    margin: 20px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 8px;
    color: #fff;
    text-shadow: 0 0 6px #000;
}

#modal_famulatur .modal-header,
#modal_krankenpflegedienst .modal-header,
#modal_praktischesJahr .modal-header {
    border-bottom: none;
}

.modal-alertMessageContainer {
    border-left: 5px solid #a94442;
    padding-left: 20px;
    color: #a94442;
}

.modal-alertMessageContainer .validation-field {
    margin-right: 0.5em;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* Teilnahme Übersicht */
.teilnahmeUebersicht .anzahlInsgesamt {
    font-weight: bold;
}

.teilnahmeUebersicht .anzahlBestanden {
    color: green;
}

.teilnahmeUebersicht .anzahlDurchgefallen {
    color: red;
}


.fa-sum:before {
    content: "\03a3";
    font-family: sans-serif;
}

#modal_stammdatenDetails .modal-body .has-feedback {
    color: #286090;
}

#modal_stammdatenDetails .modal-body .has-feedback .form-control {
    border-color: #286090;
}

#modal_stammdatenDetails .modal-body .selectize-control.form-control .selectize-input.locked {
    background-color: #eee;
}


.site-header {
    float: left;
    margin-top: 0px;
}

.site-header-select {
    float: left;
    width: 400px;
    margin-left: 15px;
}

.spinner {
    visibility: hidden;
}

.busy .spinner {
    visibility: visible !important;
}

.was-validated .selectize-input.valid,
.was-validated .selectize-input.has-items {
    border-color: #198754;
}

.was-validated .selectize-input.invalid {
    border-color: #dc3545;
}


.selectize-col {
    margin-bottom: -0.25rem;
}


.badge.badge-sommersemester {
    --bs-badge-color: #000;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1));
}

.badge.badge-wintersemester {
    --bs-badge-color: #000;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1));
}

.form-control-feedback {
    position: absolute;
    top: 4.0rem;
    right: 1.5rem;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
}