div#fullCalendar {
    display: flex;
}

.full-calendar-section {
    min-width: 500px;
}

.events-body {
    border-top: solid 1px #9FA0A4;
    overflow: auto;
    height: 100%;
}

.events-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 13px;
}

.events-header span {
    font-size: 18px;
    font-weight: bold;
}

#calendar-event-sortBy {
    width: 200px;
}

.calendar-event-container {
    width: 100%;
    height: 150px;
    border: solid 1px #9FA0A4;
    border-top: none;
    box-sizing: border-box;
}

.calendarItems {
    height: 232px;
    width: 225px;
    margin-left: 35px;
    background: white;
}

.cal-event-div {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 10px;
    height: 100%;
}

.cal-event-img {
    height: 100%;
}

.cal-event-header {
    font-size: 16px;
    height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.cal-event-title {
    font-size: 18px;
    color: #42B4E6;
    margin-bottom: 5px;
}

.cal-event-date {
    font-style: italic;
    margin-bottom: 5px;
}

    .cal-event-title a {
        text-decoration: none;
        color: #42B4E6;
    }

.cal-event-platform {
    height: 20px;
}

.cal-event-bulletin {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0;
}

.cal-event-keypoint {
    font-weight: initial;
    font-size: initial;
}

div#addCalendarEventContainer.dialogBody.db2{
    height: -webkit-calc(100% - 184px);
    height: -moz-calc(100% - 184px);
    height: calc(100% - 184px);
    box-sizing: border-box;
    padding: 20px;
}

div.addCalendarEvent-top{
    width: 100%;
    height: 125px;
}

div#addCalendarEvent-image-Div{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    width: 55%;
    float: left;
}

div#addCalendarEvent-radio-Div {
    position: absolute;
    left: 115px;
    top: 0;
    margin: 0;
}

img#addCalendarEvent-image{
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 110px;
    box-sizing: border-box;
    border: solid 1px #626469;
    position: absolute;
    top: 0;
}

input.addCalendarEvent-input{
    box-sizing: border-box;
    padding: 3px 5px;
    height: 26px;
}

textarea.addCalendarEvent-input{
    box-sizing: border-box;
    padding: 3px 5px;
    height: 52px;
}

div.add-cal-event-top-right{
    width: 45%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}

div.add-cal-event-split-width{
    width: 50%;
    float: left;
    box-sizing: border-box;
}

div.add-cal-event-full-width{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

ul.calendar-UL {
    width: 250px;
}

    ul.calendar-UL li.calendar-li {
        display: flex;
        width: 100%;
        height: -webkit-calc(50% - 12px);
        height: -moz-calc(50% - 12px);
        height: calc(50% - 12px);
        justify-content: space-around;
    }

        ul.calendar-UL li.calendar-li.calendar-heading-li {
            height: 24px;
            background: #E47F00;
            color: white;
        }

div.support-bar-left.calendar-bar {
    margin-left: -262px;
    z-index: 3;
}

.calendar-li-text-header {
    line-height: 24px;
    color: white;
}

li.calendar-li.calendar-bar-calendar-data {
    transition: .2s all ease;
    transition-delay: 2s;
    display: none;
}

    li.calendar-li.calendar-bar-calendar-data.active {
        display: flex;
    }

label.calendar-bar-featNewSliderText {
    transition: .8s all ease;
    transition-delay: 2s;
    display: none;
    align-items: center;
    height: 65px;
}

    label.calendar-bar-featNewSliderText.active {
        display: flex;
    }

.cal-current {
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.cal-current.cal-current-day {
    height: 64px;
    font-size: 64px;
    line-height: 64px;
    padding-bottom: 36px;
}

.calendarItem1 {
    background: mediumpurple;
    color: white;
    height: 140px;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
}

.full-calendar-section {
    height: 100%;
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}


div#fullCalendar-calendar button.fc-button {
    display: block;
}

div#fullCalendar-calendar table {
    height: 73px;
}

div.calendarContainer table td,
div#fullCalendar-calendar table td {
    text-align: center;
}

li.calendar-li div.calendarContainer.calendarItems.calendarItem2 span.fc-day-number,
div#fullCalendar-calendar span.fc-day-number {
    float: initial;
}

@media only screen and (max-width: 1000px) {
    div#fullCalendar.active {
        overflow: auto;
    }

    div.full-calendar-section {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 800px) {
    div#fullCalendar.active {
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
    }
}