.status-error{
    border: 1.5px solid red !important;
}
.content-process{
    border: 1.5px solid black;
    background-color: #e4e4e4;
    padding: 0 5px;
}
tfoot tr td {
    font-size: 18px;
}

.select2 {
    width: 100%!important;
}

.has-error .select2-selection {
    border: 1px solid #dd4b39;
}

.has-success .select2-selection {
    border: 1px solid #00a65a;
}