.row.nova-row-withoutSpaceToRowAbove .nova-form-container {
  margin-top: -8px;
}
.nova-form-container {
  border: none;
  min-width: 220px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.nova-form-doublecontainer {
  margin-top: 8px;
  margin-bottom: 8px;
}
.nova-form-container-center {
  text-align: center;
}
.nova-form-container-right {
  text-align: right;
}
.nova-form-row-textarea {
  height: auto !important;
}
.nova-form-row-textarea div {
  vertical-align: top;
}
.nova-form-row-textarea .nova-form-label {
  padding-top: 4px;
}
.nova-form-row-textarea textarea {
  height: auto;
  padding-top: 4px;
}
.nova-contacts-row-openInGoogleMaps {
  margin-bottom: 1px;
  height: 12px;
}
.nova-form-row {
  display: table;
  border: none;
  height: 24px;
  width: 100%;
  margin-bottom: 2px;
}
.nova-form-row * {
  box-sizing: border-box;
  vertical-align: middle;
}
.nova-form-row .nova-form-row-uploadVisibleFieldForSelectedFile {
  display: table-row;
}
.nova-form-row .nova-form-row-uploadVisibleFieldForSelectedFile .nova-form-input-uploadVisibleFieldForSelectedFile-selectFilesButton {
  width: 35px;
  height: 60px;
  padding-top: 15px;
  display: table-cell;
}
.nova-form-header {
  display: block;
  float: left;
  overflow: hidden;
  border: none;
  line-height: 24px;
  text-indent: 4px;
  font-size: 8.5pt;
  font-weight: bold;
  color: var(--fcHeaderFooter);
  background-color: var(--bgColorGroupHeader);
  color: var(--fcGroupHeader);
  width: 100%;
  margin-bottom: 8px;
}
.nova-form-header .ui-icon {
  float: right;
  vertical-align: middle;
}
.nova-form-label {
  display: table-cell;
  width: 140px;
  font-size: 8.5pt !important;
  border: none;
}
.nova-form-label > label {
  display: block;
  float: left;
  overflow: hidden;
  width: auto;
  max-width: 125px;
  box-sizing: content-box;
}
.nova-form-input {
  display: inline-table;
  width: 100%;
  height: 24px;
  font-size: 8.5pt !important;
  border: none;
  position: relative;
}
.nova-form-input input {
  display: table-cell;
  width: 100%;
  height: 24px;
  font-size: 8.5pt !important;
  padding-left: 4px;
  background-color: var(--bgColorBody);
  color: var(--fcBody);
  border: 1px solid var(--borderColorContent);
}
.nova-form-input input:focus {
  outline: none;
  border: 1px solid var(--borderColorPressed) !important;
}
.nova-form-input input[type="radio"],
.nova-form-input input[type="checkbox"] {
  border: none;
  width: auto;
}
.nova-form-input input[type="radio"]:focus,
.nova-form-input input[type="checkbox"]:focus {
  outline: 1px solid var(--borderColorPressed);
  outline-offset: 1px;
}
.nova-form-input input[disabled],
.nova-form-input input[readonly] {
  color: var(--fcDisabled);
}
.nova-form-input input[disabled]:hover,
.nova-form-input input[readonly]:hover {
  cursor: text;
}
.nova-form-input input[disabled]:focus,
.nova-form-input input[readonly]:focus {
  outline: none;
  border: 1px solid var(--borderColorPressed);
}
.nova-form-input textarea {
  display: table-cell;
  width: 100%;
  min-height: 24px;
  font-size: 8.5pt !important;
  padding-left: 4px;
  font-family: Verdana, Arial, sans-serif;
  background-color: var(--bgColorBody);
  color: var(--fcBody);
  border: 1px solid var(--borderColorContent);
}
.nova-form-input textarea:focus {
  outline: none;
  border: 1px solid var(--borderColorPressed) !important;
}
.nova-form-input textarea[disabled],
.nova-form-input textarea[readonly] {
  background-color: var(--bgColorDisabled);
  color: var(--fcDisabled);
}
.nova-form-input textarea:hover {
  cursor: text;
}
.nova-form-input textarea:focus {
  outline: none;
  border: 1px solid var(--borderColorPressed);
}
.nova-form-input select {
  display: table-cell;
  width: 100%;
  height: 24px;
  font-size: 8.5pt !important;
  padding-left: 4px;
  background-color: var(--bgColorBody);
  color: var(--fcBody);
  border: 1px solid var(--borderColorContent);
}
.nova-form-input select:focus {
  outline: none;
  border: 1px solid var(--borderColorPressed) !important;
}
.nova-form-input[data-nova-select],
.nova-form-input[data-nova-linkedentity] {
  border: 1px solid var(--borderColorContent);
  height: 20px;
}
.nova-form-input > input.nova-linkedEntity-input {
  border: none;
}
.nova-form-input .nova-form-button {
  display: table-cell;
  width: 20px;
  height: 20px;
  border: 1px solid transparent !important;
  background: var(--bgColorBody) !important;
}
.nova-form-input .nova-form-button > .ui-icon,
.nova-form-input .nova-form-button > .ui-button-text {
  width: 16px;
  padding: 0;
  margin: 0;
  left: 3px;
  top: 3px;
}
.nova-form-input:not(.nova-linkedEntity-disabled) .nova-form-button:hover:not(.ui-button-disabled):not(.nova-textTemplate-disabled),
.nova-form-input:not(.nova-linkedEntity-disabled) .nova-form-button:focus:not(.ui-button-disabled):not(.nova-textTemplate-disabled) {
  background-color: var(--bgColorHover) !important;
  border: 1px solid var(--borderColorHover) !important;
}
.nova-form-input .nova-form-input-money-valueField {
  width: calc(100% - 50px);
  border-right: none;
  text-align: right;
  display: inline-block;
}
.nova-form-input .nova-form-input-money-valueField:disabled {
  color: var(--fcDisabled);
}
.nova-form-input .nova-form-input-money-currencyField {
  width: 50px;
  border-left: none;
  display: inline-block;
}
.nova-form-input .nova-form-input-money-currencyField[disabled] {
  opacity: 1;
  color: var(--fcDisabled);
}
.nova-form-input.nova-form-input-uploadVisibleFieldForSelectedFile {
  width: auto;
  display: table-cell;
}
.nova-form-input.nova-form-input-uploadVisibleFieldForSelectedFile .nova-form-input-uploadVisibleFieldForSelectedFile-textArea {
  height: 60px;
  cursor: default;
}
.nova-form-input.nova-form-input-uploadVisibleFieldForSelectedFile .nova-form-input-uploadVisibleFieldForSelectedFile-input {
  cursor: default;
}
.nova-form-input:has(.validationMessage) {
  position: relative;
}
.nova-form-input.nova-form-input-MultilineSelectTextTemplate {
  border: 1px solid var(--borderColorContent);
}
.nova-form-input.nova-form-input-MultilineSelectTextTemplate textarea {
  border: none;
}
.nova-form-input.nova-form-input-MultilineLinkedEntity textarea {
  border: none;
}
.nova-form-input.nova-form-input-MultilineLinkedEntity .nova-linkedEntity-input-MultilineLinkedEntity[readonly] {
  overflow: auto;
  border: none;
}
.nova-form-input.nova-linkedEntity-disabled > .nova-form-button-linkedEntity > .ui-icon {
  opacity: 0.4;
}
.nova-form-input.nova-linkedEntity-disabled > .nova-linkedEntity-icon {
  display: none;
}
.nova-form-input .nova-linkedEntity-icon {
  display: table-cell;
  margin-right: 4px;
}
.nova-form-input .nova-linkedEntity-icon > .ui-icon {
  position: absolute;
  left: 4px !important;
  top: 3px !important;
}
.nova-form-input.nova-linkedEntity-enabled {
  background-color: var(--bgColorBody);
}
.nova-form-input.nova-linkedEntity-disabled {
  background-color: var(--bgColorDisabled);
}
.validationMessage {
  color: var(--fcError);
  font-weight: bolder;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: block;
  z-index: 10;
  position: absolute;
  top: 3px;
  left: -20px;
  cursor: pointer;
}
.validationMessage:before {
  content: url('../../Images/GetResourceImageFile/images-16-workflowvalidaterequired_png');
  padding-right: 6px;
}
.validationMessage:hover {
  display: initial;
  width: initial;
  height: initial;
  width: auto;
  height: auto;
  outline: 1px solid var(--fcError);
  padding: 6px;
  top: -3px;
  left: -26px;
  background-color: var(--bgColorBody);
  box-shadow: 6px 6px 6px 0 var(--borderColorContent);
}
.validationMessage:empty {
  display: none;
}
button {
  background: var(--bgColorContent);
  border: 1px solid var(--borderColorContent);
  color: var(--fcContent);
  cursor: pointer;
}
button:hover {
  background: var(--bgColorHover);
  border: 1px solid var(--borderColorHover);
  color: var(--fcHover);
}
button:focus {
  background: var(--bgColorPressed);
  border: 1px solid var(--borderColorPressed);
  color: var(--fcPressed);
}
/*Injectete-Views*/
.nova-form-injectionScreen {
  margin-right: -1%;
}
