
.error_result {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
/*------- form -------*/
.form-group .error {
    width: 100%;
}
.form-group label.error {
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 12px; 
    color: #c11212;    
}
.bb-primary {
    border-bottom: .1px solid #4e73df;
}
.bb-secondary{
    border-bottom: 1px solid #858796;
}
.bb-success {
    border-bottom: 1px solid #1cc88a;
}
.bb-info {
    border-bottom: 1px solid #36b9cc;
}
.bb-danger {
    border-bottom: 1px solid #e74a3b;
}
/*------- paging -------*/
.paging{
    width: 100%;
    white-space: nowrap;
    text-align: right;
}
.paging .pagination{
    justify-content: flex-end;
}

/*------- table -------*/
.table tr th {
    color: #fff;
    background: #5473dd;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(223, 244, 255, .3);
}
.table-hover tbody tr:hover {
    background-color: rgba(199, 235, 255, .5);
}
.table .tb-action{
    text-align: center;
}

