/* CUSTOM CSS */
a {
    text-decoration: none;
}

.leaflet-top, .leaflet-bottom {
    z-index: 500;
}

.custom-font {
    color: #333333;
    font-size: 14px;
}

.cell-middle {
    vertical-align: middle;
}

.custom-card-fixed {
    width: 400px;
}

.custom-mini-card-fixed {
    transition: border-color 1s, box-shadow 0.5s;
    width: 200px;
}

.custom-card-popup {
    width: 200px;
}

.custom-card-large {
    width: 600px;
}

.custom-card-text {
    font-size: 14px;
}

.custom-search-result {
    color: #0A64C8;
    font-size: 16px;
}

    .custom-search-result:hover {
        color: #1A74D8;
    }

.custom-card-link {
    color: #0A64C8;
    font-size: 14px;
    text-decoration: none;
}

    .custom-card-link:hover {
        color: #1A74D8;
    }

.custom-tag-link {
    text-decoration: none;
}

.custom-title-link {
    color: #484848;
    text-decoration: none;
}

    .custom-title-link:hover {
        color: #686868;
    }

.custom-card-image-fixed {
    width: 398px;
}

.custom-map-container {
    max-width: 1366px;
    margin: 0 auto;
}

.custom-card-popup {
    width: 200px;
}

.custom-card-image-popup {
    width: 198px;
}

.custom-mini-card-fixed:hover {
    border-color: rgba(210, 210, 210, 0.7);
    box-shadow: 0px 0px 10px 2px rgba(88, 88, 88, 0.6);
}

/* END CUSTOM CSS */


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 25px;
}
