.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: 'Arial Negreta', 'Arial';
    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: 10%;
    min-width: 100px;
}
.content{
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    width: 83%;
    margin:0 auto;
}
.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;
}
table td{
    text-align: center;
}
table img {
    cursor: pointer;
    width: 25px;
    height: 25px;
}
.personStaticInfo{
    display: none;
    position: fixed;
    width: 100%;
    background-color: rgb(0,0,0,0.5);
    height: 100%;
    top:0;
    left: 0;
    z-index: 9999;
}
.personStaticInfo .wrap{
    position: absolute;
    border: 1px solid black;
    background-color: white;
    top:60px;
    left: 60px;
    right:60px;
    bottom: 60px;

}
span.close{
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    font-size: 55px;
    cursor: pointer;
}
div.personInfo{
    display: inline-block;
    width: 300px;

}

img.personPic{
    margin: 10px 0 0 73px;
    width: 160px;
    height: 200px;
    border: 1px solid #565656;
}
p.name{
    margin-top: 20px;
    text-align: center;
}
div.baseInfo{
    padding: 0 5px;
    text-align: center;
    font-size: 20px;
    color:#292929;
    margin-top: 20px;
}
div.staticInfo{
    margin-top: 10px;
    vertical-align: top;
    overflow: auto;
    width: auto;
    position: absolute;
    margin-left: 300px;
    right: 10px;
    left: 0;
    top: 0;
    bottom: 0;
}
.condition{
    background-color: #FAFAFA;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin: 10px auto;
}
.condition input#department{
    height:30px;
    display: inline-block;
    width: 300px;
}
div.timeRange label{
   font-size: 20px;
}
#dateRange{
    display: inline-block;
    width: 200px;
}
div.staticInfo p{
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
}
div.page{
    text-align: center;
}
.collectionNum {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
