/*Table Title Styles*/
#stbTableTitleShell {
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: top;
  cursor: pointer;
}
#stbTableTitleShell .fa {
  margin: 0 5px;
  vertical-align: text-top;
}
#stbTableTitleLabel {
  margin: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 29px;
}
#stbTableTitleEditMsg {
  float: left;
  padding-top: 25px;
}

/*Table Shortcode Styles*/
.stbCopyTextCodeSelectionShell,
.stbMainBtnsShell {
  margin-bottom: 10px;
}
.stbCopyTextCodeSelectionShell {
  min-height: 35px;
  overflow: hidden;
}
.stbCopyTextCodeSelectionShell #stbCopyTextCodeExamples {
  width: 100%;
  line-height: 33px !important;
}
.stbCopyTextCodeSelectionShell-wrapper {
  padding-right: 10px;
}
.stbCopyTextCode {
  text-align: center;
  width: 100%;
}
.stbTooltipInfo {
  margin-top: 0.45em;
  text-align: center;
  padding: 0;
}
.stbTooltipInfo .fa-question.supsystic-tooltip {
  float: none;
}

/*Table View Styles*/
.tables-view .subsubsub {
  margin: 10px 0 0;
  border-bottom: 1px solid #ccc;
}
.tables-view .table-title-wrap .table-title {
  float: left;
}
.tables-view .table-title-wrap .table-buttons {
  position: relative;
  top: 8px;
}
.tables-view .table-title-wrap .table-buttons .button {
  margin-left: 5px;
}
.tables-view .table-title-wrap .table-buttons > .table-buttons-left {
  float: left;
}
.tables-view .table-title-wrap .table-buttons > .table-buttons-right {
  float: right;
}
.tables-view .form-table label i.fa-question-circle {
  color: #a4aaac;
}
.tables-view .form-table label i.fa-question-circle:hover {
  color: #333;
}
.tables-view .row-tab {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: -100%;
  z-index: -1;
  margin: 0;
  margin-top: 20px;
  max-width: 100%;
}
.tables-view .row-tab.active {
  opacity: 1;
  z-index: 1;
  top: auto;
  position: relative;
}
#row-tab-source,
#row-tab-source .supRow,
#row-tab-table-history .supRow,
#row-tab-table-history {
  margin:0 !important;
}
#row-tab-source,
#row-tab-table-history {
  margin-top:15px !important;
}
.stbSourceForm {
  margin: 0;
}
.stbSourceHub {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.stbSourceHubIntro h3 {
  margin: 0 0 6px;
}
.stbSourceHubIntro p {
  margin: 0;
  color: #50575e;
  max-width: 920px;
}
.stbSourceTiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.stbSourceTile {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  min-height: 96px;
  padding: 16px 18px;
  border: 1px solid #d0d7de;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.stbSourceTile:hover,
.stbSourceTile:focus {
  border-color: #2271b1;
  box-shadow: 0 0 0 1px #2271b1;
  outline: none;
}
.stbSourceTile.is-active {
  border-color: #2271b1;
  background: #f6fbff;
  box-shadow: 0 0 0 1px #2271b1;
}
.stbSourceTileIcon {
  flex: 0 0 18px;
  color: #2271b1;
  font-size: 18px;
  line-height: 1.2;
  padding-top: 2px;
}
.stbSourceTileBody {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.stbSourceTileTitle {
  font-size: 14px;
  font-weight: 600;
  color: #1d2327;
}
.stbSourceTileDesc {
  color: #50575e;
  line-height: 1.45;
}
.stbSourcePanels {
  position: relative;
}
.stbSourcePanel {
  display: none;
  padding: 20px 22px;
  border: 1px solid #d0d7de;
  border-radius: 8px;
  background: #fff;
}
.stbSourcePanel.is-active {
  display: block;
}
.stbSourcePanel .setting-title:first-child h3 {
  margin-top: 0;
}
.stbSourcePanel .setting-title h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.stbSourceProTag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid #d0d7de;
  border-radius: 999px;
  background: #f6f7f7;
  color: #2271b1;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.stbSourceProTag:hover,
.stbSourceProTag:focus {
  border-color: #2271b1;
  background: #f6fbff;
  color: #135e96;
  text-decoration: none;
  outline: none;
}
.stbSourceProTag .fa {
  font-size: 11px;
}
.stbSourcePanel .setting-wrapper:last-child {
  margin-bottom: 0;
}
.stbSourcePanel[data-source-panel='database'] .setting-input {
  text-align: left;
}
.stbSourcePanel[data-source-panel='google'] .setting-input,
.stbSourcePanel[data-source-panel='ftp'] .setting-input {
  text-align: left;
}
.stbSourcePanel[data-source-panel='google'] .setting-suboption {
  padding-left: 0;
}
.stbSourceToggleRow {
  display: flex;
  align-items: center;
  gap: 0;
}
.stbSourceToggleRow .setting-label,
.stbSourceToggleRow .setting-check {
  float: none;
  width: auto;
  margin: 0;
}
.stbSourceToggleRow .setting-check {
  order: 1;
  margin-top: 2px;
}
.stbSourceToggleRow .setting-label {
  order: 2;
  flex: 1 1 auto;
}
.stbSourceToggleRow .setting-label label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.stbSourcePrimaryToggle {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.stbSourceSplitField {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.stbSourceSplitField > .button {
  flex: 0 0 auto;
}
@media (max-width: 782px) {
  .stbSourcePanel {
    padding: 16px;
  }
  .stbSourceTile {
    min-height: 88px;
    padding: 14px 16px;
  }
  .stbSourceSplitField {
    flex-direction: column;
  }
  .stbSourceToggleRow {
    gap: 10px;
  }
}
.tables-view .subsubsub.control-buttons {
  margin-top: 26px;
  float: right;
  margin: 0;
  border-bottom: none !important;
  text-align: left;
}
.tables-view .subsubsub.control-buttons li {
  margin-right: 5px;
}
.tables-view .subsubsub.control-buttons li:last-child {
  margin-right: 0;
}
.tables-view .subsubsub.control-buttons button span {
  padding-left: 5px;
}
.subsubsub.tabs-wrapper {
  margin: 0;
}
.tables-view .subsubsub.tabs-wrapper {
  padding-left: 16px;
  padding-right: 32px;
  float: left;
}
.tables-view .subsubsub.tabs-wrapper h2 {
  position: relative;
  top: 8px;
  outline: 0 solid transparent;
}
.tables-view .subsubsub.tabs-wrapper h2:focus {
  outline: 0 solid transparent;
}
.tables-view .subsubsub.tabs-wrapper li {
  margin-bottom: -1px;
  margin-left: -1px;
}
.tables-view .subsubsub.tabs-wrapper li a.button {
  background-color: #eee;
  border-color: #ccc !important;
  color: #000 !important;
  font-weight: bold;
}
.tables-view .subsubsub.tabs-wrapper li a.button.current {
  background-color: #fff;
  border-bottom-color: #fff !important;
}
.tables-view .subsubsub.tabs-wrapper li a.button.current:hover,
.tables-view .subsubsub.tabs-wrapper li a.button.current:active,
.tables-view .subsubsub.tabs-wrapper li a.button.current:focus {
  background-color: #fff !important;
}
.tables-view .subsubsub.tabs-wrapper li a.button:hover,
.tables-view .subsubsub.tabs-wrapper li a.button:active,
.tables-view .subsubsub.tabs-wrapper li a.button:focus {
  background-color: #ccc !important;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.tables-view .subsubsub.tabs-settings-wrapper {
  padding-left: 16px;
  padding-right: 32px;
  float: left;
}
.tables-view .subsubsub.tabs-settings-wrapper h2 {
  position: relative;
  top: 8px;
  outline: 0 solid transparent;
}
.tables-view .subsubsub.tabs-settings-wrapper h2:focus {
  outline: 0 solid transparent;
}
.tables-view .subsubsub.tabs-settings-wrapper li {
  margin-bottom: -1px;
  margin-left: -1px;
}
.tables-view .subsubsub.tabs-settings-wrapper li a.button {
  background-color: #eee;
  border-color: #ccc !important;
  color: #000 !important;
  font-weight: bold;
}
.tables-view .subsubsub.tabs-settings-wrapper li a.button.current {
  background-color: #fff;
  border-bottom-color: #fff !important;
}
.tables-view .subsubsub.tabs-settings-wrapper li a.button.current:hover,
.tables-view .subsubsub.tabs-settings-wrapper li a.button.current:active,
.tables-view .subsubsub.tabs-settings-wrapper li a.button.current:focus {
  background-color: #fff !important;
}
.tables-view .subsubsub.tabs-settings-wrapper li a.button:hover,
.tables-view .subsubsub.tabs-settings-wrapper li a.button:active,
.tables-view .subsubsub.tabs-settings-wrapper li a.button:focus {
  background-color: #ccc !important;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.tables-view .woo-settings-sidebar input[type='color'] {
  width:50px !important;
  height:50px !important;
  float:left;
}

.tables-view .woo-settings-sidebar textarea,
.tables-view .woo-settings-sidebar input,
.tables-view .woo-settings-sidebar select {
  width: 100%; /* !important;*/
}

.tables-view #settings input,
.tables-view #settings select,
.tables-view .tabs-content input,
.tabs-content select {
  width: 100%; /* !important;*/
}
.tables-view #settings textarea,
.tables-view .tabs-content textarea {
  width: 100%;
  min-height: 100px;
}
.tables-view #css-editor {
  position: relative;
  height: 200px;
}
.tables-view .tabs-settings {
  text-align: center;
}
/* settings panel */
.tables-view .settings-section {
  width: 280px;
  float: left;
}
.tables-view .preview-section {
  min-width: 250px;
  padding-left: 20px;
  overflow: hidden;
}
@media (max-width: 782px) {
  .tables-view .settings-section {
    width: 100%;
  }
  .tables-view .preview-section {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.tables-view .preview-section .dataTables_processing {
  z-index: 100;
  top: 10px;
}
.tables-view .settings-wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.tables-view .settings-wrap {
  border: #ccc solid 1px;
}
.tables-view #preview-container {
  overflow-y: auto;
}
#table-preview {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.tables-view .settings-wrap .row-settings-block .icheckbox_minimal {
  margin-top: 3px;
}
.tables-view .settings-blocks {
  clear: both;
  display: block;
  font-size: 14px;
}
.tables-view .row-settings-block {
  padding-bottom: 20px;
}
.tables-view .settings-block-title {
  line-height: 20px;
  border-bottom: #23282d 3px double;
  margin-top: 2px;
  margin-bottom: 10px;
}
.tables-view .settings-block-title h3 {
  font-size: 16px;
  margin: 5px 0;
}
.tables-view .setting-title {
  line-height: 20px;
}
.tables-view .setting-title h3 {
  font-size: 15px;
  margin: 15px 0;
}
.setting-label,
.setting-check,
.setting-input {
  min-height: 28px;
}
.setting-label {
  float: left;
}
.setting-label {
  width: 90%;
}
.setting-input {
  width: 100%;
  padding-right: 5px;
}
.setting-input,
.setting-check {
  float: right;
}
.setting-label .fa-question.supsystic-tooltip {
  float: none;
}
.setting-suboption {
  padding-left: 15px;
}
.stb-responsive-column-settings {
  margin: 0;
  padding: 0 4px;
}
.stb-responsive-column-dialog.ui-dialog {
  position: fixed !important;
  max-width: calc(100vw - 40px);
}
.stb-responsive-column-dialog .ui-dialog-content {
  max-height: calc(100vh - 140px) !important;
  overflow-y: auto;
}
.stb-responsive-column-settings-button .setting-input {
  text-align: left;
}
.stb-responsive-column-settings-intro {
  display: none;
}
.stb-responsive-column-breakpoint {
  display: grid;
  grid-template-columns: 90px repeat(4, minmax(110px, 1fr));
  gap: 10px;
  align-items: start;
  margin: 0 0 12px;
  padding: 10px 0 12px;
  border-bottom: 1px solid #dcdcde;
}
.stb-responsive-column-breakpoint:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.stb-responsive-column-breakpoint label {
  display: block;
  min-width: 0;
}
.stb-responsive-column-breakpoint span,
.stb-responsive-column-title {
  display: block;
  margin-bottom: 3px;
  color: #50575e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}
.stb-responsive-column-title {
  color: #1d2327;
}
.stb-responsive-column-breakpoint .supsystic-tooltip {
  float: none;
  margin-left: 4px;
}
.stb-responsive-column-breakpoint input {
  width: 100%;
}
.stb-cell-max-width-settings {
  margin: 0;
  padding: 0 4px;
}
.stb-cell-max-width-rule {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 140px auto;
  gap: 10px;
  align-items: end;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #dcdcde;
}
.stb-cell-max-width-rule label,
.stb-cell-max-width-rule span {
  display: block;
}
.stb-cell-max-width-rule span {
  margin-bottom: 3px;
  color: #50575e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}
.stb-cell-max-width-rule input {
  width: 100%;
}
@media (max-width: 782px) {
  .stb-cell-max-width-rule {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 782px) {
  .stb-responsive-column-breakpoint {
    grid-template-columns: 1fr 1fr;
  }
  .stb-responsive-column-title {
    grid-column: 1 / -1;
  }
}
.tables-view .settings-section input[type='text'] {
  height: 28px;
}
/* end settings panel */

.tables-view .preview-styling {
  text-align: center;
}

.tables-view .title-place {
  line-height: 20px;
  /*padding: 0 15px;*/
}
.tables-view .title-place h3 {
  font-size: 16px;
}
.setting-wrapper {
  min-height: 28px;
  margin: 0 0 5px 0;
}
.setting-wrapper:after {
  clear: both;
}
.setting-wrapper:before,
.setting-wrapper:after {
  content: ' ';
  display: table;
}
.setting-item {
  min-height: 33px;
}
.setting-item + .setting-item {
  text-align: right;
}
.setting-item .chosen-drop {
  text-align: left;
}
.setting-item label {
  height: 33px;
  line-height: 33px;
}
.setting-options label {
  padding-left: 15px;
}
.setting-item select {
  height: 33px;
}
.setting-item .fa-question.supsystic-tooltip {
  margin-top: 8px;
}
.sub-input,
.tables-view #settings .sub-input {
  width: 100px !important;
  margin-right: 8px;
}
.sub-label {
  margin-top: 2px;
  line-height: 28px;
}
.sub-label,
.sub-input,
.tables-view #settings .sub-input {
  float: left;
}
.sub-label .iradio_minimal input {
  z-index: -1; /* to normal label check */
}
.sub-label span {
  padding: 0 15px 0 3px;
}
.input-group .sub-input {
  margin-right: 10px;
  vertical-align: top;
}
.input-group label span {
  padding: 0 5px 0 3px;
}
.iradio_minimal {
  float: none !important;
}
/* supsystic-ui settings */
.tables-view .row-settings-block .icheckbox_minimal,
.tables-view .row-settings-block .iradio_minimal {
  float: left;
}
#row-tab-woocommerce .icheckbox_minimal {
  float: left;
}
.tables-view .row-settings-block .icheckbox_minimal {
  margin-top: 5px;
}

#tableLoaderColorContainer {
  float: left;
}
.selectTableLoaderIcon {
  float: left;
}
#tableLoaderIconPreview {
  float: right;
}

#tableLoaderIconDialog .items-list {
  display: block;
  width: 100%;
  position: relative;
}
#tableLoaderIconDialog .items-list .item {
  cursor: pointer;
  width: 20%;
  position: relative;
  height: 150px;
  text-align: center;
  float: left;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
#tableLoaderIconDialog .items-list .item .item-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
#tableLoaderIconDialog .items-list .item .item-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
}
.fullWidth {
  width: 100%;
}
.marginBottom {
  margin-bottom: 10px;
}
.dataContainer {
  overflow: auto;
  max-height: 70px;
}
.fieldsContainer {
  overflow: auto;
  max-height: 180px;
}
.blockLabel {
  display: block;
  margin-bottom: 5px;
}

