body {
    padding-top: 56px;
}

#sidebar {
    background: #cddaec;
}

#content {
    position: relative;
    min-height: 100vh;
}

footer {
    position: relative;
    z-index: 100;
}

.bg-custom {
    background: #cddaec;
}

.card-img-top {
    object-fit: cover;
}

/*a:hover {
    text-decoration: none !important;
    font-weight: bold;
}*/

.ngo-card:hover {
    border: solid 2px;
}
.ngo-card > a:hover {
    font-weight: normal;
}

img {
    object-fit: contain !important;
}

.pagination > .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#sidebar > a.active {
    font-weight: bold;
}

#subtitle {
    z-index: 500;
}

.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.dropdown-menu {
    min-width: 0px;
}

.bootstrap-select.form-control {
    border: 1px solid #ced4da;
}

.bootstrap-select .dropdown-toggle {
    background: #fff;
}

.bootstrap-select .btn-light:hover {
    background: #fff;
}

.bg-bluegrey {
    background: #cddaec;
}

.table thead tr th:not(.tfoot) {
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 40px;
}

table.dataTable > thead > tr > th.tfoot {
    border-top: none;
    padding-right: 0.75rem;
}

table.dataTable > thead .sorting::before, table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::before, table.dataTable > thead .sorting_desc_disabled::after {
    bottom: 0;
}

table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after {
    left: 1.5em;
}

table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc_disabled::before {
    left: 1em;
}

.marker-cluster-small div {
    background-color: #2b82cbab;
}

.marker-cluster-small {
    background-color: #5595cb99;
}

#eventNav .nav-tabs .nav-item.show .nav-link, #eventNav .nav-tabs .nav-link.active {
    font-weight: bold;
}

#eventNav .nav-tabs .nav-link {
    text-transform: uppercase;
}

#eventNav .nav-tabs .nav-link:hover {
    text-decoration: underline;
}