.table-list {
    box-sizing: border-box;
    width: 100%;
    border: lightgray solid 1px;
    border-collapse: collapse;
}

.table-list thead tr {
    border-bottom: lightgrey solid 1px;
    background-color: whitesmoke;
}

.table-list thead tr td {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border: lightgrey solid 1px;
    text-transform: uppercase;
    text-align: center;
}

.table-list tbody tr.sx-created {
    background-color: initial;
}

.table-list tbody tr.sx-diagnostics {
    background-color: #87ceeb45;
}

.table-list tbody tr.sx-waiting {
    background-color: #ff149333;
}

.table-list tbody tr.sx-not_repairable {
    background-color: #ff00003d;
}

.table-list tbody tr.sx-closed {
    background-color: #90ee9069;
}

.table-list tbody tr td {
    padding: 5px 10px;
    font-size: 14px;
    border: lightgrey solid 1px;
}

.table-list tfoot tr td {
    padding: 10px;
}

.table-list_thead-id {
    width: 50px;
}

.table-list_thead-phone {
    width: 85px;
}

.table-list_thead-name, .table-list_thead-desc {
    width: 200px;
}

.table-list_thead-tools {
    width: auto;
}

.table-list_thead-status {
    width: 135px;
}

.table-list_thead-price {
    width: 40px;
}

.table-list_thead-dt {
    width: 110px;
}

.table-list_thead-sms, .table-list_thead-edit {
    width: 50px;
}

.table-list .table-list_edit {
    font-size: 26px;
    text-decoration: none;
}
