/* TABLES */
table thead th.table-filter {
  cursor: pointer !important;
}
table th.table-filter > span {
  margin-left: 5px;
  position: relative;
  padding-top: 5px;
}
table th.table-filter > span > i {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
table th.table-filter > span > i:last-child {
  top: 7px;
}
table th.table-filter.sort-asc > span > i:first-child {
  color: #48CFAD;
  opacity: 1;
}
table th.table-filter.sort-desc > span > i:last-child {
  color: #48CFAD;
  opacity: 1;
}
/* ICONS */
i.mdi {
  font-size: 1.2em;
}
/* ALERTIFY */
.ajs-message {
  border: none !important;
  text-shadow: none !important;
  background: #E6E9ED !important;
  color: #656D78 !important;
}
.ajs-message.ajs-success {
  background: #b9df90 !important;
  color: #3c763d !important;
}
.ajs-message.ajs-error {
  background: #f2838f !important;
  color: #a94442 !important;
}
.ajs-footer .ajs-buttons .ajs-button.ui.button {
  box-shadow: none !important;
}
/* HELPERS */
.clear {
  clear: both;
}
.fpd-hidden {
  display: none !important;
}
.floated.right {
  float: right;
}
.floated.left {
  float: left;
}
.hidden-overflow {
  overflow: hidden !important;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  transform-origin: center center;
  padding: 0 !important;
  vertical-align: middle !important;
  animation: rotating 1s linear infinite;
}
.fpd-fixed {
  position: absolute;
}
.top.fpd-fixed {
  top: 0;
}
.right.fpd-fixed {
  right: 0;
}
.ui.container .description {
  opacity: 0.5;
  display: block;
  margin: 5px 0;
}
/* GENERAL */
.options-table td > .ui.header {
  margin-top: 10px;
  font-weight: 300;
  font-size: 18px;
}
.options-table tr:first-child td > .ui.header {
  margin-top: 0;
}
.options-table td .helper {
  display: block;
  margin-top: 5px;
}
.options-section tr.unbordered > td {
  border: none !important;
}
.options-section .ui.radio label {
  font-weight: normal;
}
/* DRAGGABLE DIALOG */
.dialog-button {
  position: relative;
  display: inline-block;
}
.draggable-dialog {
  background: #fff;
  border-top: 10px solid #656d78;
  cursor: move;
  position: absolute;
  width: 300px;
  min-height: 200px;
  z-index: 100;
  text-align: left;
  top: 40px;
  left: 0;
  display: none;
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}
.draggable-dialog .header {
  position: relative;
  padding-bottom: 10px !important;
}
.draggable-dialog .header > span {
  font-weight: normal;
  display: inline-block;
  margin-right: 35px;
  font-size: 13px;
  opacity: 0.8;
}
.draggable-dialog .header > button {
  padding: 5px !important;
  margin: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
}
.draggable-dialog.active {
  display: block;
}
/* PASSWORD */
.password-field .button > i:last-child,
.password-field .button.password-visible > i:first-child {
  display: none;
}
.password-field .button.password-visible > i:last-child {
  display: block;
}
/* MULTI COLOR INPUT */
.multi-color-input .ui.input input {
  width: 110px;
}
.multi-color-input > .ui.labels {
  margin-top: 10px;
}
.multi-color-input > .ui.labels > .label {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}
/* DATA TABLE INPUT */
.data-table-input thead th {
  padding-top: 15px !important;
  font-size: 1.05em;
  text-align: center !important;
}
.data-table-input td,
.data-table-input th {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.data-table-input thead th .ui.input {
  margin-top: 5px;
}
.data-table-input thead th.bottom:last-child {
  text-align: right;
  width: 100px;
}
.data-table-input tr span.prefix {
  line-height: 30px;
  font-size: 15px;
  margin-right: 5px;
}
/* SELECT SORTABLE */
.select-sortable-list {
  margin-top: 5px;
}
.select-sortable-list .label {
  cursor: move;
  white-space: nowrap;
}
.select-sortable-list .sortable-placeholder {
  display: inline-block;
  width: 60px;
  height: 25px;
  border: 1px dashed #e1e1e1;
  vertical-align: bottom;
  margin: 0 5px;
  border-radius: 2px;
}
.select-sortable-list .label .icon {
  cursor: pointer;
}
/* COLOR PICKER BUTTON */
.color-picker-button {
  position: relative;
}
.color-picker-button > .button {
  border: 1px solid #e6e9ed;
}
.color-picker-button > .sketch-picker {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10000;
}
/* IMAGE PLACEHOLDER */
.image-placeholder {
  background: #fff;
  border: 1px dashed #e6e9ed;
  max-width: 40px;
  height: 35px;
  margin-right: 5px;
  text-align: center;
  position: relative;
  cursor: copy;
}
.image-placeholder > .button {
  display: none;
  position: absolute;
  bottom: -8px;
  right: -14px;
  width: 16px;
  height: 16px;
  padding: 0 !important;
  z-index: 2;
  line-height: 15px;
  font-size: 11px;
}
.image-placeholder > i {
  font-size: 22px !important;
  margin: 7px 0 0;
  opacity: 0.1;
}
.modal td .image-placeholder > i {
  margin: 3px 0 0;
}
.image-placeholder > img {
  max-width: 80% !important;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-placeholder.image-set > i {
  display: none;
}
.image-placeholder.image-set > .button {
  display: block;
}
/* ACCORDION */
.fpd-accordion .accordion-section > label {
  background: #f7f7f7;
  border-bottom: 1px solid #e6e9ed;
  line-height: 30px;
  padding: 5px;
  cursor: pointer;
  display: block;
  font-weight: 600;
}
.accordion-section > input {
  display: none;
}
.fpd-accordion .accordion-content {
  border-bottom: 1px solid #e6e9ed;
  display: none;
  padding: 15px 5px;
}
.fpd-accordion .accordion-section.active > .accordion-content {
  display: block;
}
/* SELECT 2 */
.select2 *,
.select2-search__field {
  outline: none !important;
}
.select2 .select2-selection {
  border: 1px solid #e6e9ed;
  height: 38px;
  padding: 5px 5px;
}
.select2 .select2-selection:hover {
  border-color: rgba(34, 36, 38, 0.35);
}
.select2 .select2-selection:focus,
.select2.select2-container--open .select2-selection,
.select2-dropdown {
  border-color: #96c8da;
}
.select2.select2-container--open .select2-selection {
  border-bottom: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 6px;
}
.select2-results li strong {
  font-weight: 600;
}
/* Button Options */
.button-options > * {
  display: none !important;
}
.button-options > *.active {
  display: inline-block !important;
}
/* Right Sidebar */
#product-categories-wrapper {
  padding: 10px;
  height: 100%;
}
.products-page button.toggle-right-sidebar {
  margin-left: 20px;
}
/* Table */
#products-table {
  margin-top: 20px;
}
#products-table tbody tr {
  cursor: pointer;
  vertical-align: middle;
}
#products-table tr .label {
  font-weight: normal;
  font-size: 10px;
}
#products-table td .ui.buttons {
  margin-right: 0;
}
#products-table > tbody table {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
#products-table > tbody .product-row table {
  padding: 0 15px !important;
}
#products-table .product-row .user {
  display: block;
}
#products-table .view-row {
  cursor: move;
}
#products-table .eight.column i {
  opacity: 0.4;
  font-size: 0.9em;
  line-height: 1;
}
#products-table .ui-sortable-placeholder > td {
  height: 70px;
  background: rgba(255, 255, 255, 0.5);
}
#products-table > tbody > tr.active .product-title {
  font-weight: 700;
}
#products-table > tbody > tr.active table {
  display: table;
  background: transparent;
}
#products-table > tbody > tr table tr:hover {
  background: transparent !important;
}
#products-table > tbody > tr table tr .image-placeholder > .button {
  display: none !important;
}
#products-table .export-product {
  display: none;
}
/* Templates Library */
.modal#templates-library #buy-premium-set {
  margin-top: 10px;
}
.modal#templates-library .twelve.column {
  max-height: 65vh;
  overflow: auto;
}
.modal#templates-library .card .content .left {
  width: 180px;
}
.modal#templates-library .card .content .right .label {
  text-transform: uppercase;
}
.modal#templates-library .image {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.modal#templates-library .image .image-nav {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%);
}
.modal#templates-library .card:hover .image-nav {
  display: block;
}
.modal#templates-library .image .image-nav > i {
  cursor: pointer;
}
.modal#templates-library .image .image-nav > i:last-child {
  float: right;
}
/* User Templates */
.modal#user-templates .list > .item {
  padding: 10px 0;
}
.modal#user-templates .list > .item > .left {
  line-height: 30px;
}
.modal#user-templates .list > .item > .left i {
  margin-right: 10px;
  opacity: 0.5;
}
.product-builder-page.pushable:not(.dimmed) {
  overflow-x: initial;
  /* make overflow of canvas possible */
}
/* HEADER */
#product-builder-container {
  /* LAYERS */
  /* CANVAS */
  /* Previews */
}
#product-builder-container .select2 {
  text-align: left;
}
#product-builder-container #layers-segment .description {
  text-transform: uppercase;
}
#product-builder-container #layers-segment .card.active {
  box-shadow: 0px 1px 3px 0px #656d78;
}
#product-builder-container #layers-segment .card {
  cursor: move;
  min-width: 160px;
}
#product-builder-container #layers-segment .card img,
#product-builder-container #layers-segment .card textarea {
  height: 80px;
  width: auto;
  min-height: auto;
}
#product-builder-container #layers-segment .card textarea {
  width: 100%;
  border-left: none;
  border-right: none;
  resize: none;
  background: transparent;
  border-radius: 0;
}
#product-builder-container #layers-segment .card .content {
  text-align: center;
  padding: 8px;
}
#product-builder-container #layers-segment .card .content > .button:last-child {
  margin-right: 0;
}
#product-builder-container #layers-segment .card .image {
  text-align: center;
}
#product-builder-container #layers-segment .card .image img {
  display: inline-block;
  padding: 5px;
}
#product-builder-container #layers-segment .card .button[data-type="unlock"],
#product-builder-container #layers-segment .card.locked .button[data-type="lock"] {
  display: none;
}
#product-builder-container #layers-segment .card.locked .button[data-type="unlock"] {
  display: inline-block;
}
#product-builder-container #layers-segment .card.sortable-placeholder {
  border: 2px dashed #e6e9ed;
  box-shadow: none;
}
#product-builder-container #canvas-segment .header i {
  margin-left: 10px;
}
#product-builder-container #canvas-segment .header i > span {
  margin: 0 5px;
}
#product-builder-container #canvas-container {
  position: relative;
  overflow: hidden;
}
#product-builder-container #canvas-container #fpd-canvas {
  position: relative;
  overflow: auto;
}
#product-builder-container #fpd-canvas > .fpd-main-wrapper {
  border: 1px solid #e6e9ed;
  position: relative;
  overflow-x: auto !important;
}
#product-builder-container #fpd-canvas > .fpd-main-wrapper > .fpd-product-stage {
  max-width: none !important;
  border-right: 2px dashed #e6e9ed;
}
#product-builder-container #fpd-canvas.fpd-responsive > .fpd-main-wrapper > .fpd-product-stage {
  max-width: 100% !important;
}
#product-builder-container #fpd-canvas.fpd-responsive-tablet {
  width: 767px !important;
}
#product-builder-container #fpd-canvas.fpd-responsive-mobile {
  width: 567px !important;
}
#product-builder-container #fpd-canvas.fpd-responsive-fit {
  overflow: hidden;
}
/* Toolbar */
#react-root .fpd-element-toolbar-smart {
  z-index: 100;
}
/* Sidebar */
#product-builder-sidebar {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #e6e9ed;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  height: 100%;
  width: 300px;
  margin-bottom: 20px;
  box-shadow: -1px 0 6px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
