@font-face {
  font-family: Roboto-Bold;
  src: url("Roboto-Bold.ttf");
}
select {
  font-size: 12px !important;
  color: #000 !important;
  font-family: Roboto-Bold, serif !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

body {
  background: rgba(43, 191, 156, 0.2);
  overflow-x: hidden;
  /* Hide scrollbars */
}

html {
  font-size: 12px !important;
  color: #000 !important;
  font-family: Roboto-Bold, serif !important;
}

* {
  font-size: 12px !important;
  color: #000 !important;
  font-family: Roboto-Bold, serif !important;
}

html * {
  font-size: 12px !important;
  color: #000 !important;
  font-family: Roboto-Bold, serif !important;
}

#map {
  height: 932px;
}

label {
  color: #5a4dc6 !important;
  z-index: 200;
}

li {
  color: #5a4dc6 !important;
  z-index: 200;
}

img {
  max-width: 100%;
  max-height: 100%;
}

#bigMapImageDiv {
  width: auto;
  /* Can be in percentage also. */
  height: 70%;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  top: 9%;
}

::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #dedede;
  border-radius: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  color: #5a4dc6 !important;
  border: 2px solid white !important;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container input:checked ~ .checkmark {
  background-color: #5a4dc6;
  border: none;
  height: 20px;
  width: 20px;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 2px solid #bfbfbf;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bfbfbf;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #5a4dc6;
}
input:checked + .slider:before {
  transform: translateX(16px);
}

input:focus + .slider {
  box-shadow: 0 0 1px #5a4dc6;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

a {
  color: #5a4dc6 !important;
}

input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -3px;
  position: relative;
  background-color: #5a4dc6;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type="checkbox"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -3px;
  position: relative;
  background-color: #5a4dc6;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

::-moz-placeholder {
  opacity: 0.5;
}

::placeholder {
  opacity: 0.5;
}

svg:hover {
  fill: red;
}

#numObjects {
  position: absolute;
  z-index: 20;
  top: 180px;
  right: 155px;
}

#numFeatures {
  position: absolute;
  z-index: 20;
  top: 40px;
  right: 20%;
}

#countFeatureAddress {
  position: absolute;
  z-index: 20;
  top: 40px;
  left: 80.2%;
}

#countNumberFeatures {
  position: absolute;
  z-index: 20;
  top: 40px;
  left: 90%;
}

#countObjAddress {
  position: absolute;
  z-index: 20;
  top: 20px;
  left: 80.2%;
}

#countNumObjects {
  position: absolute;
  z-index: 20;
  top: 180px;
  right: 20px;
}

.ol-control {
  background-color: transparent !important;
}
.ol-control button {
  background-color: #2bbf9d !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 20000 !important;
  cursor: pointer;
  outline: none;
  border-radius: 4px !important;
  transition: 0.5 !important;
}
.ol-control button:hover {
  opacity: 0.8 !important;
  background-color: #0e4034 !important;
}
.ol-control #btnZoomExtent,
.ol-control #clearFeaturesBt {
  background-color: #bfbfbf !important;
}

#btnZoomExtent {
  background-color: #bfbfbf;
}

#changeMiniatureBt {
  background-color: #bfbfbf !important;
  display: none;
}

.map .ol-attribution,
.map .ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: calc(100% - 215px);
}

.ol-zoom-in {
  font-size: 40px !important;
  width: 30px !important;
  height: 30px !important;
  color: white !important;
  border-radius: 3px !important;
}

.sweet-alert {
  position: absolute !important;
  top: 20% !important;
}

.ol-zoom-in-hover {
  background-color: black;
}

.ol-compass {
  font-size: 40px !important;
}

.ol-rotate {
  position: absolute !important;
  left: 2px !important;
  top: 2px !important;
  z-index: 50;
}

.ol-zoom {
  position: absolute !important;
  left: unset !important;
  top: 5px !important;
  right: 152px !important;
  width: 90px !important;
  height: 42px !important;
}

.ol-zoom-out {
  font-size: 40px !important;
  position: absolute;
  top: 2px;
  left: 50px !important;
  width: 30px !important;
  height: 30px !important;
  color: white !important;
  border-radius: 3px !important;
}

.undo {
  position: absolute;
  top: 5px;
  right: 52px;
}

.exitBigMaps {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
  background-color: #2bbf9d;
  position: absolute;
  top: 20px;
  right: 15px;
  visibility: hidden;
  cursor: pointer;
  transition: 0.5s;
}

