body {
    -webkit-print-color-adjust: exact;
}
/*@media print {
    * {
        -webkit-transition: none !important;
        transition: none !important;
    }
}*/
@page {
    size: 25cm 35.7cm;
}
.default_view,
.navbar,
#btn_print {
    display: none;
}
.printing {
    display: inline-block !important;
}

.fc-header-toolbar {
    margin-bottom: -20px !important;
    margin-top: 0px !important;
}
.calendar {
    margin-bottom: 5px;
}
.fc-scrollgrid-section-header > td{
    border-top: 1px solid black;
}
.note_header {
    font-weight: bold;
    padding-top: 10px;
}
.assessment {
    background-color: #FFFF00;
}
.public_holiday {
    background-color: #FF4C4B;
}
.course {
    background-color: #8DB4E2;
}
.competition {
    background-color: #92D050;
}
/*
.calendar_column {
    width: 800px !important;
    border: 1px solid red !important;
}
#calendar_table {
    border: 1px solid green;
    width: 1000px !important;
}
.box_calendar {
    width: 800px; height: 800px; overflow: hidden;
    border: 1px solid blue;
}
.calendar {
}
 */


.class_assessment {
    background-color: #FFFF00 !important;
    width: 100%;
}
.class_public_holiday {
    background-color: #fc8e8e !important;
    width: 100%;
}
.class_competition {
    background-color: #92D050 !important;
    width: 100%;
}
.class_monthly, .class_event {
    background-color: rgba(141, 180, 226, 0.5) !important;
    width: 100%;
    height: 100%;
}

.font_assessment {
    padding: 5px;
    background-color: #FFFF00 !important;
    border-radius: 7px;
}
.font_public_holiday {
    padding: 5px;
    background-color: #fc8e8e !important;
    border-radius: 7px;
}
.font_competition {
    padding: 5px;
    background-color: #92D050 !important;
    border-radius: 7px;
}

.fc-daygrid-day-events .class_assessment,
.fc-daygrid-day-events .class_public_holiday,
.fc-daygrid-day-events .class_competition {
    width: 100%;
    height: 100%;
    margin: 0px 1px 0px 2px;
}

.fc-daygrid-day {
    position: relative;
}
.fc-daygrid-day-events .class_monthly,
.fc-daygrid-day-events .class_event {
    position: absolute;
    top: 0px;
}

.fc-daygrid-day-events {
    position: absolute !important;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
}

.fc-daygrid-event-harness {
    position: absolute !important;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
.fc-daygrid-event-harness {
    height: 100%;
}
.fc-daygrid-event {
    height: 100%;
}
.fc-daygrid-day-top {
    margin: auto;
    text-align: center;
    z-index:99999;
    position: relative;
}
.pll {
    padding-left: 20px;
}
.note_header > div {
    width: fit-content !important;
}

#table_legend td:nth-child(1)  {
    width: 40%;
}

.class_monthly, .class_event_type{
    background-color: rgba(148, 190, 238, 0.3) !important;
    width: 100%;
    height: 100%;
}
.font_event_type {
    padding: 5px;
    border-radius: 7px;
}
.font_1, .class_1 {   background-color: #fc8e8e !important;   }
.font_2, .class_2 {   background-color: #FFFF00 !important;   }
.font_3, .class_3 {   background-color: #92D050 !important;   }
.font_4, .class_4 {   background-color: #E4DEFD !important;   }
.font_5, .class_5 {   background-color: #a4d8ff !important;   }
.font_6, .class_6 {   background-color: #ffcbbf !important;   }
.font_7, .class_7 {   background-color: #d1e8f9 !important;   }
.font_8, .class_8 {   background-color: #FBCC69 !important;   }
.font_9, .class_9 {   background-color: #88DADA !important;   }
.font_0, .class_0 {   background-color: #FFE09F !important;   }
