

.ui.container {
  width: calc(100% - 0.05em) !important;
  height: calc(100% - 0.05em) !important;
  padding: 0.0em !important;
}

.ui[class*="very wide"].left.sidebar {
  width: 66%;
}

#divMap {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  /* border-radius: 0.5em; */
  border: solid 1pt silver;

  /* background-image: linear-gradient(       rgba(0, 0, 0, 1) .05pt, transparent .1em),
                    linear-gradient(90deg, rgba(0, 0, 0, 1) .05pt, transparent .1em) !important;
  background-size: 0.5cm 0.5cm !important; */
 
  /* background: rgba(32, 23, 32, 1); */
  background: var(--back-color);
}

.view3d {
  overflow: hidden !important;
  position: absolute;
  width:100%;
  height:100%;
  padding:0 !important;
  margin:0 !important;
  background: var(--back-color);
  border-radius: 0 !important;
  border: solid 1pt silver;
}

.rasterbackground {
  background: none !important;
  background-image: linear-gradient(       rgba(220, 0, 220, 0.5) .005pt, transparent .01em),
                    linear-gradient(90deg, rgba(220, 0, 220, 0.5) .005pt, transparent .01em) !important;
  background-size: 0.5cm 0.5cm !important;
}




.leftColumn {
  width: 400 !important;
  min-width: 400 !important;
  max-width: 400 !important;
  flex: 0 0 400px !important;
}


.rounded_border {
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid magenta;
}

#search_controls {
  position: absolute !important;
  top: 0.25em !important;
  left: 3.5em !important;
}

#menu_controls {
  position: absolute !important;
  top: 0.25em !important;
  left: 0.1em !important;
}

#mapInfoBox {
  position: absolute !important;
  left: 2em !important;
  height: 9em !important;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  overflow-y: auto;
  display: inline-block;
}

.threejs_canvas {
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}

.ui.search .prompt {
  border-radius: 0rem !important;
}

.nopad {
  padding: 0em !important;
}

.nomargin {
  margin: 0em !important;
}

.small_margin {
  margin-left: 0.25em !important;
  margin-top: 0.25em !important;
  margin-left: 0.25em !important;
  margin-bottom: 0.25em !important;
}


/* .ui.checkbox label, .ui.checkbox + label {
  color: red !important;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
} */

/* .ui.toggle.checkbox input ~ .coloring.white:before{
  background: gray !important;
  color: white !important;
} */


.ui.checkbox input:checked ~ label::before {
  background: white !important;
}


.propertiesDatatable {
  border: none;
  width: 97%;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  padding-left: 0.25em;
  padding-right: 0.24em;
}

.propertiesDatatable td {
  border: none;
  padding: 0em !important;
  height: 2em;
  max-height: 2.2em;
  font-size: 0.9rem !important;
  width: 50%;
  vertical-align: middle;
  /* background-color: #7ab92f !important; 
  color: white; */
  /* background-color: #7ab92f !important; */
}

