
.legendPanel{
/*  min-width: 310px;   */
  max-height: 500px;
  overflow: auto;
}
.loading-message{
  color: #242A31;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  width: 90%;
}
.esriLegendLayerLabel {
  color: #242A31;

}
.esriLegendLabelName.asFeatureLayer{
  color:blue;
}

.esriLegendLayerVisibilityTag{
  color: #242A31;
}

.esriLegendfadeControl  {
  position: relative;
  top: 4px;
  right: 0px;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    
  padding : 8px;  
}
.esriLegendfadeControl  .slider-track{

  height: 3px;   
  background: #C1C1C1;
  border-radius:5px; 
 right: 0px;
    position: absolute;
    width: 99% !important;
}
.esriLegendfadeControl .slider-track-low{
  background: #242A31;
}
.esriLegendfadeControl .slider-track-handler{background: white;
  border: thin outset #f1f1f1;
  border-radius:20px;
  height: 10px;
  width: 10px;
  margin-top: -5px;   
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.53);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.53);
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.53);
}

.esriLegend-icon-font{
  font-family: "ludygisfonticon" !important; 
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.esriLegend-showHide{
  margin-right: 5px !important;
}
.esriLegend-showHide:before {
  content: "N";
}
.esriLegend-showHide.unchecked {
  opacity: 0.5;
}
.esriLegend-showHide.checked {
  opacity: 1;
}
.esriLegend-openCloseTree{
 font-size: x-small !important;
}
.esriLegend-openCloseTree.close-tag:before{
 content: "G";
} 
.esriLegend-openCloseTree.open-tag:before {
 content: "H";
} 