html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: 'Montserrat', sans-serif
}

footer a.text-decoration-none:hover {
    text-decoration: underline !important;
}

#filter-container, .modal-header {
    /*background-color: #ffc838c2;*/
    background-color: #ffc83814;
}

.accordion-body .clear-btn {
    width: 100% !important;
}

/* sticky footer */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

#content-wrapper {
    flex: 1 0 auto;
}

#content-footer {
    flex-shrink: 0;
}

footer {
    background-color: #000;
}

/* program filters */
.collapsed .collapsed-message {
    display: inline;
}

.accordion-button:not(.collapsed) .collapsed-message {
    display: none;
}

/* Datatable overrides */
.dt-info {
    font-weight: bold;
}

.dt-container div.dt-processing > div:last-child > div {
    background: #EAAA00;
}

.dt-container .dt-paging .page-item .page-link {
    color: unset;
}

.dt-container .dt-paging .page-item.active .page-link {
    background-color: #FFC838;
    border-color: #FFC838;
}

/* Bootstrap overrides */
.btn-primary {
    background-color: #FFC838;
    border-color: #FFC838;
    color: #2E2E2E;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:disabled {
    background-color: #EAAA00;
    border-color: #EAAA00;
    color: #2E2E2E;
}

.bg-primary {
    background-color: #FFC838 !important;
}

.btn-danger {
    background-color: #C8122C;
    border-color: #C8122C;
    color: white;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:disabled {
    background-color: #9D2235;
    border-color: #9D2235;
    color: white;
}

.accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
}

.accordion-button::after {
    filter: brightness(0%);
}