/* SASS Document */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, .button, .addNew,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button, .button, .addNew {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, .button, .addNew,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, .button, .addNew,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], [disabled].button, [disabled].addNew,
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, .button::-moz-focus-inner, .addNew::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.btn, .button, input[type="button"],
button,
.addNew, input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #477dca;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .btn:hover, .btn:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus,
  button:hover,
  .addNew:hover,
  button:focus,
  .addNew:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #2c5999;
    color: #fff; }
  .btn:disabled, .button:disabled, input[type="button"]:disabled,
  button:disabled,
  .addNew:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn.outline, .button.outline, input[type="button"].outline,
  button.outline,
  .outline.addNew, input[type="submit"].outline {
    background-color: #fff;
    color: #477dca;
    border: 1px solid #477dca; }
  .btn.icon, .button.icon, input[type="button"].icon,
  button.icon,
  .icon.addNew, input[type="submit"].icon {
    background-color: #fff;
    color: #477dca;
    padding: .5em 1em;
    border: 1px solid #477dca; }

fieldset {
  border: none;
  margin: 0 0;
  padding: .5em 1em; }

input,
label,
select {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  max-width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled,
  textarea:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover,
    textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color'].inline, [type='date'].inline, [type='datetime'].inline, [type='datetime-local'].inline, [type='email'].inline, [type='month'].inline, [type='number'].inline, [type='password'].inline, [type='search'].inline, [type='tel'].inline, [type='text'].inline, [type='time'].inline, [type='url'].inline, [type='week'].inline, input:not([type]).inline, textarea.inline,
  select[multiple=multiple].inline,
  textarea.inline {
    margin: 0;
    display: inline; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  text-transform: uppercase; }

textarea {
  resize: vertical;
  text-transform: none; }

input[name="username"], input[name="password"], input[name="email"] {
  text-transform: none; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
  padding: .5rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  color: #777; }

.form-row {
  display: flex;
  justify-content: flex-start; }
  .form-row .form-field-wrap {
    width: 100%;
    padding-right: 1rem; }
    .form-row .form-field-wrap.one-half {
      width: 50%; }
    .form-row .form-field-wrap.one-third {
      width: 33%; }
    .form-row .form-field-wrap:last-child {
      padding-right: 0; }
    .form-row .form-field-wrap input, .form-row .form-field-wrap select, .form-row .form-field-wrap textarea {
      width: 100%; }
    .form-row .form-field-wrap input[type="checkbox"] {
      width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 4px; }
  td.error {
    color: #ff0000; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }
  a.icon {
    font-size: 1.3rem; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

.accordion-tabs-minimal {
  background-color: #f9f9f9;
  line-height: 1.5;
  padding: 0; }
  .accordion-tabs-minimal::after {
    clear: both;
    content: "";
    display: block; }
  .accordion-tabs-minimal .tab-header-and-content {
    list-style: none; }
    @media screen and (min-width: 65em) {
      .accordion-tabs-minimal .tab-header-and-content {
        display: inline; } }
  .accordion-tabs-minimal .tab-link {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    color: #333;
    display: block;
    padding: 0.75em 15px;
    text-decoration: none; }
    @media screen and (min-width: 65em) {
      .accordion-tabs-minimal .tab-link {
        border-top: 0;
        display: inline-block; } }
    .accordion-tabs-minimal .tab-link:not(.disabled):hover {
      color: #477dca; }
    .accordion-tabs-minimal .tab-link:not(.disabled):focus {
      outline: none; }
    .accordion-tabs-minimal .tab-link.is-active {
      border-bottom: 0;
      background-color: #fff;
      font-weight: 600; }
      @media screen and (min-width: 65em) {
        .accordion-tabs-minimal .tab-link.is-active {
          border: 1px solid #ddd;
          border-bottom-color: #fff;
          margin-bottom: -1px; } }
    .accordion-tabs-minimal .tab-link.complete:before {
      font-family: 'FontAwesome';
      content: '\f05d';
      margin-right: 4px; }
  .accordion-tabs-minimal .tab-content {
    background-color: #fff;
    display: none;
    padding: 1.5em 30px;
    width: 100%; }
    @media screen and (min-width: 65em) {
      .accordion-tabs-minimal .tab-content {
        border-top: 1px solid #ddd;
        float: left; } }
* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  position: relative; }

.small {
  font-size: .7em; }

p {
  margin: 12px 0; }

textarea {
  width: 100%; }

em {
  font-size: .7em;
  color: #666; }

a img {
  border: 0;
  outline: none; }

.content-section {
  margin-top: 3rem; }

a.bg-sky, span.bg-sky {
  background: #9AC2E6; }

a.bg-red, span.bg-red {
  background: #db1d34;
  color: #fff; }

a.bg-brown, span.bg-brown {
  background: #806001;
  color: #fff; }

a.bg-purple, span.bg-purple {
  background: #A364D1;
  color: #fff; }

a.bg-yellow, span.bg-yellow {
  background: #FEFF00; }

a.bg-black, span.bg-black {
  background: #222;
  color: #fff; }

a.bg-pink, span.bg-pink {
  background: #ED75AE; }

a.bg-blue, span.bg-blue {
  background: #0370C0;
  color: #fff; }

a.bg-white, span.bg-white {
  background: #fff; }

a.bg-gray, span.bg-gray {
  background: #BFBFBF; }

a.bg-orange, span.bg-orange {
  background: #FF9A00; }

a.bg-green, span.bg-green {
  background: #00AF50; }

.nowrap {
  white-space: nowrap; }

section {
  overflow: hidden; }

section .two-thirds {
  width: 66.667%;
  float: left; }

section .one-third {
  width: 33.333%;
  float: left; }

section .half {
  width: 50%;
  float: left; }

section .three-fourths {
  width: 75%;
  float: left; }

section .one-fourth {
  width: 25%;
  float: left; }

.small {
  font-size: .8em; }

.text-right {
  text-align: right; }

.fa:before {
  padding-right: 4px; }

.container {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden; }

#wrapper {
  min-height: 100%;
  margin: 0px auto 0;
  width: 100%;
  position: relative; }

#header {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 36px;
  /*padding-top: 24px;*/
  overflow: hidden; }

#header h1 {
  height: 100px;
  width: 130px;
  margin: 6px 0 0;
  padding: 0; }

#header h1.logo a {
  display: block;
  height: 100px;
  width: 130px;
  text-indent: -9999px;
  background: transparent url("../images/site_logo.png") no-repeat center center;
  background-size: contain;
  padding: 12px 0; }

#header h1.title {
  float: left;
  margin-left: 36px;
  margin-top: 12px;
  color: #666699; }

#header_login {
  position: absolute;
  top: 0;
  right: 0;
  background: #eee;
  padding: 6px 12px;
  font-size: .8em;
  color: #999;
  text-align: right; }
  #header_login p {
    margin: 0; }

#header_login a {
  text-decoration: none;
  color: #265BE8;
  display: block; }

#header_login a:hover {
  text-decoration: underline;
  color: #666699; }

#header h2.portal_title {
  float: right;
  clear: right; }

#nav {
  clear: both;
  background: #e9e9e9;
  position: relative;
  min-height: 1.5rem;
  padding: 1rem 0; }
  #nav .container {
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
    @media screen and (min-width: 1025px) {
      #nav .container {
        display: block; } }
  #nav .nav-toggle {
    padding-right: 1rem;
    font-size: 1.5rem; }
    @media screen and (min-width: 1025px) {
      #nav .nav-toggle {
        display: none; } }
#nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  width: 100%; }
  #nav ul.open {
    display: block; }
  @media screen and (min-width: 1025px) {
    #nav ul {
      display: inline;
      width: auto; } }
#nav ul li {
  display: block;
  text-align: right;
  padding: 12px 0;
  border-right: 2px solid #fff;
  color: #022FA6;
  position: relative; }
  @media screen and (min-width: 1025px) {
    #nav ul li {
      display: inline-block;
      text-align: center; } }
  #nav ul li:last-child {
    border-right: none; }

#nav ul li a {
  font-size: .9em;
  text-decoration: none;
  display: block;
  padding: 0 16px; }

#nav li ul {
  display: block;
  visibility: hidden;
  position: relative;
  max-height: 0;
  background: #ccc;
  z-index: 999; }
  @media screen and (min-width: 1025px) {
    #nav li ul {
      position: absolute;
      top: 45px;
      left: -4px; } }
