
/*主体内容样式*/
.main{
    background: rgba(64, 158, 255, 0.1);
    min-width: 1260px;
    padding: 0 10% 10px;

}
/*公共外边距*/
.app-container{
    margin-top: 186px;
}
/*flex布局*/
.flexcenter{
    display: flex;
    align-items: center;
}
/*标题左侧边框*/
.title-border{
    border-left: 10px solid #409eff;
    padding-left: 10px;
}


.zacalendar {
    height: 100%;
}

.zacalendartable {
    height: 100%;
    background: #fff;
}

.zacalendartable .realdate{
    font-size: 16px;
}

.zacalendartable thead tr th {
    height: 35px;
}

.zacalendartable .header {
    background: #f6f6f7;
}

.zacalendartable tr td,
.zacalendartable tr th {
    width: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #666666;
    font-family: '微软雅黑 bold', '微软雅黑 regular', '微软雅黑', sans-serif;
    /* cursor: pointer; */
}
.zacalendartable tr th{
    font-weight: 700;

}

.zacalendartable tr td.zadatemark-active {
    cursor: pointer;
    position: relative;
    color: #fff;
}

.zacalendartable tr td>div {
   padding: 6px;
    margin:5px;
}

.zacalendartable tr td.zadatemark-active>div {
    background-color: #1369c0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: auto;
}

.zacalendartable tr td.active>div {
    box-sizing: border-box;
    border-radius: 3px;
    border:1px solid #409eff;
    box-shadow: none;
    font-weight: 700;
    color: #409eff;
}
