.table td {
    vertical-align: middle !important;
}
.table th {
    text-align: center !important;
}
.mt-5px {
    margin-top: 5px !important;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #47404f;
}
::-webkit-scrollbar-thumb:hover {
    background: #47404f;
}
.number {
    width: 70px;
}
.action {
    width: 120px;
}
.vgt-table.condensed td, .vgt-table.condensed th.vgt-row-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.vgt-table.condensed th {
    text-align: center;
}
.vgt-table {
    overflow: scroll !important;
}
.btn-xs {
    font-size: 0.8rem !important;
    line-height: 0.6 !important;
    padding: 8px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
.table-detail td {
    border: 0px !important;
}
.btn-group .btn {
    margin: 2px;
}
img.preview {
    margin-right: 10px;
    width: 100px;
    height: 100px;
    border: 1px solid #ced4da;
}
.no-border {
    border: 0px !important;
}