html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 400px; /* Margin bottom by footer height */
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 1;
    }

    .search-filter-bar {
        max-width: 400px;
    }

}

@media (min-width: 992px) {
    .card-columns {
        column-count: 2;
    }

    .search-filter-bar {
        min-width: 300px!important;
        max-width: 400px;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 1400PX;
    }
    .card-columns {
        column-count: 3;
    }
    .search-filter-bar {
        min-width: 300px!important;
        max-width: 400px;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.8);
}
/* change the color of active or hovered links */
.navbar-dark .nav-item.active .nav-link,
.navbar-dark .nav-item:focus .nav-link,
.navbar-dark .nav-item:hover .nav-link {
    color: #ffffff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #F8F9FA;
}
.footer-copyright {
    height: 120px; /* Set the fixed height of the footer here */
    line-height: 120px; /* Vertically center the text there */
}
/* Bootstrap 4 text input with search icon */
.has-search .form-control {
    padding-left: 2.375rem;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.lSSlideOuter .lSPager.lSGallery li {
    max-height: 65px;
}

.fa-disabled {
    opacity: 0.4;
}
.table-header-sortable{
    color: #212529;
    text-decoration: none;
}

.map-marker-label{
    width: 50px; height: 20px;

    border: 1px solid #eb3a44;
    border-radius: 5px;

    background: #fee1d7;
    color: #eb3a44;
    text-align: center;
    line-height: 20px;

    font-weight: bold;
    font-size: 14px;
}

.bs-placeholder{
    color: #495057 !important;
}

.flex-even {
  flex: 1;
}