#nav li ul li:hover {
  background: transparent;
  background-color: #999; }

#nav li ul li {
  display: block;
  border-right: none;
  padding: 12px; }

#nav li ul li a {
  font-size: 16px;
  padding: 0 6px;
  white-space: nowrap;
  display: block; }

#nav li:hover ul {
  visibility: visible;
  max-height: 999px; }

#content {
  width: 90%;
  max-width: 1260px;
  clear: left;
  margin: 24px auto;
  color: #333;
  padding: 0 12px; }

#content #main .message {
  background-color: #FFFFAA;
  width: 100%; }
  #content #main .message.success {
    background-color: #BBFFAA; }

#content #main .message p {
  width: 80%;
  margin: 12px 0 12px 12px;
  padding: 12px 0; }

#content #main h2 {
  position: relative;
  z-index: -1; }

table {
  border-collapse: collapse;
  font-size: .8em; }

table, table.auto {
  table-layout: auto; }

td, th {
  /*border-left: 1px solid #aaa;
	//border-right: 1px solid #aaa;*/ }

th {
  background-color: #ccc;
  padding: 8px 4px;
  white-space: nowrap;
  font-size: .7rem; }

th a {
  text-decoration: none; }

th a:hover {
  text-decoration: underline; }

th.sort_DESC {
  background: #ccc url(../images/sort_DESC.png) no-repeat 90% center; }

th.sort_ASC {
  background: #ccc url(../images/sort_ASC.png) no-repeat 90% center; }

td:first-child {
  padding-left: 4px; }

td.edit, td.delete, td.remove, td.view, td.add, td.assign, td.enterResults, td.shipped, td.ship, td.icon {
  width: 30px;
  text-align: center;
  color: #477dca; }
  td.edit a, td.delete a, td.remove a, td.view a, td.add a, td.assign a, td.enterResults a, td.shipped a, td.ship a, td.icon a {
    text-align: center; }
  td.edit i.fa:before, td.delete i.fa:before, td.remove i.fa:before, td.view i.fa:before, td.add i.fa:before, td.assign i.fa:before, td.enterResults i.fa:before, td.shipped i.fa:before, td.ship i.fa:before, td.icon i.fa:before {
    padding: 0; }
  td.edit i.fa.attn, td.delete i.fa.attn, td.remove i.fa.attn, td.view i.fa.attn, td.add i.fa.attn, td.assign i.fa.attn, td.enterResults i.fa.attn, td.shipped i.fa.attn, td.ship i.fa.attn, td.icon i.fa.attn {
    color: #4EDE4E; }

td.sizeOption, td.typeOption, td.center, th.sizeOption, th.typeOption, th.center {
  text-align: center; }

td.right, th.right {
  text-align: right; }

table a i.fa {
  font-size: 1.2em; }

div#components, div#locations, div#contacts, div#jobs, div#customers, div#assets {
  clear: both;
  width: 100%; }

div#contacts, div#assets {
  margin-top: 16px; }

#components table, #jobs table, #contacts table, #locations table, #jobs table, #customers table, #assets table {
  clear: both;
  width: 100%;
  margin-bottom: 8px;
  overflow-x: scroll; }

#ut_spec_form {
  width: 50% !important; }

