/**
 * 08. Nav Menu
 */
.dspilot-nav-menu-options{
  clear: both;
  float: left;
  width: 100%;

  > .dspilot-fields{
    margin: 10px -10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;

    > .dspilot-field{
      padding: 12px;

      .dspilot-title{
        float: none;
        width: 100%;
        margin-bottom: 5px;
      }

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

  .dspilot-field-text input{
    width: 100%;
  }

  .dspilot-field-notice .dspilot-notice{
    padding: 15px;
  }
}

.dspilot-nav-menu-title{
  padding: 12px;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;

  &:first-child{
    border-top: 0;
  }

  h4{
    margin: 0;
    padding: 0;
    color: #23282d;
  }
}

.dspilot-nav-menu-icon{
  margin-right: 5px;
}
