﻿/* Formated small table cells be shorter in filter options menu. (e.g ticketing management page) */
.table.table-sm > thead > tr > th,
.table.table-sm > tbody > tr > th,
.table.table-sm > tfoot > tr > th,
.table.table-sm > thead > tr > td,
.table.table-sm > tbody > tr > td,
.table.table-sm > tfoot > tr > td {
    padding: .3rem;
    line-height: 1.35em;
}

/* Formated small table labels to reducing padding space in cell for filter options menu. (e.g ticketing management page) */
.table.table-sm > thead > tr > th label,
.table.table-sm > tbody > tr > th label,
.table.table-sm > tfoot > tr > th label,
.table.table-sm > thead > tr > td label,
.table.table-sm > tbody > tr > td label,
.table.table-sm > tfoot > tr > td label {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 7px;
}

/* Formated small table controls to be shorter and smaller for filter options menu. (e.g ticketing management page) */
.table.table-sm > thead > tr > th select.form-control,
.table.table-sm > tbody > tr > th select.form-control,
.table.table-sm > tfoot > tr > th select.form-control,
.table.table-sm > thead > tr > td select.form-control,
.table.table-sm > tbody > tr > td select.form-control,
.table.table-sm > tfoot > tr > td select.form-control {
    line-height: 1;
    height: 25px;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
}
