Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>jQuery UI Accordion - Default functionality</title>
  <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
  <link rel="stylesheet" href="/resources/demos/style.css">
  <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
  <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
  <script type="text/javascript">
     $( function() {
        $( "#accordion" ).accordion();
      } );
  </script>
</head>
<body>
 <div class="container">
   <div class="fake-burger">
     <div class="container" onclick="myFunction(this)">
      <div class="bar1"></div>
      <div class="bar2"></div>
      <div class="bar3"></div>
</div>
   </div>
   <div class="search-title">
     <h2>Evidence Search</h2>
   </div>
  <div id="accordion">
  <h3>Search Parameters</h3>
  <div >
    <p>
      <div class="col-lg-12">
         <form class="col-lg-3">
            <div class="form-group">
              <label for="exampleInputEmail1">File Reference</label>
              <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Item number">
        </div>
    </form>
         <form class="col-lg-3">
      <div class="form-group">
        <label for="exampleInputEmail1">Registration Date</label>
        <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Quantity"></small>
  </div>
    </form>
         <form class="col-lg-3">
          <div class="form-group">
            <label for="exampleInputEmail1">Invoice Date</label>
            <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
            <small id="emailHelp" class="form-text text-muted"></small>
      </div>
    </form>
         <form class="col-lg-3">
            <div class="form-group">
              <label for="exampleInputEmail1">Importer</label>
              <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
              <small id="emailHelp" class="form-text text-muted"></small>
        </div>
          </form>
      </div>
      <div class="col-lg-12">
        <form class="col-lg-4">
          <div class="form-group">
            <label for="exampleInputEmail1">Unit Details</label>
            <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
            <small id="emailHelp" class="form-text text-muted"></small>
      </div>
    </form>
        <form class="col-lg-4">
      <div class="form-group">
        <label for="exampleInputEmail1">Unit Details</label>
        <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
        <small id="emailHelp" class="form-text text-muted"></small>
  </div>
    </form>
        <form class="col-lg-4">
      <div class="form-group">
        <label for="exampleInputEmail1">Unit Details</label>
        <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
        <small id="emailHelp" class="form-text text-muted"></small>
  </div>
    </form>
    </div>
    </p>
  </div>
 <h3>Filters</h3>
  <div>
    <p>
      <form class="col-lg-4">
      <div class="form-group">
        <label for="exampleInputEmail1">Item number</label>
        <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Item number">
        <small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
  </div>
    </form>
      <form class="col-lg-4">
      <div class="form-group">
        <label for="exampleInputEmail1">Quantity</label>
        <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Quantity"></small>
  </div>
    </form>
      <form class="col-lg-4">
      <div class="form-group">
        <label for="exampleInputEmail1">Unit Details</label>
        <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
        <small id="emailHelp" class="form-text text-muted"></small>
  </div>
    </form>
    </p>
  </div>
    </div>
  </div>
  </div>
 <div class="container"><br>
      <button type="button" class="btn btn-light col-xs-6 col-sm-6 col-md-6 col-lg-6">Reset</button>
      <button type="button" class="btn btn-success col-xs-6 col-sm-6 col-md-6 col-lg-6">Search</button>
    </div>
</body>
</html>

              
            
!

CSS

              
                .container {
  background-color: none !important;
  
        button:focus {outline:0;}
  
        a:focus {
          outline: none !important;
          box-shadow: none !important;
          }
  .btn:focus {
  outline: none;
}
  .btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
}.btn:focus, .btn:active:focus, .btn.active:focus{
    outline:none;
    box-shadow:none;
}.btn:focus {
    box-shadow: none;
}

        textarea, label {
            outline:0px !important;
            -webkit-box-shadow: none !important;
        }

        .search-title h2 {
          display: block;
          text-align: left;
        }
        h3#ui-id-1 {
          background-color: #FAFAFA;
          border: solid 1px #E0E0E0;
        }
        .btn {
            border-radius: 0px;
        }
        .fake-burger {
          width: 100%;
          height: 40px;
          background-color: #000087;
          display: block;
          margin-top: 21px;
          padding-top: 4px;
        }
        .bar1, .bar2, .bar3 {
          width: 22px;
          height: 2px;
          background-color: #fff;
          margin: 6px 0;
          transition: 0.4s;
        }
        .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-               default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-             disabled:active {
        border: 1px solid gray;
        background: #f6f6f6;
        font-weight: normal;
        color: gray !important;
        }
        .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,            a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        border: 1px solid #FAFAFA;
        background: #FAFAFA !important;
        font-weight: normal;
        color: gray;
        }
        .ui-accordion .ui-accordion-content {
         padding: 0.2em;
         border-top: 0;
         overflow: auto;
        }
        .ui-accordion-header, .ui-accordion-header-active {
          border: #e5e5e5 !important;
        }
        .ui-accordion-header:focus {
          border: none;
        }
        .ui-icon, .ui-widget-content .ui-icon:active {
            background-image: url(images/ui-icons_444444_256x240.png);
        }
        .ui-icon, .ui-widget-content .ui-icon {
            background-image: url(images/ui-icons_444444_256x240.png);
        }
        .btn-success {
          color: #fff;
          background-color: #000087;
          border-color: #000087;
        }
       .btn-success:focus {
          color: #000087;
          background-color: #dcedc8;
        }
        .btn-success:hover {
          color: #fff;
          background-color: #000087;
          border-color: #000087;
         }
        .btn-success:active {
           background-color: #000087;
         }
  
          //tabla

          h2 {
            text-align: center;
          }

          table caption {
            padding: .5em 0;
          }

          .solidback {
            background-color: #000087;
            color: white;
          }

          #mytable tr td:hover {
            color: white;
            background-color: #000087;
          }

          @media screen and (max-width: 767px) {
            table caption {
              border-bottom: 1px solid #ddd;
            }
          }

          .p {
            text-align: center;
            padding-top: 140px;
            font-size: 14px;
          }

          /* inputs states */

          input {
            padding: 6px;
          }

          .form-control:focus {
              border-color: #000087;
              outline: 0;
              -webkit-box-shadow: inset 0 0px 1px rgb(0,0,135), 0 0 1px rgb(0,0,135);
              box-shadow: inset 0 0 1px rgb(0,0,135), 0 0 1px rgb(0,0,135);
          }
  
          h3#ui-id-1:focus {
              border:none;
              box-shadow: none !important;
          }
  
          h3.form-control:focus {
            border-color: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
          }
  
        h3.container .ui-accordion-header:focus {
          border: none !important;
          box-shadow: none !important;
          }
  
}

              
            
!

JS

              
                
              
            
!
999px

Console