.tab-content {
  overflow-y: auto;
  height: 100%;
  overflow-x: hidden;
}
.tab-content > div {
  padding-top: 42px;
}
.ao-sub-props ul {
  padding: 0;
  margin: 0;
}
.sb-prop-list {
  margin: 0;
  position: relative;
  z-index: 5;
  padding: 0 18px 24px 18px;
  overflow: hidden;
}
.sb-prop {
  background: #535353;
  margin: 5px 0;
  position: relative;
  border: 1px solid #5e5e5e;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  float: left;
  width: 100%;
}
.sb-prop.hidden {
  display: none;
}
.sb-prop.visible {
  display: block;
}
.sb-prop.specific {
  width: 90%;
  float: right;
  background: #424242;
  border-color: #4E4E4E;
}
.sb-prop.specific .sb-label {
  background: #363636;
  border-top-color: #575757;
  letter-spacing: 1px;
}
.sb-prop.specific div .sb-seperator {
  border-bottom: 1px solid #535353;
  border-top: 1px solid #3C3C3C;
}
.sb-prop input[type="text"],
.sb-prop input[type="number"],
.sb-prop input[type="email"],
.sb-prop textarea {
  width: 100%;
  border-radius: 4px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #464646;
  background-color: #5e5e5e;
  color: #aaa;
  line-height: inherit;
  font-size: inherit;
  box-shadow: 0 1px 0 #5e5e5e;
}
.sb-prop input[type="text"]:focus,
.sb-prop input[type="number"]:focus,
.sb-prop input[type="email"]:focus,
.sb-prop textarea:focus {
  outline: none;
}
.sb-prop input[type="text"]::-webkit-input-placeholder,
.sb-prop input[type="number"]::-webkit-input-placeholder,
.sb-prop input[type="email"]::-webkit-input-placeholder,
.sb-prop textarea::-webkit-input-placeholder {
  color: #aaa;
}
.sb-prop input[type="text"]:-moz-placeholder,
.sb-prop input[type="number"]:-moz-placeholder,
.sb-prop input[type="email"]:-moz-placeholder,
.sb-prop textarea:-moz-placeholder {
  color: #aaa;
}
.sb-prop input[type="text"]::-moz-placeholder,
.sb-prop input[type="number"]::-moz-placeholder,
.sb-prop input[type="email"]::-moz-placeholder,
.sb-prop textarea::-moz-placeholder {
  color: #aaa;
}
.sb-prop input[type="text"]:-ms-input-placeholder,
.sb-prop input[type="number"]:-ms-input-placeholder,
.sb-prop input[type="email"]:-ms-input-placeholder,
.sb-prop textarea:-ms-input-placeholder {
  color: #aaa;
}
.sb-prop textarea {
  max-width: 100%;
}
.sb-prop textarea:focus {
  border-color: #363636;
  box-shadow: none;
}
.sb-prop select {
  width: 100%;
  height: 34px;
  padding: 6px 8px;
  font-size: inherit;
  background-color: #5e5e5e;
  border: 1px solid #464646;
  box-shadow: 0 1px 0 #5e5e5e;
  color: #aaa;
}
.select2-drop {
  background: #333;
}
.select2-drop .select2-results {
  margin: 0;
  padding: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 6px;
}
.select2-drop .select2-results li {
  margin: 6px 0 0 5px;
  border-radius: 2px;
}
.select2-drop .select2-results li.select2-selection-limit {
  background: none;
}
.select2-drop-active {
  border: 0;
}
.select2-custom-tags {
  float: left;
  font-size: 12px;
  background-image: none;
  background-color: #E4E4E4;
  box-shadow: none;
  border: 0;
  color: #333;
}
.sb-seperator {
  float: left;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 1px solid #5e5e5e;
  border-top: 1px solid #464646;
}
.s2-for-tags .select2-container {
  width: 100%;
  border-radius: 4px;
  margin: 0;
  border: 1px solid #464646 !important;
  background-color: #5e5e5e !important;
  color: #aaa;
  background: none;
  line-height: inherit;
  font-size: inherit;
  box-shadow: 0 1px 0 #5e5e5e !important;
}
.s2-for-tags .select2-container:focus {
  outline: none;
}
.s2-for-tags .select2-container ul {
  padding: 3px 0;
  min-height: 33px;
  background: none;
  background-color: transparent;
}
.s2-for-tags .select2-container ul li.select2-search-choice {
  padding: 4px 8px 4px 18px;
  font-size: 12px;
  margin: 6px 0 0 6px;
  background-image: none;
  background-color: #e4e4e4;
  box-shadow: none;
  border: 0;
}
.s2-for-tags .select2-container ul li.select2-search-field {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 21px;
  float: left;
}
.s2-for-tags .select2-container ul li.select2-search-field input {
  width: auto!important;
  color: #CCC;
  padding: 0;
}
.sb-option {
  padding: 15px 18px 10px;
  position: relative;
  float: left;
  width: 100%;
}
.sb-option.theme-error .sb-input-group textarea,
.sb-option.theme-error .sb-input-group input[type=text],
.sb-option.theme-error .sb-input-group input[type=email],
.sb-option.theme-error .sb-input-group input[type=number],
.sb-option.theme-error .sb-input-group div.theme-error,
.sb-option.theme-error .sb-input-group label + span.sb-input-addon,
.sb-option.theme-error .sb-input-group div:nth-of-type(1) {
  border-color: #fff !important;
}
.sb-option.theme-error .sb-input-group label.theme-error-info {
  position: absolute;
  top: 6px;
  right: 2px;
  color: #ccc;
  font-size: 10px;
  line-height: 18px;
  display: block!important;
}
.sb-option.theme-error .sb-input-group #theme_price + .theme-error-info {
  width: 150%;
  text-align: right;
  right: 0;
  top: 36px;
}
.sb-option .theme-screenshot-cont div.theme-screenshot {
  height: 100px;
  margin: 0 9px 9px 0;
  float: left;
  position: relative;
  background-color: #fff;
}
.sb-option .theme-screenshot-cont div.theme-screenshot img {
  height: 100%;
  max-width: 100px;
}
.sb-option .theme-screenshot-cont div.theme-screenshot a.remove-image {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.sb-option .theme-screenshot-cont div.theme-screenshot a.remove-image:after {
  content: "x";
  display: inline-block;
  position: absolute;
  top: 3px;
  line-height: 16px;
  right: 8px;
  color: #fff;
}
.sb-option .theme-screenshot-cont div.theme-screenshot:hover a {
  display: inline-block;
}
.sb-option .theme-screenshot-cont div.theme-screenshot a.take-screenshot {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin: -16px 0 0 -16px;
  text-align: center;
  border-radius: 3px;
}
.sb-option .theme-screenshot-cont div.theme-screenshot a.take-screenshot:after {
  content: "\f030";
  display: inline-block;
  line-height: 32px;
  color: #fff;
}
.sb-option .theme-screenshot-cont div.theme-screenshot:hover a {
  display: inline-block;
}
.sb-option .theme-screenshot-cont div.theme-screenshot#default_loader,
.sb-option .theme-screenshot-cont div.theme-screenshot#form_loader,
.sb-option .theme-screenshot-cont div.theme-screenshot#pretty_loader {
  width: 100px;
  text-align: center;
  line-height: 100px;
  color: #EEE;
  background: #4A4A4A;
  font-size: 21px;
}
.sb-option .drop-image {
  width: 100%;
  height: 57px;
  padding: 18px 0;
  border: 2px dashed rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.5);
  background: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  text-align: center;
  line-height: normal;
}
.sb-option .drop-image:hover {
  border-color: #D69E5C;
  color: #D69E5C;
}
.sb-option .drop-image input {
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.sb-option .box {
  width: 100px;
  height: 100px;
  padding: 30px 0px;
  float: left;
}
.sb-option .btn {
  background: #4e4e4e;
  color: #aaa;
  padding: 9px 0;
  border-color: #464646;
  line-height: 1;
  margin: 0;
  box-shadow: inset 1px 0 0 #5e5e5e;
  -webkit-transition-property: color, background-color, box-shadow;
  -moz-transition-property: color, background-color, box-shadow;
  -ms-transition-property: color, background-color, box-shadow;
  -o-transition-property: color, background-color, box-shadow;
  transition-property: color, background-color, box-shadow;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sb-option .btn:hover {
  background: #585858;
}
.sb-option .btn.action {
  color: #DCAB62;
  border-color: #DCAB62;
  box-shadow: none;
}
.sb-option .btn:active,
.sb-option .btn.active {
  color: #ff8900;
  background-color: #434343;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sb-option .btn:focus {
  outline: 0;
}
.sb-option .btn-group .btn + .btn {
  border-left: none;
}
.sb-option .rnd {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #888;
  border: 1px solid #bbb;
  border-right: none;
}
.sb-option .rnd.rnd-rect {
  border-radius: 0;
}
.sb-option .rnd.rnd-corner {
  border-radius: 4px 0 0 4px;
}
.sb-option .rnd.rnd-round {
  border-radius: 100px 0 0 100px;
}
.sb-option .btn:active .rnd,
.sb-option .btn.active .rnd {
  background-color: rgba(220, 171, 98, 0.6);
  border-color: #DCAB62;
}
.sb-option #ctrl-round .btn {
  padding: 8px 12px 6px;
}
.sb-label + .sb-option {
  border-top: 1px solid #5e5e5e;
}
.sb-label + .sb-option.sb-col-half + .sb-col-half {
  border-top: 1px solid #5e5e5e;
}
.sb-label.specific + .sb-option {
  border-top: 1px solid #5e5e5e;
}
.sb-label.specific + .sb-option.sb-col-half + .sb-col-half {
  border-top: 1px solid #5e5e5e;
}
.sb-option:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sb-option .upload-error-message {
  position: absolute;
  top: 2px;
  right: 5px;
  color: #ccc;
  font-size: 10px;
  line-height: 22px;
  display: block!important;
}
.sb-col-half {
  width: 50%;
  float: left;
  padding-right: 12px;
}
.sb-col-half.even {
  padding-left: 12px;
  padding-right: 24px;
}
.sb-col-third {
  width: 33.333333%;
  float: left;
}
.sb-col-third.double {
  width: 67%;
}
.sb-col-third.first {
  padding-right: 0;
}
.sb-col-third.mid {
  padding-left: 12px;
  padding-right: 12px;
}
.sb-col-third.last {
  padding-left: 0;
  padding-right: 24px;
}
.sb-label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  white-space: nowrap;
  padding: 12px 18px;
  font-weight: 300;
  color: #DCAB62;
  background: rgba(255, 255, 255, 0.04);
  position: relative;
  border-top: 1px solid #6e6e6e;
  border-radius: 0 5px 0 0;
  cursor: pointer;
}
.sb-sub-label {
  font-size: 10px;
  line-height: 18px;
  margin: 6px 0 0 2px;
  display: inline-block;
  font-weight: normal;
  color: #DDDDDD;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
}
.sb-sub-label .revert-to-last-save {
  font-size: 11px;
  margin-left: 2px;
  color: #B99763;
  cursor: pointer;
}
.sb-sub-label-alt .revert-to-last-save {
  margin-left: 4px;
  color: #B99763;
  cursor: pointer;
  font-size: 11px;
}
.sb-input-color > input {
  display: none;
}
.sb-input-color .sp-replacer {
  border-color: #464646;
  padding: 0;
  display: block;
  background-color: #4e4e4e;
  border-radius: 3px;
}
.sb-input-color .sp-replacer .sp-preview {
  width: 85%;
  margin-right: 0;
  height: 32px;
  border: none;
  border-radius: 3px 0 0 3px;
}
.sb-input-color .sp-replacer .sp-dd {
  font-size: 8px;
  text-align: center;
  width: 15%;
  height: 32px;
  line-height: 28px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding -box;
  color: #999;
}
.sb-input-slider .sb-sub-label {
  margin: 0 0 9px 2px;
}
.sb-input-checkbox {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sb-input-checkbox label {
  font-size: 13px;
  font-weight: 300;
  color: #dddddd;
  display: inline-block;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.sb-input-checkbox input {
  position: relative;
  top: 2px;
  right: 0;
  margin-right: 4px;
}
.sb-input-checkbox.inline {
  padding: 0px 6px 0px 0px;
  float: left;
}
.sb-input-checkbox.inline label {
  font-size: 12px;
  margin-bottom: 3px;
}
.sb-input-checkbox .sb-desc {
  font-size: 14px;
  font-weight: 400;
  color: #7e7e7e;
  padding: 6px 0 0 21px;
}
.sb-input-checkbox .sb-desc.theme-privacy-desc {
  float: left;
  width: 100%;
  text-align: center;
}
.sb-input-checkbox .tab-style-radios {
  display: table;
  width: 100%;
}
.sb-input-checkbox .tab-style-radios input {
  display: none;
}
.sb-input-checkbox .tab-style-radios label {
  padding: 7px 12px;
  white-space: normal;
  text-align: center;
  background: #4e4e4e;
  font-weight: 300;
  cursor: pointer;
  border: 1px solid #444;
  -webkit-box-shadow: inset 0 1px 0px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0px 0 rgba(255, 255, 255, 0.1);
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.sb-input-checkbox .tab-style-radios label:hover {
  background: #535353;
}
.sb-input-checkbox .tab-style-radios input:checked + label {
  background: #404040;
  color: #ccc;
  cursor: default;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.sb-input-checkbox .tab-style-radios input:checked + label:hover {
  background: #404040;
}
.sb-input-checkbox .tab-style-radios label:nth-child(2) {
  border-radius: 6px 0 0 6px;
  border-right: 0;
}
.sb-input-checkbox .tab-style-radios label:nth-child(4) {
  border-radius: 0 6px 6px 0;
  border-left: 0;
}
.sb-input-group {
  position: relative;
}
.sb-input-group .sb-input-addon {
  display: inline-block;
  position: absolute;
  height: 34px;
  width: 34px;
  line-height: 34px;
  margin: 0;
  border: 1px solid rgba(70, 70, 70, 0);
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  text-align: center;
  border-radius: 0 4px 4px 0;
  color: #aaa;
  font-size: 12px;
  letter-spacing: 2px;
  -webkit-transition-property: background-color, border-color, color;
  -moz-transition-property: background-color, border-color, color;
  -ms-transition-property: background-color, border-color, color;
  -o-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sb-input-group .sb-input-addon:hover,
.sb-input-group .sb-input-addon.hovered {
  background-color: #4e4e4e;
  border-color: #464646;
  text-shadow: 0 -1px 0 #2e2e2e;
  box-shadow: inset 1px 0 0 #5e5e5e;
}
.sb-input-group .sb-input-addon.hovered {
  cursor: auto;
}
.sb-input-group .sb-input-addon.btn {
  text-shadow: 0 -1px 0 #2e2e2e;
  border: 1px solid #464646;
}
.sb-input-group .sb-input-addon.btn .fa-times {
  color: #DCAB62;
}
.sb-input-group .sb-input-addon.btn:hover {
  background-color: #585858;
}
.sb-input-group .sb-input-addon.btn:hover .fa-times {
  color: #e5c18c;
}
.sb-input-group .sb-input-addon .fa {
  padding-left: 2px;
}
.sb-input-group .sb-input-addon .fa-times {
  font-size: 14px;
}
.sb-input-group .sb-input-addon .suffix-selector {
  background-color: #ccc;
  color: white;
  float: left;
  height: 27px;
  width: 100%;
  z-index: 99;
}
.sb-input-group .sb-input-addon .suffix-selector:hover {
  background-color: #ffffff;
}
.sb-input-group .bootstrap-touchspin + .sb-input-addon {
  right: 25px;
  border-radius: 0;
}
.sb-option-toggle {
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  display: none;
  max-height: 0;
  padding: 0;
  margin: 0;
  -webkit-transition-property: height, margin, padding, max-height;
  -moz-transition-property: height, margin, padding, max-height;
  -ms-transition-property: height, margin, padding, max-height;
  -o-transition-property: height, margin, padding, max-height;
  transition-property: height, margin, padding, max-height;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sb-option-toggle.active {
  height: auto;
  max-height: 100%;
  display: block;
}
.sb-option-toggle#button-details {
  max-height: 460px;
}
.sb-option-toggle#form-cols-detail {
  width: 50%;
}
.sb-option-toggle#form-cols-detail .sb-option {
  padding-left: 12px;
}
.customize {
  cursor: pointer;
  color: #DCAB62;
  position: absolute;
  top: 14px;
  right: 14px;
}
.customize i {
  font-size: 18px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #999;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.customize i:hover {
  color: #fff;
}
.customize:hover {
  text-decoration: underline;
}
.customize-icon {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  float: right;
  color: #999;
  cursor: pointer;
  padding: 0 0 0 3px;
}
.customize-icon:hover {
  color: #fff;
}
.sidebar .sb-upload-window {
  margin-top: 15px;
}
.sidebar .sb-upload-window .sb-label {
  background-color: #535353;
}
.sidebar .sb-upload-window .sb-label + .sb-option {
  border-top: 0;
}
.sidebar .sb-upload-window .tab-pane {
  min-height: 300px;
  padding-top: 0;
}
.sidebar .sb-upload-window .tab-pane.sb-option:first-child {
  border-top: #5e5e5e;
}
.sidebar .sb-upload-window .sb-label {
  padding: 0;
}
.sidebar .sb-upload-window .nav-tabs {
  position: relative;
  margin: 0 0 12px !important;
  padding: 0;
}
.sidebar .sb-upload-window .nav-tabs li a {
  font-size: 12px;
  line-height: 21px;
  border-color: #464646;
  border-top-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
}
.sidebar .sb-upload-window .nav-tabs li a:hover {
  border-color: #464646;
}
.sidebar .sb-upload-window .nav-tabs li:first-child a {
  border-radius: 4px 0 0 0;
}
.sidebar .sb-upload-window .nav-tabs li:last-child a {
  border-radius: 0 4px 0 0;
}
.sidebar .sb-upload-window .nav-tabs li.active a {
  background-color: transparent;
  border-color: transparent #2e2e2e transparent #2e2e2e;
}
.sidebar .sb-upload-window .nav-tabs li.active:first-child a {
  border-right: none;
}
.sidebar .sb-upload-window .nav-tabs li.active:last-child a {
  border-left: none;
}
#sb-gallery {
  height: 100%;
}
.back-to-original-sticky {
  position: fixed;
  top: 42px;
  width: 33.333333%;
  z-index: 4;
  background: #4e4e4e;
  padding: 10px 2%;
}
.back-to-original-sticky button {
  width: 100%;
}
#filterStoreSpan {
  position: relative;
  margin: 24px 7% 0;
  display: inline-block;
}
#filterStoreSpan:after {
  content: "";
  pointer-events: none;
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 16px;
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#filterStoreSpan + .theme-list {
  padding: 1% 6% 4% 6%!important;
}
#filter_store {
  background: none;
  border: none;
  text-transform: capitalize;
  appearance: none;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  padding-right: 24px;
  line-height: 32px;
}
.theme-list-header {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 21px;
  margin: 8px 6px 0;
  line-height: 32px;
  padding: 4% 6% 0 6% !important;
}
.currentTheme {
  background: #333;
  overflow: hidden;
  padding: 6%;
  margin-top: 6px;
}
.currentTheme .th-thumb {
  width: 33%;
  border-radius: 3px;
  height: 91px;
  overflow: hidden;
  position: relative;
}
.currentTheme .th-thumb img {
  display: block;
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #aaa;
}
.currentTheme .th-info {
  width: 62%;
  margin-left: 5%;
}
.currentTheme .th-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.currentTheme .th-owner {
  font-size: 15px;
  color: #aaa;
}
.currentTheme .th-owner a {
  color: #d69e5c;
}
.currentTheme .btn {
  background: #434343;
  color: #aaa;
  padding: 9px 15px;
  border-color: #212121;
  line-height: 1;
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 300;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 #535353;
  -webkit-transition-property: color, background-color, box-shadow;
  -moz-transition-property: color, background-color, box-shadow;
  -ms-transition-property: color, background-color, box-shadow;
  -o-transition-property: color, background-color, box-shadow;
  transition-property: color, background-color, box-shadow;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.currentTheme .btn:hover {
  background: #535353;
}
.theme-list {
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
  padding: 0 6% !important;
  margin: 0;
}
.theme-list h2,
.theme-list select {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 21px;
  margin: 8px 6px 0;
  line-height: 32px;
}
.theme-list li {
  width: 100%;
  margin: 2% 0;
  float: left;
  background: #5a5a5a;
  border: 1px solid #515151;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.theme-list li .th-thumb {
  background: white;
  text-align: center;
  border: 4px solid white;
  height: 0;
  padding-bottom: 54.25%;
  overflow: hidden;
  position: relative;
}
.theme-list li .th-thumb img {
  width: 100%;
  display: block;
}
.theme-list li .th-info {
  padding: 12px 12px 9px;
  background: #e6e6e6;
  position: relative;
}
.theme-list li .th-info p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 3px;
  color: #4D4D4D;
}
.theme-list li .th-info span {
  font-size: 13px;
  line-height: 15px;
  color: #A7A7A7;
  display: inline-block;
  margin-right: 6px;
}
.theme-list li .th-price {
  padding: 9px 24px;
  display: inline-block;
  border: 1px solid #aaa;
  position: absolute;
  font-size: 14px;
  line-height: 18px;
  right: 6px;
  top: 13px;
  margin-right: 0;
  border-radius: 50px;
}
.theme-list#createdThemes,
.theme-list#purchasedThemes,
.theme-list#usedThemes,
.theme-list#likedThemes {
  border-radius: 4px;
}
.theme-list#createdThemes li,
.theme-list#purchasedThemes li,
.theme-list#usedThemes li,
.theme-list#likedThemes li {
  width: 48%;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}
