input, textarea { -webkit-user-select: text; }

/* START Hilfsklassen */
.hidden { display: none!important; }
.input-group-plaintext {
    align-items: center;
    color: #495057;
    display: flex;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
}
/* END Hilfsklassen */

/* START Ajax-Loader */
.ajaxloading-container {
    display: table;
    height: 100%;
    width: 100%;
}
.ajaxloading-container > div {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.ajaxloading-container .ajaxloading-icon {
    animation: splash-spinner 1.2s linear infinite;
    box-sizing: border-box;
    border: 5px solid #fff; border-top-color: #3b7ddd; border-radius: 50%;
    display: block;
    height: 40px; width: 40px;
    margin-left: auto; margin-right: auto;
}
.loaderph[data-for="article"].loading { height: 100%; }
/* END Ajax-Loader */

/* START offline */
#offline-container {
    background: #dc3545;
    color: #FFF;
    display: none;
    position: fixed; z-index: 1000000; left: 0; bottom: 0;
    width: 100%;
}
body.offline #offline-container { display: block; }
#offline-container p { margin: 0.4em 0; }
/* END offline */

/* START form */
#main .formerror { margin-bottom: 1.7rem; }
#main .formerror .alert-message > ul { padding-left: 20px; }

#main form .btn-primary .spinner-border {
    display: none;
    vertical-align: -1px;
}

#main form input[type="date"], #main form input[type="time"] {
    box-sizing: border-box;
    line-height: 30px;
    min-width: 100%;
    width: 100%;
}
/* END form */

/* START Username-Image */
.username-image {
    background: #143d77;
    color: #FFF;
    display: inline-block;
    /*overflow: hidden;*/
    text-align: center;
}
.littleletters { font-size: 0.8em; }
/* END Username-Image */

/* START Custom Theme Part */
*:focus { outline: 0!important; }

@media (any-hover: none) {
    * { user-select: none!important;  -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -khtml-user-select: none; }
}

@media (min-width: 1920px) {
    .col-xxxxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxxxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxxxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxxxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxxxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxxxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxxxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxxxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxxxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1601px) {
    .col-xxxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.header { margin-bottom: 2rem!important; }
.content { margin-top: 1rem!important; }
.wrapper:before { height: 270px!important; }

.btn-free {
    background-color: #bfbfbf;
    border-color: #bfbfbf;
    color: #fff;
}
.btn-free.focus, .btn-free:focus, .btn-free:hover {
    background-color: #9c9c9c;
    border-color: #9c9c9c;
    color: #fff;
}
.btn-light.active {
    background-color: #3b7ddd!important;
    border-color: #3b7ddd!important;
    color: #fff!important;
}
.custom-switch input, .custom-switch label { cursor: pointer; }

.modal-header { border-bottom: none!important; }
.modal-body.m-3 { margin: 0!important; }
.modal-footer { border-top: none!important; }

#toast-container>.toast-info { background-image:url(/grafik/template/info.svg)!important; }
#toast-container>.toast-success{ background-image:url(/grafik/template/check.svg)!important; }
#toast-container>.toast-error { background-image:url(/grafik/template/alert-octagon.svg)!important; }
#toast-container>.toast-warning { background-image:url(/grafik/template/alert-triangle.svg)!important; }

.high-priority { color: #dc3545; }
.low-priority { color: #28a745; }

@media screen and (max-width: 768px) {
    .wrapper:before { height: 225px!important; }
    .content { margin-top: 0rem!important; }
    .header { margin-bottom: 1rem!important; }
}

select option[disabled] { color: #CCC; }

.table thead th { border-top: none; }
.table-striped tbody tr:nth-of-type(odd) { background-color: transparent; }

.badge-gray { background: #AAA; }
/* END Custom Theme Part */

/* START Autocomplete */
.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }
/* END Autocomplete */

/* START Passwort anzeigen */
.show-pw .input-group-append > a {
    background: #FFF;
    color: #495057;
    text-decoration: none;
}
/* END Passwort anzeigen */

/* START Translation */
.original-text { display: none; }

.translate-block { position: relative; }
.translate-block a {
    position: absolute;
    top: 4px;
    right: 5px;
    bottom: 0;
}
/* END Translation */

.users-icon { font-size: 0.9em; }
.child-icon { font-size: 0.8em; }
.baby-icon { font-size: 0.85em; }