﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #5fa8d3 !important;
    border-color: #5fa8d3 !important;
}

div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
    overflow: hidden;
    background-color: #B5D7EA;
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #B5D7EA 100%);
    background: -moz-linear-gradient(top, #f0f0f0 0%, #B5D7EA 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0%, #B5D7EA 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%, #B5D7EA 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%, #B5D7EA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f0f0f0", EndColorStr="#B5D7EA");
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f0f0f0", EndColorStr="#B5D7EA")";
    box-shadow: inset 1px 1px 3px #666
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #5fa8d3 !important;
    border-color: #5fa8d3 !important;
}

.nav-pills .nav-link {
    padding: 1em;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 25px; /* Vertically center the text there */
}

.container {
    width: 100%;
    min-height: auto;
}

#mapDiv {
    margin: 0;
    padding: 10px;
    width: 100%;
    height: 450px;
    max-width: none;
}

.navbar {
    height: 75px;
}

.carousel {
    margin-bottom: 3rem;
    height: 180px;
}

.carousel-caption {
    bottom: 5rem;
    z-index: 10;
}

    .carousel-caption h1 {
        font-weight: bold;
        max-width: 200vw;
    }

.carousel-item {
    height: 15rem;
    max-width: 100vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel-inner {
    height: inherit;
}

.carousel .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #444;
    border-radius: 50%;
    /*background-color: rgba(70,70,70,.25);*/
}

.carousel .carousel-indicators .active {
    background-color: #444;
}

.top-content .carousel-control-prev {
    left: -110px;
    border-bottom: 0;
    font-size: 35px;
    color: #444;
}

.top-content .carousel-control-next {
    right: -110px;
    border-bottom: 0;
    font-size: 35px;
    color: #444;
}

.datacard {
    box-shadow: inset 0 0 0 100vw #A7C5E0;
}

div.pager {
    text-align: center;
    margin: 1em 0;
}

    div.pager span {
        display: inline-block;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8;
        text-align: center;
        cursor: pointer;
        background: #5FA8D3 !important;
        color: #fff;
        margin-right: 0.5em;
    }

        div.pager span.active {
            background: #e6f1fb;
            color: #5FA8D3 !important;
        }

#tableDiv h3 {
    color: white;
    background-color: #5fa8d3 !important;
    padding: 5px 15px;
}

.grid-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr)) !important;
    grid-gap: 10px !important;
    grid-auto-flow: column;
}

.iwTitle h1 {
    margin: 0 0 50px;
    padding: 10px 0;
    border-top: 2px solid #2b3031;
    border-bottom: 2px solid #2b3031;
    font-family: 'Montserrat', sans-serif;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #5fa8d3 !important;
    border-color: #5fa8d3 !important;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #5fa8d3 !important;
    border: 1px solid #5fa8d3 !important;
    color: #fff;
    word-break: break-all;
}

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1 !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #CAE9FF;
}

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100;
}

.scrollClass {
    height: 615px;
    overflow-y: auto;
    overflow-x: auto;
}

table.DTCR_clonedTable.dataTable {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 202
}

div.DTCR_pointer {
    width: 1px;
    background-color: #0259c4;
    z-index: 201
}

body {
    overflow: auto;
}

.cover-container {
    height: 100vh;
}