#ut_spec_form th, #ut_spec_form td {
  padding: 8px 16px; }

#ut_spec_form input[type="text"] {
  font-size: 1em; }

td input {
  padding: .5em 1em; }

.info-header {
  padding: 1em;
  background: #ccc;
  margin-bottom: 1em; }

div.component {
  width: 100%;
  background-color: #eee;
  color: #333;
  border: 1px solid #A6B6CC;
  padding: 3px 0;
  margin: 12px;
  overflow: hidden; }

div.component_type {
  width: 600px;
  margin: 7px 0 0 12px;
  font-weight: bold;
  color: #777;
  float: left; }

div.component_image {
  width: 180px;
  height: 200px;
  background-color: #f9f9f9;
  text-align: center; }

div.component_image img {
  height: 140px;
  max-width: 180px;
  margin: 30px 0; }

div.component_action {
  /*width: 356px;*/
  float: right; }

div.component_action a {
  display: block;
  float: left;
  width: 100px;
  padding: 6px;
  margin: 0;
  text-decoration: none;
  background-color: #477dca;
  color: #f9f9f9;
  text-align: center;
  font-weight: bold; }

div.component_action div.view_all {
  width: 100px;
  margin: 0 6px 0 0;
  float: left; }

/*div.view_all a {
	width: 100px;
}*/
div.add {
  width: 100px;
  float: left;
  margin: 0 6px 0 0; }

