/* #divLegendXXX {
  position: absolute;
  left: 1.5em; 
  top:1em;
  width:100px; 
  font-size:0.9em;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  border: solid 0.1em black;
} */

.divLegend {
  position: absolute;
  left: 1.5em; 
  top:  1em;
  /* width:100px;  */
  font-size: 10pt;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  /* border: solid 0.1em black; */
  border: none;
  
}

/* .divLegend td {
  padding: 0.1 !important;
  border: none;
  font-size: 10pt;
  font-weight: bold;
} */


.legendbox
{  
  width:  2em;
  height: 1em;
  border: solid 0.1em gray;
  transform: skew(-45deg);
  margin-left: 0.5em;
  -moz-border-radius: 0.1em;
  border-radius: 0.1em;
}

.hoogtebron {
  position: absolute;
  text-align: center;
}

.td_normal_height {
  height: 2.6em !important;
  /* padding: 0.5em; */
  border: solid 1px #eeeeee
}

.right_align {
  text-align: right;
}

.center_align {
  text-align: center;
}

.vertical_top_align {
  vertical-align: top;
}

.vertical_middle_align {
  vertical-align: middle;
}

.td_col_width {
  width: 100px;
}

.div_nowrap {
  white-space: nowrap !important;
}

.nopad {
  padding: 0em !important;
}

.nomargin {
  margin: 0.1em !important;
}

.noborder {
  border: none !important;
}

.border_top {
  border-top: solid 1pt rgba(240, 240, 240, 0.3)
}

.model_metadatatable {
  font-size: 10pt;
  border: solid 1pt rgba(240, 240, 240, 0.3);
}

.model_metadatatable td {
  border: solid 1pt rgba(240, 240, 240, 0.3);
}

.model_metadatatable_label {
  font-size: 10pt !important;
}

input, textarea {
  font-size: 10pt !important;
}

textarea {
  resize: none !important;
}

.rowDisabled > td {
  /* background-color: silver; */
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 2pt,
    red 2pt,
    red 4pt
  );  
}


#rapport_titel {
  outline-color: #719ECE;
  /* position: absolute !important;
  left: 2em !important;
  height: 9em !important; */
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  /* overflow-y: auto; */
  /* display: inline-block; */
  border: solid 1pt rgba(240, 240, 240, 0.3);  
  font-size: 12pt !important;
  width: 25cm;
  padding: 0.57857143em !important;
}

@media screen { 
  .print_inline {
    display: none;
  }

  .rowDisabled > td {
    /* background-color: silver; */
    background: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 2pt,
      gray 2pt,
      gray 4pt
    );  
  }

}



@media print
{    

  .no_print, .no-print *
  {
      display: none !important;
  }

  .no_print_border
  {
    border: none !important;
  }

  .td_normal_height {
    height: 1em !important;
    border: none !important
  }

  .print_inline {
    display: table-cell !important;
    border: none !important;
  
  }

  .rowDisabled  {
    display: none;
  }

}

/* .ui.button.maptools {
  background-color: white !important;
} */

.ui.active.button.maptools {
  background-color: transparent !important; 
  border: solid 2px red !important;
}

.ui.form.verdiepingshoogte input[type="text"] {
  padding-top: 0.32em !important;
  padding-right: 0.5em !important;
  padding-bottom: 0.32em !important;
  padding-left: 0.5em !important;
  max-height: 2.2em !important;
  line-height: 1.2em !important;
}


.slider {
  -webkit-appearance: none;
  height: 11px;
  background: transparent;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin: 5px; 
  border-radius: 6px;
  border: solid 1px gray;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: blue;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: blue;
  cursor: pointer;
}  