﻿:root {
    --LagerPlatzRot: #fd6767;
    --LagerPlatzRotHalbTransparent: #fd676766;
    --LagerPlatzGelb: #dfdc25; /* LightYellow */
    --LagerPlatzGelbHalbTransparent: #dfdc2566;
    --LagerPlatzTuerkis: #98FB98;
    --LagerPlatzTuerkisHalbTransparent: #98FB9866;
    --LagerPlatzOrange: #ffa07a;
    --LagerPlatzOrangeHalbTransparent: #ffa07a66;
    --LagerPlatzGruen: #FFFFFF; /* PaleGreen */
    --LagerPlatzGruenHalbTransparent: #FFFFFF66;
    --LagerPlatzHellblau: #E0FFFF; /* LightCyan */
    --LagerPlatzHellblauHalbTransparent: #E0FFFF66;
    --VoMiBlau: #0075c0;
    --TextGrau: dimgray;
}
/* Beispiel Verwendung der Farbvariablen --- background-color: var(--LagerPlatzRot); */

* {
    font-family: Calibri;
    color: dimgray;
}

body, input, select, textarea, .divPopup {
    font-size: 16px;
}

#divContentWrapper {
    width: calc(100% - 120px);
    padding: 20px;
    margin-left: 80px;
}

.divTransparenterPopupWrapper {
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-image: url(../img/TransparentBackGround.png);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

.txtClass {
    border-radius: 5px;
    margin: 0px;
    padding: 2px;
}

.divPopup {
    position: relative;
    height: auto;
    width: calc(100% - 60px);
    padding: 10px;
    margin: 0 auto;
    margin-top: 100px;
    border-radius: 10px;
    border: 1px solid #4d4d4d;
    background-color: white;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    max-height: calc(100% - 160px);
    max-width: calc(100% - 200px);
    overflow: auto;
}

.buttonAction {
    border: 0;
    background-color: dimgray;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    color: white !important;
    width: 200px;
    height: 32px;
    font-size: 20px;
    font-weight: bold;
    font-family: Calibri;
    -webkit-appearance: none;
}

    .buttonAction:hover {
        background-color: #0075c0;
    }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content * {
    color: white !important;
    font-size: 30px !important;
}

.jconfirm-title-c {
    display: none !important;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
    font-size: 30px !important;
    background: #0075c0 !important;
    border-radius: 15px !important;
    line-height: unset;
    padding: 3px 16px !important;
    box-shadow: 0px 0px 8px 1px #fff;
}

.btnBig {
    margin: 0 auto;
    margin-top: 30px;
    width: calc(100% - 50px);
    height: 30px;
    display: inherit;
    font-size: 14px;
    font-weight: bold;
    background-color: var(--VoMiBlau);
    color: white;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0px 0px 4px 2px #000000;
    box-shadow: 0px 0px 4px 2px #000000;
    cursor: pointer;
    white-space: normal;
}

    .btnBig:hover {
        -webkit-box-shadow: 0px 0px 6px 4px #000000;
        box-shadow: 0px 0px 6px 4px #000000;
    }

#divCenteredContentWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0;
    margin: 0;
    width: 100%;
}

#divCenteredContent {
    width: 500px;
    max-width: calc(100% - 50px);
    height: auto;
    max-height: calc(100% - 50px);
    box-shadow: 0px 0px 5px 2px #000000;
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}


/* 
##########################################
                FOOTER
##########################################
*/
#footerBox {
    float: left;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    height: 17px;
    line-height: 17px;
    font-size: 8pt;
    color: #999999;
    border-top: 1px solid #D1D1D1;
    bottom: 0px;
    left: -2px;
    position: fixed;
    z-index: 99999;
    background-color: white;
}

    #footerBox * {
        color: dimgray !important;
    }

#footerLeft {
    float: left;
    width: 49%;
    text-align: left;
}

#footerRight {
    float: right;
    width: 49%;
    text-align: right;
}


.tablesorter td {
    text-align: center;
}

.tablesorter {
    border-spacing: 0;
}

.tablesorter-sticky-wrapper .tablesorter-header {
    background-color: var(--VoMiBlau) !important;
    color: white;
}

.tablesorter-sticky-wrapper th * {
    color: white;
}

.tablesorter-bootstrap:not(.table-dark) tfoot td, .tablesorter-bootstrap:not(.table-dark) tfoot th, .tablesorter-bootstrap:not(.table-dark) thead:not(.thead-dark) .tablesorter-header {
    background-color: var(--VoMiBlau);
}

.tablesorter th *, .tablesorter tfoot td, .tablesorter tfoot td * {
    color: white !important;
}

.tablesorter-bootstrap tbody tr:nth-child(odd) {
    background-color: #D9D9D9;
}

.tablesorter-bootstrap tbody tr:hover {
    background-color: #5cbcf9;
}

    .tablesorter-bootstrap tbody tr:hover * {
        color: white;
    }





.btnNavigationFA {
    background-color: dimgray;
    color: white;
    height: 80px;
    width: 80px;
    border-radius: 5px;
    display: inline-block;
    line-height: 80px;
    font-size: 34px;
    text-align: center;
    margin: 5px;
    box-shadow: 2px 2px 3px 2px #000000;
}

    .btnNavigationFA:hover {
        background-color: var(--VoMiBlau);
    }

    .btnNavigationFA .FAIcon {
        color: white;
    }

.btnPopupGrayFA {
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: right;
}


.buttonActionNavi {
    border: 0;
    background-color: #4d4d4d;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    cursor: pointer;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    width: 180px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
}

    .buttonActionNavi:hover, .buttonActionInActiveNavi:hover, .buttonActionNaviActive {
        color: #4d4d4d;
        background-color: #a3bcdc;
        -webkit-box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.75);
        box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.75);
    }


div.showTableDetails {
    width: calc(100% - 22px);
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

.tooltipTopFixedRed {
    background-image: url(/img/questionmark.png);
    background-size: cover;
    color: #222;
    display: inline-block;
    text-decoration: none;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

    .tooltipTopFixedRed:hover span {
        top: 30px; /* Ändern Sie bottom zu top */
        visibility: visible;
        opacity: 1;
    }

    .tooltipTopFixedRed span {
        color: white;
        top: 20px; /* Ändern Sie bottom zu top und passen Sie den Abstand nach Bedarf an */
        left: 50%; /* Zentrieren Sie den Tooltip horizontal */
        transform: translateX(-50%); /* Zentrieren Sie den Tooltip horizontal */
        padding: 10px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        border-radius: 10px;
        z-index: 99;
        position: fixed;
        background-color: var(--LagerPlatzRot);
        font-weight: bold;
        min-width: 300px;
        text-align: center;
        font-size: 18px;
        max-width: 600px;
        -webkit-box-shadow: 0px 0px 4px 2px #000000;
        box-shadow: 0px 0px 4px 2px #000000;
    }


#globalTooltipTop {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--LagerPlatzRot);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    min-width: 300px;
    max-width: 600px;
    text-align: center;
    z-index: 99999;
    display: none;
    box-shadow: 0 0 8px #000;
    pointer-events: auto;
}


.blockUI.blockOverlay {
    background-color: unset !important;
    background-repeat: repeat;
    background-image: url(../img/TransparentBackGround.png);
}


.blockUI.blockMsg.blockPage {
    border: none !important;
    background-color: unset !important;
}