#canvas-container.element-selected #product-builder-sidebar {
  display: block;
}
#product-builder-sidebar > .fpd-accordion {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  z-index: 101;
}
#product-builder-sidebar .column {
  padding-top: 5px;
  padding-bottom: 5px;
}
#product-builder-sidebar .column > label {
  display: block;
  color: rgba(67, 74, 84, 0.5);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 5px;
}
#product-builder-sidebar .column .radio-buttons {
  display: flex;
  margin: 0;
}
#product-builder-sidebar .column .radio-buttons > .button {
  flex: 1;
  padding: 8px 0;
}
#product-builder-sidebar .column .radio-buttons > .button > .mdi {
  font-size: 15px;
}
#product-builder-sidebar #pb-sidebar-actions {
  position: absolute;
  background: #f7f7f7;
  border: 1px solid #e6e9ed;
  border-right: none;
  left: 0;
  top: -1px;
  width: 30px;
  text-align: center;
  z-index: 10;
  transform: translateX(-100%);
}
#pb-sidebar-actions > div {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
}
#pb-sidebar-switcher > span:last-child {
  display: none;
}
#product-builder-sidebar.closed {
  transform: translateX(100%);
}
#product-builder-sidebar.dock-left.closed {
  transform: translateX(-100%);
}
#product-builder-sidebar #pb-sidebar-close > i:last-child {
  display: none;
}
#product-builder-sidebar.closed #pb-sidebar-close > i:first-child {
  display: none;
}
#product-builder-sidebar.closed #pb-sidebar-close > i:last-child {
  display: inline;
}
#product-builder-sidebar.dock-left {
  left: 0;
  right: auto;
}
#product-builder-sidebar.dock-left #pb-sidebar-actions {
  right: 0;
  left: auto;
  border-left: none;
  border-right: 1px solid #e6e9ed;
  transform: translateX(100%);
}
#product-builder-sidebar.dock-left #pb-sidebar-switcher > span:first-child {
  display: none;
}
#product-builder-sidebar.dock-left #pb-sidebar-switcher > span:last-child {
  display: inline;
}
.fpd-element-toolbar-smart .fpd-tool-reset,
.fpd-element-toolbar-smart .fpd-curved-text-switcher {
  display: none !important;
}
/* UI COMPOSER */
#ui-composer-topnav .right .ui.dropdown {
  min-width: 200px;
}
#ui-composer-wrapper .fpd-actions-container {
  z-index: 1;
}
#ui-composer-toolbar {
  /* General */
  /* Layouts Tab */
  /* Modules, Actions Tab */
  /* Actions Tab */
  /* Action Panel */
  /* Colors Tab */
  /* Guided Tour Tab */
}
#ui-composer-toolbar > .menu {
  margin-bottom: 30px;
}
#ui-composer-toolbar .ui.tab {
  min-height: 250px;
}
#ui-composer-toolbar .ui.tab .ui.segment {
  margin: 0 0 5px;
}
#ui-composer-toolbar .ui.tab i {
  opacity: 0.6;
}
#ui-composer-toolbar .ui.label {
  font-size: 11px;
}
#ui-composer-toolbar [data-tab="layout"] .checkbox > label {
  padding: 0;
}
#ui-composer-toolbar [data-tab="layout"] .checkbox > label:before,
#ui-composer-toolbar [data-tab="layout"] .checkbox > label:after {
  display: none;
}
#ui-composer-toolbar [data-tab="layout"] .ui.checkbox label > img {
  border: 1px solid transparent;
}
#ui-composer-toolbar [data-tab="layout"] .ui.checkbox input:checked ~ label > img {
  border: 1px solid #00b5ad;
}
#ui-composer-toolbar .ui.segment > .dropzone {
  position: relative;
  min-height: 40px;
  border: 2px dashed #e6e9ed;
  padding: 5px;
}
#ui-composer-toolbar .dropzone:after {
  content: attr(data-placeholder);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 10px;
  text-transform: uppercase;
  transform: translateY(-50%);
  display: none;
}
#ui-composer-toolbar .dropzone.is-empty:after {
  display: block;
}
#ui-composer-toolbar .dropzone.dropzone-hover {
  background: rgba(255, 255, 230, 0.4);
}
#ui-composer-toolbar .dropzone .ui-sortable-placeholder {
  display: inline-block;
  height: 5px;
  width: 40px;
  background: rgba(0, 0, 0, 0);
}
#ui-composer-toolbar .dropzone > .label,
#ui-composer-toolbar #fpd-available-modules > .label,
#ui-composer-toolbar #fpd-available-actions > .label {
  text-transform: uppercase;
  cursor: move;
  margin: 2px 5px 2px 0;
  white-space: nowrap;
  line-height: 1;
}
#ui-composer-toolbar #fpd-actions-dropzones {
  position: relative;
  height: 400px;
}
#ui-composer-toolbar #fpd-actions-dropzones > .dropzone {
  position: absolute;
  text-align: center;
  overflow-x: hidden;
}
#ui-composer-toolbar #fpd-actions-dropzones .dropzone[data-zone="top"] {
  left: calc(7% + 40px);
  top: 15px;
  width: calc(86% - 90px);
  height: 45px;
}
#ui-composer-toolbar #fpd-actions-dropzones .dropzone[data-zone="right"] {
  right: 15px;
  top: calc(7% + 55px);
  width: 150px;
  height: calc(86% - 120px);
  text-align: right;
}
#ui-composer-toolbar #fpd-actions-dropzones .dropzone[data-zone="right"] > *,
#ui-composer-toolbar #fpd-actions-dropzones .dropzone[data-zone="left"] > * {
  display: block;
}
#ui-composer-toolbar #fpd-actions-dropzones .dropzone[data-zone="right"] .ui-sortable-placeholder,
#ui-composer-toolbar #fpd-actions-dropzones .dropzone[data-zone="left"] .ui-sortable-placeholder {
  height: 40px;
  width: 5px;
}
#ui-composer-toolbar #fpd-actions-dropzones .dropzone[data-zone="bottom"] {
  left: calc(7% + 40px);
  bottom: 15px;
  width: calc(86% - 90px);
  height: 45px;
}
#ui-composer-toolbar #fpd-actions-dropzones .dropzone[data-zone="left"] {
  left: 15px;
  top: calc(7% + 55px);
  width: 150px;
  height: calc(86% - 120px);
  text-align: left;
}
#ui-composer-toolbar .tab[data-tab] .inline.fields {
  margin-bottom: 30px;
}
#ui-composer-toolbar .tab[data-tab] .inline.fields > label,
#ui-composer-toolbar .tab[data-tab] .inline.field > label {
  width: 150px;
}
#ui-composer-toolbar .tab[data-tab] > .ui.form > .fpd-fixed {
  font-size: 12px;
  font-style: italic;
}
#ui-composer-toolbar .tab[data-tab="colors"] .color-picker-button > .button {
  width: 100%;
}
#ui-composer-toolbar #set-colors-css,
#ui-composer-toolbar #set-custom-css {
  margin-top: 15px;
}
#ui-composer-toolbar [data-tab="guided-tour"] .card input[type="text"] {
  display: none;
}
#ui-composer-toolbar [data-tab="guided-tour"] .card.css-selector input[type="text"] {
  display: block;
}
#ui-composer-toolbar [data-tab="guided-tour"] .card.css-selector .dropdown {
  display: none !important;
}
#ui-composer-toolbar .gt-steps .sortable-placeholder {
  border: 1px dashed #e6e9ed;
  background: rgba(255, 255, 230, 0.4);
  width: 290px;
  height: 265px;
  margin: 0.875em 0.5em;
}
#ui-composer-toolbar .gt-steps .gt-drag {
  cursor: move;
}
#ui-composer-toolbar .gt-steps textarea {
  height: 100px !important;
}
#ui-composer-wrapper.ui-theme-doyle #fpd-actions-dropzones {
  display: flex;
  flex-direction: row-reverse;
}
#ui-composer-wrapper.ui-theme-doyle #fpd-actions-dropzones [data-zone="bottom"] {
  display: none;
}
#ui-composer-wrapper.ui-theme-doyle #fpd-actions-dropzones .dropzone {
  position: static;
  flex: 1 1 100%;
  height: 100%;
  margin: 5px;
}
#ui-composer-wrapper.ui-theme-doyle #fpd-actions-dropzones .dropzone .ui.label {
  float: left;
  clear: left;
}
/* Right Sidebar */
#design-categories-wrapper {
  padding: 10px;
  height: 100%;
}
/* Right Sidebar: Categories Lists */
#design-categories-wrapper .ui-sortable-placeholder {
  background: transparent;
  border: 1px dashed #ccc;
  min-height: 50px;
  margin: 10px 0;
}
#design-categories-wrapper ul {
  padding: 0;
  list-style: none;
}
#design-categories-wrapper > ul {
  overflow: auto;
  height: calc(100% - 50px);
}
#design-categories-wrapper ul ul {
  padding-left: 10px;
}
#design-categories-wrapper ul li > div {
  border: 1px solid #e6e9ed;
  background: rgba(0, 0, 0, 0.01);
  margin: 0 0 10px;
  padding: 8px 5px;
  border-radius: 2px;
  cursor: move;
  display: flex;
  justify-content: space-between;
}
#design-categories-wrapper ul li > div > * {
  flex: 1;
}
#design-categories-wrapper ul li > div > .load-designs {
  cursor: pointer;
  max-width: 130px;
  overflow: hidden;
  font-size: 13px;
  line-height: 14px;
}
#design-categories-wrapper ul li > div > .load-designs:hover {
  text-decoration: underline;
}
#design-categories-wrapper ul li > div > .buttons {
  flex: 0;
}
/* Grid */
#designs-grid .sub.header {
  display: inline-block;
}
#designs-grid .header .label {
  cursor: pointer;
}
/* Design Cards */
#designs-list {
  min-height: 200px;
}
#designs-list .image {
  padding: 10px !important;
  text-align: center;
  cursor: move;
  position: relative;
  min-height: 100px;
}
#designs-list .image > img {
  display: inline-block !important;
  width: auto !important;
  max-height: 80px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#designs-list .extra,
