 #mapDiv {
     font-family: 'Roboto',sans-serif;
	 width:99.999%;
     padding: 0;
     margin: 0;
 }
 .mapContainer {
	 opacity:0;
	 -webkit-transition: opacity 1s ease;  
	 -moz-transition: opacity 1s ease;  
	 transition: opacity 1s ease;
 }
 
.esriPopup{
    font-family: 'Roboto',sans-serif;
}

.esriPopup .titlePane {
    line-height: 18px;
    padding-right: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
	padding-left: 9px;
}

.esriPopup .titlePane .orange {
    background-color: #0C4DA2;
}
.esriPopup .titlePane .blue {
    background-color: #0C4DA2;
}
.esriPopup .actionsPane .zoomTo {display: none; } 
.esriPopup .titleButton.maximize {display: none; }  

.noPowerOutageDiv {
    position: absolute;
    float: left;
    width: 250px;
    height: 50px;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 110;
    background-color: #4FAF55;
    text-align: center;
    line-height: 50px;
    color: white;
}

.map {
    background-color: black;
}

.selectedTab{
	color: #e6eff6;
    background-color: #034ea1;
}

#myLegend {
    position: absolute !important;
    bottom: 15px;
    left: 10px;
    z-index: 10;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
    background-color: rgba(255, 255, 255, 0.8);
    width: 159px;
    padding-top: 6px;
}

.esriLegendLayerLabel {
    display: none;
}
.esriLegendLayer {
    width: 170px;
}

#myLegendConstruction {
    position: absolute !important;
    bottom: 15px;
    left: 10px;
    z-index: 10;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 6px;
    max-height: 70%;
    overflow: auto;   
}
#myLegendConstruction_constructionPoints {
    padding-bottom: 0px;
}

.esriLegendService {
    padding-bottom: 5px;
}
/*thin scroll bar*/
.scroll::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
.scroll::-webkit-scrollbar{
  width: 7px;
  background-color: #F5F5F5;
}
.scroll::-webkit-scrollbar-thumb{
  background-color: #5e5e5e;
  border: 2px solid #555555;
}


.esriPopup .titleButton.prev {
    right: 38px;
    top: 3px;
    transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
}
.esriPopup .titleButton.next {
    right: 20px;
    top: 3px;
    transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
}
.disclaimerDiv {
	position: absolute;
    float: left;
    width: 342px;
    height: 65px;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    margin: auto;
    z-index: 110;
    background-color: #FFA500;
    text-align: center;
    line-height: 21px;
    color: white;
}

 .establishmentsInfoDiv {
	position: absolute;
    float: left;
    width: 292px;
    height: 103px;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    margin: auto;
    z-index: 110;
    background-color: #0C4DA2;
    text-align: center;
    line-height: 21px;
    color: white;
}

.establishmentsInfoDiv .layer_close, .disclaimerDiv .layer_close, .noPowerOutageDiv .layer_close  {
    position:absolute;
	background:#FFFFFF;
	-moz-border-radius: 11px;
    text-align:center;
	font-weight:600;
    -ms-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    font-size: 13px;
    height: 16px;
    line-height: 14px;
    right: -6px;
    top: -6px;
    width: 16px;
    color: black;
}

.establishmentsInfoDiv .layer_close:hover, .disclaimerDiv .layer_close:hover, .noPowerOutageDiv .layer_close:hover  { 
	background-color:#EAEAEA;
	cursor:pointer;
}

.esriSimpleSliderTL {
    left: 9px;
    top: 45px;
}

 #toogleMap{
    width: 70px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 53px;
    z-index: 1;
    border: #ffffff;
    border-width: 2px;
    background-image: url('mapExtras/mapV2.png');
    border-style: solid;
    cursor:pointer;
 }
 #toogleMapText {
    padding-top: 16px;
    font-size: 13px;
     color: #ffffff;
    padding-left: 2px;
 }

 #HomeButton {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 30px;
    height: 30px;
    z-index: 50;
    border: 1px solid #57585A;
    background-color: #FFF;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
#mapButtons+div#mapDiv #HomeButton {
    top: 53px;
}

#HomeButton:hover {
    background-color:#eeeeee;
    background-color:rgba(238,238,238,0.90);
}

#HomeButton .home {
	background: url("mapExtras/home_locate.png") no-repeat 0 0;
	width: 30px;
	height: 30px;
}

#HomeButton .home:focus  {
    outline: none;
    outline-width: 0;
}

.esriAttribution {
    background: rgb(3,78,161);
    margin: 0;
    padding: 2px 4px;
    right: 0;
    font-size: 9px;
    color: #dadada;
}

.esriControlsBR {
    right: 0;
    bottom: -3px;
}

#myLegendPowerOutage {
   position: absolute !important;
   bottom: 14px;
   left: 10px;
   z-index: 10;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   background-color: rgba(255, 255, 255, 0.8);
   width: 136px;
   height: 98px;
   padding-bottom: 6px;
   display: none;
}

@media screen and (max-width:600px){
	.esriSimpleSliderTL {
        top: 50px;
	}
}
@media screen and (max-width:480px){
	.esriSimpleSliderTL {
        top: 54px;
	}
}