@charset "UTF-8";
/*!
 * CSS for website
 * @author: [name] [(email/web site)]
 */
/*! normalize.css v3.0.0 | 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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0; }

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  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+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
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,
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],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-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"] {
  -moz-box-sizing: border-box;
       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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 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.
 * 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.
 */
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; }

/**
 * CSS Helpers
 */
/*
 * Margin and padding helpers
 */
.mb-0 {
  margin-bottom: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

/*
 * Floats
 */
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

/*
 * Max-Width 100% and height auto for RWD
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/**
 * Print styles.
 * Inlined to avoid required HTTP connection: h5bp.com/r
 */
@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid;
    color: black;
    display: block !important;
    overflow: visible !important;
    height: auto !important; }
  .container-main-content {
    display: block !important;
    overflow: visible !important;
    height: auto !important; }
  html, body {
    overflow: visible; } }

/**
 * Project SASS Mixins
 */
.row, .form-row, .system-search-results .search-sum-row, .search-results-product .search-prod-model-container, .search-results-product .search-prod-model-row, #qs-main-container .body-header, #qs-main-container .load-container .mnu-item, #qs-main-container .summary-body .summary-head, .qs-grid .qs-grid-row, .qs-form-footer, #nav-main ul, #drawer-nav ul, .hdr-bar [title], #hdr-nav ul, .select-opts, #nav-admin ul, #dd-saved-systems ul {
  margin: 0; }

.row, .form-row, .system-search-results .search-sum-row, .search-results-product .search-prod-model-container, .search-results-product .search-prod-model-row, #qs-main-container .body-header, #qs-main-container .load-container .mnu-item, #qs-main-container .summary-body .summary-head, .qs-grid .qs-grid-row, .qs-form-footer {
  padding: 0; }

.tab {
  display: none; }

#drawer-nav a i, .hdr-bar [drawer-nav-trigger], .hdr-bar [title], #hdr-nav li, .btn, .alert-button, .btn i, .alert-button i, input[type=checkbox] + label,
input[type=radio] + label, input[type=checkbox][switch] + label .switch-toggle, input[type=checkbox][switch] + label .switch-toggle:after, input[type=radio] + label:before, .select-opt.active:before, .tab-links li, #nav-admin a {
  display: inline-block; }

#drawer-nav a, #hdr-nav a, .select-opt, input[type=range], .tab-links a, .tab.active {
  display: block; }

#container-drawer-overlay, .hdr-bar:after, input[type=text][class*="input-icon"] ~ i,
input[type=password][class*="input-icon"] ~ i,
input[type=email][class*="input-icon"] ~ i,
input[type=url][class*="input-icon"] ~ i,
input[type=time][class*="input-icon"] ~ i,
input[type=date][class*="input-icon"] ~ i,
input[type=datetime-local][class*="input-icon"] ~ i,
input[type=tel][class*="input-icon"] ~ i,
input[type=number][class*="input-icon"] ~ i,
input[type=search][class*="input-icon"] ~ i,
textarea[class*="input-icon"] ~ i,
select[class*="input-icon"] ~ i, input[type=checkbox],
input[type=radio], input[type=checkbox] + label:before, input[type=checkbox] + label:after,
input[type=radio] + label:before,
input[type=radio] + label:after, input[type=checkbox][switch] + label .switch-toggle:after, .input-field label, .input-field .error-label, .select-opts, #select-pg-overlay, #alert-overlay, .modal-close {
  position: absolute; }

.container, .container-main, .container-main-content, .hdr-bar, input[type=checkbox] + label,
input[type=radio] + label, input[type=checkbox][switch] + label .switch-toggle, .input-field, input[type=range], .view-only-hdr-bar {
  position: relative; }

.container-drawer, .btn[fab][fixed], [fab][fixed].alert-button, .btn[fab-with-lbl][fixed], [fab-with-lbl][fixed].alert-button, #alert, .toast, .modal, .overlay, .modal-overlay {
  position: fixed; }

#hdr-nav, input[type=range] + .range-label {
  float: right; }

.grid-row-hdr {
  text-decoration: underline; }

#drawer-nav a, .btn, .alert-button, .select-opt, .tab-links a, #nav-admin a {
  text-decoration: none; }

.text-left, .search-results-product .search-prod-model-head, .search-results-product .search-prod-model-row, .toast, .project-grid-row-info, .load-grid-row {
  text-align: left; }

.text-center, .search-results-product .search-prod-name, .btn, .alert-button, .btn i, .alert-button i, .tab-links a, .grid-hdr, .grid-row, .sg-element, .system-grid-row-info, .system-grid-row-info-header {
  text-align: center; }

.text-right, .input-field .error-label, #alert-buttons {
  text-align: right; }

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

.text-uppercase, .tab-links a {
  text-transform: uppercase; }

#nav-main ul, #drawer-nav ul, #hdr-nav ul, .select-opts, .tab-links, #nav-admin ul, #dd-saved-systems ul {
  list-style: none; }

@media (min-width: 1024px) {
  .mbl-only {
    display: none !important; } }

@media (max-width: 768px) {
  .no-mbl {
    display: none !important; } }

.clearfix::before, .grid-row::before, .project-grid-container.view-only::before, .project-grid-row::before, .system-search-results::before, .grid-row-edit-mode::before, .container-main-content::before, #qs-main-container::before, #qs-main-container .load-body::before, #qs-main-container .summary-body::before, .load-setup-form::before, .qs-form-header::before, .qsintro-slides::before,
.row::before,
.form-row::before,
.system-search-results .search-sum-row::before,
.search-results-product .search-prod-model-container::before,
.search-results-product .search-prod-model-row::before,
#qs-main-container .body-header::before,
#qs-main-container .load-container .mnu-item::before,
#qs-main-container .summary-body .summary-head::before,
.qs-grid .qs-grid-row::before,
.qs-form-footer::before {
  content: "";
  display: table; }

.clearfix:after, .grid-row:after, .project-grid-container.view-only:after, .project-grid-row:after, .system-search-results:after, .grid-row-edit-mode:after, .container-main-content:after, #qs-main-container:after, #qs-main-container .load-body:after, #qs-main-container .summary-body:after, .load-setup-form:after, .qs-form-header:after, .qsintro-slides:after,
.row:after,
.form-row:after,
.system-search-results .search-sum-row:after,
.search-results-product .search-prod-model-container:after,
.search-results-product .search-prod-model-row:after,
#qs-main-container .body-header:after,
#qs-main-container .load-container .mnu-item:after,
#qs-main-container .summary-body .summary-head:after,
.qs-grid .qs-grid-row:after,
.qs-form-footer:after {
  clear: both;
  content: "";
  display: table; }

/**
 * Typography styles
 * Fonts, type helpers, headers, body text, lists, and other typography helpers
 */
.text-xlarge {
  font-size: 1.4em; }

.text-larger {
  font-size: 1.25em; }

.text-large {
  font-size: 1.1em; }

.text-small {
  font-size: .9em; }

.text-smaller {
  font-size: .75em; }

.text-xsmall {
  font-size: .6em; }

.black {
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 0;
  text-rendering: optimizelegibility; }

