#main-content {
    padding: 15px 30px;
    background: var(--background);
}

.page-header {
    background: var(--grey);
    color: var(--white);
    text-align: center;
    padding: 10px;
    font-size: 30px;
    font-weight: bold;
}

.row{
    margin-bottom: 25px;
}

.box-header {
    background: var(--redLight);
    color: var(--white);
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.box-content {
    background: var(--white);
    padding: 15px;
    margin-bottom: 25px;
}

.flex-vert {
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.flex-horz {
    justify-content: center;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.table-row-center td {
    vertical-align: middle;
}

.note-box {
    background: var(--offWhite);
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 1px solid ;
}

/*.btn-table {*/
/*    padding: 3px;*/
/*    margin-left: 4px;*/
/*    font-size: 12px;*/
/*    width: 50px;*/
/*}*/

.menu-bar {
    padding: 10px 15px;
    background: var(--white);
}

.dataTables_filter {
    float: right;
}

div#office-list_info {
    padding-top: 0;
    float: left;
}

.dataTable {
    width: 100% !important;
}

div#login-box {
    background: white;
    padding: 30px;
}

.calendar-month {
    padding-bottom: 20px;
}