﻿/* Field Set*/
.row-fieldset {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%; }
  @media screen and (max-width: 1366px) {
    .row-fieldset {
      margin-bottom: 0px; } }
  .row-fieldset .ast-fieldset.fieldset-inline:not(:last-child) {
    margin-bottom: 0; }
  .row-fieldset .ast-fieldset {
    margin-bottom: 10px; }
  .row-fieldset .custom-width .input-holder {
    width: auto; }
  .row-fieldset fieldset {
    padding: 0;
    margin: 0px;
    margin-right: 45px;
    border: none;
    vertical-align: top; }
    @media screen and (max-width: 1366px) {
      .row-fieldset fieldset {
        margin-right: 33px; } }
    .row-fieldset fieldset.no-margin {
      margin: 0px; }

.fieldset {
  padding-bottom: 16px;
  vertical-align: top; }

.caption-holder {
  padding-top: 2px;
  height: 27px;
  position: relative; }
  .caption-holder label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 265px; }
    @media screen and (max-width: 1366px) {
      .caption-holder label {
        max-width: 230px; } }
  .caption-holder .operator-class {
    width: 50px;
    height: 18px;
    border: none;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    font-size: 12px; }
    .caption-holder .operator-class::-ms-expand {
      display: none; }
  .caption-holder .icn-holder {
    min-width: 20px;
    min-height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 18px 18px;
    background-position: center center; }

