   /**
 * Custom Calendar
 */
.bg-aqua  { background-color: #7FDBFF; }
.bg-silver  { background-color: #DDDDDD; }
.first {
color: red;
}
.second {
color: orange;
}
.third {
color: green;
}
div.custom_calendar {
    margin: 0;
    padding: 0;
}

div.custom_calendar .table {
    width: 100%;
    margin: 0;
    padding: 0;
}

div.custom_calendar .table th,
div.custom_calendar .table td {
    padding: 2px 2px;
    text-align: center;
    font-size: 12px;
}

div.custom_calendar .table tr th,
div.custom_calendar .table tr td {
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

div.custom_calendar .table tr.calendar-month-header th {
    background-color: #fafafa;
}

div.custom_calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
}

div.custom_calendar .table tr.calendar-dow-header th {
    background-color: #f0f0f0;
}

div.custom_calendar .table tr:last-child {
    border-bottom: 1px solid #dddddd;
}

div.custom_calendar .table tr.calendar-month-header th {
    padding-top: 12px;
    padding-bottom: 4px;
}

div.custom_calendar .table-bordered tr.calendar-month-header th {
    border-left: 0;
    border-right: 0;
}

div.custom_calendar .table-bordered tr.calendar-month-header th:first-child {
    border-left: 1px solid #dddddd;
}

div.custom_calendar div.calendar-month-navigation {
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

div.custom_calendar tr.calendar-dow-header th,
div.custom_calendar tr.calendar-dow td {
    width: 14%;

}
div.custom_calendar tr.calendar-main td {
    width: 14%;
    height: 90px;
}

div.custom_calendar .table tr td div.day {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* actions and events */
div.custom_calendar .table tr td.event div.day,
div.custom_calendar ul.legend li.event {
    background-color: #fff0c3;
}

div.custom_calendar .table tr td.dow-clickable,
div.custom_calendar .table tr td.event-clickable {
    cursor: pointer;
}

/* badge */
div.custom_calendar .badge-today,
div.custom_calendar div.legend span.badge-today {
    background-color: #357ebd;
    color: #ffffff;
    text-shadow: none;
}

div.custom_calendar .badge-event,
div.custom_calendar div.legend span.badge-event {
    background-color: #ff9b08;
    color: #ffffff;
    text-shadow: none;
}

div.custom_calendar .badge-event {
    font-size: 0.95em;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}

/* legend */
div.custom_calendar div.legend {
    margin-top: 5px;
    text-align: right;
}

div.custom_calendar div.legend span {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
}

div.custom_calendar div.legend span.legend-text:after,
div.custom_calendar div.legend span.legend-block:after,
div.custom_calendar div.legend span.legend-list:after,
div.custom_calendar div.legend span.legend-spacer:after {
    content: ' ';
}

div.custom_calendar div.legend span.legend-spacer {
    padding-left: 25px;
}

div.custom_calendar ul.legend > span {
    padding-left: 2px;
}

div.custom_calendar ul.legend {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.custom_calendar ul.legend li {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-left: 5px;
}

div.custom_calendar ul.legend
div.custom_calendar ul.legend li:first-child {
    margin-left: 7px;
}

div.custom_calendar ul.legend li:last-child {
    margin-right: 5px;
}

div.custom_calendar div.legend span.badge {
    font-size: 0.9em;
    border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

/* responsive */
@media (max-width: 979px) {
    div.custom_calendar .table th,
    div.custom_calendar .table td {
        padding: 2px 1px;
    }
}


@media print{
  body {
  background-color: #ffffff;
  }
@page { size: landscape;}

@page{margin-top:20px;margin-bottom:0}
.blog-header{
display:none;
}
.blog-masthead{
display:none;
}
.row0{
display:none;
}
.row1{
display:none;
}
.row2{
display:none;
}
.row5{
display:none;
}
.back{
display:none;
}
.col-md-3{
display:none;
}
.container_mn{
display:none;
}
.calheader{margin-top:20px;margin-bottom:20px;font-size:25px;width:100%;display:inline-block!important}
.calfooter{margin-top:10px;display:block!important}

}