﻿/*.ScheduleList {
    width: 800px;
}*/

/*表格大小*/
/*.ScheduleList-gridview {
    height: 350px;
}*/

/*排班人员调整计划表*/
/*.ScheduleChangingPlanList-gridview {
    height: 350px;
}*/

/*窗体大小*/
/*.Schedule-frame {
    width: 1000px;
    height: 525px;
}*/

.Schedule-panel-tab {
    height: 185px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
/*
.ScheduleLine-gridview {
    height: 434px;
}*/
.color-swatches {
    margin: 0 -5px;
    overflow: hidden;
}

.color-swatch {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border-radius: 3px;
}

.color-swatches .brand-primary {
    background-color: #337ab7;
}

.color-swatches .brand-success {
    background-color: #5cb85c;
}

.color-swatches .brand-warning {
    background-color: #f0ad4e;
}

.color-swatches .brand-danger {
    background-color: #d9534f;
}

.color-swatches .brand-info {
    background-color: #5bc0de;
}

.separator {
    display: inline-block;
    zoom: 1;
    border: 0;
    border-left: solid 1px #ddd;
    margin-top: 0px;
    height: 30px;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
}

.wt {
    padding-top: 3px;
    cursor: pointer;
    position: relative;
    border: 1px solid #e1dfdf;
}

.wtline {
    float: left;
}

.wt-color {
    width: 16px;
    height: 16px;
    border-radius: 8px !important;
}

.wt-text {
    top: -2px;
    position: relative;
}

.wtl-color {
    width: 93% !important;
}

.scheduleday-tr {
    height: 39px;
}

.wt-selectedItem {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-top: 20px solid #4285F4;
    color: white;
}

    .wt-selectedItem span {
        position: absolute;
        right: 1px;
        top: -20px;
        display: block;
        background-image: url(../../../Images/icon_check.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
    }

.schedule-day-selected {
    position: relative;
    height: 38px;
    margin: -8px;
    cursor: pointer;
}

.scheduleday-head-tr {
    height: 57px;
}

.scheduleday-subName {
    color: #cdc6c6;
    font-size: 10px;
}

.scheduleday-tr > td {
    line-height: 1px !important;
    vertical-align: revert-layer !important;
}

.table > thead > tr > td, .table > thead > tr > th {
    padding: 0px;
    width: 30px;
}

span.display-1 {
    display: flex;
    justify-content: center;
}

.head-th-center {
    line-height: 50px !important;
    text-align: center;
}
