.sc-calendar {
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "Microsoft Yahei";
    color: #4A4A4A;
    /*box-shadow: 2px 4px 5px #bdbdbd;*/
    border-width: 0;
    border-color: #E6E4E0;
    border-style: solid;
    float: left;
    margin-right: 20px;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
    -webkit-text-size-adjust: none;
    font-size: 16px;
}

#calendar {
    width: 100%;
    position: relative;
}

.sc-header {
    height: 32px;
    border-bottom: 0;
}

.sc-body {
    height: 93%;
    clear: both;
    /*box-shadow: 2px 4px 5px #bdbdbd;*/
}

.sc-week {
    height: 10%;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.sc-days {
    height: 88%;
}

.sc-item {
    height: 16.6%;
    float: left;
    font-weight: 600;
    color: #565555;
    width: 14.285%;
    /*padding-top: 10px;*/
    background-color: #fff;
    border-width: 0 0 1px 1px;
    border-color: #E1E1E2;
    border-style: solid;
    box-sizing: border-box;
    cursor: pointer;
}

.item-nolunar {
    padding-top: 20px;
}
/*.sc-item:nth-child(7n) .day, .sc-item:nth-child(7n+6) .day {
  color: rgba(224, 8, 8, 0.74);
}*/
.sc-vocation {
    background-color: #FFEBEC;
}

.sc-mark {
    background-color: #E5FBFA;
}

.sc-vocation:before {
    content: '休';
    display: block;
    position: absolute;
    font-size: 0.7em;
    width: 1.2em;
    font-weight: 100;
    color: white;
    background-color: #E00808;
    margin-top: -10px;
}

.sc-othermenth {
    color: #C1C0C0 !important;
    cursor: default !important;
    background: #f0f0f0 !important;
}

    .sc-othermenth .day, .sc-othermenth .lunar-day {
        color: #C1C0C0 !important;
    }

.sc-active-day, .sc-selected {
    border: 1px solid #3AAFDA;
}

.sc-today {
    background-color: #0f9df3 !important;
    color: white !important;
    border: 1px solid #0f9df3 !important;
}

.sc-item .day {
    font-size: 1.2em;
}

.sc-today .day, .sc-today .lunar-day {
    color: white !important;
}

.sc-item .lunar-day {
    font-size: 1rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    display: block;
    line-height: 15px;
}

.sc-festival .lunar-day {
    color: #E00808;
}

/*.sc-item:last-child, .sc-item:nth-child(7n) {
  border-width: 0 1px 1px 1px;
}*/

.sc-week-item {
    height: 100%;
    float: left;
    width: 14.285%;
    background-color: #656E77;
    border-width: 1px 0 1px 1px;
    border-color: #656E77;
    border-style: solid;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.7;
}

.sc-item-small {
    font-size: 10px !important;
}

.sc-week-item:last-child {
    border-width: 1px 1px 1px 1px;
}
/*.sc-week-item:nth-child(7n), .sc-week-item:nth-child(7n+6) {
  color: rgba(224, 8, 8, 0.74)!important;
}*/
.sc-actions {
    /*float: left;*/
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}
/*.sc-actions:last-child {
  float: right;
}*/
.sc-mleft {
    float: left;
}

.sc-mright {
    float: left;
}

.sc-actions-big {
    width: 50%;
}

@media screen and (max-width : 500px) {
    .sc-actions {
        width: 50%;
    }
}

.sc-header select {
    border-color: rgba(0, 0, 0, 0);
    padding: 0.2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Microsoft Yahei";
    color: #606060;
    font-size: 16px;
    float: left;
}

.sc-header input {
    border-color: rgba(0, 0, 0, 0);
    padding: 0.2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Microsoft Yahei";
    color: #606060;
}

.sc-actions span {
    float: left;
}

.sc-actions div {
    /*display: inline-block;*/
    /*border: 1px solid #ccc;*/
    vertical-align: bottom;
    width: 20px;
    padding-bottom: 5px;
    font-size: 40px;
    line-height: 20px;
    cursor: pointer;
    height: 24px;
}

.sc-return-today {
    display: block;
    background-color: #F5F5F9;
    border-radius: 2px;
    /* border: 1px solid #ccc; */
    width: 60px;
    font-size: 0.8em;
    padding: 0.3em;
    margin: auto;
}

.sc-time {
    display: block;
    margin-top: 3px;
    font-size: 0.8em;
}

.sc-blo {
    background-color: #656E77;
    color: #fff;
    margin: 2px 1px;
    padding: 0 2px;
    display: block;
    font-weight: normal !important;
    font-size: 12px;
    width: 60%;
    margin: 4px auto;
}

.sc-blt {
    background-color: #3AAFDA;
    color: #fff;
    margin: 4px auto;
    padding: 0 2px;
    display: block;
    font-weight: normal !important;
    font-size: 12px;
    width: 60%;
}

.hide {
    display: none;
}

#legend {
    height: 30px;
    display: none;
    position: absolute;
    top: 350px;
    font-size: 14px;
    border: 1px solid #d3d3d3;
    border-top: none;
    text-align: right;
    padding: 0 10px;
}

    #legend span {
        display: inline-block;
        vertical-align: middle;
    }

.green {
    width: 30px;
    height: 15px;
    background: #656E77;
}

.blue {
    width: 30px;
    height: 15px;
    background: #3AAFDA;
}

.textcontent {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    border: none !important;
    padding: 0 10px;
}

.outbox {
    border: 1px solid #d3d3d3;
    border-bottom: none;
    width: 100%;
    height: 348px;
}

.zindex {
    z-index: 1033333990;
    position: relative;
    background: #58BA67;
    color: #fff;
}

.layer-anim-before {
    position: absolute !important;
}

    .layer-anim-before:before {
        content: '';
        position: absolute;
        left: -20px;
        top: 50px;
        color: #000;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-right: 30px solid #fff;
    }

.areatime {
    display: none;
}

.kjys span {
    display: block !important;
    margin: 3px 0 !important;
}

.sc-select-year {
}

.sc-select-month {
    width: 35px;
}

@media(max-width: 1366px) {
    .sc-item .lunar-day {
        font-size: 0.8rem;
        height: 16px;
        line-height: 20px;
        padding: 0;
    }

    .sc-item .day {
        font-size: 17px;
    }

    .sc-blt, .sc-blo {
        padding: 0px;
        font-size: 10px;
        line-height: 12px;
        margin: 2px 0;
    }

    .njdata {
        margin-top: 5px;
    }
}

.date {
    width: 50%;
    float: left;
}

.njdata {
    float: right;
    width: 50%;
}

.timeandarea {
    padding: 10px 20px 0 20px;
    margin: 0;
    height: 30px;
}

.worklist {
    padding: 10px 20px 0 20px;
    margin: 0;
}

    .worklist table {
        width: 100%;
    }

    .worklist tr th, .worklist tr td {
        border: 1px solid #DEDEDE;
        padding: 5px;
        text-align: center;
    }

    .worklist thead tr {
        background: #F5F6FA;
    }

.timeandarea div {
    float: left;
    background-position: left;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    width: 150px;
}

.worktime {
    background-image: url('/images/worktime.png');
}

.workarea {
    background-image: url('/images/munum.png');
}