h3 {
  color: #002444; }

p {
  margin: 0 0 11px; }

ul, ol {
  padding: 0;
  margin: 0 0 11px 25px; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 22px; }

a {
  color: #002444; }
  a:hover {
    color: black; }

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html {
  font-size: 16px;
  line-height: 22px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow: hidden;
  height: 100%;
  width: 100%; }

body {
  background: rgba(128, 128, 128, 0.05);
  color: #2d2d2d;
  font-family: Noto sans, sans-serif;
  text-align: left;
  height: 100%;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

::-moz-selection {
  background: #b3d4fc;
  color: #fff; }

::selection {
  background: #b3d4fc;
  color: #fff; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.span-1 {
  width: 6.7796610169%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-1 {
  padding-left: 8.4745762712%; }

.suffix-1 {
  padding-right: 8.4745762712%; }

.span-2 {
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-2 {
  padding-left: 16.9491525424%; }

.suffix-2 {
  padding-right: 16.9491525424%; }

.span-3 {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-3 {
  padding-left: 25.4237288136%; }

.suffix-3 {
  padding-right: 25.4237288136%; }

.span-4 {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-4 {
  padding-left: 33.8983050847%; }

.suffix-4 {
  padding-right: 33.8983050847%; }

.span-5 {
  width: 40.6779661017%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-5 {
  padding-left: 42.3728813559%; }

.suffix-5 {
  padding-right: 42.3728813559%; }

.span-6 {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-6 {
  padding-left: 50.8474576271%; }

.suffix-6 {
  padding-right: 50.8474576271%; }

.span-7 {
  width: 57.6271186441%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-7 {
  padding-left: 59.3220338983%; }

.suffix-7 {
  padding-right: 59.3220338983%; }

.span-8 {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-8 {
  padding-left: 67.7966101695%; }

.suffix-8 {
  padding-right: 67.7966101695%; }

.span-9 {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-9 {
  padding-left: 76.2711864407%; }

.suffix-9 {
  padding-right: 76.2711864407%; }

.span-10 {
  width: 83.0508474576%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-10 {
  padding-left: 84.7457627119%; }

.suffix-10 {
  padding-right: 84.7457627119%; }

.span-11 {
  width: 91.5254237288%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-11 {
  padding-left: 93.2203389831%; }

.suffix-11 {
  padding-right: 93.2203389831%; }

.span-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.pre-12 {
  padding-left: 101.694915254%; }

.suffix-12 {
  padding-right: 101.694915254%; }

.span-first {
  margin-left: 0;
  padding-left: 0; }

.span-last {
  float: right;
  margin-right: 0;
  padding-right: 0; }

.row, .form-row, .system-search-results .search-sum-row, .search-results-product .search-prod-model-container, .search-results-product .search-prod-model-row, #qs-main-container .body-header, #qs-main-container .load-container .mnu-item, #qs-main-container .summary-body .summary-head, .qs-grid .qs-grid-row, .qs-form-footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .row:after, .form-row:after, .system-search-results .search-sum-row:after, .search-results-product .search-prod-model-container:after, .search-results-product .search-prod-model-row:after, #qs-main-container .body-header:after, #qs-main-container .load-container .mnu-item:after, #qs-main-container .summary-body .summary-head:after, .qs-grid .qs-grid-row:after, .qs-form-footer:after {
    content: " ";
    display: block;
    clear: both; }
  .row-project {
    margin: 25px 0; }

.row-cols-1 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }
  .row-cols-1 .col:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row .col-1, .form-row .col-1, .system-search-results .search-sum-row .col-1, .search-results-product .search-prod-model-container .col-1, .search-results-product .search-prod-model-row .col-1, #qs-main-container .body-header .col-1, #qs-main-container .load-container .mnu-item .col-1, #qs-main-container .summary-body .summary-head .col-1, .qs-grid .qs-grid-row .col-1, .qs-form-footer .col-1 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 6.7796610169%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row .col-1:not(:first-child):last-child, .form-row .col-1:not(:first-child):last-child, .system-search-results .search-sum-row .col-1:not(:first-child):last-child, .search-results-product .search-prod-model-container .col-1:not(:first-child):last-child, .search-results-product .search-prod-model-row .col-1:not(:first-child):last-child, #qs-main-container .body-header .col-1:not(:first-child):last-child, #qs-main-container .load-container .mnu-item .col-1:not(:first-child):last-child, #qs-main-container .summary-body .summary-head .col-1:not(:first-child):last-child, .qs-grid .qs-grid-row .col-1:not(:first-child):last-child, .qs-form-footer .col-1:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row-cols-2 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row-cols-2 .col:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row .col-2, .form-row .col-2, .system-search-results .search-sum-row .col-2, .search-results-product .search-prod-model-container .col-2, .search-results-product .search-prod-model-row .col-2, #qs-main-container .body-header .col-2, #qs-main-container .load-container .mnu-item .col-2, #qs-main-container .summary-body .summary-head .col-2, .qs-grid .qs-grid-row .col-2, .qs-form-footer .col-2 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row .col-2:not(:first-child):last-child, .form-row .col-2:not(:first-child):last-child, .system-search-results .search-sum-row .col-2:not(:first-child):last-child, .search-results-product .search-prod-model-container .col-2:not(:first-child):last-child, .search-results-product .search-prod-model-row .col-2:not(:first-child):last-child, #qs-main-container .body-header .col-2:not(:first-child):last-child, #qs-main-container .load-container .mnu-item .col-2:not(:first-child):last-child, #qs-main-container .summary-body .summary-head .col-2:not(:first-child):last-child, .qs-grid .qs-grid-row .col-2:not(:first-child):last-child, .qs-form-footer .col-2:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row-cols-3 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row-cols-3 .col:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row .col-3, .form-row .col-3, .system-search-results .search-sum-row .col-3, .search-results-product .search-prod-model-container .col-3, .search-results-product .search-prod-model-row .col-3, #qs-main-container .body-header .col-3, #qs-main-container .load-container .mnu-item .col-3, #qs-main-container .summary-body .summary-head .col-3, .qs-grid .qs-grid-row .col-3, .qs-form-footer .col-3 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row .col-3:not(:first-child):last-child, .form-row .col-3:not(:first-child):last-child, .system-search-results .search-sum-row .col-3:not(:first-child):last-child, .search-results-product .search-prod-model-container .col-3:not(:first-child):last-child, .search-results-product .search-prod-model-row .col-3:not(:first-child):last-child, #qs-main-container .body-header .col-3:not(:first-child):last-child, #qs-main-container .load-container .mnu-item .col-3:not(:first-child):last-child, #qs-main-container .summary-body .summary-head .col-3:not(:first-child):last-child, .qs-grid .qs-grid-row .col-3:not(:first-child):last-child, .qs-form-footer .col-3:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row-cols-4 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row-cols-4 .col:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row .col-4, .form-row .col-4, .system-search-results .search-sum-row .col-4, .search-results-product .search-prod-model-container .col-4, .search-results-product .search-prod-model-row .col-4, #qs-main-container .body-header .col-4, #qs-main-container .load-container .mnu-item .col-4, #qs-main-container .summary-body .summary-head .col-4, .qs-grid .qs-grid-row .col-4, .qs-form-footer .col-4 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row .col-4:not(:first-child):last-child, .form-row .col-4:not(:first-child):last-child, .system-search-results .search-sum-row .col-4:not(:first-child):last-child, .search-results-product .search-prod-model-container .col-4:not(:first-child):last-child, .search-results-product .search-prod-model-row .col-4:not(:first-child):last-child, #qs-main-container .body-header .col-4:not(:first-child):last-child, #qs-main-container .load-container .mnu-item .col-4:not(:first-child):last-child, #qs-main-container .summary-body .summary-head .col-4:not(:first-child):last-child, .qs-grid .qs-grid-row .col-4:not(:first-child):last-child, .qs-form-footer .col-4:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row-cols-5 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 18.6440677966%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row-cols-5 .col:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row .col-5, .form-row .col-5, .system-search-results .search-sum-row .col-5, .search-results-product .search-prod-model-container .col-5, .search-results-product .search-prod-model-row .col-5, #qs-main-container .body-header .col-5, #qs-main-container .load-container .mnu-item .col-5, #qs-main-container .summary-body .summary-head .col-5, .qs-grid .qs-grid-row .col-5, .qs-form-footer .col-5 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 40.6779661017%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row .col-5:not(:first-child):last-child, .form-row .col-5:not(:first-child):last-child, .system-search-results .search-sum-row .col-5:not(:first-child):last-child, .search-results-product .search-prod-model-container .col-5:not(:first-child):last-child, .search-results-product .search-prod-model-row .col-5:not(:first-child):last-child, #qs-main-container .body-header .col-5:not(:first-child):last-child, #qs-main-container .load-container .mnu-item .col-5:not(:first-child):last-child, #qs-main-container .summary-body .summary-head .col-5:not(:first-child):last-child, .qs-grid .qs-grid-row .col-5:not(:first-child):last-child, .qs-form-footer .col-5:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row-cols-6 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row-cols-6 .col:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row .col-6, .form-row .col-6, .system-search-results .search-sum-row .col-6, .search-results-product .search-prod-model-container .col-6, .search-results-product .search-prod-model-row .col-6, #qs-main-container .body-header .col-6, #qs-main-container .load-container .mnu-item .col-6, #qs-main-container .summary-body .summary-head .col-6, .qs-grid .qs-grid-row .col-6, .qs-form-footer .col-6 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row .col-6:not(:first-child):last-child, .form-row .col-6:not(:first-child):last-child, .system-search-results .search-sum-row .col-6:not(:first-child):last-child, .search-results-product .search-prod-model-container .col-6:not(:first-child):last-child, .search-results-product .search-prod-model-row .col-6:not(:first-child):last-child, #qs-main-container .body-header .col-6:not(:first-child):last-child, #qs-main-container .load-container .mnu-item .col-6:not(:first-child):last-child, #qs-main-container .summary-body .summary-head .col-6:not(:first-child):last-child, .qs-grid .qs-grid-row .col-6:not(:first-child):last-child, .qs-form-footer .col-6:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row-cols-7 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 12.8329297821%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row-cols-7 .col:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row .col-7, .form-row .col-7, .system-search-results .search-sum-row .col-7, .search-results-product .search-prod-model-container .col-7, .search-results-product .search-prod-model-row .col-7, #qs-main-container .body-header .col-7, #qs-main-container .load-container .mnu-item .col-7, #qs-main-container .summary-body .summary-head .col-7, .qs-grid .qs-grid-row .col-7, .qs-form-footer .col-7 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 57.6271186441%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row .col-7:not(:first-child):last-child, .form-row .col-7:not(:first-child):last-child, .system-search-results .search-sum-row .col-7:not(:first-child):last-child, .search-results-product .search-prod-model-container .col-7:not(:first-child):last-child, .search-results-product .search-prod-model-row .col-7:not(:first-child):last-child, #qs-main-container .body-header .col-7:not(:first-child):last-child, #qs-main-container .load-container .mnu-item .col-7:not(:first-child):last-child, #qs-main-container .summary-body .summary-head .col-7:not(:first-child):last-child, .qs-grid .qs-grid-row .col-7:not(:first-child):last-child, .qs-form-footer .col-7:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row-cols-8 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 11.0169491525%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row-cols-8 .col:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row .col-8, .form-row .col-8, .system-search-results .search-sum-row .col-8, .search-results-product .search-prod-model-container .col-8, .search-results-product .search-prod-model-row .col-8, #qs-main-container .body-header .col-8, #qs-main-container .load-container .mnu-item .col-8, #qs-main-container .summary-body .summary-head .col-8, .qs-grid .qs-grid-row .col-8, .qs-form-footer .col-8 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row .col-8:not(:first-child):last-child, .form-row .col-8:not(:first-child):last-child, .system-search-results .search-sum-row .col-8:not(:first-child):last-child, .search-results-product .search-prod-model-container .col-8:not(:first-child):last-child, .search-results-product .search-prod-model-row .col-8:not(:first-child):last-child, #qs-main-container .body-header .col-8:not(:first-child):last-child, #qs-main-container .load-container .mnu-item .col-8:not(:first-child):last-child, #qs-main-container .summary-body .summary-head .col-8:not(:first-child):last-child, .qs-grid .qs-grid-row .col-8:not(:first-child):last-child, .qs-form-footer .col-8:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row-cols-9 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 9.604519774%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row-cols-9 .col:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row .col-9, .form-row .col-9, .system-search-results .search-sum-row .col-9, .search-results-product .search-prod-model-container .col-9, .search-results-product .search-prod-model-row .col-9, #qs-main-container .body-header .col-9, #qs-main-container .load-container .mnu-item .col-9, #qs-main-container .summary-body .summary-head .col-9, .qs-grid .qs-grid-row .col-9, .qs-form-footer .col-9 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row .col-9:not(:first-child):last-child, .form-row .col-9:not(:first-child):last-child, .system-search-results .search-sum-row .col-9:not(:first-child):last-child, .search-results-product .search-prod-model-container .col-9:not(:first-child):last-child, .search-results-product .search-prod-model-row .col-9:not(:first-child):last-child, #qs-main-container .body-header .col-9:not(:first-child):last-child, #qs-main-container .load-container .mnu-item .col-9:not(:first-child):last-child, #qs-main-container .summary-body .summary-head .col-9:not(:first-child):last-child, .qs-grid .qs-grid-row .col-9:not(:first-child):last-child, .qs-form-footer .col-9:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row-cols-10 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 8.4745762712%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row-cols-10 .col:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row .col-10, .form-row .col-10, .system-search-results .search-sum-row .col-10, .search-results-product .search-prod-model-container .col-10, .search-results-product .search-prod-model-row .col-10, #qs-main-container .body-header .col-10, #qs-main-container .load-container .mnu-item .col-10, #qs-main-container .summary-body .summary-head .col-10, .qs-grid .qs-grid-row .col-10, .qs-form-footer .col-10 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 83.0508474576%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row .col-10:not(:first-child):last-child, .form-row .col-10:not(:first-child):last-child, .system-search-results .search-sum-row .col-10:not(:first-child):last-child, .search-results-product .search-prod-model-container .col-10:not(:first-child):last-child, .search-results-product .search-prod-model-row .col-10:not(:first-child):last-child, #qs-main-container .body-header .col-10:not(:first-child):last-child, #qs-main-container .load-container .mnu-item .col-10:not(:first-child):last-child, #qs-main-container .summary-body .summary-head .col-10:not(:first-child):last-child, .qs-grid .qs-grid-row .col-10:not(:first-child):last-child, .qs-form-footer .col-10:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row-cols-11 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 7.5500770416%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row-cols-11 .col:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row .col-11, .form-row .col-11, .system-search-results .search-sum-row .col-11, .search-results-product .search-prod-model-container .col-11, .search-results-product .search-prod-model-row .col-11, #qs-main-container .body-header .col-11, #qs-main-container .load-container .mnu-item .col-11, #qs-main-container .summary-body .summary-head .col-11, .qs-grid .qs-grid-row .col-11, .qs-form-footer .col-11 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 91.5254237288%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row .col-11:not(:first-child):last-child, .form-row .col-11:not(:first-child):last-child, .system-search-results .search-sum-row .col-11:not(:first-child):last-child, .search-results-product .search-prod-model-container .col-11:not(:first-child):last-child, .search-results-product .search-prod-model-row .col-11:not(:first-child):last-child, #qs-main-container .body-header .col-11:not(:first-child):last-child, #qs-main-container .load-container .mnu-item .col-11:not(:first-child):last-child, #qs-main-container .summary-body .summary-head .col-11:not(:first-child):last-child, .qs-grid .qs-grid-row .col-11:not(:first-child):last-child, .qs-form-footer .col-11:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row-cols-12 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 6.7796610169%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 0; }
  .row-cols-12 .col:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

.row .col-12, .form-row .col-12, .system-search-results .search-sum-row .col-12, .search-results-product .search-prod-model-container .col-12, .search-results-product .search-prod-model-row .col-12, #qs-main-container .body-header .col-12, #qs-main-container .load-container .mnu-item .col-12, #qs-main-container .summary-body .summary-head .col-12, .qs-grid .qs-grid-row .col-12, .qs-form-footer .col-12 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0;
  clear: none;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }
  .row .col-12:not(:first-child):last-child, .form-row .col-12:not(:first-child):last-child, .system-search-results .search-sum-row .col-12:not(:first-child):last-child, .search-results-product .search-prod-model-container .col-12:not(:first-child):last-child, .search-results-product .search-prod-model-row .col-12:not(:first-child):last-child, #qs-main-container .body-header .col-12:not(:first-child):last-child, #qs-main-container .load-container .mnu-item .col-12:not(:first-child):last-child, #qs-main-container .summary-body .summary-head .col-12:not(:first-child):last-child, .qs-grid .qs-grid-row .col-12:not(:first-child):last-child, .qs-form-footer .col-12:not(:first-child):last-child {
    float: right;
    margin-right: 0; }

#nav-main {
  margin: 30px 0; }
  #nav-main li {
    padding: 15px; }

.container {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 100%; }
  .container-drawer {
    background: rgba(128, 128, 128, 0.05);
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    padding: 0;
    top: 0;
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
    transition: -webkit-transform 0.275s ease-in-out;
    transition: transform 0.275s ease-in-out;
    width: 100px;
    z-index: 3; }
    .container-drawer-open .container-drawer {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    @media (min-width: 1025px) {
      .container-drawer {
        box-shadow: none !important;
        -webkit-transform: translate(0);
                transform: translate(0);
        transition: none;
        will-change: none; } }
  .container-main {
    background: rgba(126, 126, 126, 0.05);
    left: 0;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 1025px) {
      .container-main {
        /*left: $drawer-width;
            width: calc(100% - 100px);*/ } }
    .container-main-content {
      bottom: 0;
      height: calc(100vh - 56px);
      left: 0;
      padding: 0;
      padding-top: 15px;
      overflow: hidden;
      overflow-y: auto;
      right: 0;
      top: 0;
      width: 100%;
      word-break: break-word;
      -webkit-overflow-scrolling: touch; }
      @media (min-width: 1024px) {
        .container-main-content {
          padding: 30px; } }

#drawer-nav a {
  background: transparent;
  font-size: 0.85rem;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  transition: background 0.15s linear, color 0.15s linear;
  will-change: background, color;
  color: #2d2d2d; }
  #drawer-nav a:hover {
    color: #002444; }
  #drawer-nav a.active, #drawer-nav a:hover {
    background: rgba(115, 115, 115, 0.05);
    color: #002444; }
  #drawer-nav a i {
    font-size: 0.85rem;
    margin: -4px 8px 0 0;
    vertical-align: middle; }

#container-drawer-overlay {
  background: transparent;
  bottom: auto;
  height: 0;
  left: 0;
  right: auto;
  top: 0;
  transition: background 0.275s ease-in-out;
  width: 0;
  z-index: 2; }
  .container-drawer-open #container-drawer-overlay {
    background: rgba(10, 10, 10, 0.25);
    bottom: 0;
    height: 100%;
    right: 0;
    width: 100%; }

.login-page .container-main-content {
  background-color: white; }

.hdr-bar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26417b+0,002444+100 */
  background: #26417b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #26417b 0%, #002444 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26417b', endColorstr='#002444',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  height: 56px;
  left: 0;
  line-height: 56px;
  top: 0;
  padding: 0 15px;
  width: 100%;
  z-index: 1; }
  .hdr-bar:after {
    bottom: -6px;
    box-shadow: inset 0px 5px 6px -3px rgba(0, 0, 0, 0.4);
    content: "";
    height: 6px;
    left: 0;
    width: 100%; }
  @media (min-width: 1025px) {
    .hdr-bar {
      height: 64px;
      line-height: 64px; } }
  .hdr-bar H2 {
    color: white; }
  .hdr-bar[med] {
    height: 128px;
    line-height: 128px; }
  .hdr-bar[tall] {
    height: 192px;
    line-height: 192px; }
  .hdr-bar [drawer-nav-trigger] {
    margin: 0 15px 0 -5px;
    padding: 0 5px;
    color: #fff; }
    .hdr-bar [drawer-nav-trigger]:hover {
      color: #fff; }
    .hdr-bar [drawer-nav-trigger] i {
      font-size: 24px;
      vertical-align: middle; }
    @media (min-width: 1025px) {
      .hdr-bar [drawer-nav-trigger] {
        display: none; } }
  .hdr-bar [title] {
    font-family: Noto sans, sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    vertical-align: middle; }

#hdr-nav {
  height: 56px; }
  @media (min-width: 1025px) {
    #hdr-nav {
      height: 64px; } }
  #hdr-nav li:not(:last-child) {
    margin-right: 8px; }
  #hdr-nav a {
    padding: 0 5px;
    color: #fff; }
    #hdr-nav a:hover {
      color: #fff; }
    #hdr-nav a i {
      font-size: 24px;
      vertical-align: middle; }

.material-icons {
  word-break: normal; }

.material-icons.md-14 {
  font-size: 14px; }

.material-icons.md-16 {
  font-size: 16px; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-20 {
  font-size: 20px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54); }

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26); }

.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

.material-icons.blue {
  color: #002444; }

.zdepth-0, #qs-main-container .summary-body .summary-head .btn-load-remove:active i, .qs-grid .qs-grid-row .btn-room-row-edit:active i {
  box-shadow: none !important; }

.zdepth-half, .project-grid-row-descrp, .system-grid-row-descrp {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.zdepth-1, .container-drawer, .btn[raised], [raised].alert-button, .btn[fab], [fab].alert-button, .btn[fab-with-lbl], [fab-with-lbl].alert-button, .card, .edit-buttons i, .save-buttons i, .project-grid-row, .system-search-results, .grid-row-edit-mode, .sizing-message, .login-welcome-message {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.zdepth-1-half, .btn[raised]:hover, [raised].alert-button:hover, .btn[fab]:hover, [fab].alert-button:hover, .btn[fab-with-lbl]:hover, [fab-with-lbl].alert-button:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.zdepth-2, .select-opts, .pika-single.is-bound, .login-welcome-container .option-container .login-panel .login-back, #dd-saved-systems, .qs-grid .qs-grid-row.in-edit-mode {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.zdepth-3, #alert, .admin-img-box, .edit-buttons i:hover, #frm-save-systems, #frm-email-system, #qs-main-container, #qs-main-container .summary-body .summary-head .btn-load-remove i:hover, .load-setup-form {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.zdepth-4, .modal {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.zdepth-5, .login-features {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.btn, .alert-button {
  background: transparent;
  border: none;
  border-radius: 2px;
  color: #ebbd42;
  cursor: pointer;
  font-family: Noto sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  outline: none;
  padding: 0 2rem;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }
  .btn[disabled], [disabled].alert-button {
    color: lightgray; }
  .btn[raised], [raised].alert-button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26417b+0,002444+100 */
    background: #26417b;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #26417b 0%, #002444 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26417b', endColorstr='#002444',GradientType=0 );
    /* IE6-9 */
    color: #fff;
    letter-spacing: .5px;
    transition: background .2s ease-out, box-shadow .2s ease-out, color .2s ease-out; }
    .btn[raised]:hover, [raised].alert-button:hover {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26417b+0,002444+100 */
      background: #26417b;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #002444 100%, #26417b 0%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002444', endColorstr='#26417b',GradientType=0 );
      /* IE6-9 */ }
  .btn[fab], [fab].alert-button {
    background: #fff;
    border-radius: 50%;
    color: #002444;
    height: 30px;
    padding: 0;
    transition: background .2s ease-out, box-shadow .2s ease-out, color .2s ease-out;
    margin-left: 4px;
    width: 30px; }
    .btn[fab]:hover, [fab].alert-button:hover {
      background: #f9f9f9; }
    .btn[fab][fixed], [fab][fixed].alert-button {
      bottom: 23px;
      right: 23px;
      z-index: 1; }
      @media (min-width: 1025px) {
        .btn[fab][fixed], [fab][fixed].alert-button {
          bottom: 20px;
          right: 36px; } }
    .btn[fab] i, [fab].alert-button i {
      font-size: 1.2rem;
      line-height: 30px; }
  .btn[fab-with-lbl], [fab-with-lbl].alert-button {
    background: #e6e6e6;
    border-radius: 5%;
    color: #002444;
    height: 30px;
    padding: 0 2rem;
    padding-top: 0px;
    padding-bottom: 6px;
    position: relative;
    transition: background .2s ease-out, box-shadow .2s ease-out, color .2s ease-out;
    width: auto; }
    .btn[fab-with-lbl]:hover, [fab-with-lbl].alert-button:hover {
      background: #cccccc; }
    .btn[fab-with-lbl][fixed], [fab-with-lbl][fixed].alert-button {
      bottom: 23px;
      right: 23px;
      z-index: 1; }
      @media (min-width: 1025px) {
        .btn[fab-with-lbl][fixed], [fab-with-lbl][fixed].alert-button {
          bottom: 20px;
          right: 36px; } }
    .btn[fab-with-lbl] i, [fab-with-lbl].alert-button i {
      position: absolute;
      top: 3px;
      left: 8px;
      font-size: 1.2rem;
      line-height: 30px; }
  .btn-sm {
    font-size: 0.8em;
    height: 12px;
    line-height: 12px;
    padding: 0 0.8rem; }
  .btn-lg {
    font-size: 1.35rem;
    height: 44px;
    line-height: 44px;
    padding: 0 2.8rem; }
  .btn i, .alert-button i {
    width: inherit; }

.form-row {
  margin: 0; }
  @media (min-width: 768px) {
    .form-row {
      margin: 0 0 40px; } }
  .form-row-last {
    margin: 0; }
  .form-row-no-bottom-margin {
    margin: 0; }

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea,
select {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 36, 68, 0.35);
  border-radius: 0;
  box-shadow: none;
  color: #464646;
  font-family: Noto sans, sans-serif;
  font-size: 1rem;
  height: 3rem;
  margin: 0;
  margin-bottom: 15px;
  max-width: 100%;
  outline: none;
  padding: 0;
  transition: all 0.125s ease-out;
  width: 100%; }
  input[type=text]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #d2d2d2; }
  input[type=text]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    color: #d2d2d2; }
  input[type=text]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: #d2d2d2; }
  input[type=text]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #d2d2d2; }
  @media (min-width: 768px) {
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=url],
    input[type=time],
    input[type=date],
    input[type=datetime-local],
    input[type=tel],
    input[type=number],
    input[type=search],
    textarea,
    select {
      margin-bottom: 0; } }
  input[type=text][placeholder] + label,
  input[type=password][placeholder] + label,
  input[type=email][placeholder] + label,
  input[type=url][placeholder] + label,
  input[type=time][placeholder] + label,
  input[type=date][placeholder] + label,
  input[type=datetime-local][placeholder] + label,
  input[type=tel][placeholder] + label,
  input[type=number][placeholder] + label,
  input[type=search][placeholder] + label,
  textarea[placeholder] + label,
  select[placeholder] + label {
    font-size: 0.75rem;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    transition: none; }
  input[type=text]:focus:not([readonly]),
  input[type=password]:focus:not([readonly]),
  input[type=email]:focus:not([readonly]),
  input[type=url]:focus:not([readonly]),
  input[type=time]:focus:not([readonly]),
  input[type=date]:focus:not([readonly]),
  input[type=datetime-local]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea:focus:not([readonly]),
  select:focus:not([readonly]) {
    border-bottom-color: #002444;
    box-shadow: 0 1px 0 0 #002444; }
  input[type=text].invalid, input[type=text]:focus.invalid,
  input[type=password].invalid,
  input[type=password]:focus.invalid,
  input[type=email].invalid,
  input[type=email]:focus.invalid,
  input[type=url].invalid,
  input[type=url]:focus.invalid,
  input[type=time].invalid,
  input[type=time]:focus.invalid,
  input[type=date].invalid,
  input[type=date]:focus.invalid,
  input[type=datetime-local].invalid,
  input[type=datetime-local]:focus.invalid,
  input[type=tel].invalid,
  input[type=tel]:focus.invalid,
  input[type=number].invalid,
  input[type=number]:focus.invalid,
  input[type=search].invalid,
  input[type=search]:focus.invalid,
  textarea.invalid,
  textarea:focus.invalid,
  select.invalid,
  select:focus.invalid {
    border-bottom-color: #b94a48;
    box-shadow: 0 1px 0 0 #b94a48; }
  input[type=text].invalid + label,
  input[type=text].invalid ~ i,
  input[type=password].invalid + label,
  input[type=password].invalid ~ i,
  input[type=email].invalid + label,
  input[type=email].invalid ~ i,
  input[type=url].invalid + label,
  input[type=url].invalid ~ i,
  input[type=time].invalid + label,
  input[type=time].invalid ~ i,
  input[type=date].invalid + label,
  input[type=date].invalid ~ i,
  input[type=datetime-local].invalid + label,
  input[type=datetime-local].invalid ~ i,
  input[type=tel].invalid + label,
  input[type=tel].invalid ~ i,
  input[type=number].invalid + label,
  input[type=number].invalid ~ i,
  input[type=search].invalid + label,
  input[type=search].invalid ~ i,
  textarea.invalid + label,
  textarea.invalid ~ i,
  select.invalid + label,
  select.invalid ~ i {
    color: #b94a48 !important; }
  input[type=text][class*="input-icon"],
  input[type=password][class*="input-icon"],
  input[type=email][class*="input-icon"],
  input[type=url][class*="input-icon"],
  input[type=time][class*="input-icon"],
  input[type=date][class*="input-icon"],
  input[type=datetime-local][class*="input-icon"],
  input[type=tel][class*="input-icon"],
  input[type=number][class*="input-icon"],
  input[type=search][class*="input-icon"],
  textarea[class*="input-icon"],
  select[class*="input-icon"] {
    width: calc(100% - 2.25rem); }
    input[type=text][class*="input-icon"].input-icon-select,
    input[type=password][class*="input-icon"].input-icon-select,
    input[type=email][class*="input-icon"].input-icon-select,
    input[type=url][class*="input-icon"].input-icon-select,
    input[type=time][class*="input-icon"].input-icon-select,
    input[type=date][class*="input-icon"].input-icon-select,
    input[type=datetime-local][class*="input-icon"].input-icon-select,
    input[type=tel][class*="input-icon"].input-icon-select,
    input[type=number][class*="input-icon"].input-icon-select,
    input[type=search][class*="input-icon"].input-icon-select,
    textarea[class*="input-icon"].input-icon-select,
    select[class*="input-icon"].input-icon-select {
      cursor: pointer; }
      input[type=text][class*="input-icon"].input-icon-select + label,
      input[type=password][class*="input-icon"].input-icon-select + label,
      input[type=email][class*="input-icon"].input-icon-select + label,
      input[type=url][class*="input-icon"].input-icon-select + label,
      input[type=time][class*="input-icon"].input-icon-select + label,
      input[type=date][class*="input-icon"].input-icon-select + label,
      input[type=datetime-local][class*="input-icon"].input-icon-select + label,
      input[type=tel][class*="input-icon"].input-icon-select + label,
      input[type=number][class*="input-icon"].input-icon-select + label,
      input[type=search][class*="input-icon"].input-icon-select + label,
      textarea[class*="input-icon"].input-icon-select + label,
      select[class*="input-icon"].input-icon-select + label {
        cursor: pointer; }
      input[type=text][class*="input-icon"].input-icon-select:not(.input-icon-prefix), input[type=text][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=password][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=password][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=email][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=email][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=url][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=url][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=time][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=time][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=date][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=date][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=datetime-local][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=datetime-local][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=tel][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=tel][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=number][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=number][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=search][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=search][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      textarea[class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      textarea[class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      select[class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      select[class*="input-icon"].input-icon-select:not(.input-icon-suffix) {
        width: 100%; }
  input[type=text][class*="input-icon"] ~ i,
  input[type=password][class*="input-icon"] ~ i,
  input[type=email][class*="input-icon"] ~ i,
  input[type=url][class*="input-icon"] ~ i,
  input[type=time][class*="input-icon"] ~ i,
  input[type=date][class*="input-icon"] ~ i,
  input[type=datetime-local][class*="input-icon"] ~ i,
  input[type=tel][class*="input-icon"] ~ i,
  input[type=number][class*="input-icon"] ~ i,
  input[type=search][class*="input-icon"] ~ i,
  textarea[class*="input-icon"] ~ i,
  select[class*="input-icon"] ~ i {
    color: rgba(45, 45, 45, 0.55);
    font-size: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all 0.125s ease-out; }
  input[type=text].input-icon-prefix,
  input[type=text].input-icon-prefix + label,
  input[type=password].input-icon-prefix,
  input[type=password].input-icon-prefix + label,
  input[type=email].input-icon-prefix,
  input[type=email].input-icon-prefix + label,
  input[type=url].input-icon-prefix,
  input[type=url].input-icon-prefix + label,
  input[type=time].input-icon-prefix,
  input[type=time].input-icon-prefix + label,
  input[type=date].input-icon-prefix,
  input[type=date].input-icon-prefix + label,
  input[type=datetime-local].input-icon-prefix,
  input[type=datetime-local].input-icon-prefix + label,
  input[type=tel].input-icon-prefix,
  input[type=tel].input-icon-prefix + label,
  input[type=number].input-icon-prefix,
  input[type=number].input-icon-prefix + label,
  input[type=search].input-icon-prefix,
  input[type=search].input-icon-prefix + label,
  textarea.input-icon-prefix,
  textarea.input-icon-prefix + label,
  select.input-icon-prefix,
  select.input-icon-prefix + label {
    margin-left: 2.25rem; }
  input[type=text].input-icon-prefix ~ i,
  input[type=password].input-icon-prefix ~ i,
  input[type=email].input-icon-prefix ~ i,
  input[type=url].input-icon-prefix ~ i,
  input[type=time].input-icon-prefix ~ i,
  input[type=date].input-icon-prefix ~ i,
  input[type=datetime-local].input-icon-prefix ~ i,
  input[type=tel].input-icon-prefix ~ i,
  input[type=number].input-icon-prefix ~ i,
  input[type=search].input-icon-prefix ~ i,
  textarea.input-icon-prefix ~ i,
  select.input-icon-prefix ~ i {
    left: 0; }
  input[type=text].input-icon-suffix,
  input[type=text].input-icon-suffix + label,
  input[type=password].input-icon-suffix,
  input[type=password].input-icon-suffix + label,
  input[type=email].input-icon-suffix,
  input[type=email].input-icon-suffix + label,
  input[type=url].input-icon-suffix,
  input[type=url].input-icon-suffix + label,
  input[type=time].input-icon-suffix,
  input[type=time].input-icon-suffix + label,
  input[type=date].input-icon-suffix,
  input[type=date].input-icon-suffix + label,
  input[type=datetime-local].input-icon-suffix,
  input[type=datetime-local].input-icon-suffix + label,
  input[type=tel].input-icon-suffix,
  input[type=tel].input-icon-suffix + label,
  input[type=number].input-icon-suffix,
  input[type=number].input-icon-suffix + label,
  input[type=search].input-icon-suffix,
  input[type=search].input-icon-suffix + label,
  textarea.input-icon-suffix,
  textarea.input-icon-suffix + label,
  select.input-icon-suffix,
  select.input-icon-suffix + label {
    margin-right: 2.25rem; }
  input[type=text].input-icon-suffix ~ i,
  input[type=password].input-icon-suffix ~ i,
  input[type=email].input-icon-suffix ~ i,
  input[type=url].input-icon-suffix ~ i,
  input[type=time].input-icon-suffix ~ i,
  input[type=date].input-icon-suffix ~ i,
  input[type=datetime-local].input-icon-suffix ~ i,
  input[type=tel].input-icon-suffix ~ i,
  input[type=number].input-icon-suffix ~ i,
  input[type=search].input-icon-suffix ~ i,
  textarea.input-icon-suffix ~ i,
  select.input-icon-suffix ~ i {
    right: 0; }
  input[type=text][class*="input-icon"]:focus ~ i,
  input[type=password][class*="input-icon"]:focus ~ i,
  input[type=email][class*="input-icon"]:focus ~ i,
  input[type=url][class*="input-icon"]:focus ~ i,
  input[type=time][class*="input-icon"]:focus ~ i,
  input[type=date][class*="input-icon"]:focus ~ i,
  input[type=datetime-local][class*="input-icon"]:focus ~ i,
  input[type=tel][class*="input-icon"]:focus ~ i,
  input[type=number][class*="input-icon"]:focus ~ i,
  input[type=search][class*="input-icon"]:focus ~ i,
  textarea[class*="input-icon"]:focus ~ i,
  select[class*="input-icon"]:focus ~ i {
    color: #002444; }

textarea {
  min-height: 10rem;
  overflow-y: hidden;
  padding: 0.75rem 0 0;
  resize: none; }

input[type=checkbox],
input[type=radio] {
  left: -99999px; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    color: rgba(45, 45, 45, 0.85);
    cursor: pointer;
    font-size: 0.85rem;
    padding: 0 0 0 25px;
    vertical-align: middle; }
    input[type=checkbox] + label:before, input[type=checkbox] + label:after,
    input[type=radio] + label:before,
    input[type=radio] + label:after {
      content: "";
      left: 0;
      top: 1px; }

input[type=checkbox]:not([switch]) + label:before {
  background: #fff;
  border: 2px solid rgba(45, 45, 45, 0.75);
  border-radius: 2px;
  height: 16px;
  top: 0;
  transition: background 0.225s ease, border 0.225s ease;
  width: 16px; }

input[type=checkbox]:not([switch]) + label:after {
  border: 2px solid transparent;
  height: 10px;
  left: 1px;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  transition: border 0.225s ease;
  top: 2px;
  width: 4px; }

input[type=checkbox]:not([switch]):checked + label:before {
  background: #002444;
  border-color: #002444; }

input[type=checkbox]:not([switch]):checked + label:after {
  border-bottom-color: #fff;
  border-right-color: #fff; }

input[type=checkbox][switch] + label {
  color: rgba(45, 45, 45, 0.85);
  font-size: 0.85rem;
  height: 21px;
  line-height: 21px;
  padding: 0; }
  input[type=checkbox][switch] + label .switch-toggle {
    background: #999;
    border-radius: 12px;
    height: 15px;
    margin: 0 15px;
    transition: background 0.3s ease;
    width: 40px;
    will-change: background; }
    input[type=checkbox][switch] + label .switch-toggle:after {
      background: #f1f1f1;
      box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      content: "";
      left: 0;
      height: 21px;
      top: 0;
      -webkit-transform: translate3d(-5px, -4px, 0);
              transform: translate3d(-5px, -4px, 0);
      transition: background 0.3s ease, -webkit-transform 0.3s ease;
      transition: background 0.3s ease, transform 0.3s ease;
      width: 21px;
      will-change: background, transform; }

input[type=checkbox][switch]:checked + label .switch-toggle {
  background: rgba(0, 36, 68, 0.7); }
  input[type=checkbox][switch]:checked + label .switch-toggle:after {
    background: #002444;
    -webkit-transform: translate3d(24px, -4px, 0);
            transform: translate3d(24px, -4px, 0); }

input[type=radio] + label:before, input[type=radio] + label:after {
  border-radius: 50%; }

input[type=radio] + label:before {
  background: #fff;
  border: 2px solid rgba(45, 45, 45, 0.75);
  height: 14px;
  transition: border 0.225s ease;
  vertical-align: middle;
  width: 14px;
  will-change: border; }

input[type=radio] + label:after {
  background: #fff;
  height: 10px;
  left: 4px;
  top: 5px;
  transition: background 0.225s ease;
  width: 10px;
  will-change: background; }

input[type=radio]:checked + label:before {
  border-color: #002444; }

input[type=radio]:checked + label:after {
  background: #002444; }

.input-field label {
  color: #002444;
  cursor: text;
  font-family: Noto sans, sans-serif;
  font-size: 1rem;
  left: 0;
  transition: all 0.125s ease-out;
  top: 0.8rem; }
  .input-field label.active {
    font-size: 0.75rem;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%); }

.input-field .error-label {
  bottom: 0;
  color: #b94a48;
  font-size: 0.7rem;
  right: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%); }
  @media (min-width: 768px) {
    .input-field .error-label {
      -webkit-transform: translateY(100%);
              transform: translateY(100%); } }

select {
  cursor: pointer; }
  select + label {
    font-size: 0.75rem !important;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%); }

i.icon-drop-down {
  cursor: pointer;
  left: auto !important;
  right: 0 !important; }

.select-opts {
  background: #fff;
  left: 0;
  opacity: 0;
  top: -999999px;
  -webkit-transform: scale(1, 0.6);
          transform: scale(1, 0.6);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  transition: opacity .275s ease, -webkit-transform .275s ease;
  transition: opacity .275s ease, transform .275s ease;
  width: 100%;
  will-change: opacity, transform;
  z-index: 5;
  overflow: hidden;
  overflow-y: auto; }
  .select-opts.active {
    opacity: 1;
    top: 49px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }

.select-opt {
  font-size: 0.85rem;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  transition: background 0.175s linear, color 0.175s linear;
  will-change: background, color;
  color: #464646; }
  .select-opt:hover {
    color: #002444; }
  .select-opt:hover {
    background: #f9f9f9;
    color: #002444; }
  .select-opt.active:before {
    border: 2px solid transparent;
    border-bottom-color: #002444;
    border-right-color: #002444;
    color: #002444;
    content: "";
    height: 10px;
    margin: 0 16px 0 0;
    -webkit-transform: rotateZ(37deg);
            transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    width: 4px; }
  .select-opt.hilight {
    background: #c6c6c6;
    color: #002444; }

#select-pg-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  z-index: 4; }

input[type=range] {
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 10px 0 5px;
  outline: none;
  -webkit-appearance: none;
  width: 100%; }
  input[type=range]:focus {
    outline: none; }
  input[type=range] + .range-label {
    color: #002444;
    font-size: 0.75rem; }

input[type=range]::-webkit-slider-runnable-track {
  background: #c2c0c2;
  border: none;
  height: 3px; }

input[type=range]::-webkit-slider-thumb {
  border: none;
  border-radius: 50%;
  background-color: #002444;
  height: 16px;
  margin: -7px 0 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  width: 16px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range] {
  border: 1px solid transparent; }

input[type=range]::-moz-range-track {
  background: #c2c0c2;
  border: none;
  height: 3px; }

input[type=range]::-moz-range-thumb {
  background: #002444;
  border: none;
  border-radius: 50%;
  height: 16px;
  margin: -7px 0 0;
  width: 16px; }

input[type=range]:-moz-focusring {
  outline: 1px solid transparent;
  outline-offset: -1px; }

input[type=range]:focus::-moz-range-track {
  background: #ccc; }

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  height: 3px; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  background: #002444;
  border: none;
  border-radius: 50%;
  height: 16px;
  width: 16px; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #fff !important;
  background: #002444 !important;
  box-shadow: none !important;
  border-radius: 3px !important; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }

#alert {
  background: #fff;
  font-size: 1rem;
  left: 50%;
  opacity: 0;
  max-width: 450px;
  padding: 30px;
  top: 20%;
  -webkit-transform: translate3d(-50%, -99999px, 0);
          transform: translate3d(-50%, -99999px, 0);
  transition: opacity 0.175s linear, top 0.175s ease-out;
  width: 95%;
  will-change: opacity, top;
  z-index: 100; }
  @media (min-width: 768px) {
    #alert {
      width: auto; } }
  .alert-visible #alert {
    opacity: 1;
    top: 30%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }

#alert-hdr {
  font-family: Noto sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0 0 10px; }

#alert-content {
  margin: 0 0 30px; }
  #alert-content p:last-child,
  #alert-content ol:last-child,
  #alert-content ul:last-child {
    margin-bottom: 0; }

.alert-button {
  padding: 0; }
  .alert-button:not(:last-child) {
    margin-right: 25px; }
  .alert-button-confirm {
    color: #002444; }
    .alert-button-confirm:hover {
      color: #002444; }
  .alert-button-deny {
    color: #2d2d2d; }
    .alert-button-deny:hover {
      color: #2d2d2d; }

#alert-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: auto;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99; }
  .alert-visible #alert-overlay {
    bottom: 0;
    height: 100%;
    min-height: 100vh; }

.toast {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 0;
  bottom: 0;
  color: #fff;
  font-size: 0.9rem;
  height: 48px;
  left: 0;
  padding: 0 15px;
  right: 0;
  top: auto;
  -webkit-transform: translateY(140%);
          transform: translateY(140%);
  transition: opacity 0.175s ease-out, -webkit-transform 0.175s ease-out;
  transition: opacity 0.175s ease-out, transform 0.175s ease-out;
  will-change: opacity, transition;
  width: 100%;
  z-index: 10; }
  @media (min-width: 550px) {
    .toast {
      border-radius: 2px;
      bottom: 15px;
      left: 15px;
      min-width: 285px;
      right: auto;
      top: auto;
      width: auto; } }
  .toast.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .toast-label {
    height: 48px;
    line-height: 48px; }

.tab-links {
  background: #002444;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 25px; }
  .tab-links li {
    -ms-flex: 1;
        flex: 1; }
  .tab-links a {
    border-bottom: 3px solid transparent;
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
    padding: 0 10px;
    transition: border .225s ease,       color .225s ease;
    will-change: border, color;
    color: rgba(255, 255, 255, 0.8); }
    .tab-links a:hover {
      color: #fff; }
    .tab-links a:hover, .tab-links a.active {
      border-color: rgba(255, 255, 255, 0.7);
      color: #fff; }

.card {
  background-color: #fff;
  color: #002444;
  padding: 25px;
  margin: 50px auto; }

.material-table {
  width: 800px;
  margin: 25px 0;
  padding: 25px;
  border-collapse: collapse; }
  .material-table thead {
    color: rgba(0, 0, 0, 0.87);
    font-size: 10px; }
  .material-table tr {
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.87); }
  .material-table td:not(first-child) {
    text-align: right; }

.grid {
  font-size: 14px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto; }
  .grid-med {
    max-width: 700px; }
  .grid:not(:last-child) {
    margin-bottom: 70px; }
  .grid-hdr {
    font-weight: bold;
    margin: 0 0 10px; }
  .grid-row {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .grid-row-hdr {
      font-weight: bold; }
  .grid-col {
    -ms-flex: 1;
        flex: 1;
    padding: 4px 8px; }
    .grid-col-xsm {
      -ms-flex: .5;
          flex: .5; }
    .grid-col-med {
      -ms-flex: 2;
          flex: 2; }
    .grid-col-medlg {
      -ms-flex: 3;
          flex: 3; }
    .grid-col-lg {
      -ms-flex: 4;
          flex: 4; }
    .grid-col-lg2 {
      -ms-flex: 6;
          flex: 6; }
    .grid-col-xlg {
      -ms-flex: 9;
          flex: 9; }
    .grid-col-xxlg {
      -ms-flex: 10;
          flex: 10; }
    .grid-col-border:not(:last-child) {
      border-right: 1px solid #ccc; }
    .grid-col-left {
      text-align: left !important; }
    .grid-col-right {
      text-align: right !important; }

.modal {
  background: #fff;
  border-radius: 8px;
  left: -9999px;
  max-height: 80vh;
  min-width: 95%;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  top: 10%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  transition: opacity .15s linear;
  will-change: opacity;
  z-index: 7; }
  .modal-fullscreen .modal {
    bottom: 0;
    left: 0;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    width: 100%; }
    .modal-fullscreen .modal #modal-content {
      height: 100%; }
    @media (min-width: 768px) {
      .modal-fullscreen .modal {
        bottom: auto;
        height: auto;
        left: 50%;
        max-width: 800px;
        min-width: 550px;
        top: 10%;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
        width: auto; }
        .modal-fullscreen .modal #modal-content {
          height: auto; } }
  @media (min-width: 768px) {
    .modal {
      min-width: 550px; }
      .modal-visible .modal {
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0); } }
  .modal-visible .modal {
    opacity: 1; }
  .modal-close {
    color: #ebbd42;
    opacity: .8;
    right: 4px;
    top: 4px;
    transition: opacity .125s linear;
    will-change: opacity;
    /*& i { 
            position: absolute;
            top: 2px;
            right: 2px;

        }*/ }
    .modal-close:hover {
      opacity: 1; }
  .modal .modal-header {
    background-color: #002444;
    border-bottom: 3px solid #ebbd42;
    color: #ebbd42;
    font-size: 24px;
    font-weight: 600;
    top: 0px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center; }
  .modal .modal-content {
    position: relative;
    /*height: 100%;
		margin-top: 40px;*/
    /*margin-bottom: 40px;*/ }
  .modal .modal-buttons {
    background-color: #002444;
    border-top: 3px solid #ebbd42;
    color: #ebbd42;
    bottom: 0px;
    height: 40px;
    position: relative;
    text-align: right;
    z-index: 10;
    width: 100%; }
  .modal a:hover {
    color: #f5dd9e !important; }

.overlay, .modal-overlay {
  background: rgba(255, 255, 255, 0.6);
  height: 0;
  left: 0;
  top: 0;
  transition: opacity .15s linear;
  width: 0;
  will-change: opacity;
  z-index: 6; }
  .modal-visible .overlay, .modal-visible .modal-overlay {
    height: 100%;
    opacity: 1;
    width: 100%; }

/*

    Allows for project viewing without controlsa available. Read-Only.

*/
.view-only .btn, .view-only .alert-button, .view-only a, .view-only i, .view-only .no-results .system-search-results {
  display: none !important;
  visibility: hidden; }

.project-grid-container.view-only {
  max-width: 800px;
  height: auto;
  overflow: visible !important;
  overflow-y: auto;
  overflow-x: auto; }

.view-only-body {
  overflow: visible;
  font-size: 14px; }

.view-only-hdr-bar {
  background: white;
  color: #fff;
  height: 56px;
  left: 0;
  line-height: 56px;
  top: 0;
  padding: 0 15px;
  max-width: 800px;
  width: 100%;
  z-index: 1; }
  .view-only-hdr-bar h2 {
    color: black !important;
    font-size: 12pt; }

.view-only {
  /*& .system-grid-row-loads {
        max-width: 800px;
    }

    & .load-grid-row-grouprow {

        max-width: 800px;


    }

    & .load-grid-row-detail {

        max-width: 800px;

    }*/ }
  .view-only-details-area {
    position: relative;
    width: 100%; }
  .view-only-col {
    text-align: left; }
  .view-only-data {
    font-weight: bold;
    text-align: left;
    padding-left: 5px; }
  .view-only-grid-header {
    margin-top: 15px !important;
    font-style: italic; }
  .view-only-breakbefore {
    page-break-before: always; }
  .view-only .system-grid-row-loads {
    margin: 0;
    width: 100%; }
  .view-only .system-grid-row-info {
    font-weight: bold; }
  .view-only .load-descrp-row {
    background-color: #002444;
    color: white;
    font-weight: bold; }
  .view-only-load-grid-row-detail {
    border-bottom: none !important; }
  .view-only .load-grid-row {
    font-size: 8.25pt; }
  .view-only .room-grid-row {
    font-size: 8.25pt;
    height: 22px;
    line-height: 22px; }
  .view-only .row, .view-only .form-row, .view-only .system-search-results .search-sum-row, .system-search-results .view-only .search-sum-row, .view-only .search-results-product .search-prod-model-container, .search-results-product .view-only .search-prod-model-container, .view-only .search-results-product .search-prod-model-row, .search-results-product .view-only .search-prod-model-row, .view-only #qs-main-container .body-header, #qs-main-container .view-only .body-header, .view-only #qs-main-container .load-container .mnu-item, #qs-main-container .load-container .view-only .mnu-item, .view-only #qs-main-container .summary-body .summary-head, #qs-main-container .summary-body .view-only .summary-head, .view-only .qs-grid .qs-grid-row, .qs-grid .view-only .qs-grid-row, .view-only .qs-form-footer {
    font-size: 8.25pt;
    padding-top: 4px;
    padding-bottom: 4px; }

/*BRYAN*/
#nav-admin li {
  margin: 15px 0 0; }
  #nav-admin li:first-child {
    margin-top: 0; }

#nav-admin a {
  border-left: 4px solid #999;
  font-size: 16px;
  line-height: 1;
  padding: 6px 8px;
  transition: all .125s linear;
  color: #002444; }
  #nav-admin a:hover {
    color: #444; }
  #nav-admin a:hover, #nav-admin a.selected {
    border-left-color: #444;
    padding-left: 10px; }

#admin-prod-form-container {
  padding: 40px; }

#admin-rep-form-container {
  padding: 40px; }

#admin-usage-container {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px; }

#usage-rows {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 20px; }

#pvi-admin-shell {
  background-color: white; }

.admin-form-col {
  padding-right: 20px; }

.admin-img-box {
  background-color: #9fc4e7;
  padding: 10px;
  margin-bottom: 40px;
  text-align: center; }
  .admin-img-box .admin-img-lbl {
    color: #002444;
    font-weight: bold;
    padding: 4px; }

.admin-model-grid-container {
  min-width: 700px; }

.model-grid-lbl {
  background-color: #002444;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 4px;
  width: 100%; }

#model-list {
  border: 1px solid #002444;
  height: 100%;
  padding: 4px; }

.model-header-row {
  border: 1px solid #002444;
  font-size: 10px;
  padding: 4px; }

.model-search {
  width: 150px; }

.admin-model-return {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 4px; }
  .admin-model-return a {
    position: relative;
    padding-left: 30px; }
    .admin-model-return a i {
      position: absolute;
      left: 5px;
      top: 4px; }

.sg {
  margin: 0;
  max-width: 1000px;
  padding: 0; }
  .sg-section:not(:first-child) {
    padding-top: 30px; }
  .sg-section:not(:last-child) {
    border-bottom: 1px solid #efc965;
    padding-bottom: 30px; }
  .sg-hdr {
    font-size: 1.35rem;
    font-weight: normal;
    margin: 0 0 15px; }
    .sg-hdr-primary {
      color: #002444;
      font-size: 1.5rem; }
  .sg-summary {
    margin: 0 0 35px; }
    .sg-summary:last-child {
      margin-top: 35px; }
    .sg-summary p:last-child {
      margin-bottom: 0; }
  .sg-element {
    background: #e9e9e9;
    padding: 50px; }

.progress-list {
  list-style: none; }
  .progress-list li {
    display: list-item;
    height: 50px; }
  .progress-list a {
    height: 50px;
    line-height: 50px; }

.project-grid-container {
  padding: 5px;
  width: 100%; }

.edit-buttons {
  display: block; }
  .edit-buttons i {
    border-radius: 50%;
    color: #B6B6B6;
    padding: 4px 4px;
    margin-left: 10px; }
    .edit-buttons i:hover {
      color: black; }

.save-buttons {
  display: block; }
  .save-buttons i {
    border-radius: 50%;
    color: #B6B6B6;
    padding: 4px;
    margin-left: 10px; }

#head-logo {
  display: inline-block;
  float: left;
  padding: 0; }
  @media (min-width: 1024px) {
    #head-logo {
      margin-top: 6px; } }

#head-text {
  display: none;
  float: left;
  /*font-size: 14px;
    line-height: 14px;*/
  padding-left: 20px;
  overflow-wrap: break-word; }
  @media (min-width: 768px) {
    #head-text {
      display: inline-block; } }

/*******************************************/
/* Project Level */
/*******************************************/
.project-grid-row {
  background-color: #fff;
  line-height: 12px;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  height: auto; }

.project-grid-row-info {
  border: none !important;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  width: 100%;
  /*span { display: inline-block; line-height: 24px;}*/ }
  .project-grid-row-info-2 {
    border: none !important;
    font-size: 14px;
    padding-left: 10px; }
  .project-grid-row-info:hover .edit-buttons {
    display: block !important;
    padding: 0; }
  .project-grid-row-info .project-create-info {
    font-size: 10px;
    font-style: italic;
    color: #ebbd42; }
  .project-grid-row-info i {
    margin: 0;
    padding: 0; }

.project-name {
  position: relative;
  padding-left: 26px;
  padding-top: 6px; }
  .project-name i {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 0; }

.project-location {
  padding-left: 26px; }

.project-grid-expanded-content {
  transition: opacity .5s ease-in-out;
  opacity: 1; }
  .project-grid-expanded-content.collapsed {
    height: 0px;
    overflow: hidden;
    opacity: 0; }

.project-grid-row-descrp {
  background-color: #ebbd42;
  border: none !important;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5px;
  padding: 10px;
  width: 90%; }

.project-grid-system-title {
  color: #002444;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 18px;
  margin-bottom: 4px;
  margin-right: 8px;
  padding-left: 8px; }

.project-grid-row-system-area {
  border: none !important;
  margin-bottom: 5px;
  padding: 0;
  width: 100%; }

/*******************************************/
/*******************************************/
/* System Level */
/*******************************************/
.system-grid-container {
  border-top: 4px solid #002444;
  margin-top: 5px;
  /*&:first-child {
		border: none !important;
		margin-top: 0;
	}*/ }

.system-grid-row {
  border: none !important;
  cursor: pointer;
  line-height: 12px;
  margin-top: 0px;
  padding: 0;
  width: 100%; }
  .system-grid-row-system-cntr {
    font-size: 10px;
    font-style: italic;
    padding: 0; }
  .system-grid-row-system-name {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    padding-top: 5px; }
    .system-grid-row-system-name:hover .edit-buttons {
      display: block !important;
      padding: 0; }

.system-grid-row-info {
  background-color: #f6f6f6;
  border: none !important;
  padding: 0px;
  margin: 0;
  width: 100%; }
  .system-grid-row-info .grid-col {
    border-right: 2px solid white; }
  .system-grid-row-info .grid-col:first-child {
    border-left: 1px solid white; }
  .system-grid-row-info-header {
    border-bottom: none !important;
    font-size: 10px;
    color: #002444;
    height: auto !important;
    /*margin: 5px 20px 0px 20px;
		padding: 0px;*/ }
  .system-grid-row-info-redund-descrp {
    border-left: none !important;
    background-color: white !important;
    font-size: 12px;
    font-style: italic;
    padding-top: 4px; }

.system-grid-row-descrp {
  background-color: #ebbd42;
  border: none !important;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 5px;
  padding: 5px;
  width: 100%; }

.system-search-results {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: white;
  /*height: 100%;
	min-height: 200px;*/
  margin-top: 10px;
  padding: 0; }
  .system-search-results-header {
    width: 100%;
    background-color: #ebbd42;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding: 5px 0px; }
  .system-search-results-content {
    min-height: 0px;
    max-height: 500px;
    overflow-y: auto;
    overflow: auto; }
  .system-search-results .search-sum-row {
    border-bottom: 1px dotted #002444;
    font-size: 12px;
    padding: 6px 0px;
    margin-bottom: 4px; }
  .system-search-results .search-prod-type {
    float: left;
    background-color: #9fc4e7;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0px;
    height: auto;
    width: 100%; }
  .system-search-results-footer {
    width: 100%;
    background-color: #9fc4e7;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 0px 0px;
    margin-bottom: 0px; }
    .system-search-results-footer .search-result-footer-msg {
      font-size: 10px;
      padding: 10px;
      text-align: left; }
    .system-search-results-footer a {
      color: #002444; }
    .system-search-results-footer a:hover {
      color: #005aaa !important; }

.search-results-product {
  background-color: white;
  cursor: pointer;
  margin-bottom: 4px;
  float: left;
  width: 32.5%;
  min-width: 100px;
  height: 180px; }
  .search-results-product:hover {
    background-color: whitesmoke; }
  .search-results-product .search-prod-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding-top: 8px; }
  .search-results-product .search-results-product-image {
    display: inline-block; }
  .search-results-product .search-prod-model-head {
    display: none;
    font-size: 12px;
    font-style: italic;
    padding-left: 0px;
    padding-top: 15px; }
  .search-results-product .search-prod-model-container {
    display: none;
    padding-top: 6px;
    padding-left: 8px; }
  .search-results-product .search-prod-model-row {
    display: none;
    font-size: 14px; }

.search-results-no-match-message {
  line-height: 14px;
  padding: 10px;
  margin: 0; }
  .search-results-no-match-message p {
    padding-top: 8px;
    font-size: 12px; }

.search-results-no-match-search-again {
  margin: 0;
  margin-bottom: 10px; }

/*******************************************/
/*******************************************/
/* Load Level */
/*******************************************/
.system-grid-row-loads {
  /*border: 1px solid #ccc;*/
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 4px;
  margin-bottom: 15px;
  padding: 0;
  width: 96%; }

.load-grid-row {
  margin: 0;
  /*margin: 0px 30px;*/
  /*&-toolbar {
		background-color: #ccc;
		height: 40px !important;
	}*/ }
  .load-grid-row-header {
    color: #002444;
    border: none !important;
    /*border-bottom: 1px solid #ccc !important;*/
    font-size: 16px;
    font-weight: bold;
    padding: 0 !important;
    /*margin: 0 !important;*/
    margin-top: 10px; }
  .load-grid-row-grouprow {
    border: none !important;
    color: #002444;
    font-size: 10px;
    /*margin-left: 1%;
		margin-right: 1%;*/
    margin-top: 6px;
    width: 98%; }
    .load-grid-row-grouprow .load-type {
      font-size: 16px;
      font-weight: bold;
      color: black; }
  .load-grid-row-detail {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    line-height: 26px !important;
    /*margin-left: 4%;
		margin-right: 2%;*/
    width: 94%; }
    .load-grid-row-detail:hover {
      background-color: whitesmoke; }
      .load-grid-row-detail:hover .edit-buttons {
        padding: 0; }
        .load-grid-row-detail:hover .edit-buttons i {
          color: #002444; }

.dlg-load-row {
  margin: 0;
  padding: 0; }
  .dlg-load-row-addmargin {
    margin-bottom: 10px; }

.dlg-load-descrp {
  font-size: 14px;
  font-weight: bold; }

.dlg-load-notes {
  font-size: 12px;
  font-style: italic;
  line-height: 12px; }

.dlg-container {
  min-height: 40vh;
  max-height: 60vh;
  /*margin-bottom: 48px;*/
  padding: 20px;
  overflow: hidden;
  overflow-y: auto; }

.dlg-button-row {
  text-align: right;
  padding-top: 20px; }

.dlg-form-header {
  padding: 10px;
  padding-left: 20px; }

.dlg-form-row-label {
  color: #002444;
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px !important;
  padding-top: 20px !important;
  text-align: right; }

.form-row-calc-totals {
  position: relative;
  bottom: 0px;
  border-top: none;
  background-color: #cccccc;
  font-weight: bold;
  padding: 3px;
  text-align: right;
  width: 100%; }
  .form-row-calc-totals-header {
    /*bottom: 28px;*/
    border-top: 1px solid black;
    color: #002444;
    font-size: 10px;
    font-weight: normal;
    padding: 0;
    height: 18px; }

.form-calc-area {
  width: 95%;
  margin-left: 2.5%; }

.room-grid-row {
  border-bottom: 1px solid #ccc !important;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  margin: 0; }
  .room-grid-row:hover {
    background-color: whitesmoke; }
    .room-grid-row:hover .edit-buttons i {
      color: #002444; }
  .room-grid-row-header {
    color: #002444;
    font-weight: bold; }

.room-grid-row-edit {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 4px;
  border-bottom: none !important;
  z-index: 100; }
  .room-grid-row-edit:hover {
    background-color: transparent !important; }
  .room-grid-row-edit select {
    border: none !important;
    height: 28px;
    font-size: 14px; }
  .room-grid-row-edit input {
    height: 28px;
    font-size: 14px; }

.modal-overlay {
  z-index: 99; }

.grid-row-edit-mode {
  background-color: #f2f9f2; }
  .grid-row-edit-mode .save-buttons i {
    color: #002444; }

.input-field-gridrow-col {
  margin: 0;
  padding: 0; }

.sizing-message {
  border: 1px solid #002444;
  background-color: white;
  color: maroon;
  font-size: 12px;
  font-style: italic;
  padding: 10px;
  line-height: 17px;
  margin-left: 5%;
  margin-top: 20px;
  width: 90%; }

.login-welcome-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }
  .login-welcome-container .option-container {
    color: #002444;
    margin-top: 50px;
    width: 100%;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    /*@include susy-media(1100px) {
            &.move-half {
                background-color: red;
                transform: translateX(-95vw);
            }
        }

        @include susy-media(1400px) {
            &.move-half {
                background-color: red;
                transform: translateX(-75%);
            }
        }*/ }
    .login-welcome-container .option-container.move-out {
      -webkit-transform: translateX(-100vw);
              transform: translateX(-100vw); }
    .login-welcome-container .option-container.move-half {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    .login-welcome-container .option-container.move-all-out {
      -webkit-transform: translateX(-200vw);
              transform: translateX(-200vw); }
    .login-welcome-container .option-container .login-panel {
      border: 1px dotted #002444;
      padding: 20px;
      position: absolute;
      left: 1000px;
      top: 20px;
      width: 75vw;
      opacity: 0;
      max-width: 1000px;
      min-width: 1000px; }
      .login-welcome-container .option-container .login-panel .login-back {
        background-color: #002444;
        border-radius: 50%;
        color: white;
        cursor: pointer;
        left: -25px;
        position: absolute;
        top: 48px;
        height: 30px;
        width: 30px;
        padding: 3px; }
        .login-welcome-container .option-container .login-panel .login-back:hover {
          color: #ebbd42; }
      .login-welcome-container .option-container .login-panel.show {
        opacity: 1; }
      .login-welcome-container .option-container .login-panel input {
        display: inline-block; }
      .login-welcome-container .option-container .login-panel input[type='text'] {
        width: 100%; }
      .login-welcome-container .option-container .login-panel input[type='password'] {
        width: 100%; }
      .login-welcome-container .option-container .login-panel .account-btns {
        font-size: .8rem;
        padding-top: 5px; }
        .login-welcome-container .option-container .login-panel .account-btns a {
          margin-right: 10px; }
      .login-welcome-container .option-container .login-panel .btns {
        padding-top: 30px; }
        .login-welcome-container .option-container .login-panel .btns span {
          margin-left: 10px;
          margin-right: 10px; }
        .login-welcome-container .option-container .login-panel .btns form {
          display: inline-block; }
      .login-welcome-container .option-container .login-panel .bad-login {
        color: maroon;
        font-weight: bold;
        font-size: .8rem;
        padding-top: 10px;
        width: 100%; }
    .login-welcome-container .option-container .login-header {
      font-family: 'Roboto', sans-serif;
      font-size: 2rem;
      padding: 20px;
      text-align: center;
      margin-bottom: 50px;
      width: 100%; }
    .login-welcome-container .option-container .option-row {
      padding: 40px;
      position: relative;
      margin-bottom: 50px; }
      .login-welcome-container .option-container .option-row img {
        display: inline-block; }
      .login-welcome-container .option-container .option-row .option-header {
        position: absolute;
        font-family: 'Roboto', sans-serif;
        font-size: 1.3rem;
        font-weight: bold;
        top: 0px;
        left: 0px;
        text-align: center;
        width: 200px; }
      .login-welcome-container .option-container .option-row .option-text {
        font-size: 1.1rem;
        display: inline-block;
        margin-left: 20px;
        width: calc( 100% - 200px);
        vertical-align: middle; }
        .login-welcome-container .option-container .option-row .option-text a {
          text-align: left;
          padding: 0;
          width: 300px; }
          .login-welcome-container .option-container .option-row .option-text a i {
            display: inline-block;
            margin-left: 8px;
            position: relative;
            top: 7px;
            width: 24px; }

.login-features {
  border: 3px solid #002444;
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 1;
  width: 50%;
  -webkit-transform: translate(-50%, 50vh);
          transform: translate(-50%, 50vh);
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out; }
  .login-features li {
    font-family: 'Noto',sans-serif;
    margin-top: 15px;
    margin-bottom: 15px; }
  .login-features.show {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.login-welcome-header {
  border-bottom: 3px solid #002444;
  color: #002444;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-align: left; }

.login-welcome-message {
  background-color: white;
  border: 3px solid #002444;
  border-radius: 10px;
  font-size: 1em;
  /*margin-bottom: 20px;*/
  margin-top: 20px;
  margin-right: 30px;
  padding: 30px 30px;
  text-align: justify; }
  .login-welcome-message p {
    padding-bottom: 10px; }
  .login-welcome-message-error {
    color: darkred;
    margin: 10px 0; }

.login-welcome-subhead {
  border-bottom: 3px solid #002444; }
  .login-welcome-subhead-error {
    color: maroon; }

.login-welcome-texthead {
  font-size: .9em;
  padding: 10px; }

.hdr-bar {
  cursor: pointer; }

#dd-saved-systems {
  background-color: white;
  border: 3px solid #002444;
  border-radius: 6px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
  z-index: 100;
  width: 30%;
  max-width: 300px;
  opacity: 0;
  overflow: hidden;
  transition: height .5s ease-in-out; }
  #dd-saved-systems.show {
    opacity: 1; }
  #dd-saved-systems li {
    cursor: pointer;
    padding: 10px; }
    #dd-saved-systems li:first-child {
      margin-top: 0; }
    #dd-saved-systems li:hover {
      background-color: #9fc4e7;
      color: #002444; }

#frm-save-systems {
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translate(-50%, -999px);
          transform: translate(-50%, -999px);
  background-color: white;
  border: 3px solid #002444;
  border-radius: 4px;
  height: 100px;
  opacity: 0;
  padding: 20px;
  padding-top: 25px;
  width: 600px;
  z-index: 100;
  transition: -webkit-transform .25s linear;
  transition: transform .25s linear; }
  #frm-save-systems.show {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px); }

#frm-email-system {
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translate(-50%, -999px);
          transform: translate(-50%, -999px);
  background-color: white;
  border: 3px solid #002444;
  border-radius: 4px;
  height: 550px;
  opacity: 0;
  padding: 20px;
  padding-top: 25px;
  width: 600px;
  z-index: 100;
  transition: -webkit-transform .25s linear;
  transition: transform .25s linear; }
  #frm-email-system.show {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px); }

#modal-cover {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 0px;
  opacity: 1;
  z-index: 99; }
  #modal-cover.show {
    background-color: whitesmoke;
    opacity: .3;
    height: 100%;
    width: 100%; }

#qs-main-container {
  background-color: white;
  height: auto;
  min-height: 80%;
  margin-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 95%;
  overflow-x: hidden;
  overflow-y: hidden; }
  #qs-main-container .system-header {
    background-color: #002444;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 2px; }
    #qs-main-container .system-header .system-name {
      cursor: pointer;
      line-height: 48px; }
      #qs-main-container .system-header .system-name:hover {
        background-color: #9fc4e7;
        color: #002444; }
      #qs-main-container .system-header .system-name span {
        cursor: pointer;
        display: inline-block; }
      #qs-main-container .system-header .system-name i {
        cursor: pointer;
        display: inline-block;
        position: relative;
        top: 8px; }
    #qs-main-container .system-header .system-toolbar {
      padding-top: 2px; }
      #qs-main-container .system-header .system-toolbar .tool-bar-item {
        cursor: pointer;
        float: right; }
        #qs-main-container .system-header .system-toolbar .tool-bar-item:hover {
          background-color: #9fc4e7;
          color: #002444; }
        #qs-main-container .system-header .system-toolbar .tool-bar-item i {
          cursor: pointer;
          float: left;
          text-align: center;
          width: 100%; }
        #qs-main-container .system-header .system-toolbar .tool-bar-item label {
          cursor: pointer;
          float: left;
          font-size: .75rem;
          font-weight: normal;
          text-align: center;
          width: 100%; }
  #qs-main-container .system-container {
    position: relative;
    border-bottom: 1px dashed #002444;
    padding-top: 40px;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 10px;
    width: 100%;
    z-index: 1; }
    #qs-main-container .system-container .system-select {
      width: 70%; }
  #qs-main-container .body-header {
    font-size: .8rem;
    font-weight: bold;
    font-style: italic;
    padding: 10px;
    margin-left: 210px;
    min-width: 300px;
    text-align: center;
    width: calc(100% - 200px); }
  #qs-main-container .load-body {
    position: relative; }
  #qs-main-container .load-container {
    float: left;
    background-color: #f9f9f9;
    border-top: 1px dashed #002444;
    border-right: 1px dashed #002444;
    cursor: pointer;
    position: relative;
    width: 200px;
    z-index: 3; }
    #qs-main-container .load-container .mnu-item {
      border-bottom: 1px dashed #002444;
      padding: 10px 15px;
      height: 67px;
      max-height: 67px;
      overflow: hidden; }
      #qs-main-container .load-container .mnu-item:hover {
        background-color: #9fc4e7; }
      #qs-main-container .load-container .mnu-item.selected {
        background-color: #9fc4e7; }
      #qs-main-container .load-container .mnu-item .menu-title {
        font-weight: bold; }
      #qs-main-container .load-container .mnu-item .menu-subtitle {
        font-size: .8rem;
        line-height: 1;
        padding-top: 4px; }
    #qs-main-container .load-container i {
      float: right; }
    #qs-main-container .load-container .mnu-total {
      border-bottom: 1px dashed #002444;
      font-weight: bold;
      padding: 20px 15px; }
  #qs-main-container .summary-body {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 210px;
    padding-bottom: 30px;
    padding-right: 30px;
    width: 100%;
    z-index: 1; }
    #qs-main-container .summary-body .summary-head {
      border-bottom: 1px dashed #002444;
      color: #002444;
      font-size: 1.2rem;
      font-weight: bold;
      height: 67px;
      max-height: 67px;
      overflow: hidden;
      padding: 20px 15px;
      text-align: right;
      width: 100%; }
      #qs-main-container .summary-body .summary-head .unit-label {
        font-size: .8rem;
        font-weight: normal;
        font-style: italic;
        padding-left: 4px;
        padding-right: 30px; }
      #qs-main-container .summary-body .summary-head .btn-load-remove {
        display: inline-block;
        margin-top: -8px;
        max-height: 36px;
        max-width: 36px; }
        #qs-main-container .summary-body .summary-head .btn-load-remove i {
          border-radius: 50%;
          background-color: #44a7ff;
          color: white;
          padding: 6px; }
          #qs-main-container .summary-body .summary-head .btn-load-remove i:hover {
            background-color: #002444; }
        #qs-main-container .summary-body .summary-head .btn-load-remove:active i {
          color: white;
          background-color: #002444; }

