
.upcoming-contain {
    width: 100%;
}

.upcoming-contain h1 {
    font-size: 18px;
    font-weight: 500;
}

.upcoming-units {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    flex-wrap: wrap;
    background: #DBE2E9;

    text-align: center;
}
.upcoming-units .unit {
    width: calc(25% - 6px);
    box-sizing: border-box;
    background: #fff;
    float: left;
    margin: 6px 3px;
}
.upcoming-units .first {
    margin-left: 6px;
    width: calc(25% - 9px);
}
.upcoming-units .last {
    margin-right: 6px;
    width: calc(25% - 9px);
}
.upcoming-units .unit-inner {
    width: 100%;
    height: 100%;
    background: #fff;
    float: left;
}
.upcoming-units .time {
    font-weight: bold;
    /*height: 30px;  */
    height: auto;
    width: 100%;
    text-align: center;
    background: #fad663;
    /*line-height: 30px;*/
    line-height: 19px;
    padding: 5px;
}
.upcoming-units .details {
    width: 100%;
    float: left;
}
.upcoming-units .left {
    padding: 4px 0 0 0;
    float: none;
    margin: 0 auto;
    width: auto;
}            /*
.upcoming-units .image {
    height: 70px;
    width: 70px;
    margin: 0 auto;
}              */
.upcoming-units .image {
    background-size: cover;
    background-position: top center;
    border-radius: 50%;
    height: 62px;
    width: 62px;
    min-width: 62px;
    position: relative;
	margin: 6px auto 2px auto;
}
.upcoming-units .image span {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -2px;
    right: -2px;
}
.upcoming-units .right {
    font-size: 14px;

    padding: 4px;
    margin: 0;
    float: none;
    height: auto;
}
.upcoming-units .teacher {
    font-size: 13px;
}
.upcoming-units .right div {
    line-height: 23px;
}
.upcoming-units .description {
    text-align: center;
    width: 100%;
    float: left;
    padding: 0 10px 15px 10px;
    box-sizing: border-box;
    font-size: 13px;
}
.upcoming-see-schedule {
    display: none;
}

@media (min-width: 1px) and (max-width: 359px) {

    .upcoming-units .left {
        padding: 8px 0 0 8px;
    }

}

@media (min-width: 1px) and (max-width: 600px) {
    .upcoming-units .unit {
        width: calc(100% - 12px);
        margin: 3px 6px;
    }
    .upcoming-units .first {
        margin-top: 6px;
    }
    .upcoming-units .last {
        margin-bottom: 6px;
    }
}

@media (min-width: 601px) and (max-width: 855px) {
    .upcoming-units .unit {
        width: calc(50% - 9px);
        margin: 3px 6px;
    }
    .upcoming-units .first {
        margin: 6px 3px 3px 6px;
    }
    .upcoming-units .second {
        margin: 6px 6px 3px 3px;
    }
    .upcoming-units .third {
        margin: 3px 3px 6px 6px;
    }
    .upcoming-units .last {
        margin: 3px 6px 6px 3px;
    }
}
@media (min-width: 856px) and (max-width: 1150px) {
    .upcoming-units .left {
        width: 100%;
        box-sizing: border-box;
    }
    .upcoming-units .right {
        margin: 0 15px 0px 15px;
    }
}



.page-right-sidebar .upcoming-see-schedule {
    display: block;
    width: 100%;
    margin-top: 12px;
}

