/* Full Calendar Styles */
.fc-unthemed {
    background-color: #ffffff;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border: none !important;
}
.fc-unthemed .fc-divider {
    border-color: transparent;
}
.fc-unthemed .fc-day-header {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.51);
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    padding: 15px 20px;
}
.fc-unthemed .fc-month-view .fc-day:after {
    content: "";
    display: block;
    width: 97%;
    height: 1px;
    background-color: #e6e6e6;
}
.fc-unthemed .fc-month-view .fc-day-number {
    padding: 10px 10px 20px 10px !important;
}
.fc-unthemed .fc-state-highlight {
    background-color: #fef8e7;
}
.fc-unthemed .fc-view-container {
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
}
.fc-unthemed .fc-other-month {
    background-color: #fafafa;
}
.fc-unthemed .fc-event {
    padding: 7px 10px !important;
    color: #626262;
    margin: 0 10px 3px 10px !important;
    font-weight: 700;
}
.fc-unthemed .fc-day-number.fc-today {
    position: relative;
}
.fc-unthemed .fc-day-number.fc-today span {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #10cfbd;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}
.fc-unthemed .fc-agenda-view .fc-week.fc-widget-content,
.fc-unthemed .fc-agenda-view .fc-slats .fc-widget-content {
    padding-top: 15px !important;
}
.fc-unthemed .fc-agenda-view .fc-time, .fc-unthemed .fc-agenda-view .fc-axis {
    font-weight: 700;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.46);
}
.fc-unthemed .fc-agenda-view .fc-minor td {
    border-bottom: 1px solid #e6e6e6 !important;
}
.fc-unthemed .fc-agenda-view .fc-head {
    border-bottom: 1px solid #e6e6e6 !important;
}
.fc-unthemed .fc-agenda-view .fc-day-header .day-number {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.77);
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    padding: 15px 10px 15px 20px;
}
.fc-unthemed .fc-left {
    margin-left: 40px;
}
.fc-unthemed .fc-left h2 {
    font-weight: 400;
}
.fc-unthemed .fc-right {
    margin-top: 7px;
    margin-right: 30px;
}
.fc-unthemed .fc-state-default {
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    transition: color .1s linear 0s, background-color .1s linear 0s !important;
}
.fc-unthemed .fc-state-default:hover {
    background-color: #fafafa;
    border-color: rgba(98,98,98,.27);
    color: #1a1a1a;
}
.fc-unthemed .fc-popover {
    width: 250px;
}
.fc-unthemed .fc-popover > .fc-header {
    padding: 12px;
}
.fc-unthemed .fc-popover > .fc-header > .fc-title {
    font-family: Montserrat;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .02em;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}
.fc-unthemed .fc-popover > .fc-body {
    max-height: 300px;
    overflow-y: scroll;
}
.fc-unthemed .fc-more-cell .fc-more {
    color: #666666;
    font-weight: 700;
    margin-left: 20px;
    font-variant: small-caps;
    max-height: 300px;
    overflow-y: scroll;
}
.fc-scroller > .fc-day-grid {
    position: static;
}
@media(max-width: 767px) {
    .fc-unthemed .fc-agenda-view .fc-day-header .day-number {
        padding-left: 0;
    }
    .fc-unthemed .fc-left h2 {
        font-size: 20px;
    }
    .fc-unthemed .fc-right {
        display: none;
    }
}

/* Calendar Styles */
.calendar {
    height: 1200px !important;
    background-color: #ffffff !important;
}
.calendar .calendar-header {
    padding-left: 30px !important;
}
.calendar .calendar-header > .drager {
    border: none !important;
}
.calendar .options {
    margin-top: 0 !important;
    padding-left: 30px !important;
}
.calendar .options .months {
    margin-top: 10px;
    margin-left: 7px;
}
.calendar .options .weeks-wrapper {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.calendar .options .week-dragger {
    border: none;
}
.calendar .options .weeks-wrapper .week:last-child {
    padding-left: 30px;
}
.calendar-body {
    height: 1150px;
}
@media(max-width: 991px) {
    .calendar .months-drager {
        margin-left: 0px !important;
        width: calc(100% - 30px);
    }
}
@media(max-width: 767px) {
    .calendar .months-drager {
        width: calc(100% - 30px);
    }
    .calendar .options .months {
        margin-left: 0 !important;
    }
    .calendar .week-dragger {
        margin-left: 0px !important;
        width: calc(100% - 30px);
    }
    .calendar .options .weeks-wrapper {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .calendar-body {
        height: 1080px;
    }
    .calendar {
        padding-bottom: 15px;
    }
}