.load-setup-form {
  float: left;
  background-color: white;
  border: 3px solid #002444;
  margin: 0;
  margin-bottom: 40px;
  position: absolute;
  min-width: 300px;
  max-width: 700px;
  min-height: 400px;
  width: 60%;
  top: -999px;
  transition: top .2s ease-in-out;
  z-index: 0; }
  .load-setup-form.in {
    z-index: 5; }

.qs-form-header {
  background-color: #002444;
  color: white;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 5px;
  position: relative;
  margin-bottom: 20px;
  text-align: center; }
  .qs-form-header span {
    float: left;
    width: 100%; }
  .qs-form-header i {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 10px; }

.qs-form-info {
  padding-left: 20px;
  padding-right: 20px; }

.qs-grid {
  padding: 20px; }
  .qs-grid .qs-grid-row {
    border-bottom: 1px dotted #002444;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px; }
    .qs-grid .qs-grid-row.header {
      border-bottom: 2px solid #002444;
      font-weight: bold;
      line-height: 1;
      text-align: center; }
    .qs-grid .qs-grid-row .qs-descrp-col {
      display: inline-block;
      padding-top: 6px;
      line-height: 1; }
    .qs-grid .qs-grid-row .btn-room-row-edit {
      height: 30px;
      line-height: 30px; }
      .qs-grid .qs-grid-row .btn-room-row-edit i {
        padding: 10px; }
      .qs-grid .qs-grid-row .btn-room-row-edit:active i {
        color: white;
        background-color: #002444; }
    .qs-grid .qs-grid-row.in-edit-mode {
      border: 1px dotted black;
      margin-top: 10px;
      margin-bottom: 10px; }
    .qs-grid .qs-grid-row.inactive {
      opacity: .5; }
  .qs-grid .qsgrid-row-newrow {
    /*height: 40px;
        width: 100%;
        background-color: green;*/ }
  .qs-grid #btn-new-row {
    margin-top: 12px; }
    .qs-grid #btn-new-row.hide {
      opacity: 0; }