.exitBigMaps:hover {
  opacity: 0.8;
  background-color: #0e4034 !important;
}

#exitMiniature {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
  background-color: #2bbf9d;
  position: absolute;
  top: 20px;
  right: 15px;
  visibility: hidden;
  cursor: pointer;
  transition: 0.5s;
}

#exitMiniature:hover {
  opacity: 0.8;
  background-color: #0e4034 !important;
}

#imageMiniature {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
  background-color: #2bbf9d;
  position: absolute;
  top: 20px;
  right: 250px;
  visibility: hidden;
  cursor: pointer;
  transition: 0.5s;
  z-index: 500;
}

#imageMiniature:hover {
  opacity: 0.8;
  background-color: #0e4034 !important;
}

#generateJsonBigMaps {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
  background-color: #2bbf9d;
  position: absolute;
  top: 20px;
  right: 400px;
  visibility: hidden;
  cursor: pointer;
  transition: 0.5s;
  z-index: 500;
}

#generateJsonBigMaps:hover {
  opacity: 0.8;
  background-color: #0e4034 !important;
}

#imageMap {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
  background-color: #2bbf9d;
  position: absolute;
  top: 20px;
  right: 25%;
  visibility: hidden;
  cursor: pointer;
}

#imageMap:hover {
  opacity: 0.8;
  background-color: #0e4034 !important;
}

#exitSignature {
  background-color: #2bbf9d !important;
  pointer-events: auto;
  cursor: pointer;
}

#exitSignature:hover {
  opacity: 0.8;
  background-color: #0e4034 !important;
}

#incRightBt,
#decRightBt,
#incUpBt,
#decUpBt,
#incLeftBt,
#decLeftBt,
#incDownBt,
#decDownBt {
  background-color: #5a4dc6 !important;
  width: 20px !important;
  height: 20px !important;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
  z-index: 10000;
  transition: 0.5s;
}
#incRightBt:hover,
#decRightBt:hover,
#incUpBt:hover,
#decUpBt:hover,
#incLeftBt:hover,
#decLeftBt:hover,
#incDownBt:hover,
#decDownBt:hover {
  opacity: 0.8;
  background-color: #1e1d42 !important;
}

#editBt,
#buttonLeft,
#buttonRight,
#clearFeaturesBt {
  box-shadow: 0px 6px 10px rgba(39, 211, 171, 0.3019607843);
  transition: 0.5s;
}

#undoBt,
#redoBt {
  background-color: #5a4dc6 !important;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
  transition: 0.5s;
}

#undoBt:hover {
  background-color: #1e1d42 !important;
  opacity: 0.8;
}

#redoBt:hover {
  background-color: #1e1d42 !important;
  opacity: 0.8;
}

.changeMiniature {
  position: absolute;
  top: 5px;
  right: 102px;
}

.redo {
  position: absolute;
  top: 5px;
  right: 2px;
}

.upload {
  position: absolute;
  top: 5px;
  right: 102px;
}

.startMove {
  position: absolute;
  top: 60px;
  right: 200px;
}

.rotateRight {
  position: absolute;
  top: 60px;
  right: 102px;
}

.rotateLeft {
  position: absolute;
  top: 60px;
  right: 152px;
}

.zoomToExtent {
  position: absolute;
  top: 60px;
  right: 52px;
}

.clearFeatures {
  position: absolute;
  top: 60px;
  right: 2px;
}

.incRight {
  position: absolute;
  top: 44%;
  right: 40%;
}

.decRight {
  position: absolute;
  top: 44%;
}

.incUp {
  position: absolute;
  top: 7.2%;
  right: 49.5%;
}

.decUp {
  position: absolute;
  top: 10%;
  right: 49.5%;
}

.incLeft {
  position: absolute;
  top: 44%;
}

.decLeft {
  position: absolute;
  top: 44%;
}

.incDown {
  position: absolute;
  top: 79.9%;
  right: 49.5%;
}

.decDown {
  position: absolute;
  top: 77%;
  right: 49.5%;
}

#scaleNominatorLabel {
  position: absolute;
  top: 467px;
  right: 231px;
}

#formatLabel {
  position: absolute;
  top: 495px;
  right: 158px;
}

#widthLabel {
  position: absolute;
  top: 515px;
  right: 140px;
}

