/*

* Override Pages default styles or create your own styles here

*/
.Active {
    background-color: lightgreen !important;
}

.Disabled {
    background-color: lightsalmon !important;
}

.table-sm tbody tr td {
    padding: 4px !important;
}

table {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
}

.btn {
    white-space: normal !important;
    word-wrap: break-word;
}



/*******************
Table Cell
*******************/
.table-box {
    display: table;
    width: 100%;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.table thead th,
.table th {
    font-weight: 500;
}

.nowrap {
    white-space: nowrap;
}

.lite-padding td {
    padding: 5px;
}

.v-middle td,
.v-middle th {
    vertical-align: middle;
}