div.component_action a:hover {
  background-color: #2c5999; }

.actionButton {
  height: 18px;
  width: 18px; }

.hovermenu {
  position: absolute;
  top: 0;
  right: 100%;
  width: 120px;
  display: none;
  background: #fff; }

.hovermenu ul {
  list-style-type: none;
  padding-left: 4px;
  border: 1px solid #e9e9e9;
  background: #ddd;
  min-height: 2.5rem; }

.hovermenu ul li a {
  font-size: .8em;
  padding: 6px 0; }

.has-sub:hover > .hovermenu {
  display: block; }

div#main form {
  width: 100%;
  padding: 24px;
  background-color: #f9f9f9;
  margin-bottom: 24px; }
  div#main form.transparent {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0; }
  div#main form.mini {
    padding: 0;
    margin: 0;
    background-color: transparent; }

form.assetSearch {
  width: 40% !important;
  float: left;
  margin-right: 12px; }

form.addOption label {
  font-weight: bold;
  padding-bottom: 6px;
  display: block;
  width: 190px;
  float: left;
  text-align: right;
  margin-right: 6px; }

form fieldset {
  border: 0px;
  margin-left: 0;
  padding-left: 0; }

form input[type="submit"] {
  margin: 12px 0; }

form span.radio_label {
  margin-left: 6px; }

form p.connSize, p.connType, p.pressureRating, p.manufacturer, p.customer, p.contacts, p.boreSize, p.length {
  /*position: relative;*/ }

select#customer, select#contacts, select#location {
  min-width: 200px; }

span.form-field-notes {
  font-size: .7em; }

.addOption_popup {
  position: fixed;
  right: 40%;
  top: 40%;
  width: 338px; }

.viewNotes_popup {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 36px;
  position: fixed;
  right: 40%;
  top: 40%; }

a#closer {
  position: absolute;
  top: -5px;
  left: -15px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  display: block;
  background: transparent url(../images/icons/close.png) no-repeat top right;
  outline: none; }

.addOption_popup form {
  width: 300px !important;
  margin: 0 !important;
  padding: 18px !important;
  border: 1px solid #FFD455 !important;
  background-color: #ccc !important; }

div.allExisting {
  margin: 12px 0;
  width: 50%;
  background-color: #eee;
  padding: 24px;
  border: 1px solid #0D0D8C; }

.allExisting table {
  width: 100%;
  padding: 24px; }

a.addOption, a.addLocation, a.addCustomer, a.addContact {
  display: block;
  font-size: .7em;
  text-decoration: none;
  color: #999;
  margin-top: 6px;
  width: 50px;
  position: relative;
  top: -1rem; }

a.addOption:hover {
  color: #ff0000; }

div.addNew {
  clear: both;
  height: 40px; }

.button, .addNew {
  margin-right: 2px; }
  .button.full, .addNew.full {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 2px; }

a.addNew:hover, button:hover, .addNew:hover, .button:hover {
  background-color: #1D44AD; }

#locations a.addNew, #jobs a.addNew, #optionSuccess a.addNew {
  clear: none; }

div.pagination {
  display: flex;
  justify-content: flex-end;
  margin: 4px 0; }
  div.pagination p {
    margin: 0; }

.pagination span {
  padding: 0 4px; }

ul.pagination li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
  display: inline; }

ul.pagination a {
  border: solid 1px #aaa;
  margin-right: 2px; }

/*ul.pagination .previous,
	ul.pagination .next{
	border:solid 1px #DEDEDE
	color:#888888
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}*/
ul.pagination .next a,
ul.pagination .previous a {
  color: #7C93B4;
  font-weight: bold; }

ul.pagination .active {
  color: #f9f9f9;
  font-weight: bold;
  display: block;
  float: left;
  padding: 3px 6px;
  background-color: #FFD455;
  border: 1px solid #aaa;
  margin-right: 2px; }

ul.pagination a:link,
ul.pagination a:visited {
  color: #7C93B4;
  display: block;
  float: left;
  padding: 3px 6px;
  text-decoration: none; }

ul.pagination a:hover {
  border: solid 1px #666666; }

.push {
  height: 100px;
  width: 100%;
  clear: both; }

#footer {
  clear: both;
  background-color: #ddd;
  min-height: 40px;
  width: 100%;
  padding: 12px; }

#footer #footernav {
  width: 100%;
  margin: 0 auto; }

#footernav ul {
  list-style: none;
  height: 100%;
  margin: 0;
  padding: 0; }

