@charset "UTF-8";
input, button, textarea, select {
  font-family: "Nunito", sans-serif;
}

select.select-control {
  font-size: 1em;
  line-height: 1.5em;
  border: 1px solid #eab493;
  padding: 5px 10px;
  border-radius: 5px;
}
select.select-control.select-control-full {
  width: 100%;
}
select.error {
  border-color: #f00;
}

input.text-control, textarea.text-control {
  font-size: 1em;
  line-height: 1.5em;
  border: 1px solid #eab493;
  padding: 5px 10px;
  border-radius: 5px;
}
input.text-control.text-control-full, textarea.text-control.text-control-full {
  width: 100%;
}
input.error, textarea.error {
  border-color: #f00;
}

textarea.text-control.text-control-full {
  resize: vertical;
}

.form-label {
  font-size: 0.8em;
  color: #999;
  line-height: 1.2em;
}
.form-label.required:after {
  content: "*";
  color: #f00;
}

.form-row-checkbox {
  display: flex;
  align-items: center;
}
.form-row-checkbox .form-label {
  color: #000;
  margin-left: 5px;
}

.form ul.err {
  color: #f00;
  padding: 0;
  list-style-type: none;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  font-size: 1em;
  background-color: #EC7123;
  line-height: 1.2em;
  border-radius: 30px;
  border-width: 0;
  white-space: nowrap;
}
.btn.with-icon {
  position: relative;
  padding-right: 40px;
}
.btn.with-icon .material-icons {
  position: absolute;
  top: 7px;
  right: 12px;
}
.btn.btn-sm {
  padding: 5px 10px;
  font-size: 0.9em;
}
.btn.btn-outline {
  background-color: transparent;
  color: #EC7123;
  border: 1px solid #EC7123;
}
.btn.btn-outline:hover {
  background-color: #EC7123;
  color: #fff;
}
.btn:hover {
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
}
.btn.btn-disabled {
  background-color: #eee;
  color: #999;
  box-shadow: none;
}
.btn.btn-disabled:hover {
  background-color: #eee;
  color: #999;
  cursor: default;
}

.border-block {
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.05);
}
.border-block > .block-title {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 300;
}
.border-block.small-pads {
  padding: 4px 9px;
}

.page-customize-item .order-data {
  display: flex;
  font-size: 0.8em;
  align-items: center;
}
.page-customize-item .order-data li {
  margin-left: 10px;
  line-height: 1.2em;
}
.page-customize-item .order-data li:before {
  content: "•";
  margin-right: 5px;
  color: #999;
}
.page-customize-item .order-data li:first-child {
  margin-left: 0;
}
.page-customize-item .order-data li:first-child:before {
  display: none;
}
.page-customize-item .last-requests {
  margin-bottom: 0;
}
.page-customize-item .last-requests a {
  color: #EC7123;
}
.page-customize-item .last-requests .version, .page-customize-item .last-requests .date {
  color: #999;
  font-size: 0.8em;
  font-style: normal;
}
.page-customize-item .last-requests .btn-remove {
  font-weight: normal;
  color: #999;
  opacity: 0.5;
}
.page-customize-item .last-requests .btn-remove span {
  font-size: 18px;
  position: relative;
  top: 3px;
}
.page-customize-item .last-requests .btn-remove:hover {
  text-decoration: none;
  color: #f00;
  opacity: 1;
}
.page-customize-item .last-requests li.sel a {
  font-weight: 700;
}
.page-customize-item .variation-btns .btn-variation {
  display: inline-block;
  margin-left: 10px;
}
.page-customize-item .variation-btns .btn-variation:first-child {
  margin-left: 0;
}
.page-customize-item .variation-btns .btn-variation.act {
  background-color: #EC7123;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
}
.page-customize-item .variation-btns .btn-variation.act:hover {
  text-decoration: none;
  cursor: default;
}
.page-customize-item .form-tmpl-fields .title {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 300;
}
.page-customize-item .form-tmpl-fields .tbl-fields {
  border-collapse: collapse;
  width: 100%;
}
.page-customize-item .form-tmpl-fields .tbl-fields thead th {
  font-size: 0.7em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: left;
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.page-customize-item .form-tmpl-fields .tbl-fields tbody td {
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
}
.page-customize-item .form-tmpl-fields .tbl-fields .cell-name {
  width: 25%;
  text-align: right;
  line-height: 1.2em;
}
.page-customize-item .form-tmpl-fields .tbl-fields .cell-visible {
  width: 10%;
  text-align: center;
}
.page-customize-item .form-tmpl-fields .tbl-fields tr.row-is-sel .cell-visible {
  background-color: #ecfded;
}
.page-customize-item .form-tmpl-fields .info {
  font-size: 0.7em;
  line-height: 1.2em;
  margin-top: 5px;
}
.page-customize-item .img-uploader {
  box-sizing: border-box;
  background-color: #fafafa;
  border: 1px solid #eab493;
  border-radius: 5px;
  padding: 9px;
  width: 100%;
}
.page-customize-item .img-uploader > .line-select {
  text-align: center;
  padding-bottom: 9px;
}
.page-customize-item .img-uploader > .line-select b {
  color: #EC7123;
  font-weight: 400;
}
.page-customize-item .img-uploader > .line-select b:hover {
  cursor: pointer;
}
.page-customize-item .img-uploader > .line-select.hid {
  display: none;
}
.page-customize-item .img-uploader > .img-cont {
  border-top: 1px solid #eab493;
}
.page-customize-item .img-uploader > .img-cont.hid {
  display: none;
}
.page-customize-item .img-uploader > .img-cont .t {
  font-size: 0.8em;
  line-height: 1.2em;
  color: #999;
}
.page-customize-item .img-uploader > .img-cont .pr {
  display: inline-block;
  background: #fff url(/build/images/transparent_pattern.0d4282b7.png) repeat 0 0;
  border: 1px dashed #999;
  padding: 9px;
}
.page-customize-item .img-uploader > .img-cont .img {
  display: block;
  max-width: 100%;
}
.page-customize-item .img-uploader.dz-drag-hover {
  border-style: solid;
  background-color: #eee;
}
.page-customize-item .img-uploader .dz-preview > .dz-image {
  display: none;
}
.page-customize-item .img-uploader .dz-preview > .dz-details .dz-size {
  display: inline;
}
.page-customize-item .img-uploader .dz-preview > .dz-details .dz-filename {
  display: inline;
}
.page-customize-item .img-uploader .dz-preview > .dz-progress > .dz-upload {
  width: 0;
  height: 2px;
  background-color: #666;
}
.page-customize-item .img-uploader .dz-preview > .dz-error-message {
  color: #f00;
}
.page-customize-item .img-uploader .dz-preview > .dz-success-mark, .page-customize-item .img-uploader .dz-preview > .dz-error-mark {
  display: none;
}
.page-customize-item .btns .btn.disabled {
  background-color: #eab493;
  color: #666;
  cursor: default;
  box-shadow: none;
}

