/* Two Div*/
.multiField .two-div {
  width: 100%; }

.two-div .ctrlHolder {
  min-height: 24px; }

.uniForm .inlineLabels label, .two-div label, .lang_fields label {
  width: 100%;
  float: right !important;
  margin: 0.313rem 0 !important;
  font-weight: bold;
  font-size: 1rem;
  color: #757575 !important; }

label[for*="upload-clear_id"] {
  float: unset !important; }

.two-div .checkboxinput {
  height: auto; }

.blockLabel {
  color: #757575;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  margin-top: 0.625rem; }

/*.multiField .two-div-left-side{*/
/*width: 50%;*/
/*float: left;*/
/*}*/
/* Three Div*/
.multiField .three-div {
  width: 33.333%;
  float: right; }

.multiField .five-div {
  width: 20%;
  float: right; }

.mhs .three-div .ctrlHolder label {
  float: right;
  width: 115px; }

.mhs .blockLabel {
  margin-top: -10px;
  font-family: tahoma;
  font-size: 10px; }

.mhs .multiField .formHint {
  margin-left: 0; }

.uniForm fieldset {
  border-radius: 1.25rem;
  padding: 0.313rem;
  margin: 1rem 0; }

.uniForm #errorMsg ol {
  list-style-type: none !important; }

.uniForm #errorMsg ol li {
  background: transparent !important; }