#designs-list .content {
  padding: 8px !important;
}
#designs-list .sortable-placeholder {
  border: 1px dashed #e6e9ed;
  background: rgba(0, 0, 0, 0.01);
}
#designs-list.dark .image {
  background: #000;
}
/* Options Modal */
.modal#design-options .content .form > .table {
  margin-bottom: 0;
}
.modal#design-options .content .form > .table.no-border-bottom {
  border-bottom: none;
}
.modal#design-options .content .form > .segment {
  border-top: none;
  margin-top: 0;
}
/* Order Viewer */
#order-viewer #fpd-order-viewer-wrapper {
  overflow: auto;
  position: relative;
  margin-top: 15px;
}
#order-viewer #view-canvas-size > .field {
  padding: 0;
}
#order-viewer #view-canvas-size .input {
  width: 80px;
  margin: 0 5px;
}
#order-viewer #fpd-order-viewer-wrapper.not-responsive,
#order-viewer #fpd-order-viewer-wrapper.not-responsive * {
  max-width: none !important;
}
#order-viewer #fpd-order-viewer {
  margin: 0 auto;
  border: 1px solid #dfdfdf;
}
#order-viewer #fpd-order-viewer > .fpd-mainbar .fpd-navigation {
  display: none !important;
}
#order-viewer #fpd-order-viewer > .fpd-mainbar .fpd-content {
  top: 0 !important;
}
#order-viewer #fpd-order-viewer .fpd-close-off-canvas {
  top: 0 !important;
}
#order-viewer #fpd-order-viewer .fpd-actions-container {
  display: none !important;
}
#order-viewer .fpd-views-selection {
  margin-top: 10px !important;
}
#order-viewer .fpd-views-selection > div {
  width: 50px !important;
  height: 60px !important;
  box-shadow: none !important;
}
#order-viewer [data-tab="pro-export"] .ui.dropdown,
#order-viewer [data-tab="basic-export"] .ui.dropdown {
  width: 230px !important;
}
#order-viewer [data-tab="pro-export"] input[type="number"],
#order-viewer [data-tab="basic-export"] input[type="number"] {
  width: 70px !important;
}
#order-viewer .fpd-editor-box {
  margin: 20px 0;
}
#order-viewer .fpd-editor-box h5 {
  margin: 0 0 10px !important;
}
#order-viewer .fpd-editor-box p {
  margin-bottom: 10px;
  margin-top: 0;
}
#order-viewer #fpd-custom-elements-list .item .content {
  display: inline-block;
}
#order-viewer #fpd-custom-elements-list .item .content > .button {
  margin-left: 10px;
}
#order-viewer #fpd-custom-elements-list .item .label {
  margin-right: 0.5em;
}
#order-viewer #fpd-custom-elements-list .item .label > .icon {
  margin: 0 !important;
}
#order-viewer #order-color-cards .card {
  min-width: 80px;
}
#order-viewer #order-color-cards .color-display {
  height: 50px;
}
#settings-topnav .ui.dropdown {
  min-width: 320px;
}
#settings-topnav .dropdown.icon {
  font-size: 0.85714286em;
}
#settings-topnav .ui.dropdown .item .description {
  float: none !important;
  margin: 0 0 5px;
  font-size: 12px;
}
#settings-header .dropdown.icon {
  font-size: 0.85714286em;
}
#options-segment .secondary.menu img {
  max-height: 20px;
  width: auto;
  margin-right: 5px;
}
.options-section {
  margin-bottom: 40px;
  /* Color Swatches */
}
.options-section .ui.ribbon.label:after {
  border-width: 0em 1em 1em 0em;
}
.options-section table {
  margin-top: 20px !important;
}
.options-section table td {
  overflow: visible !important;
}
.options-section thead th {
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.options-section table label,
.options-section table tr > td:first-child label {
  font-weight: bold;
  font-size: 1.05em;
  text-transform: capitalize;
}
.options-section small {
  display: block;
  margin-top: 5px;
}
.options-section input[type="number"] {
  max-width: 100px !important;
}
.options-section .input-uploader input[type="text"] {
  border-radius: 0 !important;
}
.options-section .input-uploader > button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.options-section .data-table-input#fpd_hex_names thead th:first-child,
.options-section .data-table-input#fpd_color_prices thead th:first-child {
  width: 120px;
}
.text-templates .cards {
  margin-top: 20px;
}
.text-templates .cards textarea {
  height: 100px !important;
  min-height: auto !important;
  padding: 10px !important;
  resize: none;
}
.text-templates .cards input[type="number"] {
  width: 70px;
}
.text-templates .cards .button {
  margin-left: 5px;
}
#pricing-rules-topnav {
  margin-bottom: 10px;
}
#pricing-rules-topnav .right.column > .button:last-child {
  margin-right: 0;
}
.pricing-rule-group h5 > .icon {
  font-size: 18px !important;
  vertical-align: bottom !important;
}
.pricing-rule-group .pricing-rule-group-header .right > .icon {
  cursor: pointer;
}
.pricing-rule-group .mdi-chevron-left {
  display: none;
}
.pricing-rule-group .content {
  text-align: center;
}
.pricing-rule-group .content:first-child {
  background: #e6e9ed !important;
}
.pricing-rule-group .buttons > .button.active {
  background: #48CFAD !important;
}
.pricing-rule-group.collapsed > .content {
  display: none;
}
.pricing-rule-group.collapsed > .content:first-child {
  display: block;
}
.pricing-rule-group.collapsed .mdi-chevron-left {
  display: inline;
}
.pricing-rule-group.collapsed .mdi-chevron-down {
  display: none;
}
.ui.list.pricing-rules {
  height: 200px;
  overflow: auto;
  margin-bottom: 20px;
}
.ui.list.pricing-rules > .item .fields {
  margin: 0;
}
.ui.list.pricing-rules .dropdown {
  height: 31px !important;
}
.ui.list.pricing-rules .ui-sortable-placeholder {
  border: 1px dashed #ccc;
  height: 40px;
}
.ui.list.pricing-rules .rule-actions > .button:last-child {
  margin-right: 0;
}
.ui.list.pricing-rules .rule-drag {
  cursor: move;
}
/**************************
****RESET *******
**************************/
#fpd-react-root,
#fpd-react-root *,
.ui.modals,
.ui.modals * {
  font-size: 13px;
  box-sizing: border-box;
}
.ui.modals .dropdown,
.ui.modals .dropdown .item,
.ui.modals .sub.header {
  font-size: 13px !important;
}
#fpd-react-root,
.ui.modals {
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
/**************************
**** FPD BACKEND *******
**************************/
body.fpd-backend {
  background: #f7f7f7;
}
body.fpd-backend .ui.top.left.popup {
  margin-bottom: 40px;
  font-size: 12px !important;
}
body.fpd-backend [data-tooltip]:after {
  font-size: 12px !important;
}
body.fpd-backend .fpd-backend-footer {
  position: absolute;
  bottom: 10px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.fpd-backend #wpfooter {
  display: none !important;
}
body.fpd-backend #wpcontent {
  padding-left: 0;
}
body.fpd-backend #wpbody-content {
  padding-bottom: 0;
}
body.fpd-backend .wrap {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
/**************************
**** NOTIFICATION *******
**************************/
.ui.container > .notice h4 {
  margin-top: 0;
}
.fpd-dismiss-notification {
  position: relative;
}
.fpd-dismiss-notification > p {
  margin-right: 20px;
}
/* React */
#fpd-react-root .card {
  min-width: auto;
}
#fpd-react-root .pusher {
  min-height: 100vh;
}
#fpd-react-root .pusher > .container {
  padding: 40px 20px 50px;
}
#fpd-react-root img {
  max-width: 100%;
}
#fpd-react-root select.dropdown {
  max-width: none;
  -webkit-appearance: menulist;
}
#fpd-react-root .ui input[type="number"] {
  height: auto;
}
#fpd-react-root .ui .menu {
  padding: 0;
}
#fpd-react-root [data-tooltip]:after {
  font-size: 12px !important;
}
#fpd-react-root #global-right-sidebar {
  overflow: visible !important;
  z-index: 102 !important;
  position: fixed !important;
  width: 330px;
  height: 100% !important;
  bottom: 0;
  top: 0;
  box-shadow: none;
  padding: 5px 0;
  background: #fff;
  border-color: rgba(34, 36, 38, 0.15);
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
}
#fpd-react-root #fpd-react-footer {
  text-align: center;
  margin-bottom: 20px;
}
#fpd-react-root #order-viewer-wrapper {
  padding: 0 !important;
}
#fpd-react-root .fpd-navigation [class*="fpd-icon-"],
#fpd-react-root .fpd-navigation [class^="fpd-icon-"] {
  font-size: 26px;
}

