.ns-shortcode-list {
  position: fixed;
  z-index: 100002;
  left: 0;
  right: 0;
  top: 10vh;
  max-height: 90vh;
  height: auto;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 3px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.ns-shortcode-list-title {
  line-height: 30px;
  margin: 0 0 20px;
}
.ns-shortcode-list-closer {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.ns-shortcode-list-closer:hover {
  opacity: 1;
}
.ns-shortcode-list-list {
  margin: 0;
}
.ns-shortcode-list-list:before,
.ns-shortcode-list-list:after {
  content: '';
  display: table;
}
.ns-shortcode-list-list:after {
  clear: both;
}
.ns-shortcode-list-item {
  float: left;
  display: table;
  width: 50%;
  height: 80px;
  margin: 0;
  padding: 0 20px 0 62px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #fff;
  box-sizing: border-box;
  transition: border 0.3s;
}
.ns-shortcode-list-item-h {
  display: table-cell;
  vertical-align: middle;
}
.ns-shortcode-list-item-icon {
  position: absolute;
  top: 24px;
  left: 18px;
}
.ns-shortcode-list-item-title {
  font-size: 14px;
  font-weight: 600;
}
.ns-shortcode-list-item-description {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  color: #999;
}
.ns-shortcode-list-item:hover {
  border-color: #47BFA9;
}
.ns-builder {
  position: fixed;
  z-index: 100001;
  left: 50%;
  top: 10vh;
  max-height: 85%;
  overflow: auto;
  width: 600px;
  margin-left: -300px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 3px 12px rgba(0, 0, 0, 0.1);
}
.ns-builder-header {
  padding: 15px 30px;
  background-color: #f5f5f5;
}
.ns-builder-title {
  font-size: 20px;
  line-height: 30px;
  color: #222;
}
.ns-builder-closer {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.ns-builder-closer:hover {
  opacity: 1;
}
.ns-builder-footer {
  padding: 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.ns-builder-footer .ns-builder-btn {
  padding: 0 20px;
  line-height: 34px;
  height: 36px;
  margin-right: 4px;
}
.ns-form:before,
.ns-form:after {
  content: '';
  display: table;
}
.ns-form:after {
  clear: both;
}
.ns-form-control {
  width: 100%;
  padding: 0 15px 15px;
  box-sizing: border-box;
  float: left;
}
.ns-form-control-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.ns-form-control-description {
  font-size: 12px;
  line-height: 16px;
  margin-top: 3px;
  color: #999;
}
.ns-form-control-field input[type="text"],
.ns-form-control-field select {
  width: 100%;
}
.ns-form-control-field textarea {
  width: 100%;
  resize: vertical;
}
.ns-form-control.type_attach_image .ns-imgattach:before,
.ns-form-control.type_attach_images .ns-imgattach:before,
.ns-form-control.type_attach_image .ns-imgattach:after,
.ns-form-control.type_attach_images .ns-imgattach:after {
  content: '';
  display: table;
}
.ns-form-control.type_attach_image .ns-imgattach:after,
.ns-form-control.type_attach_images .ns-imgattach:after {
  clear: both;
}
.ns-form-control.type_attach_image .ns-imgattach-list,
.ns-form-control.type_attach_images .ns-imgattach-list {
  margin: 0;
}
.ns-form-control.type_attach_image .ns-imgattach-list li,
.ns-form-control.type_attach_images .ns-imgattach-list li {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 0 6px 6px 0;
  border: 1px solid #ddd;
  background: #fff;
}
.ns-form-control.type_attach_image .ns-imgattach-list li .ns-imgattach-delete,
.ns-form-control.type_attach_images .ns-imgattach-list li .ns-imgattach-delete {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.ns-form-control.type_attach_image .ns-imgattach-list li:hover .ns-imgattach-delete,
.ns-form-control.type_attach_images .ns-imgattach-list li:hover .ns-imgattach-delete {
  opacity: 1;
}
.ns-form-control.type_attach_image .ns-imgattach-list li img,
.ns-form-control.type_attach_images .ns-imgattach-list li img {
  width: 100%;
  height: 100%;
}
.ns-form-control.type_attach_image .ns-imgattach-add,
.ns-form-control.type_attach_images .ns-imgattach-add {
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #999;
  transition: border 0.3s, color 0.3s;
}
.ns-form-control.type_attach_image .ns-imgattach-add:hover,
.ns-form-control.type_attach_images .ns-imgattach-add:hover {
  border-color: #00a0d2;
  color: #00a0d2;
}
.ns-form-control.type_colorpicker {
  width: 50%;
}
.ns-form-control.type_colorpicker .wp-picker-active {
  white-space: nowrap;
}
.ns-form-control.type_colorpicker .wp-picker-active a {
  width: 0;
}
.ns-form-control.type_vc_link textarea {
  display: none;
}
.ns-form-control.type_vc_link .ns-linkdialog {
  line-height: 30px;
}
.ns-form-control.type_vc_link .ns-linkdialog strong {
  margin-left: 10px;
}
.ns-form-control.type_vc_link .ns-linkdialog span {
  margin-left: 5px;
}
.ns-form-control.type_ui_slider .ui_slider_field {
  display: inline-block;
  width: 20%;
}
.ns-form-control.type_ui_slider .ui-slider {
  display: inline-block;
  width: 75%;
  margin-left: 3%;
  border: none;
  position: relative;
  text-align: left;
  border-radius: 4px;
  height: 0.8em;
}
.ns-form-control.type_ui_slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  top: -0.3em;
  margin-left: -0.6em;
  outline: 0;
  border-radius: 4px;
}
.ns-form-control.type_ui_slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  top: 0;
  height: 100%;
  outline: 0;
  border-radius: 4px;
}
.ns-form-control.type_ui_slider .ui-slider.ui-widget-content {
  background: #eeeeee;
}
.ns-form-control.type_ui_slider .ui-slider.ui-widget-content .ui-widget-header {
  background: #47bfa9 !important;
  color: #ffffff;
  font-weight: bold;
}
.ns-form-control.type_ui_slider .ui-state-default,
.ns-form-control.type_ui_slider .ui-widget-content .ui-state-default,
.ns-form-control.type_ui_slider .ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6;
}
.ns-form-control.type_ui_slider .ui-state-hover,
.ns-form-control.type_ui_slider .ui-widget-content .ui-state-hover,
.ns-form-control.type_ui_slider .ui-widget-header .ui-state-hover,
.ns-form-control.type_ui_slider .ui-state-focus,
.ns-form-control.type_ui_slider .ui-widget-content .ui-state-focus,
.ns-form-control.type_ui_slider .ui-widget-header .ui-state-focus {
  border: 1px solid #47bfa9;
  background: #def4f0;
  font-weight: bold;
  color: #369d8a;
}
.ns-form-control.type_ui_slider .ui-state-active,
.ns-form-control.type_ui_slider .ui-widget-content .ui-state-active,
.ns-form-control.type_ui_slider .ui-widget-header .ui-state-active {
  border: 1px solid #47bfa9;
  background: #def4f0;
  font-weight: bold;
  color: #369d8a;
}
.ns-form input[id*="_content_nootheme"] {
  display: none;
}
.ns-tabs-list {
  font-size: 14px;
  line-height: 19px;
  padding: 0 15px;
  background-color: #f5f5f5;
  box-shadow: 0 -1px 0 #e5e5e5 inset;
}
.ns-tabs-list:before,
.ns-tabs-list:after {
  content: '';
  display: table;
}
.ns-tabs-list:after {
  clear: both;
}
.ns-tabs-item {
  float: left;
  white-space: nowrap;
  padding: 12px 15px;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
  transition: background 0.3s, color 0.3s;
}
.ns-tabs-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.ns-tabs-item.active {
  cursor: default;
  background-color: #fff;
}
.ns-tabs-sections {
  max-height: 550px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ns-tabs-section {
  padding: 20px 15px 10px;
  overflow: hidden;
}
.ns-tabs-section-h {
  display: flex;
  flex-wrap: wrap;
}
#qt_content_nootheme {
  width: 30px;
  text-indent: -10000px;
  background: url(../../buttons/icon.png) 50% 50% no-repeat;
  background-size: 20px 20px;
}
@media (max-width: 1300px) {
  .ns-shortcode-list {
    width: 80%;
  }
}
@media (max-width: 700px) {
  .ns-builder {
    left: 20px;
    right: 20px;
    width: auto;
    margin-left: 0;
  }
  .ns-form-control {
    width: 100% !important;
  }
}
.ns-checkbox,
.ns-radio {
  display: inline-block;
  margin-right: 10px;
}
.ns-item-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: transparent;
}
.vc_element-icon[class*="fa-"] {
  background-color: #47BFA9;
  background-image: none !important;
  color: #fff;
  border-radius: 4px;
}
.ns-item-icon[class*="fa-"],
.vc_element-icon[class*="fa-"] {
  text-align: center;
  transition: background-color 0.3s ease 0s;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ns-item-icon[class*="fa-"]:before,
.vc_element-icon[class*="fa-"]:before {
  font-family: "fontawesome";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
}
