.defaultForm {
  clear: both;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

.defaultForm .row {
  height: auto;
  min-height: 22px;
  clear: both;
  width: 100%;
  margin-top: 1px;
  whitespace: nowrap;
}

.defaultForm .rowRo {
  overflow: hidden;
  height: auto;
  min-height: 22px;
  clear: both;
  margin-top: 1px;
  whitespace: nowrap;
}

.defaultForm .label {
  width: 160px;
  height: 22px;
  line-height: 22px;
  float: left;
  padding: 0 5px 0 4px;
  text-align: right;
  background: #dcdcdc;
  border: 1px solid #cccccc;
  font-weight: bold;
  color: #333333;
  box-sizing: border-box;
}

.defaultForm .rowRo .label {
  width: 160px;
  height: 22px;
  line-height: 22px;
  float: left;
  padding: 0 5px 0 4px;
  text-align: right;
  background: #fff;
  border: 1px solid #cccccc;
  font-weight: bold;
  color: #333333;
  box-sizing: border-box;
}

.defaultForm .field {
  float: left;
  padding: 0px;
  margin-left: 1px;
  text-align: left;
  background: #ffffff;
  border: none;
}

.defaultForm .button {
  float: left;
  padding: 0px;
  margin-left: 2px;
  padding-left: 0px;
  text-align: left;
  border: 0px solid #ffffff;
}

.defaultForm .formFieldError {
  padding: 0px;
  margin-left: 2px;
  padding-left: 0px;
  text-align: left;
  border: 1px solid #de7a7b;
  background: #e6c0c0;
}

.defaultForm .formFieldErrorDiv {
  float: left;
  padding: 0px;
  margin-left: 2px;
  padding-left: 0px;
  text-align: left;
  border: 1px solid #de7a7b;
  background: #e6c0c0;
}

.defaultForm input {
  border: 1px solid #dadada;
  margin: 0 0 0 1px;
  font-size: 8pt;
  height: 22px;
  background: #ffffff;
  padding-left: 2px;
  box-sizing: border-box;
}

.defaultForm input:focus {
  border-color: #b7bec5;
  background: #e5ecf2;
  /* 	box-shadow: 0 0 5px #B7BEC5; */
  border: 1px solid #b7bec5;
}

.defaultForm .checkbox {
  border: 0px solid #ffffff;
  background: transparent;
  margin-left: 3px;
  margin-right: 3px;
}

.defaultForm .field select {
  border: 1px solid #dadada;
  margin: 0 0 0 1px;
  font-size: 8pt;
  height: 22px;
  background: #ffffff;
  box-sizing: border-box;
}

.defaultForm .field select:focus {
  border-color: #b7bec5;
  background: #e5ecf2;
  /* 	box-shadow: 0 0 5px #B7BEC5; */
  border: 1px solid #b7bec5;
}

.defaultForm .text {
  float: left;
  height: 22px;
  padding: 0px;
  margin-left: 2px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 0 4px;
  line-height: 22px;
  text-align: left;
  background: #fafafa;
  border: 1px solid #efefef;
  min-width: 170px !important;
  box-sizing: border-box;
}

.defaultForm .textFlex {
  float: left;
  height: 22px;
  padding: 0px;
  margin-left: 2px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 0 4px;
  line-height: 22px;
  text-align: left;
  background: #fafafa;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

.defaultForm .image {
  float: left;
  padding: 0px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 2px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #efefef;
}

.defaultForm .textAuto {
  float: left;
  padding: 0px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 4px;
  text-align: left;
  background: #fafafa;
  border: 1px solid #efefef;
}

.defaultForm .row .infoBold {
  float: left;
  padding: 0px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 4px;
  text-align: left;
  background: #ffffff;
  min-width: 150px !important;
}

.defaultForm .rowTextArea {
  height: auto;
  min-height: 70px !important;
  clear: both;
  margin-top: 1px;
  whitespace: nowrap;
}

.defaultForm .rowTextArea .label {
  width: 160px;
  height: 100%;
  min-height: 60px;
  float: left;
  padding: 0 5px 0 4px;
  text-align: right;
  background: #dcdcdc;
  border: 1px solid #cccccc;
  font-weight: bold;
  color: #333333;
}

.defaultForm .rowTextArea .field {
  float: left;
  min-height: 70px;
  padding: 0;
  margin-left: 2px;
  padding-left: 0px;
  text-align: left;
  background: #ffffff;
  border: none;
  padding: 0;
}

.defaultForm .rowTextArea .text {
  height: 60px;
  float: left;
  height: 22px;
  padding: 0px;
  margin-left: 2px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 0 4px;
  line-height: 16px;
  text-align: left;
  background: #fafafa;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

.defaultForm .rowTextArea .textFlex {
  height: 60px;
  float: left;
  padding: 0px;
  margin-left: 2px;
  padding: 4px;
  text-align: left;
  background: #fafafa;
  border: 1px solid #efefef;
  overflow: auto;
}

.defaultForm .rowTextArea .field textarea {
  border: 1px solid #dadada;
  height: 70px;
  width: 250px;
  margin: 0px;
  background: #ffffff;
  box-sizing: border-box;
}

.defaultForm .rowTextArea .field textarea:focus {
  border-color: #b7bec5;
  background: #e5ecf2;
  /* 	box-shadow: 0 0 5px #B7BEC5; */
  border: 1px solid #b7bec5;
}

.defaultForm .buttonBar {
  width: 300px;
  background: #f0f0f0;
  border: 1px solid #cccccc;
  padding: 3px;
  margin: 2px;
  margin-top: 4px;
}

.formStatusSuccess {
  margin-top: 10px;
  margin-bottom: 8px;
  border-top: 3px solid #84a7db;
  border-bottom: 3px solid #84a7db;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 45px;
  background: url(/images/backend/ok30.png) #c3d2e5 no-repeat;
  background-position: 7 -1;
  color: #2c55bb;
  display: none;
  font-weight: bold;
}

.formStatusError {
  margin-top: 10px;
  margin-bottom: 8px;
  border-top: 3px solid #de7a7b;
  border-bottom: 3px solid #de7a7b;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 45px;
  background: url(/images/backend/error30.png) #e6c0c0 no-repeat;
  background-position: 7 5;
  color: #cc3300;
  display: none;
}
