#server-trusteeship #setConfigInfoModal .basic-info .title-des,
#server-trusteeship #updateConfigModal .basic-info .title-des{
    height: 50px;
    line-height: 50px;
}
.basic-info-des{
    height: 50px;
    width: 82.1%;
    padding-left: 10px;
    padding-right: 10px;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    background-color: #fff;
    resize: none;
}
#server-trusteeship #updateConfigModal .basic-info .basic-info-des{
    background-color: #e7f7ff;
}
#configInfoModal .modal-content{
    width: 500px;
}
#configInfoModal .modal-dialog .modal-body{
    max-height: 520px;
    overflow: auto;
}
#configInfoModal .fixed-height-30{
    height: 30px;
    line-height: 30px;
}
.config-title{
    padding-top: 0;
    padding-bottom: 0;
}
.background-dark{
    background-color: #7f7f7f;
}
.background-tint{
    background-color: #f5f5f5;
}
.font-white{
    color: #fff;
}
.normal-font-size{
    font-size: 14px;
}
.tint-border{
    border: 1px solid #e3e3e3;
}
.border-top-tint{
    border-top: 1px solid #e3e3e3;
}