.zabuto_calendar {
    margin: 0;
    padding: 0;
    font-family: 'Poppins',sans-serif;
}
.zabuto_calendar > .table{
    width: 100%;
    margin: 0;
    padding: 0;
}
.zabuto_calendar > .table > thead > tr > th,
.zabuto_calendar > .table > tbody > tr > th,
.zabuto_calendar > .table > tfoot > tr > th,
.zabuto_calendar > .table > thead > tr > td,
.zabuto_calendar > .table > tbody > tr > td,
.zabuto_calendar > .table > tfoot > tr > td {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border: none;
}
.zabuto_calendar .table th, .zabuto_calendar .table td{
    padding:4px 2px;
    text-align:center
}
.zabuto_calendar .table tr th, .zabuto_calendar .table tr td {
    background: none;
}
.zabuto_calendar .table tr.calendar-month-header th {
    color: #666;
    font-size: 30px;
}
.zabuto_calendar .table tr.calendar-month-header th span{
    cursor:pointer;
    padding-bottom:10px;
    font-size: 12px;
    text-transform: uppercase;
}
.zabuto_calendar .table tr.calendar-month-header th span i {
    width: 20px;
    height: 20px;
    margin: -4px 0 0 0;
    padding: 3px 0 0 0;
    border: 1px solid #666;
    border-radius: 100px;
    transition: 0.2s;
}
.zabuto_calendar .table tr.calendar-month-header th span i:hover {
    transition: 0.2s;
    background: #666;
    color: #FFF;
}
.zabuto_calendar .table tr.calendar-dow-header th{
    background-color:#f0f0f0;
    padding: 4px 0 4px 0;
    text-transform: uppercase;
    font-size: 11px;
    color: #555;
}
.zabuto_calendar .table tr:last-child{
}
.zabuto_calendar .table tr.calendar-month-header th{
    padding-bottom:4px
}
.zabuto_calendar .table-bordered tr.calendar-month-header th{
    border-left:0;
    border-right:0
}
.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child{
    border-left:1px solid #ddd
}
.zabuto_calendar .calendar-month-navigation {
    margin:0;
    padding:0;
}
.zabuto_calendar tr.calendar-dow-header th,.zabuto_calendar tr.calendar-dow td{
    width:14%
}
.zabuto_calendar .table tr td .day{
    margin:0;
    padding: 4px 0;
}
.zabuto_calendar .table tr td.event .day,.zabuto_calendar ul.legend li.event{
    background-color:#fff0c3
}
.zabuto_calendar .table tr td.dow-clickable, .zabuto_calendar .table tr td.event-clickable{
    cursor:pointer
}
.zabuto_calendar .badge-today, .zabuto_calendar .legend span.badge-today{
    background-color:#357ebd;
    color:#fff;
    text-shadow:none
}
.zabuto_calendar .badge-event, .zabuto_calendar .legend span.badge-event{
    background-color:#ff9b08;
    color:#fff;
    text-shadow:none
}
.zabuto_calendar .badge-event{
    font-size:.95em;
    padding-left:8px;
    padding-right:8px;
    padding-bottom:4px
}
.zabuto_calendar .legend{
    margin-top:5px;
    text-align:right
}
.zabuto_calendar .legend span{
    color:#999;
    font-size:10px;
    font-weight:normal
}
.zabuto_calendar .legend span.legend-text:after, .zabuto_calendar .legend span.legend-block:after, .zabuto_calendar .legend span.legend-list:after,.zabuto_calendar .legend span.legend-spacer:after{content:' '}
.zabuto_calendar .legend span.legend-spacer{
    padding-left:25px
}
.zabuto_calendar ul.legend > span{
    padding-left:2px
}
.zabuto_calendar ul.legend{
    display:inline-block;
    list-style:none outside none;
    margin:0;
    padding:0
}
.zabuto_calendar ul.legend li{
    display:inline-block;
    height:11px;
    width:11px;
    margin-left:5px
}
.zabuto_calendar ul.legend .zabuto_calendar ul.legend li:first-child{
    margin-left:7px
}
.zabuto_calendar ul.legend li:last-child{
    margin-right:5px
}
.zabuto_calendar .legend span.badge{
    font-size:.9em;
    border-radius:5px 5px 5px 5px;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:3px
}
@media(max-width:979px){
    .zabuto_calendar .table th, .zabuto_calendar .table td{
        padding:2px 1px
    }
}