/* 
    Created on : 25.12.2019, 21:31:47
    Author     : TB
*/

@charset 'UTF-8';

.table-opening-hours {
    width: 100%;
    
    
}

.OH-active-heading {
    cursor: pointer;
}

.OH-active-heading > i.fas {
    font-size: 0.8em;
    margin-right: 0.5rem;
    
    width: 1.2em;
}

.table-opening-hours td {
    width: 14.28%;
    
    padding: .25rem .5rem;
}

.table-roster {
    /*width: 100%;*/
    
    /*margin-left: auto;
    margin-right: auto;*/
}

.table-roster tr td {
    height: 2.2rem;
    line-height: 2.2rem;
    
    padding: 0px;
}

.table-roster tr td:first-child {
    width: 3rem;
    width: 7.5rem;
}

.table-roster tr td.table-roster-control {
    width: 8rem;
    width: 14rem;
}

.table-roster .TRC-control {
    
    background: rgba(0, 0, 0, 0.6);
    
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    height: calc(100% + .5rem);
    height: 2.2rem;
    line-height: 2.2rem;
    
    margin-top: -.25rem;
    margin-bottom: -.25rem;
}

.table-roster .TRC-control.open {
    background: #2e7d32;
}

.table-roster .TRC-control.closed {
    background: #dd2c00;
}

.table-roster, 
.table-roster-container {
    
}

.table-roster-container {
    height: calc(100vh - 37.5rem);
    overflow: auto;
}

.btn.btn-roster-active {
    width: 10rem;
}

.OH-stand-header {
    height: 5rem;
    line-height: 5rem;
}