.header{
    padding: 5px 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
}
.header div{
    display: inline-block;
}

.header .img-logo{
    width: 50px;
    height: 50px;
    vertical-align: top;
}
.name{
    margin-left:10px;
    font-family: 'å¾®è½¯é›…é»‘';
    font-size:32px;
    font-weight: 700;
}
small{
    margin-left: 10px;
    font-family: 'Ã¥Â¹Â¼Ã¥Å“â€  Regular', 'Ã¥Â¹Â¼Ã¥Å“â€ ';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
.header-right{
    float: right;
}
.img-user,.img-logout{
    vertical-align: middle;
    cursor: pointer;
}
.img-user{

    width: 50px;
    height: 50px;
}
.img-logout{
    margin-left: 20px;
    width: 32px;
    height: 26px;
}
.logout{
    margin-right: 20px;
}
.userName,.logout{
    margin-top: 50px;
}
.contain div{
    display: inline-block;
}
.s-side{
    width: 15%;
    min-width: 200px;
}
.content{
    position: absolute;
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    margin-left: 240px;
    left:0;
    right: 10px;
    top:60px;
    bottom:60px;
}
.search{
    margin-top: 10px;
    text-align: center;
}
#searchKey{
    display: inline-block;
    width: 50%;
    margin: 0;
}
#searchBtn{
    border-radius: 5px  ;
    margin-left: 10px;
    cursor: pointer;
    border-style:none;
    display: inline-block;
    background-color:#292929;
    height: 38px;
    color:white;
    width: 80px;
}
#searchKey:hover{
    border-color:#292929;
}
#page{
    text-align: center;
}
#page>div{
    width: 90%;
    margin:10px auto;
}

/*ä»¥ä¸Šéƒ½æ˜¯å¤´éƒ¨ä»¥åŠä¸‹æ‹‰èœå•çš„é€šç”¨æ ·å¼*/

tbody td{
    font-size:16px;
    color:black;
    text-align: center;
}
thead td{
    text-align: center;
}
.editPage,.addPage{
    /* height: 60%; */
    margin-left: -500px;
    background-color: white;
    position: absolute;
    left: 50%;
    top:60px;
    display: none;
    width: 1000px;
    z-index: 999999;
    bottom: 60px;
}
.editPage-content,.addPage-content{
    left: 10px;
    top: 42px;
    position: absolute;
    padding: 0 10px;
    height: auto;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
    bottom: 20px;
    right: 0;
}
.height{
    border: 1px solid #e6e6e6;
}
.editPage-title,.addPage-title{
    font-size:16px;
    padding: 10px;
    text-align: center;
    background-color: #292929;
    color:white;
    box-shadow:5px 5px 5px rgba(0, 0, 0, 0.349019607843137) ;
}
.editPage-baseInfo,.addPage-baseInfo{
    font-size:14px;
    margin: 10px 0;
    font-family: 'å¹¼åœ† Bold', 'å¹¼åœ†';
    font-weight: 700;
    font-style: normal;
    color: #666666;
}
#forms>div,#add-forms div{
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
#forms label,#add-forms label,#forms span,#add-forms span{
    display: inline-block;
    width: 150px;
    margin: 0 auto;
    text-align: right;
}
#forms span,#add-forms span{
    text-align: left;
    padding-left:10px;
    box-sizing: border-box;
}
#forms input, #forms select,#add-forms input, #add-forms select{
    display: inline-block;
    width: 300px;
    height: 30px;
}
select{
    border-color: #e6e6e6;
    border-radius: 2px;
    padding-left: 10px;
}
input[disabled]{
    background: grey;
    color: white;
}
.timeInfo{
    width: 620px;
    margin: 10px auto;
}
.timeInfo div{
    margin-bottom: 10px;
}
.timeInfo span{
    text-align: center;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    width: 150px;
}
.timeInfo select{
    width: 80px;
    display: inline-block;
}
.editPage hr,.addPage hr{
    width: 900px;margin: 10px auto;
}

