.pure-form-aligned.fee-compare-form .pure-control-group label{
    width: 15em;
    text-align: left;
}
.pure-form-aligned.fee-compare-form .pure-control-group span{
    font-weight: bold;
    color: #333;
}
#newDataModal .pure-form-aligned .pure-control-group{
    margin-bottom: 15px;
}
#detailDataModal .pure-form-aligned .pure-control-group{
    margin-bottom: 15px;
}
.feeTable-new-table{
    margin-bottom: 15px;
}
.feeTable-new-table tr td{
    padding: 3px;
}
.feeTable-new-table tr td input{
    width: 100%;
}
.hover-white:hover{
    color: #fff;
}

.edit-form-modal{
    display: block!important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow: auto;
}
.edit-form-modal form{
    margin-bottom: 51px;
    margin-top: 51px;
}
.edit-form-modal .pure-control-group.layer-button{
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0px!important;
}
.edit-modal-title{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-left: 20px;
}
#newDataModal .fa-close{
    margin: 18px 40px;
    color: #999;
    font-size: 16px;
    cursor: pointer;
}