﻿
#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;
}
#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;
}




body, html {
    height: 100vh;
}



.headerx {
    height: 8vh;
}

.navbarx {
    height: 3vh;
}

.navbar {
    width: 100%;
    padding: 0rem !important;
    font-size: 0.8rem !important;
}

.nav-item {
    margin-right: 1.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;
}
#ind_smry {
    font-size: 0.8rem;
    width: 20rem;
    top: 0%;
    right: 1%;
    position: absolute;
    z-index: 999;
    opacity: 0.9;
    font-weight: 600;
    background-color: rgba(0, 66, 0,1);
    padding: 0.4rem 0.8rem;
    color: white;
}
#info1 {
    font-size: 0.8rem;
    width: 14rem;
    top: 50%;
    right: 1%;
    position: absolute;
    z-index: 999;
    opacity: 0.9;
    font-weight: 600;
    background-color: rgba(1, 1, 21,1);
    padding: 0.4rem 0.8rem;
    color: white;
	-webkit-animation: slide-down-toc 0.8s ease-out;
	-moz-animation: slide-down-toc 0.8s ease-out;
}
#info_tempdiv {
    font-size: 0.8rem;
    width: 17rem;
    top: 50%;
    right: 1%;
    position: absolute;
    z-index: 998;
    opacity: 0.9;
    font-weight: 600;
    background-color: #038014;
    padding: 0.4rem 0.8rem;
    color: white;
}
#msrment {
    position: absolute;
    top: 1rem;
    left: 8%;
    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;
}
#tempdiv_proinfo {
    font-size: 0.8rem;
    width: 17rem;
    top: 50%;
    right: 1%;
    position: absolute;
    z-index: 997;
    opacity: 0.9;
    font-weight: 600;
    background-color: white;
    padding: 0.4rem 0.8rem;
    color: rgba(1, 1, 21,1);
}

        @-webkit-keyframes slide-down-toc {
		    0%   {right: 1%; top: 0%;}
		    100% {right: 1%; top: 50%;}
	    }
	    @-moz-keyframes slide-down-toc {
		    0%   {right: 1%; top: 0%;}
		    100% {right: 1%; top: 50%;}
	    }
svg {
    border: 0px solid black !important;
}
/*#stackedchart .highcharts-tooltip-box {
            fill: black !important;
            fill-opacity: 0.6 !important;
            stroke-width: 0 !important;
        }*/
/*#stackedchart .highcharts-yaxis-title text {
    fill: #ffffff;
}*/
#stackedchart .highcharts-yaxis-title {
    fill: #ffffff !important;
}
#LineStatusChart .highcharts-yaxis-title {
    fill: #ffffff !important;
}
#stackedchart .highcharts-tooltip text {
    /*text-shadow: 0px 0px 4px #3A2224 !important;*/
    fill: black !important;
}


#myspan2 {
    float: right;
}

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%;
}

.esriSimpleSliderTL {
    top: 0.9rem;
    left: 0.9rem;
    zoom: 0.7;
}
.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: linear-gradient(60deg, #045154, #012829);
    padding: 10px 15px;
    color: #ffffff;
    font-size: 0.9rem !important;
}



.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;
    bottom: 5%;
    left: 10rem;
    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: 7%;
    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;
}
.w3-bar-item{
    font-size: 11px;
    font-weight: 600;
    padding: 7px 9px !important;
    text-align: center;
    display: grid !important;
    gap: 5px;
} 
.w3-bar-item span + span {
    background: rgb(255 255 255 / 72%);
    padding: 2px;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
}
.w3-bar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    &:before{
        content: none;
    }
}
#sebarchart .highcharts-tooltip text {
    /*text-shadow: 0px 0px 4px #3A2224 !important;*/
    fill: black !important;
}
.nav-tabs{
    border:0 !important;
}
#ftco-navbar ul{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.table #dftbl_body td, .table th {
    padding: .45rem;
    font-size: 13px;
}
#home {
        position: absolute;
    z-index: 9999;
    top: 63px;
    height: 36px;
    width: 36px;
    font-size: 2vh;
    left: 45px;
    display: grid !important;
    place-content: center;
    cursor: pointer;
    color: #ffffff;
    background: #2767ab;
    border: 1px solid #ffffff73;
    border-radius: 7px;
}
.esriControlsBR {
    left: 50% !important;
    right: auto !important;
    bottom: 108px !important;
    margin: 0 auto;
    transform: translate(-50%, 0%);
}
.inputdate {
    position: relative;
    width: 150px;
    height: 20px;
    color: white;
}

    .inputdate:before {
        position: absolute;
        top: 3px;
        left: 3px;
        content: attr(data-date);
        display: inline-block;
        color: black;
        background-color: white;
        width: 70%;
    }

 

.knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    /*top: 50%;*/
    width: 74px;
    height: 38px;
    /* margin: -20px auto 0 auto;*/
    overflow: hidden;
}

    .button.r, .button.r .layer {
        border-radius: 100px;
    }

    .button.b2 {
        border-radius: 2px;
    }

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #4f6169;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
    content: 'Map';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 40px;
    height: 30px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #03A9F4;
    border-radius: 50px;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before {
    content: 'Chart';
    left: 30px;
    background-color: #f44336;
}

#button-1 .checkbox:checked ~ .layer {
    background-color: #c1ae4d;
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer {
    transition: 0.3s ease all;
}

/* Search box css start*/

::selection {
    color: #fff;
    background: #664AFF;
}

.wrapper {
    max-width: 400px;
    width:400px;
    /* margin: 150px auto;*/
}

    .wrapper .search-input {
        background: #fff;
        width: 100%;
        border-radius: 5px;
        position: relative;
        box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
    }

.search-input input {
    height: 35px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 11px;
    font-weight:600;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.search-input .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.search-input.active .autocom-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
    background: #fff;
    position: absolute;
    z-index: 99999;
    width: 100%;
}

.autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.search-input.active .autocom-box li {
    display: block;
}

.autocom-box li:hover {
    background: #efefef;
}

.search-input .icon {
    position: absolute;
    right: 10px;
    top: 0px;
    height: 35px;
    width: 25px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #644bff;
    cursor: pointer;
}

/* Search box css end*/

/*table color change start*/
.member tr:hover {
    background-color: rgba(41, 103, 182, 0.89) !important;
    color: #FFF !important;
}

.member tr.selected {
    background-color: rgba(41, 103, 182, 0.89) !important;
    color: #FFF;
}
.ui-dialog {
    background-color: #ffffff !important;
    border-radius: 7px;
    padding: 5px;
}

    .ui-dialog .ui-dialog-titlebar {
        border-radius: 5px 5px 0px 0px;
        background-color:
    }
    .ui-dialog .ui-dialog-content 
{
    width:100%;
}
    .ui-dialog .ui-dialog-titlebar-close {
        width: 19px;
        height: 18px;
    }
    .ui-dialog .ui-dialog-title {
        padding: 0 1px;
        font-size: 1.091em;
        color: #fff;
    }
    .ui-dialog[aria-describedby="dd_dialog"] .ui-dialog-content {
        overflow-x: hidden;
    }
/*.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #CFF5FF;
}*/
/*table color change end*/

.close_tbl_btn{
        position: absolute;
    width: 27px;
    height: 27px;
    color: #fff;
    background: #F44336;
    box-shadow: 0px 5px 10px 0px #0000004f;
    top: -15px;
    right: 15px;
    display: grid;
    place-content: center;
    border-radius: 54px;
}

.esriPopup .contentPane {
    padding: 10px !important;
    border-radius: 9px !important;
}
.esriPopup .contentPane {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.contentPane {
    height: auto !important;

    table {
        height: auto !important;
        border: 1px solid #dee2e6;
        width: 100%;
        margin-bottom: 0rem;
        color: #212529;

        td,
        th {
            border: 1px solid #dee2e6;
            padding: 7px;
        }
    }
}

@media screen and (max-width:768px){
    #ftco-navbar ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
}
    .table#dftbl th {
    white-space: nowrap;
}
    #status_chart{
        height: 28vh;
    }
    .esriControlsBR {
        left: 0% !important;
    right: auto !important;
    bottom: 140px !important;
    margin: 0 auto;
    transform: translate(10px, 0%);
}
}