html body {
    background: #ebeced;
    /* overflow-x: hidden; */
}
html, body {
    height: 100%;
}
.content{
    overflow: hidden;
    padding: 0px 15px;
    margin: 20px 0;
    background: #fff;
    min-width: 999px;
    height: 100%;
    overflow: auto;
}
.week_select>div {
    text-decoration: underline;
    padding: 5px 15px;
    float: left;
    cursor: pointer;
}
.form-actions{
    border-top:none;
}
.week_select {
    float: left;
    overflow: hidden;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    margin-left: 15px;
    margin-right:15px;
}
.myPage {
    text-align: right;
    margin: 15px 15px 0 0;
}
.tableDateDay{
    display: none;
}
.week-select_prev{
    border-right: 1px solid #f4f4f4;
}
.week-select_prev img{
    width: 10px;
    height: 18px;
}
.week-select_next img{
    width: 10px;
    height: 18px;
}
#currentDay{
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    background: #fafafa;
    height: 32px;
    font-family: "微软雅黑";
}
.date_select {
    float: right;
    overflow: hidden;
    border: 1px solid #1a63c9;
    border-radius: 4px;
    margin-right:15px;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 0;
}
.date_select>div {
    color: #1a63c9;
    padding: 5px 15px;
    float: left;
    cursor: pointer;
    font-family: "微软雅黑";
}
.date_select>div.active {
    color: #ffffff;
    background: #1a63c9;
}
.searchList{
    border-bottom: 1px solid #f4f4f4;
    padding: 20px 0px;
    overflow: hidden;
}
.searchList_site,.searchList_site>div,.searchList_date,.searchList_date>div{
    float: left;
}
.searchList_site,.searchList_date{
    margin-right: 20px;
}
#site,#applyDateRange{
    width: 185px;
}

.searchList_label{
    line-height: 34px;
}
#search,#reset{
    border: 1px solid #1a63c9;
    border-radius: 4px;
    background: #1a63c9;
    color: #fff;
    height: 36px;
    width: 100px;
    font-family: "微软雅黑";
    margin-right: 20px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
}
.notice-info{
    text-align: left;
}
.notice-info>div{
    overflow: hidden;
    /* width: 86px; */
    margin: 0 auto;
}
.notice-info>div>div{
    float: left;
}
.notice-info_list{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.notice-info_text{
    /* margin-right: 20px; */
    line-height: 20px;
    margin-right: 20px;
}
.already-reserved{
    background: #666;
}
.allow-reserved{
    background: #6dc161;
}
.pending-review{
    background: #d58852;
}
.tableDateWeek thead tr th:last-child{
    color: #8e9699;
}
.tableDateWeek thead tr th:nth-child(7){
    color: #8e9699;
}
#example1 tr td{
    height: 35px;
    width: 12.5%;
}
#example2 tr td{
    height: 60px;
}
.table > tbody > tr > td{
    padding: 0;
    overflow: hidden;
    vertical-align: top;
}
.table tbody tr td:first-child{
    color: #333;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #f7f7f7;
}
.table thead tr th:first-child{
    background: #f7f7f7;
}

.remarks{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.colInfo{
    color: #fff;
    margin: 0;
    padding: 7px;
    overflow: hidden;
    width: 100%;
}
.colInfo>div{
    width: 100%;
    cursor: pointer;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.table{
    table-layout:fixed;
    word-break:break-all;
    word-wrap:break-word;
    border-collapse:collapse;
}
.btn-primary, .select2-container--default .select2-selection--multiple .select2-selection__choice, .layui-layer .layui-layer-btn .layui-layer-btn0, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #1a63c9;
    border-color: #1a63c9;
}
#example1 tr td.past {
    background: #ddd;
}
#example1 tr:hover {
    border: 2px solid #84dcff;
}
#example1 tr td.selected {
    background: skyblue;
}
#example1 tr td {
    cursor: pointer;
}
.notice-info_list.already-past {
    background: #ddd;
}

.notice-info_list.already-selected {
    background: skyblue;
}
.date-switch {display: flex;justify-content: center;position: relative;/* top: 30px; */}

.date-switch div {padding: 5px 15px;border: 1px solid #ddd;border-radius: 3px;margin: 0 5px;cursor: pointer;}

.date-switch div.thisWeek {
    background: #1a63c9;
    color: #fff;
    padding: 5px 25px;
    margin: 0 25px;
}
.panel.combo-p.panel-htop {
    z-index: 999999999 !important;
}
.row {
    position: relative;
}
ul.sudy-form {
    padding: 1vw;
}

ul.sudy-form li {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}

ul.sudy-form li textarea {
    width: 100% !important;
    height: 100% !important;
}
.panel.combo-p.panel-htop {
    z-index: 999999999 !important;
}
.sudy-form li span.title {
    width: 150px;
    display: inline-block;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
}
ul.sudy-form input {
    outline: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 25px;
    width: 200px;
}

ul.sudy-form input[type="radio"],ul.sudy-form input[type="checkbox"] {
    width: auto;
    vertical-align: sub;
}
ul.sudy-form .textbox input {
    border: 0;
}
.addForm {
 display: none;
}
.sudy-form > li label {
    line-height: 25px;
}
div#reserve {
    padding: 5px 25px;
    margin: 0 auto;
    width: fit-content;
    background: #1a63c9;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 30px;
    cursor: pointer;
}
.tooltip {
    display: none !important;
}

div.layui-layer {
    max-width: 100%;
}
.sudy-form li span.input {
    display: inline-block;
    max-width: calc(100% - 150px);
}
.input-group-addon {
    display: none;
}
