.dateBtn, .daySelect, .dayDay, .dayWeek th, .dayMonth, .dayMonth tr td, .dayBottom, .dayBottom input {
    font-size: 12px;
}
.dayDay {
    border: 1px solid #CECED2;
}
.dateBtn {
    border: 1px solid #1870C7;
    color: #1870C7;
    background-color: white;
}

.dateLeft1 {
    width: 20px;
    height: 20px;
    background-position: center;
    border: solid 1px #1870C7;
    background-image: url(../../IMAGES/left.svg);
    background-repeat: no-repeat;
    background-color: white;
}

.dateRight1 {
    width: 20px;
    height: 20px;
    background-position: center;
    border: solid 1px #1870C7;
    background-image: url(../../IMAGES/right.svg);
    background-repeat: no-repeat;
    background-color: white;
}

.dateUp1 {
    width: 22px;
    height: 12px;
    background-position: center;
    border: solid 1px #1870C7;
    background-image: url(../../IMAGES/top.svg);
    background-repeat: no-repeat;
    -webkit-border-radius: 0px;
}

.dateDown1 {
    width: 22px;
    height: 12px;
    background-position: center;
    border: solid 1px #1870C7;
    background-image: url(../../IMAGES/down.svg);
    background-repeat: no-repeat;
    -webkit-border-radius: 0px;
}

.dateDel {
    border: 1px solid #1870C7;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: white;
}

.dataDelImg {
    width: 12px;
    margin-top: 3px;
}

.daySelect {
    background-color: #1870C7;
    color: white;
}

.dayWeek th {
    background-color: #CECED2;
}

.dayMonth {
    margin: 5px 0;
}

    .dayMonth tr td {
        font-size: 14px
    }

.dayInputYear {
    vertical-align: top;
    height: 20px;
    border: solid 1px black;
    width: 50px
}

.dayDivMain {
    width: 310px;
    padding: 5px;
}

.dayW1 {
    width: 49px;
}

.dayW2 {
    width: 42px;
}

.daytd1 {
    padding: 5px;
}
.daytd2 {
    padding-right: 5px;
}
