.fc-unthemed {
    overflow-x: auto;
    overflow-y: hidden;
}

#calendar {
    margin: 0;
}

#calendar table {
    margin: 0;
    background: none;
}

#calendar table th, #calendar table td {
    font-size: 25px;
    line-height: 25px;
    font-weight: normal;
    cursor: pointer;
}

#calendar table th.fc-disabled-day, #calendar table td.fc-disabled-day {
    cursor: auto !important;
}

#calendar .fc-content-skeleton td.fc-day-top {
    cursor: pointer;
}

#calendar .fc-content-skeleton th, #calendar .fc-content-skeleton td {
    cursor: auto;
}

#calendar thead {
    background-color: transparent;
    color: #fff;
}

#calendar thead .fc-widget-header {
    background: rgba(var(--base-btn-bg-color1), 1);
}

#calendar thead .fc-widget-header th {
    padding: 15px;
}

#calendar thead .fc-widget-header th.fc-sun {
    background-color: #ffffff;
    color: rgba(var(--base-btn-bg-color1), 1);
}

.tithi-cal-heading {
    padding-bottom: 2rem;
}

.calendarsymbol {
    display: block;
    border: 1px solid rgba(var(--base-btn-bg-color1), 1);
}

.calendarsymbol ul {
    margin: 0;
    padding: 0;
}

.calendarsymbol ul li {
    padding: 15px 0;
    display: inline-block;
    margin: 0 8px;
    list-style: none;
}

.calendarsymbol ul li i {
    line-height: 0;
    margin-top: 4px;
    position: absolute;
}

.today-detail {
    display: block;
    margin-bottom: 30px;
}

.today-detail .has-borders {
    padding: 1rem 1rem 0 1rem;
}

.today-detail p.heading {
    padding-bottom: 1rem;
}

.today-detail .today-detail-desc dt {
    width: 65%;
    display: inline-block;
    word-wrap: break-word;
    text-align: left;
}

.today-detail .today-detail-desc dd {
    text-align: right;
    width: 35%;
    display: inline-block;
    vertical-align: top;
}

.allevents .has-borders {
    padding: 1rem 1rem 0 1rem;
}

.allevents p.heading {
    padding-bottom: 1rem;
}

.allevents-desc ul li {
    margin-bottom: 15px;
}

.allmonthevent {
    display: block;
    margin: 30px 0;
}

.imgwidth {
    width: 200px;
    height: auto;
}

.calendarsymbol {
    position: relative;
    display: block;
}

.calendarsymbol ul {
    margin: 0;
    padding: 0;
}

.calendarsymbol ul li span {
    padding-left: 18px;
}

#script-warning {
    display: none;
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
}

#loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    margin-left: -16px;
    margin-top: -16px;
}

.event_wrapper {
    display: block;
    height: 100%;
    margin-top: 7px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: normal !important;
}

.event-inner {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 8px;
    overflow: hidden;
}

.sunrise,
.sunset {
    padding-left: 42px;
    line-height: 18px;
}

.jainevent,
.shubhdin,
.samayik {
    display: inline-block;
    position: relative;
    text-indent: -99999px;
}

.fc-tithi {
    display: block;
    padding: 2px 4px 0 4px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(var(--base-btn-bg-color1), 1);
    position: relative;
    bottom: 7px;
}

.current-month-wrapper {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
}

.current-month-data {
    margin: 0;
    background-color: rgba(var(--c3-bg-color1), 1);
    border-width: 1px;
    border-color: rgba(var(--c3-bg-color1), 1);
    min-width: 840px;
}

.current-month-data thead {
    background: rgba(var(--base-btn-bg-color1), 1);
    color: #ffffff;
}

.current-month-data thead tr th {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    padding: 0.5rem 0;
    border-right-color: #fff;
    border-bottom-color: rgba(var(--base-btn-bg-color1), 1);
}

.current-month-data thead tr th:last-child {
    border-color: rgba(var(--base-btn-bg-color1), 1);
}

