#processingMsg {
  width: 150px;
  text-align: center;
  padding: 6px 10px;
  z-index: 9999;
  left: 47vw;
  top: 0;
  position: fixed;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
}
.inputfield {
  width: 100%;
  display: block;
  margin: 1px 0 5px 0;
  padding: 0.778em 0.889em !important;
  background: #fff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input_submit {
  height: 50px;
  width: 100%;
  display: block;
  background-color: #8bb611;
  border-color: rgba(0, 0, 0, 0.0588235);
  color: #fff;
  -webkit-box-shadow: 0px 2px 3px rgb(68 88 10 / 15%);
  -moz-box-shadow: 0px 2px 3px rgba(68, 88, 10, 0.14902);
  box-shadow: 0px 2px 3px rgb(68 88 10 / 15%);
  font-weight: 700;
}
.input_submit:hover {
  background-color: #6e8f15;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.input_back {
  height: 50px;
  width: 100%;
  display: block;
}

.searchLabel {
  display: block;
}
#inputForm {
  width: 100%;
}

#c2it_annulleretafpladsejer_label {
  margin-left: 8px;
}
#c2it_annulleretafpladsejer {
  margin-left: 30px;
  margin-top: 30px;
}
div.description.above {
  margin-left: 28px;
} /*
  #EntityFormView > div.tab.clearfix > div > div > fieldset:nth-child(2) > table > tbody > tr:nth-child(8) > td.clearfix.cell.checkbox-cell > div.info.required{
    padding-left: 0px !important;
  }*/
@media (min-width: 1024px) {
  .modal-lg {
    width: 80%;
  }
}
.modal-content {
  height: 90vh;
  min-height: 740px;
}
.modal-body {
  float: left;
  width: 100%;
  height: 83%;
}
.modal-form .modal-body iframe {
  height: 80vh;
}
