
  
  * {
    padding: 0;
    margin: 0;
  }
  
  .menu-wrapper {
    position: relative;
    /* max-width: 100px;*/
    height: 500px;
    margin: 1em auto;
    /*border: 1px solid black;*/
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .menu {
    height: 490px;
    background: transparent;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .menu .item {
   /* display: block;*/
    /*width: 42px;
    height: 42px;*/
   /* outline: 1px dotted gray;
    padding: 1em;*/
    /*box-sizing: border-box;*/
  }
  
  .paddle {
    position: absolute;
    right: 0;
    left: 0;
    width: 42px;
    z-index: 9999;
    height: 27px;
    /* border-radius: 50px; */
    background: #1b6093;
    color: #dae0d7;
    border: none;
    font-size: 20px;
    
  }
  
  .left-paddle {
    top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  
  .right-paddle {
    bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .hidden {
    display: none;
  }
  
  .print {
    margin: auto;
    max-width: 500px;
  }
  .print span {
    display: inline-block;
    width: 100px;
  }



  @media only screen and (max-width:768px) {
    .menu {
      height: 360px !important;
    }
    
    .menu-wrapper {
        height: 400px !important;
    }
  }
  
  
  .maptool-wrapper {
	position: absolute;
    z-index: 99;
    left: 25px;
    bottom: 45px;
  }
  
  #mapscaleresult {
    position: absolute;
    left: 70px;
    bottom: 50px;
    width: auto;
    padding: 3px 0px;
    z-index: 1;
    font-size: 14px;
}

.panelscale {
    background: #ffff !important;
    padding: 0.45rem;
    border-radius: 5px;
}

#mapscaleresult .form-inline {
    flex-flow: nowrap;
}

[mapscale] .map-scale-container, [mapscale] .zoom-level-container {
    position: relative;
}

[mapscale] .map-scale-prefix {
    color: #fff;
    padding-right: 2px;
}

[mapscale] #map-scale-input {
    width: 100px;
}

#mapscaleresult input {
    color: white;
    background-color: rgb(60 60 60 / 80%);
    padding: 2px 10px;
    border: 1px solid #fff;
    height: 30px;
}

[mapscale] .icon {
    /* background-color: #fff; */
    margin-left: -20px;
    padding: 0 5px;
    cursor: pointer;
    color: #fff;
}

[mapscale] .map-scale-values-list {
    left: 52px;
    width: 100px;
}

[mapscale] .map-scale-values-list, [mapscale] .zoom-level-values-list {
    position: absolute;
    bottom: 20px;
    height: 150px;
    background-color: rgb(60 60 60 / 80%);
    border: 1px solid #fff;
    overflow-y: scroll;
    padding: 0;
    border-radius: 5px;
}

#mapscalevisible {
	position: absolute;
    z-index: 999;
    width: 35px;
    height: 35px;
    cursor: pointer;
    opacity: 0.011;
}

[mapscale] #zoom-level-input {
    width: 50px;
}

.scaleselect {
	color: #808080;
    background-color: #ffffff;
    padding: 2px 25px 2px 10px !important;
    border: 1px solid #808080 !important;
}

#mapscaleresult {
	position: absolute;
	left: 70px;
	bottom: 50px;
	width: auto;
	padding: 3px 0px;
	z-index: 1;
	font-size: 14px;
}

#mapscaleresult .form-inline {
	flex-flow: nowrap;
}

#mapscaleresult input {
	color: #808080;
    background-color: #ffffff;
    padding: 2px 10px;
    border: 1px solid #808080;
}


[mapscale] .map-scale-container,
[mapscale] .zoom-level-container {
	position: relative;
}

[mapscale] .map-scale-values-list,
[mapscale] .zoom-level-values-list {
	position: absolute;
	bottom: 20px;
	height: 150px;
	background-color: rgb(60 60 60 / 80%);
	border: 1px solid #fff;
	overflow-y: scroll;
	padding: 0;
	border-radius: 5px;
}

[mapscale] .map-scale-prefix {
	color: #fff;
	padding-right: 2px;
}

[mapscale] #map-scale-input {
	width: 100px;
}

[mapscale] #zoom-level-input {
	width: 50px;
}

[mapscale] .map-scale-values-list {
	left: 52px;
	width: 100px;
}

[mapscale] .zoom-level-values-list {
	left: 80px;
	width: 50px;
}

[mapscale] ul li {
	list-style-type: none;
	color: #fff;
	cursor: pointer;
	padding: 2px 10px;
	border-radius: 5px;
}

[mapscale] li:hover {
	background-color: #3D9BD2;
}

[mapscale] .icon {
	/* background-color: #fff; */
	margin-left: -20px;
	padding: 0 5px;
	cursor: pointer;
	color: #fff;
}


/* Scrollbar */
[mapscale] ::-webkit-scrollbar {
	width: 4px;
}

/* Track */
[mapscale] ::-webkit-scrollbar-track {
	border-radius: 5px;
}

/* Handle */
[mapscale] ::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 5px;
}

.text-scale-white {
	color: #333333 !important;
}