body{
    /*background: linear-gradient(to top, rgb(154, 50, 54), white) fixed;*/
    background: linear-gradient(to top, #c3c3c3, white) fixed;
    margin: 0px;
    padding: 0px;
}

.bodydev{
    background: rgba(0, 255, 55, 0.23) !important;
}

A{
    text-decoration: none;
}

INPUT[type=text], INPUT[type=number], INPUT[type=tel], INPUT[type=time], INPUT[type=email], INPUT[type=date], INPUT[type=password]  {
    border:1px solid transparent;
    border-bottom:1px solid #c3c3c3;
    background-color:transparent;
}
INPUT[type=text]:enabled:hover, INPUT[type=number]:hover, INPUT[type=tel]:hover, INPUT[type=email]:hover, INPUT[type=date]:hover, INPUT[type=password]:hover{
    border:1px solid #c3c3c3;
    background-color:white;
}
INPUT[type=text]:focus, INPUT[type=number]:focus, INPUT[type=tel]:focus, INPUT[type=time]:focus, INPUT[type=email]:focus, INPUT[type=date]:focus, INPUT[type=password]:focus{
    border:1px solid #c3c3c3;
    background-color:white;
}
INPUT[readonly=readonly], INPUT[readonly=readonly]:hover, INPUT[readonly=readonly]:focus{
    border:1px solid transparent;
    background-color:transparent!important;
    outline: none;
}
INPUT[type=text], INPUT[type=password], INPUT[type=email]{
    width: 300px;
}
SELECT{
    width: 304px;
    border:1px solid transparent;
    border-bottom:1px solid #c3c3c3;
    background-color:transparent;
}
SELECT:hover, SELECT:focus{
    border:1px solid #c3c3c3;
    background-color:white;
}
TEXTAREA{
    border:1px solid transparent;
    border-bottom:1px solid #c3c3c3;
    background-color:transparent;
}
TEXTAREA:hover{
    border:1px solid #c3c3c3;
    background-color:white;
}
.window{
    margin: 5px 0px 5px 0px;
    /*width: 1024px;*/
    display: flex;
}
.window span {
    font-weight: bold;
}

.left{
    width: 500px;
}
.window label{
    width: 180px;
    display: block;
    float: left;
}
.right{
    width: 500px;
}

.topHead{
    display: flex;
    justify-content: space-between;
}
.topLeft{
    
}
.topRight{
    
}

#timelineBox{
    padding: 5px;
}
.fullscreenBlock {
    position: absolute; 
    top: 0; 
    left: 0;
    background-color: #000;
    width: 100%;
    height: 2000px;
    opacity: 0.8;
    display: none;
    z-index: 999;
}

 #loadspinner{
     width:100%;
     position:fixed;
     left:0;
     right:0;
     top:0;
     bottom:0;

     background-color: rgba(0,0,0,0.7);
     z-index:9999;
     display: none;
 }

 .lds-roller {
     display: inline-block;
     position: relative;
     top: 50%;
     left: 50%;
     width: 80px;
     height: 80px;
   }
   .lds-roller div {
     animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
     transform-origin: 40px 40px;
   }
   .lds-roller div:after {
     content: " ";
     display: block;
     position: absolute;
     width: 7px;
     height: 7px;
     border-radius: 50%;
     background: #fff;
     margin: -4px 0 0 -4px;
   }
   .lds-roller div:nth-child(1) {
     animation-delay: -0.036s;
   }
   .lds-roller div:nth-child(1):after {
     top: 63px;
     left: 63px;
   }
   .lds-roller div:nth-child(2) {
     animation-delay: -0.072s;
   }
   .lds-roller div:nth-child(2):after {
     top: 68px;
     left: 56px;
   }
   .lds-roller div:nth-child(3) {
     animation-delay: -0.108s;
   }
   .lds-roller div:nth-child(3):after {
     top: 71px;
     left: 48px;
   }
   .lds-roller div:nth-child(4) {
     animation-delay: -0.144s;
   }
   .lds-roller div:nth-child(4):after {
     top: 72px;
     left: 40px;
   }
   .lds-roller div:nth-child(5) {
     animation-delay: -0.18s;
   }
   .lds-roller div:nth-child(5):after {
     top: 71px;
     left: 32px;
   }
   .lds-roller div:nth-child(6) {
     animation-delay: -0.216s;
   }
   .lds-roller div:nth-child(6):after {
     top: 68px;
     left: 24px;
   }
   .lds-roller div:nth-child(7) {
     animation-delay: -0.252s;
   }
   .lds-roller div:nth-child(7):after {
     top: 63px;
     left: 17px;
   }
   .lds-roller div:nth-child(8) {
     animation-delay: -0.288s;
   }
   .lds-roller div:nth-child(8):after {
     top: 56px;
     left: 12px;
   }
   @keyframes lds-roller {
     0% {
       transform: rotate(0deg);
     }
     100% {
       transform: rotate(360deg);
     }
   }
   
   .mainLayer{
       display: none;
   }
   