#heightLabel {
  position: absolute;
  top: 535px;
  right: 141px;
}

#priceLabel {
  position: absolute;
  top: 575px;
  right: 215px;
}

#classTeritory {
  position: absolute;
  top: 575px;
  right: 153px;
  display: none;
}

#areaBigMapTitle {
  position: absolute;
  top: 575px;
  right: 125px;
  visibility: hidden;
}

#priceLabelInfo {
  position: absolute;
  top: 590px;
  right: 22px;
}

#labelReal {
  position: absolute;
  top: 610px;
  right: 55px;
}

#geogWidthLabel {
  position: absolute;
  top: 630px;
  right: 190px;
}

#geogWidthLabelOb {
  position: absolute;
  top: 640px;
  right: 200px;
}

#geogHeightLabel {
  position: absolute;
  top: 660px;
  right: 191px;
}

#geogHeightLabelOb {
  position: absolute;
  top: 670px;
  right: 199px;
}

#DPILabel {
  position: absolute;
  top: 555px;
  right: 106px;
}

#currFormat {
  position: absolute;
  top: 495px;
  right: 20px;
}

#currWidth {
  position: absolute;
  top: 515px;
  right: 20px;
}

#currHeight {
  position: absolute;
  top: 535px;
  right: 20px;
}

#currWidthBigMaps {
  position: absolute;
  top: 515px;
  right: 20px;
  visibility: hidden;
}

#currHeightBigMaps {
  position: absolute;
  top: 535px;
  right: 20px;
  visibility: hidden;
}

#currPrice {
  position: absolute;
  top: 575px;
  right: 20px;
}

#currPriceBigMaps {
  position: absolute;
  top: 595px;
  right: 20px;
}

#classTerritoryVal {
  position: absolute;
  top: 573px;
  right: 15.5px;
  opacity: 0;
  z-index: 11;
  background-color: transparent;
  -moz-appearance: none;
  border: none;
  display: block;
}

#currAreaBigMaps {
  position: absolute;
  top: 575px;
  right: 20px;
  visibility: hidden;
}

#mapSettingsLabel {
  position: absolute;
  top: 180px;
  right: 75px;
}

#geogWidth {
  position: absolute;
  top: 635px;
  right: 20px;
}

#geogHeight {
  position: absolute;
  top: 665px;
  right: 20px;
}

#currDPI {
  position: absolute;
  top: 555px;
  right: 20px;
}

#currDPIBigMaps {
  position: absolute;
  top: 555px;
  right: 20px;
  visibility: hidden;
}

#logoImg {
  position: absolute;
  top: -50px;
  left: 25px;
  z-index: 20;
  width: 200px;
  background-color: transparent;
  height: 200px;
}

#rec1 {
  position: absolute;
  border-radius: 5px;
  right: 8px;
  top: 170px;
  z-index: 10;
  height: 760px;
  opacity: 1;
  width: 250px;
  background-color: #f0f6ff;
}

#rec2 {
  position: absolute;
  border-radius: 5px;
  right: 280px;
  top: 590px;
  z-index: 10;
  height: 250px;
  opacity: 1;
  width: 250px;
  background-color: #f0f6ff;
  display: none;
}

#mapTerrainLabel {
  position: absolute;
  top: 630px;
  right: 455px;
  cursor: pointer;
  z-index: 11;
  display: none;
}

#smallScalesLabel {
  position: absolute;
  top: 700px;
  right: 489px;
  cursor: pointer;
  z-index: 11;
  display: none;
}

#smallProjLabel {
  position: absolute;
  top: 770px;
  right: 440px;
  cursor: pointer;
  z-index: 11;
  display: none;
}

#NA,
#SA,
#AF,
#EU,
#AU,
#AS,
#AN,
#RUS,
#CHN,
#lambert,
#mollweide,
#times {
  color: #5a4dc6 !important;
}

#mapTerrain {
  position: absolute;
  width: 230px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 11;
  top: 650px;
  right: 290px;
  border: solid 1px #5a4dc6 !important;
  display: none;
}

#smallScales {
  position: absolute;
  width: 230px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 11;
  top: 720px;
  right: 290px;
  border: solid 1px #5a4dc6 !important;
  display: none;
}

#smallProj {
  position: absolute;
  width: 230px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 11;
  top: 790px;
  right: 290px;
  border: solid 1px #5a4dc6 !important;
  display: none;
}

