﻿td.cadan-calendar-box-title { font-weight: bold; font-size: 1.2em; color: #931F20 !important;  text-align: center; line-height: 15px}

.cadan-calendar-box-days-header {
    background-color: #e4e4e4;
    color: #0A597A;
    /*width: 296px;*/
    padding: 0px 0px;
    margin: 2px auto;
    text-align: center;
    /*min-width: 320px;*/
}

.cadan-calendar-box-days-header > .day-header {
    display: inline-block;
    margin: 0px 0px;
    padding: 0px;
    /*width: 38px;*/
    width:     13%;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
}

.cadan-calendar-box-days {
    text-align: center;
    /*min-width: 320px;*/
}

.cadan-calendar-box-days > .calendar-day {
    display: inline-block;
    margin: 2px;
    border-radius: 5px; 
    background-color: #0A597A;
    /*width:     38px; 
    height:    30px;*/
    width:     12%; 
    height:    11%;
    color:     #fff;
    font-size: 1.4em;
    text-align: center;    
    font-weight: bold;    
    cursor: pointer;
    overflow: hidden;
}

.cadan-calendar-box-days > .calendar-day.day-empty {
    display: inline-block;
    margin: 2px;
    border-radius: 5px; 
    /*width: 38px;*/
    width:     12%;
    border-radius: 5px;     
    text-align: center;    
    font-weight: bold;    
    cursor: pointer;
    opacity: .5 !important;
}

.cadan-calendar-box-days > .calendar-day.calendar-day-with-appointment {
    display: inline-block;
    margin: 2px;
    border-radius: 5px; 
    /*width:     38px; */
    border-radius: 5px;         
    text-align: center;    
    font-weight: bold;    
    cursor: pointer;
    background-color: #931F20;
}

.cadan-calendar-box-days > .calendar-day > span { color: #fff; text-decoration: none; line-height: 1.6em; }
.calendar-day-current { color: #931F20 !important; }
.cadan-calendar-box-days > .calendar-day:hover { background-color: #931F20; color: #fff; transition: all .4s ease; }
.cadan-calendar-box-appointment h3 { padding: 0px; width: auto; font-size: 1.6em; text-align: center; }
.cadan-calendar-box-appointment { display: inline-block; padding: 5px 0px 0px 5px; overflow: hidden; margin: 0px; }
.cadan-calendar-box-appointment-text { padding: 0px 10px 10px 10px; margin: 0px; width: 100%; }
.cadan-calendar-box-appointment-text > h2 { font-size: 1.1em; font-weight: bold; }
.cadan-calendar-box-appointment-text > h2 > a { font-size: 1em; font-weight: bold; color: #931F20; text-decoration: underline}
.cadan-calendar-box-days > h3 { line-height: 10px; }    
.cadan-calendar-box-days > h3 > em{ display: inline-block; }    
.cadan-calendar-box-days { border-right: solid 0px; }
.cadan-calendar-box-days { padding: 0px; margin: 2px; }

.calendar-day-current { background-color: #fff !important; color: #931F20 !important }
.calendar-day-current > span { color: #931F20 !important; background-color: #fff; font-weight: bold; font-size: 1em; text-decoration: underline !important; }
.cadan-calendar-box-days > .calendar-day.day-selected { color: #931F20 !important; background-color: #fff; font-weight: bold; }
.cadan-calendar-box-days > .calendar-day.day-selected > span { color: #931F20 !important }