.form-group {
  margin-bottom: 0; }

.row[class~='space-line'], div.space-line {
  border-bottom: 1px solid #a9c9e9;
  height: 0;
  width: 100%;
  margin-top: 20px; }

/* Checked list */
.domuly-checked-frame {
  margin-top: 17px; }
.domuly-checked-frame .area {
  -webkit-border-radius: 5px;;
  border-radius: 5px;;
  border: 1px solid #eceff2;
  background: #f7f9fb;
  display: table;
  width: 100%;
  padding: 0 13px 0 13px; }
.domuly-checked-frame:not(.inline) .area .domuly-checkbox-medium {
  float: left;
  padding-right: 50px; }
.domuly-checked-frame.inline .area .domuly-checkbox-medium {
  padding-bottom: 4px; }
.domuly-checked-frame .area[class~='div-2'] .domuly-checkbox-medium {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px; }
.domuly-checked-frame .domuly-checked-label {
  position: absolute;
  color: #a3aab3;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  padding-left: 14px;
  padding-bottom: 7px;
  margin: 0;
  top: -14px; }


/* List input group */
.domuly-list-group-space {
  width: 42px;
  text-align: center;
  vertical-align: middle;
  padding-top: 16px; }

/* Form field frame */
.domuly-label-control {
  /*@extend .form-control-label;*/
  position: relative;
  color: #a3aab3;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  padding-left: 14px;
  padding-bottom: 7px;
  margin: 0; }

.domuly-form-field-label {
  /*@extend .form-control-label;*/
  position: relative;
  color: #a3aab3;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  padding-left: 14px;
  padding-bottom: 7px;
  margin: 0; }

.domuly-form-field-help {
  /*@extend .form-control-label;*/
  position: relative;
  color: #a3aab3;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  padding-left: 14px;
  padding-bottom: 7px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
}
.domuly-form-field-help:hover {
  color: #1e8ff9;
}

.domuly-form-field { position: relative; }


.domuly-form-field-fix-row .domuly-form-field[class~='error'] {
  margin-bottom: 37px !important;
}

.domuly-form-field-fix-row .domuly-form-field[class~='error']:last-of-type {
  margin-bottom: 0 !important;
}


.domuly-form-field.range-slider {
  height: 40px;
}


.domuly-form-field .domuly-info .td {
  color: #a3aab3;
  font-family: 'Open Sans';
  font-size: 11px;
}
.domuly-form-field .domuly-info {
  position: absolute;
  top: -22px;
  right: 0;
}
.domuly-form-field .domuly-info .domuly-checkbox-small {
  left: 15px;
  top: 18px;
  position: relative;
}

.domuly-form-field {
  margin-top: 17px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  position: relative;
  /* Change select choise border */ }

.domuly-form-field.error .domuly-input-group {
  left: 4px;
}

