
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group {
    /*display: none;*/
}

#faq_Section {
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;
    /* background-color: black; */
    box-shadow: inset -1px 1px 2px 1px #ffc1074d;
    background-image: linear-gradient(#16233ccc, black);
    transition-property: height;
    transition-duration: 1.5s;
    transition-delay: 0.5s;
}

    #faq_Section:hover {
        height: 317px !important;
        transition-property: height;
        transition-duration: 1.5s;
        transition-delay: 0.5s;
    }

.v1 {
    border-left: 1px solid #ffc107;
    height: 90px;
    position: absolute;
    left: 50%;
    bottom: 15px;
}

.faq {
    position: absolute;
    width: 177.5px;
    right: 0;
    bottom: 20px;
    padding-left: 21px;
    letter-spacing: 10px;
    /* text-shadow: 1px 4px 7px white; */
    color: white;
    z-index: 0;
}

#Contact {
    bottom: 0px;
    position: absolute;
    height: 198px;
    width: 100%;
    text-align: center;
    /* background-color: #e8e8e838; */
    opacity: 1;
}



#Contact_Separator_Left {
    border-top: 1px solid #8e7a7a;
    margin-left: 12px;
    margin-right: 271px;
    /* box-shadow: 1px 1px 15px 2px #bbbbbb; */
    bottom: -134px;
    position: relative;
}

#Contact_Separator_Right {
    border-top: 1px solid #8e7a7a;
    margin-left: 271px;
    margin-right: 12px;
    /* box-shadow: 1px 1px 15px 2px #bbbbbb; */
    bottom: -134px;
    position: relative;
}

.Countyimg {
    background: url(DistrictLogo/County4.png) no-repeat;
    background-size: contain;
    background-position: center;
    /* position: absolute; */
    width: 100px;
    height: 90px;
    opacity: 1;
    /* bottom: 22px; */
    /* box-shadow: 2px 5px 6px -6px black; */
    /* border-radius: 20%; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    border: 1px outset #b3b8b938 !important;
    left: 26px;
    /* border: 5px solid #e6e6e6; */
    border-radius: 20px;
    padding: 25px;
    margin: 0px;
    /* display: none; */
    margin: 1px;
    background-color: white;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

    .Countyimg:hover {
        animation-name: bounce-8;
        animation-duration: 1.25s;
        /*animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);*/
        /* background-color: #31859c38; */
    }


.Districtimg {
    background: url(DistrictLogo/District.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    width: 100px;
    height: 90px;
    opacity: 1;
    /* bottom: 87px; */
    /* box-shadow: 2px 5px 6px -6px black; */
    border-radius: 20%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* right: 53px; */
    /* border: 1px outset #b3b8b938 !important; */
    background-color: white;
    /* display: none; */
    margin: 1px;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

    .Districtimg:after {
        content: "";
        background-image: inherit;
        /* width: inherit; */
        height: 53%;
        position: absolute;
        /* bottom: -35%; */
        transform: scaleY(-1);
        /* background-position: bottom; */
        background-size: cover;
        top: 44px;
        background-color: red;
        /* z-index: -1; */
        filter: blur(3px);
        /* background: linear-gradient(to bottom, rgb(125 78 78 / 30%),#bd2b2b0d); */
        opacity: 0.5;
        /* box-shadow: 4px 0px 11px rgb(0 0 0 / 30%), 0px 10px 10px rgb(0 0 0 / 10%); */
        border-bottom-left-radius: -6px;
        border-top-left-radius: 160px;
        border-top-right-radius: 160px;
        width: 86px;
        left: 5px;
        display: none;
    }

    .Districtimg:hover {
        animation-name: bounce-8;
        animation-duration: 1.25s;
        /*animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);*/
        /* background-color: #31859c38; */
    }

#TheDistrictInfo {
    position: absolute;
    top: 2px !important;
    /*filter: blur(3px);*/
    display: none;
    visibility: hidden;
    width: 0;
    right: -170px;
    border-radius: 10px;
    padding-left: 5px;
    box-shadow: 1px 2px 4px 1px black;
    text-align: start;
    /* background: #ffffff !important; */
    /* color: #d41111 !important; */
    font-size: 14px;
    letter-spacing: 0px;
    text-shadow: none;
    background-image: linear-gradient(#16233ccc, black) !important;
}

    #TheDistrictInfo:after {
        /* content: ''; */
        top: 3px;
        right: 229px;
        position: absolute;
        border: 0px solid;
        display: block;
        width: 38px;
        height: 26px;
        background-color: transparent;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        box-shadow: -21px 9px 0px 8px #31859c;
        transform: rotateY(180deg);
        z-index: -1;
    }

#TheDistrictInfoText {
    color: #ffc107 !important;
    margin: 5px;
    font-weight: 100;
}

.Districtimg:hover #TheDistrictInfo {
    animation: slide 1s forwards;
    animation-delay: 0.25s;
    display: block !important;
    /*visibility: visible;*/
    width: 168px !important;
    height: 50px !important;
}


