.container-fluid .col-md-12 {
  padding: 0px;
}

#tf_map {
  -ms-touch-action: none;
  touch-action: none;
  /*max-height: 890px;*/
  height: 100%;
  width: 100%;
  position: fixed;
}

.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 8px;
  left: 8px;
  min-width: 320px;
  overflow-y: auto;
  max-height: 300px;
}

.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  display: none;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  content: "✖";
}

.ol-dragbox {
  background-color: rgba(255,255,255,0.4);
  border-color: rgba(100,150,0,1);
}

.ol-scale-line {
  position: absolute;
  bottom: 8px;
  right: 105px;
  left: auto;
}

#alertInfo{
  top:5px;
  left:25%;
  position: absolute;
  z-index: 99;
  width: 50%;
}

#di_form .form-group {
  margin-bottom: 0.375rem;
}
#di_form label {
  margin-bottom: 0.25rem;
}

.modal-header {
  .close {
    margin-top: -1.5rem;
  }
}

.form-title {
  margin: -2rem 0rem 2rem;
}

#forminfo{
  background-color: rgba(255,255,255,0.8);
  font-weight: 600;
  color: #555;
}

.btn-round {
  border-radius: 3rem;
}

.delimiter {
  padding: 1rem;
}

.modal:nth-of-type(even) {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}
