/**
 * basisweb.css
 * 
 * Styles
 *
 * CSS version 3
 *
 * @author     	Chris Wiese  <chris@basisweb.de>
 * @copyright   2019 - 2025 basisweb (http://basisweb.de)
 *
 * @file       	basisweb.css
 * @lastchange 	07.04.2025
 * @encoding   	UTF-8
 *
 */

.room.active {
    background-color: #e0e0e0;
}

i.orange {
    color: #eeca53;
}

i.blau {
    color: #235783;
}

.previewMedia div div div canvas {
    max-width: 210px;
    max-height: 296px;
}

.note {
    font-size: 70%;
    margin-top: 3px;
    text-align: right;
    color: #999;
}

.fc-weekend {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.02) 75%, transparent 75%, transparent);
    background-color: #FAFCFD;
    background-size: 1rem 1rem;
}

.js-easy-pie .js-percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

.room {
    position: relative;
}

.status-bar {
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
    border-radius: 3px;
    z-index: 2;
}

.status-bar.gelesen {
    background: transparent;
}

.status-bar.ungelesen {
    background: #28a745;
}

.badge-status {
    border: 1px solid #eeeeee;
}

.badge-status.status-0 {
    background: transparent;
}

.badge-status.status-1 {
    background: #ffc107;
}

.badge-status.status-2 {
    background: #17a2b8;
}

.badge-status.status-3 {
    background: #28a745;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.storno {
    text-decoration: line-through;
    color: #880000;
}

.autocomplete-suggestions {
    background: #fff;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    font-size: 12px;
    z-index: 9999;
}

.autocomplete-suggestion {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.autocomplete-suggestion:hover,
.autocomplete-selected {
    background-color: #f0f0f0;
    color: #333;
}

/**
 *
 * i18n
 *
 */

.i18n-translated {
    line-height: 1rem;
    border-bottom: 1px dashed green;
}

.i18n-not-translated {
    line-height: 1rem;
    border-bottom: 1px dashed red;
    background-color: rgba(228, 238, 0, 0.6);
}

.chat-active {
    background: lightcyan;
}


/**
 *
 * Header
 *
 */

.page-logo-text {
    line-height: normal;
}

.logo-version {
    font-size: 0.75em;
}

.user-status {
    padding: 20px 9px 0;
}

.user-roleid-1 {
    background-color: #ea3323;
    color: #eee;
    padding: 5px 15px;
}

.user-roleid-2 {
    background-color: #4d504f;
    color: #eee;
    padding: 5px 15px;
}

.user-roleid-3 {
    background-color: #ffcb00;
    padding: 5px 15px;
    color: #eee;
}

.user-roleid-4 {
    background-color: #9d2df5;
    color: #eee;
    padding: 5px 15px;
}

.user-roleid-5 {
    background-color: #886ab5;
    color: #eee;
    padding: 5px 15px;
}

.user-roleid-6 {
    background-color: #886ab5;
    color: #eee;
    padding: 5px 15px;
}

.user-roleid-LOCAL {
    background-color: rgba(228, 238, 0, 0.6);
    color: #333;
    padding: 5px 15px;
}

.user-roleid-DEV {
    background-color: #ea3323;
    color: #eee;
    padding: 5px 15px;
}

.user-roleid-TEST {
    background-color: #4d504f;
    color: #eee;
    padding: 5px 15px;
}

.user-roleid-LIVE {
    background-color: #ddd;
    color: #fff;
    padding: 5px 15px;
}

.page-logo-text {
    font-size: 0.9rem !important;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #ddd !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ddd !important;
}

::placeholder {
    color: #ddd !important;
}


/**
 *
 * Forms & Tabellen
 *
 */

code {
    font-size: 10px;
}

fieldset {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

label.error {
    font-size: 10px;
    background: #aa0000;
    color: #eee;
    width: 100%;
    padding: 2px 5px;
    opacity: 0.8;
    border: 1px solid #660000;
}

.noborder {
    border: 0;
    width: 100%;
    margin-right: 15px;
}

.help-block {
    text-align: right;
    font-size: 10px;
}

.required-label:after {
    content: " *";
}

.dropzoneKommentar {
    font-size: 70%;
    margin-top: 3px;
    text-align: right;
    color: #999;
}

.dz-image {
    width: 128px;
    height: 128px;
}

.dz-image img {
    width: 100%;
    height: 100%;
}

a.overview:hover {
    font-weight: 600;
    color: #4e504f
}

.custom-control-label:hover,
select:hover {
    cursor: pointer;
}

select optgroup {
    font-style: normal;
    font-weight: 300;
}

.headerbtn {
    display: none;
}

#datatable th {
    white-space: nowrap;
}

footer {
    text-align: right;
}

.block-meta {
    color: #cccccc;
    position: absolute;
    right: 25px;
}

.datatabale-img {
    height: 20px;
}

/**
 *
 * Dropzone 
 *
 */

#mediaRow .panel {
    cursor: move;
}