#closeSmallScalesPanel {
  position: absolute;
  top: 600px;
  right: 292px;
  padding: 4px 8px;
  background: #5a4dc6;
  color: white !important;
  border-radius: 4px;
  z-index: 11;
  cursor: pointer;
  display: none;
}

#scales {
  position: absolute;
  cursor: pointer;
  padding-left: 5px;
  width: 208px;
  height: 24px;
  border-radius: 4px;
  z-index: 11;
  top: 463px;
  right: 17px;
  border: solid 1px #5a4dc6 !important;
  /* Removes the default <select> styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Positions background arrow image */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 188px center;
}

.ol-overviewmap {
  bottom: 35px !important;
  z-index: 890;
}

div.ol-scale-bar {
  bottom: 30px;
}

.ol-scale-step-marker_imperial {
  top: 0px !important;
}

.scale-bar-inch .ol-scale-step-text {
  top: -20px !important;
}

.scale-bar-inch .ol-scale-step-marker {
  top: -15px !important;
}

#scalesBigMaps,
#scalesBigMapsWorld {
  position: absolute;
  cursor: pointer;
  width: 208px;
  height: 24px;
  border-radius: 4px;
  z-index: 11;
  top: 463px;
  right: 17px;
  border: solid 1px #5a4dc6 !important;
  visibility: hidden;
}

#centralMeridian {
  position: absolute;
  cursor: pointer;
  width: 230px;
  height: 24px;
  border-radius: 4px;
  z-index: 11;
  top: 353px;
  right: 17px;
  border: solid 1px #5a4dc6 !important;
  visibility: hidden;
}

#centralMeridianLabel {
  position: absolute;
  z-index: 11;
  top: 330px;
  right: 50px;
  visibility: hidden;
}

#scalesLabel {
  position: absolute;
  z-index: 11;
  top: 445px;
  right: 87px;
  font-weight: bold;
}

#scaleImperial {
  position: absolute;
  top: 500px;
}

#sheets {
  position: absolute;
  width: 230px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 11;
  top: 320px;
  right: 17px;
}

#sheetLabel {
  position: absolute;
  z-index: 11;
  top: 300px;
  right: 55px;
  font-weight: bold;
}

#searchBox {
  position: absolute;
  z-index: 11;
  top: 200px;
  right: 18px;
  width: 224px;
  height: 24px;
  border-radius: 4px;
  border: solid 1px #5a4dc6 !important;
}

#searchByAddress {
  position: absolute;
  width: 230px;
  z-index: 11;
  top: 230px;
  right: -2px;
  border-radius: 4px;
}

#importPolyg {
  position: absolute;
  width: 230px;
  z-index: 11;
  top: 400px;
  right: -2px;
  border-radius: 4px;
}

#coordsFormat {
  position: absolute;
  z-index: 11;
  top: 337px;
  right: 40px;
}

#decFor {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 145px;
}

#degFor {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 70px;
}

#decimalFormatL {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 130px;
}

#degreesFormatL {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 4px;
  white-space: nowrap;
}

#lon {
  position: absolute;
  z-index: 11;
  top: 300px;
  right: 20px;
  border: solid 1px #5a4dc6 !important;
  height: 24px;
  width: 102px;
  border-radius: 4px;
}

#lonLabel {
  position: absolute;
  z-index: 11;
  top: 270px;
  right: 53px;
}

#lonLabelGeog {
  position: absolute;
  z-index: 11;
  top: 283px;
  right: 38px;
}

#lat {
  position: absolute;
  z-index: 11;
  top: 300px;
  right: 140px;
  border: solid 1px #5a4dc6 !important;
  height: 24px;
  width: 102px;
  border-radius: 4px;
}

#widthImageSize {
  border: solid 1px #5a4dc6 !important;
  border-radius: 4px;
}

#heightImageSize {
  border: solid 1px #5a4dc6 !important;
  border-radius: 4px;
}

#latLabel {
  position: absolute;
  z-index: 11;
  top: 270px;
  right: 165px;
}

#latLabelGeog {
  position: absolute;
  z-index: 11;
  top: 283px;
  right: 158px;
}

#latD {
  position: absolute;
  z-index: 11;
  top: 305px;
  right: 134px;
  border: solid 1px #5a4dc6 !important;
  height: 24px;
  width: 30px;
  border-radius: 4px;
  visibility: hidden;
}

