.rapCalendar {
position:relative;
display:inline-block;
width:calc(100% - 15px);
padding-top:0;
box-shadow:4px 4px 6px #000;
-moz-user-select:-moz-none;
-webkit-user-select:none;
background:#f6f6f6;
box-shadow:0 0 0 rgba(0,0,0,0.2);
margin-bottom:15px
}

.rapCalendar table {
width:100%;
border-spacing:0
}

.rapCalendar #ajax-loader {
background:#fff url(../img/slick/ajax-loader.gif) center center no-repeat;
position:absolute;
width:100%;
height:100%;
top:0;
opacity:.8
}

.rapCalendar caption {
height:52px;
text-align:center;
background:#fff;
display:block;
padding:10px 0;
border-bottom:1px solid #ddd;
text-transform:uppercase
}

.rapCalendar th {
text-align:center
}

.div_table {
padding-left:8px;
padding-right:8px
}

.div_caption {
background-color:#ff6347
}

.div_caption_year {
margin-top:3px
}

.div_text_caption {
display:inline-block
}

#custom-month {
margin-top:10px;
font-size:20px;
text-transform:uppercase
}

#custom-year {
margin-top:10px;
font-size:20px;
text-transform:uppercase
}

.rapCalendar thead {
background:#f6f6f6;
color:#9e0808;
font-size:12px;
text-transform:uppercase
}

.rapCalendar tbody td {
background:#f6f6f6;
text-align:center;
border-right:1px solid #ddd;
border-bottom:1px solid transparent;
border-top:1px solid transparent;
border-left:1px solid transparent;
width:24px;
height:30px;
font-size:16px;
color:#686a6e;
font-weight:400
}

.rapCalendar .calDisable {
color:#ccc
}

.rapCalendar .calSelectable {
background:#fff;
cursor:pointer
}

.rapCalendar .calEventsExist {
color:#9e0808;
font-weight:400
}

.rapCalendar .calSelectable:hover {
background:#9e0808;
color:#fff
}

.rapCalendar .calSelected {
background:#9e0808;
color:#fff
}

.rapCalendar .calSelected:hover {
color:#fff
}

.rapCalendar .icon-larr {
cursor:pointer;
float:left;
margin-top:12px;
margin-left:15px
}

.rapCalendar .icon-larr:before {
content:"\e913";
color:#626262;
font-size:25px
}

.rapCalendar .icon-larr:hover:before {
color:#9e0808
}

.rapCalendar .icon-rarr {
color:transparent;
cursor:pointer;
float:right;
margin-top:12px;
margin-right:15px
}

.rapCalendar .icon-rarr:before {
content:"\e921";
color:#626262;
font-size:25px
}

.rapCalendar .icon-rarr:hover:before {
color:#9e0808
}

.rapCalendar .icon-larrY {
cursor:pointer;
float:left;
margin-top:12px;
margin-left:15px
}

.rapCalendar .icon-larrY:before {
content:"\e913";
color:#626262;
font-size:25px
}

.rapCalendar .icon-larrY:hover:before {
color:#9e0808
}

.rapCalendar .icon-rarrY {
color:transparent;
cursor:pointer;
float:right;
margin-top:12px;
margin-right:15px
}

.rapCalendar .icon-rarrY:before {
content:"\e921";
color:#626262;
font-size:25px
}

.rapCalendar .icon-rarrY:hover:before {
color:#9e0808
}