
#foo1 {
    /*background: linear-gradient(60deg, #774905, #fb8c00);*/
    background: #033561 !important;
    padding: 0.2rem 0.4rem;
    font-weight: bolder;
}

#foo2 {
    /*background: linear-gradient(60deg, #05710a, #00af08);*/
    background: #7d9dad !important;
    padding: 0.2rem 0.4rem;
    font-weight: bolder;
}

#foo3 {
    /*background: linear-gradient(60deg, #790a01, #f5827a);*/
    background: #033561 !important;
    padding: 0.2rem 0.4rem;
    font-weight: bolder;
}

#foo4 {
    /*background: linear-gradient(60deg, #01515a, #2cdff5);*/
    background: #7d9dad !important;
    padding: 0.2rem 0.4rem;
    font-weight: bolder;
}

#foo5 {
    /*background: linear-gradient(60deg, #5d3a2e, #dea28e);*/
    background: #033561 !important;
    padding: 0.2rem 0.4rem;
    font-weight: bolder;
}
#foo6 {
    /*background: linear-gradient(60deg, #774905, #fb8c00);*/
    background: #7d9dad !important;
    padding: 0.2rem 0.4rem;
    font-weight: bolder;
}

#foo7 {
    /*background: linear-gradient(60deg, #05710a, #00af08);*/
    background: #033561 !important;
    padding: 0.2rem 0.4rem;
    font-weight: bolder;
}

#foo8 {
    /*background: linear-gradient(60deg, #790a01, #f5827a);*/
    background: #7d9dad !important;
    padding: 0.2rem 0.4rem;
    font-weight: bolder;
}

#foo9 {
    /*background: linear-gradient(60deg, #01515a, #2cdff5);*/
    background: #033561 !important;
    padding: 0.2rem 0.4rem;
    font-weight: bolder;
}

#foo10 {
    /*background: linear-gradient(60deg, #5d3a2e, #dea28e);*/
    background: #7d9dad !important;
    padding: 0.2rem 0.4rem;
    font-weight: bolder;
}
label{
    margin:0;
}
#fooo1 {
    background: linear-gradient(60deg, #000650, #98b3ff) !important;
}
#fooo2 {
    background: linear-gradient(60deg, #010346, #8dcae8) !important;
}
#fooo3 {
    background: linear-gradient(60deg, #16034e, #868ef5) !important;
}
#fooo4 {
    background: linear-gradient(60deg, #00225f, #76c9f9) !important;
}





.nav-item {
    margin-right: 0.2rem !important;
}

.water1 {
    /*height: 3vh;*/
    color: white;
    font-size: 0.8rem !important;
}

.water2 {
    height: auto;
    color: white;
    font-size: 0.8rem !important;
}



#myid_one {
    /*color: black;*/
    font-size: 0.8rem;
}

#myid {
    font-size: 0.8rem;
    /*color:black;*/
    float: right;
}
#info1 {
    font-size: 0.8rem;
    width: 14rem;
    bottom: 3%;
    left: 1%;
    position: absolute;
    z-index: 99;
    opacity: 0.9;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.6);
    /* padding: 0.4rem 0.8rem; */
    color: white;
}
#infop {
    font-size: 0.8rem;
    width: 14rem;
   /* bottom: 3%;*/
    left: 1%;
    position: absolute;
    z-index: 99;
    opacity: 0.9;
    font-weight: 600;
    background-color: rgba(183, 99, 71, 0.6);
    /* padding: 0.4rem 0.8rem; */
    color: black;
} 
svg {
    border: 0px solid black !important;
}
/*#stackedchart .highcharts-tooltip-box {
            fill: black !important;
            fill-opacity: 0.6 !important;
            stroke-width: 0 !important;
        }*/
#stackedchart .highcharts-tooltip text {
    /*text-shadow: 0px 0px 4px #3A2224 !important;*/
    fill: black !important;
}

#myspan2 {
    float: right;
}


#range_table input {
    width: 50px;
}