.current-month-data tbody tr td {
    border-color: rgba(var(--base-btn-bg-color1), 1);
    border-top: none;
    border-bottom: none;
}

.current-month-data .todaydate {
    text-align: center;
    width: 198px;
}

.current-month-data .todaytithititle {
    text-align: center;
    width: 198px;
}

.current-month-data tr:nth-of-type(even) td {
    background-color: #fff;
    background-color: white;
}

@media (max-width: 991px) {
    #tithicalendar {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .current-month-data .todaydate {
        width: 150px;
    }

    .current-month-data .todaytithititle {
        width: 150px;
    }

    .current-month-data thead {
        background-color: rgba(var(--base-btn-bg-color1), 1);
    }

    .current-month-data thead tr th {
        font-size: 25px;
    }

    .calendarsymbol ul li {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

#monthTable:empty:before {
    display: block;
    padding: 15px 0;
    content: "No MSJS event or Jain event this month";
    position: relative;
    text-align: center;
}

@media (min-width: 576px) and (max-width: 991px) {
    #tithicalendar .icon-sunrise,
    #tithicalendar .icon-sunset {
        margin-right: 5px;
        float: none;
        vertical-align: middle;
        display: inline-block;
    }

    #tithicalendar .fc-row .fc-content-skeleton {
        padding-top: 2px;
    }

    #tithicalendar {
        padding-left: 5px;
        padding-right: 5px;
    }

    #tithicalendar .event_wrapper {
        padding-top: 28px;
    }

    #tithicalendar .fc-basic-view .fc-body .fc-row {
        min-height: 6.4em;
    }

    #tithicalendar table td, #calendar table th {
        font-size: 20px;
        text-align: center;
    }

    #tithicalendar .fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
        font-size: 20px;
        line-height: 20px;
        padding: 0 3px;
        float: none !important;
    }

    #tithicalendar .fc-tithi {
        font-size: 10px;
        position: relative;
        padding-left: 3px;
    }

    #tithicalendar .sunrise,
    #tithicalendar .sunset {
        font-size: 11px;
        padding-left: 2px;
        line-height: 18px;
    }

    #tithicalendar .event-inner {
        display: inline-block;
        text-align: center;
        margin-top: 4px;
        margin-bottom: 6px;
        margin-left: 2px;
        height: 20px;
    }

    #tithicalendar .icon-shubhdin,
    #tithicalendar .icon-jainevent,
    #tithicalendar .icon-samayik {
        float: none;
        margin-right: 1px;
    }
}

@media (max-width: 575px) {
    #tithicalendar .fc-row .fc-content-skeleton {
        padding-top: 2px;
    }

    #tithicalendar {
        padding-left: 5px;
        padding-right: 5px;
    }

    #tithicalendar .event_wrapper {
        padding-top: 28px;
    }

    #tithicalendar .fc-basic-view .fc-body .fc-row {
        min-height: 6.4em;
    }

    #tithicalendar table td, #calendar table th {
        font-size: 20px;
        text-align: center;
    }

    #tithicalendar .fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
        font-size: 20px;
        line-height: 20px;
        padding: 0 3px;
        float: none !important;
    }

    #tithicalendar .fc-tithi {
        font-size: 10px;
        position: relative;
        padding-left: 3px;
    }

    #tithicalendar .sunrise,
    #tithicalendar .sunset {
        font-size: 11px;
        padding-left: 2px;
        line-height: 18px;
    }

    #tithicalendar .icon-sunrise,
    #tithicalendar .icon-sunset {
        margin-right: -1px;
    }

    #tithicalendar .event-inner {
        display: inline-block;
        text-align: center;
        margin-top: 4px;
        margin-bottom: 6px;
        margin-left: 2px;
        height: 20px;
    }

    #tithicalendar .icon-shubhdin,
    #tithicalendar .icon-jainevent,
    #tithicalendar .icon-samayik {
        float: none;
        margin-right: 1px;
    }
}

/*# sourceMappingURL=fullcalendar-custom.css.map */