#latM {
  position: absolute;
  z-index: 11;
  top: 305px;
  right: 87px;
  border: solid 1px #5a4dc6 !important;
  height: 24px;
  width: 30px;
  border-radius: 4px;
  visibility: hidden;
}

#latS {
  position: absolute;
  z-index: 11;
  top: 305px;
  right: 30px;
  border: solid 1px #5a4dc6 !important;
  height: 24px;
  width: 40px;
  border-radius: 4px;
  visibility: hidden;
}

#lonD {
  position: absolute;
  z-index: 11;
  top: 265px;
  right: 134px;
  border: solid 1px #5a4dc6 !important;
  height: 24px;
  width: 30px;
  border-radius: 4px;
  visibility: hidden;
}

#lonM {
  position: absolute;
  z-index: 11;
  top: 265px;
  right: 87px;
  border: solid 1px #5a4dc6 !important;
  height: 24px;
  width: 30px;
  border-radius: 4px;
  visibility: hidden;
}

#lonS {
  position: absolute;
  z-index: 11;
  top: 265px;
  right: 30px;
  border: solid 1px #5a4dc6 !important;
  height: 24px;
  width: 40px;
  border-radius: 4px;
  visibility: hidden;
}

#degreesLon {
  position: absolute;
  z-index: 11;
  top: 265px;
  right: 126px;
  visibility: hidden;
}

#minutesLon {
  position: absolute;
  z-index: 11;
  top: 265px;
  right: 81px;
  visibility: hidden;
}

#secondsLon {
  position: absolute;
  z-index: 11;
  top: 265px;
  right: 22px;
  visibility: hidden;
}

#degreesLat {
  position: absolute;
  z-index: 11;
  top: 305px;
  right: 126px;
  visibility: hidden;
}

#minutesLat {
  position: absolute;
  z-index: 11;
  top: 305px;
  right: 81px;
  visibility: hidden;
}

#secondsLat {
  position: absolute;
  z-index: 11;
  top: 305px;
  right: 22px;
  visibility: hidden;
}

#reversegeocoding {
  position: absolute;
  z-index: 11;
  top: 360px;
  right: 17px;
  width: 228px;
  font-size: 10px;
  border-radius: 5px;
}

#leg_pos {
  position: absolute;
  z-index: 11;
  top: 735px;
  right: 75px;
}

#projectionLabel {
  position: absolute;
  z-index: 11;
  top: 910px;
  right: 188px;
}

#currProjection {
  position: absolute;
  z-index: 11;
  top: 910px;
  right: 100px;
}

#currAzimuthAngle {
  position: absolute;
  z-index: 11;
  top: 890px;
  right: 178px;
}

#rulerInchesLabel {
  position: absolute;
  z-index: 11;
  top: 862px;
  right: 191px;
}

#rulerInchesLabelAdd {
  position: absolute;
  z-index: 11;
  top: 872px;
  right: 191px;
}

#rulerInches {
  position: absolute;
  cursor: pointer;
  z-index: 11;
  top: 865px;
  right: 20px;
}

#languages {
  position: absolute;
  z-index: 11;
  top: 130px;
  width: 180px;
  right: 20px;
  cursor: pointer;
  height: 30px;
}

#currAzimuthAngleValue {
  position: absolute;
  z-index: 11;
  top: 890px;
  right: 20px;
}

#currProjectionBigMaps {
  position: absolute;
  z-index: 11;
  top: 840px;
  right: 20px;
  visibility: hidden;
}

#legendDown,
#legendLeft,
#noLegend {
  margin-bottom: 10px;
}

#legLeft {
  position: absolute;
  z-index: 11;
  top: 36px;
  right: 90px;
  visibility: hidden;
}

#legDown {
  position: absolute;
  z-index: 11;
  top: 36px;
  right: 90px;
}

#legNo {
  position: absolute;
  z-index: 11;
  top: 62px;
  right: 90px;
}

#legendLeftLabel {
  position: absolute;
  z-index: 11;
  top: 38px;
  left: 5px;
}

#miniature {
  position: absolute;
  z-index: 200;
  width: 350px;
  height: 350px;
  top: 35%;
  left: 25px;
  background-color: rgba(43, 191, 156, 0.2);
}

#legendDownLabel {
  position: absolute;
  z-index: 11;
  top: 64px;
  left: 5px;
}

