.ol-control,
.ol-scale-line {
   background-color: rgba(183, 183, 183, 0.6);
   padding: 0px;
}

.ol-control:hover {
    background-color: rgba(183, 183, 183, 0.6);
}

.ol-control button {
   background-color: rgba(255, 255, 255, 0.8);
   color: black;
   font-size: 1em;
   font-weight: normal;
   outline: none;
}

.ol-control button:focus {
   background-color: rgba(255, 255, 255, 0.8);
   outline: none;
}

.ol-control button:hover {
    text-decoration: none;
    background-color: white;
    outline: none;
}

.ol-full-screen {    
    top: 0.5em;
    left: 0.5em;
    right: auto;
 }

.ol-zoom {  
   top: 2.5em;
}

.ol-zoom button {
   font-weight: 700;
}

.ol-zoom.anim {  
   top: 3.5em;
}

.ol-control.fitmap {
   top: 6em;
   left: 0.5em;
}

   /*.ol-control.fitmap.anim {
      top: 8.5em;
      left: 0.5em;
   }*/

.ol-control.hidemap {
   top: 0.5em;
   left: 0.5em;
}

   /*.ol-control.hidemap.anim {
      top: 4.5em;
      left: 0.5em;
   }*/

.ol-control.measuremap {
   bottom: 2.0em;
   left: 0.5em;
}

.ol-control.measuremap button.selected {
    background-color: white;
    color: black;
}

.ol-control.addpointmap {
   bottom: 2.0em;
   left: 2.5em;
}

.ol-control.addpointmap button.selected {
    background-color: white;
    color: black;
}

.ol-control.followmap button.selected {
    background-color: white;
    color: black;
    font-weight: bold;
}

.ol-control.searchmap {
   top: 0.5em;
   left: 2.8em;
   border-radius: 2px 12px 12px 2px;
   background-color:  rgba(183, 183, 183, 0.6);
   /*background-color: rgba(0, 0, 0, 0.6);*/  
}
   .ol-control.searchmap > div.searchtype  {      
      display: inline-block;
      margin-right: 2px;
      vertical-align: middle;     
   }
      .ol-control.searchmap > div.searchtype > button  {
         display: inline-block;                 
         width: 1.6em;
         height: 1.6em;       
         vertical-align: middle;
         background-color: transparent;
         color: white;
      	cursor: pointer;
      }

      .ol-control.searchmap > div.searchtype > button.selected  {        
			background-color: white;			
         color: black;
      }    
      
      .ol-control.searchmap > div.searchtype > button + button  {
      	margin-left: 10px;		   
      }

   .ol-control.searchmap input {
      margin: 1px;
      padding: 0.2em 2em 0.2em 1em;
      border: none;
      border-radius: 12px 12px 12px 12px;
      background-color: rgba(255, 255, 255, 0.8);      
      vertical-align: middle;     
      color: black;
      outline: none;     
   }

   .ol-control.searchmap input + i {
      position: absolute;
      padding: 6px 0px;
      color: rgba(51, 51, 51, 0.22);
      right: 8px;
   }

.ol-control.invalidgps {
   top: 0.5em;
   right: 0.5em;
   padding: 0.2em 1.6em 0.2em 0.4em;
   border: 1px solid rgba(183, 183, 183, 0.6);
   border-radius: 4px;   
   background-color:  rgba(183, 183, 183, 0.6); 
}

   .ol-control.invalidgps > span.title {
      vertical-align: middle;      
      color: red;
      font-size: 1.2em;     
   }
   
   .ol-control.invalidgps > div.item {
      display: inline-block;
		position: relative;
		margin-left: 1.2em;
   }

      .ol-control.invalidgps > div.item > img {
         width: 22px;
         height: 30px;
      }

      .ol-control.invalidgps > div.item > span.count {
         position: absolute;
         bottom: -2px;
         left: 20px;
         border: 0px solid white;
         border-radius: 50%;
         color: black;
         /*background-color: rgba(255, 0, 0, 0.60);*/
         font-size: 0.8em;
         font-weight: bold;
      }

    .ol-control.invalidgps > div.item:hover {      
        cursor: pointer;
     }

.ol-scale-line-inner {
   border: 0px;
   border-radius: 2px;
   background-color: rgba(255, 255, 255, 0.8);
   color: black;
}