﻿.table>:not(caption)>*>* {
    padding: .7813rem 1.0rem !important;
}

.modal-dialog-scrollable .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.overfolw {
    overflow: auto;
}

table.dataTable thead th.dt-center,
table.dataTable tbody td.dt-center {
    text-align: center !important;
}

table.dataTable thead th.dt-right,
table.dataTable tbody td.dt-right {
    text-align: right !important;
}

table.dataTable thead th.dt-left,
table.dataTable tbody td.dt-left {
    text-align: left !important;
}