/**
 * 05. Widget
 */
.control-section{

  .wpndmhpro-field{
    padding: 0;

    .wpndmhpro-title{
      float: none;
      width: 100%;
      margin-bottom: 6px;

      h4{
        display: block;
        font-size: 13px;
        line-height: 1;
        font-weight: 600;
        color: inherit;
      }
    }

    .wpndmhpro-fieldset{
      float: none;
      width: 100%;
    }
  }

  .wpndmhpro-help{
    top: -5px;
    right: -5px;
  }

  .wpndmhpro-field-select select{
    width: 100%;
  }

  .wpndmhpro-field-heading{
    color: inherit;
    font-size: 14px;
    line-height: 1em;
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
  }

  .wpndmhpro-field-subheading{
    color: inherit;
    font-size: 11px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px 15px;
  }

  .wpndmhpro-subtitle-text{
    margin-top: 4px;
    font-size: 12px;
  }

  .wpndmhpro-field-submessage .wpndmhpro-submessage{
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
  }

  .wpndmhpro-fieldset{

    .wpndmhpro-field-submessage .wpndmhpro-submessage,
    .wpndmhpro-field-heading,
    .wpndmhpro-field-subheading{
      margin-left: 0;
      margin-right: 0;
    }
  }

  .wpndmhpro-field-date{

    .wpndmhpro--to{
      margin-left: 0;
    }
  }

  .wpndmhpro-field-sorter{

    ul li{
      padding: 5px;
    }

    .wpndmhpro-modules{
      float: none;
      width: 100%;
    }

    .wpndmhpro-modules:first-child{
      padding-right: 0;
      padding-bottom: 15px;
    }
  }

  .wpndmhpro-field-background{

    .wpndmhpro--background-attributes{
      flex-direction: column;
    }
  }

  .wpndmhpro-field-spacing{
    input{
      width: 90px;
    }
  }

  .wpndmhpro-field-border{

    .wpndmhpro--input{
      flex: 1 50%;
    }

    input,
    select{
      width: 100%;
    }
  }

  .wpndmhpro-field-spinner{
    input{
      width: 50px;
    }
  }

  .wpndmhpro-field-number{

    .wpndmhpro--wrap{
      width: 100%;
    }
  }

  .wpndmhpro-field-backup{

    .wpndmhpro-export-data{
      display: none;
    }
  }

  .wpndmhpro-field-fieldset{

    .wpndmhpro-fieldset-content{
      border-color: #e5e5e5;
    }
  }

  .wpndmhpro-tabbed-content,
  .wpndmhpro-sortable-content,
  .wpndmhpro-repeater-content,
  .wpndmhpro-fieldset-content,
  .wpndmhpro-cloneable-content,
  .wpndmhpro-accordion-content{

    > .wpndmhpro-field{
      padding: 10px;

      .wpndmhpro-title{
        margin-bottom: 5px;
      }

      h4{
        font-size: 12px;
      }
    }
  }

  .wpndmhpro-depend-hidden.wpndmhpro-depend-on{
    display: none !important;
  }

  .wpndmhpro-depend-visible.wpndmhpro-depend-on{
    border-top: 0 !important;
  }
}
