﻿html {
    font-size: 0.95rem;
}

.main-footer {
    border-top: 1px solid #dee2e6;
    color: #869099;
    /*padding: 1rem;*/
    height: 30px;
    padding: 5px;
    padding-right: 20px;
}

.menu-footer {
    border-top: 1px solid #4b545c;
}

table > thead > tr > th {
    border-bottom: 1px solid #869099 !important;
}


.cust-minwidth-75 {
    min-width: 75px;
}

.cust-minheight-66 {
    min-height: 66px;
}


.clickable {
    cursor: pointer;
}