﻿.table-list {
    font-size: 11pt;
}

    .table-list .subheader {
        font-size: 10pt;
        padding: 1px 4px;
        text-align: center;
        color: #0e71b4;
    }

    .table-list td {
        padding: 1px 4px;
        cursor: pointer;
    }

    .table-list th {
        font-size: 10pt;
        padding: 1px 4px;
        text-align: center;
        background-color: #d3f3e4;
        color: #00793f;
    }

    .table-list th a {
        color: #00793f;
    }

    .table-list hr {
        margin: 0px;
    }

    .table-list tr.inactive {
        font-style: italic;
        color: #aaaaaa;
    }

    .table-list tr.deleted {
        font-style: italic;
    }

.table-edit {
    font-size: 11pt;
    margin-top: 8px;
    margin-bottom: 8px;
}

    .table-edit td {
        font-size: 10pt;
        padding: 1px 4px;
    }

    .table-edit th {
        font-size: 9pt;
        padding: 1px 4px;
        border: 0px;
    }

    .table-edit i {
        margin-right: 8px;
    }

    .table-edit tr.inactive {
        font-style: italic;
        color: #aaaaaa;
    }

    .table-edit tr.deleted {
        font-style: italic;
    }

.page-link {
    font-size: 10pt !important;
    color: #00793f;
}

    .page-link:hover {
        background-color: #00793f;
        border-color: #00793f;
        color: #ffffff;
    }

.page-item.active .page-link {
    background-color: #00793f;
    border-color: #00793f;
}

    .page-item.active .page-link:hover {
        background-color: #00793f;
        border-color: #00793f;
    }

td.home {
    vertical-align: top;
    font-size: 10pt;
    padding: 0px 6px;
}

    td.home hr {
        margin: 4px 0px 1px 0px;
    }

    td.home span.header {
        font-weight: bold;
    }

    td.home span.additional {
    }

.fc-day-header {
    font-size: 10pt;
    padding: 1px 4px;
    text-align: center;
    /*background-color: #e1f1fc;*/
    background-color: #d3f3e4;
    color: #0e71b4;
}

.fc-event {
    font-size: 9pt !important;
    padding: 1px 2px !important;
}

.fc-cell-holiday {
    background-color: #faedf1;
}