.page-right-sidebar .upcoming-see-schedule a {
    background: #DCE7F4;
    line-height: 30px;
    display: block;
    margin: 6px;
    text-align: center;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
        /*
.page-right-sidebar .upcoming-units .image {
    height: 70px;
    width: 70px;
    margin: 0 auto;
}      */

.page-right-sidebar .upcoming-contain h1 {
    font-size: 18px;
    font-weight: 500;
    padding-left: 6px;
    font-family: 'Roboto', Arial, sans-serif;
}

.page-right-sidebar .upcoming-contain {
    padding: 18px 24px 24px 24px;
}

.page-right-sidebar .upcoming-units .right {
    padding: 4px;
    margin: 0;
    float: none;
    height: auto;
}

.page-right-sidebar .upcoming-units .right div {
    line-height: 20px;
}

.page-right-sidebar .upcoming-units .left {
    padding: 4px 0 0 0;
    float: none;
    margin: 0 auto;
    width: auto;
}

.page-right-sidebar .upcoming-units .description {
    padding: 0px;
}

.page-right-sidebar .upcoming-units .unit {
    width: calc(100% - 12px);
    margin: 3px 6px;
}

.page-right-sidebar .upcoming-units .first {
    margin-top: 6px;
}

.page-right-sidebar .upcoming-units .first,
.page-right-sidebar .upcoming-units .second,
.page-right-sidebar .upcoming-units .third,
.page-right-sidebar .upcoming-units .last {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.page-right-sidebar .upcoming-units .last,
.page-right-sidebar .upcoming-units .second,
.page-right-sidebar .upcoming-units .third {
    padding-top: 18px;
}

.page-right-sidebar .upcoming-units .last {
    margin-bottom: 6px;
}

.page-right-sidebar .upcoming-contain {
    border: 1px solid #ececec;
}

.page-right-sidebar .upcoming-contain p {
    display: none;
}

.page-right-sidebar .upcoming-units {
    background: transparent;
    text-align: center;
}

.single-teacher .page-right-sidebar .upcoming-contain .image {
    text-align: center;
    margin-bottom: 6px;
}

.single-teacher .page-right-sidebar .upcoming-units .right {
    padding-top: 6px;
}




.contain-schedule {
    font-family: 'Roboto', sans-serif;
    width: 100%;

}
.inner-contain-schedule {
    position: relative;
}
.center-no-data {
    text-align: center;
}

.new-left {
    display: none;
    position: absolute;
    top: 0px;
    left: 91px;
    height: 115px;
    width: 40px;
    cursor: pointer;
    z-index: 1000;
}
.new-right {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 115px;
    width: 40px;
    cursor: pointer;
    z-index: 1000;
}
.new-arrow-right {
    width: 0;
    height: 0;
    margin: 60px 0px 5px 12px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #333;
}
.new-arrow-left {
    width: 0;
    height: 0;
    margin: 60px 0px 5px 12px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #333;
}


.schedule-h1 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
}

.weekly-schedule {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background: #6B89D2;
    border-left: 6px solid #6B89D2;
    border-right: 6px solid #6B89D2;
}
.weekly-schedule .schedule-unit-week-1,
.weekly-schedule .schedule-unit-week-2,
.weekly-schedule .schedule-unit-week-3,
.weekly-schedule .schedule-unit-week-4 {
    width: 144px;
    background: #6B89D2;
    min-height: 236px;
    float: left;
    padding: 6px 2px 6px 0;
    flex: 0 0 auto;
    display: none;
}
.weekly-schedule .last {
    padding-right: 0px;
}
.weekly-schedule .unit-inner {
    width: 100%;
    height: 100%;
    background: #ffffff;
}
.weekly-schedule .time {
    font-weight: bold;
    height: 30px;
    text-align: center;
    background: #fad663;
    line-height: 30px;
    font-size: 14px;
}
.weekly-schedule .image {
    height: 50px;
    width: 50px;
    margin: 10px auto 0 auto;
}
.weekly-schedule .title {
    text-align: center;
    font-size: 16px;
    padding: 7px;
}
.weekly-schedule .description {
    text-align: center;
    font-size: 13px;
    padding: 0 7px 10px 7px;
}
.weekly-schedule .teacher {
    text-align: center;
    font-size: 14px;
    padding: 0 7px 15px 7px;
}
.week-days {
    float: left;
    width: 90px;
    text-align: center;
}
.week-days .menu-day-week-1,
.week-days .menu-day-week-2,
.week-days .menu-day-week-3,
.week-days .menu-day-week-4 {
    line-height: 26px;
    margin-bottom: 9px;
    font-size: 13px;
    background: #DBE2E9;
    cursor: pointer;
}

#week-2 .week-days .monday-menu,
#week-3 .week-days .monday-menu,
#week-4 .week-days .monday-menu {
    background: #6B89D2;
    color: #ffffff;
}



#week-2,
#week-3,
#week-4 {
    display: none;
}
#week-select {
    font-size: 18px;
}




.bounce {
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateX(0);}
 40% {-webkit-transform: translateX(-7px);}
 60% {-webkit-transform: translateX(-3px);}
}

@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateX(0);}
 40% {-moz-transform: translateX(-7px);}
 60% {-moz-transform: translateX(-3px);}
}

@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateX(0);}
 40% {-o-transform: translateX(-7px);}
 60% {-o-transform: translateX(-3px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateX(0);}
 40% {transform: translateX(-7px);}
 60% {transform: translateX(-3px);}
}