#noLegendLabel {
  position: absolute;
  z-index: 11;
  top: 92px;
  left: 5px;
}

#sheetHeight {
  position: absolute;
  width: 100px;
  cursor: pointer;
  z-index: 11;
}

#sheetWidth {
  position: absolute;
  width: 100px;
  cursor: pointer;
  z-index: 11;
}

#circleOnOff {
  position: absolute;
  top: 692px;
  right: 185px;
  cursor: pointer;
  z-index: 11;
}

#circleOnOffLabel {
  position: absolute;
  top: 695px;
  right: 45px;
  cursor: pointer;
  z-index: 11;
}

#radiusLabel {
  position: absolute;
  z-index: 11;
  top: 720px;
  right: 170px;
}

#currRadius {
  position: absolute;
  z-index: 11;
  top: 720px;
  right: 45px;
}

a.button5 {
  display: inline-block;
  padding: 0.46em 1.6em;
  margin: 0 0.2em 0.2em 0;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
  text-decoration: none;
  color: white !important;
  background-color: #5a4dc6;
  text-align: center;
  transition: all 0.5s;
}
a.button5:hover {
  text-shadow: 0 0 2em rgb(255, 255, 255);
  color: #ffffff;
  border-color: #ffffff;
  cursor: pointer;
  background-color: #1e1d42;
}

@media all and (max-width: 30em) {
  a.button5 {
    display: block;
    margin: 0.4em auto;
  }
}
.rotate45 {
  transform: rotate(45deg);
}

.rotate90 {
  transform: rotate(90deg);
}

.rotateVert {
  transform: scaleX(-1);
}

.dropbtn {
  background-color: #5a4dc6;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
  transition: 0.5s;
}

.dropbtn:hover {
  opacity: 0.8;
  background-color: #1e1d42;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f0f6ff;
  min-width: 160px;
  z-index: 100;
  height: 250px;
  overflow: auto;
}
.dropdown-content a {
  z-index: 100;
  color: black;
  padding: 6px 12px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.dropdown-content a:hover {
  background-color: #5a4dc6;
  color: white !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#divH {
  position: absolute;
}

#divW {
  position: absolute;
}

#sheetsDropdown {
  position: absolute;
}

.dropbtn2:hover,
.dropbtn2:focus {
  background-color: #2980b9;
}

.dropdown2 {
  z-index: 999;
  position: absolute;
  top: 200px;
  right: 248px;
  display: inline-block;
}
.dropdown2 a:hover {
  background-color: #ddd;
}

.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f0f6ff;
  min-width: 230px;
  max-width: 235px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  word-wrap: break-word;
}
.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {
  display: block;
}

.header-polkart {
  background-color: #99ccff;
  touch-action: auto;
  margin: 0px;
  padding: 3px;
}

.divLayers {
  position: absolute;
  left: 30%;
  top: 25px;
}

#title-app {
  left: 42%;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial !important;
  font-size: 20px !important;
}

.divBlind {
  position: absolute;
  left: 55%;
  top: 25px;
}

.divGeolocation {
  position: absolute;
  left: 55%;
  top: 25px;
}

#id-geolocation {
  background-color: #5a4dc6;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  left: 30%;
  top: 0px;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
  transition: 0.5s;
}

.miniatureSize {
  position: absolute;
  left: 25%;
  top: 20px;
  display: table-row;
}

.miniatureSize * {
  display: table-cell;
  margin-left: 5px;
}

.divGenerateJSON {
  position: absolute;
  right: 211px;
  top: 125px;
}

.divImageMap {
  position: absolute;
  right: 113px;
  top: 16px;
}

.blind-off {
  background-color: #5a4dc6;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  left: 30%;
  top: 0px;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
  transition: 0.5s;
}

.blind-off:hover {
  opacity: 0.8;
  background-color: #1e1d42;
}

.imageMap {
  background-color: #5a4dc6;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  left: 30%;
  top: 0px;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
  transition: 0.5s;
}

.imageMap:hover {
  opacity: 0.8;
  background-color: #1e1d42;
}

.generateJson {
  background-color: #5a4dc6;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  left: 30%;
  top: 0px;
  box-shadow: 0px 6px 10px rgba(90, 77, 198, 0.3019607843);
  transition: 0.5s;
}

.generateJson:hover {
  opacity: 0.8;
  background-color: #1e1d42;
} /*# sourceMappingURL=styles.css.map */
