.saveRow
{
    font-size: 1rem;
}
.table th,
.table td
{
    text-align: center;
    vertical-align: middle;
}

.text-green
{
    color: green;
}

.text-red
{
    color: red;
}

.text-light-green
{
    color: lightgreen;
}

.text-light-red
{
    color: orange;
}
.revenue-source
{
    font-size: smaller;
}

.form-notes
{
    padding-bottom: 10px;
    font-weight: bold;
}

.csv-uploads
{
    min-height: 90px;
}

.or-text
{
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    vertical-align: middle;
}

.select-date-text
{
    font-weight: bold;
    font-size: 1.5rem;
}

.top-menu-buttons
{
    height: 60px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.report-container
{
    width: 100% !important;
    max-width: 1540px !important;
}

.tableFixHead {
    overflow: auto;
    height: 100px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.emp_table, .emp_table th, .emp_table td
{
    text-align: left !important;
}

input.emp_edit,
select.emp_edit
{
    min-width: 400px;
}

label.emp_label
{
    font-weight: bold;
    text-align: right;
}