
html, body {
        height: 100%;
        padding: 0;
        margin: 0;
        font-size: 12px;
      }
/**********Select for base map***********/
#map {
    height: calc( 100vh - 50px )
}

.selector_div_class{
    position: absolute;
    left: 70px;
    top: 130px;
    z-index: 10;
}
.msa_selector_div_class{
    position: absolute;
    left: 70px;
    top: 185px;
    z-index: 10;
}
#selector {
    padding: 8px;
    border-radius: 4px;
    border: 2px solid black;
    color: #000;
    font-size: 1.6em;
    background-color: #d4d4d4a3;
}

.overlayselector_div_class{
    width: 360px;
    position: absolute;
    left: 70px;
    top: 70px;
    z-index: 10;
}
.overlayselector, .fedBeigeBookDateSelector {
    padding: 8px;
    border-radius: 4px!important;
    border: 2px solid black!important;
    color: #fff!important;
    font-size: 1.6em;
    background-color: #4dc351!important;
}
.fedBeigeBookDateSelector {
    min-width: 220px!important;
}
.overlayselector .select2-selection__rendered, .fedBeigeBookDateSelector .select2-selection__rendered{
    color: #fff!important;
}
.overlayselector_dropdown, .fedBeigeBookDateSelector_dropdown {
    font-size: 1.5em;
    color: #fff!important;
    background-color: #4dc351!important;    
}
.overlayselector_dropdown ul, .fedBeigeBookDateSelector_dropdown ul {
    background-color: #4dc351!important;
}
.overlayselector_dropdown ul li:hover, .fedBeigeBookDateSelector_dropdown ul li:hover {
    background-color: #4dc351;
}
.overlayselector_dropdown input, .fedBeigeBookDateSelector_dropdown input{
    margin-left: 0px;
}
.select2-container .select2-selection--single{
    height : auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-width: 10px 4px 0 4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 4px 10px 4px;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #818181;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

/*
#overalyselector{
        position: absolute;
        left:5%;
        z-index:10;
        padding:8px;
        border-radius:4px;
        border: 2px solid gray;
        color:#666;
        top:20px;
        font-size:1.6em;
        }
*/
#layerselector{
        position: absolute;
        right:25%;
        z-index:10;
        padding:5px;
        border-radius:4px;
        color:#666;
        top:20px;
        }

#us_button {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 136px;
}

.us_button_image {
    padding: 0px;
    width: 49px;
    height: auto!important;
    filter: drop-shadow(0 0 0.35rem #87F);
}

#market_print_button, #marketGrowthGroups_print_button {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 177px;
}

.market_print_button_image {
    padding: 0px;
    width: 49px;
    height: auto!important;
    margin: 0px 0px -9px 0px;
    filter: drop-shadow(0 0 0.35rem #87F);
}

#zipcode_show_div {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 170px;
}

#recovered_markets_show_div {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 232px;
    display: none;
}

#county_show_div {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 208px;
}

#city_show_div {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 247px;
}

#opportunity_zone_show_div {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 286px;
}

#national_summary_div {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 177px;
    display: none;
}

#beigies_award_div {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 235px;
    display: none;
}

#national_summary_div img, #beigies_award_div img{
    padding: 0px;
    width: 49px;
    height: auto!important;
    margin: 0px 0px -9px 0px;
    filter: drop-shadow(0 0 0.35rem #87F);
}

#timeline_slider_wrap_div{
    position: absolute;
    left: 10px;
    z-index: 10;
    bottom: 186px;
}

.checkbox_label {
    text-shadow: 0 0 0.2em #87F, 0 0 0.2em #87F,  0 0 0.2em #87F
}

.printingNotify {
    position: absolute;
    right: 60px;
    top: 17px; 
    font-size: 22px;
    color:#e8f700;
}

.printCheckbox {
    display: flex;
    align-items: center;
}

.printCheckbox input {
    width: 30%;
    top: 0px;
}

/********************leaflet**********************************/
.leaflet-left {
    /* z-index: 10!important; */
}

.leaflet-bottom.leaflet-left {
    height: 40px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 40px;
    margin-left: 15px;
    bottom: 0px;
}

.leaflet-control-attribution, .cartodb-logo {
    display: none!important;
}

#categories{
    text-align: center;
}
/* LIST of geocoded addresses*/
#results{
    background-color: #fff;
    width: 90%;
    list-style: none;
    cursor: pointer;
    width: 75%;
    align-content: center;
    margin-left: 5%;
    border-radius: 5px;
    overflow:auto;
    box-shadow: 10px 5px 5px gray;

}
ul li:hover {
  background-color: yellow;
  
}
ul li input[type=image]:hover {
    background-color: yellow;
}

#drawer-content img{
    padding-right:5px;
    padding-left: 10px;
    cursor:pointer;
}

p{
font-size:1.05em;
}
td:hover {
    /*color: #01579B;*/
}
/********** Legend ***************/
.legend {
    position: absolute;
    bottom: 45px;
    left: 15px;
    height: auto;
    width: auto;
    z-index: 10;
    list-style-type: none;

    padding: 13px 15px 14px;
    font: 400 13px Helvetica,Arial;
    color: #858585;
    text-align: left;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 4px 2px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 4px 2px;
    box-shadow: rgb(0 0 0 / 20%) 0 0 4px 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    background: #fff;
}

