.gd-tabs-sortable{

  &.gd-sortable-sortable{
    .dd-item{
      .dd-item{
        .dd-default-sort{
          display: none;
        }
      }
    }
  }

  ul{
    padding-left: 25px;


  }

  li{
    margin: 5px 0 !important;
    .dd-form{
      border: 1px #DFDFDF solid;
    }
  }

  .dd-setting-name{
    .gd-help-tip{
      float: none;
      margin: 0;
    }
  }


  .dd-item,
  .dd-empty,
  .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 25px;
  }

  .dd-handle {
    display: block;
    height: 37px;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    background: #fafafa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .dd-handle:hover {
    cursor: move;
  }

  .placeholder {
    outline: 1px dashed #4183C4;
  }

  li{
    li{
      .placeholder{
        outline-color: red;
      }
    }

  }

  .dd-item{

    .dd-item{
      .dd-setting{
        &:not(.dd-type-fieldset)
        .gd-notification.gd-warn{
          display: block;
        }
      }

    }

    &.ui-sortable-handle{
      background: none !important;
    }
    .fa-caret-down,.fa-caret-up{
      position: absolute;
      right: 0;
      padding: 12px;
      cursor: pointer;
    }
    .dd-key{
      float: right;
      margin-right: 20px;
      font-weight: initial;
    }
    .dd-handle{
      i, .svg-inline--fa{
        position: relative;
        padding: 0;
      }
    }
    .dd-setting{
      display: none;

      .gd-notification.gd-warn{
        display: none;
      }
      .gd-tab-actions{
        a{
          color: #a00;
        }
        input{
          float: right;
        }
        .button-primary.gd-advanced-toggle{
          margin: 0 10px;
        }
      }

      label{
        width: 100%;
        margin-bottom: 0 !important;
        input,select,textarea{
          width: 100%;
        }
        input[type=checkbox],input[type=radio]{
          width: auto;
          max-width: 16px;
          display: block;
          margin: 3px;
        }
      }

    }

  }
 
  .dd-type-shortcode {
    textarea[name="tab_content"] {
	  margin: 0px 10px;
	  width: calc(100% - 20px);
	}
  }
}

.side-sortables {
  &:first-child{
    .gd-tabs-panel {
      .super-duper-content-open {
        display: none;
      }
    }
  }
}


html.lity-active{
  .select2-container--open{
    z-index: 555555;
  }
}