<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
==============================================================
Updated on: 08 - 23 - 2016
Copyright ITO All Rights Reserved.
==============================================================
*/
/*
==============================================================
INDEX

01 Fonts
02 IDS / Classes
03 Media
04 Tags

==============================================================
*/
/*
==============================================================
01 Fonts
==============================================================
*/
.cal-month-box .cal-day-weekend span[data-cal-date] {/*font-family: ralewaymedium; font-weight: normal; font-style: normal;*/}
/*
==============================================================
02 IDS / Classes
==============================================================
*/
.calendar-nav {cursor: pointer;}

.cal-month-box {border: 0;}
.cal-month-box .cal-row-fluid {border-bottom: 0; background-color: #EDEDED;}
.cal-month-box .cal-cell {border-right: 0;}
.cal-month-box .cal-cell:hover {/*background-color: #EC6B21;*/}
.cal-month-box .cal-day-today {/*background-color: #D37C27;*/}
.cal-month-box .cal-day-weekend span[data-cal-date] {color: #333;}
.cal-month-box .cal-day-today span[data-cal-date] {font-size: 1.2em !important; color: #FFF;}
.cal-month-box span[data-cal-date] {margin-right: 10%; margin-top: 5%;}
.cal-month-box .cal-day-inmonth {}
.cal-month-box .cal-day-outmonth {display: none;}
.cal-month-box .cal-row-fluid:hover {/*background-color: #F7B43F;*/}
.cal-month-box .dh-event-success {/*background-color: #2586CD;*/}
.cal-month-box .day-highlight.dh-event-success:hover,.cal-month-box .day-highlight.dh-event-success {/*background-color:#EC6B21;*/}

.cal-row-head {}
.cal-row-head:hover {}
.cal-row-head .cal-cell1:hover {/*background-color: #E21F31;*/}

#cal-day-tick {bottom: -24px; height: 24px; /*background-color: #EC6B21;*/}
#cal-slide-content {background-image: none; box-shadow: none;}
#cal-slide-content, #cal-slide-content:hover {/*background-color: #EC6B21;*/}
#cal-slide-content a.event-item {color: #000;}

.event {/*border: 0;*/ box-shadow: none;}
.event-success {/*background-color: #D37C27;*/}

#cal-slide-content ul.unstyled li + li{margin-top:10px;}

/*
==============================================================
03 Media
==============================================================
*/

/*
==============================================================
04 Tags
==============================================================
*/
</pre></body></html>