.legend-content{
    font: 800 12px/16px 'Helvetica,Arial';
}
.legend-content > li {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    text-transform: uppercase;

    position: relative;
    margin: 0 0 7px;
    font-size: 10px;
    color: #666;
    font-weight: 700;
    font-family: Helvetica,Arial;
    text-transform: uppercase;
    text-align: left;
    height: 10px;
    line-height: 10px;
    vertical-align: middle;
}
.legend-content > li:last-child {
    margin-bottom: 0;
}

.bullet {
    float: left;
    margin: 0 5px 0 0;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 2px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 1000;
}

.legend-content div.bullet{
    border-radius: 0px!important;
    width:11px!important;
}
.legend-content .enLegend{
    background-image: url(/media/images/plus.png)!important;
    background-position: center;
    background-size: 66%;
    background-repeat: no-repeat;
    border-color: #ffffff;
    height: 4px;
}
.legend-content .dnLegend{
    background-image: url(/media/images/minus.png)!important;
    background-position: center;
    background-size: 66%;
    background-repeat: no-repeat;
    border-color: #ffffff;
    height: 4px;
}
.legend-content .emergingLegend{
    background-image: url(/media/images/E.png)!important;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    border-color: #ffffff;
    height: 4px;
}
.legend-content .slowingLegend{
    background-image: url(/media/images/S.png)!important;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    border-color: #ffffff;
    height: 4px;
}
.legend-content .opportunityLegend{
    background-size: cover!important;
    background-image: url(/media/images/opportunity.png)!important;
}

.legend-content .gradient_legend_container {
    display: flex;
}
.legend-content .square {
    width: 50px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-weight: bold;
    margin: 0;
    text-shadow: -1px -1px 1px white, 1px -1px 1px white, -1px 1px 1px white, 1px 1px 1px white;
    border: 1px solid rgba(0,0,0,.2);
}

.legend-content .legend-title {
    margin: 0 0 10px;
    font-size: 11px;
    text-transform: uppercase;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 12px!important;
    margin-left: 15px!important;
}
/********** Point deleted window ***************/
.ui-dialog-content ui-widget-content{
	background-color:#4caf50;
}
/*************** Categories ****************/
div.catchange_child{
background-color:#fff;
margin-right:75px;
}
/********** Buttons for Carto layers ***************/
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.6em;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: #e0e0e0; 
    color: black; 
    border: 2px solid #4CAF50;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}

.button2 {
    background-color: #e0e0e0; 
    color: black; 
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;
}

/*Stuff for right panel************************************/

#intro-wrap {
    position: absolute;
    z-index: 1;
    border-left: 25px solid rgba(0,0,0,.2);
    width: 0;
	right:0;
}
#contentWrap{
    background: rgba(0,0,0,.8);
    padding: 15px 40px 25px 30px;
	width:200px;
}

#intro-wrap h1 {
    font-family: "PT Sans Narrow";
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}

#intro-wrap p {
    line-height: 19px;
    color: #999;
}
.open-intro,
.close-intro {
        position: absolute;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height: 25px;
    z-index: 50;
    padding-left: 15px;
}
.open-intro {
    display: none;
    background: yellow 
}
.close-intro {
    background: red; 
}
input{
    font-size:1.3em;
    width:90%;
    margin-left:5px;
    padding:2px;
}

#id_colorBlind {
    width: auto;
    vertical-align: top;
}

.setting-submit-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/*Dialog box for deleting a point */
/*#dialog {
    position: absolute;
    height: auto;
    width: 300px;
    top: 126px;
    left: 139.5px;
    display: block;
    z-index: 1500;
    background: rgb(255,255,255);
}
*/
/************************Change user name************************************/
#userChange{
  	margin: auto;
  	max-width: 400px;
  	border: 3px solid #73AD21;
  	padding: 10px;
	margin-top:25px;
}
#submitUser{
}

input[type=submit] {
  	background-color: #4CAF50;
  	color: white;
  	border: none;
  	border-radius: 4px;
  	cursor: pointer;
    margin-top: 5px;
    width: 100px;

}

input[type=submit]:hover {
  background-color: #45a049;
}
/************************tr for folders************************************/
tr#element:hover{
    background-color: blue;
    cursor: pointer;

}
/********************Tooltip text**********************************/
.leaflet-tooltip {
    opacity: 1!important;
    background: rgba(235, 235, 235, 0.81);
    background-clip: padding-box;
    border-color: rgba(0,0,0,0.25);
    border-radius: 4px;
    border-style: solid;
    border-width: 4px;
    color: #111;
    display: block;
    font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 1px 6px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    z-index: 6;
}

.leaflet-tooltip-bottom:before {
    top: -4px;
    border-bottom-color: inherit;
}
.leaflet-tooltip-left:before {
    right: -4px;
    border-left-color: inherit;
}
.leaflet-tooltip-right:before {
    left: -4px;
    border-right-color: inherit;
}
.leaflet-tooltip-pane {
    z-index: 400;
}