#calendar{
    -webkit-tap-highlight-color: transparent !important;
    font-family: monospace !important;
    cursor: default !important;
}

.bcal-container{
    width: 250px;    
    margin: 0 auto;
}
/* whitesmoke */
.bcal-table{
    float: right;
    padding: 5px;
    background-color: whitesmoke;    
    border-spacing: 0;
    color: #373737;
    border-style: solid;
    border-color: #cec8c8;
    border-width: 1px;
    border-collapse: inherit;    
}

thead{
    background-color: whitesmoke;    
}

th{
    text-align: center;
}

.bcal-wday{
    padding: 2px;
    background-color: whitesmoke;
    text-align: center;
    width: 30px;
    color: gray;   
    font-weight: 100; 
    font-size: 12px;
}

.bcal-date{
    border-radius: 100%;
    margin: 1px;
    border-style: solid;
    border-color: transparent;
    border-width: 1px; 
    padding: 5px;
    text-align : center;
    cursor: pointer;
    transition: border-color 0.5s;
}

.bcal-selected{    
    border-color: #373737 !important;
    border-width: 1px;
}

.bcal-empty{
    text-align : center;
    color: lightgray;
    padding: 5px;
    background-color: whitesmoke !important;
    border-style: none !important;
    color: gray !important;
}

.bcal-nav{
  height: 40px; 
}

.packed{
    background-color: #ef9a9a;
    border-color: salmon;
    color: whitesmoke;
}

.radio-disabled{
    color: #ef5350;
}

.schedules{
    float: left; 
    width: 200px;
    overflow: auto;
}