.backcolor {
    background-color: lavender;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.csvlabelClass {
    color: red;
    font-weight: bold;
    font-size: 6px;
}

span.underline {
    font-size: 15px;
    text-decoration: underline;
    font-weight: bold
}
 

.main {
    height: 94vh;
}

#mapDiv {
    height: 94vh !important;
}

#demo a {
    color: #8a8a8a !important;
    text-decoration: none;
    font-size:0.8rem;
}

.show-hide {
    background-color: gray;
    padding: 8px;
    display: none;
    color: white;
}

.information {
    background-color: #1b1e21;
    padding: 8px;
    color: #aba9a9;
    padding: 01.5rem 1rem;
    font-size: 0.9rem;
    overflow-y: auto;
}

@media only screen and (max-width: 900px) {
    .show-hide {
        display: inline-block;
    }

    .information {
        display: none;
    }

        .information.toggle {
            display: block;
        }
}

.printbtn {
    color: white;
    border: 0px solid gray;
    border-radius: 0px;
    float: right;
}

    .printbtn:hover {
        color: white;
        background-color: #505050;
        ;
    }

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgb(72, 69, 69);
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #04a8f4;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.btn-sm{
    font-size:0.85rem;
}
.btn {
   margin-right:0.5rem;
    border-radius: 0px;
}

.custom-select {
    background-color: #5f5f5f;
    color: white;
    border-radius: 0px;
    border: none;
    margin: 0.2rem 0rem;
} 

.nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

rect {
    stroke: rgba(255, 255, 255,0);
    stroke-width: 1;
    /*fill: #ef911d !important;
    fill: #3beff1 !important;*/
    fill: #73d7ff !important;
}

.highcharts-yaxis-labels text {
    fill: white !important;
}
/*#stackedchart tspan {
            fill: #e8e8e8 !important;
        }*/
.highcharts-title{
    fill:white !important;
}
.footerx {
    /*height: 2vh;*/
    background-color: #2f2f2f;
    float: right;
    color: white;
    font-size: 0.8rem !important;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 0.2rem 0.4rem;
}

.container-fluid {
    padding: 0 !important;
}

.row {
    margin: 0 !important;
}

/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
            padding: 0 !important;
        }*/

#mapDiv {
    width: 100%;
    height:92vh;
}

.esriSimpleSliderTL {
    top: 2.5rem;
    left: 1.9rem;
}
.headerfixed {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow-y: hidden;
}

#backtoselecteddd {
    position: absolute;
    top: 21%;
    left: 3.5%;
    z-index: 50;
    background-color: gray;
    padding: 3px 4px;
    border-radius: 7px;
}

    #backtoselecteddd:hover {
        /*display: inline-block;*/
        transform: scale(1.1);
        transition-duration: 1.8s;
        box-shadow: 3px 3px 3px 3px #bfbfbf;
    }

.scroll-me {
    position: absolute;
    top: 38px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
}

.panel-header {
    background-color: #a57821;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 0.9rem !important;
}

.tool-logo {
    position: absolute;
    right: 1rem;
    color: white;
    /*padding: 0.2rem;*/
    cursor: pointer;
}

.esriBasemapGalleryLabelContainer {
    display: inline !important;
    margin-left: 3rem !important;
}

.esriBasemapGalleryNode {
    width: 100% !important;
    margin: 0.2rem 0rem !important;
}

    .esriBasemapGalleryNode:hover {
        background-color: lightgray !important;
        border-right: 4px solid gray !important;
        border-left: 4px solid gray !important;
    }

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

#bsmglry {
    position: absolute;
    top: 1rem;
    right: 15px;
    z-index: 102;
    width: 15vw;
    height: 50vh;
    padding: 15px;
    background-color: white;
    border: 1px solid gray;
    margin-top: 20px;
    display: none;
    color: gray;
    font-size: 0.8rem;
    /*overflow-y:hidden;*/
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}

#bsmglryclose {
    position: absolute;
    top: 0px;
    right: 5px;
    background-color: transparent;
    border: 0;
    padding-right: 5px;
    color: white;
    z-index: 1;
}

