﻿.errored, .input-validation-error {
  border: 1px solid #f8d7da !important;
}

.inp-error-message {
  background: #bf314c;
  /*background: #cf5151;*/
  color: white;
  font-size: 13px;
  padding: 3px;
  clear: both;
}

.tippy-box[data-theme~=col_error] {
  background-color: #bf314c;
  color: #fff;
}

.tippy-box[data-theme~=col_error][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #bf314c;
}

.tippy-box[data-theme~=col_error][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #bf314c;
}

.tippy-box[data-theme~=col_error][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #bf314c;
}

.tippy-box[data-theme~=col_error][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #bf314c;
}

.color-selector {
  /*background-color: #f7f8f9;*/
  border: 1px solid #f7f8f9;
  cursor: pointer;
  position: relative;
}
.color-selector .ph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0.8em;
  color: #3e3e3e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-selector .clear {
  display: none;
  border-radius: 10px;
  font-size: 0.6em;
  background-color: #939393;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 3px;
  z-index: 9;
}
.color-selector:hover .clear {
  display: block;
}

.nav {
  /*display: flex;*/
}
.nav .nav-item {
  /*flex: 1 1 auto;*/
}
.nav .nav-item .nav-link {
  border: none;
  /*border-bottom: 1px solid #cdcdcd;*/
  color: #222;
  font-size: 1em;
  padding: 3px;
  text-align: center;
  /*background-color: #f5f5f5;*/
}
.nav .nav-item.active .nav-link {
  border-bottom: 2px solid #23282d;
  background-color: #fff;
  border-radius: 0;
  color: #23282d;
}

.clone-modal {
  margin-top: 10px;
}
.clone-modal .t {
  font-size: 0.8em;
  margin-top: 20px !important;
}

