/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Project : Intranet Comptel 
    Author  : Comptel System Ltda.
*/

.calendar-day{
    background: #ECF2F7;
    color: #8090A0;
}

.calendar-hour{
    font-size: 0.8em;
    width: 60px;
    text-align: right;
    background: #ECF2F7;
    color: #8090A0;
}

.calendar-hour-detail {
    position: relative;
    background-color: #FFFFCC;
    height: 1.5em;
    cursor: pointer;
}
.calendar-hour-detail:active {
    background-color: #CCCCFF;
    color: white;
}

.first-row-calendar{
    border-bottom: none;
}

.second-row-calendar{
    border-top-style: dotted;
    border-color: #BCD4E5;
    border-width: 2px;
}

.th-table{
    border-style: solid;
    border-width: 1px;
    border-color: #BCD4E5;
}
.td-table{
    border-style: solid;
    border-width: 1px;
    border-color: #BCD4E5;
}

@media (max-width: 500px) {
    .tabla-list{
        max-height: 51.7vh!important;
        overflow-y: auto;
        overflow-x: hidden;
        /*display: none;*/
    }
}

.tabla-list{
    max-height: 61.7vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.label{
    border-radius: 0;
    border-width: 0;
    color: #fff;
    text-decoration: none;
    padding: 1px 1px 2px 2px;   
    position: relative;
    display: block;
    font-size: .80em;
    line-height: 1.3;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    background-color: #3a87ad;
    z-index: 3;
}
.label-conteiner{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    
    border-radius: 0;
    border-width: 0;
    color: #fff;
    text-decoration: none;
    padding: 1px 1px 2px 2px;   
    display: block;
    font-size: .80em;
    line-height: 1.3;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    background-color: #3a87ad;
    z-index: 3;
}

.label-time{
    position: absolute;
    top: -10px;
    bottom: -15px;
    z-index: 1;
    left: 0%;
    right: 0%;
}



.calendar-table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

.calendar-thead{
    background: #ECF2F7;
    color: #8090A0;
}

.calendar-th{    
    border-style: solid;
    text-align: center;
    border-width: 1px;
    border-color: #BCD4E5;
}

.calendar-thead row {
    border-style: solid;
    border-width: 0;
}

.calendar-td {
    cursor: pointer;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    padding-top: 5px;
    padding-right: 5px;
    vertical-align: top;
    height: 80px;
}
.calendar-td {
    border-style: solid;
    border-width: 1px;
    border-color: #BCD4E5;
}

.calendar-td:active{
    background-color: #B6BDE8;
}

.today-mark{
    background-color: #FFD790;
}

.another-month{
    opacity: .3;
}