div.myDropzone,
div.myDropzoneSignatur {
    width: 100%;
    height: 101px;
    border: 1px solid #ccc;
}

div.myDropzone,
div.myDropzoneSignatur {
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(0, 0, 0, .03)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, .03)), color-stop(0.75, rgba(0, 0, 0, .03)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-color: #FAFCFD;
    background-size: 16px 16px;
    cursor: pointer;
}


.dz-image {
    float: left;
    cursor: pointer;
}

.dropzoneMeta {
    padding-left: 5px;
    font-size: 12px;
    margin-left: 130px;
    border-left: 1px solid #ddd;
    height: 120px;
}

.dropzoneMeta label {
    font-weight: bold;
    margin-top: 5px;
}

.dropzoneMeta a {
    color: #666;
}

.dz-preview {
    width: 100%;
    display: none;
}

div.dz-details,
div.dz-progress,
div.dz-error-message,
div.dz-success-mark,
div.dz-error-mark {
    display: none;
}

#myPV div.dz-details,
div.dz-progress {
    display: inherit;
}

#myPV .dz-image {
    width: 100%;
    height: auto;
}

#myPV .dz-image {
    margin-right: 15px;
}

div.dz-preview {
    float: left;
    margin-bottom: 15px;
}

.piktogramm:hover {
    border: 1px solid #7b8c86;
    width: 100%;
    position: absolute;
    z-index: 100;
    background: #fefefe;
}

.piktogramm.aktiv:hover {
    border: 1px solid green;
    width: 100%;
    position: absolute;
    z-index: 100;
    background: #7b8c86;
}

.pikCheck {
    position: absolute;
    top: 5px;
    width: 15px;
    height: 15px;
    padding-left: 1px;
    font-weight: 600;
    color: #fefefe;
    display: none;
}


/**
 *
 * Login 
 *
 */

.browserinfo {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #666;
    font-size: 0.9em;
}

.blankpage-footer {
    color: #ea3323 !important;
}


/**
 *
 * Easy Autocomplete
 *
 */

.easy-autocomplete {
    width: 100% !important
}

.easy-autocomplete:has(.zahlungsempfaenger) {
    width: 85% !important
}

.easy-autocomplete input {
    width: 100%;
}

.easy-autocomplete ul li {
    font-size: 1em !important;
}


/**
 *
 * Bootstrap Autocomplete
 *
 */

.bootstrap-autocomplete.dropdown-menu {
    width: 250px !important;
}


/**
 *
 * JS-RangeSlider
 *
 */

.irs--big .irs-bar {
    background-color: #778c85;
    border-color: #778c85;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #778c85), to(#778c85));
    background: linear-gradient(to bottom, #ffffff 0%, #778c85 30%, #778c85 100%);
}

.irs--big .irs-single {
    background: #778c85;
}

div.previewMedia {
    display: flex;
    border: 1px solid #ddd;
    padding: 3px;
    float: left !important;
}

div.previewMedia img {
    /*height:  200px;*/
    width: auto;
}

option.deleted {
    color: red;
}


/**
 *
 * QuaggaJS
 *
 */

.overlay {
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.overlay__content {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90%;
    max-width: 800px;
}

.overlay__close {
    position: absolute;
    right: 0;
    padding: 0.5rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: white;
    cursor: pointer;
    border: 3px solid black;
    font-size: 1.5rem;
    margin: -1rem;
    border-radius: 2rem;
    z-index: 100;
    box-sizing: content-box;
}


/**
 * 
 * Modul Navigation & Label
 *
 */

.nav-icon {
    display: none;
}

@media (max-width: 768px) {
    .nav-text {
        display: none;
    }

    .nav-icon {
        display: inline-block;
        font-size: 1.5em;
    }

    label.form-label {
        margin-top: 15px;
    }

    label.form-label.label-checkbox {
        display: inline;
    }

    .block-meta {
        display: none;
    }

}