@font-face {
    font-family: TablePress;
    src: url(tablepress.eot?#ie) format("embedded-opentype"), url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format("woff"), url(tablepress.ttf) format("truetype"), url(tablepress.svg#TablePress) format("svg");
    font-weight: 400;
    font-style: normal;
}

.tablepress-table-description {
    clear: both;
    display: block;
}

.tablepress {
    border: currentColor;
    border-image: none;
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}

    .tablepress td {
        background: 0px 0px;
        padding: 8px;
        border: currentColor;
        border-image: none;
        text-align: left;
        float: none !important;
    }

    .tablepress th {
        background: 0px 0px;
        padding: 8px;
        border: currentColor;
        border-image: none;
        text-align: left;
        float: none !important;
    }

    .tablepress tbody td {
        vertical-align: top;
    }

    .tablepress tbody td {
        border-top-color: rgb(221, 221, 221);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .tablepress tfoot th {
        border-top-color: rgb(221, 221, 221);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .tablepress tbody tr:first-child td {
        border-top-color: currentColor;
        border-top-width: 0px;
        border-top-style: none;
    }

    .tablepress thead th {
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .tablepress tfoot th {
        font-weight: 700;
        vertical-align: middle;
        background-color: rgb(217, 237, 247);
    }

    .tablepress thead th {
        font-weight: 700;
        vertical-align: middle;
        background-color: rgb(217, 237, 247);
    }

    .tablepress .odd td {
        background-color: rgb(249, 249, 249);
    }

    .tablepress .even td {
        background-color: rgb(255, 255, 255);
    }

    .tablepress .row-hover tr:hover td {
        background-color: rgb(243, 243, 243);
    }

    .tablepress img {
        margin: 0px;
        padding: 0px;
        border: currentColor;
        border-image: none;
        max-width: none;
    }

.dataTables_wrapper {
    clear: both;
    margin-bottom: 1em;
}

    .dataTables_wrapper .tablepress {
        margin: 0px !important;
        clear: both;
    }

.dataTables_length {
    float: left;
    white-space: nowrap;
}

.dataTables_filter {
    float: right;
    white-space: nowrap;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}

.dataTables_info {
    margin: 4px 0px 0px;
    clear: both;
    float: left;
}

.dataTables_paginate {
    margin: 4px 0px 0px;
    float: right;
}

    .dataTables_paginate a {
        margin: 0px 5px;
        outline: 0px;
        color: rgb(17, 17, 17) !important;
        text-decoration: underline;
        display: inline-block;
        position: relative;
    }

        .dataTables_paginate a:first-child {
            margin-left: 0px;
        }

        .dataTables_paginate a:last-child {
            margin-right: 0px;
        }

.paginate_button:hover {
    text-decoration: none;
    cursor: pointer;
}

.paginate_button.disabled {
    color: rgb(153, 153, 153) !important;
    text-decoration: none;
    cursor: default;
}

.paginate_button.current {
    font-weight: 700;
    text-decoration: none;
    cursor: default;
}

.dataTables_paginate.paging_simple {
    padding: 0px 15px;
}

.paging_simple .paginate_button.next::after {
    margin: auto;
    left: -14px;
    top: 0px;
    width: 14px;
    height: 14px;
    text-align: left;
    right: auto;
    bottom: 0px;
    line-height: 1;
    font-family: TablePress;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    content: "\f053";
    text-shadow: 0.1em 0.1em #666;
    -webkit-font-smoothing: antialiased;
}

.paging_simple .paginate_button.previous::before {
    margin: auto;
    left: -14px;
    top: 0px;
    width: 14px;
    height: 14px;
    text-align: left;
    right: auto;
    bottom: 0px;
    line-height: 1;
    font-family: TablePress;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    content: "\f053";
    text-shadow: 0.1em 0.1em #666;
    -webkit-font-smoothing: antialiased;
}

.paging_simple .paginate_button.next::after {
    left: auto;
    text-align: right;
    content: "\f054";
}

.paginate_button::after {
    color: rgb(217, 237, 247);
}

.paginate_button::before {
    color: rgb(217, 237, 247);
}

.paginate_button:hover::after {
    color: rgb(4, 156, 219);
}

.paginate_button:hover::before {
    color: rgb(4, 156, 219);
}

.paginate_button.disabled::after {
    color: rgb(249, 249, 249);
}

.paginate_button.disabled::before {
    color: rgb(249, 249, 249);
}

.dataTables_processing {
    display: none;
}

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    margin: 0px !important;
    padding: 0px !important;
    height: 0px;
    overflow: hidden;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing {
    margin: 0px !important;
    padding: 0px !important;
    height: 0px;
    overflow: hidden;
}

.tablepress .sorting {
    outline: 0px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.tablepress .sorting_asc {
    outline: 0px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.tablepress .sorting_desc {
    outline: 0px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.tablepress .sorting::after {
    margin: auto;
    left: auto;
    top: 0px;
    height: 14px;
    right: 6px;
    bottom: 0px;
    line-height: 1;
    font-family: TablePress;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    -webkit-font-smoothing: antialiased;
}

.tablepress .sorting_asc::after {
    margin: auto;
    left: auto;
    top: 0px;
    height: 14px;
    right: 6px;
    bottom: 0px;
    line-height: 1;
    font-family: TablePress;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    -webkit-font-smoothing: antialiased;
}

.tablepress .sorting_desc::after {
    margin: auto;
    left: auto;
    top: 0px;
    height: 14px;
    right: 6px;
    bottom: 0px;
    line-height: 1;
    font-family: TablePress;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    -webkit-font-smoothing: antialiased;
}

.tablepress .sorting::after {
    content: "\f0dc";
}

.tablepress .sorting_asc::after {
    padding: 0px 0px 2px;
    content: "\f0d8";
}

.tablepress .sorting_desc::after {
    content: "\f0d7";
}

.tablepress .sorting:hover {
    background-color: rgb(4, 156, 219);
}

.tablepress .sorting_asc {
    background-color: rgb(4, 156, 219);
}

.tablepress .sorting_desc {
    background-color: rgb(4, 156, 219);
}

.dataTables_scrollBody .tablepress thead th::after {
    content: "";
}

.dataTables_wrapper::after {
    height: 0px;
    line-height: 0;
    clear: both;
    display: block;
    visibility: hidden;
    content: "";
}

.dataTables_wrapper label input {
    margin: 2px;
    width: auto;
    display: inline;
}

.dataTables_wrapper label select {
    margin: 2px;
    width: auto;
    display: inline;
}
