﻿.glossary-popup {
   
    background: #FAFAF7;
    border: 1px solid #6C8FA8;
    padding: 20px 24px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  /**  position: fixed;*/
  /**  top: 50%;
    left: 50%;
   transform: translate(-50%, -50%);*/
    font-family: "Georgia", serif;
    color: #003366;
    
}


.glossary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.glossary-list li {
    margin-bottom: 14px;
    line-height: 1.45;
}


.grant-logos {
    text-align: right;
    margin-top: 16px;
}




/*region list*/

.regionlist {

    font-size: 1.1rem;
}

.inline-item {
    display: inline-block;
    margin-right: 0px;
   
}

.block-item {
    display: block;
    margin-top: 0px;
    margin-left: 15px;
}

.first-indent {
    margin-left: 15px;
}


#region-header-wrapper {
    position: sticky;
    top: 70px;
    z-index: 100;
    background: white; /* prevents text from overlapping behind it */
    padding-top: 10px;
    padding-bottom: 10px;
}
/*#mySelectOptions input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    appearance: none;*/ /* remove default checkbox */
    /*border: 2px solid #003258;
    border-radius: 4px;
    position: relative;
}*/

/*#mySelectOptions input[type="checkbox"]:checked {
    background-color: white;
    border-color: #057944;
}*/

/*#mySelectOptions input[type="checkbox"]::after {
    content: "✔";
    color: #003258;
    font-size: 12px;
    position: absolute;
    top: -4px;
    left: 2px;
}*/
#mySelectOptions .uncheck::after {
    content: "" !important;
}





.custom-checkbox:checked {
    background-color: white;
    border-color: #057944;
}

.custom-checkbox {
    width: 16px;
    height: 16px;
    cursor: pointer;
    appearance: none; /* remove default checkbox */
    border: 2px solid #057944;
    border-radius: 4px;
    position: relative;
}

    .custom-checkbox:checked::after {
        content: "✔";
        color: #4A4A4A;
        font-size: 12px;
        position: absolute;
        top: -4px;
        left: 2px;
    }



/* google maps */

.gm-style-iw-d .media {
    margin-top: -8%;
}

.gm-style-iw-d {
    overflow: visible !important;
}

.gm-style-iw {
    padding-right: 5px !important;
    padding-top: 5px !important;
}

.gm-style-iw button span {
    width: 16px !important;
    height: 16px !important;
}

.gm-ui-hover-effect {
    width: 20px !important;
    height: 20px !important;
}

/*custom map*/
.mapview {
    position: relative;
}

.map-legend .dropdown-menu {
    min-width: 330px;
}

.map-legend .title {
    font-size: 15px;
    line-height: 32px;
    font-weight: bold;
    padding: 0 8px;
}

.map-legend .header {
    text-transform: uppercase;
    font-weight: bold;
    text-size: 14px;
    line-height: 22px;
    border-top: 1px solid #d8d8d8;
    padding: 6px 0 0 0px;
    list-style: none;
    width: 100%;
}

.map-legend ul li {
    line-height: 32px;
    font-weight: normal;
    list-style: none;
}

/* tabs*/

.nav-tabs .nav-link {
    color: #004d87; /* your woodland green */
    font-size: 1.05rem;
}

    .nav-tabs .nav-link.active {
        color: #3F7F62; /* your woodland green */
    }



@media (max-width: 768px) {
    #region-header-wrapper{

        top: 55px;
    }

    .grant-logos {

        text-align:center;
        margin-bottom: 10px;
    }

    .region-head {
        display:flex;
    }
}