.theme-list#createdThemes li:nth-child(2n - 1),
.theme-list#purchasedThemes li:nth-child(2n - 1),
.theme-list#usedThemes li:nth-child(2n - 1),
.theme-list#likedThemes li:nth-child(2n - 1) {
  margin-left: 4%;
}
.theme-list#createdThemes .th-info,
.theme-list#purchasedThemes .th-info,
.theme-list#usedThemes .th-info,
.theme-list#likedThemes .th-info {
  padding: 9px 9px 6px;
}
.theme-list#createdThemes .th-info p,
.theme-list#purchasedThemes .th-info p,
.theme-list#usedThemes .th-info p,
.theme-list#likedThemes .th-info p {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 0;
}
.theme-list#createdThemes .th-info span,
.theme-list#purchasedThemes .th-info span,
.theme-list#usedThemes .th-info span,
.theme-list#likedThemes .th-info span {
  font-size: 11px;
  line-height: 13px;
}
.theme-list#createdThemes .th-info .th-price,
.theme-list#purchasedThemes .th-info .th-price,
.theme-list#usedThemes .th-info .th-price,
.theme-list#likedThemes .th-info .th-price {
  display: none;
  padding: 8px 16px;
  top: 9px;
  right: 3px;
}
#sb-inject {
  position: relative;
  width: 100%;
  height: 100%;
}
#sb-inject .btn {
  padding: 8px 16px;
  position: absolute;
  bottom: 72px;
  left: 70%;
  right: 18px;
  display: block;
}
#sb-inspect {
  position: relative;
  width: 100%;
  height: 100%;
}
#propsColor .sp-replacer {
  float: left;
  width: 39%;
}
#propsColor .sp-replacer .sp-preview {
  width: 60%;
}
#propsColor .sp-replacer .sp-dd {
  width: 40%;
}
#propsColor .sb-sub-label {
  float: left;
  width: 61%;
  margin: 0;
  line-height: 34px;
  padding-left: 10px;
  color: #DDDDDD;
}
#propsColor .sb-col-half {
  padding-top: 9px;
  padding-bottom: 9px;
}
#propsColor .sb-seperator + .sb-col-half,
#propsColor .sb-seperator + .sb-col-half + .sb-col-half {
  margin-top: 6px;
}
#propsColor .sb-col-half + .sb-seperator {
  margin-top: 9px;
}
/* ömer - custom css area styles in index.php file */
.table-view {
  height: 97%;
  display: table;
  padding: 0 15px;
  width: 100%;
}
.table-view .wizard-box {
  display: table-row;
  height: 1%;
}
.table-view .inspect-box {
  display: table-row;
  height: 99%;
}
.dn {
  display: none!important;
}
::-webkit-input-placeholder {
  font-weight: 300;
  color: #999;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
  color: #999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
  color: #999;
}
:-ms-input-placeholder {
  font-weight: 300;
  color: #999;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
}
div#form-toolbar {
  display: none !important;
}
.holy-wrapper {
  min-height: 100%;
  height: 100%;
  width: 100%;
}
.holy-wrapper > .row {
  height: 100%;
}
.supernova {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.supernova .main,
.supernova .main *,
.supernova .header {
  -webkit-transition-property: background-color, color, height, width, font-size, line-height, font-family, margin, padding;
  -moz-transition-property: background-color, color, height, width, font-size, line-height, font-family, margin, padding;
  -ms-transition-property: background-color, color, height, width, font-size, line-height, font-family, margin, padding;
  -o-transition-property: background-color, color, height, width, font-size, line-height, font-family, margin, padding;
  transition-property: background-color, color, height, width, font-size, line-height, font-family, margin, padding;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
#previewOverlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #eee;
  z-index: 15;
  overflow-y: auto;
}
#previewOverlay .close-preview {
  display: inline-block;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.4);
  top: 15px;
  left: 15px;
  padding: 0 20px 0 16px;
  border-radius: 24px;
  white-space: nowrap;
  font-weight: normal;
  line-height: 38px;
  height: 40px;
  text-align: center;
  letter-spacing: -0.3px;
  background: #fafafa;
  position: fixed;
  z-index: 5;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}