#form {
  /*   #pdf_designs {
         display: none !important;
     }*/
  /*border: 1px solid #ddd;
      border-radius: 3px;*/
  /* #props input {
      background-color: #fcfcfc;
  }*/
}
#form #content > #body .scroller {
  display: flex;
  flex-direction: column;
}
#form fieldset {
  width: 1020px;
}
#form #form_con {
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
}
#form #template {
  margin: 15px;
  position: relative;
}
#form #template {
  /*  #ls .c:hover {
      opacity: 1;
      background-color: #f7f8f9;
  }*/
}
#form #template label {
  margin-left: 5px;
  margin-top: 3px;
  font-size: 12px;
  margin: 0;
}
#form #template .clearFile {
  position: absolute;
  top: 8px;
  right: 25px;
}
#form #template .clearFile:hover {
  cursor: pointer;
  color: red;
}
#form #template #ls {
  margin-top: 5px;
  min-height: unset;
  position: relative;
}
#form #template #ls #ls_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
}
#form #template #ls .c {
  z-index: 9;
  position: relative;
  float: left;
  line-height: 24px;
  opacity: 0.8;
  font-size: 1em;
  cursor: pointer;
  padding: 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#form #template #ls .c:hover {
  background: #eaeaea;
}
#form #template #ls .c select {
  width: 120px;
  cursor: pointer;
}
#form #template #ls .c .ico {
  color: var(--action-icon-color);
  margin-right: 7px;
}
#form #template #ls .c.disabled {
  color: #b3b3b3;
  cursor: not-allowed;
}
#form #template #ls .c.disabled .ico {
  color: #b3b3b3;
}
#form #colour_pill {
  height: 20px;
  border-radius: 8px;
  width: 50px;
  margin-top: 3px;
}
#form .form-pickr .pcr-selection {
  height: 2.5em;
}
#form .form-pickr .pcr-selection .pcr-color-chooser {
  margin-top: 11px;
}
#form .form-pickr .pcr-selection .pcr-color-palette {
  position: absolute;
  left: -999px;
}
#form #template #ls label {
  margin: 0;
}
#form #FormTitle {
  height: 35px;
  font-size: 1.6em;
  border: none;
  border: 1px dashed #fff;
  padding: 5px;
  background-color: transparent;
}
#form #FormTitle:focus, #form #FormTitle:hover {
  border: none;
  border: 1px dashed #ccc;
  box-shadow: none;
}
#form #designer {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 900px;
  padding-top: 0px;
  display: flex;
  border-top: 1px solid #ddd;
}
#form #designer #elements {
  position: relative;
  flex: 0 0 200px;
  border-right: 1px solid #e2e2e2;
  height: 100%;
  overflow: auto;
}
#form #designer #elements h2 {
  /*  font-size: 12px;
  color: #667395;
  background-color: #e3e3e3;
  padding: 3px;
  font-weight: bold;
  border-bottom: 1px solid #bdbdbd;*/
  font-size: 18px;
  color: #243e4b;
  font-weight: bold;
  padding: 5px;
}
#form #designer #elements ul {
  /*padding: 0 3px;*/
  list-style: none;
  margin: 0;
}
#form #designer #elements ul li {
  /*background-color: #25a6c0;*/
  color: #242424;
  /*border-bottom: 1px solid #0e6678;*/
  /*border-bottom: 1px solid #b0b0b0;*/
  /*border-radius: 0 0 9px 0;*/
  position: relative;
  cursor: grab;
}
#form #designer #elements ul li span {
  height: 30px;
  display: block;
  float: left;
}
#form #designer #elements ul li .ic {
  text-align: center;
  width: 30px;
  /*background-color: #444b5e;
  color: #fff;*/
  /*background-color: #e3e3e3;*/
  color: #606060;
  line-height: 30px;
}
#form #designer #elements ul li .dis {
  margin-left: 5px;
  line-height: 30px;
  font-size: 0.8em;
}
#form #designer #elements ul li .di {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #9d9d9d;
  display: none;
}
#form #designer #elements ul li[draggable=false] {
  background-color: #d7d7d7;
  cursor: not-allowed;
}
#form #designer #elements ul li[draggable=false] .dis {
  color: #959595;
}
#form #designer #elements ul li[draggable=false] .di {
  display: none;
}
#form #formElements .element:hover .elBorder,
#form #designer #elements ul li[draggable=true]:hover .ic {
  background-color: #767d8e;
  color: #fff;
}
#form #formElements, #form #props {
  float: left;
}
#form #formElements {
  position: relative;
  background-color: #fff;
  flex: 1 1 auto;
}
#form #formElements #form_loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 999999;
}
#form #formElements #form_loader img {
  width: 200px;
}
#form #formElements .layout-hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#form #formElements .layout-hint > span {
  padding: 50px;
  text-align: center;
  border: 1px dashed #c3c3c3;
  color: #939393;
  font-size: 20px;
}
#form #formElements .nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
}
#form #formElements .nav .nav-item {
  width: 50%;
  flex: 1 1 auto;
}
#form #formElements .nav .nav-item .nav-link {
  border: none;
  /*border-bottom: 1px solid #cdcdcd;*/
  color: #222;
  font-size: 1em;
  padding: 3px;
  text-align: center;
  background-color: #f5f5f5;
}
#form #formElements .nav .nav-item.active .nav-link {
  border-bottom: 2px solid #23282d;
  background-color: #fff;
  border-radius: 0;
  color: #23282d;
}
#form #props .tab-content {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
}
#form .mCSB_dragger_bar {
  background-color: #444b5e;
}
#form .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
#form #formElements .tab-pane {
  /*background-color: #fff;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  overflow: auto;
  padding: 5px;
  padding-bottom: 500px;
}
#form #formElements .scheduled .tab-pane {
  top: 32px;
}
#form #formElements .tab-pane .mCustomScrollBox {
  padding: 10px 10px;
}
#form #formElements .tab-pane .mCustomScrollBox .mCSB_scrollTools {
  right: -3px;
}
#form #formElements .groups {
  padding-right: 3px;
}
#form #formElements .group {
  /*border: 1px solid #a9b8c2;*/
  border: 2px solid #fff;
  margin-bottom: 5px;
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
}
#form #formElements .group:hover {
  border: 2px solid #bfcfd9;
}
#form #formElements .group.active {
  border: 2px solid #5c76b4;
}
#form #formElements .group > .remove {
  right: 1px;
  top: 3px;
  height: 30px;
  width: 30px;
  position: absolute;
  line-height: 30px;
  text-align: center;
  color: #e36767;
}
#form #formElements .remove:hover {
  /*background-color: #f9b0b0;*/
  /*border: 1px solid #e36767;*/
  cursor: pointer;
  color: #CC1461;
}
#form #formElements .group .border {
  /*width: 15px;*/
  /*background-color: #A66388;*/
  /*border-right: 1px solid #A2A2A2;*/
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  padding: 1.5px;
  color: #e8e8e8;
  cursor: ns-resize;
  border: none !important;
}
#form #formElements .group .border:hover {
  color: #9cb2ce;
}
#form #formElements .ops {
  width: 0px;
}
#form #formElements .group .gnt .gn {
  float: left;
  display: block;
  width: 100%;
  height: 30px;
  font-size: 1.6em;
  border: none;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  background: none;
}
#form #formElements .group .gnt .gn:focus {
  border: none;
  border-bottom: 1px dashed #ccc;
  box-shadow: none;
}
#form #formElements .group .gnt .remove {
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  padding: 7px;
  display: block;
  float: left;
  font-size: 16px;
  color: #333333 !important;
  cursor: pointer;
}
#form #formElements .group .gnt span:hover {
  background-color: #f2f2f2;
}
#form #formElements .group .con {
  margin: 7px;
}
#form #formElements .group .con .gnt {
  display: flex;
  align-items: center;
}
#form #formElements .group .con .gnt .ico {
  color: #919191;
  font-size: 25px;
  margin-right: 5px;
}
#form #formElements .elements {
  min-height: 35px;
  margin-top: 10px;
}
#form #formElements .grid .elements {
  display: flex;
  flex-wrap: wrap;
}
#form #formElements .table .elements {
  display: none;
}
#form #formElements .table .table-container {
  overflow: auto;
  margin-top: 5px;
  border: 1px solid #d8ddee;
  scrollbar-width: thin;
  padding: 5px;
}
#form #formElements .table .drag {
  width: 10px;
  background-color: #9cb2ce;
  flex: 0 0 10px;
}
#form #formElements .table .cols .drag {
  background-color: unset;
}
#form #formElements .table .rows .drag {
  cursor: n-resize;
}
#form #formElements .table .cols {
  display: flex;
  margin-bottom: 2px;
}
#form #formElements .table .cols > div {
  display: flex;
  /*padding: 5px;*/
}
#form #formElements .table .cols .addCol {
  align-self: center;
  padding: 5px;
  font-size: 25px;
  color: #556e97;
  cursor: pointer;
}
#form #formElements .table .cols .addCol:hover {
  color: #233148;
}
#form #formElements .table .col {
  flex-basis: 250px;
  flex-grow: 0;
  flex-shrink: 0;
  min-height: 35px;
  position: relative;
  /*z-index: 0;*/
  padding: 0;
  flex-direction: column;
}
#form #formElements .table .cols .col > div:first-child {
  /*margin-right: 2px;*/
  display: flex;
  align-items: center;
  padding: 5px;
  flex: auto 1 1;
  height: 40px;
  /*flex: 0 0 250px;*/
}
#form #formElements .table .cols .col.selected > div:first-child {
  background-color: #fbf1ff;
}
#form #formElements .table .cols .col:hover > div:first-child {
  background-color: #f9f9f9;
}
#form #formElements .table .cols .col .inp {
  /*flex: auto 1 1;*/
  border: none;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
  float: left;
  width: 178px;
}
#form #formElements .table .cols .col .c-dd {
  display: none;
  color: #909090;
  cursor: pointer;
  transition-delay: 0.3s;
  transition: ease-in;
  transition-property: transform;
  float: left;
  padding: 5px 0px;
}
#form #formElements .table .cols .col.selected .c-dd,
#form #formElements .table .cols .col:hover .c-dd {
  display: flex;
  color: #909090;
  width: 30px;
}
#form #formElements .table .cols .col .c-dd:hover {
  transform: scale(1.2);
  color: #2e3b71;
}
#form #formElements .table .cols .col .c-dd span {
  /*align-self: center;*/
  text-align: center;
  width: 100%;
}
#form #formElements .table .cols .col .rem {
  display: none;
  /*align-self: center;*/
  float: left;
}
#form #formElements .table .cols .col.selected .rem,
#form #formElements .table .cols .col:hover .rem {
  display: block;
}
#form #formElements .table .rows .row {
  width: 100%;
  margin: 0;
  flex-wrap: unset;
  padding-bottom: 2px;
}
#form #formElements .table .rows .row .rem {
  align-self: center;
  flex: 0 0 30px;
  text-align: center;
}
#form #formElements .table .rows .row:last-child .rem {
  display: none;
}
#form #formElements .table .rows .col {
  /*padding: 2px;*/
  border-right: 1px solid #fff;
}
#form #formElements .table .rows .col input {
  /*margin: 3px 0;*/
  width: 100%;
  height: 100%;
  border: none;
  background-color: #f6f7f9;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
