#new-structure-wizard .st-error-panel {
  padding: 0;
}

#new-structure-wizard .st-error-panel .st-note {
  padding: 20px;
}

#new-structure-wizard .st-error-panel ul {
  padding-bottom: 20px;
}

#new-structure-wizard .st-error-panel .content-container {
  border-width: 0;
}

#s-tpl-templates-chooser {
  box-sizing: border-box;
  padding: 20px 30px 20px 20px;
  height: 353px; /* 460 - header & footer */
  overflow-y: auto;
}

#s-tpl-list .s-tpl-list-row {
  display: table-row;
  width: 760px;
  font-size: 0;
}

#s-tpl-list .s-tpl-list-row .s-tpl-list-item ~ #s-tpl-list .s-tpl-list-row .s-tpl-list-item {
  margin-left: 10px;
}

#s-tpl-list .s-tpl-list-row .s-tpl-list-item {
  box-sizing: border-box;
  display: table-cell;
  position: relative;
  width: 380px;
  height: 100px;
  padding: 10px;

  cursor: pointer;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 5px;
}

#s-tpl-list .s-tpl-list-item.selected {
  background-color: #E6EFF8;
}

#s-tpl-list .s-tpl-list-item.disabled {
  opacity: .5;
  cursor: default;
}

#s-tpl-list .s-tpl-title {
  font-weight: bold;
  color: #172b4d;
  line-height: 16px;
  margin-left: 64px;
  margin-bottom: 6px;
}

#s-tpl-list .s-tpl-desc {
  color: #172b4d;
  line-height: 18px;
  margin-left: 64px;
}

#s-tpl-list .s-tpl-icon {
  position: absolute;
  left: 10px;
  top: 10px;
}

#s-tpl-step-container {
  box-sizing: border-box;
  height: 353px; /* 460 - header & footer */
}

#s-tpl-step-container .s-tpl-step {
  box-sizing: border-box;
  height: 353px;
  padding: 20px;
  background: no-repeat left center;
  background-size: 327px 354px;
}

#s-tpl-step-container .s-tpl-step .s-tpl-step-info {
  width: 287px;
  color: #6b778c;
}

#s-tpl-step-container .s-tpl-step-details {
  position: absolute;
  box-sizing: border-box;
  left: 325px;
  width: 485px;
  top: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 353px;
  padding: 20px;
}

#s-tpl-step-container .s-tpl-step-subtitle {
  font-size: 18px;
  color: #172b4d;
  line-height: 20px;
  margin-bottom: 20px;
}

#s-tpl-step-container .s-tpl-checkbox-label {
  display: flex;
  align-items: center;
  white-space: normal;
}

#s-tpl-step-container .s-tpl-checkbox-label .s-tpl-checkbox-wrap {
  display: flex;
  width: 25px;
  align-items: center;
  justify-content: space-around;
}

#s-tpl-step-container .s-tpl-checkbox-label input {
  margin: 0;
}

#s-tpl-step-container .s-tpl-field-annotation {
  margin-left: 25px;
  width: 400px;
  font-size: 12px;
  color: #707070;
  line-height: 14px;
  padding-top: 5px;
}

#s-tpl-step-container .field-group > label {
  margin-left: -105px;
  width: 90px;
  white-space: normal;
}

#s-tpl-step-container .field-group > .checkbox > input[type=checkbox] {
  position: absolute;
  left: 0;
  vertical-align: baseline;
  font-size: 14px;
}

#s-tpl-step-container .s-tpl-v-space {
  margin-top: 10px;
}

#s-tpl-step-container .s-tpl-long {
  max-width: 300px;
}

/* full screen decoration */
.aui-page-panel #s-new-structure-form .buttons-container {
  padding-left: 570px;
}
/* full screen decoration end */

#s-tpl-step-container .s-tpl-general textarea#description {
  resize: none;
  max-height: 130px;
}

.s-tpl-submit-hidden {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
}