#previewOverlay .close-preview span {
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  text-indent: 4px;
  vertical-align: middle;
}
#previewOverlay .close-preview .fa {
  position: relative;
  top: 1px;
}
#previewOverlay .close-preview:hover {
  color: #ff8900;
  border-color: #ff8900;
}
#previewOverlay .close-preview:hover .fa {
  color: #ff8900;
}
#previewOverlay .preview-toggle-buttons {
  display: inline-block;
  color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  font-weight: normal;
  font-size: 27px;
  text-align: center;
  padding: 0 12px;
  position: fixed;
  right: 25px;
  top: 15px;
  z-index: 5;
  background: #fafafa;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#previewOverlay .preview-toggle-buttons span {
  float: left;
  width: 38px;
  height: 38px;
  text-align: center;
  display: table;
  vertical-align: middle;
  padding-top: 2px;
}
#previewOverlay .preview-toggle-buttons .fa {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
#previewOverlay .preview-toggle-buttons .fa:hover,
#previewOverlay .preview-toggle-buttons .fa.selected {
  color: #ff8900;
}
#previewOverlay .preview-toggle-buttons #iPhone {
  font-size: 30px;
}
#previewOverlay .preview-toggle-buttons #iPhoneLandscape {
  font-size: 30px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#previewOverlay .preview-toggle-buttons #iPadLandscape {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#previewOverlay .device-frame {
  box-sizing: border-box;
  background: #fff;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -ms-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  border: 1px solid #ccc;
  clear: both;
  margin: 20px auto;
  position: relative;
}
#previewOverlay .device-frame.iPhone {
  width: 360px;
  padding: 96px 20px;
  border-radius: 50px;
}
#previewOverlay .device-frame.iPhone .preview-stage {
  width: 322px;
  height: 570px;
  border: 1px solid #ccc;
}
#previewOverlay .device-frame.iPhone:before {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ccc;
  bottom: 18px;
  left: 150px;
  content: "";
  display: inline-block;
}
#previewOverlay .device-frame.iPhone:after {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #ccc;
  left: 168px;
  bottom: 36px;
  content: "";
  display: inline-block;
}
#previewOverlay .device-frame.iPhoneLandscape {
  width: 760px;
  margin-top: 120px;
  padding: 20px 96px;
  border-radius: 50px;
}
#previewOverlay .device-frame.iPhoneLandscape .preview-stage {
  width: 570px;
  height: 322px;
  border: 1px solid #ccc;
}
#previewOverlay .device-frame.iPhoneLandscape:before {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ccc;
  right: 18px;
  top: 150px;
  content: "";
  display: inline-block;
}
#previewOverlay .device-frame.iPhoneLandscape:after {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #ccc;
  top: 168px;
  right: 36px;
  content: "";
  display: inline-block;
}
#previewOverlay .device-frame.iPad {
  width: 890px;
  padding: 60px 60px 96px 60px;
  border-radius: 50px;
}
#previewOverlay .device-frame.iPad .preview-stage {
  width: 770px;
  height: 1026px;
  border: 1px solid #ccc;
}
#previewOverlay .device-frame.iPad:before {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ccc;
  bottom: 18px;
  left: 415px;
  content: "";
  display: inline-block;
}
#previewOverlay .device-frame.iPad:after {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #ccc;
  left: 433px;
  bottom: 36px;
  content: "";
  display: inline-block;
}
#previewOverlay .device-frame.iPadLandscape {
  width: 1182px;
  padding: 60px 96px 60px 60px;
  border-radius: 50px;
}
#previewOverlay .device-frame.iPadLandscape .preview-stage {
  width: 1026px;
  height: 770px;
  border: 1px solid #ccc;
}
#previewOverlay .device-frame.iPadLandscape:before {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ccc;
  right: 18px;
  top: 415px;
  content: "";
  display: inline-block;
}
#previewOverlay .device-frame.iPadLandscape:after {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #ccc;
  top: 433px;
  right: 36px;
  content: "";
  display: inline-block;
}
#previewOverlay .device-frame.desktop {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
}
#previewOverlay .device-frame.desktop .preview-stage {
  height: 100%;
}
#previewOverlay .device-frame .preview-stage iframe {
  width: 100%;
  height: 100%;
  display: inherit;
}
.jotform-form {
  width: 100%;
  padding-left: 84px;
  padding-right: 84px;
  display: inline-block;
  text-align: left;
}
.jotform-form .accessibility-advanced-designer-warning {
  position: relative;
  background: #F9D592;
  color: #99670B;
  font-size: 16px;
  padding: 8px 0 8px 35px;
  border-radius: 4px;
  margin: 8px 0;
}
.jotform-form .accessibility-advanced-designer-warning:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cg fill='none' fill-rule='evenodd'%3e%3ccircle cx='10' cy='10' r='10' fill='%2399670B'/%3e%3cg fill='%23F9D592' transform='translate(9 5)'%3e%3cpath d='M0 0h2.6364v6.5909H0z'/%3e%3ccircle cx='1.3182' cy='9.2273' r='1.3182'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  left: 10px;
  top: 5px;
}
.main {
  padding: 0;
  z-index: 10;
  height: 100%;
  overflow: auto;
}
.main .form-iframe-container {
  font-size: 0;
  text-align: center;
  padding-left: 62px;
}
* {
  box-sizing: border-box;
}
.search-box {
  float: right;
  position: relative;
  display: none;
  margin: 24px 15px 0 0;
}
.search-box input {
  border: 1px solid rgba(70, 70, 70, 0);
  background-color: rgba(94, 94, 94, 0);
  width: 30px;
  box-shadow: 0 1px 0 rgba(94, 94, 94, 0);
  cursor: pointer;
  padding: 4px 18px 4px 12px;
  margin: 0;
  color: rgba(170, 170, 170, 0);
  line-height: inherit;
  font-size: inherit;
  position: relative;
  z-index: 10;
  border-radius: 50px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  /* Firefox 18- */
  /* Firefox 19+ */
}
.search-box input::-webkit-input-placeholder {
  color: rgba(170, 170, 170, 0);
}
.search-box input:-moz-placeholder {
  color: rgba(170, 170, 170, 0);
}
.search-box input::-moz-placeholder {
  color: rgba(170, 170, 170, 0);
}
.search-box input:-ms-input-placeholder {
  color: rgba(170, 170, 170, 0);
}
.search-box input:focus {
  outline: none;
}
.search-box .fa {
  color: #999;
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
  z-index: 9;
  border: 1px solid #999;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition-property: color, border-color, line-height;
  -moz-transition-property: color, border-color, line-height;
  -ms-transition-property: color, border-color, line-height;
  -o-transition-property: color, border-color, line-height;
  transition-property: color, border-color, line-height;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.search-box .fa.fa-search {
  font-size: 16px;
}
.search-box:hover .fa {
  border-color: #fff;
  color: #fff;
}
.search-box.active input {
  color: #aaa;
  width: 180px;
  border: 1px solid #464646;
  background-color: #5e5e5e;
  box-shadow: 0 1px 0 #5e5e5e;
  cursor: text;
  /* Firefox 18- */
  /* Firefox 19+ */
}
.search-box.active input::-webkit-input-placeholder {
  color: #aaa;
}
.search-box.active input:-moz-placeholder {
  color: #aaa;
}
.search-box.active input::-moz-placeholder {
  color: #aaa;
}
.search-box.active input:-ms-input-placeholder {
  color: #aaa;
}
.search-box.active .fa {
  z-index: 11;
  border-color: rgba(153, 153, 153, 0);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  box-sizing: border-box;
  height: 100%;
  width: 62px;
  padding: 0 10px;
  background: #4e4e4e;
}
.header .masthead {
  float: left;
  margin: 12px 0 16px 0;
  white-space: nowrap;
  position: relative;
  cursor: default;
}
.header .masthead:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 62px;
  background: #333;
  border-bottom: 1px solid #555;
  position: absolute;
  left: -10px;
  bottom: -14px;
}
.header .masthead a {
  float: left;
  position: relative;
  z-index: 3;
  height: 42px;
  width: 42px;
  display: block;
}
.header .masthead a:before {
  content: attr(data-tooltip);
  display: inline-block;
  position: absolute;
  top: 6px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  left: 60px;
  color: #333;
  overflow: hidden;
  width: 0;
  text-align: left;
  -webkit-transition-property: width, padding;
  -moz-transition-property: width, padding;
  -ms-transition-property: width, padding;
  -o-transition-property: width, padding;
  transition-property: width, padding;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background: #333;
  border-radius: 3px;
}
.header .masthead a:after {
  content: "";
  display: inline-block;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  top: 15px;
  border: 6px solid transparent;
  border-right-color: #333;
  left: 54px;
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -ms-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  transition-property: left, opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header .masthead a:hover:before {
  width: auto;
  padding: 0 12px;
  color: #efefef;
}
.header .masthead a:hover:after {
  opacity: 1;
  left: 48px;
}
.header .masthead .fa {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #fff;
  position: absolute;
  top: 1px;
  font-size: 18px;
  left: 0;
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header .masthead img {
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 12px;
  opacity: 0.5;
  cursor: pointer;
  background-image: url(//cdn.jotfor.ms/assets/img/logo-wh.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header .masthead div {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 2px;
  font-style: normal;
  margin-top: 3px;
  opacity: 1;
  padding-left: 64px;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header .masthead h3 {
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1px;
  padding-left: 64px;
  opacity: 1;
  margin: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header .masthead:hover {
  text-decoration: none;
}
.header .masthead:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header .masthead:hover .fa-times {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0.5;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header .masthead:hover h3,
.header .masthead:hover div {
  opacity: 0;
}
.header .masthead.navOpen img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header .masthead.navOpen .fa {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0.25;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header .masthead.navOpen h3,
.header .masthead.navOpen div {
  opacity: 0;
}
.header .controls li {
  display: inline-block;
  float: right;
  height: 42px;
  width: 42px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
  margin-top: 8px;
  border-radius: 24px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  white-space: nowrap;
  font-weight: normal;
  line-height: 42px;
  text-align: center;
  letter-spacing: -0.3px;
  cursor: pointer;
  position: relative;
}
.header .controls li:before {
  content: attr(data-tooltip);
  display: inline-block;
  position: absolute;
  top: 6px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  left: 60px;
  color: #333;
  overflow: hidden;
  width: 0;
  text-align: left;
  -webkit-transition-property: width, padding;
  -moz-transition-property: width, padding;
  -ms-transition-property: width, padding;
  -o-transition-property: width, padding;
  transition-property: width, padding;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background: #333;
  border-radius: 3px;
}
.header .controls li:after {
  content: "";
  display: inline-block;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  top: 15px;
  border: 6px solid transparent;
  border-right-color: #333;
  left: 54px;
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -ms-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  transition-property: left, opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header .controls li:hover {
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.header .controls li:hover .fa {
  color: rgba(255, 255, 255, 0.8);
}
.header .controls li:hover:before {
  width: auto;
  padding: 0 12px;
  color: #efefef;
}
.header .controls li:hover:after {
  opacity: 1;
  left: 48px;
}
.header .controls li.saved {
  color: #109C2C;
  border-color: #59A869;
}
.header .controls li.saved .fa {
  color: #109C2C;
}
.header .controls .fa {
  display: inline-block;
  width: 36px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  font-size: 18px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  text-indent: 0;
}
.sidebar {
  top: 0;
  right: 0;
  bottom: 0;
  margin-right: 0;
  z-index: 12;
  line-height: 1.42857143;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  border-left: 1px solid #353535;
  background: #4e4e4e;
  box-shadow: inset 6px 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: width, margin;
  -moz-transition-property: width, margin;
  -ms-transition-property: width, margin;
  -o-transition-property: width, margin;
  transition-property: width, margin;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sidebar.closed {
  margin-right: -33.33333333%;
}
.sidebar .nav-tabs {
  width: 100%;
  position: absolute;
  z-index: 15;
  top: 0;
  padding-bottom: 10px;
}
.sidebar .nav-tabs li {
  display: block;
  width: 50%;
  float: left;
}
.sidebar .nav-tabs li a {
  background-color: #3e3e3e;
  border-bottom-color: #2e2e2e;
  color: #DCAB62;
  white-space: nowrap;
  border-radius: 0;
  letter-spacing: 1.5px;
}
.sidebar .nav-tabs li a:hover {
  border-color: transparent transparent #2e2e2e;
}
.sidebar .nav-tabs li.active a {
  font-weight: bold;
  color: #fff;
  border-color: transparent #2e2e2e transparent #2e2e2e;
}
.sidebar .nav-tabs li.active a,
.sidebar .nav-tabs li.active a:hover,
.sidebar .nav-tabs li.active a:focus {
  background-color: #4E4E4E;
  border-color: transparent #2e2e2e transparent #2e2e2e;
}
.sidebar .nav-tabs li:first-child a {
  border-left: none !important;
}
.sidebar .nav-tabs li:last-child a {
  border-right: none !important;
}
.sidebar .nav-tabs li:first-child:not(.active) a {
  box-shadow: inset 36px 0 30px -30px rgba(0, 0, 0, 0.1);
}
.sidebar .nav-tabs.sm li {
  width: 33%;
}
.sidebar .nav-tabs.triple li {
  width: 33.3%;
}
/* ömer - touchspin */
.bootstrap-touchspin {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  top: 0;
  margin: 0;
  right: 0;
  width: 25px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  padding: 8px 12px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i {
  top: 4px;
  left: 8px;
}
/* ömer - touchspin */
.reverseActive {
  outline: 3px solid rgba(255, 137, 0, 0.5) !important;
  box-shadow: 0 0 9px 3px rgba(255, 137, 0, 0.5);
}
.hover {
  outline: 3px solid rgba(0, 128, 0, 0.2) !important;
  position: relative;
  cursor: pointer;
  background-color: rgba(0, 128, 0, 0.1);
  box-shadow: 0 0 9px 3px rgba(0, 128, 0, 0.5);
}
.hoverSticky {
  outline: 3px solid rgba(0, 128, 0, 0.2) !important;
  position: relative;
  cursor: pointer;
  background-color: rgba(0, 128, 0, 0.1);
  box-shadow: 0 0 9px 3px rgba(0, 128, 0, 0.5);
}
.hover-name {
  background: rgba(0, 128, 0, 0.5);
  color: white;
  z-index: 99;
  font-size: 14px !important;
  outline: 0 !important;
  padding: 6px 12px;
  font-weight: normal !important;
  white-space: nowrap;
  line-height: 21px !important;
  border-radius: 0 0 3px 3px;
  box-shadow: none;
}
.hover-outline {
  background-color: rgba(0, 128, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.form-selector {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
  height: 100%;
  background: #fff;
  text-align: center;
}
.form-selector > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
  -moz-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
}
.form-selector p {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  margin-bottom: 48px;
}
.form-selector button {
  margin: 0 12px;
  min-width: 240px;
  padding: 12px;
}
.form-selector .forms-list {
  display: none;
  -webkit-transform: translate(-50%, -65%);
  -moz-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
  min-width: 600px;
  text-align: left;
}
.form-selector .forms-list h2 {
  font-weight: 300;
  margin-bottom: 24px;
}
.form-selector .forms-list ul {
  border: 1px solid #eee;
  background: #fafafa;
  max-height: 300px;
  overflow: scroll;
  border-radius: 6px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.05);
}
.form-selector .forms-list li {
  display: block;
  padding: 18px 24px;
  border-bottom: 1px solid #eee;
  position: relative;
  cursor: pointer;
}
.form-selector .forms-list li:hover {
  background-color: #f5f5f5;
}
.form-selector .forms-list li:after {
  content: '\f00c';
  color: green;
  font-size: 24px;
  font-family: FontAwesome;
  position: absolute;
  right: 24px;
  top: 12px;
  opacity: 0;
}
.form-selector .forms-list li.selected {
  background-color: #fff;
}
.form-selector .forms-list li.selected:after {
  opacity: 1;
}
.form-selector .forms-list li:first-child {
  border-radius: 6px 6px 0 0;
}
.form-selector .forms-list li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}
.form-selector .forms-list button {
  margin: 24px 0 0;
}
.mCustomScrollbar {
  margin: 0 -15px;
}
.mCSB_container {
  margin-right: 0 !important;
}
.aceCustomError {
  background-color: rgba(255, 0, 0, 0.3);
  color: white;
  bottom: -50px;
  font-size: 12px;
  height: auto;
  white-space: normal;
  left: 0;
  padding: 12px 12px 6px 50px;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.aceCustomSuccess {
  background-color: rgba(0, 255, 0, 0.5);
  bottom: -50px;
  color: white;
  font-size: 12px;
  height: 40px;
  left: 0;
  padding-left: 50px;
  padding-top: 12px;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.ace_errored_line {
  background: rgba(255, 0, 0, 0.1);
}
#editor,
#inspectEditor {
  width: 100%;
  float: left;
  min-height: 300px;
  height: 99%;
  margin: 0;
  margin-top: 1%;
  vertical-align: top;
}
#editor *,
#inspectEditor * {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
#editor,
#inspectEditor.zaw {
  left: -16px;
  right: -16px;
  height: 100%;
  top: -54px;
}
/* Fix for IE9 & IE10 */
.jotMSIE9 #inspectEditor,
.jotMSIE10 #inspectEditor {
  height: 500px;
}
.sp-container {
  overflow: hidden;
  background-color: #5e5e5e;
  border-color: #2e2e2e;
  border-radius: 3px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.sp-container,
.sp-container * {
  -webkit-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-property: none;
}
.sp-container .sp-input {
  background-color: #3e3e3e;
  color: #999;
  border: 1px solid #2e2e2e;
}
.sp-container .sp-button-container {
  display: block;
  float: none;
}
.sp-container .sp-button-container .sp-cancel {
  margin-top: 7px;
  color: #DCAB62 !important;
  float: left;
}
.sp-container .sp-button-container .sp-choose {
  margin-top: 3px;
  float: right;
  padding: 4px 12px 3px 12px;
  font-size: 12px;
  line-height: 16px;
  color: #ddd;
  text-shadow: 0 -1px 1px #000;
  border-color: #3e3e3e;
  background-color: #4e4e4e;
  background-image: -webkit-linear-gradient(top, #5e5e5e, #4e4e4e);
  background-image: -moz-linear-gradient(top, #5e5e5e, #4e4e4e);
  background-image: -ms-linear-gradient(top, #5e5e5e, #4e4e4e);
  background-image: -o-linear-gradient(top, #5e5e5e, #4e4e4e);
  background-image: linear-gradient(to bottom, #5e5e5e, #4e4e4e);
}
.sp-container .sp-palette-container {
  border-right-color: #3e3e3e;
}
.sp-container .sp-picker-container {
  border-left-color: #6e6e6e;
}
.sp-container .sp-palette .sp-thumb-el {
  float: none;
}
#stage .container-fluid {
  background-color: none;
}
#stage .form-all {
  border: none;
}
#saveAsTheme {
  display: none;
}
.footnote {
  position: absolute;
  bottom: 8%;
  right: 21px;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #aaa;
}
.footnote label {
  cursor: pointer;
  letter-spacing: 0.1px;
  font-weight: 300;
}
.footnote label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 6px;
  vertical-align: baseline;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  top: 4px;
  background-clip: content -box;
}
.footnote label:after {
  font-family: FontAwesome;
  content: '\f00c';
  color: #FFD39E;
  position: absolute;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  top: 4px;
  left: 3px;
}
.footnote input:checked ~ label:after {
  opacity: 1;
}
.footnote input {
  display: none;
}
.footnote #showAll {
  color: #DCAB62;
}
.rangeslider {
  height: 10px;
  border: 1px solid #464646;
  background: #5e5e5e;
  margin-bottom: 36px;
  box-shadow: 0 1px 0 #5e5e5e;
}
.rangeslider__fill {
  height: 8px;
  background: #ECA44F;
  box-shadow: none;
}
.rangeslider__handle {
  background: #ddd;
  height: 20px;
  width: 20px;
  top: -6px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2) , inset 0 1px 0 #fff;
  z-index: 10;
}
.slidervalue-handle {
  position: absolute;
  display: block;
  padding: 3px;
  width: 36px;
  margin: 0!important;
  background: #eee;
  color: #6e6e6e;
  text-shadow: 0 1px 0 #fff;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-left: -18px;
  z-index: 11;
  text-indent: -2px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.slidervalue-handle:after {
  background: none;
  display: block;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid rgba(238, 238, 238, 0);
  border-bottom: 6px solid #eee;
  z-index: 12;
  border-radius: 0;
}
.slider-min {
  display: inline-block;
  position: absolute;
  top: 66px;
  left: 26px;
  color: #7e7e7e;
  font-size: 10px;
}
.slider-max {
  display: inline-block;
  position: absolute;
  top: 66px;
  right: 26px;
  color: #7e7e7e;
  font-size: 10px;
}
.select2-container {
  background: #5e5e5e;
  border: 1px solid #464646;
  box-shadow: 0 1px 0 #5e5e5e !important;
}
.select2-container span {
  margin: 0 !important;
}
.select2-container .select2-choice {
  height: auto;
  background: none;
  padding: 0;
  border: 0;
}
.select2-container .select2-choice .select2-chosen {
  color: #aaa;
  margin-right: 26px !important;
  padding: 6px 0 6px 8px;
  height: 32px;
  line-height: 20px;
}
.select2-container .select2-choice .select2-arrow {
  border-left: 1px solid #3e3e3e;
  background: #4e4e4e;
  padding: 0 3px;
  width: 24px;
  border-radius: 0 2px 2px 0;
  box-shadow: inset 1px 0 0 #6e6e6e;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 0 3px;
}
.select2-container.select2-container-active .select2-choice {
  box-shadow: none !important;
}
.select2-container.form-control.select2-dropdown-open {
  border-color: #3e3e3e;
}
.select2-container.form-control.select2-dropdown-open .select2-choice {
  border-radius: 4px 4px 0 0;
  background-color: #EEE;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(0.5, #EEE));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #FFF 0%, #EEE 50%);
}
.select2-container.form-control.select2-dropdown-open .select2-chosen {
  color: #6e6e6e;
}
.select2-container.form-control.select2-dropdown-open .select2-arrow {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.select2-container.form-control.select2-dropdown-open .select2-arrow b {
  background-position: -18px 3px;
}
.select2-drop-active {
  border: 1px solid #3e3e3e;
  border-top: none;
}
.select2-drop-active .select2-results .select2-highlighted {
  background: #ECA44F;
}
.zen-editor-wrapper {
  position: fixed;
  right: 10px;
  width: 41%;
  height: 100%;
}
.zenmode {
  color: #fff;
  padding-top: 16px;
  padding-right: 19px;
  cursor: pointer;
}
.zenmode.zaw {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
}
.slide-nav {
  font-family: Circular, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  top: 0;
  left: 0;
  margin-left: -33.33333333%;
  bottom: 0;
  z-index: 12;
  line-height: 1.42857143;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid #3e3e3e;
  background: #4e4e4e;
  box-shadow: inset -6px 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: width, margin;
  -moz-transition-property: width, margin;
  -ms-transition-property: width, margin;
  -o-transition-property: width, margin;
  transition-property: width, margin;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.slide-nav.open {
  margin-left: 0;
}
.no-form {
  margin: 15px 15px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #ccc;
  padding: 18px 21px;
}
.no-form p {
  font-size: 16px;
  margin: 0;
  letter-spacing: -1px;
  font-weight: bold;
  color: #DCAB62;
  text-transform: uppercase;
  line-height: 30px;
}
.no-form a.create-form {
  margin-top: 15px;
  padding: 12px;
  background: #D69E5C;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  display: block;
}
.slide-nav > div {
  overflow: auto;
  margin: 0 -15px;
}
.slide-nav .mCustomScrollbar {
  margin: 0;
}
.slide-nav .slideNavHeader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ccc;
  color: #DCAB62;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  margin: 24px 15px 18px;
}
.slide-nav .slideNavHeader.choose-form-double-title {
  margin-bottom: 0;
  font-weight: 400;
}
.slide-nav .slideNavHeader.choose-form-double-title + .slideNavSubHeader {
  max-width: 320px;
  margin-top: 5px;
  text-indent: 1px;
  font-size: 14px;
  color: #ccc;
  padding: 0px 15px 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}
.slide-nav li {
  background: #535353;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: 6px 15px;
  color: #ccc;
  -webkit-transition-property: margin;
  -moz-transition-property: margin;
  -ms-transition-property: margin;
  -o-transition-property: margin;
  transition-property: margin;
  -webkit-transition-duration: 0.3;
  -moz-transition-duration: 0.3;
  -ms-transition-duration: 0.3;
  -o-transition-duration: 0.3;
  transition-duration: 0.3;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.slide-nav li a {
  padding: 12px 15px;
  display: block;
  color: #ccc;
  font-weight: 300;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3;
  -moz-transition-duration: 0.3;
  -ms-transition-duration: 0.3;
  -o-transition-duration: 0.3;
  transition-duration: 0.3;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.slide-nav li:hover a {
  color: #DCAB62;
}
.slide-nav li:first-child {
  margin-top: 0;
}
.slide-nav li:after {
  position: absolute;
  top: 8px;
  right: 23px;
  z-index: 10;
  height: 30px;
  width: 30px;
  content: "\f00c";
  font-size: 15px;
  text-align: center;
  line-height: 28px;
  font-family: FontAwesome;
  color: white;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  border-radius: 50%;
}
.slide-nav li.active {
  background-color: #DCAB62;
  color: #fff;
  font-weight: normal;
}
.slide-nav li.active a {
  color: white;
}
.slide-nav li.active:after {
  opacity: 1;
}
.slide-nav li.theme-active {
  background-color: #DCAB62;
  color: #fff;
  font-weight: normal;
}
.slide-nav li.theme-active button {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  padding: 0px 12px;
  border: 1px solid #eee;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  border-radius: 4px;
  font-size: 12px;
  line-height: 28px;
  color: #eee;
  font-weight: bold;
}
.slide-nav li.theme-active button:hover {
  background: #fff;
  color: #DCAB62;
}
.slide-nav li.theme-active button:focus {
  outline: 0;
}
.slide-nav li.theme-active:after {
  display: none!important;
}
.slide-nav li.theme-active a {
  color: white;
}
.sb-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: blue;
}
.sb-button-list .button-style-item {
  width: calc(100% / 3 - 12px);
}
.sb-button-list .button-style-item .jf-form-buttons {
  border: none;
  margin-left: 0;
}
.sb-button-list .button-style-item > button {
  width: 100%;
  min-width: auto;
}
.radio-button-style-item,
.dd-style-item,
.error-state-style-item,
.error-state-style-item,
.text-input-style-item {
  float: left;
  padding: 0 12px 12px 0;
}
.radio-button-style-item img,
.dd-style-item img,
.error-state-style-item img,
.error-state-style-item img,
.text-input-style-item img {
  float: left;
  border: 1px solid #444;
  height: 100%;
}
img#ddStylePreview {
  height: 100%;
}
.list-unstyled.left-side {
  overflow: hidden;
  padding: 12px 0 0 12px;
}
.toggle-props {
  color: #d69e5c;
  display: block;
  padding: 0 18px;
  line-height: 48px;
  font-weight: 300;
  position: relative;
  z-index: -1;
  opacity: 0;
  margin-top: -48px;
  box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid #424242;
  cursor: pointer;
  -webkit-transition-property: margin, opacity;
  -moz-transition-property: margin, opacity;
  -ms-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.toggle-props .fa {
  font-size: 12px;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  margin-right: 4px;
  border: 1px solid #DCAB62;
  border-radius: 50%;
}
.toggle-props .fa:before {
  position: relative;
  left: -1px;
}
.toggle-props.active {
  margin-top: 0;
  opacity: 1;
  z-index: 12;
}
.toggle-props.ao {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 11%;
  height: 48px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #575757;
  margin: 0!important;
  float: left;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50px;
  left: 14px;
  background: #363636;
  border-right: 0;
  line-height: 50px;
  z-index: 6;
}
.toggle-props.ao .fa {
  border: 0;
  font-size: 24px;
  color: #D69E5C;
  margin: 0;
  top: 0;
}
.loading {
  font-weight: 300;
  position: fixed;
  top: 30%;
  z-index: 30;
  text-align: center;
}
.loading h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.loading div {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.loading .fa {
  font-size: 90px;
  height: 90px;
  width: 90px;
  margin: 0 auto 30px;
  line-height: 90px;
  color: #ff8900;
  text-align: center;
  border-radius: 50%;
}
.selected-button-set {
  border: 1px solid #797979 !important;
}
.selectedQuestion {
  position: relative;
  outline: 3px solid rgba(255, 137, 0, 0.4);
  background: rgba(255, 137, 0, 0.1);
  box-shadow: 0 0 9px 3px rgba(255, 137, 0, 0.5);
}
.selectedQuestion.form-line-active {
  outline: 3px solid rgba(255, 137, 0, 0.2);
  outline-offset: 9px;
  box-shadow: none;
}
.selectedQuestion.form-line-active:before {
  background: rgba(255, 137, 0, 0.3);
  bottom: -42px;
  right: -12px;
}
.selectedQuestion:after {
  content: attr(question-label);
  display: inline-block;
  position: absolute;
  color: white;
  z-index: 99;
  background: rgba(255, 137, 0, 0.5);
  bottom: 0px;
  right: 0px;
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: normal !important;
  white-space: nowrap;
  outline: 0 !important;
  padding: 6px 12px;
}
.selectedQuestion.form-all.has-form-cover {
  position: relative;
  outline: 0;
  box-shadow: 0 0 0px 0px rgba(255, 137, 0, 0);
}
.selectedQuestion.form-all.has-form-cover:after {
  bottom: auto;
  top: -33px;
  height: 33px;
}
.selectedQuestion.form-all.has-form-cover:before {
  outline: 3px solid rgba(255, 137, 0, 0.4);
  box-shadow: 0 0 9px 3px rgba(255, 137, 0, 0.5);
}
#sb-gallery > ul,
#sb-mythemes > ul {
  list-style: none;
  padding: 0;
}
.form-field-hidden {
  display: flex !important;
  flex-direction: column;
}
.hasFormUserAvatar .accessibility-advanced-designer-warning + .form-cover-wrapper {
  margin-top: 32px;
}
