@charset "utf-8";

.ui-paginator span
,.ui-paginator a {
    /*height: 16px;*/
    font-size: 14px;
}

.ui-datatable .ui-datatable-tablewrapper table thead tr th.ui-state-default {
    padding: 0 4px;
    /*ine-height: 1.0;*/
}
span.ui-column-title {
    font-size: 12px;
}

.ui-datatable .ui-datatable-tablewrapper table thead tr th
,.ui-datatable .ui-datatable-tablewrapper table tbody tr td
,.ui-datatable .ui-datatable-tablewrapper table tfoot td
,.ui-datatable .ui-datatable-tablewrapper table tfoot th {
    padding: 4px 4px;
}

.ctl {
    font-size:70%;
    text-align: center;
}

.ctl span {
    font-size:70%;
}

.ltl {
    font-size:70%;
    text-align: left;
}

.rtl {
    font-size:70%;
    text-align: right;
}

.prn_btn {
    padding: 2px 5px;
    display: inline-block;
    border-radius: 5px;
    background-color: var(--deep-indigo);
    color: white;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    margin: 0 0 1px 0;
}