@keyframes slide {
    0% {
        visibility: hidden;
        height: 0px;
        width: 0px;
    }

    20% {
        visibility: hidden;
    }


    95% {
        box-shadow: 1px 2px 4px 1px black;
        /*filter: blur(0px);*/
        width: 238px !important;
        visibility: visible;
    }

    100% {
        width: 238px !important;
        /*filter: blur(0px);*/
        box-shadow: 1px 2px 4px 1px black;
        top: -69px;
        height: 86px;
        visibility: visible;
    }
}

@keyframes bounce-7 {
    0% {
        transform: scale(1,1) translateY(0);
    }

    20% {
        transform: scale(1.0,1.0) translateY(-15px);
    }

    25% {
        transform: scale(1.05,0.95) translateY(1px);
    }

    35% {
        transform: scale(.98,0.98) translateY(-7px);
    }

    47% {
        transform: scale(1,1) translateY(0);
    }
    /*57% {
        transform: scale(1,1) translateY(0);
    }

    64% {
        transform: scale(1,1) translateY(0);
    }*/
    100% {
        transform: scale(1,1) translateY(0);
    }
}

@-webkit-keyframes bounce-7 {
    0% {
        transform: scale(1,1) translateY(0);
    }

    20% {
        transform: scale(1.0,1.0) translateY(-15px);
    }

    25% {
        transform: scale(1.05,0.95) translateY(1px);
    }

    35% {
        transform: scale(.98,0.98) translateY(-7px);
    }

    47% {
        transform: scale(1,1) translateY(0);
    }
    /*57% {
        transform: scale(1,1) translateY(0);
    }

    64% {
        transform: scale(1,1) translateY(0);
    }*/
    100% {
        transform: scale(1,1) translateY(0);
    }
}

