﻿.dx-calendar-navigator-previous-view.dx-button .dx-icon,
.dx-calendar-navigator-previous-month.dx-button .dx-icon {
    color: #d83c62;
}

.dx-calendar-navigator-next-view.dx-button .dx-icon,
.dx-calendar-navigator-next-month.dx-button .dx-icon {
    color: #d83c62;
}

.dx-calendar-cell.dx-calendar-selected-date,
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 1000px #d83c62;
    -moz-box-shadow: inset 0px 0px 0px 1000px #d83c62;
    box-shadow: inset 0px 0px 0px 1000px #d83c62;
    font-weight: normal;
}

    .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-contoured-date,
    .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today.dx-calendar-contoured-date {
        box-shadow: inset 0px 0px 0px 1px #bebebe, inset 0px 0px 0px 1000px #d83c62;
    }

.select_butt_o {
    FONT-FAMILY: arial, Microsoft YaHei, SimHei;
    font-size: 14px;
    color: #ffffff;
    width: 150px;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    border: 1px solid #d83c62;
    height: 28px;
    display: block;
    font-weight: bold;
    Background: #d83c62;
    margin-bottom: 12px;
}

    .select_butt_o:link {
        color: #ffffff;
        text-decoration: none;
    }

    .select_butt_o:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .select_butt_o:hover {
        FONT-FAMILY: arial, Microsoft YaHei, SimHei;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        line-height: 28px;
        Background: #d83c62;
        border: 1px solid #d83c62;
        font-weight: bold;
    }

.select_butt {
    FONT-FAMILY: arial, Microsoft YaHei, SimHei;
    font-size: 14px;
    color: #d83c62;
    width: 150px;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    border: 1px solid #d83c62;
    height: 28px;
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
}

    .select_butt:link {
        color: #2c8bc8;
        text-decoration: none;
    }

    .select_butt:visited {
        color: #d83c62;
        text-decoration: none;
    }

    .select_butt:hover {
        FONT-FAMILY: arial, Microsoft YaHei, SimHei;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        line-height: 28px;
        Background: #d83c62;
        border: 1px solid #d83c62;
        font-weight: bold;
    }


.check_box {
    font-family: arial, Microsoft YaHei, SimHei;
    font-size: 14px;
    text-transform: none;
    color: #d83c62;
    line-height: 28px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .check_box input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check_box:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check_box input:checked ~ .checkmark {
    background-color: #d83c62;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check_box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check_box .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.text_date {
    font-family: arial, Microsoft YaHei, SimHei;
    font-size: 13px;
    text-transform: none;
    color: #d83c62;
    line-height: 22px;
    font-weight: bold;
}

.line_ann {
    width: 100%;
    border-top: 1px solid #d7d7d7;
}

.frame_respon {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.frame_calendar_right {
}

.notice_frame {
    display: block;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.frame_calendar_table01 {
    padding: 8px 10px 8px 0px;
}

.frame_calendar_table02 {
    padding: 8px 10px 8px 0px;
}

.frame_calendar_table03 {
    padding: 8px 0px 8px 0px;
}

.frame_calendar_table04 {
    padding: 8px 0px 8px 0px;
}

.frame_calendar_tablehd {
    display: none;
}

@media (min-width: 600px) {
    .frame_calendar_right {
        width: 23%;
    }

    .frame_calendar_table01 {
        width: 13%;
    }

    .frame_calendar_table02 {
        width: 40%;
    }

    .frame_calendar_table03 {
        width: 38%;
    }

    .frame_calendar_table04 {
        width: 9%;
        text-align: center;
        margin: auto;
    }

    .frame_calendar_tablehd {
        display: none;
    }
}

@media screen and (max-width: 1110px) {
    .notice_frame {
        display: none;
    }

    .frame_calendar_tablehd {
        width: 15%;
        padding: 5px 0px 0px 0px;
        display: block;
    }

    .frame_calendar_table01 {
        width: 85%;
        padding: 5px 0px 0px 0px;
    }

    .frame_calendar_table02 {
        width: 85%;
        padding: 5px 0px 0px 0px;
    }

    .frame_calendar_table03 {
        width: 85%;
        padding: 5px 0px 0px 0px;
    }

    .frame_calendar_table04 {
        width: 85%;
        padding: 5px 0px 5px 0px;
        text-align: left;
    }
}

@media screen and (max-width: 800px) {
    .notice_frame {
        display: none;
    }

    .frame_calendar_tablehd {
        width: 15%;
        padding: 5px 0px 0px 0px;
        display: block;
    }

    .frame_calendar_right {
        width: 22%;
    }

    .frame_calendar_table01 {
        width: 85%;
        padding: 5px 0px 0px 0px;
    }

    .frame_calendar_table02 {
        width: 85%;
        padding: 5px 0px 0px 0px;
    }

    .frame_calendar_table03 {
        width: 85%;
        padding: 5px 0px 0px 0px;
    }

    .frame_calendar_table04 {
        width: 85%;
        padding: 5px 0px 5px 0px;
        text-align: left;
    }
}

@media screen and (max-width: 535px) {
    .notice_frame {
        display: none;
    }

    .frame_calendar_tablehd {
        width: 21%;
        padding: 5px 0px 0px 0px;
        display: block;
    }

    .frame_calendar_right {
        width: 100%;
    }

    .frame_calendar_table01 {
        width: 79%;
        padding: 5px 0px 0px 0px;
    }

    .frame_calendar_table02 {
        width: 79%;
        padding: 5px 0px 0px 0px;
    }

    .frame_calendar_table03 {
        width: 79%;
        padding: 5px 0px 0px 0px;
    }

    .frame_calendar_table04 {
        width: 79%;
        padding: 5px 0px 5px 0px;
        text-align: left;
    }

    .frame_calendar_01 {
        width: 100%;
    }

    .frame_calendar_02 {
        width: 100%;
    }

    .frame_calendar_right {
        width: 100%;
    }
}