#myModal .modal-body { opacity: 0; transition: all 0.5s ease; }
#myModal .jqtl-event-view { display: flex; }
#myModal .jqtl-event-view > * { width: 50%; }

.custom-loader {
    display: none;
    border: 16px solid #DDD;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.centered {
    height: 430px;
    width: 500px; 
    /*background-color: rgba(81, 148, 161, 0.63);*/
    background: linear-gradient(to top, #c3c3c3, white) fixed;
    opacity: 0.6;
    display: none; 
    z-index: 1000;
    font-weight: bold;
    
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    border:1px solid white;
    opacity: 1;
}

INPUT.error, SELECT.error{
    border: 2px solid #ff0000;
}
LABEL.error{
    display: none!important;
}

.jqtl-headline{
    display: none;
}

.deleted{
    color: #999999;
}

.currentActive{
    background-color: rgba(14, 121, 111, 0.25);
}

.disabled{
    color: #999999;
}

TABLE TR TH{
    border-bottom: 1px solid #000;
    text-align: left;
}

.ui-input{
    min-width: 200px;
}

.addmabox{
    display: none;
    height: 282px;
    padding: 5px;
    width: 600px;
    background-color: #d9d9d9;
    overflow-y: scroll;
}

.planningfilter{
    display: none;
    padding: 5px;
    background-color: #d9d9d9;
}

.addmaboxentry{
    background-color: RGBA(255, 255, 255, 0.4);
    padding: 2px;
    border: 1px solid white;
    height: 30px;
    line-height: 30px;
}

.langMenu{
    position: relative;
    width: 130px;
    top: 0px;
    left: 50%;
    margin-left: -65px;
    
}

.langMenu input{
    text-decoration: none;
    color: #000;
}

.login{
    height: 200px;
    width: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to top, #c3c3c3, white) fixed;
    border: 2px solid white;
    padding-left: 40px;
}

.tab{
    min-height:600px; 
    background: linear-gradient(to top, #c3c3c3, white) fixed !important;
}

.disponent_lbl{
    width: 260px!important;
}

.disponent_cbx{
    padding-left: 235px;
}

.eventtype {
    padding-left: 495px;
}

.eventtype SELECT {
    width: 290px;
}

.close_btn {
    margin-right: 10px; cursor: pointer;
}

.close_btn:hover {
    color: red;
}

.datemask {
    display: grid;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    overflow: auto;
    grid-template-columns: repeat(31, 50px);
    grid-gap: 10px;
    max-width: 850px;
}

.datemask DIV {
    border-radius: 25px;
    width: 50px;
    height: 50px;
    margin: 5px;
    box-shadow: 5px 10px 18px #888888;
}

.datemask .nothing, .labelnothing {
    background-color: grey;
}

.datemask .accepted, .labelaccepted {
    background-color: darkgreen;
}

.datemask .freeday, .labelfreeday {
    background-color: yellow;
    color: black!important;
}

.datemask .workday, .labelworkday {
    background-color: green;
}

.datemask .holiday, .labelholiday, holiday:active {
    background-color: white;
    color: #000!important;
}

.datemask .parenttime, .labelparent {
    background-color: rgba(14, 121, 111, 0.5);
}

.datemask .paidgoing, .labelpaidgoing {
    background-color: rgba(255, 165, 0, 0.5);
}

.datemask .weekend, .labelweekend {
    background-color: #5e5959;
}

.datemask .sick, .labelsick {
    background-color: cornflowerblue;
}

.datemask .teaching, .labelteaching {
    background-color: aquamarine;
}

.datemask .declined, .labeldeclined {
    background-color: darkred;
}

.datemask .fza, .labelfza {
    background-color: orange;
}

.datemask .private, .labelprivate {
    background-color: rgba(14, 121, 111, 0.5);
}

.datemask .balance, .labelbalance {
    background-color: rgba(14, 121, 111, 0.5);
}

.labelnothing, .labelaccepted, .labelfreeday, .labelworkday, .labelholiday, .labelweekend, .labelsick, .labeldeclined, .labelfza, .labelparent, .labelteaching, .labelbalance, .labelprivate, .labelpaidgoing{
    height: 15px;
    width: 15px;
    display: inline-block;
}

.datemask .fza {
    background-color: orange;
}

.datemask .active{
    border:3px solid greenyellow;
    height:44px;
    width: 44px;
    line-height: 44px;
    /*background-color: #336699;*/
    color: white;
}

#tracking > FIELDSET > FIELDSET{
    max-width: 820px;
    overflow: hidden;
}

#tracking > FIELDSET FIELDSET DIV[data-role=fieldcontain]{
    margin: 5px 0 0 5px;
}

