/* Flash messages */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.message.hidden {
    display: none;
}
.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}
.message.warning {
    background: #fffabc;
    color: #8d7b00;
    border-color: #d3b800;
}
.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

.newbutton {
    text-align: center !important;
    min-width:5rem !important;
    max-width:10rem !important;
    margin:10px;
}
.ma {
    max-width:40 !important;
    border: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 5px !important;
    margin:0 !important;
}
.indtimes-td {
    max-width:300px !important;
    border: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 5px !important;
    margin:0 !important;
}
.tma {
    max-width: 75% !important;
}

tr.ovclickable:hover{
    background-color:#ccc !important; 
    cursor:pointer !important;
    
} 
.clickable:hover{
    background-color:#b3d7f5 !important;
    cursor:pointer !important;
}
.singletime-clickable:hover{
    background:#b3d7f5 !important;
    cursor:pointer;
}
.area-clickable:hover{
    background:#b3d7f5 !important;
    cursor:pointer;
}
.role-clickable:hover{
    background:#b3d7f5 !important;
    cursor:pointer;
}
.event-clickable:hover{
    background:#b3d7f5 !important;
    cursor:pointer;
}

.staff-clickable:hover{
    background:#b3d7f5 !important;
    cursor:pointer;
}
.footer-text{
    margin-left:20px !important;
    margin-right:10px !important;
    float:left;
}

.month-chooser{
    margin:10px !important;
}
.free-day-su {
    background:#ffe0e0 !important;
}
.free-day-sa {
    background:#fdf2f2 !important;
}
.times-good {
    background:#51d88a !important;
    width:10px !important;
    height:30px !important;
}
.times-warning {
    background:#fcdc27 !important;
    width:10px !important;
    height:30px !important;
}
.times-error {
    background:#fa4e23 !important;
    width:10px !important;
    height:30px !important;
}

.search-group {
    margin-top:9px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 30%;
    float: right;
}
.form-monthchooser {
    position: relative;
    width:30% !important;
    float:left !important;
}


.times-clickable:hover {
    background:#b3d7f5 !important;
    cursor:pointer;
}
.stafftimes-clickable:hover{
    background:#b3d7f5 !important;
    cursor:pointer;
}
.no-bullets {
    list-style-type: none;
}
.weekday {
    width:35px;
    float:left;
}
.weekday-chk {
    width:35px;
}
.indtimes {
    width:180px;
    float:left;
}
.indtimes-chk {
    width:35px;
}
.pgn-link {
    text-decoration: none;
    color:#d2d2d2;
}
.page-login {
    margin-top: 20px;
    margin-left: 650px;
    min-height: 93vh;
    width: 30%;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
  }
  
  .form-signin .checkbox {
    font-weight: 400;
  }
  
  .form-signin .form-floating:focus-within {
    z-index: 2;
  }
  
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  

.username {
    margin-left: 24px;
    font-size: larger;

}
.role {
    margin-left: 24px;
    font-size: medium;
}

.zkonto {
    
    font-size: x-large !important;
}
.zkonto-good {
    background:#98eebc !important;
    width:12% !important;
    height:30px !important;
}
.zkonto-warning {
    background:#f8e787 !important;
    width:12% !important;
    height:30px !important;
}
.zkonto-error {
    background:#ff967c !important;
    width:12% !important;
    height:30px !important;
}
.zkonto-header {
    position:sticky !important;
    top:25px !important;
}
.selectpicker {
    height: 18rem;
}
.list-minilist {
    width: 20%;
    max-height: 600px;
    position:sticky !important;
    top:223px;
}
.detail-content {
    width: 75%;
}
.status-good {
    min-width:10px;
    max-width:10px;
    min-height:50px;
    margin-right: 10px;
    background: rgb(15, 207, 25);
}
.status-error {
    min-width:10px;
    max-width:10px;
    min-height:50px;
    margin-right: 10px;
    background: rgb(226, 39, 6);
}
.status-warning {
    min-width:10px;
    max-width:10px;
    min-height:50px;
    margin-right: 10px;
    background: rgb(255, 175, 1);
}
.selectedItem{
    background-color: #b3d7f5 !important;
}
.edit-message{
    position:fixed;
    top: 40px;
    left: 800px;
    padding-left:10px;
    padding-right:10px;
    background: rgb(255, 175, 1);
    opacity: 0.6;
}
#head-btn-list {
    position:sticky !important;
    top:115px;
    background-color: #ffffff;
}
#staff-header{
    position:sticky !important;
    top:223px;
    background-color: #ffffff; 
}
#PageBlend{
    margin-top: -55px;
    position:sticky !important;
    top:0px;
    height:115px;
    background-color: #ffffff;
}
#btn-list{
    position:sticky !important;
    top:270px;
    background-color: #ffffff;
}
.flash-message{
    position:sticky !important;
    top:115px;
    /* float: left !important; */
    margin: 0px 0px 10px !important; 
    z-index: 9999 !important;
}
@media print {
    #print {
        display:none;
    }
    #printov {
        display:none;
    }
    #backprint {
        display:none;
    }
    #backov {
        display:none;
    }
    th {
        width:auto;
    }
    td {
        width:150px;
    }
  }