.input-holder {
  display: flex;
  position: relative;
  width: 280px;
  vertical-align: top;
  min-height: 32px; }
  @media screen and (max-width: 1366px) {
    .input-holder {
      width: 245px; } }
  .input-holder input {
    flex: 2; }
  .input-holder .input-short {
    flex: 33%; }
  .input-holder .icn-holder,
  .input-holder .btn-new-link {
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 18px 18px;
    background-position: center center;
    margin: 0; }
  .input-holder .color-text {
    font-weight: bold; }
  .input-holder .icn-holder.disabled {
    opacity: 1;
    cursor: default; }
  .input-holder .pr-inp-color-mark {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    top: 7px;
    right: 40px; }
    @media screen and (max-width: 1366px) {
      .input-holder .pr-inp-color-mark {
        top: 5px;
        right: 35px; } }
  .input-holder .multiple-add-delete {
    height: 89px;
    padding-left: 0px;
    overflow: auto; }
  .input-holder .disabled, .input-holder .readonly-input {
    background-color: #F3F3F3; }

.fs-row {
  display: flex; }

.fs-col {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0px;
  margin-right: 45px; }
  @media screen and (max-width: 1366px) {
    .fs-col {
      margin-right: 33px; } }
  .fs-col:last-child {
    margin-right: 0px; }

.ast-fieldset {
  display: inline-block; }
  .ast-fieldset .fieldset-item {
    vertical-align: top; }

.fieldset-inline {
  margin-bottom: 5px;
  margin-right: 32px;
  display: inline-block;
  vertical-align: top; }
  .fieldset-inline .fieldset-item {
    display: inline-block;
    margin-right: 50px; }
    .fieldset-inline .fieldset-item .switch {
      margin-right: 210px; }

.auto-width,
.ast-fieldset.auto-width,
.ast-fieldset.fieldset-inline {
  width: auto;
  max-width: none; }

.fs-title-holder-outer {
  position: relative;
  text-transform: capitalize;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: color("secondary");
  /*margin-right: 9px;*/
  margin-bottom: 6px;
  padding-bottom: 1px;
  border-bottom: solid 1px color("secondary"); }
  .fs-title-holder-outer .fs-title-holder-inner {
    display: inline-block; }
  .fs-title-holder-outer .cont-inl {
    display: inline-block; }
    .fs-title-holder-outer .cont-inl.cont-icns {
      float: right; }
  .fs-title-holder-outer.no-capitalize {
    text-transform: none; }
  .fs-title-holder-outer .icn-holder {
    min-width: 20px;
    min-height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 18px 18px;
    background-position: center center; }

.auto-width .fs-title-holder-outer {
  margin-right: 0; }

.fs-row textarea {
  width: 635px; }

.alias {
  position: absolute;
  right: 0;
  bottom: 1px;
  max-width: 80px; }
  .alias * {
    vertical-align: middle; }

.lbl-currency, .lbl-info {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  position: absolute;
  top: 6px;
  right: 3px;
  font-size: 13px;
  color: #595959; }

.lbl-info.lbl-info-ddlb {
  right: 35px; }

.lbl-percent {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 15px;
  color: #595959; }

.hotlink_label,
.ast-link {
  color: color("primary");
  font-weight: 400; }
  .hotlink_label:hover, .hotlink_label:focus,
  .ast-link:hover,
  .ast-link:focus {
    color: color("secondary");
    cursor: pointer;
    outline: none; }

.label-tooltip {
  background-image: url(../Customizer/svg/info-samall-red.svg);
  background-position: right 6px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 13px; }

.grid-top-section {
  display: flex;
  justify-content: space-between; }
  .grid-top-section .page-buttons-holder {
    padding-right: 10px;
    margin-left: auto; }

.information-cont {
  position: relative;
  padding-top: 7px;
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: 500;
  align-self: flex-end;
  /*Navigation Buttons*/ }
  .information-cont .info_text {
    display: inline-block;
    vertical-align: top; }
  .information-cont .info-icn-circle-holder {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px; }
  .information-cont .nav-buttons {
    margin-right: 15px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px; }
    .information-cont .nav-buttons .btn {
      background-color: transparent;
      border: none;
      min-width: auto;
      width: 20px;
      height: 20px;
      color: black;
      margin-right: 3px; }
      .information-cont .nav-buttons .btn .btn-shape svg {
        fill: transparent;
        stroke: black;
        stroke-width: 0.06rem; }
      .information-cont .nav-buttons .btn:not([disabled]) svg:hover {
        background-color: #ececec;
        color: black; }
      .information-cont .nav-buttons .btn:not([disabled]):active svg {
        transform: translate(1px, 1px);
        background-color: transparent; }

tbody {
  overflow-y: auto; }

td input.checkbox {
  margin-top: 2px;
  margin-left: 13px;
  height: 18px;
  width: 18px; }

td.icon {
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: center; }
  td.icon.clickable {
    cursor: pointer; }
    td.icon.clickable:active {
      background-position-x: 12px;
      background-position-y: calc(50% + 2px); }

td.green-font-cell {
  color: green; }

td.brown-font-cell {
  color: brown; }

td.purple-font-cell {
  color: purple; }

th .checkbox {
  margin-left: 13px;
  margin-top: 2px;
  width: 18px;
  height: 18px; }

.ast-grid {
  font-size: 14px;
  margin-right: 20px;
  background-color: white; }
  .ast-grid tbody tr:hover {
    background-color: #E4EEF6; }
  .ast-grid .row-selected {
    background-color: #D0E2F0; }
    .ast-grid .row-selected .cell-edit-built {
      background-color: white; }
      .ast-grid .row-selected .cell-edit-built[type='checkbox'] {
        border-bottom: 1px solid #E4EEF6; }
  .ast-grid th {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid #E4EEF6;
    color: black;
    font-size: 14px;
    font-weight: 300;
    text-align: left; }
    .ast-grid th:first-child {
      border-left: 1px solid black; }
    .ast-grid th:last-child {
      border-right: 1px solid black; }
    .ast-grid th .col-lbl {
      display: inline-block;
      vertical-align: bottom;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: calc(90% - 20px);
      padding-left: 6px; }
  .ast-grid .sort_up .col-lbl,
  .ast-grid .sort_down .col-lbl {
    color: color("secondary"); }
  .ast-grid td {
    border-bottom: 1px solid #E4EEF6;
    color: #666666;
    vertical-align: middle;
    padding-left: 7px; }
    .ast-grid td.checkbox-holder {
      padding-left: 2px; }
    .ast-grid td.cell-edit-built {
      padding-left: 0px; }
    .ast-grid td.cell-edit-built[readonly] {
      background-color: #F3F3F3 !important; }
    .ast-grid td.lookup_fl {
      display: flex;
      position: relative;
      /*Priority input*/ }
      .ast-grid td.lookup_fl .pr-inp-color-mark {
        position: absolute;
        height: 15px;
        width: 15px;
        border-radius: 100%;
        top: 8px;
        right: 40px; }
    .ast-grid td.red-font {
      color: red; }
  .ast-grid .td-active {
    border: 1px solid #015990; }
    .ast-grid .td-active[type='checkbox'] {
      border: none; }
  .ast-grid th, .ast-grid td {
    height: 33px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .ast-grid .numeric_grid_cell,
  .ast-grid .num-curr-cell {
    text-align: right;
    padding-right: 5px; }
  .ast-grid .icon {
    background-size: 18px 18px;
    background-repeat: no-repeat; }
  .ast-grid .image {
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center center; }
  .ast-grid .readonly_grid_main_cell,
  .ast-grid .main_cell,
  .ast-grid .clickable {
    color: color("primary");
    cursor: pointer;
    text-indent: 5px;
    word-break: break-all; }
  .ast-grid .readonly_grid_main_cell:hover,
  .ast-grid .main_cell:hover,
  .ast-grid .clickable:hover {
    color: color("primary");
    text-decoration: underline; }
  .ast-grid .main_cell.cell-edit-built {
    text-indent: 0; }

td.checked-on {
  background-image: url(../Customizer/svg/checked-black.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 15px 15px; }

.btn-sort {
  display: inline-block;
  background-color: transparent;
  width: 15px;
  height: 15px;
  border: none; }
  .btn-sort:focus {
    outline: none; }

.sort_default .btn-sort::after {
  content: "\25B2"; }

.sort_up .btn-sort::after {
  content: "\25B2";
  color: color("secondary"); }

.sort_down .btn-sort::after {
  content: "\25BC";
  color: color("secondary"); }

.astea-grid-table {
  width: 100%;
  border-bottom: 1px solid black;
  table-layout: fixed; }
  .astea-grid-table.body-scroll {
    border-bottom: none; }

.dragging-col-border {
  border: 2px dotted #ddd; }

/***** body scroll *****/
.has-scroll th {
  border-top: none;
  border-bottom: none; }
  .has-scroll th:first-child {
    border-left: none; }
  .has-scroll th:last-child {
    border-right: none; }

.has-scroll thead {
  border: 1px solid black; }

.body-scroll thead,
.body-scroll tbody {
  display: block; }

.body-scroll th,
.body-scroll td {
  display: inline-block;
  float: left;
  padding-top: 5px; }

.body-scroll .cell-edit-built {
  padding-top: 0; }
  .body-scroll .cell-edit-built .checkbox {
    margin-top: 7px; }

/***** body scroll *****/
.fs-icon {
  background-size: 18px 18px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px; }

.readonly_grid_cell {
  word-break: break-all;
  cursor: auto; }
  .readonly_grid_cell .btn {
    background-color: color("primary");
    color: white; }
    .readonly_grid_cell .btn:hover {
      background-color: #327FAF; }
  .readonly_grid_cell .icn-holder,
  .readonly_grid_cell .btn-holder {
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 18px 18px;
    background-position: center center; }

.editable_grid_cell input,
.editable_grid_cell select,
.editable_grid_cell textarea {
  border: none; }

.editable_grid_cell .lup-cont {
  background-color: white;
  border: none;
  height: 30px;
  margin-top: 1px; }
  .editable_grid_cell .lup-cont:hover {
    background-color: #ededed; }

.editable_grid_cell .full-view-holder, .editable_grid_cell .datepicker-btn-cont-inner, .editable_grid_cell .btn-new-link {
  background-color: white;
  border: none; }

.editable_grid_cell .full-view-holder.tx-ar-gr {
  transform: translate(4px, 1px); }

.editable_grid_cell .full-view-holder svg,
.editable_grid_cell .btn-new-link svg {
  stroke: black;
  stroke-width: 0.2; }

.editable_grid_cell .btns-cont {
  vertical-align: top; }

.editable_grid_cell:not(.cell-edit-built) .pr-inp-color-mark {
  position: static;
  transform: none;
  float: right; }

.editable_grid_cell .ui-state-default,
.editable_grid_cell .ui-widget-content .ui-state-default,
.editable_grid_cell .ui-button {
  border: none; }

.editable_grid_cell .datepicker-btn-cont-inner {
  padding-top: 0px;
  background-color: white; }
  .editable_grid_cell .datepicker-btn-cont-inner:hover {
    background-color: #ECECEC; }
  .editable_grid_cell .datepicker-btn-cont-inner:active {
    background-position-x: center;
    background-position-y: center; }

textarea.textarea_grid {
  overflow-x: hidden;
  margin-bottom: 0;
  margin-top: 2px; }

tr .magnifier:not(.cell-edit-built) {
  padding-right: 30px;
  position: relative; }

tr .magnifier-holder:hover {
  cursor: pointer; }

tr:hover .magnifier-holder,
.row-selected .magnifier-holder {
  right: 0;
  top: 0;
  position: absolute;
  background-image: url(../Customizer/svg/full-view.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 30px;
  height: 30px; }

tr:hover .magnifier-holder:active {
  background-position-x: calc(50% + 2px);
  background-position-y: calc(50% + 2px); }

/*New Style Table */
.ast-table {
  text-align: left;
  position: relative;
  border-collapse: collapse;
  width: 100%;
  /*** header ***/
  /*** End header ***/ }
  .ast-table th {
    position: sticky;
    top: 0;
    background: whitesmoke;
    z-index: 1;
    border: none !important;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 300; }
  .ast-table th {
    padding: 4px;
    border: 1px solid #CCC;
    overflow: hidden;
    text-align: left;
    vertical-align: middle; }
  .ast-table th a,
  .ast-table td a {
    display: block;
    width: 100%; }
  .ast-table th a.sort-by {
    padding-right: 18px;
    position: relative; }
  .ast-table a:link,
  .ast-table a:visited,
  .ast-table a:hover,
  .ast-table a:active {
    color: #000;
    text-decoration: none; }
  .ast-table a.sort-by:after {
    border: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    margin-left: 10px; }
  .ast-table a.sort-by.sort-up:after {
    border-bottom-color: color("secondary");
    margin-bottom: 2px; }
  .ast-table a.sort-by.sort-down:after {
    border-top-color: color("secondary");
    margin-bottom: -2px; }
  .ast-table td {
    height: 33px; }
  .ast-table tr.row-bold > td {
    font-weight: bold; }

/*End New Style Table */
/*Report Window*/
.report-window-container {
  height: 100%;
  /* Customize the label (the container) */ }
  .report-window-container .top-title {
    height: 80px;
    width: 100%;
    background-color: #327FAF;
    color: white;
    text-align: left;
    font-size: 13px;
    padding: 10px 10px 0 10px; }
    .report-window-container .top-title.center {
      text-align: center;
      line-height: 60px;
      font-size: 15px; }
  .report-window-container .screen-content {
    height: calc(100% - 80px); }
    .report-window-container .screen-content .ast-grid {
      height: 100%;
      width: fit-content;
      overflow: auto;
      flex: 1;
      margin-right: 0; }
      .report-window-container .screen-content .ast-grid table {
        width: 100%; }
      .report-window-container .screen-content .ast-grid th {
        position: sticky;
        top: 0;
        background: whitesmoke;
        z-index: 1;
        border: none !important;
        padding-left: 5px;
        font-size: 14px;
        font-weight: 300; }
    .report-window-container .screen-content .report-type-list .type-item {
      padding: 20px;
      margin: 20px; }
      .report-window-container .screen-content .report-type-list .type-item:hover {
        background-color: #E4EEF6;
        cursor: pointer; }
      .report-window-container .screen-content .report-type-list .type-item.active {
        background-color: #D0E2F0; }
      .report-window-container .screen-content .report-type-list .type-item .title {
        font-size: 14px;
        font-weight: bold; }
      .report-window-container .screen-content .report-type-list .type-item .descr {
        padding-left: 5px; }
    .report-window-container .screen-content .sql-container {
      padding: 0px 10px;
      height: 100%; }
      .report-window-container .screen-content .sql-container.disabled {
        pointer-events: none;
        opacity: 0.5;
        background-color: whitesmoke; }
        .report-window-container .screen-content .sql-container.disabled .sql-text {
          background-color: whitesmoke; }
      .report-window-container .screen-content .sql-container .sql-top-panel {
        display: flex;
        justify-content: space-between; }
        .report-window-container .screen-content .sql-container .sql-top-panel button {
          margin: 0; }
        .report-window-container .screen-content .sql-container .sql-top-panel span {
          align-self: flex-end; }
      .report-window-container .screen-content .sql-container .ignore-node-chk {
        margin: 0; }
      .report-window-container .screen-content .sql-container .sql-text {
        border: 1px solid gray;
        height: 100%;
        margin: 5px 0px 0 0;
        width: 777px; }
    .report-window-container .screen-content .connected-sortable {
      width: 100%;
      min-height: 40px;
      display: table; }
    .report-window-container .screen-content .orientation-row {
      margin: 20px; }
      .report-window-container .screen-content .orientation-row .radio-btn {
        margin: 0;
        margin-right: 10px; }
      .report-window-container .screen-content .orientation-row .fieldset-item {
        margin-bottom: 15px; }
  .report-window-container .radio-btn {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 15px 10px; }
    .report-window-container .radio-btn input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .report-window-container .radio-btn input:checked ~ .checkmark {
        background-color: #015591; }
      .report-window-container .radio-btn input:checked ~ .checkmark:after {
        display: block; }
    .report-window-container .radio-btn:hover input ~ .checkmark {
      background-color: #ccc; }
    .report-window-container .radio-btn .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 18px;
      width: 18px;
      background-color: #eee;
      border-radius: 50%; }
      .report-window-container .radio-btn .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        top: 5px;
        left: 5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white; }

/*End Report Window*/
#customizer-field-tabs {
  height: 100%;
  overflow: auto;
  border: none;
  padding: 0;
  margin: 0; }
  #customizer-field-tabs .tab-content {
    height: 95%; }
  #customizer-field-tabs .row-fieldset {
    margin-bottom: 0; }

.mandatory-tab-content .input-holder {
  width: 190px; }

.mandatory-tab-content label {
  max-width: none; }

.condition-container.disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: whitesmoke; }

.condition-container .condition-line {
  display: flex; }
  .condition-container .condition-line select:first-child {
    width: 200px; }
  .condition-container .condition-line .delete-condition-btn {
    font-size: 18px;
    margin-top: 2px;
    margin-left: 7px; }

.page-rename-container fieldset {
  border: none;
  margin-left: 20px;
  margin-top: 15px; }

/*Translation*/
.tab-content .ast-grid tbody tr:hover {
  background-color: transparent; }

.tab-content .ast-grid td {
  border: none; }

.tab-editor-window-container {
  height: 100%;
  display: flex;
  flex-direction: row; }
  .tab-editor-window-container .tree-section {
    flex: 2;
    overflow: auto; }
    .tab-editor-window-container .tree-section:focus {
      outline: none; }
  .tab-editor-window-container .tree-button {
    flex: 1; }
  .tab-editor-window-container .tree-buttons {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #DDD; }
  .tab-editor-window-container .icon-btn {
    background: none;
    font-size: 19px;
    border: none;
    color: #327FAF;
    border: 1px solid transparent; }
    .tab-editor-window-container .icon-btn:not(.disabled):hover {
      border: 1px solid #327FAF;
      cursor: pointer; }
    .tab-editor-window-container .icon-btn:focus {
      outline: none; }
    .tab-editor-window-container .icon-btn:not(.disabled):active {
      transform: scale(0.95); }
    .tab-editor-window-container .icon-btn.disabled {
      color: gray;
      background: transparent !important; }

.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0; }

.customizer-menu {
  height: 0px;
  width: 100%;
  position: fixed;
  top: 60px;
  z-index: 2;
  transition: all 0.2s ease-in;
  overflow: auto; }
  @media screen and (max-width: 1366px) {
    .customizer-menu {
      top: 55px; } }
  .customizer-menu.customizer-on {
    height: 35px; }

.customizer-page-container {
  background-color: white;
  height: 100%; }

.customizer-textarea {
  border: 1px solid #DBDCDC !important; }

/*************** Edit Mode *************/
.edit-mode {
  /*&.fieldset-item {
        border: 1px dotted rgb(51, 51, 51);
    }

    &.fs-title-holder-outer {
        border: 1px dotted rgb(51, 51, 51);
    }*/ }
  .edit-mode.ast-fieldset {
    border: 1px dashed gray;
    padding: 2px; }
    .edit-mode.ast-fieldset:hover {
      background-color: transparent; }
  .edit-mode:hover {
    background-color: #D9E8F4;
    cursor: pointer; }
  .edit-mode.hide {
    display: block !important;
    opacity: 0.5; }
  .edit-mode.active {
    border: 1px solid red; }

.customizer-field-container.edit-mode-hover:hover * {
  background-color: transparent !important;
  cursor: inherit !important; }

.edit-mode-actions {
  position: absolute;
  right: 12px; }

/*************** End Edit Mode *************/
.btn-edit-action {
  display: inline-block; }

.customizer-hidden-fields-container {
  padding: 8px;
  padding-left: 15px;
  background-color: #f5f5f5;
  border: 1px solid #cccccc; }

.customizer-hidden-field {
  display: inline-block;
  padding: 3px;
  min-width: 80px;
  text-align: center;
  border: 1px solid gray;
  cursor: pointer;
  background-color: white;
  color: gray;
  margin-right: 15px;
  border-radius: 2px; }

.customizer-hidden-field:hover:hover {
  background-color: #f5f5f5;
  color: black; }

.ui-sortable {
  /*-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);*/
  list-style-type: none;
  padding: 0; }

.ui-sortable-placeholder {
  border: 2px dashed red;
  background: white;
  height: 50px; }

.ui-sortable li.ui-state-default:after {
  content: "\f0c9";
  display: inline-block;
  font-family: "FontAwesome";
  position: absolute;
  right: 18px;
  top: 9px;
  text-align: center;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.2);
  text-shadow: 0px 0px 0px transparent;
  cursor: move; }

.customizer-window {
  height: 100%; }
  .customizer-window .ast-grid {
    height: 100%;
    width: fit-content;
    overflow: auto;
    flex: 1;
    margin-right: 0; }
    .customizer-window .ast-grid table {
      width: 100%; }
    .customizer-window .ast-grid th {
      position: sticky;
      top: 0;
      background: whitesmoke;
      z-index: 1;
      border: none !important;
      padding-left: 5px;
      font-size: 14px;
      font-weight: 300; }
