.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group {
    /*display: none;*/
}


.Disc {
    left: 4.0em;
    bottom: 0em;
    opacity: 1.0;
    color: red;
    animation-name: Disclaimer;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.Districtimg {
    background: url(RK_UNION_SVG.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 50%;
    height: 50%;
    opacity: 1.0;
    left: 8em;
    bottom: 2.2em;
}

.DistrictLnk {
    display: block;
    background-size: contain;
    width: 90px;
    height: 80px;
    opacity: 0.0;
}


.img {
    background: url(SchoolWorks_Logo.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 90px;
    height: 80px;
    opacity: 1.0;
    left: 0.95em;
    bottom: 1.5em;
    z-index: 0;
}

.mapboxgl-ctrl-logo {
    z-index: -2;    
}

.mapboxgl-ctrl-bottom-left {
    z-index: 0;
}

.SchlWrksLnk {
    display: block;
    background-size: contain;
    width: 90px;
    height: 80px;
    opacity: 0.0;
}

#InstructionBanner {
    position: absolute;
    height: 103px;
    background-color: #299872;
    color: white;
    font-size: 13px;
    border-radius: 5px;
    padding-left: 13px;
    margin-left: 0px;
    margin-top: 2px;
    bottom: -109px;
    opacity: 0;
    right: 1px;
    left: 1px;
    z-index: 40;
    transition: opacity 0.3s;
    visibility: hidden;
}

#InstructionBanner:hover {
    visibility:visible;
}


/*.This_preview:hover::before {
                content: "";
                display: inline-block;
                width: 25px;
                height: 25px;
                background-size: 25px 25px;
                background-image: url(School_6.svg);
                background-repeat: no-repeat;
                opacity: 0.5;

            }*/
@-webkit-keyframes faded_blue {
    0% {
    }

    25% {
    }

    50% {
        /*background-color: white; */
        opacity: 0.9;
    }

    75% {
        color: slategrey;
    }

    100% {
    }
}

@-webkit-keyframes faded_blue_border {
    0% {
        border-left-color: rgba(0, 123, 255, 0.2)
    }

    25% {
        border-top-color: rgba(0, 123, 255, 0.2)
    }

    50% {
        /*background-color: white; */
        border-right-color: rgba(0, 123, 255, 0.2)
    }

    75% {
        border-bottom-color: rgba(0, 123, 255 , 0.2)
    }

    100% {
        border-left-color: rgba(0, 123, 255, 0.2)
    }
}

.triangle-left {
    position: absolute;
    border-top: 7px solid transparent;
    border-right: 14px solid white;
    border-bottom: 7px solid transparent;
    filter: drop-shadow(30px 30px 30px #333);
}

.triangle-right {
    position: absolute;
    border-top: 7px solid transparent;
    border-left: 14px solid white;
    border-bottom: 7px solid transparent;
    filter: drop-shadow(30px 30px 30px #333);
}

.triangle-top {
    position: absolute;
    border-left: 7px solid transparent;
    border-bottom: 14px solid white;
    border-right: 7px solid transparent;
    filter: drop-shadow(30px 30px 30px #333);
}

.attacher {
    display: flex;
    position: absolute;
    display: block;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    z-index: -50;
}

.h22 {
    display: flex;
    position: absolute;
    opacity: 1;
    /* background-color: blue; */
    color: white;
    font-size: 12px;
    position: absolute;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 5;
    padding-left: 4px;
    animation-name: faded_blue;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.This_preview {
    /*
                padding: 12.5px 0;
                height: 50px;

                */
    display: flex;
    position: absolute;
    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    border-width: 5px;
    border-color: white;
    opacity: 1;
    cursor: pointer;
    background-color: white;
    transition: .15s;
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;
    z-index: 4;
}

.geocoder-icon {
    background-color: white;
}

.Address_marker {
    background-image: url('Infos_4.svg');
    background-size: cover;
    width: 55px;
    height: 60px;
    cursor: pointer;
    z-index: 4;
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.OSM_Address_marker {
    background-image: url('Out_Of_District.svg');
    background-size: cover;
    width: 60px;
    height: 55px;
    cursor: pointer;
    z-index: 4;
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0% {
        left: 0px;
        top: 0px;
    }

    25% {
        opacity: 0.5;
        left: 0px;
        top: 10px;
    }

    50% {
        left: 0px;
        top: 0px;
    }

    60% {
        opacity: 0.9;
        left: 0px;
        top: 0px;
    }

    75% {
        left: 0px;
        top: -1px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}



.Address_marker_remove {
    background-image: url();
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    color: green;
}


/*.mapboxgl-ctrl-geocoder .geocoder-pin-right * {
    background-color: white;
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}*/

.mapboxgl-ctrl-geocoder input[type='text'] {
   
    margin-left: 25px!important;

}


confirm 
{
    position: absolute;
    left:0px;
    top:50px;
}

/*...JQuery Modal Confirm...*/
.ui-dialog-titlebar-close
{
    visibility:hidden;
}

.ui-widget-overlay 
{
    opacity:0.0;
}

.ui-dialog {
    background-color: #69afdd;
    color: white;
    text-align: left;
    border-color: black;
    border-width: 1px;
    border-radius: 3px;
}

.ui-dialog-content p {
    position: relative;
    text-align: left;
    margin: 0px 0px 0px 0px;
    justify-content: flex-start;
    background-color: #69afdd;
    color: white;
}


.ui-dialog .ui-dialog-buttonpane {
    background-color: #69afdd;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.ui-dialog-titlebar {
    background-color: #69afdd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid white;
    font-weight: bold;
    color: white;
    border-radius: 0px;
}

.ui-dialog-title {
    text-align: left;
    color: black;
}

.ui-dialog-buttonset button 
{
    background-color: #1C5084;    
    box-shadow: none;
    display: inline-block;
    border-color:#28a745;
    color:white;
    border: 1px solid #28a745;
    border-radius: .25rem;
}

.ui-dialog-buttonset button:hover
{
    background-color:#28a745;
    border-color:#28a745;
    color:white;
}



/*...End JQuery Modal Confirm...*/