#form #formElements .table .rows .col input[readonly] {
  background-color: #ebedf0;
  cursor: default;
}
#form .dd-items {
  position: absolute;
  background-color: #fff;
  border: 1px solid #aaa;
  z-index: 999999;
}
#form .dd-items .dd-item {
  padding: 5px 10px;
}
#form .dd-items .dd-item:hover {
  cursor: pointer;
  background-color: #d5daf7;
}
#form .dd-items .dd-item .ico {
  margin-right: 10px;
  width: 15px;
  text-align: center;
}
#form #formElements .ph {
  width: 100%;
  padding-top: 5px;
  /*padding-bottom: 5px;*/
}
#form #formElements .ph > span {
  border: dashed 1px #ccc;
  background-color: #f6f6f6;
  height: 30px;
  display: block;
}
#form #formElements .element {
  padding-top: 5px;
  padding-right: 5px;
  position: relative;
}
#form #formElements .element.active .elBorder {
  background-color: #c92ec7;
  color: #f0f0f0;
}
#form #formElements .element.active .q {
  background-color: #fbf1ff;
}
#form #formElements .dt {
  height: 18px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  display: none;
  z-index: 3;
}
#form #formElements .db {
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 3;
}
#form #formElements .group > .dt {
  height: 35px;
}
#form #formElements .group > .db {
  height: 35px;
}
#form #formElements .group.drag > .dt:hover,
#form #formElements .group.drag > .db:hover {
  background-color: rgba(88, 159, 219, 0.45);
}
#form #formElements .group[data-grid=true] .ph {
  padding-top: 2px;
}
#form #formElements .group[data-grid=true] .ph span {
  margin-right: 5px;
}
#form #formElements .group[data-grid=true] .element .dt {
  height: unset;
  top: 0;
  left: 0;
  bottom: 0;
  right: unset;
  width: 50%;
}
#form #formElements .group[data-grid=true] .element .db {
  height: unset;
  top: 0;
  left: unset;
  bottom: 0;
  right: 0;
  width: 50%;
}
#form #formElements .drag .db:hover,
#form #formElements .drag .dt:hover {
  background-color: aqua;
}
#form #formElements .drag .db,
#form #formElements .drag .dt {
  display: block;
}
#form #formElements .element .elBorder {
  position: relative;
  width: 35px;
  height: 28px;
  float: left;
  line-height: 30px;
  vertical-align: middle;
  cursor: ns-resize;
  text-align: center;
  font-size: 15px;
  z-index: 2;
  color: #4a4a4a;
  background-color: #f7f8f9;
  margin: 1px 0 1px 1px;
}
#form #formElements .title {
  padding-top: 3px;
}
#form #formElements .title > span,
#form #formElements .element > input {
  float: left;
}
#form #formElements .title > span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #7d8184;
  margin-top: 5px;
}
#form #formElements .title > span:first-child {
  margin-left: 24px;
}
#form #formElements .element .inp {
  position: absolute;
  left: 0;
  right: 5px;
  z-index: 1;
}
#form #formElements .element .inp input {
  overflow: hidden;
  text-overflow: ellipsis;
}
#form #formElements .element .pd {
  position: absolute;
  right: 6px;
  color: #dadada;
  font-size: 12px;
  top: 6px;
  z-index: 9;
  background: #f7f7f7;
  padding-right: 10px;
  bottom: 0;
  padding-top: 5px;
  max-height: 28px;
}
#form #formElements .element .pd .en.act {
  color: #3adea7;
}
#form #formElements .element .pd .hid.act {
  color: #cb4242;
}
#form #formElements .element .pd .ev.act {
  color: #e9c81a;
}
#form #formElements .element .pd i {
  margin-left: 5px;
}
#form #formElements .element .q {
  height: 30px;
  font-size: 16px;
  /*border-radius: 0 0 6px 0px;*/
  padding-left: 40px;
  background-color: #f7f8f9;
  border-radius: 0;
  border: none;
}
#form #formElements .element .t {
  width: 155px;
  margin-right: 5px;
  float: left;
}
#form #formElements .title .t {
  padding-left: 41px;
}
#form #formElements .element .t .input-group-addon {
  padding: 6px 5px;
}
#form #formElements .element .t input {
  margin: 0;
  width: 100%;
}
#form #formElements .title .ch,
#form #formElements .element .ch {
  width: 70px;
}
#form #formElements .title .fcb,
#form #formElements .element .fcb {
  width: 70px;
  margin-left: 3px;
  padding-left: 1px;
}
#form #formElements .title .req,
#form #formElements .element .req,
#form #formElements .title .ena,
#form #formElements .element .ena {
  width: 60px;
  margin-left: 3px;
  padding-left: 1px;
  margin: 0;
}
#form #formElements .title .typ,
#form #formElements .element .typ {
  width: 70px;
  margin-left: 3px;
  padding-left: 1px;
  margin: 0;
}
#form #formElements .title .req,
#form #formElements .title .ena,
#form #formElements .title .typ {
  margin-top: 5px;
}
#form #formElements .element .remove {
  width: 38px;
  text-align: center;
  height: 25px;
  line-height: 20px;
  cursor: pointer;
}
#form #formElements #addGroup {
  padding: 10px;
  text-align: center;
  background-color: #dee5f2;
  /*border-radius: 9px 0 9px 0;*/
  color: #444b5e;
  font-size: 20px;
  cursor: pointer;
  border-radius: 3px;
}
#form #formElements #addGroup:hover {
  background-color: #c6e1e7;
}
#form #props {
  position: relative;
  flex: 0 0 360px;
  /*margin-left: 5px;*/
  /*padding-left: 5px;*/
  overflow: hidden;
  border-left: 1px solid #e2e2e2;
}
#form #props .nav {
  display: flex;
  background: #f5f5f5;
}
#form #props .nav .nav-item {
  width: 50%;
  flex: 1 1 auto;
}
#form #props .title {
  display: block;
  width: 100%;
  border: none;
  padding: 3px;
  max-height: 120px;
  overflow-y: auto;
  background: #f7f8f9;
  margin-bottom: 10px;
}
#form #props .tab-content > .tab-pane {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
#form #props .mCustomScrollBox {
  padding: 0px;
}
#form #props .mCSB_scrollTools {
  width: 12px;
  right: -3px;
}
#form #props #nqs {
  display: table;
  position: absolute;
  width: 100%;
  top: 40px;
}
#form #props #nqs > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#form #props #nqs > div span {
  padding: 20px;
  border: 1px dashed #c3c3c3;
  color: #c3c3c3;
  /*border-radius: 9px 0 9px 0;*/
  display: block;
  margin: 30px;
}
#form #props #pc {
  padding: 5px;
  padding-top: 10px;
}
#form #props .pt {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  /*color: #fff;
  background-color: #444b5e;*/
  color: #3e3e3e;
  background-color: #f7f7f7;
}
#form #props .pt i {
  text-align: center;
  padding-top: 6px;
  width: 35px;
  height: 29px;
  /*background-color: #23282d;*/
  background-color: #e3e3e3;
}
#form #props .pt span {
  padding: 5px;
  padding-left: 5px;
}
#form #props #prop_actions {
  display: flex;
  margin-top: 15px;
}
#form #props #prop_actions > div {
  padding: 7px;
  border: 1px solid;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  flex: auto;
  margin-right: 10px;
  opacity: 0.8;
}
#form #props #prop_actions > div:hover {
  opacity: 1;
}
#form #props #prop_actions > div:last-child {
  margin-right: 0px;
}
#form #props #prop_actions #del {
  background-color: #d05050;
  border-color: #831717;
  color: #fff;
}
#form #props #prop_actions #clone {
  background-color: #d09a50;
  border-color: #836617;
  color: #fff;
}
#form #props {
  /*#events {
      .obs {
          .t {
              > label {
                  text-align: center;
                  width: 100px;
                  display: block;
                  float: left;
                  color: #686868;
                  margin: 0;
                  font-size: 12px;
              }

              .v {
                  width: 100px;
                  display: inline-block;
              }
          }
      }

      .event {
          border: 1px solid #dde4e9;
          margin-bottom: 10px;


          .e-ops {
              display: flex;

              span {
                  &:first-child {
                      margin-left: auto;
                  }

                  padding: 5px;
                  cursor: pointer;
                  width: 26px;
                  text-align: center;
              }

              .remove {
                  &:hover {
                      background: #ec3232;
                  }
              }

              .clone {
                  &:hover {
                      background: #ecaa32;
                  }
              }
          }

          .e-pro {
              margin-top: 10px;
              position: relative;

              .p {
                  display: flex;
                  margin-right: 30px;
              }

              label {
                  float: left;
                  display: block;
                  width: 80px;
                  text-align: right;
                  color: #6c6c6c;
              }

              select {
                  height: 23px;
                  font-size: 14px;
              }

              > div {
                  > div {
                      float: left;
                      display: block;
                      width: 100px;
                      margin-left: 15px;
                      flex: 1 1 auto;
                  }
              }
          }

          .ev-con {
              .imp {
                  > div {
                      float: left;
                      width: 105px;
                      padding: 0 2px;
                  }

                  .r {
                      width: 15px;
                      text-align: center;
                      cursor: pointer;

                      &:hover {
                          color: #ec3232;
                      }
                  }

                  display: flex;
              }

              .q {
                  select {
                      width: 100%;
                      font-size: 11px;
                      height: 23px;
                  }
              }

              .o {
                  select {
                      width: 100%;
                      font-size: 11px;
                      height: 23px;
                  }
              }

              .v {
                  input {
                      width: 100%;
                      height: 23px;
                      padding-left: 3px;
                  }

                  input[type=checkbox] {
                      height: initial;
                      padding-left: 3px;
                  }
              }
          }

          .con {
              padding: 5px 5px 0px 5px;

              &:first-child {
                  .bound.or {
                      display: none;
                  }
              }

              .ev-con {
                  .obs {
                      &:first-child {
                          .bound.and {
                              display: none;
                          }

                          .t {
                              display: block;
                          }
                      }

                      .t {
                          display: none;
                      }
                  }
              }
          }
      }

      .bound {
          width: 100%;
          text-align: center;
          position: relative;

          .l {
              border-bottom: 1px solid #ccc;
              position: absolute;
              left: 0;
              right: 0;
              top: 10px;
              z-index: 0;
          }

          .a {
              background-color: #f5f5f5;
              z-index: 1;
              position: relative;
              padding: 0 5px;
              color: #6f6f6f;
          }
      }

      .bound.or {
          margin-bottom: 5px;
      }

      .bound.and {
          .a {
              font-size: 10px;
          }
      }

      .andCon {
          border: 1px solid #dddae8;
          padding: 2px;
          text-align: center;
          margin: 10px 2px 5px;
          background-color: #f7f8f9;
          color: #453589;
          cursor: pointer;
      }

      .orCon {
          border: 1px solid #d7c2c2;
          padding: 2px;
          text-align: center;
          margin: 10px 2px 5px;
          background-color: #f7f8f9;
          color: #962b2b;
          cursor: pointer;
      }

      #addEvent {
          border: 1px solid #c8990c;
          padding: 2px;
          text-align: center;
          margin: 5px 0;
          background-color: #f7f8f9;
          color: #ae8300;
          cursor: pointer;
      }
  }*/
}
#form #props .prop label {
  display: block;
  float: left;
  width: 120px;
  text-align: right;
  padding-right: 10px;
  font-weight: normal;
  text-align: right;
}
#form #props .prop > div {
  width: 200px;
  float: left;
}
#form #props .prop > div input[type=text] {
  width: 100%;
}
#form #props .prop > div select {
  width: 100%;
}
#form #props .opts > div {
  margin-bottom: 5px;
}
#form #props .opts label {
  margin-bottom: 0;
  width: 120px;
  text-align: right;
  padding-right: 10px;
  font-size: 0.8em;
}
#form #props .opts label.g {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #8c8c8c;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  color: #8c8c8c;
}
#form #props #events {
  margin-top: 15px;
}
#form #props #events #show_events {
  border: 1px solid #22386a;
  background-color: #3455a2;
  padding: 7px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  opacity: 0.8;
  color: #fff;
  border-radius: 2px;
}
#form #props #events #show_events:hover {
  opacity: 1;
}
#form .opts .pcb {
  display: flex;
}
#form .opts .pcb.direction-column {
  flex-direction: column;
}
#form .opts .pcb input {
  margin-right: 5px;
  cursor: pointer;
}
#form .opts .pcb label {
  font-weight: normal;
  cursor: pointer;
}
#form .opts .ptb {
  display: flex;
  align-items: center;
}
#form .opts .ptb.direction-column {
  flex-direction: column;
}
#form .opts .ptb label {
  width: 120px;
  float: left;
  text-align: right;
  padding-right: 10px;
  font-weight: normal;
}
#form .opts .ptb select {
  width: 100%;
  height: unset;
}
#form .opts .ptb > div {
  width: 200px;
  float: left;
}
#form .opts .inline-image-select {
  display: flex;
  align-items: center;
}
#form .opts .inline-image-select.direction-column {
  flex-direction: column;
}
#form .opts .inline-image-select label {
  width: 120px;
  float: left;
  text-align: right;
  padding-right: 10px;
  font-weight: normal;
}
#form .opts .inline-image-select > div {
  width: 200px;
  border: 1px solid #efefef;
  padding: 7px;
  cursor: pointer;
}
#form .opts .inline-image-select img {
  width: 100%;
}
#form .opts .radio-buttons {
  list-style: none;
}
#form .opts .radio-buttons li {
  margin-bottom: 5px;
}
#form .opts .radio-buttons .radio-name {
  float: left;
  width: 260px;
  height: 36px;
}
#form .opts .radio-buttons .radio-cp {
  float: left;
}
#form .opts .radio-buttons .radio-rem {
  float: left;
  line-height: 30px;
}
#form .opts .radioAddBtn {
  border: 1px solid #ccc;
  padding: 3px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
