.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: 15%;
    min-width: 200px;
}

.content{
    box-sizing: border-box;
    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;
}

button{
    border-radius: 5px;
    cursor: pointer;
    border-style:none;
    display: inline-block;
    background-color:#292929;
    color:white;
}

#searchBtn {
    margin-left: 10px;
    height: 38px;
    width: 80px;
}

#searchKey:hover{
    border-color:#292929;
}
table tr td{
    text-align: center;
}
table tr td span{
    color: #222;
    cursor: pointer;
}

#page{
    text-align: center;
}

#page>div{
    width: 90%;
    margin:10px auto;
}

.wrapSendMessage{
    display: none;
    position:absolute;
    left: 50%;
    top: 100px;
    margin-left:-250px;
    width: 500px;
    height: 680px;
    font-size: 0;
}

#sendMessage{
    display: inline-block;
    padding: 10px;
    width: 478px;
    height: 568px;
    font-size: 14px;
    border: 1px solid #000;
    background-color: #fff;
}

.sendTitle{
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: #444;
    line-height: 40px;
    color: #fff;
}

.sendEstablish{
    margin-top: 20px;
    font-size: 14px;
    color: #000;
}


.marginLeft{
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    text-align: right;
}

#sendTextTitle{
    vertical-align: top;
}

#creationDepartment,#creationPerson,#creationTime,#popTheme{
    display: inline-block;
    font-size: 14px;
    margin-left:40px;
    width: 360px;
    text-align: left;
}

#sendTheme{
    width: 291px;
    padding-left: 5px;
    text-align: left;
}

#sendText{
    padding: 5px;
    width: 294px;
    height: 289px;
    font-family: 'Arial Normal', 'Arial';
    border: 0.5px solid #ccc;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}

#popObject{
    display: none;
    margin-left: 300px;
    text-decoration: underline;
}

#sendObject{
    display: none;
    margin-left: 300px;
    text-decoration: underline;
}

.sendMessageButton{
    margin-top: 27px;
    padding:0;
    width: 478px;
    height: 40px;
    text-align: center;
    letter-spacing: 20px;
}

.sendMessageButton button,.btn button{
    width:80px;
    height: 40px
}

.messageNumber{
    display: none;
    vertical-align: top;
    padding: 10px;
    width: 478px;
    height: 568px;
    font-size: 14px;
    border: 1px solid #000;
    background-color: #fff;
}

.searchStyle{
    text-align: center;
}

#search{
    padding-left: 5px;
    width: 240px;
}

#searchButton{
    margin-left: 20px;
    width: 60px;
}

#demo1{
    text-align: center;
}

#demo1 button{
    background-color: #000;
    color: #fff;
}

.btn{
    text-align: center;
}

#addMessage{
    margin-left: 15px;
    font-weight: 700;
    float: left;
    font-size: 30px;
    color:#292929;
    cursor: pointer;
    border-style: none;
    background-color: white;
}

.messageNumber table tr td{
    width: 100px;
}

.messageNumber table tr td:last-child{
    width: 200px;
}

#sendMessage input{
    padding-left: 5px;
}

.sendMessageOpen{
    display: none;
}

#send{
    display: none;
}

#editSave{
    display: none;
}