﻿/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* Boards and Commissions (BC) Cascading Style Sheet (CSS) */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* ******************** */
/* Library: Data Tables */
/* ******************** */

.dataTables_wrapper.no-footer {
    margin: 0 0 1.5em 0;
    overflow-x: auto;
}

.dataTable.no-footer {
    border-bottom: none !important;
}

.dataTable.no-footer thead th,
.dataTable.no-footer thead td {
    padding: 0.5em;
    text-align: left;
}

.dataTable.no-footer thead th {
    border-bottom: thin solid #585858;
}

.dataTable.no-footer tbody td {
    border-bottom: thin dotted #585858;
}

/* ****************** */
/* Page: Default.aspx */
/* ****************** */

.bc-page-default-group {
    align-items: center;
    background-color: #E6F1F7;
    border: thin solid #0F5F89;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5em;
    justify-content: center;
    margin: 0 0 1.5em 0;
    max-width: 50rem;
    padding: 0.25em;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    width: 100%;
}

.bc-page-default-group-item {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.bc-page-default-red {
    color: #CC0000;
}

/* ***************** */
/* Page: Search.aspx */
/* ***************** */

.bc-page-search-forms {
    display: flex;
    flex-direction: column;
    grid-gap: 2em;
    margin: 2em 0 0 0;
}

.bc-page-search-form {
}

.bc-page-search-divider {
    border-top: thin dotted #000000;
    max-width: 30em;
}

.bc-page-search-label {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

.bc-page-search-input {
    border-radius: 0.25em;
    box-sizing: border-box;
    margin: 0.25em 0 0 0;
    max-width: 20em;
    padding: 0.25em;
    width: 100%;
}

.bc-page-search-button {
    border-radius: 0.25em;
    margin: 0.25em 0 0 0;
    padding: 0.25em;
}

.bc-page-search-footnote {
    margin: 0.25em 0 0 0;
}

.bc-page-search-error {
    color: #CC0000;
}

/* ********************** */
/* Page: BCByKeyword.aspx */
/* ********************** */

.bc-page-keyword-result {
    display: flex;
    flex-direction: column;
    grid-gap: 0.5em;
}

/* ******************** */
/* Page: BoardPage.aspx */
/* ******************** */

.bc-page-board-content ul, .bc-page-board-content ol {
    list-style-position: inside;
}

.bc-page-board-content ul li, .bc-page-board-content ol li {
    line-height: 1.5;
    margin-bottom: 0.25em;
}

/* ******************************* */
/* Page: LocalAppointmentList.aspx */
/* ******************************* */

.bc-page-local-appointment-list-table .dataTables_wrapper {
    overflow: auto;
}

.bc-page-local-appointment-list-table table {
    border-collapse: collapse;
}

.bc-page-local-appointment-list-table th,
.bc-page-local-appointment-list-table td {
    padding: 0.5em;
}

.bc-page-local-appointment-list-table th {
    border-bottom: thin solid #585858;
    text-align: left;
}

.bc-page-local-appointment-list-table td {
    border-bottom: thin dotted #585858;
}

/* ******************** */
/* Page: Vacancies.aspx */
/* ******************** */

.bc-page-vacancies-list {
    margin: 0 0 2rem 3rem;
}

.bc-page-vacancies-list li {
    line-height: 1.5;
    margin-bottom: 1rem;
}