#add,#add-add{
    float: right;
    margin-right: 20px;
}
.bths{
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.bth{
    margin-left: 20px;
    font-family: 'å¹¼åœ† Regular', 'å¹¼åœ†';
    font-weight: 400;
    font-style: normal;
    width: 80px;
    height: 40px;
    background-color: #292929;
    color:white;
    border-style:none;
    border-radius:5px;
    cursor: pointer;
}
#add:hover,#add-add:hover{
    cursor: pointer;
    color:red;
}
.inline-block{
    display: inline-block;
}
span.delete,span.add-delete{
    width: 30px; font-size:30px; cursor: pointer;
    vertical-align: top;
}
#addBox{
    margin-left: 15px;
    font-weight: 700;
    float: left;
    font-size: 30px;
    color:#292929;
    cursor: pointer;
    border-style: none;
    background-color: white;
}
span.edit{
    cursor: pointer;
}
span.close{
    float: right;
    cursor: pointer;
}
i.colorRed{
    top:10px;
    position: absolute;
    font-size:20px;
    color:red;
}
#person{
    border-radius: 5px;
    display: inline-block;
    width: 170px;
    float: right;
    margin-right: 16px;
    height: 30px;
    line-height: 35px;
    padding: 1px 1px 1px 10px;
    margin-top: -7px;
    margin-bottom: 2.5px;
    font-family: '"Microsoft Yahei",sans-serif';
    font-size: 14px;
    font-weight: normal;
}
ul.personList{
    margin-top: -7px;
    display: none;
    position: absolute;
    right: 25px;
    border: 1px solid #e2e2e2;
    background: white;
    z-index: 999;
}
ul.personList li{
    width: 151px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    padding: 2px 2px 2px 5px;
    cursor: pointer;
}
ul.personList li:hover{
    background: #e2e2e2;
}
ul.personList li.hover{
    background: #e2e2e2;
}
.selectedPerson{
    padding: 8px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    width: 913px;
    margin: 0 auto;
    height: 64px;
}
div.selectedPerson  div{
    cursor: pointer;
    margin: 0 0 10px 15px;
    border-radius: 3px;
    position: relative;
    border: 1px solid grey;
    padding: 3px;
    display: inline-block;
}
span.deletePerson{
    cursor: pointer;
    top: -8px;
    right: -12px;
    text-align: center;
    line-height: 20px;
    display:none;
    color: white;
    font-size: 5px;
    position: absolute;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
}
span.deletePerson:hover{
    display:inline-block;
}
/*
æ—¥åŽ†æŽ§ä»¶çš„æ ·å¼*/

div#calendar #layui-laydate5{
    width: 930px;
    margin-left: 15px;
}
div#calendar .layui-laydate-main{
    width: 913px;
}
div#calendar .layui-laydate-content table{
    width: 913px;
}
div#calendar #layui-laydate4 .layui-laydate-main{
    width: 913px;
}
div#calendar .layui-laydate td.layui-this{
    background-color: red;!important;!important;
}

span.label{
    float:right;
    color:white;
    background-color: red;
    display:inline-block;
    margin-left: 10px;
    width: 50px;
    font-family: '"Microsoft Yahei",sans-serif';
    font-size: 14px;
    padding: 5px;
    margin-bottom: 10px;
}
span.currentDay{
    display: inline-block;
    background: url(../../asset/img/calendar.png) 0px -3px no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    vertical-align: revert;
}
#addShift{
    float: right;
    cursor: pointer;
    margin-right: 20px;
}
#addShift:hover{
    color:red;
}
/*div.shiftInfo{
    height: 230px;
}*/
.shiftTable{
    width: 930px;
    margin: 0 auto;
}
span.deleteShift:hover{
    cursor: pointer;
    color:red;
}
input.timeSelector {
    height: 25px;
}
div.noShiftInfo{
    text-align: center;
    width: 400px;
    margin:20px auto;
}
input#sameShiftInfoSelector{
    display: inline-block;
    width: 150px;
    height: 30px;
}
span.label{
    text-align: center;
}