@-webkit-keyframes bounce-8 {
    0% {
        transform: scale(1,1) translateY(0);
    }

    30% {
        transform: scale(1.0,1.0) translateY(-7px);
    }

    40% {
        transform: scale(1.05,0.95) translateY(4px);
    }

    50% {
        transform: scale(.98,0.98) translateY(-2px);
    }

    55% {
        transform: scale(1,1) translateY(0);
    }

    57% {
        transform: translateY(0);
    }

    64% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes bounce-8 {
    0% {
        transform: scale(1,1) translateY(0);
    }

    30% {
        transform: scale(1.0,1.0) translateY(-7px);
    }

    40% {
        transform: scale(1.05,0.95) translateY(4px);
    }

    50% {
        transform: scale(.98,0.98) translateY(-2px);
    }

    55% {
        transform: scale(1,1) translateY(0);
    }

    57% {
        transform: translateY(0);
    }

    64% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes TheTrueform {

    0% {
        background: url(DistrictLogo/Lost.png) no-repeat;
        background-position: left;
        transform: scale(1.05, 1.05);
        background-size: contain;
        filter: blur(0px);
    }


    50% {
        background: url(DistrictLogo/Lost.png) no-repeat;
        background-position: right;
        transform: scale(.95, .95);
        background-size: contain;
        filter: blur(0px);
    }


    100% {
        background-color: white;
        background: url(DistrictLogo/District.png) no-repeat;
        background-size: contain;
        background-position: center;
        filter: blur(0px);
    }
}


@keyframes TheFalseform {

    0% {
        background: url(DistrictLogo/District.png) no-repeat;
        background-position: right;
        transform: scale(1.05, 1.05);
        background-size: contain;
        filter: blur(0px);
    }

    50% {
        filter: blur(0px);
        background: url(DistrictLogo/Lost.png) no-repeat;
        background-color: white;
        transform: scale(.95, .95);
        background-size: contain;
        background-position: left;
    }

    100% {
        filter: blur(0px);
        background: url(DistrictLogo/Lost.png) no-repeat;
        background-size: contain;
        /*background-position: right;*/
    }
}

@keyframes RingTrue {
    0% {
        transform: scale(1,1) translateY(0);
    }

    20% {
        transform: scale(1.0,1.0) translateY(-15px);
        transform: rotateZ(90deg);
    }

    25% {
        transform: scale(1.05,0.95) translateY(0px);
    }

    35% {
        transform: scale(.98,0.98) translateY(-7px);
        transform: rotateZ(-90deg);
    }

    47% {
        transform: scale(1,1) translateY(0);
    }

    57% {
        transform: scale(1,1) translateY(0);
    }

    64% {
        transform: scale(1,1) translateY(0);
    }

    100% {
        transform: scale(1,1) translateY(0);
    }
}

.DistrictLnk {
    display: block;
    /* background-size: contain; */
    width: 100%;
    height: 100%;
    opacity: 0.0;
    /* transform: scale(1.5); */
    /* left: -100%; */
    position: relative;
    font-size: 12px;
}


.CountyLnk {
    display: block;
    background-size: contain;
    width: 100%;
    height: 100%;
    opacity: 0.0;
    /* padding: 25px; */
    position: absolute;
    left: 1px;
    top: 1px;
}


.img {
    background: url(SchoolWorks_Logo.png) no-repeat;
    background-size: contain;
    /* position: absolute; */
    width: 100px;
    height: 90px;
    opacity: 1.0;
    /* bottom: 101px; */
    z-index: 0;
    /* margin-left: 20px; */
    /* left: 23px; */
    transform: perspective(800px) rotateY(0deg) scale(0.8) rotateX(0deg);
    /* filter: blur(0px); */
    opacity: 0.9;
    /* transition: 0.6s ease all; */
    /* display: none; */
    border: 1px solid #dcdddd;
    border-radius: 20px;
    margin: 1px;
    background-color: white;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

    .img:hover {
        transform: perspective(800px) rotateY(360deg) translateY(0px) rotateX(0deg) scale(1);
        /* filter: blur(0); */
        opacity: 1;
        /* background-color: #31859c38; */
    }



.mapboxgl-ctrl-logo {
    z-index: -2;
}

.mapboxgl-ctrl-bottom-left {
    z-index: 0;
}

.SchlWrksLnk {
    display: block;
    /* background-size: contain; */
    width: 100%;
    height: 100%;
    opacity: 0.0;
    /* position: absolute; */
    top: 0px;
    /* left: -18px; */
    transform: scale(0.8);
}

#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;
    }



@-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 {
    position: relative;
    z-index: 1;
    width: 27.5em; /*35%;*/
    left: 0.0em;
    top: 8.5em;
    top: 50px;
    padding: 0.5em;
    /*v3.1.6 */
}

.directions-control-inputs {
    z-index: -10;
    background-color: red;
}

.mapbox-directions-inputs {
    z-index: 0;
    background-color: grey;
}



.mapbox-directions-origin {
    display: none;
}

.directions-icon-reverse {
    display: none;
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.mapbox-directions-destination {
    display: none;
}

.mapbox-directions-profile mapbox-directions-component-keyline mapbox-directions-clearfix {
    top: 50px;
    background-color: black;
    z-index: -10;
}


.mapbox-directions-component-keyline {
    top: 100px;
    background-color: grey;
    color: red;
    z-index: -10;
}

.mapbox-directions-profile {
    background-color: grey;
    border-radius: 10px !important;
    vertical-align: bottom;
    height: 25px !important;
}

    .mapbox-directions-profile label {
        top: 0px;
        cursor: pointer;
        display: block;
        border-top: 0px;
        border-bottom: 0px;
        border-radius: 16px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        font-size: 100%;
        color: black;
        line-height: 20px;
        text-align: center;
        width: 25%;
        float: left;
        vertical-align: middle;
        bottom: 0px;
        font-family: Arial, Unicode, MS !important;
    }

        .mapbox-directions-profile label:hover {
            color: lightseagreen;
        }

    .mapbox-directions-profile input[type=radio] {
        display: none;
    }

        .mapbox-directions-profile input[type=radio]:checked + label:hover, .mapbox-directions-profile input[type=radio]:checked + label {
            background: black;
            color: lightseagreen;
            top: 0px !important;
            bottom: 0px !important;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
            vertical-align: bottom !important;
        }


.mapbox-directions-route-summary {
    background-color: black;
    z-index: 100;
}

.directions-control directions-control-instructions {
    top: -40px;
    z-index: 0;
    color: red;
    background-color: green;
}

.directions-control directions-control-directions {
    top: -40px;
    z-index: 0;
    color: red;
    background-color: green;
}

.mapbox-directions-instructions-wrapper {
    top: 65px;
    display: block;
    position: absolute;
    background-color: black;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
    overflow-y: scroll;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    border: 0px;
    margin: auto;
    max-height: calc(100% - 65px) !important;
    max-height: -moz-calc(100% - 65px);
    max-height: -o-calc(100% - 65px);
    max-height: -webkit-calc(100% - 65px);
}

.mapboxgl-ctrl-directions {
    position: absolute;
    display: block;
    top: -7px;
    margin: 0px;
    height: 100%;
    background-color: black;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    border: 0px;
    overflow: hidden;
    z-index: 0;
}

.mapboxgl-ctrl-geocoder {
    display: block;
    position: relative;
    max-width: 98%;
    background-color: white;
    width: 27.5em;
    border-color: ghostwhite;
    /* left: 35%; */
    bottom: -10px;
    margin-right: auto !important;
    margin-left: auto !important;
}

    .mapboxgl-ctrl-geocoder ul {
        /* background-color: #bd3131; */
        border-radius: 5px !important;
        box-shadow: 1px 1px 4px 0px black !important;
    }

    .mapboxgl-ctrl-geocoder .suggestions > li > a {
        background-color: white !important;
    }

    .mapboxgl-ctrl-geocoder .suggestions {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 250px;
    }

    .mapboxgl-ctrl-geocoder .OSMtooltiptxtClass {
        position: absolute;
        visibility: visible;
        width: 200px;
        background-color: red;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 5px;
        opacity: 0.75;
        left: 141px;
        transition: opacity 0.3s;
        font-family: Arial, Unicode, MS;
    }

        .mapboxgl-ctrl-geocoder .OSMtooltiptxtClass:after {
            content: "";
            position: absolute;
            top: 35%;
            right: -5px;
            margin-right: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent red;
        }


    .mapboxgl-ctrl-geocoder .tooltiptxtClass {
        visibility: hidden;
        width: 200px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: -20px;
        opacity: 0;
        right: -210px;
        transition: opacity 0.3s;
        font-family: Arial, Unicode, MS;
    }

        .mapboxgl-ctrl-geocoder .tooltiptxtClass:after {
            content: "";
            position: absolute;
            top: 35%;
            left: -11px;
            margin-right: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent #555 transparent transparent;
        }

    .mapboxgl-ctrl-geocoder:hover .tooltiptxtClass {
        visibility: visible;
        opacity: 0.75;
    }

    .mapboxgl-ctrl-geocoder:hover {
        /* position: relative; */
        /* background-color: rgba(247,245,232,0.8); */
        /* border-bottom: 1px solid white; */
        /* border-right: 1px solid white; */
    }

    .mapboxgl-ctrl-geocoder input[type='text'] {
        min-width: 100%;
        background-color: white;
        height: 40px;
        margin: 0;
        /*padding: 10px 10px 10px 40px;*/
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-family: Georgia, 'Times New Roman', Times, serif;
        color: black;
        /*display: inline-block;*/
        display: none;
    }

    .mapboxgl-ctrl-geocoder .ReplaceClass {
        min-width: 100%;
        background-color: #ffffff;
        height: 40px;
        margin: 0;
        padding: 10px 10px 10px 11px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-family: ui-sans-serif;
        color: black;
        display: inline-block;
        /* border-color: #17a2b8; */
        /* animation-name: faded_blue_border; */
        /* animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55); */
        /* animation-duration: 3s; */
        /* animation-iteration-count: infinite; */
        box-shadow: -1px 1px 3px 0px #000000;
        border: 1.5px solid #ffc107;
        border-radius: 5px;
    }


    .mapboxgl-ctrl-geocoder button {
        position: relative;
        padding: 0;
        margin: 0;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }



.geocoder-icon-close {
    background-image: url(icons8-delete.svg);
}

.mapboxgl-ctrl-geocoder--icon-close {
    background-image: url(icons8-delete.svg);
    background-size: contain;
    background: no-repeat;
}

.mapboxgl-ctrl-geocoder--icon-search {
    display: none;
}

.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: 2s;
    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: 2s;
    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;
}


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...*/
