HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
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.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
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.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
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.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
Private Pens are hidden everywhere on CodePen, except to you. You can still share them and other people can see them, they just can't find them through searching or browsing.
Upgrade to PROIf active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
Templates are Pens that can be used to start other Pens quickly from the create menu. The new Pen will copy all the code and settings from the template and make a new Pen (that is not a fork). You can view all of your templates, or learn more in the documentation.
Screenshots of Pens are shown in mobile browsers, RSS feeds, to users who chose images instead of iframes, and in social media sharing.
PRO members can see and edit the Pen thumbnail here after the Pen has been saved.
<!--[if IE ]><p class="fsa-browser-upgrade">You are using an <strong>outdated</strong> browser. Please <strong><a href="http://browsehappy.com/">upgrade your browser</a></strong> to obtain a secure and improved experience.</p><![endif]-->
<a class="skipnav" href="#primary-navigation">Skip to primary navigation</a>
<a class="skipnav" href="#main-content">Skip to main content</a>
<header>
<div class="fsa-tophat fsa-tophat--fullscreen">
<div class="fsa-tophat__bd">
<div class="fsa-tophat__primary">
<span class="fsa-tophat__agency">
<a class="fsa-tophat__link" href="//usda.gov" title="Link to USDA homepage">
<img role="presentation" class="fsa-tophat__agency-logo" src="img/usda-logo--white.svg" alt="">
<abbr class="fsa-tophat__agency-abbr" title="United States Department of Agriculture">USDA</abbr>
<span class="fsa-tophat__agency-fullname">United States Department of Agriculture</span>
</a>
</span>
</div>
<div class="fsa-tophat__secondary">
<span class="fsa-tophat__subagency">
Farm Production and Conservation
</span>
</div>
</div>
</div>
<div class="fsa-header-app fsa-header-app--fullscreen">
<div class="fsa-header-app__bd">
<div class="fsa-header-app__primary">
<a class="fsa-header-app__home-link" href="#asdfasfd">
<span class="fsa-header-app__app-name">
<abbr class="fsa-header-app__app-abbr">DSBP</abbr>
<span class="fsa-header-app__app-full">Design System Boilerplate</span>
</span>
</a>
</div>
<div class="fsa-header-app__secondary">
<span class="fsa-header-app__profile">
<span class="fsa-header-app__profile-name">
<button HOTSPOT class="fsa-btn fsa-btn--plain fsa-text-size--2 fsa-link:hover--white fsa-link:hover--underline" data-behavior="open-modal" aria-controls="demo-profile-modal" aria-expanded="false" type="button">
<svg class="fsa-icon fsa-icon--size-1" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path></svg>
Brandon Christopher Reuben
</button>
</span>
<a href="#link-placeholder" class="fsa-header-app__profile-link">
<span class="fsa-level fsa-level--inline fsa-level--gutter-xs">
<svg class="fsa-icon fsa-icon--size-1" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path> </svg>
<span>Log out</span>
</span>
</a>
</span>
</div>
</div>
</div>
<nav>
<div class="fsa-nav-global fsa-nav-global--fullscreen">
<div class="fsa-nav-global__bd">
<ul class="fsa-nav-global__list" aria-label="Primary Navigation" id="primary-navigation-07">
<li class="fsa-nav-global__list-item">
<a class="fsa-nav-global__link" href="#link-placeholder">
<span class="fsa-nav-global__text">
<svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" fill="#494440" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z"></path></svg>
Dashboard
</span>
</a>
</li>
<li class="fsa-nav-global__list-item">
<a class="fsa-nav-global__link fsa-nav-global__link--active" href="#link-placeholder">
<span class="fsa-nav-global__text">
<svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" fill="#494440" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.49 2 2 6.49 2 12s4.49 10 10 10h8c1.1 0 2-.9 2-2v-8c0-5.51-4.49-10-10-10zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"></path></svg>
Inspections
</span>
</a>
</li>
<li class="fsa-nav-global__list-item">
<a class="fsa-nav-global__link" href="#link-placeholder">
<span class="fsa-nav-global__text">
<svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" fill="#494440" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"></path></svg>
Inspectors
</span>
</a>
</li>
<li class="fsa-nav-global__list-item">
<a class="fsa-nav-global__link" href="#link-placeholder">
<span class="fsa-nav-global__text">
<svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" fill="#494440" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"></path></svg>
Recent
</span>
</a>
</li>
</ul>
<div class="fsa-nav-global__aside">
<div class="fsa-level">
<span class="fsa-label" title="Connection Status">
<span class="fsa-sr-only">Connection Status </span>
<svg class="fsa-icon fsa-icon--size-1" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19.35 10.04C18.67 6.59 15.64 4 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46C10.21 6.23 11.08 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3 0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96zM3 5.27l2.75 2.74C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l2 2L21 20.73 4.27 4 3 5.27zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73z"/></svg>
Offline
</span>
<a href="#link-placeholder" class="fsa-level__item--split">Settings</a>
<a href="#link-placeholder">About</a>
</div>
</div>
</div>
</div>
</nav>
</header>
<div class="fsa-progress fsa-progress--indeterminate" aria-live="polite" id="demo-boilerplate-loading">
<div class="fsa-progress__details fsa-sr-only">
<div class="fsa-progress__label">Page loading</div>
</div>
<div class="fsa-progress__bar" aria-hidden="true">
<div class="fsa-progress__primary"></div>
<div class="fsa-progress__secondary"></div>
</div>
</div>
<main id="main-content" tabindex="-1">
<div class="fsa-section fsa-section--fullscreen">
<div class="fsa-section__bd">
<div class="fsa-breadcrumb">
<nav class="fsa-breadcrumb__nav" aria-label="Breadcrumbs">
<ol class="fsa-breadcrumb__list">
<li class="fsa-breadcrumb__item">
<a href="link/to/level-0/" class="fsa-breadcrumb__link">Level 0</a>
</li>
<li class="fsa-breadcrumb__item">
<a href="link/to/level-0/level-1/" class="fsa-breadcrumb__link">Level 1</a>
</li>
<li class="fsa-breadcrumb__item">
<a href="link/to/level-0/level-1/level-2/" class="fsa-breadcrumb__link">Level 2</a>
</li>
<li class="fsa-breadcrumb__item" aria-current="page">
<a href="link/to/level-0/level-1/level-2/level-3/" class="fsa-breadcrumb__link">Level 3</a>
</li>
</ol>
</nav>
</div>
<div class="fsa-level@l fsa-m-b--m">
<h1 class="fsa-m-t--none">Hello FPAC Design System</h1>
<div class="fsa-level__item--split fsa-show@l">
<div class="fsa-level@m">
<div HOTSPOT class="fsa-m-b--s fsa-m-b--none@m">
<label class="fsa-switch">
<input type="checkbox" class="fsa-switch__checkbox" id="boilerplate-toggle--fullscreen" name="boilerplate-toggle--fullscreen" data-behavior="toggle-fullscreen-components" checked>
<span class="fsa-switch__track"></span>
</label>
<label class="fsa-p-l--xs" for="boilerplate-toggle--fullscreen">Fullscreen Template</label>
</div>
<div class="fsa-m-b--s fsa-m-b--none@m"><a class="fsa-btn fsa-btn--secondary fsa-btn--block" target="_blank" href="https://codepen.io/pen?template=WNQdJpp">Open in CodePen</a></div>
<div class="fsa-m-b--s fsa-m-b--none@m"><a class="fsa-btn fsa-btn--secondary fsa-btn--block" target="_blank" href="https://johnpolacek.github.io/Responsivator/?site=usda-fsa.github.io%2Ffsa-style%2Fboilerplate.html">Open in Responsivator</a></div>
</div>
</div>
</div>
<div class="fsa-alert fsa-alert--info fsa-alert--no-icon">
<button HOTSPOT class="fsa-alert__close" data-behavior="alert-dismiss" type="button" title="Dismiss this message" aria-label="Dismiss this message"></button>
<p class="fsa-alert__text fsa-level@s fsa-p-r--l">
<span>This page serves as a <strong>generic boilerplate starting point</strong> for the <a href="https://usda-fsa.github.io/fsa-design-system/">FPAC Design System</a>.</span>
<button HOTSPOT class="fsa-btn fsa-btn--primary fsa-btn--small" data-behavior="open-modal" aria-controls="about-boilerplate" aria-expanded="false">About Boilerplate</button>
</p>
</div>
<nav aria-label="Breadcrumbs">
<div class="fsa-stepped-tabs fsa-m-t--none">
<div class="fsa-stepped-tabs__bd">
<ol class="fsa-stepped-tabs__list">
<li class="fsa-stepped-tabs__item">
<button class="fsa-stepped-tabs__label fsa-stepped-tabs__label--complete" type="button">
<span class="fsa-stepped-tabs__text">
<svg class="fsa-icon fsa-icon--size-2 fsa-show@m" aria-hidden="true" focusable="false" role="img" fill="#494440" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg>
Discovery
</span>
</button>
</li>
<li class="fsa-stepped-tabs__item">
<button class="fsa-stepped-tabs__label fsa-stepped-tabs__label--active" type="button" aria-current="step">
<span class="fsa-stepped-tabs__text">
<svg class="fsa-icon fsa-icon--size-2 fsa-show@m" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 2A10 10 0 0 0 2 12A10 10 0 0 0 12 22A10 10 0 0 0 22 12A10 10 0 0 0 12 2M12 4A8 8 0 0 1 20 12A8 8 0 0 1 12 20V4Z"></path>
</svg>
Inspections
</span>
</button>
</li>
<li class="fsa-stepped-tabs__item">
<span class="fsa-stepped-tabs__label fsa-stepped-tabs__label--incomplete">
<span class="fsa-stepped-tabs__text">
<svg class="fsa-icon fsa-icon--size-2 fsa-show@m" aria-hidden="true" focusable="false" role="img" fill="#494440" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"></path></svg>
Review
</span>
</span>
</li>
<li class="fsa-stepped-tabs__item">
<span class="fsa-stepped-tabs__label fsa-stepped-tabs__label--incomplete">
<span class="fsa-stepped-tabs__text">
<svg class="fsa-icon fsa-icon--size-2 fsa-show@m" aria-hidden="true" focusable="false" role="img" fill="#494440" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"></path></svg>
Publish
</span>
</span>
</li>
</ol>
</div>
</div>
</nav>
<div class="fsa-level@l fsa-level--justify-between fsa-level--align-bottom">
<div class="fsa-level fsa-level--grow-auto fsa-m-b--s fsa-m-b--none@l">
<div><button HOTSPOT class="fsa-btn fsa-btn--secondary fsa-btn--block fsa-btn--small" data-behavior="open-modal" aria-controls="demo-edit-inspection" aria-expanded="false" type="button"><svg class="fsa-icon fsa-icon--size-1" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/></svg> <span class="fsa-sr-only@xs-only">Edit</span></button></div>
<div><button HOTSPOT class="fsa-btn fsa-btn--secondary fsa-btn--block fsa-btn--small" data-behavior="growl-show whiteout-show" aria-controls="demo-delete-prompt" aria-expanded="false" type="button"><svg class="fsa-icon fsa-icon--size-1" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/></svg> <span class="fsa-sr-only@xs-only">Delete</span></button></div>
<div><button HOTSPOT class="fsa-btn fsa-btn--secondary fsa-btn--block fsa-btn--small" data-behavior="open-modal" aria-controls="demo-assign-modal" aria-expanded="false" type="button"><svg class="fsa-icon fsa-icon--size-1" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 4c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H6v-1.4c0-2 4-3.1 6-3.1s6 1.1 6 3.1V19z"/></svg> <span class="fsa-sr-only@xs-only">Assign</span></button></div>
<div><button class="fsa-btn fsa-btn--secondary fsa-btn--block fsa-btn--small" type="button"><svg class="fsa-icon fsa-icon--size-1" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-6 12v-3h-4v-4h4V8l5 5-5 5z"/></svg> <span class="fsa-sr-only@xs-only">Move</span></button></div>
<div><button class="fsa-btn fsa-btn--secondary fsa-btn--block fsa-btn--small" type="button"><svg class="fsa-icon fsa-icon--size-1" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z"/></svg> <span class="fsa-sr-only@xs-only">Status</span></button></div>
</div>
<div class="fsa-show@m fsa-level fsa-level--grow-auto">
<span>
<span class="fsa-sr-only" id="lorem_view-as">View as</span>
<span class="fsa-btn-group fsa-btn-group--small fsa-btn-group--block" role="group" aria-labeledby="lorem_view-as">
<button class="fsa-btn-group__item fsa-btn-group__item--active" type="button" title="View by List" aria-selected="true">
<svg class="fsa-icon fsa-icon--size-1" aria-hidden="true" focusable="false" role="img" fill="#494440" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M4 14h4v-4H4v4zm0 5h4v-4H4v4zM4 9h4V5H4v4zm5 5h12v-4H9v4zm0 5h12v-4H9v4zM9 5v4h12V5H9z"></path></svg>
<span class="fsa-sr-only">View by List</span>
</button>
<button class="fsa-btn-group__item" type="button" title="View by Grid">
<svg class="fsa-icon fsa-icon--size-1" aria-hidden="true" focusable="false" role="img" fill="#494440" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill-rule="evenodd"><path d="M0 0h24v24H0z" fill="none"></path><path d="M3 3v8h8V3H3zm6 6H5V5h4v4zm-6 4v8h8v-8H3zm6 6H5v-4h4v4zm4-16v8h8V3h-8zm6 6h-4V5h4v4zm-6 4v8h8v-8h-8zm6 6h-4v-4h4v4z"></path></g></svg>
<span class="fsa-sr-only">View by Grid</span>
</button>
</span>
</span>
<span>
<span class="fsa-sr-only" id="lorem_timeframe">Timeframe</span>
<span class="fsa-btn-group fsa-btn-group--small fsa-btn-group--block" role="group" aria-labeledby="lorem_timeframe">
<button class="fsa-btn-group__item" type="button">Today</button>
<button class="fsa-btn-group__item" type="button">This Week</button>
<button class="fsa-btn-group__item fsa-btn-group__item--active" type="button">This Year</button>
</span>
</span>
</div>
</div>
<div class="fsa-table-container--scroll fsa-m-t--s">
<table class="fsa-table fsa-table--borderless">
<caption class="sr-only">Inspections</caption>
<thead>
<tr>
<th class="fsa-table__th--sticky fsa-table__th--select">
<span>
<input class="fsa-checkbox fsa-checkbox--solo" data-behavior="select-table-all" id="inpections__select-all" type="checkbox" name="inpections__select-all" value="Select all">
<label for="inpections__select-all" title="Select all"><span class="sr-only">Select all</span></label>
</span>
</th>
<th class="fsa-table__th--sticky" aria-sort="ascending">
<button type="button" class="fsa-table__sort fsa-table__sort--ascending">Name</button>
</th>
<th class="fsa-table__th--sticky">
<button type="button" class="fsa-table__sort">State</button>
</th>
<th class="fsa-table__th--sticky">
<button type="button" class="fsa-table__sort">County</button>
</th>
<th class="fsa-table__th--sticky">
<button type="button" class="fsa-table__sort">Farm</button>
</th>
<th class="fsa-table__th--sticky">
<button type="button" class="fsa-table__sort">Assignee</button>
</th>
<th class="fsa-table__th--sticky">
<button type="button" class="fsa-table__sort">Due Date</button>
</th>
<th class="fsa-table__th--sticky">
<button type="button" class="fsa-table__sort">Status</button>
</th>
</tr>
</thead>
<tbody>
<tr>
<td aria-label="Select">
<span>
<input disabled="disabled" class="fsa-checkbox fsa-checkbox--solo" id="inpections__select-inspection--06" type="checkbox" name="inpections__select-inspection--06" value="06">
<label for="inpections__select-inspection--06"><span class="sr-only">Select this row</span></label>
</span>
</td>
<td aria-label="Inspection Number">
<strong>
<button HOTSPOT type="button" class="fsa-btn fsa-btn--flat" data-behavior="open-modal" aria-controls="demo-edit-inspection" aria-expanded="false" type="button">Inspection 06</button>
</strong>
</td>
<td aria-label="State">Kansas</td>
<td aria-label="County">Cowley</td>
<td aria-label="Farm Number">3510</td>
<td aria-label="Assigned to"><a href="#link-placeholder">Norm Peterson</a></td>
<td aria-label="Due Date">
<time datetime="2018-12-11">12/11/2018</time>
</td>
<td aria-label="Status">
<div><span class="fsa-label fsa-label--success">Complete</span></div>
</td>
</tr>
<tr class="fsa-table__row--selected">
<td aria-label="Select">
<span>
<input class="fsa-checkbox fsa-checkbox--solo" data-behavior="select-table-row" id="inpections__select-inspection--07" type="checkbox" name="inpections__select-inspection--07" value="07" checked="">
<label for="inpections__select-inspection--07"><span class="sr-only">Select this row</span></label>
</span>
</td>
<td aria-label="Inspection Number">
<strong>
<button type="button" class="fsa-btn fsa-btn--flat" data-behavior="open-modal" aria-controls="demo-edit-inspection" aria-expanded="false" type="button">Inspection 07</button>
</strong>
</td>
<td aria-label="State">Kansas</td>
<td aria-label="County">Johnson</td>
<td aria-label="Farm Number">8787</td>
<td aria-label="Assigned to"><a href="#link-placeholder">Carla Tortelli</a></td>
<td aria-label="Due Date">
<time datetime="2018-08-05">08/05/2018</time>
</td>
<td aria-label="Status">
<div><span class="fsa-label fsa-label--neutral">Assigned</span></div>
</td>
</tr>
<tr>
<td aria-label="Select">
<span>
<input class="fsa-checkbox fsa-checkbox--solo" data-behavior="select-table-row" id="inpections__select-inspection--10" type="checkbox" name="inpections__select-inspection--10" value="10">
<label for="inpections__select-inspection--10"><span class="sr-only">Select this row</span></label>
</span>
</td>
<td aria-label="Inspection Number">
<strong>
<button type="button" class="fsa-btn fsa-btn--flat" data-behavior="open-modal" aria-controls="demo-edit-inspection" aria-expanded="false" type="button">Inspection 10</button>
</strong>
</td>
<td aria-label="State">Missouri</td>
<td aria-label="County">Jackson</td>
<td aria-label="Farm Number">8080</td>
<td aria-label="Assigned to"><a href="#link-placeholder">Ernie Pantusso</a></td>
<td aria-label="Due Date">
<time datetime="2018-10-01">10/01/2018</time>
</td>
<td aria-label="Status">
<div><span class="fsa-label fsa-label--alert">Rejected</span></div>
</td>
</tr>
<tr>
<td aria-label="Select">
<span>
<input class="fsa-checkbox fsa-checkbox--solo" data-behavior="select-table-row" id="inpections__select-inspection--17" type="checkbox" name="inpections__select-inspection--17" value="17">
<label for="inpections__select-inspection--17"><span class="sr-only">Select this row</span></label>
</span>
</td>
<td aria-label="Inspection Number">
<strong>
<button type="button" class="fsa-btn fsa-btn--flat" data-behavior="open-modal" aria-controls="demo-edit-inspection" aria-expanded="false" type="button">Inspection 17</button>
</strong>
</td>
<td aria-label="State">California</td>
<td aria-label="County">Ventura</td>
<td aria-label="Farm Number">5644</td>
<td aria-label="Assigned to"><span class="sr-only">not assigned</span></td>
<td aria-label="Due Date">
<time datetime="2018-11-10">11/10/2018</time>
</td>
<td aria-label="Status">
<div><span class="fsa-label">Not Started</span></div>
</td>
</tr>
<tr>
<td aria-label="Select">
<span>
<input class="fsa-checkbox fsa-checkbox--solo" data-behavior="select-table-row" id="inpections__select-inspection--24" type="checkbox" name="inpections__select-inspection--24" value="24">
<label for="inpections__select-inspection--24"><span class="sr-only">Select this row</span></label>
</span>
</td>
<td aria-label="Inspection Number">
<strong>
<button type="button" class="fsa-btn fsa-btn--flat" data-behavior="open-modal" aria-controls="demo-edit-inspection" aria-expanded="false" type="button">Inspection 24</button>
</strong>
</td>
<td aria-label="State">California</td>
<td aria-label="County">Los Angeles</td>
<td aria-label="Farm Number">6662</td>
<td aria-label="Assigned to"><a href="#link-placeholder">Diane Chambers</a></td>
<td aria-label="Due Date">
<time datetime="2018-11-16">11/16/2018</time>
</td>
<td aria-label="Status">
<div><span class="fsa-label fsa-label--general">In Progress</span></div>
</td>
</tr>
<tr>
<td aria-label="Select">
<span>
<input class="fsa-checkbox fsa-checkbox--solo" data-behavior="select-table-row" id="inpections__select-inspection--31" type="checkbox" name="inpections__select-inspection--31" value="31">
<label for="inpections__select-inspection--31"><span class="sr-only">Select this row</span></label>
</span>
</td>
<td aria-label="Inspection Number">
<strong>
<button type="button" class="fsa-btn fsa-btn--flat" data-behavior="open-modal" aria-controls="demo-edit-inspection" aria-expanded="false" type="button">Inspection 31</button>
</strong>
</td>
<td aria-label="State">California</td>
<td aria-label="County">San Bernardino</td>
<td aria-label="Farm Number">6664</td>
<td aria-label="Assigned to"><span class="sr-only">not assigned</span></td>
<td aria-label="Due Date">
<time datetime="2018-10-07">10/07/2018</time>
</td>
<td aria-label="Status">
<div><span class="fsa-label fsa-label--warning">On Hold</span></div>
</td>
</tr>
<tr>
<td aria-label="Select">
<span>
<input disabled="disabled" class="fsa-checkbox fsa-checkbox--solo" id="inpections__select-inspection--33" type="checkbox" name="inpections__select-inspection--33" value="33">
<label for="inpections__select-inspection--33"><span class="sr-only">Select this row</span></label>
</span>
</td>
<td aria-label="Inspection Number">
<strong>
<button type="button" class="fsa-btn fsa-btn--flat" data-behavior="open-modal" aria-controls="demo-edit-inspection" aria-expanded="false" type="button">Inspection 33</button>
</strong>
</td>
<td aria-label="State">Kansas</td>
<td aria-label="County">Miami</td>
<td aria-label="Farm Number">7510</td>
<td aria-label="Assigned to"><a href="#link-placeholder">Woody Boyd</a></td>
<td aria-label="Due Date">
<time datetime="2018-10-05">10/05/2018</time>
</td>
<td aria-label="Status">
<div><span class="fsa-label fsa-label--success">Complete</span></div>
</td>
</tr>
<tr>
<td aria-label="Select">
<span>
<input class="fsa-checkbox fsa-checkbox--solo" data-behavior="select-table-row" id="inpections__select-inspection--37" type="checkbox" name="inpections__select-inspection--37" value="37">
<label for="inpections__select-inspection--37"><span class="sr-only">Select this row</span></label>
</span>
</td>
<td aria-label="Inspection Number">
<strong>
<button type="button" class="fsa-btn fsa-btn--flat" data-behavior="open-modal" aria-controls="demo-edit-inspection" aria-expanded="false" type="button">Inspection 37</button>
</strong>
</td>
<td aria-label="State">Maryland</td>
<td aria-label="County">Anne Arundel</td>
<td aria-label="Farm Number">1325</td>
<td aria-label="Assigned to"><a href="#link-placeholder">Woody Boyd</a></td>
<td aria-label="Due Date">
<time datetime="2019-05-05">05/05/2019</time>
</td>
<td aria-label="Status">
<div><span class="fsa-label fsa-label--general">In Progress</span></div>
</td>
</tr>
<tr>
<td aria-label="Select">
<span>
<input class="fsa-checkbox fsa-checkbox--solo" data-behavior="select-table-row" id="inpections__select-inspection--39" type="checkbox" name="inpections__select-inspection--39" value="39">
<label for="inpections__select-inspection--39"><span class="sr-only">Select this row</span></label>
</span>
</td>
<td aria-label="Inspection Number">
<strong>
<button type="button" class="fsa-btn fsa-btn--flat" data-behavior="open-modal" aria-controls="demo-edit-inspection" aria-expanded="false" type="button">Inspection 39</button>
</strong>
</td>
<td aria-label="State">Oregon</td>
<td aria-label="County">Clackamas </td>
<td aria-label="Farm Number">1196</td>
<td aria-label="Assigned to"><span class="sr-only">not assigned</span></td>
<td aria-label="Due Date">
<time datetime="2019-05-05">05/05/2019</time>
</td>
<td aria-label="Status">
<div><span class="fsa-label">Not Started</span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="fsa-stepped-control fsa-stepped-control--sticky">
<div class="fsa-stepped-control__bd">
<div class="fsa-stepped-control__message fsa-stepped-control__message--block" role="status">
<strong>5</strong> of <strong>10</strong> Commodities are complete
</div>
<div class="fsa-stepped-control__list">
<div class="fsa-stepped-control__item fsa-stepped-control__item--pull">
<button class="fsa-btn fsa-btn--alt fsa-btn--large fsa-stepped-control__btn" type="button">
<svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>
Discovery
</button>
</div>
<div class="fsa-stepped-control__shim"></div>
<div class="fsa-stepped-control__item fsa-stepped-control__item--push">
<button class="fsa-btn fsa-btn--primary fsa-btn--large fsa-stepped-control__btn" type="submit">
Review
<svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>
</button>
</div>
</div>
</div>
</div>
<script>
var checkboxIndeterminateExampleTable = document.getElementById("inpections__select-all");
checkboxIndeterminateExampleTable.indeterminate = true;
</script>
</div>
</div>
</main>
<footer>
<div class="fsa-topper fsa-topper--fullscreen">
<div class="fsa-topper__bd">
<a class="fsa-topper__link" href="#main-content">
<span class="fsa-topper__icon"><svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/></svg></span>
Return to top
</a>
</div>
</div>
<div class="fsa-footer fsa-footer--fullscreen">
</div>
<div class="fsa-screen-id fsa-screen-id--fullscreen">
<div class="fsa-screen-id__bd">
<dl class="fsa-screen-id__dl">
<dt class="fsa-screen-id__dt">Screen ID</dt>
<dd class="fsa-screen-id__dd">XYZ-WEB-007</dd>
</dl>
</div>
</div>
</footer>
<div class="fsa-whiteout" tabindex="-1" id="fsa-whiteout" aria-hidden="true" aria-expanded="false"></div>
<div class="fsa-growl-container">
<div class="fsa-growl fsa-growl--success" id="UNIQUE-ID-8A386E512C033F57" aria-hidden="true" tabindex="0" role="dialog">
<div class="fsa-growl__hd">
<button HOTSPOT class="fsa-growl__close" data-behavior="growl-dismiss" type="button" title="Close Notification" aria-label="Close Notification"></button>
<h2 class="fsa-growl__title">Inspection #1234 Deleted</h2>
</div>
<div class="fsa-growl__bd">
<p>Message goes here if you like or something, <a href="#link-placeholder">with a link</a> if necessary.</p>
<p>And another line here for kicks.</p>
<p>
<button HOTSPOT data-behavior="growl-dismiss" class="fsa-btn fsa-btn--small fsa-btn--secondary" type="button">Button</button>
</p>
</div>
</div>
<div class="fsa-growl fsa-growl--success" id="demo-assign-success" aria-hidden="true" tabindex="0" role="dialog">
<div class="fsa-growl__hd">
<button HOTSPOT class="fsa-growl__close" data-behavior="growl-dismiss" type="button" title="Close Notification" aria-label="Close Notification"></button>
<h2 class="fsa-growl__title">Assignee changed</h2>
</div>
<div class="fsa-growl__bd">
<p><strong>Erniee Pantusso</strong> has been assigned to <strong>Inspection #07</strong></p>
<p>
<button HOTSPOT data-behavior="growl-dismiss" class="fsa-btn fsa-btn--small fsa-btn--secondary" type="button">OK</button>
</p>
</div>
</div>
<div class="fsa-growl fsa-growl--warning" id="demo-codepen-explore" aria-hidden="true" tabindex="0" role="dialog">
<div class="fsa-growl__hd">
<button HOTSPOT class="fsa-growl__close" data-behavior="growl-dismiss" type="button" title="Close Notification" aria-label="Close Notification"></button>
<h2 class="fsa-growl__title">Prototype with CodePen</h2>
</div>
<div class="fsa-growl__bd">
<p>Explore by copying snippets from the <strong><a target="_blank" href="https://usda-fsa.github.io/fsa-design-system/">FPAC Design System</a></strong>.</p>
</div>
</div>
<div class="fsa-growl fsa-growl--warning" id="demo-confirm-message-dismiss" aria-hidden="true" tabindex="0" role="dialog">
<div class="fsa-growl__hd">
<button class="fsa-growl__close" data-behavior="growl-dismiss" type="button" title="Close Notification" aria-label="Close Notification"></button>
<h2 class="fsa-growl__title">Greeting dismissed</h2>
</div>
<div class="fsa-growl__bd">
<p>You hid the greeting message. It's not cookied or anything, so it'll come back the next time you visit this page.</p>
<p>
<button data-behavior="growl-dismiss" class="hotpsot fsa-btn fsa-btn--small fsa-btn--secondary" type="button">Ah, I see. Cool cool cool.</button>
</p>
</div>
</div>
</div>
<div class="fsa-growl-container fsa-growl-container--centered">
<div class="fsa-growl fsa-growl--error fsa-growl--centered" id="demo-delete-prompt" aria-hidden="true" tabindex="0" role="alertdialog">
<div class="fsa-growl__hd">
<button HOTSPOT class="fsa-growl__close" data-behavior="growl-dismiss whiteout-dismiss" type="button"><img class="fsa-growl__close-icon" src="/fsa-design-system/img/close.svg" alt="close"></button>
<h2 class="fsa-growl__title">Delete Inspection #07</h2>
</div>
<div class="fsa-growl__bd">
<p>You are about to <strong>Delete an Inspection</strong>. This will affect <strong>4</strong> Inspectors.</p>
<p class="fsa-level">
<button HOTSPOT data-behavior="growl-dismiss whiteout-dismiss growl-show" aria-controls="UNIQUE-ID-8A386E512C033F57" aria-expanded="false" class="fsa-btn fsa-btn--small fsa-btn--tertiary" type="button">Confirm Delete</button>
<button HOTSPOT data-behavior="growl-dismiss whiteout-dismiss" class="fsa-btn fsa-btn--small fsa-btn--secondary" type="button">Cancel</button>
</p>
</div>
</div>
</div>
<div tabindex="0" id="demo-profile-modal" class="fsa-modal fsa-modal--top fsa-modal--small" role="dialog" aria-hidden="true">
<div class="fsa-modal__dialog">
<div class="fsa-modal__content">
<button class="fsa-modal__close" data-behavior="close-modal" title="Close Modal" aria-label="Close Modal" type="button"></button>
<h1 class="fsa-modal__title">Profile</h1>
<h2 class="fsa-text--h3 fsa-m-t--none">Brandon Christopher Reuben</h2>
<ul class="fsa-list--unstyled fsa-m-b--s">
<li>Marketing Specialist</li>
<li><span class="fsa-email-string">brandon.c.reuben@kcc.usda.gov</span></li>
</ul>
<ul class="fsa-list--unstyled fsa-m-b--s">
<li><a href="preferences.html">Link</a></li>
<li><a href="preferences.html">Another useful link</a></li>
</ul>
<a class="fsa-btn fsa-btn--primary fsa-btn--block" href="#link-placeholder">
<svg class="fsa-icon fsa-icon--size-1" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path> </svg>
Log out
</a>
</div>
</div>
</div>
<div tabindex="0" id="demo-assign-modal" class="fsa-modal fsa-modal--top fsa-modal--small" role="dialog" aria-hidden="true">
<div class="fsa-modal__dialog">
<div class="fsa-modal__content">
<button class="fsa-modal__close" data-behavior="close-modal" title="Close Modal" aria-label="Close Modal" type="button"></button>
<h1 class="fsa-modal__title" id="lorem-radio-field-1">Assignee</h1>
<div class="fsa-field">
<ul class="fsa-form-list" aria-describedby="lorem-radio-field-1">
<li>
<span>
<input class="fsa-radio" id="apple-radio" type="radio" name="fav-pie">
<label for="apple-radio">Norm Peterson <br> <span class="fsa-text-size--2 fsa-color--tertiary-300">Marketing Specialist</span></label>
</span>
</li>
<li>
<span>
<input class="fsa-radio" id="key-lime-radio" type="radio" name="fav-pie" checked>
<label for="key-lime-radio">Carla Tortelli <br> <span class="fsa-text-size--2 fsa-color--tertiary-300">Marketing Specialist</span></label>
</span>
</li>
<li>
<span>
<input class="fsa-radio" id="pumpkin-radio" type="radio" name="fav-pie">
<label for="pumpkin-radio">Diane Chambers <br> <span class="fsa-text-size--2 fsa-color--tertiary-300">Approver</span></label>
</span>
</li>
<li>
<span>
<input class="fsa-radio" id="none-radio" type="radio" name="fav-pie">
<label for="none-radio"><span HOTSPOT>Ernie Pantusso</span> <br> <span class="fsa-text-size--2 fsa-color--tertiary-300">Intern</span></label>
</span>
</li>
</ul>
</div>
<div class="fsa-level">
<button HOTSPOT class="fsa-btn fsa-btn--primary" type="button" data-behavior="close-modal growl-dismiss whiteout-dismiss growl-show" aria-controls="demo-assign-success" aria-expanded="false">
<svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
Apply
</button>
<button HOTSPOT class="fsa-btn fsa-btn--flat" type="button" data-behavior="close-modal">
Cancel
</button>
</div>
</div>
</div>
</div>
<div tabindex="0" id="demo-edit-inspection" class="fsa-modal" role="dialog" aria-hidden="true">
<div class="fsa-modal__dialog">
<div class="fsa-modal__content">
<button HOTSPOT class="fsa-modal__close" data-behavior="close-modal" title="Close Modal" aria-label="Close Modal" type="button"></button>
<h1 class="fsa-modal__title">Inspection 06</h1>
<div class="fsa-field">
<label class="fsa-field__label" for="UNIQUE-ID-hshhsjtext">State</label>
<select class="fsa-select fsa-field__item" id="UNIQUE-ID-hshhsjtext" aria-required="true" name="UNIQUE-ID-hshhsjtext">
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District Of Columbia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS" selected>Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select>
</div>
<div class="fsa-field">
<label class="fsa-field__label" for="UNIQUE-ID-yj89s6">State</label>
<div class="fsa-progress fsa-progress--indeterminate" aria-live="polite">
<div class="fsa-progress__details fsa-sr-only">
<div class="fsa-progress__label">Loading states</div>
</div>
<div class="fsa-progress__bar" aria-hidden="true">
<div class="fsa-progress__primary"></div>
<div class="fsa-progress__secondary"></div>
</div>
</div>
<select disabled class="fsa-select fsa-field__item" id="UNIQUE-ID-yj89s6" aria-required="true" name="UNIQUE-ID-yj89s6">
<option value="--" selected></option>
<option value="Allen">Allen</option>
<option value="Anderson">Anderson</option>
<option value="Atchison">Atchison</option>
<option value="Barber">Barber</option>
<option value="Barton">Barton</option>
<option value="Bourbon">Bourbon</option>
<option value="Brown">Brown</option>
<option value="Butler">Butler</option>
<option value="Chase">Chase</option>
<option value="Chautauqua">Chautauqua</option>
<option value="Cherokee">Cherokee</option>
<option value="Cheyenne">Cheyenne</option>
<option value="Clark">Clark</option>
<option value="Clay">Clay</option>
<option value="Cloud">Cloud</option>
<option value="Coffey">Coffey</option>
<option value="Comanche">Comanche</option>
<option value="Cowley">Cowley</option>
<option value="Crawford">Crawford</option>
<option value="Decatur">Decatur</option>
<option value="Dickinson">Dickinson</option>
<option value="Doniphan">Doniphan</option>
<option value="Douglas">Douglas</option>
<option value="Edwards">Edwards</option>
<option value="Elk">Elk</option>
<option value="Ellis">Ellis</option>
<option value="Ellsworth">Ellsworth</option>
<option value="Finney">Finney</option>
<option value="Ford">Ford</option>
<option value="Franklin">Franklin</option>
<option value="Geary">Geary</option>
<option value="Gove">Gove</option>
<option value="Graham">Graham</option>
<option value="Grant">Grant</option>
<option value="Gray">Gray</option>
<option value="Greeley">Greeley</option>
<option value="Greenwood">Greenwood</option>
<option value="Hamilton">Hamilton</option>
<option value="Harper">Harper</option>
<option value="Harvey">Harvey</option>
<option value="Haskell">Haskell</option>
<option value="Hodgeman">Hodgeman</option>
<option value="Jackson">Jackson</option>
<option value="Jefferson">Jefferson</option>
<option value="Jewell">Jewell</option>
<option value="Johnson">Johnson</option>
<option value="Kearny">Kearny</option>
<option value="Kingman">Kingman</option>
<option value="Kiowa">Kiowa</option>
<option value="Labette">Labette</option>
<option value="Lane">Lane</option>
<option value="Leavenworth">Leavenworth</option>
<option value="Lincoln">Lincoln</option>
<option value="Linn">Linn</option>
<option value="Logan">Logan</option>
<option value="Lyon">Lyon</option>
<option value="Marion">Marion</option>
<option value="Marshall">Marshall</option>
<option value="McPherson">McPherson</option>
<option value="Meade">Meade</option>
<option value="Miami">Miami</option>
<option value="Mitchell">Mitchell</option>
<option value="Montgomery">Montgomery</option>
<option value="Morris">Morris</option>
<option value="Morton">Morton</option>
<option value="Nemaha">Nemaha</option>
<option value="Neosho">Neosho</option>
<option value="Ness">Ness</option>
<option value="Norton">Norton</option>
<option value="Osage">Osage</option>
<option value="Osborne">Osborne</option>
<option value="Ottawa">Ottawa</option>
<option value="Pawnee">Pawnee</option>
<option value="Phillips">Phillips</option>
<option value="Pottawatomie">Pottawatomie</option>
<option value="Pratt">Pratt</option>
<option value="Rawlins">Rawlins</option>
<option value="Reno">Reno</option>
<option value="Republic">Republic</option>
<option value="Rice">Rice</option>
<option value="Riley">Riley</option>
<option value="Rooks">Rooks</option>
<option value="Rush">Rush</option>
<option value="Russell">Russell</option>
<option value="Saline">Saline</option>
<option value="Scott">Scott</option>
<option value="Sedgwick">Sedgwick</option>
<option value="Seward">Seward</option>
<option value="Shawnee">Shawnee</option>
<option value="Sheridan">Sheridan</option>
<option value="Sherman">Sherman</option>
<option value="Smith">Smith</option>
<option value="Stafford">Stafford</option>
<option value="Stanton">Stanton</option>
<option value="Stevens">Stevens</option>
<option value="Sumner">Sumner</option>
<option value="Thomas">Thomas</option>
<option value="Trego">Trego</option>
<option value="Wabaunsee">Wabaunsee</option>
<option value="Wallace">Wallace</option>
<option value="Washington">Washington</option>
<option value="Wichita">Wichita</option>
<option value="Wilson">Wilson</option>
<option value="Woodson">Woodson</option>
<option value="Wyandotte">Wyandotte </option>
</select>
</div>
<div class="fsa-field">
<label class="fsa-field__label" for="TheItem2">Farm Number </label>
<input class="fsa-input fsa-field__item" id="TheItem2" aria-required="true" name="TheItem2" type="text" value="" disabled>
</div>
<div class="fsa-field">
<label class="fsa-field__label" for="date-picker-default">Due Date</label>
<input placeholder="mm/dd/yyyy" class="fsa-input fsa-field__item" id="date-picker-default" aria-describedby="date-picker-default__help" aria-required="true" name="date-picker-default" type="text" value="08/05/2018">
<span class="fsa-field__help" id="date-picker-default__help">Example 05/14/1975</span>
</div>
<div class="fsa-field">
<label class="fsa-field__label" for="UNIQUE-ID-hshhsjtext">Label</label>
<div class="fsa-select-multi fsa-field__item">
<ul class="fsa-select-multi__list" id="UNIQUE-ID-hshhsjtext" aria-describedby="lorem-hshhsjtext-help-4">
<li class="fsa-select-multi__item">
<input class="fsa-checkbox fsa-select-multi__check" id="default-loskss4ga_one" type="checkbox" name="default-loskss4ga_one" value="One" checked="">
<label class="fsa-select-multi__label" for="default-loskss4ga_one">One</label>
</li>
<li class="fsa-select-multi__item">
<input class="fsa-checkbox fsa-select-multi__check" id="default-loskss4ga_two" type="checkbox" name="default-loskss4ga_two" value="Two">
<label class="fsa-select-multi__label" for="default-loskss4ga_two">Two</label>
</li>
<li class="fsa-select-multi__item">
<input class="fsa-checkbox fsa-select-multi__check" id="default-loskss4ga_three" type="checkbox" name="default-loskss4ga_three" value="Three" checked="">
<label class="fsa-select-multi__label" for="default-loskss4ga_three">Three</label>
</li>
<li class="fsa-select-multi__item">
<input class="fsa-checkbox fsa-select-multi__check" id="default-loskss4ga_four" type="checkbox" name="default-loskss4ga_four" value="Four" checked="">
<label class="fsa-select-multi__label" for="default-loskss4ga_four">Four</label>
</li>
<li class="fsa-select-multi__item">
<input class="fsa-checkbox fsa-select-multi__check" id="default-loskss4ga_five" type="checkbox" name="default-loskss4ga_five" value="Five">
<label class="fsa-select-multi__label" for="default-loskss4ga_five">Five</label>
</li>
<li class="fsa-select-multi__item">
<input class="fsa-checkbox fsa-select-multi__check" id="default-loskss4ga_six" type="checkbox" name="default-loskss4ga_six" value="Six">
<label class="fsa-select-multi__label" for="default-loskss4ga_six">Six</label>
</li>
<li class="fsa-select-multi__item">
<input class="fsa-checkbox fsa-select-multi__check" id="default-loskss4ga_seven" type="checkbox" name="default-loskss4ga_seven" value="Seven">
<label class="fsa-select-multi__label" for="default-loskss4ga_seven">Seven</label>
</li>
<li class="fsa-select-multi__item">
<input class="fsa-checkbox fsa-select-multi__check" id="default-loskss4ga_eight" type="checkbox" name="default-loskss4ga_eight" value="Eight">
<label class="fsa-select-multi__label" for="default-loskss4ga_eight">Eight</label>
</li>
<li class="fsa-select-multi__item">
<input class="fsa-checkbox fsa-select-multi__check" id="default-loskss4ga_nine" type="checkbox" name="default-loskss4ga_nine" value="Nine">
<label class="fsa-select-multi__label" for="default-loskss4ga_nine">Nine</label>
</li>
</ul>
</div>
<span class="fsa-field__help" id="lorem-hshhsjtext-help-4">Instructional message here</span>
</div>
<div class="fsa-field fsa-field--error">
<label class="fsa-field__label" for="TheItem8">Tax ID <span class="fsa-field__label-desc">Required</span></label>
<input class="fsa-input fsa-field__item fsa-input--error" id="TheItem8" aria-describedby="lorem-1234-help-8 lorem-1234-message-6" aria-required="true" name="TheItem8" type="text" value="12574">
<span class="fsa-field__message" id="lorem-1234-message-6" role="alert">Tax IDs are 8 characters, alphanumeric</span>
</div>
<div class="fsa-field">
<label class="fsa-field__label" for="UNIQUE-ID-h24rg8">Tax ID Type</label>
<select class="fsa-select fsa-field__item" id="UNIQUE-ID-h24rg8" name="UNIQUE-ID-h24rg8" aria-describedby="lorem-hshhsjtext-help-4">
<option value="SSN" selected>Social Security Number (SSN)</option>
<option value="EIN">Employer Identification Number (EIN)</option>
<option value="ITIN">Individual Taxpayer Identification Number (ITIN)</option>
<option value="ATIN">Taxpayer Identification Number for Pending U.S. Adoptions (ATIN)</option>
<option value="PTIN">Preparer Taxpayer Identification Number (PTIN)</option>
</select>
<span class="fsa-field__help" id="lorem-hshhsjtext-help-4">You may choose a type other than the default, Social Security Number (SSN)</span>
</div>
<div class="fsa-level">
<button disabled class="fsa-btn fsa-btn--primary" type="button" data-behavior="close-modal growl-dismiss whiteout-dismiss growl-show" aria-controls="demo-assign-success" aria-expanded="false">
<svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"></path></svg>
Save
</button>
<button HOTSPOT class="fsa-btn fsa-btn--flat" type="button" data-behavior="close-modal">
Cancel
</button>
</div>
</div>
</div>
</div>
<div tabindex="0" id="about-boilerplate" class="fsa-modal fsa-modal--large" role="dialog" aria-hidden="false">
<div class="fsa-modal__dialog">
<div class="fsa-modal__content">
<button class="fsa-modal__close" data-behavior="close-modal growl-show" aria-controls="demo-codepen-explore" title="Close Modal" aria-label="Close Modal" type="button"></button>
<h1 class="fsa-modal__title">About Boilerplate</h1>
<div class="fsa-grid">
<div class="fsa-grid__1 fsa-grid__8/12@l">
<p class="fsa-text--lead fsa-m-t--none">A generic, non-designed <strong>boilerplate starting point</strong> of the <a target="_blank" href="http://usda-fsa.github.io/fsa-design-system/">FPAC Design System</a>.</p>
<h2 class="fsa-text--h3">Interact with it:</h2>
<div class="fsa-grid">
<div class="fsa-grid__1 fsa-grid__1/2@m">
<ul class="fsa-list--bullet fsa-p-l--m">
<li>Toggle to <strong>Fullscreen</strong> switch.</li>
<li>View rendering across viewport sizes with <strong><a target="_blank" href="https://johnpolacek.github.io/Responsivator/?site=usda-fsa.github.io%2Ffsa-style%2Fboilerplate.html">Responsivator</a></strong> (but also, resize your browser).</li>
<li>Explore with <strong><a target="_blank" href="https://codepen.io/pen?template=WNQdJpp">CodePen</a></strong></li>
</ul>
</div>
<div class="fsa-grid__1 fsa-grid__1/2@m">
<ul class="fsa-list--bullet fsa-p-l--m">
<li>Click <strong>Brandon Christopher Reuben</strong> profile link.</li>
<li>Click <strong>Edit</strong> button.</li>
<li>Click an <strong>Inspection item</strong> (e.g. <em>"Inspection 06"</em>).</li>
<li>Click <strong>Delete</strong> button.</li>
<li>Click <strong>Assign</strong> button.</li>
</ul>
</div>
</div>
</div>
<div class="fsa-grid__1 fsa-grid__4/12@l">
<div class="fsa-bg--white fsa-radius--s fsa-border--xxs fsa-border-between-horizontal--xxs fsa-border--xxs fsa-m-b--m">
<a target="_blank" class="fsa-level fsa-level--justify-between fsa-p--xs fsa-link--underline-none fsa-bg:hover--secondary-100" href="https://usda-fsa.github.io/fsa-design-system/getting-started/">
<div class="fsa-level__item--align-top fsa-color--tertiary-300">
<svg class="fsa-icon fsa-icon--size-3" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <path d="M10 16.5l6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"> </path> </svg>
</div>
<div class="fsa-level__item--grow-auto">
Getting Started
</div>
<svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path> </svg>
</a>
<a target="_blank" class="fsa-level fsa-level--justify-between fsa-p--xs fsa-link--underline-none fsa-bg:hover--secondary-100" href="http://usda-fsa.github.io/fsa-design-system/">
<div class="fsa-level__item--align-top fsa-color--tertiary-300">
<svg class="fsa-icon fsa-icon--size-3" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"> </path> </svg>
</div>
<div class="fsa-level__item--grow-auto">
FPAC Design System<br>
<span class="fsa-color--tertiary-900 fsa-text-size--2">Documentation</span>
</div>
<svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path> </svg>
</a>
<a target="_blank" class="fsa-level fsa-level--justify-between fsa-p--xs fsa-link--underline-none fsa-bg:hover--secondary-100" href="http://usda-fsa.github.io/fsa-style/">
<div class="fsa-level__item--align-top fsa-color--tertiary-300">
<svg class="fsa-icon fsa-icon--size-3" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <path d="M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"></path> </svg>
</div>
<div class="fsa-level__item--grow-auto">
fsa-style<br>
<span class="fsa-color--tertiary-900 fsa-text-size--2">CSS Framework</span>
</div>
<svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path> </svg>
</a>
<a target="_blank" class="fsa-level fsa-level--justify-between fsa-p--xs fsa-link--underline-none fsa-bg:hover--secondary-100" href="https://www.figma.com/community/file/994660481391659106/USDA-%7C-FPAC-Design-System">
<div class="fsa-level__item--align-top fsa-color--tertiary-300">
<svg class="fsa-icon fsa-icon--size-3" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.9917 1.99167H12H15.0385C17.226 1.99167 19.0083 3.75716 19.0083 5.94608C19.0083 7.11825 18.4972 8.16899 17.6865 8.89222C18.4972 9.61546 19.0083 10.6662 19.0083 11.8384C19.0083 14.0273 17.226 15.7928 15.0385 15.7928H14.9615C14.2522 15.7928 13.5855 15.6071 13.0083 15.2816V15.7928V17.6922C13.0083 19.9107 11.1809 21.6849 8.98064 21.6849C6.8016 21.6849 4.9917 19.9278 4.9917 17.7305C4.9917 16.5584 5.50276 15.5077 6.31343 14.7844C5.50276 14.0612 4.9917 13.0105 4.9917 11.8384C4.9917 10.6661 5.50284 9.61537 6.31362 8.89213C5.50298 8.1689 4.99194 7.11821 4.99194 5.94611C4.99194 3.75719 6.77427 1.9917 8.96178 1.9917H10.9917V1.99167ZM10.9917 9.90059V13.7761H8.96154L8.94774 13.7761C7.87048 13.7687 7.00834 12.8991 7.00834 11.8384C7.00834 10.7731 7.87784 9.90059 8.96154 9.90059H10.9917ZM8.96154 15.7928L8.94774 15.7928C7.87048 15.8001 7.00834 16.6698 7.00834 17.7305C7.00834 18.7873 7.88848 19.6683 8.98064 19.6683C10.094 19.6683 10.9917 18.7702 10.9917 17.6922V15.7928H8.96154ZM10.9917 7.88389V4.00834H8.96178C7.87809 4.00834 7.00859 4.88087 7.00859 5.94611C7.00859 7.01137 7.87809 7.88389 8.96178 7.88389H10.9917ZM15.0385 7.88386H13.0085V4.00831H15.0385C16.1222 4.00831 16.9917 4.88084 16.9917 5.94608C16.9917 7.01133 16.1221 7.88386 15.0385 7.88386ZM13.0083 11.8384C13.0083 10.7731 13.8778 9.90059 14.9615 9.90059H15.0385C16.1222 9.90059 16.9917 10.7731 16.9917 11.8384C16.9917 12.9036 16.1221 13.7761 15.0385 13.7761H14.9615C13.8778 13.7761 13.0083 12.9036 13.0083 11.8384Z"></path> </svg>
</div>
<div class="fsa-level__item--grow-auto">
Figma UI Kit<br>
</div>
<svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path> </svg>
</a>
</div>
</div>
</div>
<p>
<button class="fsa-btn fsa-btn--primary" data-behavior="close-modal growl-show" aria-controls="demo-codepen-explore" aria-expanded="false">
<svg class="fsa-icon fsa-icon--size-2" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-1.91l-.01-.01L23 10z"/></svg>
Got it, show me the goods
</button>
</p>
</div>
</div>
</div>
<DIV HOTSPOT-OVERLAY></DIV>
// Items with class="hotspot" show where you can click to demonstrate behavior
// NOT Production use, purely for DEMO or prototyping purposes
body:active [HOTSPOT] {
outline-offset: -4px;
outline: 4px solid rgba(255, 69, 0, .6);
}
/*
* initialize Date Picker "Due Date" of "Inspection 06"
*/
datePickerController.createDatePicker({
formElements: { "date-picker-default": "%m/%d/%Y" },
});
/*
* crude demo of Progress bar loading page.
* Using setTimeout() to demonstrate removing once page fully loaded
* NOT a Production-quality screen
*/
setTimeout(function() {
var boilerplateLoading = document.getElementById('demo-boilerplate-loading');
boilerplateLoading.parentNode.removeChild(boilerplateLoading);
},6666);
bind
.
Also see: Tab Triggers