#msrment {
    position: absolute;
    top: 1rem;
    right: 15px;
    z-index: 102;
    width: 15vw;
    height: 50vh;
    padding: 15px;
    background-color: white;
    border: 1px solid gray;
    margin-top: 20px;
    display: none;
    color: gray;
    font-size: 0.8rem;
    /*overflow-y:hidden;*/
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}

#msrmntclose {
    position: absolute;
    top: 0px;
    right: 5px;
    background-color: transparent;
    border: 0;
    padding-right: 5px;
    color: white;
    z-index: 1;
}
.col-sm7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285% !important;
    flex: 0 0 14.285% !important;
    max-width: 14.285%;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-toggler {
    padding: 0.2rem 0.1rem !important;
    font-size: 1.2rem !important;
    /*line-height: 1;
            background-color: transparent;
            border: 1px solid transparent;
            border-radius: .25rem;*/
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

#subcatspan2 {
    float: right;
}

.water2 .col-sm {
    padding: 0.2rem 0.4rem;
}

#MapScaleDiv {
    display: none;
    background-color: rgba(0,0,0,0.7);
    border-radius: 4px;
    position: absolute;
    color: white;
    font-size: 0.6rem;
    font-weight: bolder;
    right: 0.5rem;
    bottom: 3rem;
    z-index: 12;
    padding: 0rem 0.6rem;
    display: inline-block;
}

    #MapScaleDiv label {
        margin: 0 !important;
    }

#LatLong {
    background-color: rgba(0,0,0,0.7);
    border-radius: 4px;
    position: absolute;
    color: white;
    font-size: 0.7rem;
    font-weight: bolder;
    right: 0.5rem;
    bottom: 1rem;
    z-index: 12;
    padding: 0rem 0.6rem;
    display: inline-block;
}

.three_oneactive {
    border: 2px solid white !important;
	color:#3aff08;
}

.threeactive {
    border: 2px solid white !important;
	color:#3aff08;
	font-weight: bold;
    font-size: 2.2vh;
}



#sebarchart .highcharts-tooltip text {
    /*text-shadow: 0px 0px 4px #3A2224 !important;*/
    fill: black !important;
}
.nav-tabs{
    border:0 !important;
}

@media print {
    #print_execute_button2 {
        display: none;
    }


}

.map .esriMapContainer {
    margin: auto !important;
}

.menu-option {
    color: #5f5f5f;
    margin: 0rem 1rem;
    font-size: 0.9rem;
    vertical-align: middle;
    font-weight: bold;
}

    .menu-option:hover {
        text-decoration: none;
        color: #5f5f5f;
        font-weight: bold;
    }



.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}



    .btn-toggle.btn-xs:before,
    .btn-toggle.btn-xs:after {
        display: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        color: #6b7381;
    }

    .btn-toggle.active {
        background-color: #29b5a8;
    }



    .btn-toggle.btn-xs {
        margin: 0 0;
        padding: 0;
        position: relative;
        border: none;
        height: 1rem;
        width: 2rem;
        border-radius: 1rem;
    }

        .btn-toggle.btn-xs:focus,
        .btn-toggle.btn-xs.focus,
        .btn-toggle.btn-xs:focus.active,
        .btn-toggle.btn-xs.focus.active {
            outline: none;
        }

        .btn-toggle.btn-xs:before,
        .btn-toggle.btn-xs:after {
            line-height: 1rem;
            width: 0;
            text-align: center;
            font-weight: 600;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn-toggle.btn-xs:before {
            content: 'Off';
            left: 0;
        }

        .btn-toggle.btn-xs:after {
            content: 'On';
            right: 0;
            opacity: 0.5;
        }

        .btn-toggle.btn-xs > .handle {
            position: absolute;
            top: 0.125rem;
            left: 0.125rem;
            width: 0.75rem;
            height: 0.75rem;
            border-radius: 0.75rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn-toggle.btn-xs.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-xs.active > .handle {
                left: 1.125rem;
                transition: left 0.25s;
            }

            .btn-toggle.btn-xs.active:before {
                opacity: 0.5;
            }

            .btn-toggle.btn-xs.active:after {
                opacity: 1;
            }
