/* z-indexes */
/* page content width */
/* form height margins */
/* colors */
/* content box */
/* field inputs */
/* tables */
/* buttons */
/* preview images */
/* page content width */
/* z-index levels*/
/* common mixins */
.scoreForm .form-field-row > label {
  color: #333333;
  display: table-cell !important;
  font-family: 'Lato Bold', Arial, Verdana, Helvetica, Sans-Serif !important;
  margin-right: 10px !important;
  text-align: left !important;
  vertical-align: top !important;
  width: 150px !important;
  font-weight: normal;
  line-height: 35px;
  /* Based on inputs size */
}
.scoreForm .extended-container .form-field-row > label {
  width: 250px !important;
}
.scoreForm .form-field-row {
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.scoreForm .form-field-row > .form-field-wrapper {
  display: table-cell;
}
.scoreForm .form-field-row > .form-field-wrapper.full-width {
  width: auto;
}
.scoreForm .form-field-row > .form-field-wrapper.three-quarter-width {
  width: 75%;
}
.scoreForm .form-field-row > .form-field-wrapper.half-width {
  width: 50%;
}
.scoreForm .form-field-row > .form-field-wrapper.quarter-width {
  width: 25%;
}
.scoreForm .form-field-row > .form-field-wrapper.third-width {
  width: 33%;
}
.scoreForm .form-field-row > .form-field-wrapper > * {
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  -webkit-box-sizing: border-box !important;
  /* webkit */
  -moz-box-sizing: border-box !important;
  /* firefox */
  box-sizing: border-box !important;
  /* css3 */
  width: 100%;
}
.scoreForm .form-field-row input[type="text"].checkdigit {
  width: 40px;
}
.scoreForm .form-field-row > .form-field-wrapper > input[type=checkbox] {
  width: 35px;
}
.scoreForm .form-field-row:after {
  content: '';
  display: table-cell;
}
.scoreForm .form-buttons-panel {
  margin-top: 20px;
  text-align: right;
}
.scoreForm .form-field-row.full-width > label + * {
  width: 100%;
}
.scoreForm .form-field-row.half-width > label + * {
  width: 50%;
}
.scoreForm .form-field-row.quarter-width > label + * {
  width: 25%;
}
.scoreForm .form-field-row.third-width > label + * {
  width: 33%;
}
.scoreForm .form-field-row.three-quarter-width > label + * {
  width: 75%;
}
.scoreForm .form-field-row .document-list {
  display: inline-block;
  vertical-align: top;
}
.scoreForm .form-field-row .document-list a,
.scoreForm .form-field-row.document-list a {
  color: black;
  text-decoration: underline;
  line-height: 20px;
}
.scoreForm input[type=text],
.scoreForm input[type=password],
.scoreForm input[type=datetime],
.scoreForm select {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  -webkit-box-sizing: border-box !important;
  /* webkit */
  -moz-box-sizing: border-box !important;
  /* firefox */
  box-sizing: border-box !important;
  /* css3 */
  border: 1px solid #dcdcdc;
  color: #808080;
  height: 35px;
  padding: 0 15px;
  vertical-align: top;
}
.scoreForm input[type=text][readonly],
.scoreForm input[type=password][readonly],
.scoreForm input[type=datetime][readonly],
.scoreForm select[readonly],
.scoreForm .ui-cst-datetime.readonly,
.scoreForm textarea[readonly] {
  background-color: #eeeeee;
}
.scoreForm input[type=text].input-validation-error,
.scoreForm input[type=datetime].input-validation-error,
.scoreForm select.select-validation-error,
.scoreForm input[type=password].input-validation-error,
.scoreForm input[type=text].error,
.scoreForm input[type=datetime].error,
.scoreForm select.error,
.scoreForm input[type=password].error,
.ui-cst-datetime.input-validation-error,
.scoreForm .ui-cst-datetime.error {
  border: 1px solid #f06666 !important;
}
.scoreForm label.error {
  color: #f06666 !important;
}
.scoreForm input[type=text].readonly,
.scoreForm input[type=password].readonly,
.scoreForm input[type=datetime].readonly,
.scoreForm select.readonly {
  border: none;
}
.scoreForm .form-field-group-margin-top {
  margin-top: 40px;
}
.scoreForm .form-buttons-panel button,
.scoreForm .form-buttons-panel input[type=button],
.scoreForm .form-buttons-panel input[type=submit] {
  margin-left: 10px;
}
.scoreForm .ui-cst-fileupload-with-preview-wrapper.input-validation-error .ui-cst-fileupload-input,
.scoreForm .ui-cst-fileupload-with-preview-wrapper.error .ui-cst-fileupload-input {
  border: 1px solid #f06666;
}
.scoreForm .ui-cst-fileupload-with-preview-wrapper.readonly .ui-cst-fileupload,
.scoreForm .ui-cst-fileupload.readonly {
  display: none;
}
.scoreForm .ui-cst-fileupload-with-preview-wrapper.readonly .ui-cst-preview {
  height: auto;
  position: static;
  width: 100%;
}
.scoreForm .ui-cst-fileupload-with-preview-wrapper.readonly .ui-cst-preview-image,
.scoreForm .ui-cst-preview-image.readonly {
  height: auto;
  width: 100%;
}
.scoreForm .ui-cst-fileupload-with-preview-wrapper.readonly .ui-cst-preview-image.error-loading {
  height: 35px;
  width: auto;
}
.scoreForm fieldset legend {
  display: none;
}
.scoreForm .checkbox-list .checkbox-list-item img.checkbox-list-item-img {
  height: 35px;
  vertical-align: middle;
  width: auto;
}
.scoreForm .preview-venue {
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 200px;
  width: 100%;
}
.scoreForm .mandatory-field label::after {
  font-size: 12px;
  margin-left: 3px;
  content: '*';
}
.document-table .label {
  font-weight: bold;
}
.document-table .mandatory-field::after {
  font-size: 12px;
  margin-left: 3px;
  content: '*';
}
.scoreForm .filter .ui-cst-icon.ui-cst-icon-search {
  background-position: -280px -131px;
  height: 18px;
  width: 18px;
  position: relative;
  float: right;
}
.scoreForm .filter .ui-cst-icon.ui-cst-icon-search:hover {
  background-position: -280px -156px;
}
.scoreForm .ui-cst-icon.ui-cst-icon-add-grid {
  background-color: transparent;
  border: none;
  min-width: 0px;
  width: 28px;
}
.scoreForm .ui-cst-icon.ui-cst-icon-delete {
  background-color: transparent;
  border: none;
  min-width: 0px;
}
.scoreForm .info-panel > .info-panel-wrapper > .form-field-row {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  width: 33%;
}
.scoreForm .info-panel > .info-panel-wrapper > .form-field-row > label {
  color: #333333;
  padding-left: 20px;
  min-width: 70px;
  vertical-align: middle;
  width: 70px;
  display: table-cell;
  font-family: 'Lato Bold', Arial, Verdana, Helvetica, Sans-Serif;
  margin-right: 10px;
  text-align: left;
  line-height: 1;
}
.scoreForm .info-panel > .info-panel-wrapper > .hidden {
  display: none;
}
.scoreForm .info-panel > .grid-search-buttons {
  margin-top: 10px;
  text-align: right;
}
.scoreForm .info-panel > .info-panel-wrapper > .form-field-row > .form-field-wrapper {
  width: 100%;
}
.scoreForm .info-panel {
  background-color: #ffffff;
  padding: 20px 20px;
  padding-left: 0;
  margin: 10px 0;
}
