.calendar-navigation-education {
    padding-left: 0px !important;
    margin-left: -4px !important;
}

.calendar {
    width: 100%;
    border-collapse: collapse;
}
.calendar th {
    font-size: 14px !important;
    padding: 7px;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
}
.calendar td {
    padding: 7px;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    font-size: 11px;
    height: 28px;
}

.calendar th.day {
    font-size: 11px !important;
}
.calendar td.day {
    width: 40px !important;
    height: 28px !important;
}
.blocked-image {
    background-image: url() !important;
    position: absolute;
    right: 3px;
    bottom: 2px;
    width: 11px;
    height: 15px;
    background-size: cover;
}

.calendar td.day span{
    color: black;
    position: absolute;
    width: 100%;
    left: 0;
    height: 27px;
    top: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    background-image: none;
}
.calendar td.free {
    background-color: #e6ffe6;
}
.calendar td.full, .calender td.full span.full {
    background-color: transparent;
    background-image: linear-gradient(to top left,#ff8080 0%,#ff8080 20%,#ffffff 20%, #ffffff 40%, #ff8080 40%, #ff8080 60%, #ffffff 60%,#ffffff 80%, #ff8080 80%, #ff8080 100%) !important;
}
.calendar td.partial, .calender td.partial span.partial {
    background-color: transparent;
    background-image: linear-gradient(to top left,#fcba03 0%,#fcba03 20%,#ffffff 20%,#ffffff 40%,#fcba03 40%,#fcba03 60%,#ffffff 60%,#ffffff 80%,#fcba03 80%,#fcba03 100%) !important;
}
.calendar td.blocked {
    background-color: #ff8080 !important;
}

.calendar td.blocked span {
    pointer-events: none;
}
.calendar .reservation-trigger {
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: transparent;
}
.calendar td.day span.optional {
    background-color: #ffd9b3 !important;
}
.calendar td.day span.blocked{
    color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateX(-50%) !important;
    background-color: #ff8080;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}
.calendar td.day span.past{
    background-color: #f2f2f2 !important;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.3;
    justify-content: center;
    display: flex;
    align-items: center;
}
.calendar-slider {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    position: relative;
    margin-top: 30px !important;
}
.calendar-slider::before {
    content: '';
    position: absolute;
    width: 40px;
    left: 0;
    top: 0;
    background-color: #ffffff;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.calendar-slider::after {
    content: '';
    position: absolute;
    width: 40px;
    right: 0;
    top: 0;
    background-color: #ffffff;
    height: 100%;
    z-index: 1;
    opacity: 0;    
}
.calendar-slider .slick-active {
   position: relative;
}
.calendar-slider .slick-active table {
    transform: scale(1);
    opacity: 1;
    position: relative;
}
.calendar-slider .slick-active table tr:first-of-type th{
    background-color: #f2f2f2;
    color: #005e39;
    z-index: -1;
}
.calendar-slider .slick-active table tr th{
    color: #adbb16;
}


.calendar-slider .slick-current.slick-active table {
    transform: scale(1);
    opacity: 1;
}
.calendar-slider .slick-current.slick-active table::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 30px;
    width: 28px;
    height: 20px;
    background-image: url("");
    background-size: cover;
}
.calendar-slider .slick-slide{
    margin-left: 15px;
    margin-right: 15px; 
}
.calendar-navigation {
    padding-left: 10px;
    margin-top: 0rem;
}
.calendar-prev, .calendar-next {
    background-color: #f2f2f2;
    color: #009900;
    box-shadow: none;
    font-size: 14px !important;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: none !important;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 8px;
}
.legend {
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
   
}
.legend .legend--item {
    display: flex !important;
    flex-direction: row;
    align-items: center !important;
    margin-bottom: 15px;
}
.legend .legend--item .block {
    border: 1px solid #ccc;
    width: 30px;
    height: 18px;
}
.legend .legend--item .label {
    font-size: 13px;
}
.legend .legend--item .block.item-1 {
    background-color: #ff8080;
}
.legend .legend--item .block.item-2 {
    background-image: linear-gradient(to top left,#ff8080 0%,#ff8080 20%, #ffffff 20%, #ffffff 40%, #ff8080 40%, #ff8080 60%, #ffffff 60%, #ffffff 80%, #ff8080 80%, #ff8080 100%) !important;
}
.legend .legend--item .block.item-3 {
    background-image: linear-gradient(to top left,#fcba03 0%,#fcba03 20%, #ffffff 20%, #ffffff 40%, #fcba03 40%, #fcba03 60%, #ffffff 60%, #ffffff 80%, #fcba03 80%, #fcba03 100%) !important;
}
.legend .legend--item .block.item-4 {
    background-image: url(/wp-content/plugins/calendar-blocker/img/arrows.png) !important;
    background-color: #e6ffe6 !important;
    position: relative;
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center center;
}
.mr-4 {
  margin-right: 16px !important;
}
.mr-2 {
  margin-right: 8px !important;
}
#registration-form-education .form-group{
    flex-direction: column !important;
    display: flex !important;
    margin-bottom: 15px !important;
}
.sessioninfo.d-none {
    display: none !important;
}
.d-none {
    display: none !important;
}