.color-sample {
  float: left;
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 20px 20px 0; }

.color-sample div {
  padding: 10px;
  color: inherit; }

.color-1 {
  background: #222;
  color: #fff; }

.color-2 {
  background: #eee;
  color: #333; }

.color-3 {
  background: #E8ECF1;
  color: #000; }

.color-sample {
  float: left;
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 20px 20px 0; }

.color-sample div {
  padding: 10px;
  color: inherit; }

.color-1 {
  background: #222;
  color: #fff; }

.color-2 {
  background: #eee;
  color: #333; }

.color-3 {
  background: #E8ECF1;
  color: #000; }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

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

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

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

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

/* ============================================================================
   Base
   ========================================================================= */
html {
  font-size: 10px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 768px) {
    html {
      font-size: 12px; } }

body {
  color: #333;
  background: #EFEFEF; }

/* Remove ~300 ms dealy on Mobile Safari for the following elements */
a,
button,
input,
select,
textarea,
label,
summary {
  touch-action: manipulation; }

button {
  border: 0;
  padding: 7px 20px;
  margin: 0 10px 10px 0;
  background: #036;
  color: #fff;
  border-radius: 2px; }
  button:hover {
    background: #66b3ff; }

button.button-fa {
  border: 0;
  padding: 7px 20px;
  margin: 0 10px 10px 0;
  background: #FFF;
  color: #000; }
  button.button-fa:hover {
    text-shadow: 0px 0px 10px #ccc; }

/* ============================================================================
   Typography
   ========================================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: normal;
  /*
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -webkit-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
    */ }

p,
ul,
li {
  font-weight: 300;
  /*
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -webkit-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
    */ }

p,
ul,
ol,
li,
h1,
h2,
h3,
h4 {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 1em; }
  @media screen and (min-width: 768px) {
    p,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4 {
      margin: 0 0 0em 0; } }

h1 {
  margin: 0 0 1em 0;
  font-size: 1.6em;
  line-height: 1.2; }
  @media screen and (min-width: 600px) {
    h1 {
      margin: 0 0 1em 0;
      font-size: 1.6em; } }

h2 {
  margin: 1.5em 0 .3em 0;
  padding: 0.3em 0;
  font-size: 1.2em;
  line-height: 1.4;
  text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    h2 {
      margin: 1.8em 0 .6em 0;
      font-size: 1.5em;
      line-height: 1.2; } }

h3 {
  margin: 1em 0 .5em 0;
  font-size: 1.2em; }

h4 {
  margin: 3em 0 .5em 0;
  font-size: 1em;
  color: #666; }

img {
  max-width: 100%;
  height: auto; }

ul,
ol,
dl {
  margin: 0 0 1.5em 0;
  line-height: 1.5; }

ul,
ol {
  margin-left: 20px; }

li {
  margin-bottom: 0; }

a {
  color: #000;
  transition: 0.3s color; }
  a:hover {
    color: #222; }

b,
strong {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold; }

pre {
  padding: 20px;
  background: #eee;
  color: #333; }

/* ============================================================================
   Tables
   ========================================================================= */
caption {
  padding: 10px 5px 20px 5px;
  color: #999; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0 30px 0; }

th {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding: 4px 4px;
  font-size: 0.8em;
  background: #000;
  color: #eee;
  border-bottom: 1px solid #003366; }

tfoot th {
  text-align: left; }

td {
  text-align: left;
  padding: 2px 2px;
  font-size: 0.8em;
  color: #333;
  border: 1px solid #eee; }
  tr.no-border td {
    border: 0; }
  @media screen and (min-width: 768px) {
    td {
      line-height: 1.3; } }
  td a:hover {
    text-decoration: underline; }

.even td {
  background: rgba(0, 0, 0, 0.05); }

table .number {
  text-align: right; }

/* ============================================================================
   General
   ========================================================================= */
hr {
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #eee; }
  @media screen and (min-width: 600px) {
    hr {
      margin: 4em 0 3em 0; } }

.hr hr {
  display: none; }

.hr {
  margin: 1em 0;
  border-top: 1px solid #ddd; }
  @media screen and (min-width: 600px) {
    .hr {
      margin: 6em 0 1em 0; } }

blockquote {
  margin: 2em 0 2em 0;
  padding: 0 20px;
  border-left: 5px solid #222;
  line-height: 1.3;
  font-size: 1.3em;
  color: #333; }
  @media screen and (min-width: 768px) {
    blockquote {
      float: right;
      width: 27.5%;
      margin: 0 0 1em 50px;
      padding: 0 20px; } }

figure {
  margin: 0; }

figcaption {
  color: #999;
  font-size: 0.8em;
  text-align: center;
  font-style: italic;
  margin: 1em 0 2em 0; }

object {
  outline: none; }

.small {
  float: right;
  margin-right: 20px;
  font-size: 11px; }

.center {
  text-align: center; }

picture.right {
  float: right;
  margin: 0 0 2em 4em; }

picture.left {
  float: left;
  margin: 0 2em 4em 0; }

/* ============================================================================
   Forms
   ========================================================================= */
fieldset {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0px solid #333; }

legend {
  padding: 0 2px;
  color: #333;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold; }

label {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: normal;
  display: block;
  margin: 13px 0 3px 0;
  font-size: 0.85em; }

label.long {
  margin: 15px 0;
  line-height: .9; }

input {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 12px; }

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  padding: 7px;
  border: 0px;
  background: transparent; }

input[type="date"],
input[type="datetime"] {
  padding: 5px 7px; }

input[type="number"] {
  text-align: center;
  padding: 5px 3px;
  width: 45px; }
  @media screen and (min-width: 768px) {
    input[type="number"] {
      padding: 5px;
      width: 60px; } }

input[readonly="readonly"] {
  color: #ccc; }

input:focus {
  background: #fcfddd;
  outline: none;
  box-shadow: 0 0 5px rgba(232, 236, 241, 0.5); }

input[type="submit"] {
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  padding: 7px 20px;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 3px; }

input.submit {
  margin: 25px 0 10px 0; }

textarea {
  width: 70%;
  height: 100px;
  padding: 5px;
  border: 0px;
  background: transparent; }
  @media screen and (min-width: 600px) {
    textarea {
      width: 500px; } }
  textarea:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(232, 236, 241, 0.5);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  textarea:focus:not([readonly]) {
    height: 150px; }

select {
  margin: 2px 0 10px 0;
  border: 1px solid #cccccc; }

/* ============================================================================
   Responsive video
   ========================================================================= */
.video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  margin: 1em 0; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

html,
body,
.viewport {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }

.vbox {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.hbox {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

main {
  background-color: #fff; }
  main section {
    background-color: #ffffff; }
  main aside {
    background-color: #efefef; }

/*
.space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
*/
.text-left {
  text-align: left; }

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

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

.text-bold {
  font-weight: 700; }

header {
  width: 100%;
  background: #fff; }
  header #header-logo {
    height: 65px; }
    @media screen and (min-width: 768px) {
      header #header-logo {
        height: 100px; } }
    header #header-logo img {
      height: 75%;
      padding: 0px;
      margin: 5px 0; }
      @media screen and (min-width: 768px) {
        header #header-logo img {
          margin: 10px 0; } }

nav {
  background-color: #E8ECF1;
  color: #000; }
  nav .navigation {
    justify-content: flex-start !important; }
    nav .navigation a {
      display: inline-block;
      text-decoration: none;
      color: inherit;
      padding: 5px 5px; }
      nav .navigation a.active {
        background-color: #c8d2de; }
      nav .navigation a:hover {
        background: rgba(255, 255, 255, 0.3); }
  nav .settings-nav {
    background-color: #c8d2de; }
  nav .login-info-row {
    background-color: #fff;
    padding-top: 5px; }
    nav .login-info-row .login-info {
      display: flex;
      justify-content: flex-end; }
      nav .login-info-row .login-info a {
        padding-left: 5px;
        color: inherit; }

.section {
  clear: both;
  background-size: cover;
  margin: 0;
  padding: 0; }
  .section .section-content {
    box-sizing: border-box;
    width: 95%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .section .section-content h1 {
      width: 100%; }
    @media screen and (min-width: 768px) {
      .section .section-content {
        padding: 0; } }
    @media screen and (min-width: 1024px) {
      .section .section-content {
        padding: 0; } }
    @media screen and (min-width: 1300px) {
      .section .section-content {
        max-width: 1460px;
        padding: 0 50px; } }
    .section .section-content .login-box {
      display: flex;
      flex-flow: row;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      width: 50%; }
      @media screen and (min-width: 768px) {
        .section .section-content .login-box {
          width: 25%; } }
    .section .section-content .actions {
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: stretch;
      padding: 7px 10px;
      margin-bottom: 20px;
      border-radius: 3px; }
      @media screen and (min-width: 768px) {
        .section .section-content .actions {
          flex-direction: row; } }
      .section .section-content .actions div {
        padding: 0 20px 0 0; }
        .section .section-content .actions div label {
          margin: 0 5px; }
        .section .section-content .actions div input[type="text"] {
          max-width: 80px; }
          @media screen and (min-width: 768px) {
            .section .section-content .actions div input[type="text"] {
              max-width: none;
              width: 200px; } }
        .section .section-content .actions div input[type="checkbox"] {
          margin: 10px; }
        .section .section-content .actions div input[type="submit"] {
          margin: 0 auto;
          background: #000;
          color: #fff; }
      .section .section-content .actions #date-range-selector,
      .section .section-content .actions #single-date-selector {
        display: flex;
        flex-direction: column; }
        @media screen and (min-width: 768px) {
          .section .section-content .actions #date-range-selector,
          .section .section-content .actions #single-date-selector {
            flex-direction: row; } }
    .section .section-content .form-actions {
      box-sizing: border-box;
      width: 100%;
      padding: 10px 10px 0px 10px;
      margin-bottom: 20px;
      border-radius: 3px; }
      .section .section-content .form-actions button {
        padding: 4px 15px; }
      .section .section-content .form-actions span {
        font-weight: bold;
        padding: 0 20px; }
        .section .section-content .form-actions span .error-message {
          color: red; }
    .section .section-content .pagination {
      text-align: center;
      margin: 10px 0; }
      .section .section-content .pagination .current {
        background: #eee;
        display: inline-block;
        padding: 2px 7px;
        font-weight: bold; }
      .section .section-content .pagination a {
        display: inline-block;
        padding: 2px 7px; }
        .section .section-content .pagination a:hover {
          background: #f5f5f5; }
    .section .section-content .new {
      background: #ff6600;
      color: #fff;
      margin: 0;
      padding: 7px 20px;
      border-radius: 3px; }
      .section .section-content .new:hover {
        background: #e65c00; }
  .section.color-0 {
    background: #fff;
    color: #333;
    border-color: #333; }
  .section.color-1 {
    background: #222;
    color: #fff;
    border-color: #fff; }
    .section.color-1 a {
      color: #fff; }
  .section.color-2 {
    background: #eee;
    color: #333;
    border-color: #333; }
    .section.color-2 a {
      color: #333; }
  .section.color-3 {
    background: #E8ECF1;
    color: #000;
    border-color: #000; }
    .section.color-3 a {
      color: #000; }

.content-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  white-space: nowrap;
  flex-wrap: wrap; }
  .content-row.align-left-label .input-text {
    margin: 0;
    width: 100%; }
    .content-row.align-left-label .input-text input {
      width: 300px;
      border: 1px solid black; }
      .content-row.align-left-label .input-text input.text-right {
        width: 60px; }
  .content-row.align-left-label .helper-field select {
    margin: 10px 0 0 20px; }
  .content-row label {
    display: inline-block;
    width: 15vw; }
    .content-row label.no-width {
      width: auto;
      margin: 0 2px 0 15px; }
  .content-row .input-text {
    margin-right: 30px; }
    .content-row .input-text input {
      border: 1px solid #ccc; }
      .content-row .input-text input:disabled {
        border: 0; }
  .content-row .input-checkbox label {
    margin: 10px 30px 10px 0; }
  .content-row .input-checkbox input {
    margin: 0 5px 0 0; }
  .content-row .input-select select {
    margin-right: 30px; }
  .content-row .input-textarea {
    width: 800px; }
    .content-row .input-textarea label {
      display: block;
      margin-top: 15px; }
    .content-row .input-textarea textarea {
      width: 97%;
      margin-top: 5px;
      border: 1px solid #ccc; }
      .content-row .input-textarea textarea:disabled {
        border: 0; }
  .content-row .input-table {
    width: 100%; }
    .content-row .input-table th {
      background: #e8ecf1;
      color: #000; }
  .content-row .uploaded-assets {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    white-space: nowrap;
    flex-wrap: wrap; }
    .content-row .uploaded-assets .uploaded-asset {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      white-space: nowrap;
      flex-wrap: wrap;
      text-align: center;
      border: 1px solid #eee;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      margin: 10px;
      padding: 2px; }
      .content-row .uploaded-assets .uploaded-asset .remove-asset {
        border-top: 1px dotted #aaa;
        margin-top: 10px;
        padding-top: 10px;
        cursor: pointer; }
      .content-row .uploaded-assets .uploaded-asset img {
        padding: 10px; }

.product-information {
  box-sizing: border-box;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .product-information {
      width: 48%; } }
  .product-information .content-row {
    border-top: 1px solid #ccc;
    padding: 5px; }

.product-status {
  box-sizing: border-box;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .product-status {
      width: 48%; } }

.odd {
  background-color: #b3c6e7; }

.even {
  background-color: #E8ECF1; }

.gray {
  background-color: #CCCCCC; }

.full-width {
  width: 100%; }

footer {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  color: #333;
  background-color: #E8ECF1;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.25rem; }
  footer.section {
    margin-top: 10px; }
  footer div {
    margin: 1em 0;
    padding: 1em 0; }
  footer img {
    padding-top: 10px;
    padding-right: 20px;
    max-height: 70px; }

/* ============================================================================
   Content modules
   ========================================================================= */
/* ============================================================================
   Module: Lvab
   ========================================================================= */
h2 {
  margin: 0; }

table {
  margin: 5px 0 10px 0; }

textarea {
  width: 90%; }

tr.notOk td {
  color: red; }
  tr.notOk td a {
    color: red; }

td {
  vertical-align: top; }

label {
  display: inline; }

a {
  text-decoration: none; }

input:read-only, textarea:read-only {
  border: 1px solid #fff;
  resize: none; }

input:disabled,
select:disabled {
  border: 1px solid #fff; }

textarea:disabled {
  border: 1px solid #f5f5f5; }

.hide {
  display: none; }

.show {
  display: table-row; }

.hidden {
  display: none; }

.archived {
  color: #aaa;
  font-style: italic; }
  .archived a {
    color: #aaa;
    font-style: italic; }

.heading {
  width: 100%; }

.heading {
  width: 100%; }

.content-container table {
  margin-top: 2em; }

.content-container th {
  background: #eee;
  color: #000; }

.sub-heading {
  background: #e8ecf1;
  color: #000; }

.card {
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px; }

.actions-table {
  font-size: 0.8em; }
  .actions-table .actions-tablerow {
    border-bottom: 1px solid #036; }
    .actions-table .actions-tablerow .heading {
      font-weight: bold; }
    .actions-table .actions-tablerow .c1 {
      width: 15%; }
    .actions-table .actions-tablerow .c2 {
      width: 15%; }
    .actions-table .actions-tablerow .c3 {
      width: 45%; }
    .actions-table .actions-tablerow .c4 {
      width: 15%; }
  .actions-table form {
    margin-top: 2px;
    padding: 2px; }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; }

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }

.invoice-list {
  border: 1px solid #999; }
  .invoice-list td {
    border: 0; }

.status-report .removed {
  color: #AA4444;
  font-weight: bold; }
  .status-report .removed a, .status-report .removed td {
    color: #AA4444;
    font-weight: bold; }

.status-report .added {
  color: #44AA44;
  font-weight: bold; }
  .status-report .added a, .status-report .added td {
    color: #44AA44;
    font-weight: bold; }

.status-report .changed {
  font-weight: bold; }
  .status-report .changed a, .status-report .changed td {
    font-weight: bold; }

/* ============================================================================
   Module: Lightbox
   ========================================================================= */
body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
       This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