.qs-form-footer {
  position: absolute;
  bottom: 0px;
  background-color: #002444;
  color: white;
  font-weight: bold;
  padding: 5px;
  margin-top: 20px;
  width: 100%; }
  .qs-form-footer .foot-title {
    padding-left: 20px;
    padding-top: 12px; }
  .qs-form-footer .foot-lbl {
    display: inline-block;
    font-size: .9rem;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    width: 100%; }
  .qs-form-footer .foot-data {
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    width: 100%; }
    .qs-form-footer .foot-data .unit-label {
      font-size: .8rem;
      font-weight: normal;
      font-style: italic;
      padding-left: 4px; }

.qsintro-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px; }
  .qsintro-content .row, .qsintro-content .form-row, .qsintro-content .system-search-results .search-sum-row, .system-search-results .qsintro-content .search-sum-row, .qsintro-content .search-results-product .search-prod-model-container, .search-results-product .qsintro-content .search-prod-model-container, .qsintro-content .search-results-product .search-prod-model-row, .search-results-product .qsintro-content .search-prod-model-row, .qsintro-content #qs-main-container .body-header, #qs-main-container .qsintro-content .body-header, .qsintro-content #qs-main-container .load-container .mnu-item, #qs-main-container .load-container .qsintro-content .mnu-item, .qsintro-content #qs-main-container .summary-body .summary-head, #qs-main-container .summary-body .qsintro-content .summary-head, .qsintro-content .qs-grid .qs-grid-row, .qs-grid .qsintro-content .qs-grid-row, .qsintro-content .qs-form-footer {
    margin-bottom: 20px; }
  .qsintro-content ul {
    padding: 0px 40px; }
    .qsintro-content ul li {
      margin-bottom: 8px; }

