.ol-title{

display: none;

}

.ol-legend > ul.ol-legend 
{
  display: none;
}

#layerLegend 
{
  text-align: left;
}

.ol-legend > canvas 
{
    float: left;
    margin: 20px;
    padding-left:10px;
}
.ol-legend > div.ol-legend 
{
  position: relative;
  text-align: left;
}

.ol-layerswitcher .panel {
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  text-align: left;
  margin: 0px;
}

.ol-control.ol-legend button.ol-closebox 
{
    top: 3px;
    right: 3px;
    size: 20px;
}

  .ol-scale-line 
  {
    right: 2em;
    left: auto;
    bottom: 4em;
    background-color:rgb(100, 100, 100);
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .ol-control-title {
    height: 2em;
  }
  .ol-print-compass {
    top: 1.5em!important;
  }

  .ol-control.ol-print {
    top: 4em;
    right: 1.5em;
    position:absolute;
    bottom: auto;
    left: auto;
    background-color:rgb(150, 150, 150);
    color:rgb(74, 74, 74)!important;

  }

  .ol-print{

    display: none;

  }

  .ol-zoom 
  {
    top: 0.5em;
    right: 1.5em;
    position:absolute;
    bottom: auto;
    left: auto;
    background-color:rgb(150, 150, 150);
    display: none;
  } 

  .ol-layerswitcher .layerInfo {
    background: rgb(100, 100, 100);
  }

  .ol-layerswitcher .expend-layers:before,
.ol-layerswitcher .collapse-layers:before {
  background: rgb(74, 74, 75);
  height:1px;
  width: 12px
}

.ol-layerswitcher .expend-layers:after {
  width:1px;
  height: 12px;
  background:rgb(74, 74, 75);
}

.ol-layerswitcher .layerup {
  height:2em;
  background-color: rgb(74, 74, 75);
  opacity: 0.5;
  width: 0.5em;
}

.ol-layerswitcher .layerup:before,
.ol-layerswitcher .layerup:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0.2em 0.2em 0;
  content: "";
  height: 0;
  position: absolute;
  bottom: 3px;
  left: 0.1em;
  width: 0;
}

.ol-layerswitcher .layerswitcher-opacity {

  border: 1px solid rgb(74, 74, 75);
  height: 3px;
  width: 120px;
  margin:5px 1em 10px 7px;
  border-radius: 3px;
  background: rgb(200, 200, 200);

}

.ol-layerswitcher .layerswitcher-opacity .layerswitcher-opacity-cursor,
.ol-layerswitcher .layerswitcher-opacity .layerswitcher-opacity-cursor:before {
  width: 12px;
  height: 5px;
  top: 50%;
  left: 50%;
  background: rgb(100,100,100);
  border-radius: 25%;
}

.ol-layerswitcher [type="checkbox"]:checked + label:after {
  background: transparent;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: rgb(255, 255, 255);
    width: 0.4em;
    height: 0.6em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0.35em;
    top: 0.35em;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
            box-shadow: 0px 0px 0px 0px #fff;
}


.ol-layerswitcher [type="checkbox"] + label:after{
  content: '';
  position: absolute;
  left: 0.1em; 
  top: 0.35em;
  width: 0.9em; height: 0.9em; 
  border: 1px solid rgb(74, 74, 74);
  background: rgb(255, 255, 255);
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
}

.ol-layerswitcher [type="checkbox"] + label:before{
  content: '';
  position: absolute;
  left: 0.1em; 
  top: 0.35em;
  width: 0.9em; height: 0.9em; 
  border: 1px solid rgb(74, 74, 74);
  background: rgb(74, 74, 74);
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
}

.ol-layerswitcher .layerswitcher-progress div {
  background-color: rgb(100,100,100);
}


