.table-hscroll.os-host-overflow {
    padding-top: 20px;
}

.table-hscroll .os-scrollbar-horizontal {
    top: 0;
}

.registry-table {
    border-collapse: collapse;
}

.registry-table thead th, .registry-table td {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.registry-table th {
    background-color: #CBE0F2;
}

.registry-table-stripped tr:nth-child(even), .stripe {
    background-color: #D6DCEB;
}

.status-ok {
    color: #fff;
    background-color: #0d870d;
}

.status-danger {
    color: #fff;
    background-color: #952a2a;
}

.has-error input, 
.has-error select {
    border: 1px solid #952a2a;
    background-color: #f8e8e8;
}

.has-error .help-block {
    color:  #952a2a;
}