/* styles for colorpicker elements */
.colorPickerShell {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 3px;
  border: 1px solid;
}
.colorPickerArea {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid;
}
.color-settings-wrapper {
  display: flex;
  text-align: right;
}
.color-picker-wrapper {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid;
}
.color-picker-preview {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.color-input {
  width: 80px !important;
}
.input-small {
  width: 40px !important;
}
.inner-label {
  padding-left: 10px;
  padding-right: 5px;
  line-height: 28px;
}
.right-label {
  padding-left: 5px;
  line-height: 28px;
}

@media (max-width: 810px) {
  .wp-core-ui .button {
    margin-bottom: 4px;
  }
  #wpbody select {
    height: auto;
  }
  .tables-view .subsubsub {
    width: 100%;
    border-bottom: none !important;
  }
  .tables-view .subsubsub.tabs-wrapper h2 {
    top: 0;
  }
  .tables-view .subsubsub.tabs-wrapper h2,
  .tables-view .subsubsub.tabs-wrapper li a.button {
    text-align: center;
  }
  .tables-view .subsubsub.tabs-wrapper li,
  .tables-view .subsubsub.tabs-wrapper li a.button {
    width: 100%;
  }
  .tables-view .subsubsub.tabs-wrapper li a.button.current,
  .tables-view .subsubsub.tabs-wrapper li a.button.current:focus {
    background-color: #ccc !important;
  }
  .tables-view .subsubsub.tabs-settings-wrapper h2 {
    top: 0;
  }
  .tables-view .subsubsub.tabs-settings-wrapper h2,
  .tables-view .subsubsub.tabs-settings-wrapper li a.button {
    text-align: center;
  }
  .tables-view .subsubsub.tabs-settings-wrapper li,
  .tables-view .subsubsub.tabs-settings-wrapper li a.button {
    width: 100%;
  }
  .tables-view .subsubsub.tabs-settings-wrapper li a.button.current,
  .tables-view .subsubsub.tabs-settings-wrapper li a.button.current:focus {
    background-color: #ccc !important;
  }
  .tables-view .subsubsub.tabs-wrapper,
  .tables-view .subsubsub.tabs-settings-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .tables-view #settings > .row {
    margin: 15px auto 0 auto;
  }
  #stbTableTitleShell {
    padding-bottom: 15px;
  }
}
@media (max-width: 650px) {
  .tables-view .subsubsub.control-buttons button span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .tables-view .subsubsub {
    padding: 0 !important;
  }
  .subsubsub {
    width: 100%;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.stb-wraper-anchor-nav-links {
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  z-index: 0;
}
.stb-wraper-anchor-nav-links .stb-anchor-nav-links {
  text-decoration: none;
  color: #777;
  display: inline-block;
  font-size: 14px;
  padding: 0 5px 3px;
  font-weight: 500;
}
.stb-wraper-anchor-nav-links .stb-anchor-nav-links:not(:last-child) {
  border-right: 1px solid #aaa;
}
.stb-wraper-anchor-nav-links .stb-anchor-nav-links.active,
.stb-wraper-anchor-nav-links .stb-anchor-nav-links:hover,
.stb-wraper-option-links .stb-option-links.active,
.stb-wraper-option-links .stb-option-links:hover,
.stb-rename-category:hover {
  color: #000;
  text-decoration: underline;
}
.preview-styling .stb-wraper-anchor-nav-links {
  text-align: center;
}
.setting-wrapper-inline {
  display: table;
  width: 100%;
}
.setting-wrapper-inline .setting-label {
  display: table-cell;
  width: auto;
  float: none;
  vertical-align: middle;
  padding-right: 4px;
  white-space: nowrap;
}
.setting-wrapper-inline .setting-input {
  display: inline-block;
  width: inherit;
  float: left;
}
.setting-wrapper-inline .setting-input input,
.setting-wrapper-inline .setting-input select {
  width: 100%;
}
.setting-input {
  text-align: right;
}
.setting-input-inline {
  display: table-cell;
  width: auto;
  float: none;
  vertical-align: middle;
  padding-right: 4px;
  white-space: nowrap;
}
.setting-input-inline .sub-label span {
  padding: 0 5px 0 0px;
}
.setting-input-inline .iradio_minimal {
  margin: 0px;
}
.setting-input-inline-wrapper {
  display: table;
  width: 100%;
}
.setting-input-inline input {
  width: 100%;
  max-width: 90px;
}
.setting-input-divider {
  display: block;
  position: relative;
  margin: 10px 0px;
}
#editor-set-currency-format {
  width: 100px !important;
}
#editor-set-percent-format {
  width: 85px !important;
}
#editor-set-date-format {
  width: 123px !important;
}
#editor-set-time-duration-format {
  width: 90px !important;
}
#features-export-pdf-paper-size,
#autoIndex,
#styling-border,
#language-file {
  width: 96px !important;
}

.tables-view table .relative .changeType {
  opacity: 0;
  transition: all 0.3s ease;
}
.tables-view table .relative:hover .changeType,
.tables-view table .current .relative .changeType {
  opacity: 1;
  transition: all 0.3s ease;
}
.slimScrollBar {
  display: block !important;
  opacity: 0.5 !important;
}