#footernav ul li {
  display: block;
  padding-right: 24px; }
  @media screen and (min-width: 1025px) {
    #footernav ul li {
      display: inline-block; } }
#footernav ul a {
  color: #999;
  text-decoration: none; }

#footernav ul a:hover {
  color: #666; }

div #currentInfo {
  width: 200px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #aaa;
  border-top: 0px solid #aaa;
  border-radius: 10px;
  moz-border-radius: 10px;
  background-color: #f9f9f9;
  position: fixed;
  top: -10px;
  left: 50%;
  padding: 12px;
  font-size: .9em; }

div#currentJobInfo p {
  font-size: .8em;
  margin: 6px 0; }

div.testInputs {
  padding-right: 12px;
  float: left; }
  div.testInputs input, div.testInputs select, div.testInputs textarea {
    margin-left: 2px; }
  div.testInputs textarea {
    width: 75%; }

p.testInputs {
  clear: left;
  padding-top: 12px;
  margin-bottom: 6px;
  font-weight: bold; }

div#UTtestInput {
  clear: left;
  width: 540px;
  padding-top: 0px; }

input.UTtestInput {
  width: 42px;
  height: 30px;
  float: left;
  margin-right: 12px;
  margin-top: 6px;
  text-align: right;
  font-size: .7em; }

input.HardnessTestInput {
  width: 6rem;
  height: 30px;
  float: left;
  margin-right: 12px;
  margin-top: 6px;
  text-align: right;
  font-size: .7em; }

span.inline-input-wrap {
  float: left;
  white-space: nowrap; }

span.UTinputLabel {
  float: left;
  width: 24px;
  height: 29px;
  margin-top: 6px;
  text-align: center;
  padding: 3px 2px;
  background-color: #555;
  color: #fff;
  font-size: .8em;
  font-weight: bold;
  border-radius: 3px 0 0 3px; }

#UTtestInputs {
  overflow: hidden; }

#UTtestInputs .inline-input-wrap:nth-of-type(6n + 1) {
  clear: left; }

span.UTinputLabel.outofspec {
  background-color: #ff3300; }

span.FAIL {
  color: #ff0000;
  font-weight: bold; }

a.month {
  clear: left;
  text-align: left;
  min-width: 240px; }

a.month:hover {
  color: #d9d9d9; }

span.count {
  float: right;
  color: #f9f9f9;
  background-color: #ff0000;
  font-size: .8em;
  padding: 4px 6px;
  border-radius: 2px;
  margin: 0 6px;
  text-align: center; }

.filter a.curlink {
  color: #222;
  text-decoration: none; }

.barcode {
  text-align: right; }
  .barcode .button {
    text-align: left; }

.flex {
  display: flex;
  flex-direction: row; }
  .flex .col.w-1\/2 {
    width: 50%;
    padding: 0 12px; }

.bg-smoke {
  background: #f9f9f9; }
/*# sourceMappingURL=admin.css.map */