#tracking FIELDSET DIV[data-role=fieldcontain] LABEL {
    display: inline-block;
    min-width: 400px;
}

.tracking_head{
    width: 820px;
}

.tracking_head LABEL{
    max-width: unset!important;
}

#other_times > DIV{
    max-width: 400px;
    display: inline-block;
}
#other_times > LABEL {
    vertical-align: top;
}

#other_times > DIV DIV{
    display: inherit;
    width: 90px;
}

#legendPlanung{
    display: none;
}

#legendPlanung > DIV {
    width: 200px;
    display: inline-block;
}

#legendPlanung > DIV DIV {
    height: 15px;
    width: 15px;
    display: inline-block;
}

.planungL{
    background-color: RGBA(255, 215, 0, 0.5);
}
.planungB{
    background-color: RGBA(255, 235, 205, 0.5);
}
.planungT{
    background-color: RGBA(160, 0, 0, 0.5);
}
.planungG{
    background-color: RGBA(136, 0, 255, 0.5);
}
.planungU{
    background-color: RGBA(136, 0, 255, 0.5);
}
.planungS{
    background-color: RGBA(136, 0, 255, 0.5);
}
.planungK{
    background-color: RGBA(136, 0, 255, 0.5);
}
.planungC{
    background-color: RGBA(136, 0, 255, 0.5);
}
.planungA{
    background-color: RGBA(136, 0, 255, 0.5);
}
.planungW{
    background-color: RGBA(136, 0, 255, 0.5);
}
.planungM{
    background-color: RGBA(136, 0, 255, 0.5);
}
.planungY{
    background-color: RGBA(41, 49, 51, 0.5);
}
.planungWD{
    background-color: RGBA(84, 84, 84, 0.5);
}

#tcomment{
    width: 398px;
    height: 50px;
}

LABEL[for=tcomment] {
    vertical-align: top;
}

#reason_incomplete{
    width: 398px;
    height: 50px;
}

LABEL[for=reason_incomplete] {
    vertical-align: top;
}

#legend {
    display: flex;
    width: 800px;
    flex-wrap: wrap;
}

#legend > DIV{
    width: 25%;
}

.unsolved {
    color: #9e0e0e;
}

#probation{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.legendlink{
    color: darkred!important;
    text-decoration: underline!important;
}

.legendlink:hover{
    color: #336699!important;
    text-decoration: underline!important;
}

.linehighlight:hover{
    background-color: #2196F3!important;
    color: white!important;
}

.pwreset{
    margin-left: 40px;
}

.dashboardtable td{
    padding-left: 5px;
}

.new {
    border: 2px solid #dc6c1a!important;
}

TBODY TR:hover {
    background-color: rgba(152, 206, 243, 0.2) !important;
}

.error{
    color: red;
}

TBODY INPUT, TBODY SELECT {
    width: auto!important;
}

TABLE THEAD TR {
    position: sticky;
    top: 0;
    background-color: #d9d9d9;
}

TABLE TBODY TR TD {
    vertical-align: top;
}

.alert{
    text-align: center;
    background-color: red;
    color: white;
    font-size: 18px;
    padding:2px;
    display: none;
}

.show {
    display: block;
}

.switchbtn:hover {
    font-weight: bolder;
    background-color: rgba(255, 0, 0, 0.6);
    color: yellow;
    cursor: pointer;
}

.update {
    width: 16px;
    height: 16px;
}

.login label {
    width: 72px;
    display: block!important;
    float: left;
}

/*
.jqtl-side-index-margin {
    height: 30px!important;
}

.jqtl-side-index-item {
    height: 48px!important;
    line-height: 48px!important;
}

.jqtl-side-index-margin{
    height: 30px!important;
}*/

.dbchild{
    margin: 5px;
    /*min-height: 400px;*/
    max-height: 400px;
    overflow: auto;
    width: 45%;
}