html,
body {
    min-height: 100%;
    background: url(../img/light_grey.png);
}

.footer {
    background-color: #eeeeee;
    width: 100%;
    height: 80px;
}

.inputCustom {
    background-color: #ecffff;
    text-align: center;

    border-top: 0;
    border-right: 0;
}

.inputCustom:focus {
    text-align: center;
    color: #0d9797;
    border-top: 0;
    border-right: 0;
}

#leftButton {
    text-align: "left";
}

.accordion-button {
    background-color: rgb(236, 177, 14) !important;
}

.accordion-button.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.removeIcon.fas.fa-window-close {
    display: block;
    text-align: left !important;
    color: rgb(100, 11, 11);
}

.tealColor {
    background-color: #0d9797;
    color: white !important;
}

#yellowColor {
    background-color: rgb(236, 177, 14);
    color: white !important;
}

.greenHeader {
    background: #0d9797;
    color: white;
}

.greyGradient {
    background-color: #093028;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #208d8d, #157c7c);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #208d8d, #157c7c);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.leaflet-container {
    background: rgb(255, 255, 255) !important;
    border: #35a8df 1px solid ;
    /*-webkit-box-shadow: 0px 1px 5px 1px #85c2aa;*/
    /*box-shadow: 0px 1px 5px 1px #85c2aa;*/
}

.leaflet-control-zoom.leaflet-bar.leaflet-control {
    display: none;
}

.leaflet-container .leaflet-control-attribution {
    display: none;
}

.teal_jumbotron {
    text-align: left !important;
    color: black !important;
}

.page-link {
    color: teal !important;
}

.returnLink {
    color: teal !important;
}

.tox-notifications-container {
    display: none !important;
}

.light_grey {
    background-color: #9ea1a1;
}

.light_teal {
    background-color: rgb(227, 248, 248);
}

.cardImgHeight {
    height: 941 !important;
}


.inside {
    z-index: 50;
    color: white;
    position: relative;
    font-weight: bold;
    font-size: larger;
    text-align: center;
    top: 25%;
}

.hexagon {
    background: #35a8df;
    width: 80px;
    height: 80px;
    position: relative;
    text-align: center;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    background: #35a8df;
}

.hexagon:before {
    transform: rotate(30deg);
}

.hexagon:after {
    transform: rotate(60deg);
}


.modal-dialog {
    max-width: 11000px !important;
}

a.speRef {
    background-color: #6ccfcf !important;
}


@media only screen and (max-width: 768px) {

    .containerNav {
        overflow: auto;
    }
}

.select2-dropdown {
    z-index:99999;
}