.th-jahr{
    width:8rem;
    text-align: center;
}
.td-jahr{
    text-align: center;
}
.mobile-logout{
    display:none;
}
@media screen and (max-width: 500px) {
    .sidebar {
        display:none;
    }
    .page {
        margin: 0 !important;
        min-height: 93vh;
        max-width: 173vh;
    }
    .pc-title {
        font-size: 1.0rem;
    }
    .zkonto {
    
        font-size: 1.3rem !important;
    }
    .zkonto-good {
        background:#98eebc !important;
        width:100% !important;
        height:30px !important;
    }
    .zkonto-warning {
        background:#f8e787 !important;
        width:100% !important;
        height:30px !important;
    }
    .zkonto-error {
        background:#ff967c !important;
        width:100% !important;
        height:30px !important;
    }
    .pc-header {
        margin: 2px;
        margin-top : 0px !important;
        margin-bottom: 25px !important;
        min-height: 8vh;
        position:sticky;
        top:15px;
        border: 2px solid #eee;
        background-color: #fff;
        z-index:1000;
    }
    .mobile-logout{
        display:block !important;
    }
    .table-responsive{
        display:none;
    }
    .btn {
        width:50% !important;
    }
}

.ind-cal-dp {
    width:100%;
    margin-bottom: 5px;
}
.cal-content {
    margin-bottom: 20px;
}
.cal-th {
    width:50px;
    background-color:#fcfcfc;
    border: 1px solid #a2a2a2;
    text-align: center;
}
.cal-th-arrow {
    width:50px;
    background-color:#7e7f80;
    border: 1px solid #2c2c2c;
    text-align: center;
}
.cal-fill-td {
    width:50px;
    background-color:#ffffff;
    border: none;
}
.cal-td {
    width:50px;
    background-color:#fcfcfc;
    border: 1px solid #a2a2a2;
    text-align: center;
}
.cal-td:hover {
    width:50px;
    background-color:#5c5b5b;
    border: 1px solid #5c5b5b;
    color:#ffffff;
    text-align: center;
    cursor: pointer;
}
.cal-td-today {
    width:50px;
    border: 2px solid #f70c0c !important;
    text-align: center;
}
.cal-td-today:hover {
    width:50px;
    background-color:#444443;
    border: 1px solid #a2a2a2;
    color:#ffffff;
    text-align: center;
    cursor: pointer;
}
.cal-td-choosen {
    width:50px;
    background-color:#444443;
    color:#fff;
    text-align: center;
}
.cal-td-arrow {
    width:50px;
    text-align: center;
}
.cal-has-time {
    color:#1697be !important;
}
.cal-has-hour {
    color:#e0d039 !important;
}
#cal_week {
    margin-left: 20px !important;
}

.m-hour {
    margin-left:10px;
}
.m-hours-inp {
    margin-left:30px;
    margin-top:5px;
    width:50%;
}
.m-hours-lbl {
    margin-left:30px !important;
    margin-top:10px;
    width:35%;
}
.btn-hours-submit {
    margin-left:30px;
    margin-top:10px;
    width:50%;
}

