.annotation-action-icon {
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
    padding: 0 5px 0 5px;
}

.annotation-action-icon:hover {
    transform: translateY(5px);
}

.button-icon {
    cursor: pointer;
}

.button-icon:hover {
    transform: translateY(5px);
}



.inline-icon {
    vertical-align: bottom;
    font-size: 24px !important;
    padding-right: 10px !important;
 }








 /**** Custom styles for noUiSlider ****/
.noUi-connect {
	background: purple;
}
.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
	background: purple;
}
.noUi-target.noUi-horizontal .noUi-tooltip {
	background-color: purple;
}

/**** Custom styles for Range ****/
input[type=range]::-webkit-slider-thumb {
  background-color: skyblue;
}
input[type=range]::-moz-range-thumb {
  background-color: skyblue;
}
input[type=range]::-ms-thumb {
  background-color: skyblue;
}
/* For the globe and the text inside */
input[type=range] + .thumb {
  background-color: blue;
}
input[type=range] + .thumb.active .value {
  color: #fff;
}



.color-anom-FFCC{
  color:rgb(246,76,68);
}

.color-anom-Const{
  color:rgb(255,115,223);
}

.color-anom-Cruza{
  color:rgb(0,77,168);
}

.color-anom-Farolas{
  color:rgb(230,0,0);
}

.color-anom-Electr{
  color:rgb(130,130,130);
}

.color-anom-Muros{
  color:rgb(255,115,223);
}

.color-anom-Rios{
  color:rgb(151,219,242);
}

.color-anom-Terreno{
  color:rgb(230,152,0);
}

.color-anom-arbolado-MUYALTO{
  color:rgb(56,14,51);
}

.color-anom-arbolado-ALTO{
  color:rgb(120,33,112);
}

.color-anom-arbolado-MEDIO{
  color:rgb(216,109,205);
}

.color-anom-arbolado-BAJO{
  color:rgb(242,206,239);
}

.color-anom-arbolado-MTO{
  color:rgb(56,168,0);
}