#form .opts .radioAddBtn:hover {
  border-color: #5c5c5c;
}
#form .opts .radioAddBtn span:first-child {
  margin-right: 5px;
}
#form .image-select {
  min-height: 215px;
  max-height: 800px;
  margin: 20px;
}
#form .image-select .img-con {
  width: 300px;
  min-height: 150px;
  max-height: 500px;
  border: 1px dashed #d7d7d7;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#form .image-select .img-con .img {
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex: 1;
  background-size: contain;
  background-position: center;
}
#form .image-select .ip {
  text-align: center;
  color: #808080;
}
#form .image-select .fw {
  position: relative;
  width: 300px;
  height: 50px;
  text-align: center;
  border: 1px solid #61aa95;
  border-radius: 3px;
  margin: 10px auto;
  background-color: #81dfc4;
}
#form .image-select .fw:hover {
  border-color: #396256;
}
#form .image-select .fw input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 70px;
}
#form .image-select .fw span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 45px;
}
#form .opts .dd-options {
  list-style: none;
}
#form .opts .dd-options li {
  margin-bottom: 5px;
}
#form .opts .dd-options .dd-name {
  float: left;
  width: 295px;
  height: 36px;
}
#form .opts .dd-options .dd-rem {
  float: left;
  line-height: 10px;
  padding: 10px;
}
#form .opts .ddAddBtn {
  border: 1px solid #ccc;
  padding: 3px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}
#form .opts .ddAddBtn:hover {
  border-color: #5c5c5c;
}
#form .opts .ddAddBtn span:first-child {
  margin-right: 5px;
}
#form .opts .dropdown-tree button {
  background: #fff;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0;
  display: block;
}
#form .modal-header {
  background-color: #f4f2f0;
  border: none;
  height: 70px;
  align-items: center;
}
#form #publish_modal .modal-dialog {
  width: 770px;
  height: 545px;
}
#form #publish_modal .modal-body {
  padding: 5px 5px 50px 5px;
}
#form #publish_modal .flow {
  display: flex;
  text-align: center;
  color: #939393;
  align-items: center;
  justify-content: center;
}
#form #publish_modal .c {
  font-size: 120px;
  padding: 30px;
}
#form #publish_modal .r {
  font-size: 40px;
  padding: 30px;
}
#form #publish_modal .n {
  font-size: 100px;
  padding: 30px;
}
#form #publish_modal p {
  text-align: center;
  margin: 20px 56px;
}