.domuly-form-field .domuly-input-group {
  position: absolute;
  width: 40px;
  background: #e9ebef !important;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #dbdee4;
  top: 1px;
  left: 0;
  margin-left: 1px;
  color: #a1a2a5;
  text-align: center;
  font-size: 11px;
  line-height: 35px;
  padding-left: 1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.domuly-form-field .domuly-input-group.group-right {
  border-right: 0;
  border-left: 1px solid #dbdee4;
  right: 1px !important;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0;
  padding-right: 1px; }
.domuly-form-field.error {
  -webkit-border-radius: 5px;;
  -moz-border-radius: 5px;;
  border-radius: 5px;;
  padding: 0 4px 4px 4px;
  background: #f5e2e5;
  margin-top: 13px;	}
.domuly-form-field.error .domuly-input-group {
  top: 5px; }
.domuly-form-field.error .domuly-input-group.group-right {
  right: 5px !important; }
.domuly-form-field.error input.domuly-form-control-normal,
.domuly-form-field.error input.domuly-form-control-medium,
.domuly-form-field.error input.domuly-form-control-small,
.domuly-form-field.error textarea.domuly-form-control-textarea {
  border-color: #eb212e; }
.domuly-form-field.error .domuly-form-validation-message {
  color: #eb212e !important;
  padding: 3px 5px 0 5px;
  font-size: 12px; }
.domuly-form-field.error label {
  color: #eb212e !important;
  margin-top: -13px;
  /*padding-left: 10px !important;*/ }
.domuly-form-field.error .domuly-choice,
.domuly-form-field.error .domuly-drop-active {
  border-color: #eb212e !important; }

.domuly-form-field:not(.error) .domuly-form-validation-message {
  display: none; }

.domuly-form-reset-message {
  color: #1e8ff9 !important;
  padding: 3px 5px 0 5px;
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}

.domuly-form-field input,
.domuly-form-field textarea {
  order: 2;
  flex-direction: row;
  flex: 1 1 auto; }
.domuly-form-field input.text-right,
.domuly-form-field textarea.text-right {
  text-align: right; }

.domuly-form-field div {
  order: 3;
  flex-direction: row;
  flex: 1 1 auto; }

.domuly-form-field label {
  position: absolute;
  margin-top: -17px;
  order: 1;
  flex-direction: row;
  flex: 1 1 auto;
  line-height: 9px;
  left: 0 !important;
}
.domuly-form-field div.domuly-form-field-help {
  position: absolute;
  margin-top: -17px;
  order: 1;
  flex-direction: row;
  flex: 1 1 auto;
  line-height: 9px;
  right: 0 !important;
}

.domuly-form-field:not(.error) input:focus ~ label,
.domuly-form-field:not(.error) textarea:focus ~ label {
  color: #1e8ff9 !important;
  -webkit-transition: border-color ease-in-out 0.1s;
  -o-transition: border-color ease-in-out 0.1s;
  transition: border-color ease-in-out 0.1s; }

.domuly-form-control-description {
  color: #bdc4cb;
  font-size: 13px;
  padding: 5px; }

/* Input prototype */
.domuly-form-control, .domuly-form-control-normal, .domuly-form-control-medium, .domuly-form-control-small, .domuly-form-control-textarea {
  border: 1px solid #c6cbd4;
  -webkit-border-radius: 5px;;
  border-radius: 5px;;
  background-color: #fff;
  box-shadow: none;
  color: #1e8ff9;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color ease-in-out 0.1s;
  -o-transition: border-color ease-in-out 0.1s;
  transition: border-color ease-in-out 0.1s; }

.domuly-form-field.important input,
.domuly-form-field.important textarea,
.domuly-form-field.important .select2-container--default,
.domuly-form-field.important .select2-selection--single {
  border-color: #3cb3f1;
}
.domuly-form-field.important label {
  color: #3cb3f1;
}
.domuly-form-field.important .select2-container--open .select2-selection--single {
  border-color: #1e8ff9;
}
.domuly-form-field .select2-container--open .select2-selection--single {
  border-color: #1e8ff9;
}
.select2-container--open .select2-dropdown--below {
  border-color: #1e8ff9 !important;
}
.select2-dropdown {

}

.domuly-form-control.group:not(.group-right), .group.domuly-form-control-normal:not(.group-right), .group.domuly-form-control-medium:not(.group-right), .group.domuly-form-control-small:not(.group-right), .group.domuly-form-control-textarea:not(.group-right) {
  padding-left: 54px; }
.domuly-form-control.group.group-right, .group.group-right.domuly-form-control-normal, .group.group-right.domuly-form-control-medium, .group.group-right.domuly-form-control-small, .group.group-right.domuly-form-control-textarea {
  padding-right: 54px; }
.domuly-form-control:focus, .domuly-form-control-normal:focus, .domuly-form-control-medium:focus, .domuly-form-control-small:focus, .domuly-form-control-textarea:focus {
  box-shadow: inset 0 0 0 #1e8ff9 !important;
  border-color: #1e8ff9 !important; }


.domuly-form-control.loading, .loading.domuly-form-control-normal, .loading.domuly-form-control-medium, .loading.domuly-form-control-small, .loading.domuly-form-control-textarea {
  background-image: url("/img/backend/input-preloader.gif");
  background-position: right 5px center;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.domuly-form-control.ok, .ok.domuly-form-control-normal, .ok.domuly-form-control-medium, .ok.domuly-form-control-small, .ok.domuly-form-control-textarea {
  background-image: url("/img/main/form_success.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 35px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-form-control.ok, .ok.domuly-form-control-normal, .ok.domuly-form-control-medium, .ok.domuly-form-control-small, .ok.domuly-form-control-textarea {
    background-image: url("/img/main/form_success@2x.png");
    background-size: 17px 17px; } }

.domuly-form-control.error, .error.domuly-form-control-normal, .error.domuly-form-control-medium, .error.domuly-form-control-small{
  background-image: url("/img/main/form_error.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 35px;
  margin-top: 4px; }

.error.domuly-form-control-textarea {
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 35px;
  margin-top: 4px; }

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-form-control.error, .error.domuly-form-control-normal, .error.domuly-form-control-medium, .error.domuly-form-control-small, .error.domuly-form-control-textarea {
    background-image: url("/img/main/form_error@2x.png");
    background-size: 17px 17px; } }
.domuly-form-control.calendar, .calendar.domuly-form-control-normal, .calendar.domuly-form-control-medium, .calendar.domuly-form-control-small, .calendar.domuly-form-control-textarea {
  background-image: url("/img/backend/calendar_icon.png");
  background-position: right 8px top 6px;
  background-repeat: no-repeat;
  /*background-color: #fff;*/
  cursor: pointer;
  width: 136px; }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-form-control.calendar, .calendar.domuly-form-control-normal, .calendar.domuly-form-control-medium, .calendar.domuly-form-control-small, .calendar.domuly-form-control-textarea {
    background-image: url("/img/backend/calendar_icon@2x.png");
    background-size: 20px 20px; } }

.domuly-form-control.time, .time.domuly-form-control-normal, .time.domuly-form-control-medium, .time.domuly-form-control-small, .time.domuly-form-control-textarea {
  background-image: url("/img/backend/time_icon.png");
  background-position: right 8px top 6px;
  background-repeat: no-repeat;
  /*background-color: #fff;*/
  cursor: pointer;
  width: 136px; }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-form-control.time, .time.domuly-form-control-normal, .time.domuly-form-control-medium, .time.domuly-form-control-small, .time.domuly-form-control-textarea {
    background-image: url("/img/backend/time_icon@2x.png");
    background-size: 20px 20px; } }

.domuly-form-control-normal {
  height: 40px; }
.domuly-form-control-normal.domuly-input-group {
  height: 38px; }

.domuly-form-control-medium {
  height: 35px;
  line-height: 20px; }
.domuly-form-control-medium.domuly-input-group {
  height: 33px;
  line-height: 33px; }

.domuly-form-control-small {
  height: 30px; }
.domuly-form-control-small.domuly-input-group {
  height: 28px;
  line-height: 26px; }

.domuly-form-control-textarea {
  resize: none;
  padding-top: 10px; }

.domuly-form-control-feedback {
  position: absolute;
  height: 100%;
  width: 100%;
  margin-top: -8px;
  margin-right: 26px; }
.domuly-form-control-feedback.ok {
  background-image: url("/img/main/form_success.png");
  background-position: center right;
  background-repeat: no-repeat; }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-form-control-feedback.ok {
    background-image: url("/img/main/form_success@2x.png");
    background-size: 17px 17px; } }
.domuly-form-control-feedback.error {
  background-image: url("/img/main/form_error.png");
  background-position: center right;
  background-repeat: no-repeat; }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-form-control-feedback.error {
    background-image: url("/img/main/form_error@2x.png");
    background-size: 17px 17px; } }
.domuly-form-control-feedback.label-offset {
  margin-top: 12px; }

/* Checkbox */
.domuly-checkbox {
  font-size: 14px;
  font-family: "Open Sans";
  color: #A3AAB3;
  display: table; }
.domuly-checkbox:hover {
  color: #1e8ff9; }
.domuly-checkbox:active {
  color: #D05C14; }
.domuly-checkbox input[type=checkbox] {
  width: 25px;
  height: 0;
  margin: -5px 0 0 0 !important;
  padding: 0 !important;
  opacity: 0 !important; }
.domuly-checkbox input[type=checkbox] + label {
  background-image: url("/img/backend/checkbox_e_big.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 25px;
  line-height: 28px;
  display: inline-block;
  margin-left: -25px;
  padding-left: 35px;
  font-weight: normal !important;
  cursor: pointer; }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-checkbox input[type=checkbox] + label {
    background-image: url("/img/backend/checkbox_e_big@2x.png");
    background-size: 25px 25px; } }
.domuly-checkbox input[type=checkbox]:checked + label {
  background-image: url("/img/backend/checkbox_f_big.png"); }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-checkbox input[type=checkbox]:checked + label {
    background-image: url("/img/backend/checkbox_f_big@2x.png");
    background-size: 25px 25px; } }
.domuly-checkbox label {
  margin-bottom: 0; }

.domuly-checkbox-medium {
  font-size: 14px;

  font-family: "Open Sans";
  color: #A3AAB3;
  display: table; }
.domuly-checkbox-medium:hover {
  color: #1e8ff9; }
.domuly-checkbox-medium:active {
  color: #D05C14; }
.domuly-checkbox-medium input[type=checkbox] {
  width: 20px;
  height: 0;
  margin: -5px 0 0 0 !important;
  padding: 0 !important;
  opacity: 0 !important; }
.domuly-checkbox-medium.block input[type=checkbox] + label {
  width: 200px;
}
.domuly-checkbox-medium input[type=checkbox] + label {
  background-image: url("/img/backend/checkbox_e_medium.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 20px;
  line-height: 23px;
  display: inline-block;
  margin-left: -20px;
  padding-left: 30px;
  font-weight: normal !important;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 0px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-checkbox-medium input[type=checkbox] + label {
    background-image: url("/img/backend/checkbox_e_medium@2x.png");
    background-size: 20px 20px; } }
.domuly-checkbox-medium input[type=checkbox]:checked + label {
  background-image: url("/img/backend/checkbox_f_medium.png"); }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-checkbox-medium input[type=checkbox]:checked + label {
    background-image: url("/img/backend/checkbox_f_medium@2x.png");
    background-size: 20px 20px; } }
.domuly-checkbox-medium label {
  margin-bottom: 0; }

.domuly-checkbox-small {
  font-size: 14px;
  font-family: "Open Sans";
  color: #A3AAB3;
  display: table; }
.domuly-checkbox-small:hover {
  color: #1e8ff9; }
.domuly-checkbox-small:active {
  color: #D05C14; }
.domuly-checkbox-small input[type=checkbox] {
  width: 15px;
  height: 0;
  margin: -5px 0 0 0 !important;
  padding: 0 !important;
  opacity: 0 !important; }
.domuly-checkbox-small input[type=checkbox] + label {
  background-image: url("/img/backend/checkbox_e_small.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 15px;
  line-height: 18px;
  display: inline-block;
  margin-left: -15px;
  padding-left: 25px;
  font-weight: normal !important;
  cursor: pointer; }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-checkbox-small input[type=checkbox] + label {
    background-image: url("/img/backend/checkbox_e_small@2x.png");
    background-size: 15px 15px; } }
.domuly-checkbox-small input[type=checkbox]:checked + label {
  background-image: url("/img/backend/checkbox_f_small.png"); }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-checkbox-small input[type=checkbox]:checked + label {
    background-image: url("/img/backend/checkbox_f_small@2x.png");
    background-size: 15px 15px; } }
.domuly-checkbox-small label {
  margin-bottom: 0; }

/* Radio button */
.domuly-radio {
  font-size: 14px;
  font-family: "Open Sans";
  color: #A3AAB3;
  display: table; }
.domuly-radio:hover {
  color: #1e8ff9; }
.domuly-radio:active {
  color: #D05C14; }
.domuly-radio input[type=radio] {
  width: 25px;
  height: 0;
  margin: -5px 0 0 0 !important;
  padding: 0 !important;
  opacity: 0 !important; }
.domuly-radio input[type=radio] + label {
  background-image: url("/img/backend/radiobutton_e_big.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 25px;
  line-height: 28px;
  display: inline-block;
  margin-left: -21px;
  padding-left: 35px;
  font-weight: normal !important;
  cursor: pointer; }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-radio input[type=radio] + label {
    background-image: url("/img/backend/radiobutton_e_big@2x.png");
    background-size: 25px 25px; } }
.domuly-radio input[type=radio]:checked + label {
  background-image: url("/img/backend/radiobutton_f_big.png"); }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-radio input[type=radio]:checked + label {
    background-image: url("/img/backend/radiobutton_f_big@2x.png");
    background-size: 25px 25px; } }
.domuly-radio label {
  margin-bottom: 0; }

.domuly-radio-medium {
  font-size: 14px;
  font-family: "Open Sans";
  color: #A3AAB3;
  display: table; }
.domuly-radio-medium:hover {
  color: #1e8ff9; }
.domuly-radio-medium:active {
  color: #D05C14; }
.domuly-radio-medium input[type=radio] {
  width: 20px;
  height: 0;
  margin: -5px 0 0 0 !important;
  padding: 0 !important;
  opacity: 0 !important; }
.domuly-radio-medium input[type=radio] + label {
  background-image: url("/img/backend/radiobutton_e_medium.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 20px;
  line-height: 23px;
  display: inline-block;
  margin-left: -20px;
  padding-left: 30px;
  font-weight: normal !important;
  cursor: pointer; }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-radio-medium input[type=radio] + label {
    background-image: url("/img/backend/radiobutton_e_medium@2x.png");
    background-size: 20px 20px; } }
.domuly-radio-medium input[type=radio]:checked + label {
  background-image: url("/img/backend/radiobutton_f_medium.png"); }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-radio-medium input[type=radio]:checked + label {
    background-image: url("/img/backend/radiobutton_f_medium@2x.png");
    background-size: 20px 20px; } }
.domuly-radio-medium label {
  margin-bottom: 0; }

.domuly-radio-small {
  font-size: 14px;
  font-family: "Open Sans";
  color: #A3AAB3;
  display: table; }
.domuly-radio-small:hover {
  color: #1e8ff9; }
.domuly-radio-small:active {
  color: #D05C14; }
.domuly-radio-small input[type=radio] {
  width: 15px;
  height: 0;
  margin: -5px 0 0 0 !important;
  padding: 0 !important;
  opacity: 0 !important; }
.domuly-radio-small input[type=radio] + label {
  background-image: url("/img/backend/radiobutton_e_small.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 15px;
  line-height: 18px;
  display: inline-block;
  margin-left: -15px;
  padding-left: 25px;
  font-weight: normal !important;
  cursor: pointer; }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-radio-small input[type=radio] + label {
    background-image: url("/img/backend/radiobutton_e_small@2x.png");
    background-size: 15px 15px; } }
.domuly-radio-small input[type=radio]:checked + label {
  background-image: url("/img/backend/radiobutton_f_small.png"); }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-radio-small input[type=radio]:checked + label {
    background-image: url("/img/backend/radiobutton_f_small@2x.png");
    background-size: 15px 15px; } }
.domuly-radio-small label {
  margin-bottom: 0; }

/* Fillbox */
.domuly-fillbox {
  font-size: 14px;
  font-family: "Open Sans";
  color: #A3AAB3;
  display: table; }
.domuly-fillbox:hover {
  color: #1e8ff9; }
.domuly-fillbox:active {
  color: #D05C14; }
.domuly-fillbox input[type=radio] {
  width: 25px;
  height: 0;
  margin: -5px 0 0 0 !important;
  padding: 0 !important;
  opacity: 0 !important; }
.domuly-fillbox input[type=radio] + label {
  background-image: url("/img/backend/fillbox_color0_e_big.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 25px;
  line-height: 28px;
  display: inline-block;
  margin-left: -21px;
  padding-left: 35px;
  font-weight: normal !important;
  cursor: pointer; }
.domuly-fillbox.color0 input[type=radio] + label { background-image: url("/img/backend/fillbox_color0_e_big.png"); }
.domuly-fillbox.color1 input[type=radio] + label { background-image: url("/img/backend/fillbox_color1_e_big.png"); }
.domuly-fillbox.color2 input[type=radio] + label { background-image: url("/img/backend/fillbox_color2_e_big.png"); }
.domuly-fillbox.color3 input[type=radio] + label { background-image: url("/img/backend/fillbox_color3_e_big.png"); }
.domuly-fillbox.color4 input[type=radio] + label { background-image: url("/img/backend/fillbox_color4_e_big.png"); }
.domuly-fillbox.color5 input[type=radio] + label { background-image: url("/img/backend/fillbox_color5_e_big.png"); }
.domuly-fillbox.color6 input[type=radio] + label { background-image: url("/img/backend/fillbox_color6_e_big.png"); }
.domuly-fillbox.color7 input[type=radio] + label { background-image: url("/img/backend/fillbox_color7_e_big.png"); }
.domuly-fillbox.color8 input[type=radio] + label { background-image: url("/img/backend/fillbox_color8_e_big.png"); }
.domuly-fillbox.color9 input[type=radio] + label { background-image: url("/img/backend/fillbox_color9_e_big.png"); }
.domuly-fillbox.color10 input[type=radio] + label { background-image: url("/img/backend/fillbox_color10_e_big.png"); }
.domuly-fillbox.color11 input[type=radio] + label { background-image: url("/img/backend/fillbox_color11_e_big.png"); }

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-fillbox input[type=radio] + label { background-image: url("/img/backend/fillbox_color0_e_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color0 input[type=radio] + label { background-image: url("/img/backend/fillbox_color0_e_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color1 input[type=radio] + label { background-image: url("/img/backend/fillbox_color1_e_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color2 input[type=radio] + label { background-image: url("/img/backend/fillbox_color2_e_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color3 input[type=radio] + label { background-image: url("/img/backend/fillbox_color3_e_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color4 input[type=radio] + label { background-image: url("/img/backend/fillbox_color4_e_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color5 input[type=radio] + label { background-image: url("/img/backend/fillbox_color5_e_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color6 input[type=radio] + label { background-image: url("/img/backend/fillbox_color6_e_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color7 input[type=radio] + label { background-image: url("/img/backend/fillbox_color7_e_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color8 input[type=radio] + label { background-image: url("/img/backend/fillbox_color8_e_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color9 input[type=radio] + label { background-image: url("/img/backend/fillbox_color9_e_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color10 input[type=radio] + label { background-image: url("/img/backend/fillbox_color10_e_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color11 input[type=radio] + label { background-image: url("/img/backend/fillbox_color11_e_big@2x.png"); background-size: 25px 25px; }

}
.domuly-fillbox input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color0_f_big.png"); }
.domuly-fillbox.color0 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color0_f_big.png"); }
.domuly-fillbox.color1 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color1_f_big.png"); }
.domuly-fillbox.color2 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color2_f_big.png"); }
.domuly-fillbox.color3 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color3_f_big.png"); }
.domuly-fillbox.color4 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color4_f_big.png"); }
.domuly-fillbox.color5 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color5_f_big.png"); }
.domuly-fillbox.color6 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color6_f_big.png"); }
.domuly-fillbox.color7 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color7_f_big.png"); }
.domuly-fillbox.color8 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color8_f_big.png"); }
.domuly-fillbox.color9 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color9_f_big.png"); }
.domuly-fillbox.color10 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color10_f_big.png"); }
.domuly-fillbox.color11 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color11_f_big.png"); }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-fillbox input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color0_f_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color0 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color0_f_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color1 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color1_f_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color2 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color2_f_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color3 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color3_f_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color4 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color4_f_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color5 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color5_f_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color6 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color6_f_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color7 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color7_f_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color8 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color8_f_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color9 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color9_f_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color10 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color10_f_big@2x.png"); background-size: 25px 25px; }
  .domuly-fillbox.color11 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color11_f_big@2x.png"); background-size: 25px 25px; }
}
.domuly-fillbox label {
  margin-bottom: 0; }

.domuly-fillbox-medium {
  font-size: 14px;
  font-family: "Open Sans";
  color: #A3AAB3;
  display: table; }
.domuly-fillbox-medium:hover {
  color: #1e8ff9; }
.domuly-fillbox-medium:active {
  color: #D05C14; }
.domuly-fillbox-medium input[type=radio] {
  width: 20px;
  height: 0;
  margin: -5px 0 0 0 !important;
  padding: 0 !important;
  opacity: 0 !important; }
.domuly-fillbox-medium input[type=radio] + label {
  background-image: url("/img/backend/fillbox_color0_e_medium.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 20px;
  line-height: 23px;
  display: inline-block;
  margin-left: -20px;
  padding-left: 30px;
  font-weight: normal !important;
  cursor: pointer; }
.domuly-fillbox-medium.color0 input[type=radio] + label { background-image: url("/img/backend/fillbox_color0_e_medium.png"); }
.domuly-fillbox-medium.color1 input[type=radio] + label { background-image: url("/img/backend/fillbox_color1_e_medium.png"); }
.domuly-fillbox-medium.color2 input[type=radio] + label { background-image: url("/img/backend/fillbox_color2_e_medium.png"); }
.domuly-fillbox-medium.color3 input[type=radio] + label { background-image: url("/img/backend/fillbox_color3_e_medium.png"); }
.domuly-fillbox-medium.color4 input[type=radio] + label { background-image: url("/img/backend/fillbox_color4_e_medium.png"); }
.domuly-fillbox-medium.color5 input[type=radio] + label { background-image: url("/img/backend/fillbox_color5_e_medium.png"); }
.domuly-fillbox-medium.color6 input[type=radio] + label { background-image: url("/img/backend/fillbox_color6_e_medium.png"); }
.domuly-fillbox-medium.color7 input[type=radio] + label { background-image: url("/img/backend/fillbox_color7_e_medium.png"); }
.domuly-fillbox-medium.color8 input[type=radio] + label { background-image: url("/img/backend/fillbox_color8_e_medium.png"); }
.domuly-fillbox-medium.color9 input[type=radio] + label { background-image: url("/img/backend/fillbox_color9_e_medium.png"); }
.domuly-fillbox-medium.color10 input[type=radio] + label { background-image: url("/img/backend/fillbox_color10_e_medium.png"); }
.domuly-fillbox-medium.color11 input[type=radio] + label { background-image: url("/img/backend/fillbox_color11_e_medium.png"); }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-fillbox-medium input[type=radio] + label { background-image: url("/img/backend/fillbox_color0_e_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color0 input[type=radio] + label { background-image: url("/img/backend/fillbox_color0_e_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color1 input[type=radio] + label { background-image: url("/img/backend/fillbox_color1_e_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color2 input[type=radio] + label { background-image: url("/img/backend/fillbox_color2_e_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color3 input[type=radio] + label { background-image: url("/img/backend/fillbox_color3_e_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color4 input[type=radio] + label { background-image: url("/img/backend/fillbox_color4_e_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color5 input[type=radio] + label { background-image: url("/img/backend/fillbox_color5_e_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color6 input[type=radio] + label { background-image: url("/img/backend/fillbox_color6_e_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color7 input[type=radio] + label { background-image: url("/img/backend/fillbox_color7_e_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color8 input[type=radio] + label { background-image: url("/img/backend/fillbox_color8_e_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color9 input[type=radio] + label { background-image: url("/img/backend/fillbox_color9_e_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color10 input[type=radio] + label { background-image: url("/img/backend/fillbox_color10_e_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color11 input[type=radio] + label { background-image: url("/img/backend/fillbox_color11_e_medium@2x.png"); background-size: 20px 20px; }
}
.domuly-fillbox-medium input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color0_f_medium.png"); }
.domuly-fillbox-medium.color0 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color0_f_medium.png"); }
.domuly-fillbox-medium.color1 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color1_f_medium.png"); }
.domuly-fillbox-medium.color2 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color2_f_medium.png"); }
.domuly-fillbox-medium.color3 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color3_f_medium.png"); }
.domuly-fillbox-medium.color4 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color4_f_medium.png"); }
.domuly-fillbox-medium.color5 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color5_f_medium.png"); }
.domuly-fillbox-medium.color6 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color6_f_medium.png"); }
.domuly-fillbox-medium.color7 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color7_f_medium.png"); }
.domuly-fillbox-medium.color8 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color8_f_medium.png"); }
.domuly-fillbox-medium.color9 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color9_f_medium.png"); }
.domuly-fillbox-medium.color10 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color10_f_medium.png"); }
.domuly-fillbox-medium.color11 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color11_f_medium.png"); }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-fillbox-medium input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color0_f_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color0 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color0_f_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color1 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color1_f_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color2 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color2_f_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color3 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color3_f_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color4 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color4_f_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color5 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color5_f_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color6 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color6_f_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color7 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color7_f_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color8 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color8_f_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color9 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color9_f_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color10 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color10_f_medium@2x.png"); background-size: 20px 20px; }
  .domuly-fillbox-medium.color11 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color11_f_medium@2x.png"); background-size: 20px 20px; }
}
.domuly-fillbox-medium label {
  margin-bottom: 0; }

.domuly-fillbox-small {
  font-size: 14px;
  font-family: "Open Sans";
  color: #A3AAB3;
  display: table; }
.domuly-fillbox-small:hover {
  color: #1e8ff9; }
.domuly-fillbox-small:active {
  color: #D05C14; }
.domuly-fillbox-small input[type=radio] {
  width: 15px;
  height: 0;
  margin: -5px 0 0 0 !important;
  padding: 0 !important;
  opacity: 0 !important; }
.domuly-fillbox-small input[type=radio] + label {
  background-image: url("/img/backend/fillbox_color0_e_small.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 15px;
  line-height: 18px;
  display: inline-block;
  margin-left: -15px;
  padding-left: 25px;
  font-weight: normal !important;
  cursor: pointer; }
.domuly-fillbox-small.color0 input[type=radio] + label { background-image: url("/img/backend/fillbox_color0_e_small.png"); }
.domuly-fillbox-small.color1 input[type=radio] + label { background-image: url("/img/backend/fillbox_color1_e_small.png"); }
.domuly-fillbox-small.color2 input[type=radio] + label { background-image: url("/img/backend/fillbox_color2_e_small.png"); }
.domuly-fillbox-small.color3 input[type=radio] + label { background-image: url("/img/backend/fillbox_color3_e_small.png"); }
.domuly-fillbox-small.color4 input[type=radio] + label { background-image: url("/img/backend/fillbox_color4_e_small.png"); }
.domuly-fillbox-small.color5 input[type=radio] + label { background-image: url("/img/backend/fillbox_color5_e_small.png"); }
.domuly-fillbox-small.color6 input[type=radio] + label { background-image: url("/img/backend/fillbox_color6_e_small.png"); }
.domuly-fillbox-small.color7 input[type=radio] + label { background-image: url("/img/backend/fillbox_color7_e_small.png"); }
.domuly-fillbox-small.color8 input[type=radio] + label { background-image: url("/img/backend/fillbox_color8_e_small.png"); }
.domuly-fillbox-small.color9 input[type=radio] + label { background-image: url("/img/backend/fillbox_color9_e_small.png"); }
.domuly-fillbox-small.color10 input[type=radio] + label { background-image: url("/img/backend/fillbox_color10_e_small.png"); }
.domuly-fillbox-small.color11 input[type=radio] + label { background-image: url("/img/backend/fillbox_color11_e_small.png"); }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-fillbox-small input[type=radio] + label { background-image: url("/img/backend/fillbox_color0_e_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color0 input[type=radio] + label { background-image: url("/img/backend/fillbox_color0_e_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color1 input[type=radio] + label { background-image: url("/img/backend/fillbox_color1_e_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color2 input[type=radio] + label { background-image: url("/img/backend/fillbox_color2_e_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color3 input[type=radio] + label { background-image: url("/img/backend/fillbox_color3_e_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color4 input[type=radio] + label { background-image: url("/img/backend/fillbox_color4_e_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color5 input[type=radio] + label { background-image: url("/img/backend/fillbox_color5_e_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color6 input[type=radio] + label { background-image: url("/img/backend/fillbox_color6_e_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color7 input[type=radio] + label { background-image: url("/img/backend/fillbox_color7_e_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color8 input[type=radio] + label { background-image: url("/img/backend/fillbox_color8_e_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color9 input[type=radio] + label { background-image: url("/img/backend/fillbox_color9_e_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color10 input[type=radio] + label { background-image: url("/img/backend/fillbox_color10_e_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color11 input[type=radio] + label { background-image: url("/img/backend/fillbox_color11_e_small@2x.png"); background-size: 15px 15px; }
}
.domuly-fillbox-small input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color0_f_small.png"); }
.domuly-fillbox-small.color0 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color0_f_small.png"); }
.domuly-fillbox-small.color1 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color1_f_small.png"); }
.domuly-fillbox-small.color2 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color2_f_small.png"); }
.domuly-fillbox-small.color3 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color3_f_small.png"); }
.domuly-fillbox-small.color4 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color4_f_small.png"); }
.domuly-fillbox-small.color5 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color5_f_small.png"); }
.domuly-fillbox-small.color6 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color6_f_small.png"); }
.domuly-fillbox-small.color7 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color7_f_small.png"); }
.domuly-fillbox-small.color8 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color8_f_small.png"); }
.domuly-fillbox-small.color9 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color9_f_small.png"); }
.domuly-fillbox-small.color10 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color10_f_small.png"); }
.domuly-fillbox-small.color11 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color11_f_small.png"); }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-fillbox-small input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color0_f_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color0 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color0_f_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color1 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color1_f_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color2 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color2_f_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color3 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color3_f_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color4 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color4_f_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color5 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color5_f_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color6 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color6_f_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color7 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color7_f_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color8 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color8_f_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color9 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color9_f_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color10 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color10_f_small@2x.png"); background-size: 15px 15px; }
  .domuly-fillbox-small.color11 input[type=radio]:checked + label { background-image: url("/img/backend/fillbox_color11_f_small@2x.png"); background-size: 15px 15px; }
}
.domuly-fillbox-small label {
  margin-bottom: 0; }



.domuly-preview-button .row {
  margin-bottom: 16px; }

.domuly-preview-button .row:last-child {
  margin-bottom: 16px; }

.domuly-preview-button .col-sm-4 {
  width: auto !important;
  margin-right: 96px; }

/* button normal */
/* preview default button */
.domuly-button-default-preview-hover {
  background-color: #FF9A5C !important;
  border-color: #FF9A5C !important;
  color: #FFFFFF !important; }

.domuly-button-default-preview-active {
  background-color: #D05C14 !important;
  border-color: #D05C14 !important;
  color: #FFFFFF !important; }

/* visual cancel button */
.domuly-button-cancel {
  border-radius: 5px;
  border-color: #cf2e2e;
  background-color: #cf2e2e;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 7px 0 6px 0;
  font-size: 16px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-cancel:link {
  border-color: #cf2e2e;
  background-color: #cf2e2e;
  color: #FFFFFF; }
.domuly-button-cancel:visited {
  border-color: #cf2e2e;
  background-color: #cf2e2e;
  color: #FFFFFF; }
.domuly-button-cancel:focus {
  border-color: #cf2e2e;
  background-color: #cf2e2e;
  color: #FFFFFF; }
.domuly-button-cancel:hover {
  border-color: #ff5c5c;
  background-color: #ff5c5c;
  color: #FFFFFF; }
.domuly-button-cancel:active {
  border-color: #d01414;
  background-color: #d01414;
  color: #FFFFFF; }

/* visual default button */
.domuly-button-default {
  border-radius: 5px;;
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 7px 0 6px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-default:link {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-default:visited {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-default:focus {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-default:hover {
  border-color: #FF9A5C;
  background-color: #FF9A5C;
  color: #FFFFFF; }
.domuly-button-default:active {
  border-color: #D05C14;
  background-color: #D05C14;
  color: #FFFFFF; }

.domuly-button-default-medium {
  border-radius: 5px;;
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 5px 0 4px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-default-medium:link {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-default-medium:visited {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-default-medium:focus {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-default-medium:hover {
  border-color: #FF9A5C;
  background-color: #FF9A5C;
  color: #FFFFFF; }
.domuly-button-default-medium:active {
  border-color: #D05C14;
  background-color: #D05C14;
  color: #FFFFFF; }

.domuly-button-default-small {
  border-radius: 5px;;
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 2px 0 1px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-default-small:link {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-default-small:visited {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-default-small:focus {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-default-small:hover {
  border-color: #FF9A5C;
  background-color: #FF9A5C;
  color: #FFFFFF; }
.domuly-button-default-small:active {
  border-color: #D05C14;
  background-color: #D05C14;
  color: #FFFFFF; }

/* preview primary button disabled */
.domuly-button-default.disabled,
.domuly-button-primary.disabled,
.domuly-button-primary-light.disabled {
  cursor: default;
  background-color: #8a8a8a !important;
  border-color: #8a8a8a !important;
  color: #FFFFFF !important; }

/* preview primary button */
.domuly-button-primary-preview-hover {
  background-color: var(--basic-color-1a) !important;
  border-color: var(--basic-color-1a) !important;
  color: #FFFFFF !important; }

.domuly-button-primary-preview-active {
  background-color: #152331 !important;
  border-color: #152331 !important;
  color: #FFFFFF !important; }

/* visual primary button */
.domuly-button-primary {
  border-radius: 5px;;
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 7px 0 6px 0;
  font-size: 16px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-primary:link {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-primary:visited {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-primary:focus {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-primary:hover {
  border-color: var(--basic-color-1a);
  background-color: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-primary:active {
  border-color: #152331;
  background-color: #152331;
  color: #FFFFFF; }

.domuly-button-primary-medium {
  border-radius: 5px;;
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 5px 0 4px 0;
  font-size: 16px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-primary-medium:link {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-primary-medium:visited {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-primary-medium:focus {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-primary-medium:hover {
  border-color: var(--basic-color-1a);
  background-color: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-primary-medium:active {
  border-color: #152331;
  background-color: #152331;
  color: #FFFFFF; }

.domuly-button-primary-small {
  border-radius: 5px;;
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 2px 0 1px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-primary-small:link {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-primary-small:visited {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-primary-small:focus {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-primary-small:hover {
  border-color: var(--basic-color-1a);
  background-color: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-primary-small:active {
  border-color: #152331;
  background-color: #152331;
  color: #FFFFFF; }

/* preview primary-light button */
.domuly-button-primary-light-preview-hover {
  background-color: #4397E9 !important;
  border-color: #4397E9 !important;
  color: #FFFFFF !important; }

.domuly-button-primary-light-preview-active {
  background-color: #2D6DAC !important;
  border-color: #2D6DAC !important;
  color: #FFFFFF !important; }

/* visual primary-light button */
.domuly-button-primary-light {
  border-radius: 5px;;
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 7px 0 6px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-primary-light:link {
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF; }
.domuly-button-primary-light:visited {
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF; }
.domuly-button-primary-light:focus {
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF; }
.domuly-button-primary-light:hover {
  border-color: #4397E9;
  background-color: #4397E9;
  color: #FFFFFF; }
.domuly-button-primary-light:active {
  border-color: #2D6DAC;
  background-color: #2D6DAC;
  color: #FFFFFF; }

.domuly-button-primary-light.domuly-button-form-add {
  background-image: url('/img/backend/icon-plus-hover.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.form-select-option {
  width: 100%;
}
.form-select-option .td:last-child {
  width: 40px;
}
.form-select-option .td:last-child .domuly-button-primary-light {
  margin-left: 10px;
  margin-top: -5px;
  width: 40px;
}

.domuly-button-primary-light-medium {
  border-radius: 5px;;
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 5px 0 4px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-primary-light-medium:link {
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF; }
.domuly-button-primary-light-medium:visited {
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF; }
.domuly-button-primary-light-medium:focus {
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF; }
.domuly-button-primary-light-medium:hover {
  border-color: #4397E9;
  background-color: #4397E9;
  color: #FFFFFF; }
.domuly-button-primary-light-medium:active {
  border-color: #2D6DAC;
  background-color: #2D6DAC;
  color: #FFFFFF; }

.domuly-button-primary-light-small {
  border-radius: 5px;;
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 2px 0 1px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-primary-light-small:link {
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF; }
.domuly-button-primary-light-small:visited {
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF; }
.domuly-button-primary-light-small:focus {
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF; }
.domuly-button-primary-light-small:hover {
  border-color: #4397E9;
  background-color: #4397E9;
  color: #FFFFFF; }
.domuly-button-primary-light-small:active {
  border-color: #2D6DAC;
  background-color: #2D6DAC;
  color: #FFFFFF; }



.domuly-button-filter-small {
  border-color: #fff;
  background: #fff;
  height: 44px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: #7f8d9e;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 42px;
  outline: none !important;
  box-shadow: none !important;
  display: table;}
.domuly-button-filter-small:link {
  border-color: #fff;
  background-color: #fff;
  color: #7f8d9e; }
.domuly-button-filter-small:visited {
  border-color: #fff;
  background-color: #fff;
  color: #7f8d9e; }
.domuly-button-filter-small:focus {
  border-color: #fff;
  background-color: #fff;
  color: #7f8d9e; }
.domuly-button-filter-small:hover {
  border-color: #c7262f;
  background: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-filter-small:active {
  border-color: #b2262e;
  background: #1e8ff9;
  color: #FFFFFF; }

/* preview danger button */
.domuly-button-danger-preview-hover {
  background-color: #E83842 !important;
  border-color: #E83842 !important;
  color: #FFFFFF !important; }

.domuly-button-danger-preview-active {
  background-color: #931E25 !important;
  border-color: #931E25 !important;
  color: #FFFFFF !important; }

/* visual danger button */
.domuly-button-danger {
  border-radius: 5px;;
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 7px 0 6px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-danger:link {
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-danger:visited {
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-danger:focus {
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-danger:hover {
  border-color: #E83842;
  background-color: #E83842;
  color: #FFFFFF; }
.domuly-button-danger:active {
  border-color: #931E25;
  background-color: #931E25;
  color: #FFFFFF; }

.domuly-button-danger-medium {
  border-radius: 5px;;
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 5px 0 4px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-danger-medium:link {
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-danger-medium:visited {
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-danger-medium:focus {
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-danger-medium:hover {
  border-color: #E83842;
  background-color: #E83842;
  color: #FFFFFF; }
.domuly-button-danger-medium:active {
  border-color: #931E25;
  background-color: #931E25;
  color: #FFFFFF; }

.domuly-button-danger-small {
  border-radius: 5px;;
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 2px 0 1px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-danger-small:link {
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-danger-small:visited {
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-danger-small:focus {
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-danger-small:hover {
  border-color: #E83842;
  background-color: #E83842;
  color: #FFFFFF; }
.domuly-button-danger-small:active {
  border-color: #931E25;
  background-color: #931E25;
  color: #FFFFFF; }

/* preview warning button */
.domuly-button-warning-preview-hover {
  background-color: #F96931 !important;
  border-color: #F96931 !important;
  color: #FFFFFF !important; }

.domuly-button-warning-preview-active {
  background-color: #CB4A18 !important;
  border-color: #CB4A18 !important;
  color: #FFFFFF !important; }

/* visual warning button */
.domuly-button-warning {
  border-radius: 5px;;
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 7px 0 6px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-warning:link {
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF; }
.domuly-button-warning:visited {
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF; }
.domuly-button-warning:focus {
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF; }
.domuly-button-warning:hover {
  border-color: #F96931;
  background-color: #F96931;
  color: #FFFFFF; }
.domuly-button-warning:active {
  border-color: #CB4A18;
  background-color: #CB4A18;
  color: #FFFFFF; }

.domuly-button-warning-medium {
  border-radius: 5px;;
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 5px 0 4px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-warning-medium:link {
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF; }
.domuly-button-warning-medium:visited {
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF; }
.domuly-button-warning-medium:focus {
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF; }
.domuly-button-warning-medium:hover {
  border-color: #F96931;
  background-color: #F96931;
  color: #FFFFFF; }
.domuly-button-warning-medium:active {
  border-color: #CB4A18;
  background-color: #CB4A18;
  color: #FFFFFF; }

.domuly-button-warning-small {
  border-radius: 5px;;
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 2px 0 1px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-warning-small:link {
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF; }
.domuly-button-warning-small:visited {
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF; }
.domuly-button-warning-small:focus {
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF; }
.domuly-button-warning-small:hover {
  border-color: #F96931;
  background-color: #F96931;
  color: #FFFFFF; }
.domuly-button-warning-small:active {
  border-color: #CB4A18;
  background-color: #CB4A18;
  color: #FFFFFF; }

/* preview light button */
.domuly-button-light-preview-hover {
  background-color: #FFBD62 !important;
  border-color: #FFBD62 !important;
  color: #FFFFFF !important; }

.domuly-button-light-preview-active {
  background-color: #E89119 !important;
  border-color: #E89119 !important;
  color: #FFFFFF !important; }

/* visual light button */
.domuly-button-light {
  border-radius: 5px;;
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 7px 0 6px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-light:link {
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF; }
.domuly-button-light:visited {
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF; }
.domuly-button-light:focus {
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF; }
.domuly-button-light:hover {
  border-color: #FFBD62;
  background-color: #FFBD62;
  color: #FFFFFF; }
.domuly-button-light:active {
  border-color: #E89119;
  background-color: #E89119;
  color: #FFFFFF; }

.domuly-button-light-medium {
  border-radius: 5px;;
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 5px 0 4px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-light-medium:link {
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF; }
.domuly-button-light-medium:visited {
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF; }
.domuly-button-light-medium:focus {
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF; }
.domuly-button-light-medium:hover {
  border-color: #FFBD62;
  background-color: #FFBD62;
  color: #FFFFFF; }
.domuly-button-light-medium:active {
  border-color: #E89119;
  background-color: #E89119;
  color: #FFFFFF; }

.domuly-button-light-small {
  border-radius: 5px;;
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 2px 0 1px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-light-small:link {
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF; }
.domuly-button-light-small:visited {
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF; }
.domuly-button-light-small:focus {
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF; }
.domuly-button-light-small:hover {
  border-color: #FFBD62;
  background-color: #FFBD62;
  color: #FFFFFF; }
.domuly-button-light-small:active {
  border-color: #E89119;
  background-color: #E89119;
  color: #FFFFFF; }

/* visual light button */
.domuly-button-progress-upload {
  border-radius: 5px;;
  border-color: #9ca7b3 !important;
  background-color: #9ca7b3 !important;
  color: #FFFFFF;
}


.domuly-button-progress-upload .button-progress-bar {
  background: #1e8ff9;
  border-color: #1e8ff9;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.wizard .wizard-frame-userdata .domuly-list-frame[class~='error'] .label-list,
.wizard .wizard-frame-userdata .domuly-list-frame[class~='error'] .domuly-radio {
  color: #eb212e;
  /*margin-top: -13px;*/

}

.wizard .wizard-frame-userdata .domuly-list-frame .frame-list {
  margin: 0 !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.wizard .wizard-frame-userdata .domuly-list-frame[class~='error'] .frame-list {
  color: #eb212e;
  /*margin-top: -13px;*/

  -webkit-border-radius: 5px;;
  -moz-border-radius: 5px;;
  border-radius: 5px;;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-top: -8px !important;
  /*padding: 0 4px 4px 4px;*/
  background: #f5e2e5;
  /*margin-top: 13px;	*/
}

.wizard .wizard-frame-userdata .domuly-list-frame .frame-list .row {
  margin: 0;
}

.wizard .wizard-frame-userdata .domuly-list-frame .frame-list .row .col-sm-12 {
  margin: 0;
  padding: 0;
}

.wizard .wizard-frame-userdata .domuly-list-frame .domuly-form-validation-message {
  display: none;
}
.wizard .wizard-frame-userdata .domuly-list-frame[class~='error'] .domuly-form-validation-message {
  color: #eb212e;
  padding: 3px 5px 0 10px;
  font-size: 12px;
  display: block;
}

.wizard .wizard-frame-userdata .col-email,
.wizard .wizard-frame-userdata .field-usersex {
  margin: 0;
  padding: 0;
}

.wizard .wizard-frame-userdata .row-title {
  margin: 0;
}

.wizard .wizard-frame-userdata .domuly-list-frame .col-list {
  padding: 0;
}

/* button rounded */
/* preview default button */
.domuly-button-round-default-preview-hover {
  background-color: #FF9A5C !important;
  border-color: #FF9A5C !important;
  color: #FFFFFF !important; }

.domuly-button-round-default-preview-active {
  background-color: #D05C14 !important;
  border-color: #D05C14 !important;
  color: #FFFFFF !important; }

/* visual default button */
.domuly-button-round-default {
  border-radius: 25px;
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 7px 0 6px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-default:link, .domuly-button-round-default:visited, .domuly-button-round-default:focus {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-round-default:hover {
  border-color: #FF9A5C;
  background-color: #FF9A5C;
  color: #FFFFFF; }
.domuly-button-round-default:active {
  border-color: #D05C14;
  background-color: #D05C14;
  color: #FFFFFF; }

.domuly-button-round-default-medium {
  border-radius: 20px;
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 5px 0 4px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-default-medium:link, .domuly-button-round-default-medium:visited, .domuly-button-round-default-medium:focus {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-round-default-medium:hover {
  border-color: #FF9A5C;
  background-color: #FF9A5C;
  color: #FFFFFF; }
.domuly-button-round-default-medium:active {
  border-color: #D05C14;
  background-color: #D05C14;
  color: #FFFFFF; }

.domuly-button-round-default-small {
  border-radius: 15px;
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 2px 0 1px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-default-small:link, .domuly-button-round-default-small:visited, .domuly-button-round-default-small:focus {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-round-default-small:hover {
  border-color: #FF9A5C;
  background-color: #FF9A5C;
  color: #FFFFFF; }
.domuly-button-round-default-small:active {
  border-color: #D05C14;
  background-color: #D05C14;
  color: #FFFFFF; }

/* preview primary button */
.domuly-button-round-primary-preview-hover {
  background-color: var(--basic-color-1a) !important;
  border-color: var(--basic-color-1a) !important;
  color: #FFFFFF !important; }

.domuly-button-round-primary-preview-active {
  background-color: #152331 !important;
  border-color: #152331 !important;
  color: #FFFFFF !important; }

/* visual primary button */
.domuly-button-round-primary {
  border-radius: 25px;
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 7px 0 6px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-primary:link, .domuly-button-round-primary:visited, .domuly-button-round-primary:focus {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-round-primary:hover {
  border-color: var(--basic-color-1a);
  background-color: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-round-primary:active {
  border-color: #152331;
  background-color: #152331;
  color: #FFFFFF; }

.domuly-button-round-primary-medium {
  border-radius: 20px;
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 5px 0 4px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-primary-medium:link, .domuly-button-round-primary-medium:visited, .domuly-button-round-primary-medium:focus {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-round-primary-medium:hover {
  border-color: var(--basic-color-1a);
  background-color: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-round-primary-medium:active {
  border-color: #152331;
  background-color: #152331;
  color: #FFFFFF; }

.domuly-button-round-primary-small {
  border-radius: 15px;
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 2px 0 1px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-primary-small:link, .domuly-button-round-primary-small:visited, .domuly-button-round-primary-small:focus {
  border-color: #1e8ff9;
  background-color: #1e8ff9;
  color: #FFFFFF; }
.domuly-button-round-primary-small:hover {
  border-color: var(--basic-color-1a);
  background-color: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-round-primary-small:active {
  border-color: #152331;
  background-color: #152331;
  color: #FFFFFF; }

/* preview primary-light button */
.domuly-button-round-primary-light-preview-hover {
  background-color: #4397E9 !important;
  border-color: #4397E9 !important;
  color: #FFFFFF !important; }

.domuly-button-round-primary-light-preview-active {
  background-color: #2D6DAC !important;
  border-color: #2D6DAC !important;
  color: #FFFFFF !important; }

/* visual primary-light button */
.domuly-button-round-primary-light {
  border-radius: 25px;
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 7px 0 6px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-primary-light:link, .domuly-button-round-primary-light:visited, .domuly-button-round-primary-light:focus {
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF; }
.domuly-button-round-primary-light:hover {
  border-color: #4397E9;
  background-color: #4397E9;
  color: #FFFFFF; }
.domuly-button-round-primary-light:active {
  border-color: #2D6DAC;
  background-color: #2D6DAC;
  color: #FFFFFF; }

.domuly-button-round-primary-light-medium {
  border-radius: 20px;
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 5px 0 4px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-primary-light-medium:link, .domuly-button-round-primary-light-medium:visited, .domuly-button-round-primary-light-medium:focus {
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF; }
.domuly-button-round-primary-light-medium:hover {
  border-color: #4397E9;
  background-color: #4397E9;
  color: #FFFFFF; }
.domuly-button-round-primary-light-medium:active {
  border-color: #2D6DAC;
  background-color: #2D6DAC;
  color: #FFFFFF; }

.domuly-button-round-primary-light-small {
  border-radius: 15px;
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 2px 0 1px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-primary-light-small:link, .domuly-button-round-primary-light-small:visited, .domuly-button-round-primary-light-small:focus {
  border-color: #3583CF;
  background-color: #3583CF;
  color: #FFFFFF; }
.domuly-button-round-primary-light-small:hover {
  border-color: #4397E9;
  background-color: #4397E9;
  color: #FFFFFF; }
.domuly-button-round-primary-light-small:active {
  border-color: #2D6DAC;
  background-color: #2D6DAC;
  color: #FFFFFF; }

/* preview danger button */
.domuly-button-round-danger-preview-hover {
  background-color: #E83842 !important;
  border-color: #E83842 !important;
  color: #FFFFFF !important; }

.domuly-button-round-danger-preview-active {
  background-color: #931E25 !important;
  border-color: #931E25 !important;
  color: #FFFFFF !important; }

/* visual danger button */
.domuly-button-round-danger {
  border-radius: 25px;
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 7px 0 6px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-danger:link, .domuly-button-round-danger:visited, .domuly-button-round-danger:focus {
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-round-danger:hover {
  border-color: #E83842;
  background-color: #E83842;
  color: #FFFFFF; }
.domuly-button-round-danger:active {
  border-color: #931E25;
  background-color: #931E25;
  color: #FFFFFF; }

.domuly-button-round-danger-medium {
  border-radius: 20px;
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 5px 0 4px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-danger-medium:link, .domuly-button-round-danger-medium:visited, .domuly-button-round-danger-medium:focus {
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-round-danger-medium:hover {
  border-color: #E83842;
  background-color: #E83842;
  color: #FFFFFF; }
.domuly-button-round-danger-medium:active {
  border-color: #931E25;
  background-color: #931E25;
  color: #FFFFFF; }

.domuly-button-round-danger-small {
  border-radius: 15px;
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 2px 0 1px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-danger-small:link, .domuly-button-round-danger-small:visited, .domuly-button-round-danger-small:focus {
  border-color: #C7262F;
  background: var(--basic-color-1a);
  color: #FFFFFF; }
.domuly-button-round-danger-small:hover {
  border-color: #E83842;
  background-color: #E83842;
  color: #FFFFFF; }
.domuly-button-round-danger-small:active {
  border-color: #931E25;
  background-color: #931E25;
  color: #FFFFFF; }

/* preview warning button */
.domuly-button-round-warning-preview-hover {
  background-color: #F96931 !important;
  border-color: #F96931 !important;
  color: #FFFFFF !important; }

.domuly-button-round-warning-preview-active {
  background-color: #CB4A18 !important;
  border-color: #CB4A18 !important;
  color: #FFFFFF !important; }

/* visual warning button */
.domuly-button-round-warning {
  border-radius: 25px;
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 7px 0 6px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-warning:link, .domuly-button-round-warning:visited, .domuly-button-round-warning:focus {
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF; }
.domuly-button-round-warning:hover {
  border-color: #F96931;
  background-color: #F96931;
  color: #FFFFFF; }
.domuly-button-round-warning:active {
  border-color: #CB4A18;
  background-color: #CB4A18;
  color: #FFFFFF; }

.domuly-button-round-warning-medium {
  border-radius: 20px;
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 5px 0 4px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-warning-medium:link, .domuly-button-round-warning-medium:visited, .domuly-button-round-warning-medium:focus {
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF; }
.domuly-button-round-warning-medium:hover {
  border-color: #F96931;
  background-color: #F96931;
  color: #FFFFFF; }
.domuly-button-round-warning-medium:active {
  border-color: #CB4A18;
  background-color: #CB4A18;
  color: #FFFFFF; }

.domuly-button-round-warning-small {
  border-radius: 15px;
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 2px 0 1px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-warning-small:link, .domuly-button-round-warning-small:visited, .domuly-button-round-warning-small:focus {
  border-color: #E15119;
  background-color: #E15119;
  color: #FFFFFF; }
.domuly-button-round-warning-small:hover {
  border-color: #F96931;
  background-color: #F96931;
  color: #FFFFFF; }
.domuly-button-round-warning-small:active {
  border-color: #CB4A18;
  background-color: #CB4A18;
  color: #FFFFFF; }

/* preview light button */
.domuly-button-round-light-preview-hover {
  background-color: #FFBD62 !important;
  border-color: #FFBD62 !important;
  color: #FFFFFF !important; }

.domuly-button-round-light-preview-active {
  background-color: #E89119 !important;
  border-color: #E89119 !important;
  color: #FFFFFF !important; }

/* visual light button */
.domuly-button-round-light {
  border-radius: 25px;
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 7px 0 6px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-light:link, .domuly-button-round-light:visited, .domuly-button-round-light:focus {
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF; }
.domuly-button-round-light:hover {
  border-color: #FFBD62;
  background-color: #FFBD62;
  color: #FFFFFF; }
.domuly-button-round-light:active {
  border-color: #E89119;
  background-color: #E89119;
  color: #FFFFFF; }

.domuly-button-round-light-medium {
  border-radius: 20px;
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 5px 0 4px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-light-medium:link, .domuly-button-round-light-medium:visited, .domuly-button-round-light-medium:focus {
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF; }
.domuly-button-round-light-medium:hover {
  border-color: #FFBD62;
  background-color: #FFBD62;
  color: #FFFFFF; }
.domuly-button-round-light-medium:active {
  border-color: #E89119;
  background-color: #E89119;
  color: #FFFFFF; }

.domuly-button-round-light-small {
  border-radius: 15px;
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF;
  /*font-weight: 600;*/
  width: 153px;
  padding: 2px 0 1px 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-light-small:link, .domuly-button-round-light-small:visited, .domuly-button-round-light-small:focus {
  border-color: #F9A939;
  background-color: #F9A939;
  color: #FFFFFF; }
.domuly-button-round-light-small:hover {
  border-color: #FFBD62;
  background-color: #FFBD62;
  color: #FFFFFF; }
.domuly-button-round-light-small:active {
  border-color: #E89119;
  background-color: #E89119;
  color: #FFFFFF; }

/* others */
.domuly-button-add-element {
  cursor: pointer;
  background-image: url("/img/wizard/add_element.png");
  background-repeat: no-repeat;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  color: #a3aab3;
  line-height: 22px;
  display: inline-block;
  padding-left: 29px; }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-button-add-element {
    background-image: url("/img/wizard/add_element@2x.png");
    background-size: 22px 22px; } }
.domuly-button-add-element:link, .domuly-button-add-element:hover, .domuly-button-add-element:visited, .domuly-button-add-element:focus, .domuly-button-add-element:active {
  color: #a3aab3;
  text-decoration: none; }

.domuly-button-add-element-blue {
  cursor: pointer;
  background-image: url("/img/wizard/add_element_blue.png");
  background-repeat: no-repeat;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  padding-left: 29px;
  color: #3583cf !important; }
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-button-add-element-blue {
    background-image: url("/img/wizard/add_element_blue@2x.png");
    background-size: 22px 22px; } }
.domuly-button-add-element-blue:link, .domuly-button-add-element-blue:hover, .domuly-button-add-element-blue:visited, .domuly-button-add-element-blue:focus, .domuly-button-add-element-blue:active {
  color: #a3aab3;
  text-decoration: none; }

.domuly-button-round-skip-small {
  border-radius: 15px;
  border-color: #ebedf1;
  background-color: #ebedf1;
  color: #939496;
  /*font-weight: 600;*/
  width: auto;
  padding: 2px 15px 1px 15px;
  font-size: 11px;
  text-align: center;
  font-family: "Open Sans";
  line-height: 2;
  outline: none !important;
  box-shadow: none !important; }
.domuly-button-round-skip-small:link, .domuly-button-round-skip-small:visited, .domuly-button-round-skip-small:focus {
  border-color: #ebedf1;
  background-color: #ebedf1;
  color: #939496; }
.domuly-button-round-skip-small:hover {
  border-color: #d3d3d3;
  background-color: #d3d3d3;
  color: #939496; }
.domuly-button-round-skip-small:active {
  border-color: #b9b9b9;
  background-color: #b9b9b9;
  color: #939496; }

/* domuly button option */
/* button delete */
.domuly-button-option-delete {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background: #fff url("/img/backend/icon-delete.png") center center no-repeat;
  cursor: pointer; }
.domuly-button-option-delete:link, .domuly-button-option-delete:visited, .domuly-button-option-delete:focus {
  background: var(--basic-color-1a);
  background: #fff url("/img/backend/icon-delete.png") center center no-repeat; }
.domuly-button-option-delete:hover {
  background: var(--basic-color-1a);
  background-image: url("/img/backend/icon-delete-hover.png"); }
.domuly-button-option-delete:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-delete-hover.png"); }

.domuly-button-option-delete-medium {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #fff url("/img/backend/icon-delete.png") center center no-repeat;
  cursor: pointer; }
.domuly-button-option-delete-medium:link, .domuly-button-option-delete-medium:visited, .domuly-button-option-delete-medium:focus {
  background: var(--basic-color-1a);
  background: #fff url("/img/backend/icon-delete.png") center center no-repeat; }
.domuly-button-option-delete-medium:hover {
  background: var(--basic-color-1a);
  background-image: url("/img/backend/icon-delete-hover.png"); }
.domuly-button-option-delete-medium:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-delete-hover.png"); }

.domuly-button-option-delete-small {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  background: #fff url("/img/backend/icon-delete.png") center center no-repeat;
  cursor: pointer;
  margin: auto;
}
.domuly-button-option-delete-small:link, .domuly-button-option-delete-small:visited, .domuly-button-option-delete-small:focus {
  background: var(--basic-color-1a);
  background: #fff url("/img/backend/icon-delete.png") center center no-repeat; }
.domuly-button-option-delete-small:hover {
  background: var(--basic-color-1a);
  background-image: url("/img/backend/icon-delete-hover.png"); }
.domuly-button-option-delete-small:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-delete-hover.png"); }

/* domuly button option */
/* button up */
.domuly-button-option-up {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background: #fff url("/img/backend/icon-up.png") center center no-repeat;
  cursor: pointer; }
.domuly-button-option-up:link, .domuly-button-option-up:visited, .domuly-button-option-up:focus {
  background-color: #4397E9;
  background: #fff url("/img/backend/icon-up.png") center center no-repeat; }
.domuly-button-option-up:hover {
  background-color: #4397E9;
  background-image: url("/img/backend/icon-up-hover.png"); }
.domuly-button-option-up:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-up-hover.png"); }

.domuly-button-option-up-medium {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #fff url("/img/backend/icon-up.png") center center no-repeat;
  cursor: pointer; }
.domuly-button-option-up-medium:link, .domuly-button-option-up-medium:visited, .domuly-button-option-up-medium:focus {
  background-color: #4397E9;
  background: #fff url("/img/backend/icon-up.png") center center no-repeat; }
.domuly-button-option-up-medium:hover {
  background-color: #4397E9;
  background-image: url("/img/backend/icon-up-hover.png"); }
.domuly-button-option-up-medium:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-up-hover.png"); }

.domuly-button-option-up-small {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  background: #fff url("/img/backend/icon-up.png") center center no-repeat;
  cursor: pointer;
  margin: auto;
}
.domuly-button-option-up-small:link, .domuly-button-option-up-small:visited, .domuly-button-option-up-small:focus {
  background-color: #4397E9;
  background: #fff url("/img/backend/icon-up.png") center center no-repeat; }
.domuly-button-option-up-small:hover {
  background-color: #4397E9;
  background-image: url("/img/backend/icon-up-hover.png"); }
.domuly-button-option-up-small:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-up-hover.png"); }

/* domuly button option */
/* button down */
.domuly-button-option-down {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background: #fff url("/img/backend/icon-down.png") center center no-repeat;
  cursor: pointer; }
.domuly-button-option-down:link, .domuly-button-option-down:visited, .domuly-button-option-down:focus {
  background-color: #4397E9;
  background: #fff url("/img/backend/icon-down.png") center center no-repeat; }
.domuly-button-option-down:hover {
  background-color: #4397E9;
  background-image: url("/img/backend/icon-down-hover.png"); }
.domuly-button-option-down:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-down-hover.png"); }

.domuly-button-option-down-medium {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #fff url("/img/backend/icon-down.png") center center no-repeat;
  cursor: pointer; }
.domuly-button-option-down-medium:link, .domuly-button-option-down-medium:visited, .domuly-button-option-down-medium:focus {
  background-color: #4397E9;
  background: #fff url("/img/backend/icon-down.png") center center no-repeat; }
.domuly-button-option-down-medium:hover {
  background-color: #4397E9;
  background-image: url("/img/backend/icon-down-hover.png"); }
.domuly-button-option-down-medium:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-down-hover.png"); }

.domuly-button-option-down-small {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  background: #fff url("/img/backend/icon-down.png") center center no-repeat;
  cursor: pointer;
  margin: auto;
}
.domuly-button-option-down-small:link, .domuly-button-option-down-small:visited, .domuly-button-option-down-small:focus {
  background-color: #4397E9;
  background: #fff url("/img/backend/icon-down.png") center center no-repeat; }
.domuly-button-option-down-small:hover {
  background-color: #4397E9;
  background-image: url("/img/backend/icon-down-hover.png"); }
.domuly-button-option-down-small:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-down-hover.png"); }


/* domuly button option */
/* button plus */
.domuly-button-option-plus {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background: #fff url("/img/backend/icon-plus.png") center center no-repeat;
  cursor: pointer; }
.domuly-button-option-plus:link, .domuly-button-option-plus:visited, .domuly-button-option-plus:focus {
  background-color: #4397E9;
  background: #fff url("/img/backend/icon-plus.png") center center no-repeat; }
.domuly-button-option-plus:hover {
  background-color: #4397E9;
  background-image: url("/img/backend/icon-plus-hover.png"); }
.domuly-button-option-plus:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-plus-hover.png"); }

.domuly-button-option-plus-medium {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #fff url("/img/backend/icon-plus.png") center center no-repeat;
  cursor: pointer; }
.domuly-button-option-plus-medium:link, .domuly-button-option-plus-medium:visited, .domuly-button-option-plus-medium:focus {
  background-color: #4397E9;
  background: #fff url("/img/backend/icon-plus.png") center center no-repeat; }
.domuly-button-option-plus-medium:hover {
  background-color: #4397E9;
  background-image: url("/img/backend/icon-plus-hover.png"); }
.domuly-button-option-plus-medium:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-plus-hover.png"); }

.domuly-button-option-plus-small {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  background: #fff url("/img/backend/icon-plus.png") center center no-repeat;
  cursor: pointer;
  margin: auto;
}
.domuly-button-option-plus-small:link, .domuly-button-option-plus-small:visited, .domuly-button-option-plus-small:focus {
  background-color: #4397E9;
  background: #fff url("/img/backend/icon-plus.png") center center no-repeat; }
.domuly-button-option-plus-small:hover {
  background-color: #4397E9;
  background-image: url("/img/backend/icon-plus-hover.png"); }
.domuly-button-option-plus-small:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-plus-hover.png"); }

/* domuly button option */
/* button minus */
.domuly-button-option-minus {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background: #fff url("/img/backend/icon-minus.png") center center no-repeat;
  cursor: pointer; }
.domuly-button-option-minus:link, .domuly-button-option-minus:visited, .domuly-button-option-minus:focus {
  background-color: #4397E9;
  background: #fff url("/img/backend/icon-minus.png") center center no-repeat; }
.domuly-button-option-minus:hover {
  background-color: #4397E9;
  background-image: url("/img/backend/icon-minus-hover.png"); }
.domuly-button-option-minus:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-minus-hover.png"); }

.domuly-button-option-minus-medium {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #fff url("/img/backend/icon-minus.png") center center no-repeat;
  cursor: pointer; }
.domuly-button-option-minus-medium:link, .domuly-button-option-minus-medium:visited, .domuly-button-option-minus-medium:focus {
  background-color: #4397E9;
  background: #fff url("/img/backend/icon-minus.png") center center no-repeat; }
.domuly-button-option-minus-medium:hover {
  background-color: #4397E9;
  background-image: url("/img/backend/icon-minus-hover.png"); }
.domuly-button-option-minus-medium:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-minus-hover.png"); }

.domuly-button-option-minus-small {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  background: #fff url("/img/backend/icon-minus.png") center center no-repeat;
  cursor: pointer;
  margin: auto;
}
.domuly-button-option-minus-small:link, .domuly-button-option-minus-small:visited, .domuly-button-option-minus-small:focus {
  background-color: #4397E9;
  background: #fff url("/img/backend/icon-minus.png") center center no-repeat; }
.domuly-button-option-minus-small:hover {
  background-color: #4397E9;
  background-image: url("/img/backend/icon-minus-hover.png"); }
.domuly-button-option-minus-small:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-minus-hover.png"); }

/* domuly button option */
/* button custom */
.domuly-button-option-custom {
  cursor: pointer;
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background-color:#ededed;
  -webkit-border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  border-top-left-radius:2px;
  -webkit-border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  border-top-right-radius:2px;
  -webkit-border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  border-bottom-right-radius:2px;
  -webkit-border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  border-bottom-left-radius:2px;
  text-indent:0;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#777777;
  font-family: 'montserratlight';
  font-size:11px;
  font-weight:normal;
  font-style:normal;
  height:30px;
  line-height:30px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #ffffff;
}.domuly-button-option-custom:hover {
   background-color:#dfdfdf;
 }.domuly-button-option-custom:active {
    position:relative;
    top:1px;
  }

/* button pano */
.domuly-button-360-edit {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 10px;
  padding-top: 13px;
  padding-bottom: 11px;
  display: block;
  line-height: 13px;
  font-size: 13px;
  background: #fff url("/img/backend/icon-edit.png") left 10px center no-repeat;
  cursor: pointer; }
.domuly-button-360-edit:link, .domuly-button-360-edit:visited, .domuly-button-360-edit:focus {
  background-color: #4397E9;
  background: #fff url("/img/backend/icon-edit.png") center center no-repeat; }
.domuly-button-360-edit:hover {
  background-color: #4397E9;
  color: #fff;
  background-image: url("/img/backend/icon-edit-hover.png"); }
.domuly-button-360-edit:active {
  color: #fff;
  background: #1e8ff9;
  background-image: url("/img/backend/icon-edit-hover.png"); }

.domuly-button-360-edit.active:after {
  content: '';
  position: absolute;
  border: 2px solid #b2262e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
}
.domuly-button-360-edit.active {
  color: #fff;
  background-color: #4397E9;
  background-image: url("/img/backend/icon-edit-hover.png");
}

/* button settings */
.domuly-button-option-settings {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background: #fff url("/img/backend/icon-settings.png") center center no-repeat;
  cursor: pointer;
  display: block;
}
.domuly-button-option-settings:link, .domuly-button-option-settings:visited, .domuly-button-option-settings:focus,
.domuly-button-option-settings-medium:link, .domuly-button-option-settings-medium:visited, .domuly-button-option-settings-medium:focus,
.domuly-button-option-settings-small:link, .domuly-button-option-settings-small:visited, .domuly-button-option-settings-small:focus {
  background: var(--basic-color-1a);
  background: #fff url("/img/backend/icon-settings.png") center center no-repeat; }
.domuly-button-option-settings:hover,
.domuly-button-option-settings-medium:hover,
.domuly-button-option-settings-small:hover {
  background: var(--basic-color-1a);
  background-image: url("/img/backend/icon-settings-hover.png"); }
.domuly-button-option-settings:active,
.domuly-button-option-settings-medium:active,
.domuly-button-option-settings-small:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-settings-hover.png"); }


.domuly-button-option-settings-medium {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff url("/img/backend/icon-settings.png") center center no-repeat;
  cursor: pointer;
  display: block;
}

.domuly-button-option-settings-small {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff url("/img/backend/icon-settings.png") center center no-repeat;
  cursor: pointer;
  display: block;
}

/* button edit */

.domuly-button-option-edit {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff url("/img/backend/icon-edit.png") center center no-repeat;
  cursor: pointer; }
.domuly-button-option-edit:link, .domuly-button-option-edit:visited, .domuly-button-option-edit:focus {
  background: var(--basic-color-1a);
  background: #fff url("/img/backend/icon-edit.png") center center no-repeat; }
.domuly-button-option-edit:hover {
  background: var(--basic-color-1a);
  background-image: url("/img/backend/icon-edit-hover.png"); }
.domuly-button-option-edit:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-edit-hover.png"); }

.domuly-button-option-edit-medium {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #fff url("/img/backend/icon-edit.png") center center no-repeat;
  cursor: pointer; }
.domuly-button-option-edit-medium:link, .domuly-button-option-edit-medium:visited, .domuly-button-option-edit-medium:focus {
  background: var(--basic-color-1a);
  background: #fff url("/img/backend/icon-edit.png") center center no-repeat; }
.domuly-button-option-edit-medium:hover {
  background: var(--basic-color-1a);
  background-image: url("/img/backend/icon-edit-hover.png"); }
.domuly-button-option-edit-medium:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-edit-hover.png"); }

.domuly-button-option-edit-small {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  background: #fff url("/img/backend/icon-edit.png") center center no-repeat;
  cursor: pointer;
  margin: auto;
}
.domuly-button-option-edit-small:link, .domuly-button-option-edit-small:visited, .domuly-button-option-edit-small:focus {
  background: var(--basic-color-1a);
  background: #fff url("/img/backend/icon-edit.png") center center no-repeat; }
.domuly-button-option-edit-small:hover {
  background: var(--basic-color-1a);
  background-image: url("/img/backend/icon-edit-hover.png"); }
.domuly-button-option-edit-small:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-edit-hover.png"); }


/* range slider */
.domuly-range-slider {
  background: #e9ebef !important;
  height: 30px;
  -webkit-box-shadow: inset 1px 1px 2px 0 #dadbde !important;
  box-shadow: inset 1px 1px 2px 0 #dadbde !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  border-radius: 20px !important;
  padding-left: 10px;
  padding-right: 22px;
}
.domuly-range-slider .noUi-handle {
  box-shadow: none;
  border: 0;
  cursor: pointer;
  width: 17px;
  background-color: #D05C14;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }
/*@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .domuly-range-slider .noUi-handle {
    background-image: url("/img/backend/range_e_small@2x.png");
    background-size: 15px 15px; }
}*/

.domuly-range-slider .noUi-handle:after,
.domuly-range-slider .noUi-handle:before {
  content: "";
  display: none;
}

.domuly-range-slider .noUi-handle.noUi-handle-lower {
  width: 22px !important;
  height: 22px !important;
  left: -7px !important;
  top: 3px !important;
}
.domuly-range-slider .noUi-handle.noUi-handle-upper {
  width: 22px !important;
  height: 22px !important;
  left: -4px !important;
  top: 3px !important;
}

.domuly-range-slider .noUi-pips-horizontal {
  padding: 5px 0;
  height: 50px !important;
  top: 100%;
  left: 10px;
  right: 19px;
  width: auto;
}

.domuly-range-slider .noUi-connect {
  background: #1e8ff9;


  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;

  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 6px;
  margin-right: -6px;
  box-shadow: inset 0 0 3px rgba(51,51,51,.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.domuly-range-slider .noUi-value-sub,
.domuly-range-slider .noUi-value-large {
  color: #7b8a9a;
  font-size: 9px;
  font-family: 'montserratlight' !important;
  letter-spacing: -0.4px;
}

.domuly-range-slider .noUi-marker-horizontal.noUi-marker-sub,
.domuly-range-slider .noUi-marker-horizontal.noUi-marker-large {
  margin-top: -4px;
  height: 5px;
  background: #D05C14;
}

.domuly-range-slider .noUi-marker-horizontal.noUi-marker {
  margin-left: 3px;
  width: 2px;
  margin-top: -4px;
  height: 5px;
}

.domuly-range-slider .noUi-value-horizontal {
  -webkit-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
  -webkit-transform: translateX(-20%) !important;
  transform: translateX(-20%) !important;
  margin-top: 5px;
}
.domuly-range-slider .noUi-value-horizontal.noUi-value-large {
  -webkit-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
  -webkit-transform: translateX(-37%) !important;
  transform: translateX(-37%) !important;
  margin-top: 5px;
}
.domuly-range-slider .noUi-value-horizontal.noUi-value-large:nth-child(2) {
  -webkit-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
  text-align: left;
  margin-left: -8px;
}
.domuly-range-slider .noUi-value-horizontal.noUi-value-large:last-child {
  -webkit-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
  -webkit-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
  -webkit-transform: translateX(-65%) !important;
  transform: translateX(-65%) !important;
  text-align: right;
}


.domuly-range-slider[disabled] .noUi-handle {
  background-color: #8a8a8a;
}
.domuly-range-slider[disabled] .noUi-connect {
  background: #aaa;
  cursor: default !important
}
.domuly-range-slider[disabled] .noUi-marker-horizontal.noUi-marker-sub,
.domuly-range-slider[disabled] .noUi-marker-horizontal.noUi-marker-large {
  background: #8a8a8a;
}

.domuly-range-slider[disabled].noUi-target,
.domuly-range-slider[disabled].noUi-handle,
.domuly-range-slider[disabled] .noUi-handle {
  cursor: default !important
}

.calendarEvent .colors {
  margin-top: -20px;
  margin-left: -4px;
}
.calendarEvent .colors .domuly-fillbox {
  float: left;
  margin-right: -8px;
}

.row-frame {
  position: relative;
  border: 1px solid #e1e1e8;
  background: #f3f4f6;
  margin-top: 10px;
  padding: 15px 15px 15px 15px;
}

.row-frame > h1{
  position: absolute;
  display: table;
  font-size: 13px;
  margin-top: -22px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f6f8fa;
  color: #a2a2a2;
}




.domuly-button-option-add-small {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  background: #fff url("/img/backend/icon-add.png") center center no-repeat;
  cursor: pointer;
  margin: auto;
}
.domuly-button-option-add-small:link, .domuly-button-option-add-small:visited, .domuly-button-option-add-small:focus {
  background: var(--basic-color-1a);
  background: #fff url("/img/backend/icon-add.png") center center no-repeat; }
.domuly-button-option-add-small:hover {
  background: var(--basic-color-1a);
  background-image: url("/img/backend/icon-add-hover.png"); }
.domuly-button-option-add-small:active {
  background: #1e8ff9;
  background-image: url("/img/backend/icon-add-hover.png"); }