.qsintro-slide-show {
  border-top: 1px solid black;
  margin-top: 40px;
  padding-top: 40px; }

.qsintro-slides {
  background-color: white;
  border: 1px solid black;
  height: 450px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 30px;
  position: relative;
  overflow: hidden; }
  .qsintro-slides .qsintro-slide {
    position: absolute;
    top: 30px;
    left: 30px;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out; }
    .qsintro-slides .qsintro-slide .img-container {
      float: left; }
    .qsintro-slides .qsintro-slide .txt-container {
      float: left;
      width: 250px;
      padding: 0px 20px; }
    .qsintro-slides .qsintro-slide.left {
      -webkit-transform: translateX(-999px);
              transform: translateX(-999px); }
    .qsintro-slides .qsintro-slide.right {
      -webkit-transform: translateX(999px);
              transform: translateX(999px); }
    .qsintro-slides .qsintro-slide.front {
      -webkit-transform: translateX(30px);
              transform: translateX(30px); }
  .qsintro-slides #btn-left-slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 10; }
    .qsintro-slides #btn-left-slide img {
      background-color: black;
      opacity: .3; }
    .qsintro-slides #btn-left-slide:hover img {
      opacity: .7; }
  .qsintro-slides #btn-right-slide {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 10; }
    .qsintro-slides #btn-right-slide img {
      float: right;
      background-color: black;
      opacity: .3; }
    .qsintro-slides #btn-right-slide:hover img {
      opacity: .7; }
  .qsintro-slides #qsinto-slide-index {
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 20px;
    width: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .qsintro-slides #qsinto-slide-index .marker {
      float: left;
      background-color: white;
      border: 1px solid black;
      border-radius: 50%;
      height: 10px;
      margin-right: 20px;
      width: 10px; }
      .qsintro-slides #qsinto-slide-index .marker.selected {
        background-color: black; }

@media print {
  .hdr-bar {
    display: none; }
  .system-toolbar {
    display: none; }
  #qs-main-container .system-container {
    padding-left: 2%;
    padding-right: 2%; }
    #qs-main-container .system-container .system-select {
      width: 70%; }
  .btn-load-remove {
    display: none !important; } }
