#time-coefficient .tool-bar .operate{
   float: right;
}
#time-coefficient .tool-bar h4{
    font-size: 16px;
    font-weight: 700;
    color: #777;
    float: left;
}

#time-coefficient .tool-bar{
    height: 34px;
    line-height: 34px;
    margin-bottom: 22px;
}

#time-coefficient table thead tr{
    background-color: #f5f5f5;
}

.default-timeunit {
    height: 60px;
    color: #bbb;
    font-size: 12px;
    line-height: 20px;
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 6px;
}

.default-timeunit i{
    color: #ebab4c;
    font-size: 2em;
    margin-right: 20px;
}

#timeCoeTypeModal table tr td input {
    width: 100%;
    height: 30px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0 6px;
    text-align: center;
}

#timeCoeTypeModal table.canEdit tr {
    background-color: #e7f7ff;
}

#timeCoeTypeModal table.canEdit tr:hover {
    background-color: #d4eefd;
}


#time-coefficient .table-body table tr td input {
    width: 60px;
    height: 30px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0 6px;
    text-align: center;
}

#time-coefficient .table-body table tr td input.canEdit {
    width: 80px;
    height: 30px;
    border: none;
    box-shadow: none;
    background-color: #e7f7ff;
    padding: 0 6px;
    text-align: center;
}

#new-timeCoefficient tr td input{
    background-color: #e7f7ff !important;
}



table.newDate tr:last-child label {
    color: #74c31d;
    cursor: pointer;
    width:100%;
}

table.newDate tr:last-child label:hover {
    text-decoration: underline;
}
