.disclaimer
{
    float: left;
    background: #4fffe4;
    padding: 15px;
    border-radius: 15px;
    font-size: 15px;
    text-align: center;
    width: 330px;
    margin-left: calc(50% - 165px);
    margin-right: calc(50% - 165px);
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
    margin-bottom: 30px;
}

.container .section
{
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.container .section .info
{
    float: left;
    width: calc(100% - 140px);
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 70px;
}

.container .section .info
{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 40px;
}

.container .section .info .col
{
    float: left;
    width: calc(30% - 70px);
    text-align: center;
}

.container .section .info .col.left select
{
    float: left;
    width: 300px;
    border: 0;
    border-bottom: 1px solid #EFEFEF;
    border-radius: 0 !important;
    font-size: 16px;
    height: 30px;
    background-color: transparent;
}

.container .section .info .col.center
{
    line-height: 30px;
    width: 182px;
    margin-left: calc(20% - 91px);
    margin-right: calc(20% - 91px);
}

.container .section .info .col.center .arrow
{
    margin-top: 5px;
}
.container .section .info .col.center .arrow:hover
{
    opacity: .8;
    cursor: pointer;
}

.container .section .info .col.center .arrow.disabled
{
    opacity: .3;
}
.container .section .info .col.center .arrow.disabled:hover
{
    opacity: .5;
    cursor: default;
}

.container .section .info .col.center .arrow.left
{
    float: left;
}

.container .section .info .col.center .arrow.right
{
    float: right;
}

.container .section .info .col.center #week_title
{
    width: 160px;
    float: left;
}

.container .section .info .col.right .icon
{
    float: right;
    height: 30px;
    margin-right: 30px;
    cursor: pointer;
}
.container .section .info .col.right .icon:hover
{
    opacity: .8;
}

.container .section .info .col.right .icon.disabled
{
    cursor: default;
}

.container .section .info .col.right .icon.fx
{
    margin-right: 0;
}

.container .section .info .col.right .tool_tip
{
    float: left;
    margin-top: -10px;
    padding: 10px;
    border-radius: 6px;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
    background-image: url(../images/general/icons/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 12px;
    padding-right: 20px;
}

.container .section .info .col.right .tool_tip .text
{
    font-size: 15px;
}

.container .section .info .col.right .tool_tip .btn
{
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
}

.container .section .schedule
{
    float: left;
    width: 100%;
    overflow-x: auto;
}

.container .section .schedule .schedule_c
{
    float: left;
    width: 100%;
}

.container .section .schedule .day
{
    float: left;
    width: calc(15% - 20px);
    overflow: hidden;
    padding-bottom: 30px;
}

.container .section .schedule .day .day_str
{
    float: left;
    width: 100%;
    text-align: center;
}

.container .section .schedule .day .day_str .name
{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #C5C5C5;
}
.container .section .schedule .day .day_str .name.black
{
    color: #000;
}

.container .section .schedule .day .day_str .number
{
    float: left;
    width: 100%;
    font-size: 22px;
    color: #C5C5C5;
}
.container .section .schedule .day .day_str .number.black
{
    color: #000;
}

.container .section .schedule .day .class
{
    float: left;
    width: calc(100% - 112px);
    padding: 15px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    border-radius: 15px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 40px;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
}

.container .section .schedule .day .class:hover
{
    
}

.container .section .schedule .day .class .bookmark
{
    float: left;
    margin-top: -15px;
    margin-bottom: 15px;
}

.container .section .schedule .day .class .fav
{
    float: right;
    cursor: pointer;
}

.container .section .schedule .day .class .hour
{
    float: left;
    font-size: 13px;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}

.container .section .schedule .day .class .name
{
    float: left;
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

.container .section .schedule .day .class .teacher
{
    float: left;
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

.container .section .schedule .day .class .btn
{
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 6px;
    font-size: 10px;
}

.container .section .schedule .day .class .btn.disabled:hover
{
    cursor: default;
    background-color: #4fffe4;
}

@media only screen and (max-width: 1500px) {
    .container .section .schedule .day
    {
        float: left;
        width: calc(15% - 20px);
        overflow: hidden;
        padding-bottom: 30px;
    }

    .container .section .schedule .day .class
    {
        float: left;
        width: calc(100% - 82px);
        padding: 15px;
        overflow: hidden;
        border: 1px solid #EFEFEF;
        border-radius: 15px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 40px;
        -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
        box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
    }
}

@media only screen and (max-width: 1200px) {
    .container .section .schedule .day .class
    {
        float: left;
        width: calc(100% - 62px);
        padding: 15px;
        overflow: hidden;
        border: 1px solid #EFEFEF;
        border-radius: 15px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 40px;
        -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
        box-shadow: -2px -2px 17px 0px rgba(0,0,0,0.3);
    }

    .container .section .schedule .day .class .btn
    {
        float: left;
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
        font-size: 10px;
        line-height: 24px;
        height: 24px;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
}


@media (orientation: portrait) {
    .container .section
    {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .container .section .info {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .container .section .info .col {
        float: left;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .container .section .info .col.left select {
        float: left;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #EFEFEF;
        border-radius: 0 !important;
        font-size: 18px;
        height: 30px;
        background-color: transparent;
        margin: 0;
        padding: 0;
    }

    .container .section .info .col.center {
        line-height: 30px;
        width: 182px;
        margin-left: calc(50% - 91px);
        margin-right: calc(50% - 91px);
    }

    .container .section .info .col.right
    {
        width: 120px;
        float: left;
        margin-left: calc(50% - 60px);
        margin-right: calc(50% - 60px);
    }

    .container .section .info .col.right .tool_tip
    {
        margin-top: 10px;
        background-image: url(../images/general/icons/arrow_up_black.png);
        background-repeat: no-repeat;
        background-position: right 5px top 12px;
        padding-right: 20px;
        width: calc(100% - 30px);
    }

    .container .section .info .col.right .tool_tip .text
    {
        float: left;
        width: 100%;
        text-align: center;
    }

    .container .section .info .col.right .tool_tip .btn
    {
        float: left;
        width: calc(100% - 50px);
    }

    .container .section .schedule .schedule_c
    {
        float: left;
        width: 1680px;
    }

    .container .section .schedule .day
    {
        float: left;
        width: 230px;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .disclaimer {
        float: left;
        background: #4fffe4;
        padding: 15px;
        border-radius: 15px;
        font-size: 15px;
        text-align: center;
        width: calc(100% - 54px);
        margin-left: 0;
        margin-right: 0;
        -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
        box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.3);
        margin-top: 20px;
        margin-bottom: 20px;
    }
}