@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 24, 2017, 10:00:34 AM
    Author     : Administrator
*/
.small i {
  font-size: .8rem; }

.medium i {
  font-size: 1rem; }

.large i {
  font-size: 1.2rem; }

/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=121.25em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 120rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }
.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto; } }
@media screen and (min-width: 121.25em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto; } }
.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }

  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }

  .grid-x > .medium-1 {
    width: 8.33333%; }

  .grid-x > .medium-2 {
    width: 16.66667%; }

  .grid-x > .medium-3 {
    width: 25%; }

  .grid-x > .medium-4 {
    width: 33.33333%; }

  .grid-x > .medium-5 {
    width: 41.66667%; }

  .grid-x > .medium-6 {
    width: 50%; }

  .grid-x > .medium-7 {
    width: 58.33333%; }

  .grid-x > .medium-8 {
    width: 66.66667%; }

  .grid-x > .medium-9 {
    width: 75%; }

  .grid-x > .medium-10 {
    width: 83.33333%; }

  .grid-x > .medium-11 {
    width: 91.66667%; }

  .grid-x > .medium-12 {
    width: 100%; } }
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }

  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }

  .grid-x > .large-1 {
    width: 8.33333%; }

  .grid-x > .large-2 {
    width: 16.66667%; }

  .grid-x > .large-3 {
    width: 25%; }

  .grid-x > .large-4 {
    width: 33.33333%; }

  .grid-x > .large-5 {
    width: 41.66667%; }

  .grid-x > .large-6 {
    width: 50%; }

  .grid-x > .large-7 {
    width: 58.33333%; }

  .grid-x > .large-8 {
    width: 66.66667%; }

  .grid-x > .large-9 {
    width: 75%; }

  .grid-x > .large-10 {
    width: 83.33333%; }

  .grid-x > .large-11 {
    width: 91.66667%; }

  .grid-x > .large-12 {
    width: 100%; } }
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto; }

  .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
    width: auto; }

  .grid-x > .xlarge-1 {
    width: 8.33333%; }

  .grid-x > .xlarge-2 {
    width: 16.66667%; }

  .grid-x > .xlarge-3 {
    width: 25%; }

  .grid-x > .xlarge-4 {
    width: 33.33333%; }

  .grid-x > .xlarge-5 {
    width: 41.66667%; }

  .grid-x > .xlarge-6 {
    width: 50%; }

  .grid-x > .xlarge-7 {
    width: 58.33333%; }

  .grid-x > .xlarge-8 {
    width: 66.66667%; }

  .grid-x > .xlarge-9 {
    width: 75%; }

  .grid-x > .xlarge-10 {
    width: 83.33333%; }

  .grid-x > .xlarge-11 {
    width: 91.66667%; }

  .grid-x > .xlarge-12 {
    width: 100%; } }
@media screen and (min-width: 121.25em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto; }

  .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
    width: auto; }

  .grid-x > .xxlarge-1 {
    width: 8.33333%; }

  .grid-x > .xxlarge-2 {
    width: 16.66667%; }

  .grid-x > .xxlarge-3 {
    width: 25%; }

  .grid-x > .xxlarge-4 {
    width: 33.33333%; }

  .grid-x > .xxlarge-5 {
    width: 41.66667%; }

  .grid-x > .xxlarge-6 {
    width: 50%; }

  .grid-x > .xxlarge-7 {
    width: 58.33333%; }

  .grid-x > .xxlarge-8 {
    width: 66.66667%; }

  .grid-x > .xxlarge-9 {
    width: 75%; }

  .grid-x > .xxlarge-10 {
    width: 83.33333%; }

  .grid-x > .xxlarge-11 {
    width: 91.66667%; }

  .grid-x > .xxlarge-12 {
    width: 100%; } }
.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 1.875rem); } }
  @media screen and (min-width: 121.25em) {
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }

  .medium-up-2 > .cell {
    width: 50%; }

  .medium-up-3 > .cell {
    width: 33.33333%; }

  .medium-up-4 > .cell {
    width: 25%; }

  .medium-up-5 > .cell {
    width: 20%; }

  .medium-up-6 > .cell {
    width: 16.66667%; }

  .medium-up-7 > .cell {
    width: 14.28571%; }

  .medium-up-8 > .cell {
    width: 12.5%; } }
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }

  .large-up-2 > .cell {
    width: 50%; }

  .large-up-3 > .cell {
    width: 33.33333%; }

  .large-up-4 > .cell {
    width: 25%; }

  .large-up-5 > .cell {
    width: 20%; }

  .large-up-6 > .cell {
    width: 16.66667%; }

  .large-up-7 > .cell {
    width: 14.28571%; }

  .large-up-8 > .cell {
    width: 12.5%; } }
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%; }

  .xlarge-up-2 > .cell {
    width: 50%; }

  .xlarge-up-3 > .cell {
    width: 33.33333%; }

  .xlarge-up-4 > .cell {
    width: 25%; }

  .xlarge-up-5 > .cell {
    width: 20%; }

  .xlarge-up-6 > .cell {
    width: 16.66667%; }

  .xlarge-up-7 > .cell {
    width: 14.28571%; }

  .xlarge-up-8 > .cell {
    width: 12.5%; } }
@media screen and (min-width: 121.25em) {
  .xxlarge-up-1 > .cell {
    width: 100%; }

  .xxlarge-up-2 > .cell {
    width: 50%; }

  .xxlarge-up-3 > .cell {
    width: 33.33333%; }

  .xxlarge-up-4 > .cell {
    width: 25%; }

  .xxlarge-up-5 > .cell {
    width: 20%; }

  .xxlarge-up-6 > .cell {
    width: 16.66667%; }

  .xxlarge-up-7 > .cell {
    width: 14.28571%; }

  .xxlarge-up-8 > .cell {
    width: 12.5%; } }
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }

  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }

  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }

  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }

  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }

  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }

  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }

  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }
@media screen and (min-width: 121.25em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }

  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }

  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }

  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }

  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }

  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }

  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }

  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  .small-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .small-margin-collapse > .medium-3 {
    width: 25%; }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .small-margin-collapse > .medium-6 {
    width: 50%; }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .small-margin-collapse > .medium-9 {
    width: 75%; }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .small-margin-collapse > .medium-12 {
    width: 100%; }
  .small-margin-collapse > .large-1 {
    width: 8.33333%; }
  .small-margin-collapse > .large-2 {
    width: 16.66667%; }
  .small-margin-collapse > .large-3 {
    width: 25%; }
  .small-margin-collapse > .large-4 {
    width: 33.33333%; }
  .small-margin-collapse > .large-5 {
    width: 41.66667%; }
  .small-margin-collapse > .large-6 {
    width: 50%; }
  .small-margin-collapse > .large-7 {
    width: 58.33333%; }
  .small-margin-collapse > .large-8 {
    width: 66.66667%; }
  .small-margin-collapse > .large-9 {
    width: 75%; }
  .small-margin-collapse > .large-10 {
    width: 83.33333%; }
  .small-margin-collapse > .large-11 {
    width: 91.66667%; }
  .small-margin-collapse > .large-12 {
    width: 100%; }
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .small-margin-collapse > .xlarge-3 {
    width: 25%; }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .small-margin-collapse > .xlarge-6 {
    width: 50%; }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .small-margin-collapse > .xlarge-9 {
    width: 75%; }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .small-margin-collapse > .xlarge-12 {
    width: 100%; }
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%; }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }
.medium-margin-collapse > .small-1 {
  width: 8.33333%; }
.medium-margin-collapse > .small-2 {
  width: 16.66667%; }
.medium-margin-collapse > .small-3 {
  width: 25%; }
.medium-margin-collapse > .small-4 {
  width: 33.33333%; }
.medium-margin-collapse > .small-5 {
  width: 41.66667%; }
.medium-margin-collapse > .small-6 {
  width: 50%; }
.medium-margin-collapse > .small-7 {
  width: 58.33333%; }
.medium-margin-collapse > .small-8 {
  width: 66.66667%; }
.medium-margin-collapse > .small-9 {
  width: 75%; }
.medium-margin-collapse > .small-10 {
  width: 83.33333%; }
.medium-margin-collapse > .small-11 {
  width: 91.66667%; }
.medium-margin-collapse > .small-12 {
  width: 100%; }
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }
.large-margin-collapse > .small-1 {
  width: 8.33333%; }
.large-margin-collapse > .small-2 {
  width: 16.66667%; }
.large-margin-collapse > .small-3 {
  width: 25%; }
.large-margin-collapse > .small-4 {
  width: 33.33333%; }
.large-margin-collapse > .small-5 {
  width: 41.66667%; }
.large-margin-collapse > .small-6 {
  width: 50%; }
.large-margin-collapse > .small-7 {
  width: 58.33333%; }
.large-margin-collapse > .small-8 {
  width: 66.66667%; }
.large-margin-collapse > .small-9 {
  width: 75%; }
.large-margin-collapse > .small-10 {
  width: 83.33333%; }
.large-margin-collapse > .small-11 {
  width: 91.66667%; }
.large-margin-collapse > .small-12 {
  width: 100%; }
@media print, screen and (min-width: 40em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }
.xlarge-margin-collapse > .small-1 {
  width: 8.33333%; }
.xlarge-margin-collapse > .small-2 {
  width: 16.66667%; }
.xlarge-margin-collapse > .small-3 {
  width: 25%; }
.xlarge-margin-collapse > .small-4 {
  width: 33.33333%; }
.xlarge-margin-collapse > .small-5 {
  width: 41.66667%; }
.xlarge-margin-collapse > .small-6 {
  width: 50%; }
.xlarge-margin-collapse > .small-7 {
  width: 58.33333%; }
.xlarge-margin-collapse > .small-8 {
  width: 66.66667%; }
.xlarge-margin-collapse > .small-9 {
  width: 75%; }
.xlarge-margin-collapse > .small-10 {
  width: 83.33333%; }
.xlarge-margin-collapse > .small-11 {
  width: 91.66667%; }
.xlarge-margin-collapse > .small-12 {
  width: 100%; }
@media print, screen and (min-width: 40em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }
@media print, screen and (min-width: 64em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 121.25em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }
.xxlarge-margin-collapse > .small-1 {
  width: 8.33333%; }
.xxlarge-margin-collapse > .small-2 {
  width: 16.66667%; }
.xxlarge-margin-collapse > .small-3 {
  width: 25%; }
.xxlarge-margin-collapse > .small-4 {
  width: 33.33333%; }
.xxlarge-margin-collapse > .small-5 {
  width: 41.66667%; }
.xxlarge-margin-collapse > .small-6 {
  width: 50%; }
.xxlarge-margin-collapse > .small-7 {
  width: 58.33333%; }
.xxlarge-margin-collapse > .small-8 {
  width: 66.66667%; }
.xxlarge-margin-collapse > .small-9 {
  width: 75%; }
.xxlarge-margin-collapse > .small-10 {
  width: 83.33333%; }
.xxlarge-margin-collapse > .small-11 {
  width: 91.66667%; }
.xxlarge-margin-collapse > .small-12 {
  width: 100%; }
@media print, screen and (min-width: 40em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%; } }
@media print, screen and (min-width: 64em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%; } }
@media screen and (min-width: 75em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }
@media screen and (min-width: 121.25em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 121.25em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }

  .medium-offset-3 {
    margin-left: 25%; }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }

  .medium-offset-6 {
    margin-left: 50%; }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }

  .medium-offset-9 {
    margin-left: 75%; }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }

  .large-offset-2 {
    margin-left: 16.66667%; }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }

  .large-offset-3 {
    margin-left: 25%; }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }

  .large-offset-5 {
    margin-left: 41.66667%; }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }

  .large-offset-6 {
    margin-left: 50%; }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }

  .large-offset-8 {
    margin-left: 66.66667%; }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }

  .large-offset-9 {
    margin-left: 75%; }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%; }

  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem); }

  .xlarge-offset-1 {
    margin-left: 8.33333%; }

  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }

  .xlarge-offset-2 {
    margin-left: 16.66667%; }

  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }

  .xlarge-offset-3 {
    margin-left: 25%; }

  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem); }

  .xlarge-offset-4 {
    margin-left: 33.33333%; }

  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }

  .xlarge-offset-5 {
    margin-left: 41.66667%; }

  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }

  .xlarge-offset-6 {
    margin-left: 50%; }

  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem); }

  .xlarge-offset-7 {
    margin-left: 58.33333%; }

  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }

  .xlarge-offset-8 {
    margin-left: 66.66667%; }

  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }

  .xlarge-offset-9 {
    margin-left: 75%; }

  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem); }

  .xlarge-offset-10 {
    margin-left: 83.33333%; }

  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }

  .xlarge-offset-11 {
    margin-left: 91.66667%; }

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }
@media screen and (min-width: 121.25em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }

  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem); }

  .xxlarge-offset-1 {
    margin-left: 8.33333%; }

  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }

  .xxlarge-offset-2 {
    margin-left: 16.66667%; }

  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }

  .xxlarge-offset-3 {
    margin-left: 25%; }

  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem); }

  .xxlarge-offset-4 {
    margin-left: 33.33333%; }

  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }

  .xxlarge-offset-5 {
    margin-left: 41.66667%; }

  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }

  .xxlarge-offset-6 {
    margin-left: 50%; }

  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem); }

  .xxlarge-offset-7 {
    margin-left: 58.33333%; }

  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }

  .xxlarge-offset-8 {
    margin-left: 66.66667%; }

  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }

  .xxlarge-offset-9 {
    margin-left: 75%; }

  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem); }

  .xxlarge-offset-10 {
    margin-left: 83.33333%; }

  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }

  .xxlarge-offset-11 {
    margin-left: 91.66667%; }

  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }
.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      flex-basis: auto; } }
  @media screen and (min-width: 121.25em) {
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 121.25em) {
    .grid-y > .xxlarge-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxlarge-shrink {
      height: auto; }
    .grid-y > .xxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxlarge-3 {
      height: 25%; }
    .grid-y > .xxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxlarge-6 {
      height: 50%; }
    .grid-y > .xxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxlarge-9 {
      height: 75%; }
    .grid-y > .xxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxlarge-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 121.25em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }

  .cell .medium-grid-frame {
    width: 100%; }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }

  .cell .large-grid-frame {
    width: 100%; }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }

  .cell .xlarge-grid-frame {
    width: 100%; }

  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }

  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }

  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }
@media screen and (min-width: 121.25em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }

  .cell .xxlarge-grid-frame {
    width: 100%; }

  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }

  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .xxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }

  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }
@media screen and (min-width: 121.25em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }
@media screen and (min-width: 121.25em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 121.25em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media screen and (min-width: 121.25em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem); } }
@media screen and (min-width: 121.25em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem); } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }

  h2, .h2 {
    font-size: 2.5rem; }

  h3, .h3 {
    font-size: 1.9375rem; }

  h4, .h4 {
    font-size: 1.5625rem; }

  h5, .h5 {
    font-size: 1.25rem; }

  h6, .h6 {
    font-size: 1rem; } }
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 120rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }

  .medium-text-right {
    text-align: right; }

  .medium-text-center {
    text-align: center; }

  .medium-text-justify {
    text-align: justify; } }
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }

  .large-text-right {
    text-align: right; }

  .large-text-center {
    text-align: center; }

  .large-text-justify {
    text-align: justify; } }
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }

  .xlarge-text-right {
    text-align: right; }

  .xlarge-text-center {
    text-align: center; }

  .xlarge-text-justify {
    text-align: justify; } }
@media screen and (min-width: 121.25em) {
  .xxlarge-text-left {
    text-align: left; }

  .xxlarge-text-right {
    text-align: right; }

  .xxlarge-text-center {
    text-align: center; }

  .xxlarge-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  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; }

  .print-break-inside {
    page-break-inside: auto; } }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.1375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #9A9A9A !important; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.8rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.1375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  /*background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");*/
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #106d11;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #0d570e;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #106d11;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #106d11;
      color: #106d11; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #083709;
        color: #083709; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #106d11;
          color: #106d11; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #106d11;
      color: #106d11; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #083709;
        color: #083709; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #106d11;
          color: #106d11; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #106d11; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #dbeefa; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }
.accordion-menu a {
  padding: 0.7rem 1rem; }
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #cbcbcb transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #cbcbcb transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #106d11;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #106d11;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #0d570e;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #cdf8cd;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xlarge-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 121.25em) {
    .menu.xxlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xxlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xxlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xxlarge-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }
.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fefefe; }
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fefefe transparent transparent; }
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }
.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }
.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }
.dropdown.menu.vertical > li > a::after {
  right: 14px; }
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fefefe transparent transparent; }
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fefefe; }
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe; } }
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe; } }
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe; } }
@media screen and (min-width: 121.25em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: #1779ba;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #106d11;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #0c3e5f; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #0c3e5f; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  @media print, screen and (min-width: 40em) {
    .position-left {
      width: 350px;
      transform: translateX(-350px); } }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    @media print, screen and (min-width: 40em) {
      .off-canvas-content .off-canvas.position-left {
        transform: translateX(-350px); } }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
    @media print, screen and (min-width: 40em) {
      .off-canvas-content.is-open-left.has-transition-push {
        transform: translateX(350px); } }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  @media print, screen and (min-width: 40em) {
    .position-right {
      width: 350px;
      transform: translateX(350px); } }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    @media print, screen and (min-width: 40em) {
      .off-canvas-content .off-canvas.position-right {
        transform: translateX(350px); } }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
    @media print, screen and (min-width: 40em) {
      .off-canvas-content.is-open-right.has-transition-push {
        transform: translateX(-350px); } }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  @media print, screen and (min-width: 40em) {
    .position-top {
      height: 350px;
      transform: translateY(-350px); } }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    @media print, screen and (min-width: 40em) {
      .off-canvas-content .off-canvas.position-top {
        transform: translateY(-350px); } }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
    @media print, screen and (min-width: 40em) {
      .off-canvas-content.is-open-top.has-transition-push {
        transform: translateY(350px); } }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  @media print, screen and (min-width: 40em) {
    .position-bottom {
      height: 350px;
      transform: translateY(350px); } }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    @media print, screen and (min-width: 40em) {
      .off-canvas-content .off-canvas.position-bottom {
        transform: translateY(350px); } }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
    @media print, screen and (min-width: 40em) {
      .off-canvas-content.is-open-bottom.has-transition-push {
        transform: translateY(-350px); } }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 350px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 350px; }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 350px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 350px; }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 350px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 350px; }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 350px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 350px; } }
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 350px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 350px; }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 350px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 350px; }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 350px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 350px; }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 350px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 350px; } }
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-left.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 350px; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 350px; }

  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-right.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 350px; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 350px; }

  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-top.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 350px; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 350px; }

  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 350px; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 350px; } }
@media screen and (min-width: 121.25em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-left.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 350px; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 350px; }

  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-right.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 350px; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 350px; }

  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-top.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 350px; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 350px; }

  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 350px; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 350px; } }
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; } }
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; } }
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
      box-shadow: none;
      transform: none; } }
@media screen and (min-width: 121.25em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
      box-shadow: none;
      transform: none; } }
.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #106d11; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 120rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 120rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 120rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 120rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }

  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }

  thead {
    background: #f8f8f8;
    color: #0a0a0a; }

  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }

  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }

  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }

  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }
table.hover tfoot tr:hover {
  background-color: #ececec; }
table.hover tbody tr:hover {
  background-color: #f9f9f9; }
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #1779ba;
      color: #fefefe; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #1779ba;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #555555; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 121.1875em) {
    .top-bar.stacked-for-xlarge {
      flex-wrap: wrap; }
      .top-bar.stacked-for-xlarge .top-bar-left,
      .top-bar.stacked-for-xlarge .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  .top-bar.stacked-for-xxlarge {
    flex-wrap: wrap; }
    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
      flex: 0 0 100%;
      max-width: 100%; }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 121.1875em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 121.25em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 121.25em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 121.1875em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 121.25em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 121.1875em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }
.clearfix::after {
  clear: both; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }

  .medium-order-2 {
    order: 2; }

  .medium-order-3 {
    order: 3; }

  .medium-order-4 {
    order: 4; }

  .medium-order-5 {
    order: 5; }

  .medium-order-6 {
    order: 6; } }
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }

  .large-order-2 {
    order: 2; }

  .large-order-3 {
    order: 3; }

  .large-order-4 {
    order: 4; }

  .large-order-5 {
    order: 5; }

  .large-order-6 {
    order: 6; } }
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1; }

  .xlarge-order-2 {
    order: 2; }

  .xlarge-order-3 {
    order: 3; }

  .xlarge-order-4 {
    order: 4; }

  .xlarge-order-5 {
    order: 5; }

  .xlarge-order-6 {
    order: 6; } }
@media screen and (min-width: 121.25em) {
  .xxlarge-order-1 {
    order: 1; }

  .xxlarge-order-2 {
    order: 2; }

  .xxlarge-order-3 {
    order: 3; }

  .xxlarge-order-4 {
    order: 4; }

  .xxlarge-order-5 {
    order: 5; }

  .xxlarge-order-6 {
    order: 6; } }
.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }

  .medium-flex-child-auto {
    flex: 1 1 auto; }

  .medium-flex-child-grow {
    flex: 1 0 auto; }

  .medium-flex-child-shrink {
    flex: 0 1 auto; }

  .medium-flex-dir-row {
    flex-direction: row; }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }

  .medium-flex-dir-column {
    flex-direction: column; }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }

  .large-flex-child-auto {
    flex: 1 1 auto; }

  .large-flex-child-grow {
    flex: 1 0 auto; }

  .large-flex-child-shrink {
    flex: 0 1 auto; }

  .large-flex-dir-row {
    flex-direction: row; }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }

  .large-flex-dir-column {
    flex-direction: column; }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex; }

  .xlarge-flex-child-auto {
    flex: 1 1 auto; }

  .xlarge-flex-child-grow {
    flex: 1 0 auto; }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto; }

  .xlarge-flex-dir-row {
    flex-direction: row; }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }

  .xlarge-flex-dir-column {
    flex-direction: column; }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
@media screen and (min-width: 121.25em) {
  .xxlarge-flex-container {
    display: flex; }

  .xxlarge-flex-child-auto {
    flex: 1 1 auto; }

  .xxlarge-flex-child-grow {
    flex: 1 0 auto; }

  .xxlarge-flex-child-shrink {
    flex: 0 1 auto; }

  .xxlarge-flex-dir-row {
    flex-direction: row; }

  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }

  .xxlarge-flex-dir-column {
    flex-direction: column; }

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
.margin-0 {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important; }

.padding-0 {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important; }

.margin-top-0 {
  margin-top: 0rem !important; }

.padding-top-0 {
  padding-top: 0rem !important; }

.margin-right-0 {
  margin-right: 0rem !important; }

.padding-right-0 {
  padding-right: 0rem !important; }

.margin-bottom-0 {
  margin-bottom: 0rem !important; }

.padding-bottom-0 {
  padding-bottom: 0rem !important; }

.margin-left-0 {
  margin-left: 0rem !important; }

.padding-left-0 {
  padding-left: 0rem !important; }

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important; }

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important; }

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.margin-1 {
  margin-top: 1rem !important;
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: 1rem !important; }

.padding-1 {
  padding-top: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important; }

.margin-top-1 {
  margin-top: 1rem !important; }

.padding-top-1 {
  padding-top: 1rem !important; }

.margin-right-1 {
  margin-right: 1rem !important; }

.padding-right-1 {
  padding-right: 1rem !important; }

.margin-bottom-1 {
  margin-bottom: 1rem !important; }

.padding-bottom-1 {
  padding-bottom: 1rem !important; }

.margin-left-1 {
  margin-left: 1rem !important; }

.padding-left-1 {
  padding-left: 1rem !important; }

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.margin-2 {
  margin-top: 2rem !important;
  margin-right: 2rem !important;
  margin-bottom: 2rem !important;
  margin-left: 2rem !important; }

.padding-2 {
  padding-top: 2rem !important;
  padding-right: 2rem !important;
  padding-bottom: 2rem !important;
  padding-left: 2rem !important; }

.margin-top-2 {
  margin-top: 2rem !important; }

.padding-top-2 {
  padding-top: 2rem !important; }

.margin-right-2 {
  margin-right: 2rem !important; }

.padding-right-2 {
  padding-right: 2rem !important; }

.margin-bottom-2 {
  margin-bottom: 2rem !important; }

.padding-bottom-2 {
  padding-bottom: 2rem !important; }

.margin-left-2 {
  margin-left: 2rem !important; }

.padding-left-2 {
  padding-left: 2rem !important; }

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.margin-3 {
  margin-top: 3rem !important;
  margin-right: 3rem !important;
  margin-bottom: 3rem !important;
  margin-left: 3rem !important; }

.padding-3 {
  padding-top: 3rem !important;
  padding-right: 3rem !important;
  padding-bottom: 3rem !important;
  padding-left: 3rem !important; }

.margin-top-3 {
  margin-top: 3rem !important; }

.padding-top-3 {
  padding-top: 3rem !important; }

.margin-right-3 {
  margin-right: 3rem !important; }

.padding-right-3 {
  padding-right: 3rem !important; }

.margin-bottom-3 {
  margin-bottom: 3rem !important; }

.padding-bottom-3 {
  padding-bottom: 3rem !important; }

.margin-left-3 {
  margin-left: 3rem !important; }

.padding-left-3 {
  padding-left: 3rem !important; }

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.one-row-spacer-bottom {
  margin-bottom: 1vh; }

.one-row-spacer-top {
  margin-top: 1vh; }

.two-row-spacer-top {
  margin-top: 2vh; }

.two-row-spacer-bottom {
  margin-bottom: 2vh; }

.three-row-spacer-top {
  margin-top: 3vh; }

.three-row-spacer-bottom {
  margin-bottom: 3vh; }

.four-row-spacer-top {
  margin-top: 4vh; }

.four-row-spacer-bottom {
  margin-bottom: 4vh; }

.five-row-spacer-top {
  margin-top: 5vh; }

.five-row-spacer-bottom {
  margin-bottom: 5vh; }

.six-row-spacer-top {
  margin-top: 6vh; }

.six-row-spacer-bottom {
  margin-bottom: 6vh; }

.seven-row-spacer-top {
  margin-top: 7vh; }

.seven-row-spacer-bottom {
  margin-bottom: 7vh; }

.eight-row-spacer-top {
  margin-top: 8vh; }

.eight-row-spacer-bottom {
  margin-bottom: 8vh; }

.nine-row-spacer-top {
  margin-top: 9vh; }

.nine-row-spacer-bottom {
  margin-bottom: 9vh; }

.ten-row-spacer-top {
  margin-top: 10vh; }

.ten-row-spacer-bottom {
  margin-bottom: 10vh; }

.one-spacer-left {
  margin-left: 1vw; }

.one-spacer-right {
  margin-right: 1vw; }

.two-spacer-left {
  margin-left: 2vw; }

.two-spacer-right {
  margin-right: 2vw; }

.three-spacer-left {
  margin-left: 3vw; }

.three-spacer-right {
  margin-right: 3vw; }

.four-spacer-left {
  margin-left: 4vw; }

.four-spacer-right {
  margin-right: 4vw; }

iframe {
  border: none; }

.mouseover-highlight {
  padding: 2px; }
  .mouseover-highlight input[type=checkbox] {
    margin: 0; }
  .mouseover-highlight select {
    margin: 0; }
  .mouseover-highlight:hover {
    background-color: rgba(219, 238, 250, 0.5); }

.fi-icon-link {
  cursor: pointer;
  /*line-height: inherit;*/
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  .fi-icon-link:hover, .fi-icon-link:focus {
    color: #1468a0; }

.fi-red {
  color: #cc4b37; }

.fi-green {
  color: #106d11; }

.fa-link-stack {
  cursor: pointer; }

.nv_app_main_content {
  max-height: 75vh !important;
  overflow-y: auto !important; }

ul.small-text li {
  font-size: 0.75rem; }
ul.nv-no-dots {
  list-style: none;
  padding: 0;
  margin: 0; }
ul.nv-lines li:first-child {
  border-top: 1px solid #e6e6e6; }
ul.nv-lines li {
  border-bottom: 1px solid #e6e6e6; }
ul.nv-bg li {
  padding: 0.25rem 0.5rem;
  margin-bottom: 1px; }
ul.nv-bg.nv-bg-primary li {
  background-color: #d7ecfa; }
ul.nv-bg.nv-bg-secondary li {
  background-color: #eaeaea; }
ul.nv-bg.nv-bg-success li {
  background-color: #cdf8cd; }
ul.nv-bg.nv-bg-warning li {
  background-color: #fff3d9; }
ul.nv-bg.nv-bg-alert li {
  background-color: #f7e4e1; }

h5 {
  color: #8a8a8a;
  margin: 1rem 0;
  border-bottom: 1px solid #cacaca; }

h5:not(:first-of-type) {
  margin-top: 1rem;
  color: green; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 24.05.2017, 16:18:35
    Author     : mzahno
*/
form [type='color'],
form [type='date'],
form [type='datetime'],
form [type='datetime-local'],
form [type='email'],
form [type='month'],
form [type='number'],
form [type='password'],
form [type='search'],
form [type='tel'],
form [type='text'],
form [type='time'],
form [type='url'],
form [type='week'],
form textarea {
  padding: .5rem; }
@media print, screen and (min-width: 40em) {
  form .form-row {
    padding-top: .5rem; } }
form fieldset {
  padding: 0 0.5rem;
  margin: 0;
  background: #f9f9f9;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  outline: 0; }
  form fieldset > label {
    display: block;
    padding: 0.5rem 0 1rem; }
    @media print, screen and (min-width: 40em) {
      form fieldset > label {
        font-weight: bold; } }
  form fieldset > legend {
    margin-bottom: 2.5rem;
    color: #1779ba; }
  form fieldset legend {
    font-weight: bold;
    float: left;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    width: 100%; }
  form fieldset.fieldset-bg {
    background: #e9e9e9;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid gainsboro; }
    form fieldset.fieldset-bg :last-child {
      margin-bottom: 0; }
form .row.form-action {
  padding-top: 1rem; }
  form .row.form-action .columns.form-action {
    min-height: 4.2rem;
    padding-top: 1rem; }
form td [type='checkbox'],
form td [type='file'],
form td [type='radio'] {
  margin: 0; }

select {
  /*padding-right: 0;*/ }

label {
  font-weight: bold; }
  @media screen and (max-width: 39.9375em) {
    label.text-right {
      float: left; }
    label.middle {
      margin-bottom: 0;
      padding: 0; } }
  @media print, screen and (min-width: 40em) {
    label.middle {
      margin-bottom: 0;
      padding: 0; } }

@media screen and (max-width: 39.9375em) {
  input[type='checkbox'] + label {
    float: none; } }

tr.disabled td,
tr.disabled th {
  color: #8a8a8a;
  background: #cacaca !important; }

.nv-table {
  width: 100%; }
  .nv-table.narrow {
    font-size: 80%; }
  .nv-table thead th {
    background-color: #cacaca; }
  .nv-table tbody,
  .nv-table thead,
  .nv-table tfoot {
    border: 0; }
    .nv-table tbody th,
    .nv-table tbody td,
    .nv-table thead th,
    .nv-table thead td,
    .nv-table tfoot th,
    .nv-table tfoot td {
      text-align: left; }
  .nv-table tbody th, .nv-table tbody td {
    padding: 0.375rem 0.375rem 0.375rem; }
  .nv-table th.primary,
  .nv-table td.primary {
    background-color: rgba(23, 121, 186, 0.3); }
  .nv-table th.secondary,
  .nv-table td.secondary {
    background-color: rgba(118, 118, 118, 0.3); }
  .nv-table th.success,
  .nv-table td.success {
    background-color: rgba(16, 109, 17, 0.3); }
  .nv-table th.warning,
  .nv-table td.warning {
    background-color: rgba(255, 174, 0, 0.3); }
  .nv-table th.alert,
  .nv-table td.alert {
    background-color: rgba(204, 75, 55, 0.3); }
  .nv-table th.center,
  .nv-table td.center {
    text-align: center; }
  .nv-table th.center-h,
  .nv-table td.center-h {
    text-align: center;
    vertical-align: middle; }
  .nv-table th.icon,
  .nv-table td.icon {
    text-align: center;
    vertical-align: middle;
    width: 36px; }
  .nv-table th.text-nowrap,
  .nv-table td.text-nowrap {
    white-space: nowrap; }
  .nv-table tr.primary td {
    background-color: rgba(23, 121, 186, 0.3); }
  .nv-table tr.secondary td {
    background-color: rgba(118, 118, 118, 0.3); }
  .nv-table tr.success td {
    background-color: rgba(16, 109, 17, 0.3); }
  .nv-table tr.warning td {
    background-color: rgba(255, 174, 0, 0.3); }
  .nv-table tr.alert td {
    background-color: rgba(204, 75, 55, 0.3); }

.nv-table-dark {
  border-collapse: separate; }
  .nv-table-dark thead,
  .nv-table-dark tbody,
  .nv-table-dark tfoot {
    border: 4px solid #0a0a0a; }
  .nv-table-dark tbody th,
  .nv-table-dark tbody td {
    background-color: #242424;
    border-bottom: 0 !important;
    color: #cacaca; }
  .nv-table-dark tbody tr:nth-child(2n) {
    background-color: transparent; }

table.unstriped.nv-table-dark tbody tr {
  border-bottom: 0; }

table td .button {
  margin: 0; }

#login-page .login-form {
  background: #dbeefa;
  outline: 1px solid #a9d6f4;
  padding: 0 1rem 1rem;
  border-radius: 0; }
  #login-page .login-form .login-box-header {
    background: #a9d6f4;
    padding: 0.5rem 0; }
    #login-page .login-form .login-box-header h4 {
      min-height: 35px;
      color: #1779ba;
      text-align: center;
      margin-bottom: 0; }
  #login-page .login-form .login-box-footer {
    padding: 0.5rem 0; }
    #login-page .login-form .login-box-footer input {
      margin-bottom: 0; }

.main_div {
  padding-top: 1rem; }
  .main_div > h2 {
    color: #1779ba; }

.logo-newvoice {
  background: #88a8bc;
  padding: 1rem; }
  .logo-newvoice img {
    height: calc( 100px - 2rem );
    width: auto; }

.logo-mobicall {
  padding: 1rem; }
  .logo-mobicall img {
    height: calc( 100px - 2rem );
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none; } }
@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; } }

.dropdown.menu > li.is-dropdown-submenu-parent.active > a::after {
  border-color: #fff transparent transparent; }

.nav_search {
  margin-top: 3em; }

.nav-main li li a {
  color: #b2b2b2; }
.nav-main .active > a {
  background: #0b3b5b;
  color: #fefefe; }
.nav-main .active > ul a {
  color: #b2b2b2; }
.nav-main .active > ul a.active {
  color: #fefefe; }
.nav-main > li {
  border-bottom: 1px solid #0f4d76; }
  .nav-main > li:first-of-type {
    border-top: 1px solid #0f4d76; }
  .nav-main > li > a {
    color: #cbcbcb; }
    .nav-main > li > a:hover {
      color: #fefefe; }
.nav-main li[aria-expanded=true].has-submenu {
  background: #0b3b5b; }
  .nav-main li[aria-expanded=true].has-submenu > a {
    background: #0c3e5f;
    color: #fefefe; }

header {
  background: #dbeefa;
  /*  @include breakpoint(medium) {
    // All CSS in here goes inside the media query
    padding: $global-margin 0;
  }*/ }
  header .top {
    height: 100px; }
    header .top h4 {
      font-size: 1.4em; }
      @media print, screen and (min-width: 40em) {
        header .top h4 {
          font-size: 2em; } }
    header .top .header-icons {
      margin-top: 10px; }
      header .top .header-icons a {
        opacity: .5; }
        header .top .header-icons a.active, header .top .header-icons a:hover {
          opacity: 1; }
    header .top .header-user-info {
      margin-top: 10px;
      margin-left: 10px;
      font-size: .7 rem;
      opacity: .7; }
  header .sub {
    background: #1779ba;
    padding: 0.5rem 0; }
    header .sub .menu-text {
      color: #fff; }
  header .menu-bar-visible {
    visibility: visible;
    padding: 0.5rem 0;
    background: #1779ba; }

.meta-bar {
  background-color: #8a8a8a;
  height: 36px; }
  .meta-bar a {
    color: #cacaca;
    font-size: 80%; }
  .meta-bar li.is-dropdown-submenu-parent {
    margin-left: 2px; }
    .meta-bar li.is-dropdown-submenu-parent.is-active {
      background-color: #cacaca; }
    .meta-bar li.is-dropdown-submenu-parent a {
      color: #fefefe !important; }
    .meta-bar li.is-dropdown-submenu-parent > a {
      background-color: #7d7d7d; }
      .meta-bar li.is-dropdown-submenu-parent > a:hover {
        color: #fefefe; }
  .meta-bar li.is-submenu-item {
    border-bottom: 1px solid #b3b3b3; }
    .meta-bar li.is-submenu-item:hover {
      background-color: #1a88d1; }
    .meta-bar li.is-submenu-item a {
      width: 100%; }
    .meta-bar li.is-submenu-item.active, .meta-bar li.is-submenu-item:hover {
      background-color: #e6e6e6; }
      .meta-bar li.is-submenu-item.active a, .meta-bar li.is-submenu-item:hover a {
        color: #0a0a0a !important; }
  .meta-bar .is-dropdown-submenu {
    border-top: 1px solid #b3b3b3;
    background-color: #cacaca; }
  .meta-bar .menu .active > a {
    background-color: #e6e6e6; }
  .meta-bar .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #cacaca transparent transparent; }
  .meta-bar.meta-main {
    background-color: #8a8a8a; }
  .meta-bar.meta-lang {
    background-color: #555555; }

@media screen and (max-height: 400px) {
  header {
    display: none; } }
#footer {
  background: #1779ba;
  color: #fefefe;
  height: 30px;
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    #footer {
      position: fixed;
      z-index: 90;
      bottom: 0;
      left: 0; } }
  #footer .footer-content {
    padding: 5px 1rem 15px; }
  #footer .phone {
    float: left;
    text-align: left;
    width: 20%; }
  #footer .company {
    float: left;
    text-align: center;
    width: 60%; }
  #footer .email {
    float: left;
    text-align: right;
    width: 20%; }

body#login-page #footer {
  padding-left: 0;
  color: #fff; }
  body#login-page #footer .phone {
    text-align: left;
    width: 20%;
    float: left; }
  body#login-page #footer .company {
    text-align: center;
    width: 60%;
    float: left; }
  body#login-page #footer .email {
    text-align: right;
    width: 20%;
    float: left; }

#footer .company {
  display: none; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #1779ba; }

.accordion-item.is-active .accordion-title {
  background-color: #dbeefa; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 31.05.2017, 10:13:21
    Author     : mzahno
*/
.button.icon-only {
  padding: 0.80em 1em; }
  .button.icon-only.small {
    min-width: 35px;
    width: 35px;
    height: 35px; }
    .button.icon-only.small i::before {
      min-width: 35px; }
  .button.icon-only i {
    font-size: 1rem; }

.button-group-vertical {
  max-width: 35px; }
  .button-group-vertical .button {
    display: inline-block;
    margin-right: 0; }
    .button-group-vertical .button::after {
      clear: both; }

.tabs {
  border: none;
  border-bottom: 1px solid #e6e6e6; }

/*
    Created on : May 22, 2017, 9:52:48 AM
    Author     : Administrator

    Modified on: 21.02.18 9.08am
    Author: Antonio Paolo Mecci
*/
.lightbox_title {
  background: #1779ba;
  margin-bottom: 0.5rem; }
  .lightbox_title h2 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 1.5rem;
    color: #fefefe; }

.nv_app_title {
  background: rgba(23, 121, 186, 0.85);
  margin-bottom: 1vh; }
  .nv_app_title h1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 2em;
    color: #fefef3; }
  .nv_app_title h2 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 1.5em;
    color: #fefef3; }
  .nv_app_title h3 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 1.17em;
    color: #fefef3; }
  .nv_app_title h4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 1em;
    color: #fefef3; }
  .nv_app_title h5 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.83em;
    color: #fefef3; }
  .nv_app_title h6 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.67em;
    color: #fefef3; }

/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }
@font-face {
  font-family: "w2ui-font";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff");
  font-weight: normal;
  font-style: normal; }
[class^="w2ui-icon-"]:before,
[class*=" w2ui-icon-"]:before {
  font-family: "w2ui-font";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Icons */
.w2ui-icon-check:before {
  content: "\f101"; }

.w2ui-icon-colors:before {
  content: "\f102"; }

.w2ui-icon-columns:before {
  content: "\f103"; }

.w2ui-icon-cross:before {
  content: "\f104"; }

.w2ui-icon-empty:before {
  content: "\f105"; }

.w2ui-icon-info:before {
  content: "\f106"; }

.w2ui-icon-pencil:before {
  content: "\f107"; }

.w2ui-icon-plus:before {
  content: "\f108"; }

.w2ui-icon-reload:before {
  content: "\f109"; }

.w2ui-icon-search:before {
  content: "\f10a"; }

.w2ui-icon-settings:before {
  content: "\f10b"; }

.w2ui-reset {
  font-family: "w2ui-font";
  font-size: 0.8rem; }
  .w2ui-reset table {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.8rem; }

.w2ui-tabs table {
  border: 0px; }

.w2ui-overlay table {
  border: 0px; }

.w2ui-toolbar tbody {
  background: none; }

.w2ui-tabs tbody {
  background: none; }

.w2ui-select:focus {
  outline: 2px auto #7db4f3 !important; }

.w2ui-tabcontent {
  width: 100%;
  height: 100%;
  border: none;
  border-top: 0px;
  /* display: none; */
  padding: 0;
  overflow: auto;
  background-color: #ffffff; }

.w2ui-tabcontent-small {
  width: 100%;
  min-height: 48vh;
  height: 100%;
  border: none;
  border-top: 0px;
  /* display: none; */
  padding: 0;
  overflow: auto;
  background-color: #ffffff; }

.w2ui-tabs .w2ui-tab.active {
  background-color: #eaeaea; }

.w2field {
  font-size: 0.8rem;
  padding: 0.5rem;
  border-radius: 0;
  border: 1px solid #cacaca;
  margin: 0 0 1rem; }

.icon-search {
  display: none; }

.w2ui-select {
  height: 2.2375rem;
  margin: 0 0 1rem;
  /*margin: 0;*/
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 0.8rem;
  line-height: normal;
  color: #0a0a0a;
  /*background-image: none;*/ }

.w2ui-field-helper {
  margin: 0 0 1rem; }
  .w2ui-field-helper input[type=combo] {
    margin: 0 !important; }

.w2ui-grid .w2ui-grid-body table .w2ui-col-select div input[type=checkbox] {
  top: 3px; }

.w2ui-grid-header-error {
  position: absolute;
  border-bottom: 1px solid #a53b2a !important;
  height: 28px;
  overflow: hidden;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  padding: 7px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #a53b2a; }

.w2ui-field-helper > input {
  opacity: 0; }

.w2ui-icon {
  /* cancel Alarm*/
  /* Stop all alarms */
  /* stop calls */
  /* reset state */
  /* Stop escalation */
  /* Confirm Alarm escalation */ }
  .w2ui-icon.icon-assignaccount {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArNJREFUeNp8Ul1IFFEUPvOzM8zoqruwrutPuWqrtmZrmpnYj0JFJYUgmD2JBKI9ZQ9BYGkUFSE9RIFEveRDFhQViD2kRmGBbfaQD667gQhOiq6rro47O7O3e4cVdl3pwMe99zvfOfeecw8F2IwUBUaIM5ECuIDXmuj5KwJ4ideNLcEaAULAZOJgHhKstcjp7Djb0HC8uLS0JBgM5gX8/jDm3VsCPnoxHcGbHVCfnpnp9C8vC4uLi4LJYnESbicte2xP/NU4KQxPIXtnSzVX4rDp3G+PxNWPjdnrCinAr44zttZBbU/Q810yZrlK7RCWZZ0jezElJavWEezBCW7G6mmSMBYRBPRFV2iSBKuhkA6yJxzxbdezGkpoYFdGcvj58rx0gOMFQe94wC9jzoO1XeQ85BJBryWMf+HjwbcwJDSDlyuDNHUBUtW/xCdvbqxXpmfnpWuqCj8/D3r883O90xkGX3ejCTxWAwYLnlQG2K1rvYZ94DU9AGAIRY3fmqhdRYJF901O/Fi9sXtkHBW8xqdX8U1MHAGowO87yRWdyXWVuXRi2k/lgozaUYq3BBfuiM5Dm97EmMB8HHgZtHDzk47Dd1BVp81oNgNBpOqK7XE75viZuksnWsohxFbDJhX7AnTUamRb9xdYik5V5B4i/QmI+fBpYUn3vlD7Yc17G3JEq3VFWwF2Pc2mMqtTQMujFNM0QDSPrjZWtgo8J/I8D2ZzMvh8s3C30a4nyH52BIrP2RJqHXkz7Ga1gSaROd+3y8BQIooZM0VRAI8xmVZIDubQf95LoGoRMNXTsPQuDFJgIQBzygQpoRBmvrjvPQ0mAW1QEMNvYsjAcKHR3vvfSAJfwbVqiCg82tt9GmlJaZK0vsYM1jzUfvV/IJ0wYORE1/9bG3cdj2o50JQb+pQezMz+E2AAolYY6sfO3PcAAAAASUVORK5CYII=") no-repeat center !important; }
  .w2ui-icon.icon-unassignaccount {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAApZJREFUeNqUU11IU2EYfs7O/m2mxrRpP86cGbO5hZWKmHpRVEYoSSlehHfaVd7UTYWCFxF1Z9FlElQQVATRH1kRFmlNQi+a68bAzVjbmHPH7Zyz0/ceJm2zmz54zvt+z/u87/f3Hg5sWDgOFuQMMwecYbYlM/+gAPeZTdDEbgfaOgCHQwFfzpIN2DAGap3OoeNdXW17XK66eDxeFQ2HRcZ/oWA0Csx6yeOgSTPzD3SWlpc7w5GIKRQKmYqtVidx+bpXrwHtIUfu0mxDePNdsQ+fbdbX1dhUbs4X0HdOTdk7dnNQlFy9tr2Gyy8w8ilgqXC77BAFQeXINxcWVrTXxEdYgSvZeg0VzEZagabPnZynZCmZVEE+cRTL12tk9s3Dpa2bRF9kOSAkWSKBfOIolq01+tgrvNj/CM9NvfDrPSiSfmGzFKRzCmuJ1QOl26pKZUnC13fPfOHlpetsBz/8unrcswzj6JNJ6EIytOtn8ev2wl98DeCJ4qZHve0xxWRVY/PemdjlnZPT6qZliRn57yVubAE0MMVhfe2xSrfHrRILYa4SgjLI3JcMMzmXmOXvYonnIIu9N4eaxpTGYZulpASEdON52/hg0xjFVI2qzbwa3/eY3q61rKhgoL7aWnukofKg0WjA4mIQbvmzKlq69RDWoB9pdglCLLYqJoQ1sxD9bUgl3mohJ0nT09/m6jEZ9OZEQgQVEEUR3ae61QLjF0fR3bJvfdGCDLbcmZhY0coPTpv5k7d36HjOrGS1WSqVAmtj6lgsllVpbkzPQZJkkIZUkUAwugJ4qQ09vLv/BGyeVmh0KYU3rDEI4PVJ18LVj1TgW/WFZqRTBk5OGglIi3oEvO/l2btPqYCOYXvG/s+gv/PnHwEGAFTHLjlF4UKLAAAAAElFTkSuQmCC") no-repeat center !important; }
  .w2ui-icon.icon-Rrs {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAThQTFRFTgAA1gEB2QEB3QEB4AEB////3QEB4wEBAAAA4AEBAAAAzwEBAAAAJwAAAAAAAAAAAAAAAAAA5QEBAAAA2gEBBQAADgAA1WoA5QEB1gEB4gIC3gICoQAA5QEBDQAA5QEBwQEBDgAA1hAQswAA1UhInwAA0EdH1WoAzXJyy56exJmZEgAA5Jsu5Z0yzcTERDMzm5ubnZ2dn5+frhUVuB8fv7+/wCcnxcXFxsbGycnJzDMzzMzMzTQ0z8/P0Tg40a9r0dHR0jk51z4+2D8/2NjY20ND3UVF3d3d4ODg4eHh6enp8F1d8MFG8MNK8V5e8V9f8mBg82Nj9GJi9GRk9WNj9nV09nV19rCL92Zm92pq92tr97KT+eSt+nJy+rCt+rGx+ui6+3Nz/Hh4/Pz8/Xl5/n19/35+/4CAZRFQIwAAAC90Uk5TAAAAAAAACwsPFRcXGhogLTM6TE1NUVOAiIyMjZakpay7vb3Ax8jJzNrr7O3t7ftsXg6/AAAAxUlEQVQYGV3By07CQBQG4P9chrZDCaUEV8aw9SV8/50P4E4XLAgBrKV2LmcMK6PfRw5/Mf5RA8ly4RgWw5gLFHAb79wa1xjrc4BC+tW2ES4+Tyc6ZqFu3dvEDvOAJtmkxanN9JkxllirK+qb56oSJliOKbx6bb3Gmy0UYdaqXrba7R1fT2jxhb6jfdD5MvIkGCEYP5LNKr00lTDBckzf+UCPDe5eDm+4m+hhp+l92DDsvHrSdBRPMsTKUkbN5G6Bamb8MvsBX7dVwRwseykAAAAASUVORK5CYII="); }
  .w2ui-icon.icon-Bbs {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgtJREFUeNqUU0trGlEUPjNe6ysaNQaFFpsKESS4KQrVhY9dF1lEt8WdUEqXxf6IQsFANv6FbAxJFl0ESncFt7FdBLFSSkWtqPGFj5l+Z8wsCqnBA9+cO+fe79zzulI+nycWi8VidzgcaSx3gD+DweDzZDK5pTupVqv0+3mbfozqtLf1jPaun1AikSAxHo+1A9DpXC73JhqNvqxUKp+KxSKbz3UHqVSKTCYT0a5uIFIUhUStVtPP7DCZF6xhP9U3YrHYinyPyH6/n6xWK0fws1wuX7KRNf+zPRKJkNPppP+JCIVCJMsydTqdq1KpFMhkMofQF8lk8srj8dBDIlRVDSCXF2632x4MBlU2QpPL5XrNOa6RW3C/UqFQeNVsNq9xWN0EzGGuGA6H27jtYDqd0ibCHOaKfr8vM3k+n2/kwGg0EnPlXq83bDQa35CP1tfZbKbpdeCzzGGuFA6H9xFBEk630ToZQ/QBc/AeLVQeCKJvNpu/CJBvMLI3y+WSkNM7binGGBcpHw0GgxbR2jbyB1N2BMJjeJyyA/SfK/oW6194I2cIlfSR18Vms60mkTfhoB6PxwMI/0SSJGLN/2zn/Xa7TaPR6B+0Wi3qdrsrJ4Dd6/Wms9nsMSZSZe3z+bgubq4NsMUPFngEGABJj0S6S4Pf2C7CfSqECC4Wi++oSx027u3sHiwArch/BRgA0JdIxD/7ks0AAAAASUVORK5CYII="); }
  .w2ui-icon.icon-Els {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQVQTFRFAAAAARIBAjsCAlECAlYCAloCAl4CAmMCAmcCA1gDA1kDA2oDA24DA3EDA3QDA3UDA3YDFiAgAAAAAAAAAAAAAAAAAAAAAAAAVX9/Tnd3RW5uO2JiMFVVDy8vA3YDACcAACcAA3YDA3EDA3QDA24DAmcCA2oDAmMCAl4CAloCAlYCAlECAUIBADMAAk4CDXYSAlACM3s7NYM9OIo/OoA9O4Y9O5BBPo0/QZRCQ5lERJlEcbJymZmZzdXv0dnw1d3z2uL13d3d3eX26fHx6/Pz7fX17vj48Pb28Pj48fn58vz88/j48/r69fv79vr69/z8+fv7+f39+/39/f7+/v7+/v//////1ckVaAAAADF0Uk5TAAAAAAAAAAAAAAAAAAAAAAAAEBEaHyJmZ2ptcneGjqSlvb6+v8DAwcLDxMXIy8vY85+4HoEAAAC/SURBVBjTRcp9W8FQGIDxh0RR7SAkhRDKjpcQU3uhtdnsxc7K9/8o9pxr17Xfn/d1wzUhgtB8iTUFEAhJFx9Ose4dhnxt+/23Q/+dW+D7ZCNJ0hdjYe8Gkv1T01i/AMm+9rzg9QqgHjIunKuqP8jhcdQQW5mmO8wCPAYeF3woivN2icdBRf5S1633DEDDNTl3Jsv70QUevwpyFoZhiymAJ0vnrCmltF3F40dG+/F9pAylZ9vgbLEMqNKisWiPnAGLgTM4bW/6pwAAAABJRU5ErkJggg=="); }
  .w2ui-icon.icon-comment {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAApBJREFUeNqkU21IU1EYfs+9d2u23KZurvxAZysNV4kGFimkIBQpff2QvlD6YUTU7yD6E/6K/hT1Y/QzoqBP0ihWaFJYiZM0MT9aZthwk5VXvWvbvfec3nu3XEhB4IGH8/Ge53mfc95zCGMMVtI4WGEjj08nNTjsCICVEKjEaQkiGyGk9imI74jPaHgAPYuUAjRdU5c2aG2T0eLc79p1sjavommzKdORSzjBCMCAUSURE8Ph4GDHh8meG6/i86FHuP+jRhJSN5Bvyi4+vP3U7VazNbcQ1ATmjKZtAhgzzJaC9bUtBWvLGzxvvcczpMhXL4a+cSoqIOo9h9obzZm2QpAXASgKUHkZcE2OgtlqL/Tsu9CocXQHKtWTuOxFFaWQkJayqnQRYnIQ4nIIFHUBKI2l7soEBoejFHkuXUBJCvCMygQPi8QoSPEJJM7g6dV0uThjakRBliMEefyfDqZnxt8FnO4STzQ2CpTJIPCr/142LFMoMBJA3nRagIGvue/cWTGUL1fbigxX3Qf+Wff5cHBmqPNht6qCTxdo2WmDsgVl6ouF8Mdqdhu6nt2Tftr3SOasnCye5w16GZOVgKHn93vHen198UXxJkdgShfAqHc0U6gChUVFVYTQ/Fxo48vzJvecMnFiJPr6d+a2K51t/U/vDqNQe2AWIh2DDFp14eu2/rqD9VXLrXY/6PLv9YrbGCNccQ6pdjngjLbu7aFHPoWTr0f7RwLEqL/71gvNKfE0b60cvjP4HsccTKpjT4aYGwN4DJDqyrjOmg3kKJK34PwHIoLA13bZAtCwisDFNf68yXKG/QAGzAhr6j84EE7EOkReaqzFDEkHWvNgztlEf/DSOK4QP+wQJHij/Ndv/CXAAAFXGfV++adpAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-change {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAw9JREFUeNqMU1trE0EUPjt7S9MmvcRWa7ykF6y01lYjUitqpSoKWmjB4oMPPvVBLBT6JwQfFAShBYtgfFShKqj1iiAoar3SC41Jibc2aWKT3WwyuzvrmZAq+uTAt3M4+50zM985R+gaWwAQBFhZDmNg2zYYmgaSLAMRxYJfUVWkCSNoPrMsK2SZJliUggT/uUwMIIQE0QwWXSH+4QnOgOPU4Z5GRBDPEXNFUtBxnD7ctzq2XcPwZr1d64I3n3wZwphCEgmv03D8QG19WrfN74lc/cy8tgN5D5EQEAV2qrneW7Pa5y53KaJLAEFMJCgc6VgTHH86P4QJEhJ/CypAHBNUn1tR97RWeh+8+DLscYuBvTv8a0wKsk0dMMFBDRyg1IJ8XgIzny9cUUIhwjcmolLAX1ZWW1Xqi8xnVlk5o7VzZ6BM12xRlIB9jiW+RWI/k3qWmj3dzcEb9z6+RkEviLJ8V2g7+4HrsBHfemhVpWu7tpw51tJUW6kqqmIzy3n7KTa7lMw+EggZwQpd5qfyYFlVQ5KigJRJJi30hdE7mk5Y435/RUmcCUompUE2tpCJx7UwkaRBDLaRdw7RgIeFaC4HHCSdTCqI7VoqdVEpERv0ujrPJFVBNyhdSOlZr8/7FYMGMJ5XqgNRjQn2U8MAfXkZRHlL3yWvp2SwumlDW7q9PRBhLlJFTDvx8oNubNo8LQbWSS7BrqJaNmgZObavf3djeDLMk1DGWFQoPXH11ZHT/cHbaQVMLG21bZh04tEPgj/VwweWFgWXRLBMHhnAi2pFdYBtFQCxa7fmCn1gYjtO5/EIPZlnkejP5XdTi4zSK26PJ5q9c7/b19RYbq71uy1PmZIjEmGYzGAAtFhGQewZGcHrtKMdR7xHha+TVPi16i4B8G1qRPF2oZ+/vxxB1g+cbIyNhuaQN47iPhaEpqM4QX963pm9/dcMyC29v23kni9wEjPjbPrWY3txijdhATIfOISrCLW4c7+4koB0Dh+EXGqWvRnj85JBGCsJSJEo/QNSxMpifDARXADK7V8CDACmPW/bMuElSgAAAABJRU5ErkJggg=="); }
  .w2ui-icon.icon-stop {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNrEUztSwzAQfUIGjBNomAwFPRWdSwpKzpAWCg7AOThACug5AxUFJSUFVFAwJGRgxrHxR5Il1nZw0GCHzKRAM/qs9PbpaXfFjDFYpq1gyeYUw+HlCIyxAS39BXzuSPXpzfHOjCBXqpj8/tGuL6X9pJ8vdByGq+uX3wpklpVGHOcIAtV6dbfLa6xFINK0NNJUYTIR9aGUElkmoJSE1hq9XqfGWgRZkpSGEJpIJKIoQhiG5JzBzpKosTZBHJdGlKR4eh1C0M1VjrgFTvQM26jg+VNg6Li06zYHga/NVzDiHsad1dYginU+X8Gb4+HDba9MQdyyScF3agzn2PQAbaYd1Wym9SBZhdXjB9rplz6siDJVIecHZxfY3tv/sw7fH+/z2/MT8lMWAa23qG8sUMqF3MAi+Nff+CXAADjrrYLxZ/nIAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-stop {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNrEUztSwzAQfUIGjBNomAwFPRWdSwpKzpAWCg7AOThACug5AxUFJSUFVFAwJGRgxrHxR5Il1nZw0GCHzKRAM/qs9PbpaXfFjDFYpq1gyeYUw+HlCIyxAS39BXzuSPXpzfHOjCBXqpj8/tGuL6X9pJ8vdByGq+uX3wpklpVGHOcIAtV6dbfLa6xFINK0NNJUYTIR9aGUElkmoJSE1hq9XqfGWgRZkpSGEJpIJKIoQhiG5JzBzpKosTZBHJdGlKR4eh1C0M1VjrgFTvQM26jg+VNg6Li06zYHga/NVzDiHsad1dYginU+X8Gb4+HDba9MQdyyScF3agzn2PQAbaYd1Wym9SBZhdXjB9rplz6siDJVIecHZxfY3tv/sw7fH+/z2/MT8lMWAa23qG8sUMqF3MAi+Nff+CXAADjrrYLxZ/nIAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-canceltask {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAnpJREFUeNqkU01oE0EUfrubTTYxMQ3kp6YhiYWCUksooT+agtFe7LkHxYNGEQreAz148OJBIgUVlYBKQTx4UHpQ2qJgkMbgISDkIqT2J9imkBSb/+3uZuO8ibsY8ebAN8x8733fzrx9w3Q6HfifYcApej0NVqsN7PY+EARzkGXZOULPEAz9zssTLKuqmhTF1lalcgD1eg1SzyNdA22QhBgLh4noqNV5euQIeF3d8G5JCWVyjVAq27pBcuKEWuw5gSY282Jy/mrAGDxmhO7V2jTm9zAQ6LfB5CmT887T7WRFVUEzYXGSZTmoKs3EfGzA6HOxcPZaGhRF6QFyGMMczEWNblCr1eemx+1On5uDsYvvoVqtwvilD7oY18hhDHPOj9mdqNENWi1xZnrSjSeBzMtzuKcYnV2h0PavEydgff07TAwLVKMbqCo7FPRasA7QbDbh47MzyPVg5XGYxFqApfE4OKrRi2gwWAA6eJJDqFRq1IhyfwxRlAhnpOsO+a4WpycQhKP5fKEJjYYEHGeEy7f2kesBcjwvUBTLXY1uYDY7lj9lZWwiuHK7iXuK1ScnKbQ9xkwmATK5rkY3MJlsyVSWKZcqZnj30E+M7PD2gR/abYYC18hhrLhvgs85vowa3YDj+C1JEeL3XihSYY+DpQUXEXLkngIFrpcWnLCxw8L9VyBhLmpQy2DHDYbjwDAcOLxTMd/gVCIaNjojIR4G3Cwt7o9SG9JfZUhl5fLO5lp8I3t38efuGu1WasAwjPZHPK7AhWH/yM3Zvv6JCMPyx2nVVXnzYO9LupB79Ka0vfqNUEUC6W8DvI6VwKJd7R8DH0gLmxcfCmp/CTAAkQY6kZMd0DMAAAAASUVORK5CYII="); }
  .w2ui-icon.icon-completetask {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAopJREFUeNqkk01oE0EUx9/sdj9SE9PAtqltSWOhB6mltMG0kh6KvVj0VhHx0iJCQdCTgRy8ePAg1YOi1VCRgnjoRS9CW7AQpLV4CAgBKaTa77RlE5qY2qzZjzhv4i5UenPgvzsz7/3+M2+YIZVKBf6n1eBn4MYiuN0e8HrrQJZdQY7jxuj0EFX737w01YxlWXFNK60VCnk4OChC4nWkamA3mjDKwe/xgW63cr7zBDTVV8MZ1ehaSv3qSiRLN2lOlE5NHdmBDbsELR4baRWDp0SolmayWMBPoLXRA31nJeXBq/V4wbLANuHwo+t60DIOx2OjzWJLPYdjMAzjiHAOY5iDucg4BsXiwdhg2Ku0NPDHwqjwtY/wcjoNmHPhnFdBxjEolbShwb4GBpumyaRpGuRyOdjc3ILu4VnMgWdvl2Fl5Tv0dsiMcQwsi2sPNtXiOUDPlXlQ1SxkMruQz/+Ey3e+YZxpdiIEeDR+H88Yx6CmphaABu5PpFn/0u008LwAV2PbbIyanwzTXZVpnx4wxRhjG8jyyXR64xDujgSxz3T9Xs7pz0/2QLlsgiDITDvZKuMYuFy+mU9JnW6PwNyLMzh2hGPDsEAUJSZJkmEpVWUcA0nyxBNJklULLlbrh6cBuoKX/U2TOCuz1XMSfE4JWWQcA1rvWtmQo4/eGOW9fYma8PD+sUJhntYqMyGcofCTaVoNzUUGWYI3ri0UBUJ48DX1j7a09Y8PhEQl0iVAcwPHDndLNWHxqw6JpJ7dXl2I/kg+nNrPLLDbygwIIfa19te3XuwIdN4armvsjRBOOI2BiqWv5ne/LG6knr9T1+eW6dQOVflfAyzHTVVrl3ZMwwdSwsuLDwXZPwIMAHOXQZIPP2rLAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-accept {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAtRJREFUeNqEU29IU1EUP29ve/NNtzK3+V83NZvOza3WH0z8k1BkmplgJn4oIaioLxYEkYXRl4igApO+REQf6kuCkFj0F8MKXZIlkS7KtJaytjmnb3t7e7d71wSnQgd+nHN/99zfPe+c+yjApqQoUEKMKSiAJuxLo+vXCOA+9guLCXMECAGdhg/LYYW1GozG43vq6ysKzOYiv9+f43W7Q5i3LybIoxdLRBysghptWprR7fGwLpeLTdRojIRbLVdavj72aiwKz78gfduhEqYoPzXCfRpzMjUDA/odGyjAVceYtDKfWi7Q8dapTLeY9RDiuAhHYoVKlV6Z7+/AAheW5kuI4FKICCTNluAoOSwEgxGQmHBkb3m+NIxWNLA9JSF02zPt3MjIWTbSca+bw9wYzm0n68+FpyAcEiDEB4F+vLkb+tiD4GCssFaYgTXCb/KdXGBhfos2I0cbFgR4/6p3zD396yqu4Gt/xUP4ntUIP1WbYCLODNLFax0yEzgSrwDQhKIGLw5X+hCrieyNDg/5zme/GCRFl6oLYpu48gmADSfuZAzVOovVEiHG3ZQOOHQMh08QQkew78e4R/Zoianp3+wkdC72zYDEspsnSs8F4jKU21JmgbTBrtqn3L97e1Xvu2/+pHUJdaIYtpHWCDw/Eq0AlSUrpa3FeRrDLptuK5m1V5ELz2b+QI9TDT/CycD4JqDcltU2x3HzhxuLMjvvfGinIhUU1uPZCaePVptadBqlHiEKWJYBl8sDJxtK4K59FmoazIBSk0CeqQZ1npaZxH9EsSkl6eOgI1safnBAQdfdypLRlAIteWY8z2MRl5jBhiRdN55iUTkIgggiHkVCbQX0dfZ4hSl7F6nCSltaaiHVWgYSGY9oeQCDA5oJmscvvyFiI3lnSkDk5VQ4GKeIj6/Cn0wJU0Pdgf7r14iADCMz6v9rzN7Os8jnHAq9vPQILyf/CjAAbUAnnBMdOkIAAAAASUVORK5CYII="); }
  .w2ui-icon.icon-reject {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAslJREFUeNpsUktME1EUvTOdmXZaBtpCKW2RUIptsVgKQVAEbU3URHABCVHQBbIisJJEExfEgDExYaeJMYG49cOChZ+oURODAYIiGvyBdYGJ/PuJLe20M53xzQRIC9zk5N533r3nvXffxQAZg2HAQIapMYDzyNdvrt+LAA+Rj20lRCSIIijMqFgJu6zT6XJ1NzY3e8vc7vJoNFoSDgY5xE9vJSg3D8YFFOyBpnyz2RUMhej19XVaZzC4JG6vXOL4/syjkSi8nROtvR11VLndJHNf55eopvFx6wkHBujWGUb47NhOgf7JJcbicVuBi8dlTorV2dkWnz3ajwSup+fjkmA6BBHwdk/im1TMJxIypFjipL2d+URK3NXAvoIs7n5oZamKUtK03PFwMI64eedZ6GPMmQWKl4dG4QXdBn6qErT8KuTwy9I742xsoya/sCQ/xfPw6d3zeb1zcSXXBu2oJgvh83YPtgI/eRD8ukEkKVHYh4EZ3z+RNsh7P2Y/Rr09NOGsu9MwN9EVEwT+AaLZDIE0q0avO0U5zxR7Kj0yEUx+twnaoxaVKtuoNXrL1v6+Polu+URuYlqhDRX2QIpru9t95KZ4uNfE6PXA6LWgc1vzHKW1hW0djyHH2HAgwmoupHjUP377BuIxI0N0VpQanKeri2ulvw6rbfBmNQCkMAs5BhPyqzAyMgK3b+Rq4oTbN/yl7NLEcvUQDqkEAM+2XvTaWmtsebWxGCdLchwHLS3N4CheA5ORgcXQFDx7egXW2J9QUMjkeXQzPcMN3RieenRODWy4iFRgajFtzJLJJPzxvxJiG7+BVv0CCg9AY9MgaMgI5DIB3KKNFLEJqJee4ICFselbQ1EN4GRSVChZhDgoqIR9ocvu9RndNE4wQIqwEbgG0cCofEBFaZKYHIPL0hyTCPs2fYbdG4CraLSr9vgpaeRFlRIm/gswABNHE6osWLnCAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-continue {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXhJREFUeNpi/P//PwMlgAWZ4zDvJQMjI+NMIPPwnz9/lvz5/Zvh98+fYPzrxw+G6w2m+A34+/cviDKGYhBYQsgFTMgckI0gHOstZQykCxj+/48hyQCYc9+//8MQ7ydv/PvXL4KGYDXg+/c/DJcvf2KI9VMBG/IfjyEoBoACCoR///4HNOQHw/HjjxiCXIEu+fkTpyFYDXjz7gPD46dPgfQ7hsNH7zC428qCDSEYjb++fwfTr379Z/jAzg1m6ygJMqzddP4sMHonEDYAaDsIvGTlZnjJzcagK8nBsG3lfrBmVnb2JYS9AEowQPyClYdBXFqQ4diiHWeBgTgB6P8lP59cIpwSQTEAFmRnYbg+cwnE2e9uL/lyaS3D7+dXgDIlGAYwIucFVu0ABiYNvzMg9v83Nyf8u7F5yd9X1+Hy2PINigv+XNvIwSSgco3hx4dL/87NBVmpAcQ/oPg9EP/E6wKgk0EGCkEN/gcyEwn/AKr9g9cAcgBAgAEACsnYjGRDfAUAAAAASUVORK5CYII="); }
  .w2ui-icon.icon-suspend {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU1JREFUeNrEk79OwzAQxs/ELQkRUiUGhu5dGDMysMErwAoDDwCPAQ/AAG/AMyAGRhYWpM6obcjfpjRpnETmnDRWraRl6MAnnc73i/PpcrEJ5xy20Q5sKVovTp5sIIQ84NJaonfs7rqNvV4eNg2KPBfJujjrW4xxeH4Z1Y+s89O+lWUKaxpkaVrm+TyHIMhlLTSb5RBFKmsYsMWizHEsNjNZC7nuFMbjH4U1DNIkqYyY6CCUtZDnTcFxAmQbhpjGcZknfggjP5C1UFL0INMosujvDjzeAd/Yx9qWm3zNQEYUtrYDm+6BY3YgX+lg0jXBNXWFre3AQQNf57C7MoNvakKog8IaJ1H8IhGFpoFpUFmLYPj9Wrdi6deHYkDqu4AnjmrHN49wMDiqhjEcFm/3t8jukA2W7BPZFb7DWg0w9TC6G45+gRG0GvzbbfwVYACMcsm3y4uD/AAAAABJRU5ErkJggg=="); }
  .w2ui-icon.icon-tasklist {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM5JREFUeNpi/P//PwNFAGQAIyNjGBCvgdIMpGAWqDkRZWVlgV1dXUxA9iqo2BogZkTCTGjsK0BcDnNBBBBvgNIkuYARZAATExPZQcDEQCGAGRALxDuhNEkAFojxGRl5zjNmTGIGshdDxbYhBRgubA0LxEQgPgCl6RuILNgSFgiATMclhy0Q04H4DJQmPSkDwc2wsHQQ4yZUWADogiNAfAyITwDxKSA+C019d4D4CRDvAWJBRmggFgM5INwLxQJAzEWE/d8ZKc2NFKdEgAADAFgJQrQzuJasAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-addtask {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmVJREFUeNqMU0uIUmEUPvd6HV/jDDoOSg+DAd1M0uIihZtyEUgbB4M2QbSwbGjXYFALV9IimGCgRbZo2WI2tmjhrloVmEI05OIiMzIF4guv+ep6vX/n/NlQEGMHPs/5z+93/vO6QjKZBBKbzeZcWlqKormCaPd6vTej0eh7+VQFyqcrAA4RQBByeCcjSsBYCgYGiMPhEAjtdjsaj8c3s9nsC9J0Jv9kMuEPwA8GMGFy8vJNmTQ/o0jVahVmshIOh2NkkEb/LtmfowoAw5d1JOkM1KmKwQy6+ggMSqLf7we73U5ZHObz+dd0Q5rO5AeNEUGOXrnE0dJb8Nsmv5DJZEAURWi1WqAoyu1CoZCLxWKpQCDw3OPxwIH0Fd4uvM8diIdUO5y9dk7e2/1U4jkLUJIYY2uGYVxwu93OYDDIC0MNLpcrhX7wayfghna1jO7yE/Ozh51pBxZH1tV7kzsPkPsB0un09Xq9vod/ZvNw6+Umkx+d55o4xJX6/f4yvrY+Ho9hnuxsbB/ZJpNpnbiSqqoikY/G9Z9iNpuBuGK32+3XarUvWA9QzZqmcX0c6L/EIa4QCoUCmMFFDLqMoxOLxeJj3IP7OEJjThKq1Wp9JyFZwZVVptMpYE1bNFJcY3zI2MY6eUbHiUQ/FotlAwknMeKYAuD8qaN30f6G38grTJWv+5/icDi4ph5QgP1IJLKG6T8VBAFI05n8dN9sNmEwGPyFRqMBnU7nVxCE0+v1RhOJxA5uJCPt8/moL27qDWKRPljEAk2Q7+BMhFkZqwRM94wkSUFd1yvYl3300Wy1f0BH8Cb/FGAAcU+FDCX+sCgAAAAASUVORK5CYII="); }
  .w2ui-icon.icon-showalltasks {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgtJREFUeNqUU0trGlEUPjNe6ysaNQaFFpsKESS4KQrVhY9dF1lEt8WdUEqXxf6IQsFANv6FbAxJFl0ESncFt7FdBLFSSkWtqPGFj5l+Z8wsCqnBA9+cO+fe79zzulI+nycWi8VidzgcaSx3gD+DweDzZDK5pTupVqv0+3mbfozqtLf1jPaun1AikSAxHo+1A9DpXC73JhqNvqxUKp+KxSKbz3UHqVSKTCYT0a5uIFIUhUStVtPP7DCZF6xhP9U3YrHYinyPyH6/n6xWK0fws1wuX7KRNf+zPRKJkNPppP+JCIVCJMsydTqdq1KpFMhkMofQF8lk8srj8dBDIlRVDSCXF2632x4MBlU2QpPL5XrNOa6RW3C/UqFQeNVsNq9xWN0EzGGuGA6H27jtYDqd0ibCHOaKfr8vM3k+n2/kwGg0EnPlXq83bDQa35CP1tfZbKbpdeCzzGGuFA6H9xFBEk630ToZQ/QBc/AeLVQeCKJvNpu/CJBvMLI3y+WSkNM7binGGBcpHw0GgxbR2jbyB1N2BMJjeJyyA/SfK/oW6194I2cIlfSR18Vms60mkTfhoB6PxwMI/0SSJGLN/2zn/Xa7TaPR6B+0Wi3qdrsrJ4Dd6/Wms9nsMSZSZe3z+bgubq4NsMUPFngEGABJj0S6S4Pf2C7CfSqECC4Wi++oSx027u3sHiwArch/BRgA0JdIxD/7ks0AAAAASUVORK5CYII="); }
  .w2ui-icon.icon-showopentasks {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU9JREFUeNpi/P//PwMlgImBQsCS3PoazGBkZFQE4oVApiEQnwe6LB6I7yMrPnz4IIpmkONZvn//DuMvtDbgt9VT4WC4dOeH7dELH0GG2cEkb926id0FHz9+gLEN9VTEwQyQIdsOPjSESTx79pTh69ev2MPg+fPnDO/evWX49OnjjgOnX4AFQTSIDxJ/9OghTs1gF3z+/JnhyxcGBlZW1tBVWz78dzCVYFi15RLD79+/w/79+0c4FoABEQzE9379+v3/x4+fYEEQ/ffvv39A8f948D2QXkYll7X3qrJtFVUVeEmKvtsPPjO0TT18n4WVlVtRSZab4c/vPyQZANID0svCwSHA8OfPH4a/f0gzgJmFhQGkl4mTU/D+/ae/wZ76RyQGqQXpAell+fbmVNWKbS5tQEMVSUzF90F6GUGuAWJhUJSSaADIz28ZBzw3AgQYACu60KF3OwiJAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-showclosedtasks {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAX1JREFUeNpi/P//PwMlgImBQkCxASwpbW+CGRkZu4FsRRL13gd6v5Tl27dv3d42goqyEqwk6X784rfi1iPvu1k+fvygKCUqwvDn9x+SDJASZWYA6WX58OE9w58/fxj+/iHNAGYWFgaQXqZPnz7dv3r7DQMoOv8B8Z+/f8E0PgxSC9ID0suo6r46GMiHB2J/tR1DYeshogKRkZGhlAWoeS0jI9va////Mfz79+8/IwMjkGZiYGJiAkYOE8Pfvz9xpwEmRgYWFhYBIPP/AaAB9szMDAyMTEwMrKzcIPn/QAMOMjNzOXx+fZLh29uLKJoFlUIhYcHExMrAL2EhrKEs4ladoQE0gYHB006a4fFLRoaPXximvL616PiLS70MP95fQ8Hv761mACuGpkZeDYeZTRGl9/9vP/L2P4jWcJjVCBQXAmJ+IOYBYk4gZgNZCtcJ5YCw4JsHWx7+59D5fOGBsvWD67s6ru1PXQoUZwdiVqgaWLL/j4QZGAc8NwIEGAAQd7gXS3gVBwAAAABJRU5ErkJggg=="); }
  .w2ui-icon.icon-vcard-import {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAc9JREFUeNqkUztPAkEQnj1OHneJiiiBCJpAKGi0sMPCwsZGEyI2WkindrYWiIY/QGdDjJ2JCf9AEws7KE2MDUaiiPiWcHi5B85cxBwPEwmbTGZ2Z79vv5ndZY1GA/oZ/EoyaQSMsUV03h7xD7yu683JeDaVOugFvZxIbPFP5TK4xsYMEUR1nsvB6+cnzITDMOH9WxAqBl3TGPdSqcB9sQiqqjId+1EslSA2Pw9XhQKUn59B1bSuRnsJw2MT12rV6kTh+hoyJycGewlJF2ZnIXd5CQNWK4gORzcJRMDxdUkK3pye7rfnNezNNJahoqcTOwbHgaooHP9Vr995IpEUrW2vryfIry4tgdfthot8HkKBAIiC0CnAYjEIOCzh0Ga374bC4feNeBxkWQY/Nu8om4VRlwusNhsoqKDdNOoBEQw7neD1+UDBCS0SaC+dhiCePIJxN3CTgDC8ODhIgVEV1R2LRn9l1iSpRba5FNpLBJyCkn/MUJA5Pj7zTU3tkG+/OnPOUIAY8M/NNS35KMuNN2wKxeSL1WqLmXO0l2Jm93gMSRZR3OQEYRKv9YOv1e5UUfQ5BGHIXEJ7TpekW2bK29Cc1It/fgV6+W+s3+/8LcAAx3w66IjWfLkAAAAASUVORK5CYII="); }
  .w2ui-icon.icon-link-add {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAexJREFUeNpi/P//PwMlgImBQjDwBrD4+fkxsLGxGTMyMuoA+RxIcj+A4XMFxMAl9+vXr7MsQIapiIiIR3x8fJy4uLgS0DCmv3///nvx4sWDysrKeSDVra2tCehy8+fPX/D06VMmRldX19Ta2pryffv2vZw0afKpT58+/W5paSkVFBREcer79+8Zampquvn4+Fjz8nLNnJycxJubWzpZvn79yisoKCQDNHHJx48fG4DO7bKysmQAugqIRUHOB2t+8+YN2CCgmkKg2obg4JAKkF6QAX/u33/6PD4+1WzSpN6iz58/f9y6dRvWAAN69yMvL28RSC1ID0gvI1DASVZWPqSoqNJXQ0NHUkBAiPnr1y9/r1698Lynp3UzSCNMburv2cznP15gkP4j/vt53c05jx8/XMMIlBdiZmZ2BTpVG0tI34TGgjpI7k8PX1xKXLL4nCVznzMXfiwEBuhuFqDEdyBjP5A+jDOyS3j9GNRYNICeePnx70dxBo7/r/9O56tiuP3HnZFgSingYWBQZTnjGORkjC61f92+s/gNcGeH4P8MM4EYbIBOmL7xlVUXz4LlGRnOshCVXv8zpDP8Aeba3//PvPv7DujpfwwMrIwmDCyMDCxEJ/qXvxiAhpx91nULmAEYz4I0M0izMwAEGAD1+eDu3JbpnQAAAABJRU5ErkJggg=="); }
  .w2ui-icon.icon-add-child-link {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWVJREFUeNrskktLAlEUx//3ztT0YhzLR5AUGpqtjfa9bBktc9EmaO3aNm36DNLGLxCtRogW1UKIINwVQQtnAjVCR4NBxZhHZ8SgvbvowI9z7ut/Dudc5rouRjGOEe0PCLBcLufnnG9RPEcYjuPc2LbdrlQquNi/oxssCoYzOksQr3BxAtfVYNrAJIeQTCb3MpnMEZGVZdlXKpVMwzCeSQShph96uJ5fX13bTKe24+N8LFSr15ZhuZdwkAJnqqjr+jyJ7HY6HXie1leKohx75QWbCmBacd+CHK5+VeF53FvxYfXn6DvvAtlKIBDwRSKRaLFYvFVV9aHVahUajUZ5QKK9YQpmsDvbm3l70j66mllGvnsJmZUh4YCJohiTJGmHFCkdPvv9/qNlWQbF1iDPIl9CWshCQIx2NFzbBVSdF8QEHYcT1B5gipC9hhLO8KE9jH8mJRDir6n1vGQ4nQb7/8qjC3wLMAAikopM5Ij0SwAAAABJRU5ErkJggg=="); }
  .w2ui-icon.icon-add-parent-link {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWRJREFUeNrskjFIAmEUx//f3ZmpdFpZErloGLqmNZdlbjW1ODRU1Nre4tLcGDXWfDQGSi6CLRW1GCSYiCZJkSiX3end9Y4U2t2iBz/e43vv+/O99z5mGAYGMQ4D2h8QENi5G2jrwAgPMOYDwyGdzxJPMHAAw3jeuFiC3+8Hz/OjHMctU26ceNd1/YrHmv0GmnFLxTVoOF4IRaKr4ZXAEGeZrL5UZxav5yTH5zBkWUan01lPJBLbxL4ois5sNtsS0OrWSO0ECiLkA85p0VNRKzA9ct3AxJtr13yqqqqo1+u2YDAYN8VMXyqVLgU0tSlU9D2kFGDLVrh/uPOKIZen+dh4pVwhn8+f9vslkU1JkjKxWCyaTqczJPDBkHQAZ19AUXPDy4UR53cgwEftFJHSjlDWy737FkEQxqxW6zzFLqKhKEruRyApmwV2QiQYQVNFl9B6cX9jvDn4X9trs/+vPLjAtwADAIjig7LzFt0vAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-csv-import {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmBJREFUeNqMU01IVFEU/t7PRFJDDZGDYZBEGGPbYjDBGmlh0aZV5BBJhUXgThma/MGEaoKiEGwXDE1GmzYiiPQHLoQQ3oDggClBC5vNjBrjG3v3vds513mTLSY6cDjnnnPud7977rnag7c3Mb/QAE3TLgJowL/lg+d5Xz3XhZQSudlZmBxtbiogtxI6lB4aevGLkg6r58GlIi5ksSwL6ZmZW+RqpEscO97WBo0YfCK/vdaRB/YdQeuJa8hms7jS2YlLyeRtCr8nYAViOq7TPnD5ZU3O99908/VQKBQwlskgFomMP89kBig1qgDKokxUXQxm4mpDd8ddfFx4h2/5RYx0vQLnTV1HLBZT1wkGg5i2rKJ/gAIQUqjC6+fuYXx6UCWawpFqfJdJrRICgvrCIlxX8wF027FVYfxsP8amkmT7wLHTkQsqzv7uQECBMBO+jiuERsoW+qbYpI47mJxPg/1nUwlc7Ugoy3GOBQyjCmJsA+g+gOkzaDx4TCnL08m+baoVBjptYhAWg6wggL96oBkazp/qqnbe9znOeQZgYRCDrkEA1R7wM36OP2mtOQctjScVQGpUvRoSw8NwHecPA5q1M1s/92Bjqbn/y8TEIxpV8Ox5lSlky7H6cBgry8tqDHdeQf9h6SgsHlW0OMmnVS0pW51o3+jpQalUUmuuJcX66ipM63UOh6P7URcKqX+hNlUYcDG/PK8fp1K409urwO1SybSLRXyfm1Ms6kjrw9HoiNwhBCBdz5M0PJI+l6RPJstCyC1acy3v4b2mD7CRz6/tbWl5iP8Qz7bXKgDitwADAEQrVM03TGQZAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-project-details {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAtBJREFUeNqkU1tIU3EY/87Z2XRBjc1biDKFISZpU8KyjHoJbAPBoAs6iIgQojIaRAgl9lD4UIiKsXox0wdfyiJ8KEhhoosmrnVTMDIVL52Z2zyys+1c+r7Z0ei1A//9v32/y//yfX9GVVX4n4+jH6fTCSzLgl6vB4ZhgEx1Ol0VQmV/eEFZlsc1LJlMgqIo2wbah+AhnPbh/BIF9oGBgW4iu1yuS5ibQ6wW5w84j2ka9i/x4aKiotMej6fbbDafQyEbCvEQiYRpRZZyhBGHuJqOoS3V1NRQfAUJHTz/E3Jzc2FyMjBjt9ttBAQCgZni4mLb2tovyMrKhsbGxquY7tzaQTQaBVEUn7vd7haDwQA8z0NJyR6boshAg2JBWAfCiENc0oTD4U0D3MXRRCJxZnFxcQNX+8ZxHPh8vimHw9lNg2LKEUYc4pJGOztUVFTc8Pvfq8PDb9Xx8TE1GAyqpaVl97ASVA2gmHKEEYe4pMGxWYV4PK4TxThIkgyyrGApORRySa1UFFOOMOIQlzRbl4g3exznA5Roarp2obr6WMH8/HKgtbX5GeVaWu6ezM/fbR8dHZl9OpcRSi5Pzwq+/kcIvUkZWK1WOkoB3vDlri6POxaLQV5eIZhMGakdRCKrsLDwHYxGI1z3qitquokHlmuLCUJfyiAnJ4d4dwYHX9+iMprNFggGJ39UVlZZez5LML2aTBjTDAZJklLd6qgrhYe9HydURWlPGVgsFjI4UV6+v6GtrbPB5arrWFlZEoaGvM23vQLU1h+EqSjAurTdtdlpAINPRidSBtTjVCZ0d+CbOIIrPcb/F/3+mZsPRubhhe/rMpNuCqliJJPRG4XC86dss/1DEwzLtmsGVA06cCaOdFoBzfaiWQnFWI0v2M6fKN55tqcXWJ3EsLr7O3aZerXHRPXaoLbQHhgKluiW/32+8Zj4TpXj3uSrpj48FfwWYACtV46KrMO5egAAAABJRU5ErkJggg=="); }
  .w2ui-icon.icon-project-delete {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqhJREFUeNqkU11IFFEUPjM7u0iBuZumCKaI6Capo4ZlGfUSmAtBPdSDA0ERQlQGCxFCiD0kvqWGINFDvvlSEuhDQvYjarThtkQkGvnXqo3p7rbq/szsdD53x6KXHho4c86c7/vOvXPPPYJhGPQ/j4SXy+UiURTJarWSIAiEohaLpZah8hTPp+v6uInF43FKJBK/C5gPg0fZVbB/xgK5v7+/B2RFUa5ybp6xM+w/sB8zNeIf4mPFxcXne3t7e+x2+0UWiqurKgWDAawoIgcMHHBNnYAt1dfXI77OhC5V/U65ubk0OemdkWW5CIDX651xOp1F6+trlJW1j5qamm5wuntnB6FQiCKRyFO3291qs9lIVVUqLT1QlEjoBEMcDv8kYOCAC00gEEgW4F2ciMViF/x+/wav9kWSJJqYmPjc0ODqgSFGDhg44EJj/jtVVVXd8njeGSMjL4zx8THD5/MZZWXl7dwJdIMQIwcMHHChYUt2IRqNWiKRKGmaTrqe4FZKLJTiZqsQIwcMHHCh2TlEPtlT7A8j0dx883Jd3cmChYVlb1tbyxPkWlvvncvLy5FHR1/Odnbef7QtFIS37IbNHQxzgWk+4WvV1UcK1tbWqaTEKQ8OvpKBB4M/aHHxKwFLT9+Tsfvb4gNXKDSbv7WV3EF2djZ4dwcGnt9BG+12B/l8k3M1NbX5AOZa3DFxYd6m6TpZ+TBXpqeWMnTdz0PwfruAw+EA73Rl5aHGjo7uRkU527WyshQeGnrTAuB1XcVys6Lk/D0Hj/v6kgVwx9EmnoUGnonjmqY95O8rHs/MbU2LU3tlobdQ16VNokwbUTjNMIKpOdgpgLPYy5bJlgaQix3kYqWIuRuf+Dp/TC0cY1P3E61eItLMArhQu1Im/WOCdbYNtk3U/iXAALhqd2yDzyzoAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-project-edit {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAsxJREFUeNqkU11IU3EUP/fuqm1CuNCSvRQx3XKow4EfrQ+bGeqgxyIQpHoQpCIYCEJRRuGjpEPYgygUxLIvhhboSgPZDMWtKWS4isL20J37MHVf3v07Z27lexd+9xzO73fOPfd/zp9jjMH/PAK9zGYz8DwPeXl5wHEcUFGZTNaAVFVW55MkyZ3jUqkUpNPpfwVyD5LH0VSjdWCC3m63D5G4vb29C2M/kDuP9iNaVy6H35NsLC8vv2Cz2YaUSmUHJvLBoAjRaIS+yFOMONKQNpfHUUstLS3kX0fBgCj+ApVKBR6P16/X69VEeL1ev1arVYfDISgpOQidnZ03MDz4t4ONjQ2Ix+MvLRbLnfz8fBBFESoqjqnTaQkI5G9u/gbiSENayrk3OblbALs4nUwmLwYCgS382hdBEGBubm6lrc08RCCfYsSRhrSUk/t3qKmp6V5YmGfT0++Y2+1iPp+PVVZW9eEkaBpAPsWII83i6AibViiWXRzXmOkgkUjI4vEE7OxIIElpHKWAiUKKRkUgn2LEBYPrsLTqh8bubp0I0JvpoKysrFmtVt8iDA5av3k8y8zhcHoMhtrbBPIzsbHebaPROB6LxViTSvVsBOCckO1gCgut4glfMxjqj4RCYdBotPqJifd64qPRdVj7+gqEpFPuHDtl1ul0/ZF4fPQSLlimAJ4qmStW67CFxqhUHoCpqTffa2sbDhMhrr2OwbZDbjKdhKdjb6F4f6g4EuF9ToVi9xBxSQitJlPz4/n5FabRHHtYVFT0wOVaYjOTw8x6V/DHAj3s0UA9O3ui9Dlpszm7BTI7jWOSy+VthYWFfQUFBUfJej7Mskl7E6Pk/h7OXVe97wlpSLt3/3N34hBChzAQ8GJ1XG6VzbLNz+z+Tf7TmTroynKViNLcPcqsMt4yGqcii70X7OdVMzce3gLbixm2mI1JiC3ENiL9R4ABAAV8hGXDFJ4aAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-project-add {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAsVJREFUeNqkU19IU2EUP7u7G6UPspkxxDEDkaVMrzMMa2IUgTkI6qEeHESFif0zWEhIJUIU9tCDDmGE9OBL9mDggz0IWgROcOIcIkKTstnSZnOzxf7ce7/bOZvXIuipC+eec8/v9/vu+b7zHY2iKPA/D08vp9MJHMeBTqcDjUYDtKhWq21EqGaXF5Rl2adioigCY+z3AuqD4DF0tejHUSCMjo4OEdnlcl3H3GfEzqJfRD+jarg/xMcrKysveL3eIYPBcAmF3NZWFBKJOP2RoxxhxCGuqtNQSS0tLRTfQsJANPoNSktLYWEhEBIEoYKAQCAQslqtFdvbMSgpOQgdHR23MT24V8HOzg6k0+nXbre7V6/XQzQahaqqwxWMyUBGcTL5AwgjDnFJE4/H8wtgFc3ZbPZiJBL5iX9b5XkeZmdnV1pbnUNkFFOOMOIQlzTq3sFut3f7/XPK9PSU4vPNKMFgULHZap5gJ6gbQDHlCCMOcUmDlu9CJpPRptMZkCQZZJlhK3kU8qLaKoopRxhxiEuavUPEkz2N/iglurruXHU4TpSHwxuBvr6eMcr19j4+bzabhLur97PvYr6t/WFtxPSysAehydwCFouFtlKOJ3zT4/G6U6kUlJUdgqKi4lwFicR3WF//CDdi3eA45YDh8RdL+z5xtpRZym8BT5XcFY9n2E1tNBiMMDn5Zq2hodFCQM+Hh9kwfNHLkgQJOQFcjBWnzMwPCsznKjAajcQ7U1d3pK2/f7DN5To3sLn5NTkx8Z7KBMfbpo3myydNf8/B9NhUfgG649QmnIVWnIkmSZKe43e73x+6J0ki1D2rDshWPMUkHKhurzUtvVqcz19DmFdngUdRMdoaxptoBuzAiiCUP83xGFtWRHEJHhSOxOSYCZJMByPpeugskNQK6EIV7Br/z9nt1D8CptSDTjMHnuw1zLBfAgwAXEmH4BVgZo4AAAAASUVORK5CYII="); }
  .w2ui-icon.icon-alarm_edit {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAm1JREFUeNp0Uz9ok0EU/3333X1f06SpJKkpNm1sa7ViJS6aZlEc6qJDkToUHNTdUaFTySTopuDkKA5mcVAUh05FMaiDOKiJMZCgBNOkpf1sk3x/fHe0MSH24Me9u3fvd+/33p22sLAAOTRNm6ApSRjA/mOT8M7zvMLeBqeFMmieXV5eXopEIjN7e52DLkC1Wv2cTqfv0PIfgeu6e3ZQBs/ffwvPdwCMMQVd1xX8rIlHi1MzdD7YScwdx2lfIu2WCGBmerong0qlAuknaF0EHRkwRdBqoV6v9xDsBoPOsy4C27a7MpBat7e3FVGz2YSsBiMJpmEoAjqv7StBZiP1/iECYgI3TXAKFBK0L/09EjoIlARdCJh+vwpqBxMSIgOr/ArnTxdSn74NPfifBCbtQDCIYCjUJpAwuYNJ+wMmTl7F8e83p+ZmC310fqcdtAtVg+iAgE7p6+QUEvQm4s4Kxg9G0e8zMTqejDou5mxKXKJLgtR4+5RD/a91qHRhV5/gaOwsFq89xcO7yaHcx9fzruu9JKfdmYGqgeyAZVnI5XJYXV3Fj6/PYJg6taiKTCYDu1HpM/zjJ+j2cy1SzzY2NrokZLNZ1a5yuYxk8gzsrRUMRkL4Wc/ixfNb+L3zBSI0fIRCrlCnNZbP51Gr1eTN6l+kUinVrlgshvdvHiMStqHxHAy2houX7sEvNhHwN8KiL5AgkpR8Vf2lUim6vr7eLBaLeanapP7H43EcGytjdNSBj/1CQFiw1pbUHBBbGB4ZnKQMbshHESYcMgxjjHOeoJfY/s7XLzcuHB5xo+0qM7iG8CzOvQbnaBoc2b8CDADApTo7ExnKIgAAAABJRU5ErkJggg=="); }
  .w2ui-icon.icon-task-edit {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcwNEVCNDY0MDM4NzExRTFBREUyQ0JDMzAwQUI1NjI2IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcwNEVCNDYzMDM4NzExRTFBREUyQ0JDMzAwQUI1NjI2IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzMgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ1dWlkOkFDMUYyRTgzMzI0QURGMTFBQUI4QzUzOTBEODVCNUIzIiBzdFJlZjpkb2N1bWVudElEPSJ1dWlkOkM5RDM0OTY2NEEzQ0REMTFCMDhBQkJCQ0ZGMTcyMTU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+MT7FiQAAAiZJREFUeNqMk1FIU1EYx/9nO3e+NranKIw2ErM9SQQXxCKMRdFDCWEaNIuIetseQiIKG/jQQ4H0kkQxdLRaYiijtdWwljjKjQlNRQPHEhWUjca9eb3bPd2tFTdrrgMf53x8/98533e+cwhqDFsDQccpILHYXvbv+f1NBcD5DfB8BcZpLfDAvp9+YrE81c+azc6jLlf3RE/PLgWgtBaoGVZZltv4dLpbcjph6+w8Fhgc3CD/AQIMhzOr5osOV7orlUrBaDTC29gY2L25eZPurwfOtAIHW6rUosKyjOtXr7ns4bEW7G1+Bp7n3Tv1eq+V42bojfMAIdvDpzv67MWiDIvFguFHTS8FgfrnCJmZ4zhUvUQtLEkiVlYWEJ98MW7dg35F0SV/yWgtWBByyGaXEH379L16oFtPyRutlG4H53KrEIQsXo0ORQ0c7qg9C2+V02rw2loakvQdwz7PhMGAXkYR0krVlpaN/gteXp6HohQw9MQzqcK3GSO/Yd8YgyiKf2bAGBrEPC6fdfTZM5nPqq/g8YA3pqZ9S42V4ZEww0iI/VUxFSUYCkW0nbsSOT415YbJZMbDB76PtARTvA5GgWBUqdosmhdJs413tBOdbofR1CXev+uI19Ux94ckCb77xGr9NdD1PE4eOnKhdfR5/3Qk5I99WUIgkkBcLcykxhWNFbf4pd2V0htkl06QgdkMYskFTOdFtlERF0qXXZm1a7kSL9sPAQYA2Q4Ie25SbgYAAAAASUVORK5CYII="); }
  .w2ui-icon.icon-cross-circle {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAntJREFUeNqkk99v0lAUxw9t6SjIwhgsiBlGYCJotixhM5lZwl72svgyffWf4C/YX8CTfwCJyZ4MW+LD3syMv5bIi1kcwUHmNJmAgEKhLaUtnlMKgcU3b/Jtb3vP53vPvfdc22AwgP9pHD1e2GzA4ptkAwiidrG7gQpZcd9RH3CqHOpKxw/SM5ycu2b42C4I6fDycjS4tOQVZmcdlKHcbq9enZ9vXpyePlFlOYNxr6YyGMGCx7P3cGcnPuA4oadp0Gu1RmPOQDzu9IfD8/mjo73u8L9pwtAD0wqyDkd6dXs73pIkIZDNQqfTmZL5T1GEB6lUnJmZSRMzNsD17IYSiehvURTu5nLmlPcOD0EURVPUpxY7OAARTRYikag+3KfhEjSAR26/31tvNuFlNApPSyVQFAVC+/sgSRKU8JthGHidTILdbgff3JyXGESfM5bBosEwDg3X7Xa5IOvzQaFQgGq1ahrZ8JTeIMzTKfX7oEiSg5jJDEDDARXTlTALl2EAy7LmbDzPm7oxsdssxmpW38ygD/BDrNWUQb0Ogq5D7Ph4CuY4DlLFIjjpOAhQVYWYsQG6va9VKg03Bi5OwJ/X1uDTyoppQNool02Dtiw3iZk0yH1rNMq4U/Ll1pYJnyF8C8dIJ7GYme67SAQMw5ArvV6JmLGBgeXZ1fXMx3q94AWQv66vw238L1ii/gnCHoTznU5BMowMMcTaqFRplykoidV4h2HScZ6Pxnje62FZBwX90XWlqKrNgqqWLhDOYxVeUgESaxnQacyjfFhegQTA5gLAfbxcN61C+1kD+HIG8BanxS78QtWR1UYGjLXBzmv341+NLmIXJSFr/BVgAM8jHGX/y9T1AAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-prohibition {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlFRTgzRDM2MDkyODExRTE4QTcxRDNBRDA2RjFBNDBCIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlFRTgzRDM1MDkyODExRTE4QTcxRDNBRDA2RjFBNDBCIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzMgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ1dWlkOkFDMUYyRTgzMzI0QURGMTFBQUI4QzUzOTBEODVCNUIzIiBzdFJlZjpkb2N1bWVudElEPSJ1dWlkOkM5RDM0OTY2NEEzQ0REMTFCMDhBQkJCQ0ZGMTcyMTU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+0VU9NgAAAqhJREFUeNqkk81PE0EYxp8updtiqIXailDxoz1QIhVrIalGTDDCATGh3ky8kRBCuPTKxYRw5UIIf4DEIxxEIhIOkgiEGMAWkESkUmmjbfnaZNvutt36zkKb6sWDkzw7O5N5fvPOO+9o8vk8/qdpGOCVRoMyGjBpgFqSj37vkerP14VJS7TVFCmaowHTC/Jq/wJ2lxsM/psul+N6U5NVV1GhY5OSKLZ8DwYfhILBZ3IqNUpTbwqGUkC3wWR6+bSvz51OpzG7vo5T6lm7qNfr7Dab7XFLi21hctIonp6iAOHYh8KqLdPr/V29ve5sNov3m5uwdHTg+fy8Ks/wML5qtVja2YHX53NzPO9nniKAzuOrb2x0HB8fqzu3NzTgy/Q0DpaXwRuNqG9rQ9fEBASzGdv7+7Da7Y7cWZ7OAFngvtlms74LBFDV3o7XKyt44nRiYWgI3+bm1GMYqqvROjCAvXicbWhlnmIOaHA1m8/rJEVB6+Agaj0ezJDZW1mpQlizd3bicnMzlPJyZARBxzylAGQyGRQqgi1mjZnvELQAsXm9al8my6qneIQM8COdSMg8Zf3XxkYR8mhkBOscB9fJiQpZHRsDL0mALMvMU5qDjwfhcKwmmcTq+DhSR0d/QAImE25HImpiLXSFiWQyxjylgKm9w8PdK7kc+LU1vO3vR3hxEZIgqGE7e3rwua4Od0MhWEQREUnaZZ5iDhQqTzGXG52NRo3dVVXuBF3f8tYWRJ5XI7lAYTtpZz2V7owgrKUUZZSM0eJb0NBbuEYDD1XjDY7zN+p0DhfPW40cp5ayoChyQJJi27K8GyLzJ6rCfVaAzHsOYJGYSZdq6HoagIdW4Ba5LQwgA/EYsLkDfPgJRGgqTkqQN1sAsFxUnEv7jxfMHqJISpJX+S3AAFgmK+6vKrJdAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-telephone-handset-prohibition {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAoNJREFUeNqkUl9IU2EUP7vbXHNuTBw6GIiryZY0X0ZPSkFOROmhl+hJGPSy+xA9tAexrKCSjAh8KFz64OwhECEmUm4EI6RBstTXEUMiRNzA+W+Oq9u+fudiskwo6IMf597znd/vnPOdoxFC0P8cnUajOfXCZrORx+OhhoYG4hitVkuSJLlw1YWkX8vlcqpSqZB0GrGzs5M6OjpUctVpBcEfDofHQL4IES87j9ObzWZqbm4ml8v1RzWooBXGPzEx8Wp1dZXsdjvJshyAL6Krq6ujpqYmslqtpNfrKZ/Pk8ViOanR/RJneXlZTZLL5ejw8NDKF5LT6SSTyXQciQva3t4m7q8KH4PB4C2Hw0Eon4rFIimKsg+Q7rQHZJHNzU3S6XRqVbDcqsTf7A+FQgNoa4kfV/qHSblLpVLv+Pj4KFeG3u8eHBwkeRLqGP9C9qCa3snJyRfcdyAQuI+sn12KsnBpY4PsOzu/C0D1PEwf7Hv+R+a+SCTynMn9/f0PzxaLC/6trU8thYIaXzpRQRsIV2Ox2EhPT4+WHVNTUyPr6+tMfnROUZZuZrM+uAePdjcGhMnr9VJ7e3sbMJDJZEQ8HhfpdFosLi6K+fl50djY+BhjvvKG6E7U7d79MTsr9tfWxBdZ3mUf8RiBoZWVFTE9PS0SiYSKaDQqsBvD9fX1XTdqa+k1Ufw7yO98PpFLpUQBIuxTx4Qt7ELwk2QyKebm5sTMzIzAbjw1Go1+HiWv4SiC90DKgvwWIhmIsY97OQM4EXgdYkM1NTXPDAbDPXxf4/0HWgDHbaIHH2R5bwci30AeQzvDaEFz9JBmwPhrGEClCmW2F5DoMlEAi9N9FBfDLo/9FGAA5TUs16uOtYMAAAAASUVORK5CYII="); }
  .w2ui-icon.icon-arrow-circle-double {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAuZJREFUeNqkU9tLVGEQn3Pb21HX1V1dV0hbL2mBUadwS7qR+FARJXSh3oOgP6GH3noK6rGX7GHtwaKCwCQiiMUoYgsltXDX9dKalz3pupdzvu/cmuOaGQU9dGC+73zfzPxm5jfzMZZlwf98vL0c61u6i5v0F30c5SaKgJLHYLJpGFTXddA17ReAYRgxsCzpQk9IIqSUEc8x8OjVPJw9WtcgZ2kgnVHp7IKSNw2YQPW3nxFYe0G0KKIO9Q/OxhnLhEJOA0IMsCNp1GREgattCXoaTh4I7HLwVg8GC/8GoBESAkPrOtVZI2WWiuBy4p2qoTOFhy9TuXdji+V5hTSvympTzz7/HgaM85ZpVmI5GxlQ2tsYdDVnV4rA8xY8GJyMCw68JwTQKD6bzr54HptRVErD8lKheZvf2YE+hwzkYZ0DSkhXtchXUaLBaEpO4vnt/SfjpRwRhGXZD0hgcDSRkdpDFfX+cp6gzRHUPiuVoKotHAseHetPppZXDV2/htFvo8SVfB5yKyt2loNTqWUH2tSjbRh99qNsZlBQdGtN0631f7OIpQhCFPsRxRLsFscKa2tRjufFgm5VCLBuJ262karq++UcqTAYzhnwizQ9lzmBkQcFpxM25sOWSDDorZRVEzjQiugzubULr2e/ZiZkEKZ82+sVZP8w1rxXxUxQB8d7D0q4R/w7m5rQBubS8nc8D9u6EgClsekvM6OuSjGR5sSpcHfEXV7r60EuJEwVkkUWdp/rlhIKC6bogcTYdAJ9HtvTuA6Ada6q+eJAfGDoo8frTs67vAmzM5Kru3imHMmDLOeAkRwHvioPjESfxmmhMIwlzOeHbpQ4yPVfArambYrsOK18uqe0e1vDZUK40UHqgpY9TKZDADdrwYIJ0H71sjR6p892+6wvjkcZ+zUyDGNf2KwGGLevGgJtIpSFBIauGVDTcQWqW1r/eGby5IT55tb1rQA4e+BBcaMw/3jF9ovTbfp+CDAAIqquPExvnOoAAAAASUVORK5CYII="); }
  .w2ui-icon.icon-node-delete-child {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVpJREFUeNpi/P//PwMlgImBQjAMDGCprq4WZGJicgayhYH47b9///b+/fv3/b179xh8V68GK/oOxLxAzMjAoAjErUCmGhDfAgZ/NbOGhoZ/VFRUMhAX8PHx8R8+fPjz27dvrwINYRB+84aB/evXM38ZGM4CFT8H0tON7O2dHIKDVZnY2MQePnyozPTgwQMJoCHuX79+ZQDRIP6vX7/SgDakPRMVZfgM1PiTgWHmF6AAkK2qIC4u/v3JEwYQDeIzA4G6iIgIv4yMjOKWLVv2bd68+cS7d+/mvX79+uzlq1cZtBgYinczMKRvAxoEZDsyffkiKvTrF8+5W7de3vn48SwjCwuLEjs7uyvQAgEg/vDz588Tf/78eQ1k/wDiPxCvM7ACMbssA4OyGwNDLgswLIAS94EG94EkuaBhBIqRv1BNv6H0P6gBIDkWJMwMxKAk/J1xNClTbgBAgAEA/tKDeZKlQNkAAAAASUVORK5CYII="); }
  .w2ui-icon.icon-confirm-alarm {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAopJREFUeNqkk01oE0EUx9/sdj9SE9PAtqltSWOhB6mltMG0kh6KvVj0VhHx0iJCQdCTgRy8ePAg1YOi1VCRgnjoRS9CW7AQpLV4CAgBKaTa77RlE5qY2qzZjzhv4i5UenPgvzsz7/3+M2+YIZVKBf6n1eBn4MYiuN0e8HrrQJZdQY7jxuj0EFX737w01YxlWXFNK60VCnk4OChC4nWkamA3mjDKwe/xgW63cr7zBDTVV8MZ1ehaSv3qSiRLN2lOlE5NHdmBDbsELR4baRWDp0SolmayWMBPoLXRA31nJeXBq/V4wbLANuHwo+t60DIOx2OjzWJLPYdjMAzjiHAOY5iDucg4BsXiwdhg2Ku0NPDHwqjwtY/wcjoNmHPhnFdBxjEolbShwb4GBpumyaRpGuRyOdjc3ILu4VnMgWdvl2Fl5Tv0dsiMcQwsi2sPNtXiOUDPlXlQ1SxkMruQz/+Ey3e+YZxpdiIEeDR+H88Yx6CmphaABu5PpFn/0u008LwAV2PbbIyanwzTXZVpnx4wxRhjG8jyyXR64xDujgSxz3T9Xs7pz0/2QLlsgiDITDvZKuMYuFy+mU9JnW6PwNyLMzh2hGPDsEAUJSZJkmEpVWUcA0nyxBNJklULLlbrh6cBuoKX/U2TOCuz1XMSfE4JWWQcA1rvWtmQo4/eGOW9fYma8PD+sUJhntYqMyGcofCTaVoNzUUGWYI3ri0UBUJ48DX1j7a09Y8PhEQl0iVAcwPHDndLNWHxqw6JpJ7dXl2I/kg+nNrPLLDbygwIIfa19te3XuwIdN4armvsjRBOOI2BiqWv5ne/LG6knr9T1+eW6dQOVflfAyzHTVVrl3ZMwwdSwsuLDwXZPwIMAHOXQZIPP2rLAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-confirm-escalation {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAaJJREFUeNqkk71qwlAUx8+NVVFLCQR0Kxn6BK1Tpbu7r+Jk0cHQwTEP0UWQ4jModDEFXVwKgmAmY200mvjZc67kNlFLBw+c3Jv78b//3/1g+/0eLgkJLowr+lQqFZAkCXa7nehgjGUx789NQtcfmJ1qtXoQEHZQxPM8//ehXC6/JBIJJThmuVxamqY9Y7UjHARWhWg0CrPZjOvFYjFls9mEVqc213WlEEIwIpEIJJNJGI/HjCZvt9uT/sViwU4EkCmLBWcmF6lU6skwDCCRdDrN0+9zHCfsYL1e/8mMdqHdboMsy6JtPp+z0DHSIOLymf1sNpt8RcKgDaacTqdftm1LrVbr1wEy8T2kSfV6HQqFAjQaDRiNRpDP50HX9bder/fur4onNZxMJrdYHXIBZOJuVqsVdLtdnhSlUgmoDbEM0zRfj/bbEQjIxLloL4rFIliWxUuaTG14wexcLmfi0GB+CwHiIS7iI85arXbC3O/3z15lRo8JL1BGUZTHeDx+d24QMn+iK4OYj660ELjG/5t/3o3j26ZQVRUGg8FB4JL4EWAAVefjncznaVAAAAAASUVORK5CYII="); }
  .w2ui-icon.icon-confirm-subalarms {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZxJREFUeNrUUztrAkEQnl3WRwg58AQDuUuT7qKksUh+g5Am+C9S2BkiB3YG7CzyH66wCETwF1iInRykCRaKEY7zAT5OfGZmMZJommCVgWF3Z775dmZ2lq3XazhEOBwoBxOIbDYLjLEL3F+jnvyCGaJWF4tFA8u95ZyfkXG1Wn2gvgp00PkmlUo9RiKR2G604zh2oVB4mkwmDc/zzp9RyH6PIjOYTqe0KuFwOLYh20q5XIZEIhFDjNLr9cB1XdHtdqWv1WqJ7wScgjGlbXCpVIJOpwNkRwynvW3bjmEYD+QPBAKO3+8HgWnRmRHQsixIJpNQLBah3W4DliUJEMN0XQes3/rKUggBPp8PxHg8lgTz+Rzq9bpUEtM0YTabAc0JYpiqqhCPx/ebiM2RJSyXS0in05DJZCCXy8lg6eAcEMPpRiTbb2KlUoFoNDpqNptvmqYZ+Xx+2wd8XiD7YDAYUam4/mhirVYDhntVUZSrYDB4iQHHu8+Itw6x7iq+wnsoFLpDzOnG7vb7/RciONoMkPjjEFI3h+z/f6ZPAQYAcdDjngBVvmYAAAAASUVORK5CYII="); }
  .w2ui-icon.icon-control-alarms {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzNEY2QzIzQTMyNDExRTBCREQwQzM0RkMwMzlCRjIyIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzNEY2QzIyQTMyNDExRTBCREQwQzM0RkMwMzlCRjIyIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzMgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ1dWlkOkFDMUYyRTgzMzI0QURGMTFBQUI4QzUzOTBEODVCNUIzIiBzdFJlZjpkb2N1bWVudElEPSJ1dWlkOkM5RDM0OTY2NEEzQ0REMTFCMDhBQkJCQ0ZGMTcyMTU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8k2xlgAAAd9JREFUeNqEUz1PAkEQnTsIfgBGwUAhiRWJBZXakRhirGggIUdjYynQ0VJQ09Jg4j+AkEBCqKwUOmNtQaIUJnAJnMjBIZ/ObG7JQVA32XszO2/fzszuCYvFAiRJAhqCIJwjnBaLxUu0FZwq+tvz+fwgEok8ov2C/GfiFgoFtsdMHxLR8SyXy915vV5wOBxgs9lgNBqBoiiQSCSuY7HYLdKYAB9MAE/gvjCZTCAej8P6oHXkCevrIn1msxmfAolls1kYDodLPLrxsEMozrkrAhTUp0hBTBWM+H7/xpDinLsiMJ1O+WQnZDIZ2IQU59w/S0gmk7AJfy3BIMBKSKfTsAl53Chg5iVwQbJTqRRomraCeuri+i2sC7AU2+02VKtVkGUZXC4XBINBcLvdrAf/XSPrcrlchlarBT6fjyH5eg/+L4GCzWYT/H4/BAIBet5Qr9f5LWwuodfrgdVqXZZAz7hWq4EoigydTufyGok0GAxWS2g0GtDtdqlh3/1+XwmFQmC326FSqTAkn9YpTjziL5tGPxKmuYv2Hp50EQ6HpWg0eoU/0j4nqar6mc/nH0qlUqHT6Tzh0hfuGxgFDtH2YMpbFovlxGQyHaO/YyhVwxKa4/H4FZs5Rv8D98kU+BFgAPUXmahDZU4iAAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-filter-added {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAm1JREFUeNqkUz1oU1EYPe/lJSFt/h4xQ1ocsmQSM8QIFkQb0EJRDA6hpYuD+EAXwcWhVHSw4B4k7i4dFHESQrrVIWYoilZJwCUUkiZNSWL+XvI89+XHpLp54bu/3znf+e79rmQYBv6nKfF4/GahUAjk83m0221zj6bKsux2OBxwOp262+3ueL3eDsc21z959m5CQAtkMpmUrusmQavVQrPZQbn8CxaLlQQuEAiXywlBqGmJ+zMKRBeLxbRkMpmq1+sEN1GvN1CtNqAoNhOsqio8Hg+2t7ceUsFsCoz8iuO9YDCISqVCYJVR3dxqwGZzwOfzwe/3w+v1mADe2ctpArlcLosxEwqFNOZGkA1WqwJZlqhAgd1uZyoWbGysPqbfB5GmUDk2ZUSUF104HNay2Wyq3x8QNCSbn5/D2tr1J7zE93Q5OA4wPRrE6/WMCcGEJBqNPtjb+5i0WCSTIB6/8pz38JZHX3M3CqgtNgnGkKA5gHzqWQVJemnp0qaq+rG+vvKC6x3a54PEIWoLzb/roFgsotfrQTzjqP2YduDZ/uHFGhpnRVgpxegRTnI0zbxEQVAqlaYJcIoAjVgf6Jg5R+5euxMRo7ke18E/2ri+B90VWaxS0AnSDZz0T0g2EGefuJ+bIZAkaTztmujBoGXodO5IkeXbMSEdR/oRllevmvPdN5lZBeJjiVoQWNExra7xjdPL9tzu67Tpcy4RjnzZ2c8NI/5RYKGJGp1jVCHD5nK5hAK5/723gEedp9xr4ZkzXe1XOSOpVboARcJYs1V8KtoZkxe4NcxIylJVceRzjLh1k17nCczRNCza8VuAAQD6WAG3zJQWMAAAAABJRU5ErkJggg=="); }
  .w2ui-icon.icon-filter {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfFJREFUeNqkVD1v01AUvX52nKSNHVshQ9myZM2UgS5IGUBCQnhCrbrXUrt0ZECwUYk9QuUnsBDEhFTlDzChShVCicQSFithsBM7zRfnvviVtGlYuNLxi++799xPR1ssFvQ/YvDD87yn3W53p9PpUJIkSu8KIex8Pk+FQmFq2/bYcZwxzgTvP1ut1qdrAshOu90+m06nkiCOYxoOxxQEI9L1DAgsgiNZVoGY0PefH93IgKXRaPjNZvMsDEM4DykMIxoMIjIMUzq7rkvFYpFOT1+dIIObJSDyexyHlUqF+v0+HAeIakMVkWnmqVQqUblcJscpSif07Z0iEPwIgoCPdrVa9VE3nEzKZAwSQkMGBmWzWZSi08HBkxew+5L26S9BKh0mqdVqfi6XkyS6viTb3t6ivb1Hr3H/Gfi+OgVxayqSpF6vHy8JNEngeQ/fQP8RuLw9RnHHaJnkfHf3wUvXLdP+/uO3eP8AXGzcg16vR5PJhJup9D9WjXD3LYoiec9T4j6tEfxLmJzBJLPZTGJtD+4QteNzpWDH0Wi0XsKqaJqmfl5J7/k85u8FJ62ObyMBG6c1ztMlu1JlbGxiKjrAO7qFaJyGaVkWRxZI/X5qEwMh815nzBHTtDP8UQH3WA88W1akfYWN6vJv4BeQqL+BPwIMAN2Lxv1q4iq/AAAAAElFTkSuQmCC"); }
  .w2ui-icon.icon-filter-clear {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAilJREFUeNqkUzuIE1EUvfPJbzczyRBTREiRJm1QSeEiCClW/CxOJbsurJ0D2lhaLIqNi/ZBst1uaSNiJUjKtQgpRBRZErCJWwxJIDMxk7/nTmZCotHGB2fevM8579z77hOm0yn9T5N1Xd+q1+upWq1GjuO4c4AmiqIaiUQoGo2OVFXtx+PxPnoH4+9YezsXAFLlcrk0Go1cgV6vR91un0zzJ0lSAAIKgUiKEiUWNIw7D5Yc8KdQKBjFYrFkWRbIXbIsm1otm2Q56JI1TaNYLEYHB08ewcFyCDj5EP39TCZDzWYTxBZOVTFlUzAYoUQiQclkkuLxmEtAzl4tCoimaXJfzmazBmIDKUiBgEyiKMCBTKFQCKFItLt74zH2vecw2aUP0ROqsUgulzPC4bArIkkzsfX1Ndre3nyK9XfAN//kVLtNF+r1WQ4WRCifzz88OflYlCTBFdD1q8+RhzdY+uoTL4KYQqhjDuG3a2WRDxsbl/c1LUk7O9deYvwa+JzudGirWqWblYpLniex0WjQcDgkvkavnS4qYu3TlbMzum7bqwuJBf7VWHzzL+R5Haxofn1Pbg0GPCgh3ksrNlWXBARB8H8HLnsy6Tl4Kx2Q7+3t/SFwdHy87IAfFtcCc/mDvAy+YA7M6gtsXmF/7kACuEbXcCrbCCqKwg7E0/H4/D7RM8z1AOsudNMeKcKuvf8AXzFwzpu7PYtIqMCVn+U28ANwIEJpT+CXAAMAMFjTDxVn95UAAAAASUVORK5CYII="); }

/*************************************************
* --- Reset (used for all w2ui widgets)
* --- The reset is needed to coexist with other CSS
* --- on the same page (for example bootstrap)
*/
.w2ui-reset {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px; }

.w2ui-reset * {
  color: default;
  line-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

.w2ui-reset table {
  max-width: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 0;
  border: none; }

.w2ui-reset table tr th,
.w2ui-reset table tr td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px; }

.w2ui-reset input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
.w2ui-reset select,
.w2ui-reset textarea {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  padding: 4px;
  margin: 0;
  font-size: 11px; }

.w2ui-reset select {
  padding: 1px;
  height: 23px;
  font-size: 11px; }

.w2ui-centered {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%;
  margin: 0px;
  padding: 0px 10px;
  text-align: center; }

.w2ui-disabled,
.w2ui-readonly {
  background-color: #f1f1f1 !important;
  color: #777 !important; }

.w2ui-message {
  font-size: 12px;
  position: absolute;
  z-index: 250;
  background-color: #f9f9f9;
  border: 1px solid #999999;
  box-shadow: 0px 0px 15px #aaaaaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0px;
  border-radius: 0px 0px 6px 6px;
  overflow: auto; }

.w2ui-message .w2ui-message-body {
  position: absolute;
  top: 0px;
  bottom: 45px;
  left: 0px;
  right: 0px;
  overflow: auto;
  line-height: 1.5;
  font-size: 14px; }

.w2ui-message .w2ui-message-body .w2ui-centered {
  line-height: 1.5; }

.w2ui-message .w2ui-message-buttons {
  position: absolute;
  height: 45px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  padding: 8px; }

/*************************************************
* ---- Input Controls ----
*/
input:not([type=button]):not([type=submit]).w2ui-input,
textarea.w2ui-input {
  padding: 4px;
  border: 1px solid #cacaca;
  border-radius: 3px;
  color: #000000;
  background-color: #ffffff;
  line-height: normal; }

input:not([type=button]):not([type=submit]).w2ui-input:focus,
textarea.w2ui-input:focus {
  outline-color: #72b2ff; }

input:not([type=button]):not([type=submit]).w2ui-input:disabled,
textarea.w2ui-input:disabled,
input:not([type=button]):not([type=submit]).w2ui-input[readonly],
textarea.w2ui-input[readonly] {
  background-color: #f1f1f1;
  color: #777; }

/* IE9-11 specific classes */
/* needs doblue :: */
input.w2ui-input::-ms-clear {
  display: none; }

input.w2ui-input:-ms-input-placeholder {
  color: #aaa !important; }

select.w2ui-input {
  color: #000000;
  padding: 0px 15px 0px 7px;
  line-height: 1.8;
  border-radius: 3px;
  border: 1px solid #cacaca;
  -webkit-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC"), -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-size: 17px 6px, 100% 100%;
  background-position: right center, left top;
  background-repeat: no-repeat, no-repeat; }

.w2ui-icon-expand:before {
  position: relative;
  top: 1px;
  left: 1px;
  content: ' ';
  width: 6px;
  height: 6px;
  border: 2px solid rgba(150, 150, 150, 0.8);
  border-bottom: 0;
  border-left: 0;
  transform: rotateZ(45deg); }

.w2ui-icon-collapse:before {
  position: relative;
  top: -1px;
  left: 3px;
  content: ' ';
  width: 6px;
  height: 6px;
  border: 2px solid rgba(150, 150, 150, 0.8);
  border-bottom: 0;
  border-left: 0;
  transform: rotateZ(135deg); }

/* On/Off switch */
input[type="checkbox"].w2ui-toggle {
  position: absolute;
  opacity: 0;
  width: 46px;
  height: 22px;
  padding: 0px;
  margin: 0px;
  margin-left: 2px; }

/* Track */
input[type="checkbox"].w2ui-toggle + div {
  display: inline-block;
  width: 46px;
  height: 22px;
  border: 1px solid #bbb;
  border-radius: 30px;
  background-color: #eee;
  -webkit-transition-duration: .3s;
  -webkit-transition-property: background-color, box-shadow;
  -moz-transition-duration: .3s;
  -moz-transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
  margin-left: 2px; }

input[type="checkbox"].w2ui-toggle:disabled + div {
  opacity: 0.3; }

/* Knob */
input[type="checkbox"].w2ui-toggle + div > div {
  float: left;
  width: 22px;
  height: 22px;
  border-radius: inherit;
  background: #f5f5f5;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-duration: 0.3s;
  -moz-transition-property: transform, background-color;
  box-shadow: 0px 0px 1px #323232, 0 0 0 1px rgba(200, 200, 200, 0.6);
  pointer-events: none;
  margin-top: -1px;
  margin-left: -1px; }

/* Default Green */
input[type="checkbox"].w2ui-toggle:checked + div {
  border: 1px solid #00a23f;
  box-shadow: inset 0 0 0 12px #54B350; }

input[type="checkbox"].w2ui-toggle:checked + div > div {
  -webkit-transform: translate3d(24px, 0, 0);
  -moz-transform: translate3d(24px, 0, 0);
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #00a23f; }

/* Blue */
input[type="checkbox"].w2ui-toggle.blue:checked + div {
  border: 1px solid #206FAD;
  box-shadow: inset 0 0 0 12px #35A6EB; }

input[type="checkbox"].w2ui-toggle.blue:checked + div > div {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #206fad; }

input[type=checkbox].w2ui-toggle:focus {
  outline: none; }

/*************************************************
* ---- Overlay and Bubble ----
*/
.w2ui-overlay {
  position: absolute;
  margin-top: 4px;
  margin-left: -17px;
  display: none;
  z-index: 1300;
  color: inherit;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  box-shadow: 0px 2px 10px #999999;
  border-radius: 4px;
  text-align: left; }

.w2ui-overlay > div {
  border-radius: 4px;
  position: relative;
  border: 3px solid #777777; }

.w2ui-overlay table td {
  color: inherit; }

.w2ui-overlay:before {
  content: "";
  position: absolute;
  border-color: inherit; }

.w2ui-overlay:after {
  content: "";
  position: absolute;
  border-color: inherit;
  bottom: 100%;
  left: 4px; }

.w2ui-overlay.top-arrow:before {
  border-bottom: 12px solid #6f6f6f;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  bottom: 100%;
  margin-bottom: -3px; }

.w2ui-overlay.top-arrow:after {
  border-bottom: 8px solid #000000;
  border-bottom-color: inherit;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: 100%;
  margin-bottom: -3px; }

.w2ui-overlay.bottom-arrow:before {
  border-top: 12px solid #6f6f6f;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  top: 100%;
  margin-top: -3px; }

.w2ui-overlay.bottom-arrow:after {
  border-top: 8px solid #000000;
  border-top-color: inherit;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: 100%;
  margin-top: -3px; }

.w2ui-overlay.w2ui-overlay-popup {
  z-index: 1700; }

.w2ui-overlay .w2ui-grid-searches {
  border-top: 3px solid #777777 !important; }

.w2ui-overlay .no-color {
  border: 1px solid #eee;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABlBMVEX/////TgCFoIUYAAAAGUlEQVR42uXHIQEAAACDsNO/NJ4Kn9uC8wsJkAARUrXAjwAAAABJRU5ErkJggg==");
  background-size: 15px 15px; }

.w2ui-tag {
  position: absolute;
  z-index: 1300;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.w2ui-tag .w2ui-tag-body {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  border-radius: 3px;
  padding: 6px 10px;
  margin-left: 10px;
  margin-top: 0px;
  background-color: rgba(60, 60, 60, 0.9);
  color: #ffffff !important;
  font-size: 11px;
  font-family: verdana;
  text-shadow: 1px 1px 3px #000;
  line-height: 1.4;
  letter-spacing: 0.1px; }

.w2ui-tag .w2ui-tag-body.w2ui-tag-right:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid rgba(60, 60, 60, 0.9);
  border-bottom: 6px solid transparent;
  margin: 0px 0 0 -16px; }

.w2ui-tag .w2ui-tag-body.w2ui-tag-left:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid rgba(60, 60, 60, 0.9);
  border-bottom: 6px solid transparent;
  margin: 0px 0 0 10px; }

.w2ui-tag .w2ui-tag-body.w2ui-tag-bottom:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid rgba(60, 60, 60, 0.9);
  margin: -12px 0 0 2px; }

.w2ui-tag .w2ui-tag-body.w2ui-tag-top:after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -6px;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid rgba(60, 60, 60, 0.9); }

.w2ui-tag.w2ui-tag-popup {
  z-index: 1700; }

/*
*    Drop down menu
*/
.w2ui-overlay table.w2ui-drop-menu {
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  padding: 5px 0px;
  cursor: default; }

.w2ui-overlay table.w2ui-drop-menu td {
  white-space: nowrap; }

.w2ui-overlay table.w2ui-drop-menu .w2ui-item-even {
  color: inherit;
  background-color: #ffffff; }

.w2ui-overlay table.w2ui-drop-menu .w2ui-item-odd {
  color: inherit;
  background-color: #f3f6fa; }

.w2ui-overlay table.w2ui-drop-menu .w2ui-item-group {
  color: #444;
  font-weight: bold;
  background-color: #ECEDF0;
  border-bottom: 1px solid #D3D2D4; }

.w2ui-overlay table.w2ui-drop-menu td.menu-icon {
  padding: 3px 0px 4px 6px;
  width: 20px; }

.w2ui-overlay table.w2ui-drop-menu td.menu-icon > span {
  height: 20px;
  width: 18px; }

.w2ui-overlay table.w2ui-drop-menu td.menu-text {
  padding: 8px 10px 8px 5px;
  width: auto; }

.w2ui-overlay table.w2ui-drop-menu td.menu-count {
  text-align: right; }

.w2ui-overlay table.w2ui-drop-menu td.menu-count > span {
  border: 1px solid #f6fcf4;
  border-radius: 20px;
  width: auto;
  height: 18px;
  padding: 2px 7px;
  margin: 3px 5px 0px 5px;
  background-color: #f2f8f0;
  color: #666666;
  box-shadow: 0px 0px 2px #474545;
  text-shadow: 1px 1px 0px #ffffff; }

.w2ui-overlay table.w2ui-drop-menu td.menu-count > span.hotkey {
  border: none;
  border-radius: 0px;
  background-color: transparent !important;
  color: #888;
  box-shadow: none;
  text-shadow: none; }

.w2ui-overlay table.w2ui-drop-menu tr:hover {
  color: inherit;
  background-color: #e6f0ff; }

.w2ui-overlay table.w2ui-drop-menu tr.w2ui-selected {
  background-color: #b6d5fb; }

.w2ui-overlay table.w2ui-drop-menu tr.w2ui-selected td {
  color: inherit; }

.w2ui-overlay table.w2ui-drop-menu tr.w2ui-disabled {
  opacity: 0.4;
  background-color: white !important; }

.w2ui-overlay table.w2ui-drop-menu .w2ui-icon {
  font-size: 14px;
  color: #8d99a7;
  display: inline-block;
  padding-top: 4px; }

/*************************************************
* ---- Common Classes ----
*/
.w2ui-marker {
  color: #444;
  background-color: rgba(252, 244, 161, 0.48); }

.w2ui-adjust-huener {
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,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); }

/* common icons */
.w2ui-icon {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin: 2px 2px;
  display: inline-block; }

.w2ui-icon.icon-search,
.w2ui-icon.icon-search-down {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAgCAYAAAB+ZAqzAAACuElEQVRYw9WXSWhTQRjHR0UKLqhFaV0OUih68GAOWjyJKypCpAoV8aIiioIICiKiB1GMtE3MYmry2moXDz1UDx7sUXHBhQpSaRVxrYpWcMO9avx/8AJh/CbznHkxdeB3Cd/8589kvuUJkWcdjCTHghUgAi6DJ+AVeAqugSQIggniXywcNBJsB70g44EHYBcYXUhTM8EFj4ZkboKqQpiqAv2GprK8o7/f75t6pjn0M3gNPmri3vtycxAZA64qDvkJ2kENqAQTQQWoBg74qth3B4y3NbZDIX4fzNfsnQtuK/YfsjFVCh4pMq3Co0Y5uMVoUGkpy8aFT5xaeSzVEo45bXdBt4LeaLq1k0RXMYJfdDfFmAuAD4zWlty4UNyZEkm19MUb2zMw8Sfp1u+IWSrcIimLnTG8/SijdU6OO5poDESdtgHZVBzUHm/amhW7zoitMTS2mNHqASPk2FDCCcLMYK6p+obmulyxfiYLA4bGKFvfSnrUvkq5+Lpk8z4yRH8r3l/X4WiqJFfspSQ0CGYZGpsMnkt6L+h31Z76hpMdeOwPQ7H0NFnssST0C8wxNDaDKb6kP06150gsHahNNlVzYheZd7HJ0BiX4VRGhpmIhRixKyZilM2M1mnTArtIUbU3/qVO0H0GvmQ4CY4C3YopYYlHjXlggNG4R33Ypi2tVtwaPeTdNMkq9pVQZQdvFPs32zbx4aAjzxhDRfIAWAeWg7VgrzsY5ht/zoNJtubKwA3LITGjSKRyW3NTwaUCmKOSMd3WHH0ZJRQZZkOP1zFKZ3CB++4+aQ6kEeksWAb2a2L7qDv49S1Q6T72MOgEXa6RGFhP3wpS/B6NOWpRs0UxFg7eqTFHjX1hscxtAz/ymEuIYi0cvgF8Y0w5Ro3dZ3M1boJkTaXEUFlug6fsdsRQWzTj0cey+N/Xb2sj5lTh2M6OAAAAAElFTkSuQmCC) no-repeat center !important;
  background-size: 14px 12px !important;
  opacity: 0.9; }

.w2ui-icon.icon-folder {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGrSURBVDjLxZO7ihRBFIa/6u0ZW7GHBUV0UQQTZzd3QdhMQxOfwMRXEANBMNQX0MzAzFAwEzHwARbNFDdwEd31Mj3X7a6uOr9BtzNjYjKBJ6nicP7v3KqcJFaxhBVtZUAK8OHlld2st7Xl3DJPVONP+zEUV4HqL5UDYHr5xvuQAjgl/Qs7TzvOOVAjxjlC+ePSwe6DfbVegLVuT4r14eTr6zvA8xSAoBLzx6pvj4l+DZIezuVkG9fY2H7YRQIMZIBwycmzH1/s3F8AapfIPNF3kQk7+kw9PWBy+IZOdg5Ug3mkAATy/t0usovzGeCUWTjCz0B+Sj0ekfdvkZ3abBv+U4GaCtJ1iEm6ANQJ6fEzrG/engcKw/wXQvEKxSEKQxRGKE7Izt+DSiwBJMUSm71rguMYhQKrBygOIRStf4TiFFRBvbRGKiQLWP29yRSHKBTtfdBmHs0BUpgvtgF4yRFR+NUKi0XZcYjCeCG2smkzLAHkbRBmP0/Uk26O5YnUActBp1GsAI+S5nRJJJal5K1aAMrq0d6Tm9uI6zjyf75dAe6tx/SsWeD//o2/Ab6IH3/h25pOAAAAAElFTkSuQmCC) no-repeat center !important; }

.w2ui-icon.icon-page {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAINSURBVBgZBcG/r55zGAfg6/4+z3va01NHlYgzEfE7MdCIGISFgS4Gk8ViYyM2Mdlsko4GSf8Do0FLRCIkghhYJA3aVBtEz3nP89wf11VJvPDepdd390+8Nso5nESBQoq0pfvXm9fzWf19453LF85vASqJlz748vInb517dIw6EyYBIIG49u+xi9/c9MdvR//99MPPZ7+4cP4IZhhTPbwzT2d+vGoaVRRp1rRliVvHq+cfvM3TD82+7mun0o/ceO7NT+/4/KOXjwZU1ekk0840bAZzMQ2mooqh0A72d5x/6sB9D5zYnff3PoYBoWBgFKPKqDKqjCpjKr//dcu9p489dra88cydps30KswACfNEKanSaxhlntjJ8Mv12Paie+vZ+0+oeSwwQ0Iw1xAR1CiFNJkGO4wu3ZMY1AAzBI0qSgmCNJsJUEOtJSMaCTBDLyQ0CknAGOgyTyFFiLI2awMzdEcSQgSAAKVUmAeNkxvWJWCGtVlDmgYQ0GFtgg4pNtOwbBcwQy/Rife/2yrRRVI0qYCEBly8Z+P4qMEMy7JaVw72N568e+iwhrXoECQkfH91kY7jwwXMsBx1L93ZruqrK6uuiAIdSnTIKKPLPFcvay8ww/Hh+ufeznTXu49v95IMoQG3784gYXdTqvRmqn/Wpa/ADFX58MW3L71SVU9ETgEIQQQIOOzub+fhIvwPRDgeVjWDahIAAAAASUVORK5CYII=) no-repeat center !important; }

/*************************************************
* ---- Locking portion of the screen (in grid, form, layout)
*/
.w2ui-lock {
  display: none;
  position: absolute;
  z-index: 1400;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  filter: alpha(opacity=15);
  background-color: #333333; }

.w2ui-lock-msg {
  display: none;
  position: absolute;
  z-index: 1400;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 200px;
  height: 80px;
  padding: 30px 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #444444; }

.w2ui-lock-msg .w2ui-adjust-huener {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 8px -7px -10px; }

/*************************************************
* ---- Scroll contet, used in toolbar and tabs ----
*/
.w2ui-scroll-wrapper {
  overflow: hidden; }

.w2ui-scroll-left,
.w2ui-scroll-right {
  top: 0;
  width: 18px;
  height: 100%;
  cursor: default !important;
  z-index: 10;
  display: none;
  position: absolute; }

.w2ui-scroll-left:hover,
.w2ui-scroll-right:hover {
  background-color: #dddddd; }

.w2ui-scroll-left {
  left: 0;
  box-shadow: 0px 0px 7px #5F5F5F;
  background: #f7f7f7 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAzklEQVR4Ae2THRDEMBCFzy1ucatb3eJ2uhi3uNUtbnGrW9zi1rOdNzdvdl7nDpvYt/9/r7+/51myZZf/zXkD2iMHHRSb0x3oskwMieK05PwEXqP4ExSL0wp0ROao2OOuMPOMdUL6XU1/oGLcFWb+NqyTd2W/P/2qTr9h+nFXhOkHXRHiNyjrgp/U/V+WaQcaNY13zZI0A1JvcVqAnrGDTdtDtZUHjHIJhxxVLN0iqXgCP1l/7h8U9kc6abyJ4/eNWPpGdBv+XdUK0K8cnvcBly2rDr7C1HQAAAAASUVORK5CYII=") center center no-repeat;
  background-size: 15px 12px; }

.w2ui-scroll-right {
  right: 0;
  box-shadow: 0px 0px 7px #5F5F5F;
  background: #f7f7f7 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAz0lEQVR4Ae2UG7TGMBCEr1vd4la3uMUtuli3utWtbnGLW9zi9l/bDMzJG7u12cfJfLunf1+UEC9Bv0vVQwJ8hjRCaZafflb1C9RQf4OD0gSDE+i+PiJAabFhQc1y1AYYsJGLY3lgxM17uWPO56yPiFDqVPWgRtpIHSd1zPnwkBsdI58OlNwx4fP2X0TgfMTOoHSdKOXkpyNvEyQh7ul+4swxJSTQuwNDxz68l/ukVNbu0Neen5Z+KvzWxBAqHds349uPFJ/jVOrPjxUq++OLf+20q5+noXo0AAAAAElFTkSuQmCC") center center no-repeat;
  background-size: 15px 13px; }

button.w2ui-btn {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  margin: 0px 5px;
  padding: 6px 12px;
  color: #666;
  font-size: 12px;
  border: 1px solid #B6B6B6;
  background-image: -webkit-linear-gradient(#ffffff 0%, #e7e7e7 100%);
  background-image: -moz-linear-gradient(#ffffff 0%, #e7e7e7 100%);
  background-image: -ms-linear-gradient(#ffffff 0%, #e7e7e7 100%);
  background-image: -o-linear-gradient(#ffffff 0%, #e7e7e7 100%);
  background-image: linear-gradient(#ffffff 0%, #e7e7e7 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffe7e7e7', endColorstr='#ffffffff', GradientType=0);
  outline: none;
  box-shadow: 0px 1px 0px white;
  cursor: default;
  min-width: 75px;
  line-height: 110%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-tap-highlight-color: transparent; }

button.w2ui-btn:hover {
  text-decoration: none;
  border: 1px solid #bbb;
  background-image: -webkit-linear-gradient(#f7f7f7 0%, #dddddd 100%);
  background-image: -moz-linear-gradient(#f7f7f7 0%, #dddddd 100%);
  background-image: -ms-linear-gradient(#f7f7f7 0%, #dddddd 100%);
  background-image: -o-linear-gradient(#f7f7f7 0%, #dddddd 100%);
  background-image: linear-gradient(#f7f7f7 0%, #dddddd 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#fff7f7f7', GradientType=0);
  color: #333; }

button.w2ui-btn:active,
button.w2ui-btn.clicked {
  border: 1px solid #999;
  background-image: -webkit-linear-gradient(#cccccc 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(#cccccc 0%, #cccccc 100%);
  background-image: -ms-linear-gradient(#cccccc 0%, #cccccc 100%);
  background-image: -o-linear-gradient(#cccccc 0%, #cccccc 100%);
  background-image: linear-gradient(#cccccc 0%, #cccccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffcccccc', GradientType=0);
  text-shadow: 1px 1px 1px #eee; }

button.w2ui-btn:disabled {
  border: 1px solid #bbb !important;
  background: #f7f7f7 !important;
  color: #bdbcbc !important;
  text-shadow: none !important; }

button.w2ui-btn:focus:before {
  content: "";
  border: 1px dashed #aaa;
  border-radius: 3px;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  pointer-events: none; }

button.w2ui-btn::-moz-focus-inner {
  border: 0; }

button.w2ui-btn-blue {
  color: white;
  background-image: -webkit-linear-gradient(#80c0f7 0%, #269df0 100%);
  background-image: -moz-linear-gradient(#80c0f7 0%, #269df0 100%);
  background-image: -ms-linear-gradient(#80c0f7 0%, #269df0 100%);
  background-image: -o-linear-gradient(#80c0f7 0%, #269df0 100%);
  background-image: linear-gradient(#80c0f7 0%, #269df0 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff269df0', endColorstr='#ff80c0f7', GradientType=0);
  border: 1px solid #538AB7;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-blue:hover {
  color: white;
  background-image: -webkit-linear-gradient(#73b6f0 0%, #2391dd 100%);
  background-image: -moz-linear-gradient(#73b6f0 0%, #2391dd 100%);
  background-image: -ms-linear-gradient(#73b6f0 0%, #2391dd 100%);
  background-image: -o-linear-gradient(#73b6f0 0%, #2391dd 100%);
  background-image: linear-gradient(#73b6f0 0%, #2391dd 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff2391dd', endColorstr='#ff73b6f0', GradientType=0);
  border: 1px solid #497BA3;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-blue:active,
button.w2ui-btn-blue.clicked {
  color: white;
  background-image: -webkit-linear-gradient(#1e83c9 0%, #1e83c9 100%);
  background-image: -moz-linear-gradient(#1e83c9 0%, #1e83c9 100%);
  background-image: -ms-linear-gradient(#1e83c9 0%, #1e83c9 100%);
  background-image: -o-linear-gradient(#1e83c9 0%, #1e83c9 100%);
  background-image: linear-gradient(#1e83c9 0%, #1e83c9 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff1e83c9', endColorstr='#ff1e83c9', GradientType=0);
  border: 1px solid #1268A6;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-blue:focus:before {
  border: 1px dashed #e8e8e8; }

button.w2ui-btn-green {
  color: white;
  background-image: -webkit-linear-gradient(#81cf81 0%, #52a452 100%);
  background-image: -moz-linear-gradient(#81cf81 0%, #52a452 100%);
  background-image: -ms-linear-gradient(#81cf81 0%, #52a452 100%);
  background-image: -o-linear-gradient(#81cf81 0%, #52a452 100%);
  background-image: linear-gradient(#81cf81 0%, #52a452 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff52a452', endColorstr='#ff81cf81', GradientType=0);
  border: 1px solid #479247;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-green:hover {
  color: white;
  background-image: -webkit-linear-gradient(#6abe68 0%, #3f8f3d 100%);
  background-image: -moz-linear-gradient(#6abe68 0%, #3f8f3d 100%);
  background-image: -ms-linear-gradient(#6abe68 0%, #3f8f3d 100%);
  background-image: -o-linear-gradient(#6abe68 0%, #3f8f3d 100%);
  background-image: linear-gradient(#6abe68 0%, #3f8f3d 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff3f8f3d', endColorstr='#ff6abe68', GradientType=0);
  border: 1px solid #479247;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-green:active,
button.w2ui-btn-green.clicked {
  color: white;
  background-image: -webkit-linear-gradient(#377d36 0%, #377d36 100%);
  background-image: -moz-linear-gradient(#377d36 0%, #377d36 100%);
  background-image: -ms-linear-gradient(#377d36 0%, #377d36 100%);
  background-image: -o-linear-gradient(#377d36 0%, #377d36 100%);
  background-image: linear-gradient(#377d36 0%, #377d36 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff377d36', endColorstr='#ff377d36', GradientType=0);
  border: 1px solid #555 !important;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-green:focus:before {
  border: 1px dashed #e8e8e8; }

button.w2ui-btn-orange {
  color: white;
  background-image: -webkit-linear-gradient(#fcc272 0%, #fb8822 100%);
  background-image: -moz-linear-gradient(#fcc272 0%, #fb8822 100%);
  background-image: -ms-linear-gradient(#fcc272 0%, #fb8822 100%);
  background-image: -o-linear-gradient(#fcc272 0%, #fb8822 100%);
  background-image: linear-gradient(#fcc272 0%, #fb8822 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffb8822', endColorstr='#fffcc272', GradientType=0);
  border: 1px solid #B68B4C;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-orange:hover {
  color: white;
  background-image: -webkit-linear-gradient(#f4ad59 0%, #f1731f 100%);
  background-image: -moz-linear-gradient(#f4ad59 0%, #f1731f 100%);
  background-image: -ms-linear-gradient(#f4ad59 0%, #f1731f 100%);
  background-image: -o-linear-gradient(#f4ad59 0%, #f1731f 100%);
  background-image: linear-gradient(#f4ad59 0%, #f1731f 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff1731f', endColorstr='#fff4ad59', GradientType=0);
  border: 1px solid #B68B4C;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-orange:active,
button.w2ui-btn-orange.clicked {
  color: white;
  border: 1px solid #666;
  background-image: -webkit-linear-gradient(#b98747 0%, #b98747 100%);
  background-image: -moz-linear-gradient(#b98747 0%, #b98747 100%);
  background-image: -ms-linear-gradient(#b98747 0%, #b98747 100%);
  background-image: -o-linear-gradient(#b98747 0%, #b98747 100%);
  background-image: linear-gradient(#b98747 0%, #b98747 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffb98747', endColorstr='#ffb98747', GradientType=0);
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-orange:focus:before {
  border: 1px dashed #f9f9f9; }

button.w2ui-btn-red {
  color: white;
  background-image: -webkit-linear-gradient(#ff6e70 0%, #c72d2d 100%);
  background-image: -moz-linear-gradient(#ff6e70 0%, #c72d2d 100%);
  background-image: -ms-linear-gradient(#ff6e70 0%, #c72d2d 100%);
  background-image: -o-linear-gradient(#ff6e70 0%, #c72d2d 100%);
  background-image: linear-gradient(#ff6e70 0%, #c72d2d 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffc72d2d', endColorstr='#ffff6e70', GradientType=0);
  border: 1px solid #BB3C3E;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-red:hover {
  color: white;
  background-image: -webkit-linear-gradient(#ee696c 0%, #ae2527 100%);
  background-image: -moz-linear-gradient(#ee696c 0%, #ae2527 100%);
  background-image: -ms-linear-gradient(#ee696c 0%, #ae2527 100%);
  background-image: -o-linear-gradient(#ee696c 0%, #ae2527 100%);
  background-image: linear-gradient(#ee696c 0%, #ae2527 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffae2527', endColorstr='#ffee696c', GradientType=0);
  border: 1px solid #BB3C3E;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-red:active,
button.w2ui-btn-red.clicked {
  color: white;
  border: 1px solid #861C1E;
  background-image: -webkit-linear-gradient(#9c2123 0%, #9c2123 100%);
  background-image: -moz-linear-gradient(#9c2123 0%, #9c2123 100%);
  background-image: -ms-linear-gradient(#9c2123 0%, #9c2123 100%);
  background-image: -o-linear-gradient(#9c2123 0%, #9c2123 100%);
  background-image: linear-gradient(#9c2123 0%, #9c2123 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff9c2123', endColorstr='#ff9c2123', GradientType=0);
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-red:focus:before {
  border: 1px dashed #ddd; }

button.w2ui-btn-small {
  padding: 5px !important;
  margin: 0px;
  min-width: 0px; }

button.w2ui-btn-small:focus:before {
  border-radius: 2px;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px; }

.w2field {
  padding: 3px;
  border-radius: 3px;
  border: 1px solid silver; }

.w2ui-field-helper {
  position: absolute;
  display: inline-block;
  line-height: 100%;
  /* pointer-events: none; - do not use as IE does not support it */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }

.w2ui-field-helper .w2ui-field-up {
  position: absolute;
  top: 0px;
  padding: 2px 3px; }

.w2ui-field-helper .w2ui-field-down {
  position: absolute;
  bottom: 0px;
  padding: 2px 3px; }

.w2ui-field-helper .arrow-up:hover {
  border-bottom-color: #81C6FF; }

.w2ui-field-helper .arrow-down:hover {
  border-top-color: #81C6FF; }

/*
*    ARROWS
*/
.arrow-up {
  background: none;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  /* left arrow slant */
  border-right: 4px solid transparent;
  /* right arrow slant */
  border-bottom: 5px solid #777;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0; }

.arrow-down {
  background: none;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #777;
  font-size: 0;
  line-height: 0; }

.arrow-left {
  background: none;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  /* left arrow slant */
  border-top: 4px solid transparent;
  /* right arrow slant */
  border-right: 5px solid #777;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0; }

.arrow-right {
  background: none;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  /* left arrow slant */
  border-top: 4px solid transparent;
  /* right arrow slant */
  border-left: 5px solid #777;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0; }

/*
*    COLOR overlay
*/
.w2ui-color {
  padding: 8px 5px 0px 5px;
  background-color: white;
  border-radius: 3px; }

.w2ui-color input:focus {
  outline: none;
  border: 1px solid #999 !important; }

.w2ui-color .w2ui-color-palette {
  width: 242px; }

.w2ui-color .w2ui-color-palette table {
  table-layout: fixed;
  width: 160px; }

.w2ui-color .w2ui-color-palette table td {
  width: 20px;
  height: 20px;
  text-align: center; }

.w2ui-color .w2ui-color-palette table td div {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 17px;
  padding: 1px 4px;
  border: 1px solid transparent;
  color: white;
  text-shadow: 0px 0px 2px #000; }

.w2ui-color .w2ui-color-palette table td div:hover {
  outline: 1px solid #666;
  border: 1px solid #fff; }

.w2ui-color .w2ui-color-palette table td div.no-color {
  border: 1px solid #efefef; }

.w2ui-color .w2ui-color-advanced {
  height: 176px;
  padding: 1px 2px; }

.w2ui-color .w2ui-color-advanced .palette {
  position: relative;
  width: 150px;
  height: 125px;
  outline: 1px solid #d2d2d2;
  box-sizing: content-box; }

.w2ui-color .w2ui-color-advanced .palette .palette-bg {
  height: 100%;
  background-image: linear-gradient(0deg, #000000, rgba(204, 154, 129, 0));
  pointer-events: none; }

.w2ui-color .w2ui-color-advanced .rainbow {
  position: relative;
  width: 150px;
  height: 12px;
  margin: 10px 0px 0px 0px;
  background: linear-gradient(90deg, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

.w2ui-color .w2ui-color-advanced .alpha {
  position: relative;
  width: 150px;
  height: 12px;
  margin: 10px 0px 0px 0px;
  background-color: #fff;
  background-image: linear-gradient(45deg, #bbbbbb 25%, transparent 25%, transparent 75%, #bbbbbb 75%, #bbbbbb), linear-gradient(45deg, #bbbbbb 25%, transparent 25%, transparent 75%, #bbbbbb 75%, #bbbbbb);
  background-size: 12px 12px;
  background-position: 0 0, 6px 6px; }

.w2ui-color .w2ui-color-advanced .alpha .alpha-bg {
  height: 100%;
  background-image: linear-gradient(90deg, rgba(80, 80, 80, 0) 0%, #505050 100%);
  pointer-events: none; }

.w2ui-color .w2ui-color-advanced .value1 {
  pointer-events: none;
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  border: 1px solid #999;
  background-color: transparent;
  box-shadow: 0px 0px 1px white;
  transform: translateX(-1px) translateY(-1px); }

.w2ui-color .w2ui-color-advanced .value2 {
  pointer-events: none;
  position: absolute;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #696969;
  background-color: #ffffff;
  box-shadow: 0px 0px 1px white;
  transform: translateX(-1px); }

.w2ui-color .w2ui-color-advanced .color-info {
  float: right;
  width: 80px;
  margin-left: 158px;
  margin-top: 0px; }

.w2ui-color .w2ui-color-advanced .color-info .color-preview-bg {
  box-shadow: 0 0 1px #c3c3c3;
  height: 40px;
  background-color: #fff;
  background-image: linear-gradient(45deg, #bbbbbb 25%, transparent 25%, transparent 75%, #bbbbbb 75%, #bbbbbb), linear-gradient(45deg, #bbbbbb 25%, transparent 25%, transparent 75%, #bbbbbb 75%, #bbbbbb);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
  margin-bottom: 10px; }

.w2ui-color .w2ui-color-advanced .color-info .color-preview,
.w2ui-color .w2ui-color-advanced .color-info .color-original {
  height: 40px;
  width: 40px;
  float: left; }

.w2ui-color .w2ui-color-advanced .color-info .color-part {
  padding-top: 5px; }

.w2ui-color .w2ui-color-advanced .color-info .color-part span {
  display: inline-block;
  width: 7px;
  margin-left: 1px;
  color: #666; }

.w2ui-color .w2ui-color-advanced .color-info .color-part input {
  font-size: 10px !important;
  border-radius: 2px;
  border: 1px solid #ccc;
  width: 26px !important;
  padding: 2px !important;
  color: #333; }

.w2ui-color .w2ui-color-tabs {
  background-color: #f7f7f7;
  height: 30px;
  margin: 10px -5px 0px -5px;
  border-top: 1px solid #d6d6d6; }

.w2ui-color .w2ui-color-tabs .w2ui-color-tab {
  float: left;
  display: inline-block;
  width: 34px;
  height: 25px;
  border: 1px solid transparent;
  border-radius: 1px;
  margin: -1px -3px 0px 8px;
  text-align: center;
  font-size: 15px;
  padding-top: 1px;
  color: #7b7b7b; }

.w2ui-color .w2ui-color-tabs .w2ui-color-tab.selected {
  color: #555;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-top: 1px solid transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

/*
*    DATE overlay
*/
.w2ui-calendar {
  margin: 0px;
  padding: 1px;
  line-height: 108%; }

.w2ui-calendar .w2ui-calendar-title {
  margin: 0px -1px;
  padding: 7px 2px;
  background-image: -webkit-linear-gradient(#f6f6f6, #d9d9d9);
  background-image: -moz-linear-gradient(#f6f6f6, #d9d9d9);
  background-image: -ms-linear-gradient(#f6f6f6, #d9d9d9);
  background-image: -o-linear-gradient(#f6f6f6, #d9d9d9);
  background-image: linear-gradient(#f6f6f6, #d9d9d9);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffd9d9d9', GradientType=0);
  border-bottom: 1px solid #bbbbbb;
  color: #555555;
  text-align: center;
  text-shadow: 1px 1px 1px #eeeeee;
  cursor: pointer; }

.w2ui-calendar .w2ui-calendar-jump {
  position: absolute;
  top: 27px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #FaFaFa; }

.w2ui-calendar .w2ui-calendar-jump > :first-child {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 110px;
  overflow: hidden;
  padding-top: 5px;
  border-right: 1px solid #c0c0c0; }

.w2ui-calendar .w2ui-calendar-jump > :last-child {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 88px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 5px;
  text-align: center; }

.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-month,
.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-year {
  display: inline-block;
  padding: 5px 0px;
  text-align: center;
  float: left;
  margin: 2px;
  width: 50px;
  cursor: default;
  border: 1px solid transparent;
  border-radius: 2px; }

.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-year {
  float: none;
  width: 95%; }

.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-month:hover,
.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-year:hover {
  border: 1px solid #cccccc;
  color: #000000;
  background-color: #efefef; }

.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-month.selected,
.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-year.selected {
  border: 1px solid #cccccc;
  color: #000000;
  background-color: #dadada; }

.w2ui-calendar .w2ui-calendar-previous,
.w2ui-calendar .w2ui-calendar-next {
  width: 24px;
  height: 20px;
  color: #666666;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 2px 3px 1px 2px;
  margin: -4px 0px 0px 0px;
  cursor: default; }

.w2ui-calendar .w2ui-calendar-previous:hover,
.w2ui-calendar .w2ui-calendar-next:hover {
  border: 1px solid #c0c0c0;
  background-color: #efefef; }

.w2ui-calendar .w2ui-calendar-previous > div,
.w2ui-calendar .w2ui-calendar-next > div {
  position: absolute;
  border-left: 4px solid #888;
  border-top: 4px solid #888;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 3px 0px 0px 0px; }

.w2ui-calendar .w2ui-calendar-previous {
  float: left; }

.w2ui-calendar .w2ui-calendar-previous > div {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 6px; }

.w2ui-calendar .w2ui-calendar-next {
  float: right; }

.w2ui-calendar .w2ui-calendar-next > div {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 2px;
  margin-right: 2px; }

.w2ui-calendar .w2ui-calendar-now {
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center; }

.w2ui-calendar .w2ui-calendar-now:hover {
  color: #0A96DE; }

.w2ui-calendar table.w2ui-calendar-days {
  padding: 0px; }

.w2ui-calendar table.w2ui-calendar-days td {
  border: 1px solid #ffffff;
  color: #000000;
  background-color: #f9f9f9;
  padding: 6px;
  cursor: default;
  text-align: right; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-saturday,
.w2ui-calendar table.w2ui-calendar-days td.w2ui-sunday {
  border: 1px solid #ffffff;
  color: #c8493b;
  background-color: #f9f9f9; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-saturday:hover,
.w2ui-calendar table.w2ui-calendar-days td.w2ui-sunday:hover {
  border: 1px solid #cccccc;
  color: #000000;
  background-color: #e9e9e9; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-saturday.w2ui-blocked,
.w2ui-calendar table.w2ui-calendar-days td.w2ui-sunday.w2ui-blocked {
  text-decoration: line-through;
  border: 1px solid #ffffff;
  color: #cccccc;
  background-color: #ffffff; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-today {
  color: #000000;
  background-color: #e2f7cd; }

.w2ui-calendar table.w2ui-calendar-days td:hover {
  border: 1px solid #cccccc;
  color: #000000;
  background-color: #e9e9e9; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-date-selected {
  border: 1px solid #8cb067; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-blocked {
  text-decoration: line-through;
  border: 1px solid #ffffff;
  color: #cccccc;
  background-color: #ffffff; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-day-empty {
  border: 1px solid #ffffff;
  background-color: #fdfdfd; }

.w2ui-calendar table.w2ui-calendar-days tr.w2ui-day-title td {
  border: 1px solid #ffffff;
  color: #808080;
  background-color: #ffffff;
  text-align: center;
  padding: 6px; }

/*
*    Time
*/
.w2ui-calendar-time {
  padding: 5px;
  cursor: default; }

.w2ui-calendar-time td div {
  padding: 7px 10px;
  text-align: center;
  border: 1px solid transparent;
  white-space: nowrap; }

.w2ui-calendar-time td:nth-child(even) {
  background-color: #f6f6f6; }

.w2ui-calendar-time td div:hover {
  border: 1px solid #cccccc;
  color: #000000;
  background-color: #e9e9e9; }

.w2ui-calendar-time td div.w2ui-blocked {
  text-decoration: line-through;
  border: 1px solid #ffffff;
  color: #cccccc;
  background-color: #ffffff; }

.w2ui-select {
  cursor: default;
  color: black !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC"), -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC"), -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC"), -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC"), -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC"), linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-size: 17px 6px, 100% 100%;
  background-position: right center, left top;
  background-repeat: no-repeat, no-repeat; }

.w2ui-select[readonly],
.w2ui-select[disabled] {
  background-image: none;
  background-color: #f1f1f1 !important;
  color: #777 !important; }

/*
*    ENUM items
*/
.w2ui-list {
  color: inherit;
  position: absolute;
  padding: 0px;
  margin: 0px;
  min-height: 25px;
  overflow: auto;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-size: 6px;
  line-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff; }

.w2ui-list input[type=text] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.w2ui-list ul {
  list-style-type: none;
  background-color: black;
  margin: 0px;
  padding: 0px; }

.w2ui-list ul li {
  float: left;
  margin: 2px 1px 0px 2px;
  border-radius: 3px;
  width: auto;
  padding: 3px 10px 1px 7px;
  border: 1px solid #88b0d6;
  background-color: #eff3f5;
  white-space: nowrap;
  cursor: default;
  font-family: verdana;
  font-size: 11px;
  line-height: 100%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.w2ui-list ul li:hover {
  background-color: #d0dbe1; }

.w2ui-list ul li:last-child {
  border-radius: 0px;
  border: 1px solid transparent;
  background-color: transparent; }

.w2ui-list ul li:last-child input {
  padding: 1px;
  padding-top: 0px;
  margin: 0px;
  border: 0px;
  outline: none;
  height: auto;
  line-height: 100%;
  font-size: inherit;
  font-family: inherit;
  background-color: transparent; }

.w2ui-list ul li .w2ui-list-remove {
  float: right;
  width: 15px;
  height: 14px;
  margin: -1px -9px 0px 3px;
  border-radius: 15px; }

.w2ui-list ul li .w2ui-list-remove:hover {
  background-color: #D77F7F;
  color: white; }

.w2ui-list ul li .w2ui-list-remove:before {
  position: relative;
  top: 0px;
  padding: 0px;
  margin: 0px;
  left: 5px;
  color: inherit;
  opacity: 0.7;
  text-shadow: inherit;
  font-size: inherit;
  font-variant: small-caps;
  content: 'x';
  line-height: 100%; }

.w2ui-list ul li > span.file-size {
  pointer-events: none;
  color: #777; }

.w2ui-list .w2ui-enum-placeholder {
  display: inline;
  position: absolute;
  pointer-events: none;
  color: #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.w2ui-list.w2ui-file-dragover {
  background-color: #E4FFDA;
  border: 1px solid #93E07D; }

button.w2ui-btn {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  margin: 0px 5px;
  padding: 6px 12px;
  color: #666;
  font-size: 12px;
  border: 1px solid #B6B6B6;
  background-image: -webkit-linear-gradient(#ffffff 0%, #e7e7e7 100%);
  background-image: -moz-linear-gradient(#ffffff 0%, #e7e7e7 100%);
  background-image: -ms-linear-gradient(#ffffff 0%, #e7e7e7 100%);
  background-image: -o-linear-gradient(#ffffff 0%, #e7e7e7 100%);
  background-image: linear-gradient(#ffffff 0%, #e7e7e7 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffe7e7e7', endColorstr='#ffffffff', GradientType=0);
  outline: none;
  box-shadow: 0px 1px 0px white;
  cursor: default;
  min-width: 75px;
  line-height: 110%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-tap-highlight-color: transparent; }

button.w2ui-btn:hover {
  text-decoration: none;
  border: 1px solid #bbb;
  background-image: -webkit-linear-gradient(#f7f7f7 0%, #dddddd 100%);
  background-image: -moz-linear-gradient(#f7f7f7 0%, #dddddd 100%);
  background-image: -ms-linear-gradient(#f7f7f7 0%, #dddddd 100%);
  background-image: -o-linear-gradient(#f7f7f7 0%, #dddddd 100%);
  background-image: linear-gradient(#f7f7f7 0%, #dddddd 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#fff7f7f7', GradientType=0);
  color: #333; }

button.w2ui-btn:active,
button.w2ui-btn.clicked {
  border: 1px solid #999;
  background-image: -webkit-linear-gradient(#cccccc 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(#cccccc 0%, #cccccc 100%);
  background-image: -ms-linear-gradient(#cccccc 0%, #cccccc 100%);
  background-image: -o-linear-gradient(#cccccc 0%, #cccccc 100%);
  background-image: linear-gradient(#cccccc 0%, #cccccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffcccccc', GradientType=0);
  text-shadow: 1px 1px 1px #eee; }

button.w2ui-btn:disabled {
  border: 1px solid #bbb !important;
  background: #f7f7f7 !important;
  color: #bdbcbc !important;
  text-shadow: none !important; }

button.w2ui-btn:focus:before {
  content: "";
  border: 1px dashed #aaa;
  border-radius: 3px;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  pointer-events: none; }

button.w2ui-btn::-moz-focus-inner {
  border: 0; }

button.w2ui-btn-blue {
  color: white;
  background-image: -webkit-linear-gradient(#80c0f7 0%, #269df0 100%);
  background-image: -moz-linear-gradient(#80c0f7 0%, #269df0 100%);
  background-image: -ms-linear-gradient(#80c0f7 0%, #269df0 100%);
  background-image: -o-linear-gradient(#80c0f7 0%, #269df0 100%);
  background-image: linear-gradient(#80c0f7 0%, #269df0 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff269df0', endColorstr='#ff80c0f7', GradientType=0);
  border: 1px solid #538AB7;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-blue:hover {
  color: white;
  background-image: -webkit-linear-gradient(#73b6f0 0%, #2391dd 100%);
  background-image: -moz-linear-gradient(#73b6f0 0%, #2391dd 100%);
  background-image: -ms-linear-gradient(#73b6f0 0%, #2391dd 100%);
  background-image: -o-linear-gradient(#73b6f0 0%, #2391dd 100%);
  background-image: linear-gradient(#73b6f0 0%, #2391dd 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff2391dd', endColorstr='#ff73b6f0', GradientType=0);
  border: 1px solid #497BA3;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-blue:active,
button.w2ui-btn-blue.clicked {
  color: white;
  background-image: -webkit-linear-gradient(#1e83c9 0%, #1e83c9 100%);
  background-image: -moz-linear-gradient(#1e83c9 0%, #1e83c9 100%);
  background-image: -ms-linear-gradient(#1e83c9 0%, #1e83c9 100%);
  background-image: -o-linear-gradient(#1e83c9 0%, #1e83c9 100%);
  background-image: linear-gradient(#1e83c9 0%, #1e83c9 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff1e83c9', endColorstr='#ff1e83c9', GradientType=0);
  border: 1px solid #1268A6;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-blue:focus:before {
  border: 1px dashed #e8e8e8; }

button.w2ui-btn-green {
  color: white;
  background-image: -webkit-linear-gradient(#81cf81 0%, #52a452 100%);
  background-image: -moz-linear-gradient(#81cf81 0%, #52a452 100%);
  background-image: -ms-linear-gradient(#81cf81 0%, #52a452 100%);
  background-image: -o-linear-gradient(#81cf81 0%, #52a452 100%);
  background-image: linear-gradient(#81cf81 0%, #52a452 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff52a452', endColorstr='#ff81cf81', GradientType=0);
  border: 1px solid #479247;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-green:hover {
  color: white;
  background-image: -webkit-linear-gradient(#6abe68 0%, #3f8f3d 100%);
  background-image: -moz-linear-gradient(#6abe68 0%, #3f8f3d 100%);
  background-image: -ms-linear-gradient(#6abe68 0%, #3f8f3d 100%);
  background-image: -o-linear-gradient(#6abe68 0%, #3f8f3d 100%);
  background-image: linear-gradient(#6abe68 0%, #3f8f3d 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff3f8f3d', endColorstr='#ff6abe68', GradientType=0);
  border: 1px solid #479247;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-green:active,
button.w2ui-btn-green.clicked {
  color: white;
  background-image: -webkit-linear-gradient(#377d36 0%, #377d36 100%);
  background-image: -moz-linear-gradient(#377d36 0%, #377d36 100%);
  background-image: -ms-linear-gradient(#377d36 0%, #377d36 100%);
  background-image: -o-linear-gradient(#377d36 0%, #377d36 100%);
  background-image: linear-gradient(#377d36 0%, #377d36 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff377d36', endColorstr='#ff377d36', GradientType=0);
  border: 1px solid #555 !important;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-green:focus:before {
  border: 1px dashed #e8e8e8; }

button.w2ui-btn-orange {
  color: white;
  background-image: -webkit-linear-gradient(#fcc272 0%, #fb8822 100%);
  background-image: -moz-linear-gradient(#fcc272 0%, #fb8822 100%);
  background-image: -ms-linear-gradient(#fcc272 0%, #fb8822 100%);
  background-image: -o-linear-gradient(#fcc272 0%, #fb8822 100%);
  background-image: linear-gradient(#fcc272 0%, #fb8822 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffb8822', endColorstr='#fffcc272', GradientType=0);
  border: 1px solid #B68B4C;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-orange:hover {
  color: white;
  background-image: -webkit-linear-gradient(#f4ad59 0%, #f1731f 100%);
  background-image: -moz-linear-gradient(#f4ad59 0%, #f1731f 100%);
  background-image: -ms-linear-gradient(#f4ad59 0%, #f1731f 100%);
  background-image: -o-linear-gradient(#f4ad59 0%, #f1731f 100%);
  background-image: linear-gradient(#f4ad59 0%, #f1731f 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff1731f', endColorstr='#fff4ad59', GradientType=0);
  border: 1px solid #B68B4C;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-orange:active,
button.w2ui-btn-orange.clicked {
  color: white;
  border: 1px solid #666;
  background-image: -webkit-linear-gradient(#b98747 0%, #b98747 100%);
  background-image: -moz-linear-gradient(#b98747 0%, #b98747 100%);
  background-image: -ms-linear-gradient(#b98747 0%, #b98747 100%);
  background-image: -o-linear-gradient(#b98747 0%, #b98747 100%);
  background-image: linear-gradient(#b98747 0%, #b98747 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffb98747', endColorstr='#ffb98747', GradientType=0);
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-orange:focus:before {
  border: 1px dashed #f9f9f9; }

button.w2ui-btn-red {
  color: white;
  background-image: -webkit-linear-gradient(#ff6e70 0%, #c72d2d 100%);
  background-image: -moz-linear-gradient(#ff6e70 0%, #c72d2d 100%);
  background-image: -ms-linear-gradient(#ff6e70 0%, #c72d2d 100%);
  background-image: -o-linear-gradient(#ff6e70 0%, #c72d2d 100%);
  background-image: linear-gradient(#ff6e70 0%, #c72d2d 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffc72d2d', endColorstr='#ffff6e70', GradientType=0);
  border: 1px solid #BB3C3E;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-red:hover {
  color: white;
  background-image: -webkit-linear-gradient(#ee696c 0%, #ae2527 100%);
  background-image: -moz-linear-gradient(#ee696c 0%, #ae2527 100%);
  background-image: -ms-linear-gradient(#ee696c 0%, #ae2527 100%);
  background-image: -o-linear-gradient(#ee696c 0%, #ae2527 100%);
  background-image: linear-gradient(#ee696c 0%, #ae2527 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffae2527', endColorstr='#ffee696c', GradientType=0);
  border: 1px solid #BB3C3E;
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-red:active,
button.w2ui-btn-red.clicked {
  color: white;
  border: 1px solid #861C1E;
  background-image: -webkit-linear-gradient(#9c2123 0%, #9c2123 100%);
  background-image: -moz-linear-gradient(#9c2123 0%, #9c2123 100%);
  background-image: -ms-linear-gradient(#9c2123 0%, #9c2123 100%);
  background-image: -o-linear-gradient(#9c2123 0%, #9c2123 100%);
  background-image: linear-gradient(#9c2123 0%, #9c2123 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff9c2123', endColorstr='#ff9c2123', GradientType=0);
  text-shadow: 0px 0px 1px #111111; }

button.w2ui-btn-red:focus:before {
  border: 1px dashed #ddd; }

button.w2ui-btn-small {
  padding: 5px !important;
  margin: 0px;
  min-width: 0px; }

button.w2ui-btn-small:focus:before {
  border-radius: 2px;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px; }

/*************************************************
* --- Reset (used for all w2ui widgets)
* --- The reset is needed to coexist with other CSS
* --- on the same page (for example bootstrap)
*/
.w2ui-reset {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px; }

.w2ui-reset * {
  color: default;
  line-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

.w2ui-reset table {
  max-width: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 0;
  border: none; }

.w2ui-reset table tr th,
.w2ui-reset table tr td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px; }

.w2ui-reset input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
.w2ui-reset select,
.w2ui-reset textarea {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  padding: 4px;
  margin: 0;
  font-size: 11px; }

.w2ui-reset select {
  padding: 1px;
  height: 23px;
  font-size: 11px; }

.w2ui-centered {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%;
  margin: 0px;
  padding: 0px 10px;
  text-align: center; }

.w2ui-disabled,
.w2ui-readonly {
  background-color: #f1f1f1 !important;
  color: #777 !important; }

.w2ui-message {
  font-size: 12px;
  position: absolute;
  z-index: 250;
  background-color: #f9f9f9;
  border: 1px solid #999999;
  box-shadow: 0px 0px 15px #aaaaaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0px;
  border-radius: 0px 0px 6px 6px;
  overflow: auto; }

.w2ui-message .w2ui-message-body {
  position: absolute;
  top: 0px;
  bottom: 45px;
  left: 0px;
  right: 0px;
  overflow: auto;
  line-height: 1.5;
  font-size: 14px; }

.w2ui-message .w2ui-message-body .w2ui-centered {
  line-height: 1.5; }

.w2ui-message .w2ui-message-buttons {
  position: absolute;
  height: 45px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  padding: 8px; }

/*************************************************
* ---- Input Controls ----
*/
input:not([type=button]):not([type=submit]).w2ui-input,
textarea.w2ui-input {
  padding: 4px;
  border: 1px solid #cacaca;
  border-radius: 3px;
  color: #000000;
  background-color: #ffffff;
  line-height: normal; }

input:not([type=button]):not([type=submit]).w2ui-input:focus,
textarea.w2ui-input:focus {
  outline-color: #72b2ff; }

input:not([type=button]):not([type=submit]).w2ui-input:disabled,
textarea.w2ui-input:disabled,
input:not([type=button]):not([type=submit]).w2ui-input[readonly],
textarea.w2ui-input[readonly] {
  background-color: #f1f1f1;
  color: #777; }

/* IE9-11 specific classes */
/* needs doblue :: */
input.w2ui-input::-ms-clear {
  display: none; }

input.w2ui-input:-ms-input-placeholder {
  color: #aaa !important; }

select.w2ui-input {
  color: #000000;
  padding: 0px 15px 0px 7px;
  line-height: 1.8;
  border-radius: 3px;
  border: 1px solid #cacaca;
  -webkit-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC"), -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-size: 17px 6px, 100% 100%;
  background-position: right center, left top;
  background-repeat: no-repeat, no-repeat; }

.w2ui-icon-expand:before {
  position: relative;
  top: 1px;
  left: 1px;
  content: ' ';
  width: 6px;
  height: 6px;
  border: 2px solid rgba(150, 150, 150, 0.8);
  border-bottom: 0;
  border-left: 0;
  transform: rotateZ(45deg); }

.w2ui-icon-collapse:before {
  position: relative;
  top: -1px;
  left: 3px;
  content: ' ';
  width: 6px;
  height: 6px;
  border: 2px solid rgba(150, 150, 150, 0.8);
  border-bottom: 0;
  border-left: 0;
  transform: rotateZ(135deg); }

/* On/Off switch */
input[type="checkbox"].w2ui-toggle {
  position: absolute;
  opacity: 0;
  width: 46px;
  height: 22px;
  padding: 0px;
  margin: 0px;
  margin-left: 2px; }

/* Track */
input[type="checkbox"].w2ui-toggle + div {
  display: inline-block;
  width: 46px;
  height: 22px;
  border: 1px solid #bbb;
  border-radius: 30px;
  background-color: #eee;
  -webkit-transition-duration: .3s;
  -webkit-transition-property: background-color, box-shadow;
  -moz-transition-duration: .3s;
  -moz-transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
  margin-left: 2px; }

input[type="checkbox"].w2ui-toggle:disabled + div {
  opacity: 0.3; }

/* Knob */
input[type="checkbox"].w2ui-toggle + div > div {
  float: left;
  width: 22px;
  height: 22px;
  border-radius: inherit;
  background: #f5f5f5;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-duration: 0.3s;
  -moz-transition-property: transform, background-color;
  box-shadow: 0px 0px 1px #323232, 0 0 0 1px rgba(200, 200, 200, 0.6);
  pointer-events: none;
  margin-top: -1px;
  margin-left: -1px; }

/* Default Green */
input[type="checkbox"].w2ui-toggle:checked + div {
  border: 1px solid #00a23f;
  box-shadow: inset 0 0 0 12px #54B350; }

input[type="checkbox"].w2ui-toggle:checked + div > div {
  -webkit-transform: translate3d(24px, 0, 0);
  -moz-transform: translate3d(24px, 0, 0);
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #00a23f; }

/* Blue */
input[type="checkbox"].w2ui-toggle.blue:checked + div {
  border: 1px solid #206FAD;
  box-shadow: inset 0 0 0 12px #35A6EB; }

input[type="checkbox"].w2ui-toggle.blue:checked + div > div {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #206fad; }

input[type=checkbox].w2ui-toggle:focus {
  outline: none; }

/*************************************************
* ---- Overlay and Bubble ----
*/
.w2ui-overlay {
  position: absolute;
  margin-top: 4px;
  margin-left: -17px;
  display: none;
  z-index: 1300;
  color: inherit;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  box-shadow: 0px 2px 10px #999999;
  border-radius: 4px;
  text-align: left; }

.w2ui-overlay > div {
  border-radius: 4px;
  position: relative;
  border: 3px solid #777777; }

.w2ui-overlay table td {
  color: inherit; }

.w2ui-overlay:before {
  content: "";
  position: absolute;
  border-color: inherit; }

.w2ui-overlay:after {
  content: "";
  position: absolute;
  border-color: inherit;
  bottom: 100%;
  left: 4px; }

.w2ui-overlay.top-arrow:before {
  border-bottom: 12px solid #6f6f6f;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  bottom: 100%;
  margin-bottom: -3px; }

.w2ui-overlay.top-arrow:after {
  border-bottom: 8px solid #000000;
  border-bottom-color: inherit;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: 100%;
  margin-bottom: -3px; }

.w2ui-overlay.bottom-arrow:before {
  border-top: 12px solid #6f6f6f;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  top: 100%;
  margin-top: -3px; }

.w2ui-overlay.bottom-arrow:after {
  border-top: 8px solid #000000;
  border-top-color: inherit;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: 100%;
  margin-top: -3px; }

.w2ui-overlay.w2ui-overlay-popup {
  z-index: 1700; }

.w2ui-overlay .w2ui-grid-searches {
  border-top: 3px solid #777777 !important; }

.w2ui-overlay .no-color {
  border: 1px solid #eee;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABlBMVEX/////TgCFoIUYAAAAGUlEQVR42uXHIQEAAACDsNO/NJ4Kn9uC8wsJkAARUrXAjwAAAABJRU5ErkJggg==");
  background-size: 15px 15px; }

.w2ui-tag {
  position: absolute;
  z-index: 1300;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.w2ui-tag .w2ui-tag-body {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  border-radius: 3px;
  padding: 6px 10px;
  margin-left: 10px;
  margin-top: 0px;
  background-color: rgba(60, 60, 60, 0.9);
  color: #ffffff !important;
  font-size: 11px;
  font-family: verdana;
  text-shadow: 1px 1px 3px #000;
  line-height: 1.4;
  letter-spacing: 0.1px; }

.w2ui-tag .w2ui-tag-body.w2ui-tag-right:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid rgba(60, 60, 60, 0.9);
  border-bottom: 6px solid transparent;
  margin: 0px 0 0 -16px; }

.w2ui-tag .w2ui-tag-body.w2ui-tag-left:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid rgba(60, 60, 60, 0.9);
  border-bottom: 6px solid transparent;
  margin: 0px 0 0 10px; }

.w2ui-tag .w2ui-tag-body.w2ui-tag-bottom:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid rgba(60, 60, 60, 0.9);
  margin: -12px 0 0 2px; }

.w2ui-tag .w2ui-tag-body.w2ui-tag-top:after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -6px;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid rgba(60, 60, 60, 0.9); }

.w2ui-tag.w2ui-tag-popup {
  z-index: 1700; }

/*
*    Drop down menu
*/
.w2ui-overlay table.w2ui-drop-menu {
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  padding: 5px 0px;
  cursor: default; }

.w2ui-overlay table.w2ui-drop-menu td {
  white-space: nowrap; }

.w2ui-overlay table.w2ui-drop-menu .w2ui-item-even {
  color: inherit;
  background-color: #ffffff; }

.w2ui-overlay table.w2ui-drop-menu .w2ui-item-odd {
  color: inherit;
  background-color: #f3f6fa; }

.w2ui-overlay table.w2ui-drop-menu .w2ui-item-group {
  color: #444;
  font-weight: bold;
  background-color: #ECEDF0;
  border-bottom: 1px solid #D3D2D4; }

.w2ui-overlay table.w2ui-drop-menu td.menu-icon {
  padding: 3px 0px 4px 6px;
  width: 20px; }

.w2ui-overlay table.w2ui-drop-menu td.menu-icon > span {
  height: 20px;
  width: 18px; }

.w2ui-overlay table.w2ui-drop-menu td.menu-text {
  padding: 8px 10px 8px 5px;
  width: auto; }

.w2ui-overlay table.w2ui-drop-menu td.menu-count {
  text-align: right; }

.w2ui-overlay table.w2ui-drop-menu td.menu-count > span {
  border: 1px solid #f6fcf4;
  border-radius: 20px;
  width: auto;
  height: 18px;
  padding: 2px 7px;
  margin: 3px 5px 0px 5px;
  background-color: #f2f8f0;
  color: #666666;
  box-shadow: 0px 0px 2px #474545;
  text-shadow: 1px 1px 0px #ffffff; }

.w2ui-overlay table.w2ui-drop-menu td.menu-count > span.hotkey {
  border: none;
  border-radius: 0px;
  background-color: transparent !important;
  color: #888;
  box-shadow: none;
  text-shadow: none; }

.w2ui-overlay table.w2ui-drop-menu tr:hover {
  color: inherit;
  background-color: #e6f0ff; }

.w2ui-overlay table.w2ui-drop-menu tr.w2ui-selected {
  background-color: #b6d5fb; }

.w2ui-overlay table.w2ui-drop-menu tr.w2ui-selected td {
  color: inherit; }

.w2ui-overlay table.w2ui-drop-menu tr.w2ui-disabled {
  opacity: 0.4;
  background-color: white !important; }

.w2ui-overlay table.w2ui-drop-menu .w2ui-icon {
  font-size: 14px;
  color: #8d99a7;
  display: inline-block;
  padding-top: 4px; }

/*************************************************
* ---- Common Classes ----
*/
.w2ui-marker {
  color: #444;
  background-color: rgba(252, 244, 161, 0.48); }

.w2ui-adjust-huener {
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,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); }

/* common icons */
.w2ui-icon {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin: 2px 2px;
  display: inline-block; }

.w2ui-icon.icon-search,
.w2ui-icon.icon-search-down {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAgCAYAAAB+ZAqzAAACuElEQVRYw9WXSWhTQRjHR0UKLqhFaV0OUih68GAOWjyJKypCpAoV8aIiioIICiKiB1GMtE3MYmry2moXDz1UDx7sUXHBhQpSaRVxrYpWcMO9avx/8AJh/CbznHkxdeB3Cd/8589kvuUJkWcdjCTHghUgAi6DJ+AVeAqugSQIggniXywcNBJsB70g44EHYBcYXUhTM8EFj4ZkboKqQpiqAv2GprK8o7/f75t6pjn0M3gNPmri3vtycxAZA64qDvkJ2kENqAQTQQWoBg74qth3B4y3NbZDIX4fzNfsnQtuK/YfsjFVCh4pMq3Co0Y5uMVoUGkpy8aFT5xaeSzVEo45bXdBt4LeaLq1k0RXMYJfdDfFmAuAD4zWlty4UNyZEkm19MUb2zMw8Sfp1u+IWSrcIimLnTG8/SijdU6OO5poDESdtgHZVBzUHm/amhW7zoitMTS2mNHqASPk2FDCCcLMYK6p+obmulyxfiYLA4bGKFvfSnrUvkq5+Lpk8z4yRH8r3l/X4WiqJFfspSQ0CGYZGpsMnkt6L+h31Z76hpMdeOwPQ7H0NFnssST0C8wxNDaDKb6kP06150gsHahNNlVzYheZd7HJ0BiX4VRGhpmIhRixKyZilM2M1mnTArtIUbU3/qVO0H0GvmQ4CY4C3YopYYlHjXlggNG4R33Ypi2tVtwaPeTdNMkq9pVQZQdvFPs32zbx4aAjzxhDRfIAWAeWg7VgrzsY5ht/zoNJtubKwA3LITGjSKRyW3NTwaUCmKOSMd3WHH0ZJRQZZkOP1zFKZ3CB++4+aQ6kEeksWAb2a2L7qDv49S1Q6T72MOgEXa6RGFhP3wpS/B6NOWpRs0UxFg7eqTFHjX1hscxtAz/ymEuIYi0cvgF8Y0w5Ro3dZ3M1boJkTaXEUFlug6fsdsRQWzTj0cey+N/Xb2sj5lTh2M6OAAAAAElFTkSuQmCC) no-repeat center !important;
  background-size: 14px 12px !important;
  opacity: 0.9; }

.w2ui-icon.icon-folder {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGrSURBVDjLxZO7ihRBFIa/6u0ZW7GHBUV0UQQTZzd3QdhMQxOfwMRXEANBMNQX0MzAzFAwEzHwARbNFDdwEd31Mj3X7a6uOr9BtzNjYjKBJ6nicP7v3KqcJFaxhBVtZUAK8OHlld2st7Xl3DJPVONP+zEUV4HqL5UDYHr5xvuQAjgl/Qs7TzvOOVAjxjlC+ePSwe6DfbVegLVuT4r14eTr6zvA8xSAoBLzx6pvj4l+DZIezuVkG9fY2H7YRQIMZIBwycmzH1/s3F8AapfIPNF3kQk7+kw9PWBy+IZOdg5Ug3mkAATy/t0usovzGeCUWTjCz0B+Sj0ekfdvkZ3abBv+U4GaCtJ1iEm6ANQJ6fEzrG/engcKw/wXQvEKxSEKQxRGKE7Izt+DSiwBJMUSm71rguMYhQKrBygOIRStf4TiFFRBvbRGKiQLWP29yRSHKBTtfdBmHs0BUpgvtgF4yRFR+NUKi0XZcYjCeCG2smkzLAHkbRBmP0/Uk26O5YnUActBp1GsAI+S5nRJJJal5K1aAMrq0d6Tm9uI6zjyf75dAe6tx/SsWeD//o2/Ab6IH3/h25pOAAAAAElFTkSuQmCC) no-repeat center !important; }

.w2ui-icon.icon-page {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAINSURBVBgZBcG/r55zGAfg6/4+z3va01NHlYgzEfE7MdCIGISFgS4Gk8ViYyM2Mdlsko4GSf8Do0FLRCIkghhYJA3aVBtEz3nP89wf11VJvPDepdd390+8Nso5nESBQoq0pfvXm9fzWf19453LF85vASqJlz748vInb517dIw6EyYBIIG49u+xi9/c9MdvR//99MPPZ7+4cP4IZhhTPbwzT2d+vGoaVRRp1rRliVvHq+cfvM3TD82+7mun0o/ceO7NT+/4/KOXjwZU1ekk0840bAZzMQ2mooqh0A72d5x/6sB9D5zYnff3PoYBoWBgFKPKqDKqjCpjKr//dcu9p489dra88cydps30KswACfNEKanSaxhlntjJ8Mv12Paie+vZ+0+oeSwwQ0Iw1xAR1CiFNJkGO4wu3ZMY1AAzBI0qSgmCNJsJUEOtJSMaCTBDLyQ0CknAGOgyTyFFiLI2awMzdEcSQgSAAKVUmAeNkxvWJWCGtVlDmgYQ0GFtgg4pNtOwbBcwQy/Rife/2yrRRVI0qYCEBly8Z+P4qMEMy7JaVw72N568e+iwhrXoECQkfH91kY7jwwXMsBx1L93ZruqrK6uuiAIdSnTIKKPLPFcvay8ww/Hh+ufeznTXu49v95IMoQG3784gYXdTqvRmqn/Wpa/ADFX58MW3L71SVU9ETgEIQQQIOOzub+fhIvwPRDgeVjWDahIAAAAASUVORK5CYII=) no-repeat center !important; }

/*************************************************
* ---- Locking portion of the screen (in grid, form, layout)
*/
.w2ui-lock {
  display: none;
  position: absolute;
  z-index: 1400;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  filter: alpha(opacity=15);
  background-color: #333333; }

.w2ui-lock-msg {
  display: none;
  position: absolute;
  z-index: 1400;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 200px;
  height: 80px;
  padding: 30px 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #444444; }

.w2ui-lock-msg .w2ui-adjust-huener {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 8px -7px -10px; }

/*************************************************
* ---- Scroll contet, used in toolbar and tabs ----
*/
.w2ui-scroll-wrapper {
  overflow: hidden; }

.w2ui-scroll-left,
.w2ui-scroll-right {
  top: 0;
  width: 18px;
  height: 100%;
  cursor: default !important;
  z-index: 10;
  display: none;
  position: absolute; }

.w2ui-scroll-left:hover,
.w2ui-scroll-right:hover {
  background-color: #dddddd; }

.w2ui-scroll-left {
  left: 0;
  box-shadow: 0px 0px 7px #5F5F5F;
  background: #f7f7f7 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAzklEQVR4Ae2THRDEMBCFzy1ucatb3eJ2uhi3uNUtbnGrW9zi1rOdNzdvdl7nDpvYt/9/r7+/51myZZf/zXkD2iMHHRSb0x3oskwMieK05PwEXqP4ExSL0wp0ROao2OOuMPOMdUL6XU1/oGLcFWb+NqyTd2W/P/2qTr9h+nFXhOkHXRHiNyjrgp/U/V+WaQcaNY13zZI0A1JvcVqAnrGDTdtDtZUHjHIJhxxVLN0iqXgCP1l/7h8U9kc6abyJ4/eNWPpGdBv+XdUK0K8cnvcBly2rDr7C1HQAAAAASUVORK5CYII=") center center no-repeat;
  background-size: 15px 12px; }

.w2ui-scroll-right {
  right: 0;
  box-shadow: 0px 0px 7px #5F5F5F;
  background: #f7f7f7 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAz0lEQVR4Ae2UG7TGMBCEr1vd4la3uMUtuli3utWtbnGLW9zi9l/bDMzJG7u12cfJfLunf1+UEC9Bv0vVQwJ8hjRCaZafflb1C9RQf4OD0gSDE+i+PiJAabFhQc1y1AYYsJGLY3lgxM17uWPO56yPiFDqVPWgRtpIHSd1zPnwkBsdI58OlNwx4fP2X0TgfMTOoHSdKOXkpyNvEyQh7ul+4swxJSTQuwNDxz68l/ukVNbu0Neen5Z+KvzWxBAqHds349uPFJ/jVOrPjxUq++OLf+20q5+noXo0AAAAAElFTkSuQmCC") center center no-repeat;
  background-size: 15px 13px; }

.w2field {
  padding: 3px;
  border-radius: 3px;
  border: 1px solid silver; }

.w2ui-field-helper {
  position: absolute;
  display: inline-block;
  line-height: 100%;
  /* pointer-events: none; - do not use as IE does not support it */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }

.w2ui-field-helper .w2ui-field-up {
  position: absolute;
  top: 0px;
  padding: 2px 3px; }

.w2ui-field-helper .w2ui-field-down {
  position: absolute;
  bottom: 0px;
  padding: 2px 3px; }

.w2ui-field-helper .arrow-up:hover {
  border-bottom-color: #81C6FF; }

.w2ui-field-helper .arrow-down:hover {
  border-top-color: #81C6FF; }

/*
*    ARROWS
*/
.arrow-up {
  background: none;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  /* left arrow slant */
  border-right: 4px solid transparent;
  /* right arrow slant */
  border-bottom: 5px solid #777;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0; }

.arrow-down {
  background: none;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #777;
  font-size: 0;
  line-height: 0; }

.arrow-left {
  background: none;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  /* left arrow slant */
  border-top: 4px solid transparent;
  /* right arrow slant */
  border-right: 5px solid #777;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0; }

.arrow-right {
  background: none;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  /* left arrow slant */
  border-top: 4px solid transparent;
  /* right arrow slant */
  border-left: 5px solid #777;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0; }

/*
*    COLOR overlay
*/
.w2ui-color {
  padding: 8px 5px 0px 5px;
  background-color: white;
  border-radius: 3px; }

.w2ui-color input:focus {
  outline: none;
  border: 1px solid #999 !important; }

.w2ui-color .w2ui-color-palette {
  width: 242px; }

.w2ui-color .w2ui-color-palette table {
  table-layout: fixed;
  width: 160px; }

.w2ui-color .w2ui-color-palette table td {
  width: 20px;
  height: 20px;
  text-align: center; }

.w2ui-color .w2ui-color-palette table td div {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 17px;
  padding: 1px 4px;
  border: 1px solid transparent;
  color: white;
  text-shadow: 0px 0px 2px #000; }

.w2ui-color .w2ui-color-palette table td div:hover {
  outline: 1px solid #666;
  border: 1px solid #fff; }

.w2ui-color .w2ui-color-palette table td div.no-color {
  border: 1px solid #efefef; }

.w2ui-color .w2ui-color-advanced {
  height: 176px;
  padding: 1px 2px; }

.w2ui-color .w2ui-color-advanced .palette {
  position: relative;
  width: 150px;
  height: 125px;
  outline: 1px solid #d2d2d2;
  box-sizing: content-box; }

.w2ui-color .w2ui-color-advanced .palette .palette-bg {
  height: 100%;
  background-image: linear-gradient(0deg, #000000, rgba(204, 154, 129, 0));
  pointer-events: none; }

.w2ui-color .w2ui-color-advanced .rainbow {
  position: relative;
  width: 150px;
  height: 12px;
  margin: 10px 0px 0px 0px;
  background: linear-gradient(90deg, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

.w2ui-color .w2ui-color-advanced .alpha {
  position: relative;
  width: 150px;
  height: 12px;
  margin: 10px 0px 0px 0px;
  background-color: #fff;
  background-image: linear-gradient(45deg, #bbbbbb 25%, transparent 25%, transparent 75%, #bbbbbb 75%, #bbbbbb), linear-gradient(45deg, #bbbbbb 25%, transparent 25%, transparent 75%, #bbbbbb 75%, #bbbbbb);
  background-size: 12px 12px;
  background-position: 0 0, 6px 6px; }

.w2ui-color .w2ui-color-advanced .alpha .alpha-bg {
  height: 100%;
  background-image: linear-gradient(90deg, rgba(80, 80, 80, 0) 0%, #505050 100%);
  pointer-events: none; }

.w2ui-color .w2ui-color-advanced .value1 {
  pointer-events: none;
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  border: 1px solid #999;
  background-color: transparent;
  box-shadow: 0px 0px 1px white;
  transform: translateX(-1px) translateY(-1px); }

.w2ui-color .w2ui-color-advanced .value2 {
  pointer-events: none;
  position: absolute;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #696969;
  background-color: #ffffff;
  box-shadow: 0px 0px 1px white;
  transform: translateX(-1px); }

.w2ui-color .w2ui-color-advanced .color-info {
  float: right;
  width: 80px;
  margin-left: 158px;
  margin-top: 0px; }

.w2ui-color .w2ui-color-advanced .color-info .color-preview-bg {
  box-shadow: 0 0 1px #c3c3c3;
  height: 40px;
  background-color: #fff;
  background-image: linear-gradient(45deg, #bbbbbb 25%, transparent 25%, transparent 75%, #bbbbbb 75%, #bbbbbb), linear-gradient(45deg, #bbbbbb 25%, transparent 25%, transparent 75%, #bbbbbb 75%, #bbbbbb);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
  margin-bottom: 10px; }

.w2ui-color .w2ui-color-advanced .color-info .color-preview,
.w2ui-color .w2ui-color-advanced .color-info .color-original {
  height: 40px;
  width: 40px;
  float: left; }

.w2ui-color .w2ui-color-advanced .color-info .color-part {
  padding-top: 5px; }

.w2ui-color .w2ui-color-advanced .color-info .color-part span {
  display: inline-block;
  width: 7px;
  margin-left: 1px;
  color: #666; }

.w2ui-color .w2ui-color-advanced .color-info .color-part input {
  font-size: 10px !important;
  border-radius: 2px;
  border: 1px solid #ccc;
  width: 26px !important;
  padding: 2px !important;
  color: #333; }

.w2ui-color .w2ui-color-tabs {
  background-color: #f7f7f7;
  height: 30px;
  margin: 10px -5px 0px -5px;
  border-top: 1px solid #d6d6d6; }

.w2ui-color .w2ui-color-tabs .w2ui-color-tab {
  float: left;
  display: inline-block;
  width: 34px;
  height: 25px;
  border: 1px solid transparent;
  border-radius: 1px;
  margin: -1px -3px 0px 8px;
  text-align: center;
  font-size: 15px;
  padding-top: 1px;
  color: #7b7b7b; }

.w2ui-color .w2ui-color-tabs .w2ui-color-tab.selected {
  color: #555;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-top: 1px solid transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

/*
*    DATE overlay
*/
.w2ui-calendar {
  margin: 0px;
  padding: 1px;
  line-height: 108%; }

.w2ui-calendar .w2ui-calendar-title {
  margin: 0px -1px;
  padding: 7px 2px;
  background-image: -webkit-linear-gradient(#f6f6f6, #d9d9d9);
  background-image: -moz-linear-gradient(#f6f6f6, #d9d9d9);
  background-image: -ms-linear-gradient(#f6f6f6, #d9d9d9);
  background-image: -o-linear-gradient(#f6f6f6, #d9d9d9);
  background-image: linear-gradient(#f6f6f6, #d9d9d9);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffd9d9d9', GradientType=0);
  border-bottom: 1px solid #bbbbbb;
  color: #555555;
  text-align: center;
  text-shadow: 1px 1px 1px #eeeeee;
  cursor: pointer; }

.w2ui-calendar .w2ui-calendar-jump {
  position: absolute;
  top: 27px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #FaFaFa; }

.w2ui-calendar .w2ui-calendar-jump > :first-child {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 110px;
  overflow: hidden;
  padding-top: 5px;
  border-right: 1px solid #c0c0c0; }

.w2ui-calendar .w2ui-calendar-jump > :last-child {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 88px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 5px;
  text-align: center; }

.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-month,
.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-year {
  display: inline-block;
  padding: 5px 0px;
  text-align: center;
  float: left;
  margin: 2px;
  width: 50px;
  cursor: default;
  border: 1px solid transparent;
  border-radius: 2px; }

.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-year {
  float: none;
  width: 95%; }

.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-month:hover,
.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-year:hover {
  border: 1px solid #cccccc;
  color: #000000;
  background-color: #efefef; }

.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-month.selected,
.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-year.selected {
  border: 1px solid #cccccc;
  color: #000000;
  background-color: #dadada; }

.w2ui-calendar .w2ui-calendar-previous,
.w2ui-calendar .w2ui-calendar-next {
  width: 24px;
  height: 20px;
  color: #666666;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 2px 3px 1px 2px;
  margin: -4px 0px 0px 0px;
  cursor: default; }

.w2ui-calendar .w2ui-calendar-previous:hover,
.w2ui-calendar .w2ui-calendar-next:hover {
  border: 1px solid #c0c0c0;
  background-color: #efefef; }

.w2ui-calendar .w2ui-calendar-previous > div,
.w2ui-calendar .w2ui-calendar-next > div {
  position: absolute;
  border-left: 4px solid #888;
  border-top: 4px solid #888;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 3px 0px 0px 0px; }

.w2ui-calendar .w2ui-calendar-previous {
  float: left; }

.w2ui-calendar .w2ui-calendar-previous > div {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 6px; }

.w2ui-calendar .w2ui-calendar-next {
  float: right; }

.w2ui-calendar .w2ui-calendar-next > div {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 2px;
  margin-right: 2px; }

.w2ui-calendar .w2ui-calendar-now {
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center; }

.w2ui-calendar .w2ui-calendar-now:hover {
  color: #0A96DE; }

.w2ui-calendar table.w2ui-calendar-days {
  padding: 0px; }

.w2ui-calendar table.w2ui-calendar-days td {
  border: 1px solid #ffffff;
  color: #000000;
  background-color: #f9f9f9;
  padding: 6px;
  cursor: default;
  text-align: right; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-saturday,
.w2ui-calendar table.w2ui-calendar-days td.w2ui-sunday {
  border: 1px solid #ffffff;
  color: #c8493b;
  background-color: #f9f9f9; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-saturday:hover,
.w2ui-calendar table.w2ui-calendar-days td.w2ui-sunday:hover {
  border: 1px solid #cccccc;
  color: #000000;
  background-color: #e9e9e9; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-saturday.w2ui-blocked,
.w2ui-calendar table.w2ui-calendar-days td.w2ui-sunday.w2ui-blocked {
  text-decoration: line-through;
  border: 1px solid #ffffff;
  color: #cccccc;
  background-color: #ffffff; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-today {
  color: #000000;
  background-color: #e2f7cd; }

.w2ui-calendar table.w2ui-calendar-days td:hover {
  border: 1px solid #cccccc;
  color: #000000;
  background-color: #e9e9e9; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-date-selected {
  border: 1px solid #8cb067; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-blocked {
  text-decoration: line-through;
  border: 1px solid #ffffff;
  color: #cccccc;
  background-color: #ffffff; }

.w2ui-calendar table.w2ui-calendar-days td.w2ui-day-empty {
  border: 1px solid #ffffff;
  background-color: #fdfdfd; }

.w2ui-calendar table.w2ui-calendar-days tr.w2ui-day-title td {
  border: 1px solid #ffffff;
  color: #808080;
  background-color: #ffffff;
  text-align: center;
  padding: 6px; }

/*
*    Time
*/
.w2ui-calendar-time {
  padding: 5px;
  cursor: default; }

.w2ui-calendar-time td div {
  padding: 7px 10px;
  text-align: center;
  border: 1px solid transparent;
  white-space: nowrap; }

.w2ui-calendar-time td:nth-child(even) {
  background-color: #f6f6f6; }

.w2ui-calendar-time td div:hover {
  border: 1px solid #cccccc;
  color: #000000;
  background-color: #e9e9e9; }

.w2ui-calendar-time td div.w2ui-blocked {
  text-decoration: line-through;
  border: 1px solid #ffffff;
  color: #cccccc;
  background-color: #ffffff; }

.w2ui-select {
  cursor: default;
  color: black !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC"), -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC"), -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC"), -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC"), -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC"), linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-size: 17px 6px, 100% 100%;
  background-position: right center, left top;
  background-repeat: no-repeat, no-repeat; }

.w2ui-select[readonly],
.w2ui-select[disabled] {
  background-image: none;
  background-color: #f1f1f1 !important;
  color: #777 !important; }

/*
*    ENUM items
*/
.w2ui-list {
  color: inherit;
  position: absolute;
  padding: 0px;
  margin: 0px;
  min-height: 25px;
  overflow: auto;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-size: 6px;
  line-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff; }

.w2ui-list input[type=text] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.w2ui-list ul {
  list-style-type: none;
  background-color: black;
  margin: 0px;
  padding: 0px; }

.w2ui-list ul li {
  float: left;
  margin: 2px 1px 0px 2px;
  border-radius: 3px;
  width: auto;
  padding: 3px 10px 1px 7px;
  border: 1px solid #88b0d6;
  background-color: #eff3f5;
  white-space: nowrap;
  cursor: default;
  font-family: verdana;
  font-size: 11px;
  line-height: 100%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.w2ui-list ul li:hover {
  background-color: #d0dbe1; }

.w2ui-list ul li:last-child {
  border-radius: 0px;
  border: 1px solid transparent;
  background-color: transparent; }

.w2ui-list ul li:last-child input {
  padding: 1px;
  padding-top: 0px;
  margin: 0px;
  border: 0px;
  outline: none;
  height: auto;
  line-height: 100%;
  font-size: inherit;
  font-family: inherit;
  background-color: transparent; }

.w2ui-list ul li .w2ui-list-remove {
  float: right;
  width: 15px;
  height: 14px;
  margin: -1px -9px 0px 3px;
  border-radius: 15px; }

.w2ui-list ul li .w2ui-list-remove:hover {
  background-color: #D77F7F;
  color: white; }

.w2ui-list ul li .w2ui-list-remove:before {
  position: relative;
  top: 0px;
  padding: 0px;
  margin: 0px;
  left: 5px;
  color: inherit;
  opacity: 0.7;
  text-shadow: inherit;
  font-size: inherit;
  font-variant: small-caps;
  content: 'x';
  line-height: 100%; }

.w2ui-list ul li > span.file-size {
  pointer-events: none;
  color: #777; }

.w2ui-list .w2ui-enum-placeholder {
  display: inline;
  position: absolute;
  pointer-events: none;
  color: #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.w2ui-list.w2ui-file-dragover {
  background-color: #E4FFDA;
  border: 1px solid #93E07D; }

/*************************************************
* ---- Forms ----
*/
.w2ui-form {
  position: relative;
  color: #000000;
  background-color: #f2f2f2;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  padding: 0px;
  overflow: hidden !important; }

.w2ui-form > div {
  position: absolute;
  overflow: hidden; }

.w2ui-form .w2ui-form-header {
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #99bbe8 !important;
  overflow: hidden;
  color: #444444;
  font-size: 13px;
  text-align: center;
  padding: 8px;
  background-image: -webkit-linear-gradient(#dae6f3, #c2d5ed);
  background-image: -moz-linear-gradient(#dae6f3, #c2d5ed);
  background-image: -ms-linear-gradient(#dae6f3, #c2d5ed);
  background-image: -o-linear-gradient(#dae6f3, #c2d5ed);
  background-image: linear-gradient(#dae6f3, #c2d5ed);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffdae6f3', endColorstr='#ffc2d5ed', GradientType=0);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.w2ui-form .w2ui-form-toolbar {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: 6px 3px;
  border-bottom: 1px solid #d5d8d8; }

.w2ui-form .w2ui-form-tabs {
  margin: 0px;
  padding: 0px; }

.w2ui-form .w2ui-tabs {
  position: absolute;
  left: 0;
  right: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 5px !important;
  background-color: #fafafa; }

.w2ui-form .w2ui-tabs .w2ui-tab.active {
  background-color: #f2f2f2; }

.w2ui-form .w2ui-page {
  position: absolute;
  left: 0;
  right: 0;
  overflow: auto;
  padding: 10px;
  border-left: 1px solid inherit;
  border-right: 1px solid inherit;
  background-color: inherit;
  border-radius: 3px; }

.w2ui-form .w2ui-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  border-top: 1px solid #d5d8d8;
  border-bottom: 0px solid #d5d8d8;
  background-color: #fafafa;
  padding: 15px 0px !important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.w2ui-form .w2ui-buttons input[type="button"],
.w2ui-form .w2ui-buttons button {
  min-width: 80px;
  margin-right: 5px; }

.w2ui-form input[type=checkbox],
.w2ui-form input[type=radio] {
  margin-top: 4px;
  margin-bottom: 4px; }

.w2ui-form input[type=checkbox].w2ui-toggle {
  margin: 0px; }

.w2ui-group-title {
  padding: 5px 2px;
  color: #8D96A2;
  text-shadow: 1px 1px 2px #fdfdfd;
  font-size: 120%; }

.w2ui-group {
  background-color: #f9f9f9;
  margin: 5px 0px 10px 0px;
  padding: 10px 5px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc; }

.w2ui-field > label {
  display: block;
  float: left;
  margin-top: 7px;
  margin-bottom: 3px;
  width: 120px;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  min-height: 20px;
  color: #666; }

.w2ui-field > div {
  /* do not include width */
  margin-bottom: 3px;
  margin-left: 128px;
  padding: 3px;
  min-height: 28px;
  float: none; }

.w2ui-field.w2ui-required > div {
  position: relative; }

.w2ui-field.w2ui-required > div::before {
  content: '*';
  position: absolute;
  margin-top: 5px;
  margin-left: -9px;
  color: #ff0000; }

.w2ui-field.w2ui-span0 > label {
  display: none; }

.w2ui-field.w2ui-span0 > div {
  margin-left: 0; }

.w2ui-field.w2ui-span1 > label {
  width: 20px; }

.w2ui-field.w2ui-span1 > div {
  margin-left: 28px; }

.w2ui-field.w2ui-span2 > label {
  width: 40px; }

.w2ui-field.w2ui-span2 > div {
  margin-left: 48px; }

.w2ui-field.w2ui-span3 > label {
  width: 60px; }

.w2ui-field.w2ui-span3 > div {
  margin-left: 68px; }

.w2ui-field.w2ui-span4 > label {
  width: 80px; }

.w2ui-field.w2ui-span4 > div {
  margin-left: 88px; }

.w2ui-field.w2ui-span5 > label {
  width: 100px; }

.w2ui-field.w2ui-span5 > div {
  margin-left: 108px; }

.w2ui-field.w2ui-span6 > label {
  width: 120px; }

.w2ui-field.w2ui-span6 > div {
  margin-left: 128px; }

.w2ui-field.w2ui-span7 > label {
  width: 140px; }

.w2ui-field.w2ui-span7 > div {
  margin-left: 148px; }

.w2ui-field.w2ui-span8 > label {
  width: 160px; }

.w2ui-field.w2ui-span8 > div {
  margin-left: 168px; }

.w2ui-field.w2ui-span9 > label {
  width: 180px; }

.w2ui-field.w2ui-span9 > div {
  margin-left: 188px; }

.w2ui-field.w2ui-span10 > label {
  width: 200px; }

.w2ui-field.w2ui-span10 > div {
  margin-left: 208px; }

.w2ui-error {
  border: 1px solid #ffa8a8 !important;
  background-color: #fff4eb !important; }

/*************************************************
* ---- Grid ----
*/
.w2ui-grid {
  position: relative;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  overflow: hidden !important; }

.w2ui-grid > div {
  position: absolute;
  overflow: hidden; }

.w2ui-grid .w2ui-grid-header {
  position: absolute;
  border-bottom: 1px solid #99bbe8 !important;
  height: 28px;
  overflow: hidden;
  color: #444444;
  font-size: 13px;
  text-align: center;
  padding: 7px;
  background-image: -webkit-linear-gradient(#dae6f3, #c2d5ed);
  background-image: -moz-linear-gradient(#dae6f3, #c2d5ed);
  background-image: -ms-linear-gradient(#dae6f3, #c2d5ed);
  background-image: -o-linear-gradient(#dae6f3, #c2d5ed);
  background-image: linear-gradient(#dae6f3, #c2d5ed);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffdae6f3', endColorstr='#ffc2d5ed', GradientType=0);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.w2ui-grid .w2ui-grid-toolbar {
  position: absolute;
  border-bottom: 1px solid #c0c0c0;
  background-color: #eaeaea;
  height: 38px;
  padding: 6px 1px 4px 1px;
  margin: 0px;
  box-shadow: 0px 1px 2px #dddddd; }

.w2ui-grid .w2ui-toolbar-search {
  position: relative;
  width: 160px;
  margin-right: 3px; }

.w2ui-grid .w2ui-toolbar-search .w2ui-search-all {
  outline: none !important;
  width: 160px !important;
  border-radius: 3px !important;
  line-height: normal !important;
  height: 23px !important;
  border: 1px solid #b9b9b9 !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  padding: 3px 18px 3px 21px !important;
  margin: 0px !important;
  margin-top: 1px !important; }

.w2ui-grid .w2ui-toolbar-search .w2ui-search-down {
  position: absolute;
  margin-top: -7px;
  margin-left: 4px; }

.w2ui-grid .w2ui-toolbar-search .w2ui-search-clear {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -20px;
  border-radius: 15px;
  cursor: default; }

.w2ui-grid .w2ui-toolbar-search .w2ui-search-clear:hover {
  background-color: #D77F7F;
  color: white; }

.w2ui-grid .w2ui-toolbar-search .w2ui-search-clear:before {
  position: relative;
  top: 2px;
  left: 5px;
  opacity: 0.6;
  color: inherit;
  text-shadow: inherit;
  content: 'x';
  cursor: default; }

.w2ui-grid .w2ui-grid-body {
  position: absolute;
  overflow: hidden;
  padding: 0px;
  background-color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.w2ui-grid .w2ui-grid-body input,
.w2ui-grid .w2ui-grid-body select,
.w2ui-grid .w2ui-grid-body textarea {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text; }

.w2ui-grid .w2ui-grid-body div.w2ui-input {
  user-select: tex;
  -webkit-user-select: tex;
  -moz-user-select: tex;
  -ms-user-select: tex;
  -o-user-select: tex;
  background-color: white;
  padding: 4px 2px;
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  outline: none;
  white-space: pre;
  overflow: hidden; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-columns,
.w2ui-grid .w2ui-grid-body .w2ui-grid-fcolumns {
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: 0px 1px 4px #dddddd;
  height: auto; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-columns table,
.w2ui-grid .w2ui-grid-body .w2ui-grid-fcolumns table {
  height: auto; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-columns .w2ui-resizer,
.w2ui-grid .w2ui-grid-body .w2ui-grid-fcolumns .w2ui-resizer {
  position: absolute;
  z-index: 1000;
  display: block;
  background-image: none;
  background-color: transparent;
  /* needed for IE */
  padding: 0px;
  margin: 0px;
  width: 6px;
  height: 12px;
  cursor: col-resize; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd {
  color: inherit;
  background-color: #ffffff; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd.w2ui-record-hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd.w2ui-record-hover {
  color: inherit;
  background-color: #e6f0ff; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd.w2ui-empty-record:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd.w2ui-empty-record:hover {
  background-color: #ffffff; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-even,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-even {
  color: inherit;
  background-color: #f3f6fa; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-even:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-even:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-even.w2ui-record-hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-even.w2ui-record-hover {
  color: inherit;
  background-color: #e6f0ff; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-even.w2ui-empty-record:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-even.w2ui-empty-record:hover {
  background-color: #f3f6fa; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-selected,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-selected,
.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr td.w2ui-selected,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr td.w2ui-selected {
  color: #000000 !important;
  background-color: #b6d5ff !important; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-inactive,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-inactive,
.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr td.w2ui-inactive,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr td.w2ui-inactive {
  background-color: #d8dee7 !important; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-expanded1,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-expanded1 {
  height: 0px;
  border-bottom: 1px solid #b2bac0; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-expanded1 > div,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-expanded1 > div {
  height: 0px;
  border: 0px;
  transition: height .3s, opacity .3s; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-expanded2,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-expanded2 {
  height: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #b2bac0; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-expanded2 > div,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-expanded2 > div {
  height: 0px;
  border: 0px;
  transition: height .3s, opacity .3s; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-load-more,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-load-more {
  border-top: 1px solid #d6d5d7;
  cursor: pointer; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-load-more > div,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-load-more > div {
  text-align: center;
  color: #777777;
  background-color: rgba(233, 237, 243, 0.5);
  padding: 10px 0px 15px 0px;
  border-top: 1px solid #ffffff; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-load-more > div:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-load-more > div:hover {
  color: inherit;
  background-color: #e6f0ff; }

.w2ui-grid .w2ui-grid-body table {
  border-spacing: 0px;
  border-collapse: collapse;
  table-layout: fixed;
  width: 1px; }

.w2ui-grid .w2ui-grid-body table .w2ui-head {
  margin: 0px;
  padding: 0px;
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  color: #000000;
  background-image: -webkit-linear-gradient(#f9f9f9, #e4e4e4);
  background-image: -moz-linear-gradient(#f9f9f9, #e4e4e4);
  background-image: -ms-linear-gradient(#f9f9f9, #e4e4e4);
  background-image: -o-linear-gradient(#f9f9f9, #e4e4e4);
  background-image: linear-gradient(#f9f9f9, #e4e4e4);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe4e4e4', GradientType=0); }

.w2ui-grid .w2ui-grid-body table .w2ui-head > div {
  padding: 7px 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative; }

.w2ui-grid .w2ui-grid-body table .w2ui-head.w2ui-col-intersection {
  border-right-color: #72b2ff; }

.w2ui-grid .w2ui-grid-body table .w2ui-head.w2ui-reorder-cols-head:hover {
  cursor: move; }

.w2ui-grid .w2ui-grid-body table .w2ui-head .col-intersection-marker {
  padding: 0;
  position: absolute;
  height: 100%;
  top: 0; }

.w2ui-grid .w2ui-grid-body table .w2ui-head .col-intersection-marker.left {
  left: 0;
  margin-left: -5px; }

.w2ui-grid .w2ui-grid-body table .w2ui-head .col-intersection-marker.right {
  right: 0;
  margin-right: -5px; }

.w2ui-grid .w2ui-grid-body table .w2ui-head .col-intersection-marker .top-marker {
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  border-top: 5px solid #72b2ff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.w2ui-grid .w2ui-grid-body table .w2ui-head .col-intersection-marker .bottom-marker {
  position: absolute;
  bottom: 0;
  height: 0;
  width: 0;
  border-bottom: 5px solid #72b2ff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.w2ui-grid .w2ui-grid-body table td {
  border-right: 1px solid #d6d5d7;
  border-bottom: 0px solid #d6d5d7;
  cursor: default;
  overflow: hidden; }

.w2ui-grid .w2ui-grid-body table td.w2ui-soft-span,
.w2ui-grid .w2ui-grid-body table td.w2ui-soft-hidden {
  border-right-color: transparent; }

.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data {
  margin: 0px;
  padding: 0px; }

.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data .w2ui-info {
  position: relative;
  top: 1px;
  font-size: 14px;
  color: #8D99A7;
  cursor: pointer;
  width: 16px;
  display: inline-block;
  margin-right: 2px;
  text-align: center; }

.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data > div {
  padding: 3px 3px 3px 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data > div.flexible-record {
  height: auto;
  overflow: visible;
  white-space: normal; }

.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data .w2ui-show-children {
  width: 16px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: -1px;
  cursor: pointer; }

.w2ui-grid .w2ui-grid-body table td:last-child {
  border-right: 0px; }

.w2ui-grid .w2ui-grid-body table .w2ui-col-number {
  width: 34px;
  color: #777777;
  background-color: rgba(233, 237, 243, 0.5); }

.w2ui-grid .w2ui-grid-body table .w2ui-col-number div {
  padding: 0px 7px 0px 3px;
  text-align: right; }

.w2ui-grid .w2ui-grid-body table .w2ui-col-number.w2ui-head {
  cursor: pointer; }

.w2ui-grid .w2ui-grid-body table .w2ui-col-select {
  width: 26px; }

.w2ui-grid .w2ui-grid-body table .w2ui-col-select div {
  padding: 0px 0px;
  text-align: center;
  overflow: hidden; }

.w2ui-grid .w2ui-grid-body table .w2ui-col-select div input[type=checkbox] {
  margin-top: 0px;
  margin-bottom: 4px;
  position: relative; }

.w2ui-grid .w2ui-grid-body table .w2ui-col-expand {
  width: 26px; }

.w2ui-grid .w2ui-grid-body table .w2ui-col-expand div {
  padding: 0px 0px;
  text-align: center;
  font-weight: bold; }

.w2ui-grid .w2ui-grid-body table .w2ui-col-selected {
  background-color: #d1d1d1 !important; }

.w2ui-grid .w2ui-grid-body table .w2ui-row-selected {
  background-color: #d1d1d1 !important; }

.w2ui-grid .w2ui-grid-body div.w2ui-col-header {
  height: auto !important;
  width: 100%;
  overflow: hidden;
  padding-right: 10px !important; }

.w2ui-grid .w2ui-grid-body div.w2ui-col-header > div.w2ui-sort-up {
  border: 4px solid transparent;
  border-bottom: 5px solid #8D99A7;
  margin-top: -2px;
  margin-right: -7px;
  float: right; }

.w2ui-grid .w2ui-grid-body div.w2ui-col-header > div.w2ui-sort-down {
  border: 4px solid transparent;
  border-top: 5px solid #8D99A7;
  margin-top: 2px;
  margin-right: -7px;
  float: right; }

.w2ui-grid .w2ui-grid-body .w2ui-col-group {
  text-align: center; }

.w2ui-grid .w2ui-grid-body .w2ui-grid-scroll1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #FAFAFA; }

.w2ui-grid .w2ui-grid-empty-msg {
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.65); }

.w2ui-grid .w2ui-grid-empty-msg > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-45%);
  text-align: center;
  font-size: 13px;
  color: #666; }

.w2ui-grid .w2ui-changed {
  background: url(data:image/gif;base64,R0lGODlhCgAKAJEAALAABf///wAAAAAAACH5BAEAAAIALAAAAAAKAAoAAAIPlI8Hy8mbxIsSUnup3rQAADs=) no-repeat top right; }

.w2ui-grid .w2ui-edit-box {
  position: absolute;
  z-index: 1001;
  border: 2px solid #6299DA;
  pointer-events: auto; }

.w2ui-grid .w2ui-editable {
  overflow: hidden;
  height: 100% !important;
  margin: 0px !important;
  padding: 0px !important; }

.w2ui-grid .w2ui-editable input {
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 4px 3px;
  width: 100%;
  height: 100%; }

.w2ui-grid .w2ui-editable input.w2ui-select {
  outline: none !important;
  background: #fff; }

.w2ui-grid .w2ui-grid-summary {
  position: absolute;
  box-shadow: 0px -1px 4px #aaaaaa; }

.w2ui-grid .w2ui-grid-summary table {
  color: inherit; }

.w2ui-grid .w2ui-grid-summary table .w2ui-odd {
  background-color: #eef5eb; }

.w2ui-grid .w2ui-grid-summary table .w2ui-even {
  background-color: #f8fff5; }

.w2ui-grid .w2ui-grid-footer {
  position: absolute;
  margin: 0px;
  padding: 0px;
  text-align: center;
  height: 24px;
  overflow: hidden;
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  box-shadow: 0px -1px 4px #eeeeee;
  color: #444444;
  background-color: #f8f8f8;
  border-top: 1px solid #dddddd;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

.w2ui-grid .w2ui-grid-footer .w2ui-footer-left {
  float: left;
  padding-top: 5px;
  padding-left: 5px; }

.w2ui-grid .w2ui-grid-footer .w2ui-footer-right {
  float: right;
  padding-top: 5px;
  padding-right: 5px; }

.w2ui-grid .w2ui-grid-footer .w2ui-footer-center {
  padding: 2px;
  text-align: center; }

.w2ui-grid .w2ui-grid-footer .w2ui-footer-center .w2ui-footer-nav {
  width: 110px;
  margin: 0 auto;
  padding: 0px;
  text-align: center; }

.w2ui-grid .w2ui-grid-footer .w2ui-footer-center .w2ui-footer-nav input[type=text] {
  padding: 1px 2px 2px 2px;
  border-radius: 3px;
  width: 40px;
  text-align: center; }

.w2ui-grid .w2ui-grid-footer .w2ui-footer-center .w2ui-footer-nav a.w2ui-footer-btn {
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  font-size: 11px;
  line-height: 16px;
  padding: 1px 5px;
  width: 30px;
  height: 18px;
  margin-top: -1px;
  color: #000000;
  background-color: transparent; }

.w2ui-grid .w2ui-grid-footer .w2ui-footer-center .w2ui-footer-nav a.w2ui-footer-btn:hover {
  color: #000000;
  background-color: #aec8ff; }

.w2ui-grid .w2ui-grid-focus-input {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  width: 1px;
  height: 1px;
  resize: none;
  border: 0px; }

/* SpeadSheet */
.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr td.w2ui-selected {
  background-color: #EEF4FE !important; }

.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr td.w2ui-inactive {
  background-color: #F4F6F9 !important; }

.w2ui-ss .w2ui-grid-body .w2ui-grid-records table td {
  border-right-width: 1px;
  border-bottom: 1px solid #efefef; }

.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd,
.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr.w2ui-even,
.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd:hover,
.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr.w2ui-even:hover {
  background-color: inherit; }

.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr:first-child td {
  border-top: 0px;
  border-bottom: 0px; }

.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr td.w2ui-selected {
  background-color: #EEF4FE !important; }

.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr td.w2ui-inactive {
  background-color: #F4F6F9 !important; }

.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table td {
  border-right-width: 1px;
  border-bottom: 1px solid #efefef; }

.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd,
.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-even,
.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd:hover,
.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-even:hover {
  background-color: inherit; }

.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr:first-child td {
  border-bottom: 0px; }

.w2ui-ss .w2ui-grid-body .w2ui-selection {
  position: absolute;
  z-index: 1000;
  border: 2px solid #6299DA;
  /* #457FC2; */
  pointer-events: none; }

.w2ui-ss .w2ui-grid-body .w2ui-selection .w2ui-selection-resizer {
  cursor: crosshair;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 6px;
  height: 6px;
  margin-right: -3px;
  margin-bottom: -3px;
  background-color: #457FC2;
  border: 0.5px solid #fff;
  outline: 1px solid white;
  pointer-events: auto; }

.w2ui-ss .w2ui-grid-body .w2ui-selection.w2ui-inactive {
  border: 2px solid #C0C2C5; }

.w2ui-ss .w2ui-grid-body .w2ui-selection.w2ui-inactive .w2ui-selection-resizer {
  background-color: #B0B0B0; }

.w2ui-ss .w2ui-grid-body .w2ui-soft-range {
  position: absolute;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.w2ui-ss .w2ui-grid-body .w2ui-changed {
  background: inherit;
  /* do not show changed for spreadsheet */ }

.w2ui-info-bubble table {
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  color: white;
  text-shadow: 1px 1px solid #999; }

.w2ui-info-bubble table tr td:first-child {
  white-space: nowrap;
  padding: 2px;
  padding-right: 10px;
  color: #ddd;
  vertical-align: top; }

.w2ui-info-bubble table tr td:last-child {
  white-space: pre;
  padding: 2px; }

.w2ui-overlay .w2ui-select-field {
  padding: 4px 0px;
  cursor: default; }

.w2ui-overlay .w2ui-select-field table {
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  border-spacing: 0px;
  border-collapse: border-collapse; }

.w2ui-overlay .w2ui-select-field table tr {
  height: 27px; }

.w2ui-overlay .w2ui-select-field table tr:hover {
  background-color: #b6d5ff; }

.w2ui-overlay .w2ui-select-field table tr td:nth-child(1) {
  width: 26px;
  padding-right: 6px;
  text-align: right;
  color: #888; }

.w2ui-overlay .w2ui-select-field table tr td:nth-child(2) {
  padding: 3px 20px 3px 0px; }

.w2ui-overlay .w2ui-col-on-off {
  padding: 4px 0px; }

.w2ui-overlay .w2ui-col-on-off table {
  border-spacing: 0px;
  border-collapse: border-collapse; }

.w2ui-overlay .w2ui-col-on-off table tr:hover {
  background-color: #b6d5ff; }

.w2ui-overlay .w2ui-col-on-off table td input[type=checkbox] {
  margin: 3px 2px 2px 2px; }

.w2ui-overlay .w2ui-col-on-off table td label {
  display: block;
  padding: 3px 0px;
  padding-right: 10px; }

.w2ui-overlay .w2ui-col-on-off table td:first-child {
  padding: 4px 0px 4px 6px; }

.w2ui-overlay .w2ui-col-on-off table td:last-child {
  padding: 4px 6px 4px 0px; }

.w2ui-overlay .w2ui-grid-searches {
  text-align: left;
  padding: 0px;
  border-top: 0px;
  background-color: #f7f6f0; }

.w2ui-overlay .w2ui-grid-searches table {
  padding: 4px;
  padding-top: 12px;
  border-collapse: border-collapse; }

.w2ui-overlay .w2ui-grid-searches table td {
  padding: 4px;
  /* for IE */ }

.w2ui-overlay .w2ui-grid-searches table td.close-btn {
  width: 20px;
  padding-right: 20px; }

.w2ui-overlay .w2ui-grid-searches table td.close-btn button {
  min-width: 24px;
  height: 24px;
  padding-top: 5px !important; }

.w2ui-overlay .w2ui-grid-searches table td.caption {
  text-align: right;
  padding-right: 5px;
  border-right: 1px solid #e8e8e3; }

.w2ui-overlay .w2ui-grid-searches table td.operator {
  text-align: left;
  padding: 0px 10px;
  padding-right: 5px;
  border-right: 1px solid #e8e8e3;
  height: 31px; }

.w2ui-overlay .w2ui-grid-searches table td.operator select {
  width: 100%;
  color: black; }

.w2ui-overlay .w2ui-grid-searches table td.operator select::-ms-expand {
  display: none; }

.w2ui-overlay .w2ui-grid-searches table td.value {
  padding-right: 5px;
  padding-left: 5px; }

.w2ui-overlay .w2ui-grid-searches table td.value input[type=text] {
  border-radius: 3px;
  padding: 3px;
  margin-right: 3px;
  height: 23px; }

.w2ui-overlay .w2ui-grid-searches table td.value select {
  padding: 3px;
  margin-right: 3px;
  height: 23px; }

.w2ui-overlay .w2ui-grid-searches table td.actions {
  border-right: 0px; }

.w2ui-overlay .w2ui-grid-searches table td.actions > div {
  margin: -7px;
  margin-top: 15px;
  padding: 13px 0px;
  text-align: center;
  background-color: #efefe9;
  border-top: 1px solid #e8e8e3; }

/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }
@font-face {
  font-family: "w2ui-font";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff");
  font-weight: normal;
  font-style: normal; }
[class^="w2ui-icon-"]:before,
[class*=" w2ui-icon-"]:before {
  font-family: "w2ui-font";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Icons */
.w2ui-icon-check:before {
  content: "\f101"; }

.w2ui-icon-colors:before {
  content: "\f102"; }

.w2ui-icon-columns:before {
  content: "\f103"; }

.w2ui-icon-cross:before {
  content: "\f104"; }

.w2ui-icon-empty:before {
  content: "\f105"; }

.w2ui-icon-info:before {
  content: "\f106"; }

.w2ui-icon-pencil:before {
  content: "\f107"; }

.w2ui-icon-plus:before {
  content: "\f108"; }

.w2ui-icon-reload:before {
  content: "\f109"; }

.w2ui-icon-search:before {
  content: "\f10a"; }

.w2ui-icon-settings:before {
  content: "\f10b"; }

/*************************************************
* ---- Layout ----
*/
.w2ui-layout {
  overflow: hidden !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.w2ui-layout * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.w2ui-layout > div {
  position: absolute;
  overflow: hidden;
  border: 0px;
  margin: 0px;
  padding: 0px;
  outline: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.w2ui-layout > div .w2ui-panel {
  display: none;
  position: absolute;
  z-index: 120; }

.w2ui-layout > div .w2ui-panel .w2ui-panel-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 5px;
  background-image: -webkit-linear-gradient(#dae6f3, #c2d5ed);
  background-image: -moz-linear-gradient(#dae6f3, #c2d5ed);
  background-image: -ms-linear-gradient(#dae6f3, #c2d5ed);
  background-image: -o-linear-gradient(#dae6f3, #c2d5ed);
  background-image: linear-gradient(#dae6f3, #c2d5ed);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffdae6f3', endColorstr='#ffc2d5ed', GradientType=0);
  border: 1px solid #b9cee9;
  border-bottom: 1px solid #99bbe8; }

.w2ui-layout > div .w2ui-panel .w2ui-panel-tabs {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: none;
  overflow: hidden;
  background-color: #fafafa;
  padding: 4px 0px; }

.w2ui-layout > div .w2ui-panel .w2ui-panel-tabs > .w2ui-tab.active {
  background-color: #f2f2f2; }

.w2ui-layout > div .w2ui-panel .w2ui-panel-toolbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: none;
  overflow: hidden;
  background-color: #fafafa;
  border-bottom: 1px solid silver;
  padding: 4px; }

.w2ui-layout > div .w2ui-panel .w2ui-panel-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  color: inherit;
  background-color: #f2f2f2; }

.w2ui-layout > div .w2ui-resizer {
  display: none;
  position: absolute;
  z-index: 121;
  background-color: transparent; }

.w2ui-layout > div .w2ui-resizer:hover,
.w2ui-layout > div .w2ui-resizer.active {
  background-color: #c8cad1; }

/*************************************************
* ---- Popup ----
*/
.w2ui-popup {
  position: fixed;
  z-index: 1600;
  overflow: hidden;
  font-family: Verdana, Arial, sans-serif;
  border-radius: 6px;
  padding: 0px;
  margin: 0px;
  border: 1px solid #777777;
  background-color: #eeeeee;
  box-shadow: 0px 0px 25px #555555; }

.w2ui-popup,
.w2ui-popup * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.w2ui-popup .w2ui-popup-title {
  padding: 6px;
  border-radius: 6px 6px 0px 0px;
  background-image: -webkit-linear-gradient(#ececec, #dfdfdf);
  background-image: -moz-linear-gradient(#ececec, #dfdfdf);
  background-image: -ms-linear-gradient(#ececec, #dfdfdf);
  background-image: -o-linear-gradient(#ececec, #dfdfdf);
  background-image: linear-gradient(#ececec, #dfdfdf);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffececec', endColorstr='#ffdfdfdf', GradientType=0);
  border-bottom: 2px solid #bfbfbf;
  position: absolute;
  overflow: hidden;
  height: 32px;
  left: 0px;
  right: 0px;
  top: 0px;
  text-overflow: ellipsis;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: move;
  font-size: 15px;
  color: #555555;
  z-index: 300; }

.w2ui-popup .w2ui-popup-button {
  float: right;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  padding: 0px;
  margin: 0px 3px 0px 0px;
  background: url(data:image/png;base64,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) no-repeat center left;
  background-position: 0px 0px;
  color: transparent !important;
  border-radius: 3px;
  border: 1px solid transparent; }

.w2ui-popup .w2ui-popup-close {
  margin-top: 0px;
  background-position: -32px 0px; }

.w2ui-popup .w2ui-popup-close:hover {
  background-color: #cccccc;
  border: 1px solid #aaaaaa; }

.w2ui-popup .w2ui-popup-max {
  background-position: -16px 0px; }

.w2ui-popup .w2ui-popup-max:hover {
  background-color: #cccccc;
  border: 1px solid #aaaaaa; }

.w2ui-popup .w2ui-box,
.w2ui-popup .w2ui-box-temp {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 32px;
  bottom: 52px;
  z-index: 100; }

.w2ui-popup .w2ui-popup-body {
  font-size: 12px;
  line-height: 130%;
  padding: 0px 7px 7px 7px;
  color: #000000;
  background-color: #eeeeee;
  position: absolute;
  overflow: auto;
  width: 100%;
  height: 100%; }

.w2ui-popup .w2ui-popup-buttons {
  padding: 12px;
  border-radius: 0px 0px 6px 6px;
  border-top: 1px solid #d5d8d8;
  background-color: #f1f1f1;
  text-align: center;
  position: absolute;
  overflow: hidden;
  height: 52px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200; }

.w2ui-popup .w2ui-popup-no-title {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  top: 0px !important; }

.w2ui-popup .w2ui-popup-no-buttons {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  bottom: 0px !important; }

.w2ui-popup .w2ui-alert-msg,
.w2ui-popup .w2ui-confirm-msg {
  font-size: 13px;
  line-height: 1.5; }

.w2ui-popup .w2ui-prompt textarea {
  width: 100%;
  height: 50px;
  resize: none; }

/*************************************************
* ---- Sidebar ----
*/
.small i {
  font-size: .8rem; }

.medium i {
  font-size: 1rem; }

.large i {
  font-size: 1.2rem; }

.w2ui-sidebar {
  position: relative;
  cursor: default;
  overflow: hidden !important;
  background-color: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D3D3D3; }

.w2ui-sidebar * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.w2ui-sidebar > div {
  position: absolute;
  overflow: hidden; }

.w2ui-sidebar .w2ui-sidebar-top {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0; }

.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-left,
.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-right {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 24px;
  padding: 5px;
  border-radius: 0;
  background-size: 16px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #edf1f6; }

.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-left:hover,
.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-right:hover {
  background-color: #d7e1ef; }

.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-left {
  left: auto;
  width: 25px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAzklEQVR4Ae2THRDEMBCFzy1ucatb3eJ2uhi3uNUtbnGrW9zi1rOdNzdvdl7nDpvYt/9/r7+/51myZZf/zXkD2iMHHRSb0x3oskwMieK05PwEXqP4ExSL0wp0ROao2OOuMPOMdUL6XU1/oGLcFWb+NqyTd2W/P/2qTr9h+nFXhOkHXRHiNyjrgp/U/V+WaQcaNY13zZI0A1JvcVqAnrGDTdtDtZUHjHIJhxxVLN0iqXgCP1l/7h8U9kc6abyJ4/eNWPpGdBv+XdUK0K8cnvcBly2rDr7C1HQAAAAASUVORK5CYII="); }

.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-right {
  left: 2px;
  width: auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAz0lEQVR4Ae2UG7TGMBCEr1vd4la3uMUtuli3utWtbnGLW9zi9l/bDMzJG7u12cfJfLunf1+UEC9Bv0vVQwJ8hjRCaZafflb1C9RQf4OD0gSDE+i+PiJAabFhQc1y1AYYsJGLY3lgxM17uWPO56yPiFDqVPWgRtpIHSd1zPnwkBsdI58OlNwx4fP2X0TgfMTOoHSdKOXkpyNvEyQh7ul+4swxJSTQuwNDxz68l/ukVNbu0Neen5Z+KvzWxBAqHds349uPFJ/jVOrPjxUq++OLf+20q5+noXo0AAAAAElFTkSuQmCC"); }

.w2ui-sidebar .w2ui-sidebar-bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0; }

.w2ui-sidebar .w2ui-sidebar-div {
  position: absolute;
  z-index: 1;
  overflow: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2px 0;
  background-color: #f9f9f9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.w2ui-sidebar .w2ui-sidebar-div table {
  width: 100%;
  margin-left: 0;
  padding-right: 0; }
  .w2ui-sidebar .w2ui-sidebar-div table thead, .w2ui-sidebar .w2ui-sidebar-div table tbody, .w2ui-sidebar .w2ui-sidebar-div table tfoot {
    border: 1px solid #f1f1f1;
    background-color: transparent; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node {
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  padding: 0; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node table {
  pointer-events: none; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-caption,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-image,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-image > span,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-node td.w2ui-node-dots {
  color: #0a0a0a;
  text-shadow: none !important;
  pointer-events: none; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-caption:hover,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-image > span:hover,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-image:hover,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-node td.w2ui-node-dots:hover {
  color: inherit; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node:hover {
  border-top: 0;
  border-bottom: 0;
  background-color: #88BADB; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-image {
  width: 22px;
  text-align: center;
  pointer-events: none; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-image > span {
  color: #516173 !important; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node button,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-node input {
  pointer-events: auto; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected:hover {
  position: relative;
  background-image: 0;
  border-top: 0;
  border-bottom: 0; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected .w2ui-node-caption,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected .w2ui-node-image,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected .w2ui-node-image > span,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected td.w2ui-node-dots,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected:hover .w2ui-node-caption,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected:hover .w2ui-node-image,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected:hover .w2ui-node-image > span,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected:hover td.w2ui-node-dots {
  color: #398DC4 !important;
  text-shadow: none !important; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected:before {
  content: '';
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  pointer-events: none; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected.w2ui-inactive:before {
  border: 0; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled:hover {
  background: transparent !important;
  border-top: 0;
  border-bottom: 0; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled .w2ui-node-caption,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled .w2ui-node-image,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled .w2ui-node-image > span,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled td.w2ui-node-dots,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled:hover .w2ui-node-caption,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled:hover .w2ui-node-image,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled:hover .w2ui-node-image > span,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled:hover td.w2ui-node-dots {
  opacity: .4;
  filter: alpha(opacity=40);
  color: #0a0a0a !important;
  text-shadow: 0 0 0 #fefefe !important; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-caption {
  white-space: nowrap;
  padding: 5px 0 5px 3px;
  margin: 1px 0 1px 22px;
  position: relative;
  z-index: 1;
  font-size: 12px; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-group {
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0 10px 10px;
  margin: 0;
  cursor: default;
  color: #868b92;
  background-color: transparent; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-group:nth-child(1) {
  /* show / hide link */
  margin-right: 10px;
  float: right;
  color: transparent; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-group:nth-child(2) {
  /* title text */
  font-weight: normal;
  text-transform: uppercase; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-sub {
  overflow: hidden;
  width: 100%; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-flat {
  padding: 6px 0;
  text-align: center; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-flat .w2ui-node-image {
  text-align: center;
  width: auto; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-flat .w2ui-node-image > span {
  font-size: 16px;
  color: #0a0a0a;
  text-shadow: 0 0 0 #fefefe; }

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-flat .w2ui-node-image.w2ui-icon {
  width: 21px; }

.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-dots {
  width: 18px;
  padding: 0 0 1px 7px;
  text-align: center; }

.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-dots .w2ui-expand {
  width: 16px;
  margin-top: -3px;
  pointer-events: auto; }

.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-data {
  padding: 1px 1px 3px; }

.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-data .w2ui-node-image {
  padding: 3px 0 0;
  float: left; }

.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-data .w2ui-node-image > span {
  font-size: 16px;
  color: #0a0a0a;
  text-shadow: 0 0 0 #fefefe; }

.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-data .w2ui-node-image.w2ui-icon {
  margin-top: 3px; }

.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-data .w2ui-node-count {
  float: right;
  border: 1px solid #dbeefa;
  border-radius: 20px;
  width: auto;
  height: 18px;
  padding: 2px 7px;
  margin: 3px 4px -2px 0;
  background-color: #cacaca;
  color: #fefefe;
  box-shadow: none !important;
  text-shadow: none !important;
  position: relative;
  z-index: 2; }

/*************************************************
* ---- Tabs ----
*/
.w2ui-tabs {
  cursor: default;
  overflow: hidden !important;
  position: relative;
  background-color: #fafafa;
  padding: 3px 0px; }

.w2ui-tabs:not(.w2ui-tabs-up) {
  padding-bottom: 0px !important; }

.w2ui-tabs.w2ui-tabs-up {
  padding-top: 0px !important; }

.w2ui-tabs table {
  border-bottom: 1px solid silver;
  padding: 0px 7px; }

.w2ui-tabs .w2ui-tab {
  padding: 6px 20px;
  text-align: center;
  color: #000000;
  background-color: transparent;
  border: 1px solid #c0c0c0;
  border-bottom: 1px solid silver;
  white-space: nowrap;
  margin: 1px 1px -1px 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.w2ui-tabs .w2ui-tab.active {
  color: #000000;
  background-color: #e4e4e4;
  border: 1px solid #c0c0c0;
  border-bottom: 1px solid transparent; }

.w2ui-tabs .w2ui-tab.closable {
  padding: 6px 28px 6px 20px; }

.w2ui-tabs .w2ui-tab-close {
  color: #555;
  text-shadow: 1px 1px 1px #bbb;
  float: right;
  margin: 6px 4px 0px 0px;
  padding: 0px 0px 0px 5px;
  width: 16px;
  height: 16px;
  opacity: 0.9;
  border: 0px;
  border-top: 3px solid transparent;
  border-radius: 9px; }

.w2ui-tabs .w2ui-tab-close:hover {
  background-color: #D77F7F;
  color: white; }

.w2ui-tabs .w2ui-tab-close:before {
  position: relative;
  top: -2px;
  left: 0px;
  opacity: 0.6;
  color: inherit;
  text-shadow: inherit;
  content: 'x'; }

.w2ui-tabs.w2ui-tabs-up table {
  border-top: 1px solid #c0c0c0;
  border-bottom: 0px; }

.w2ui-tabs.w2ui-tabs-up .w2ui-tab {
  border-top: 1px solid #C0C0C0;
  margin: -1px 1px 0px 0px;
  border-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.w2ui-tabs.w2ui-tabs-up .w2ui-tab.active {
  border: 1px solid #c0c0c0;
  border-top: 1px solid transparent; }

.w2ui-tabs.w2ui-tabs-up .w2ui-tab-close {
  margin-top: 4px; }

/*************************************************
* ---- Toolbar ----
*/
.w2ui-toolbar {
  margin: 0px;
  padding: 2px;
  outline: 0px;
  position: relative;
  background-color: #efefef;
  overflow: hidden !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.w2ui-toolbar .disabled {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.w2ui-toolbar table {
  table-layout: auto !important; }

.w2ui-toolbar table td {
  border: 0px !important; }

.w2ui-toolbar table.w2ui-button {
  margin: 0 1px 0 0;
  border-radius: 4px;
  height: 24px;
  min-width: 24px;
  border: 1px solid transparent;
  background-color: transparent; }

.w2ui-toolbar table.w2ui-button .w2ui-tb-image {
  width: 22px;
  height: 16px;
  padding: 0;
  margin: 5px 1px 3px 1px !important;
  border: 0 !important;
  text-align: center; }

.w2ui-toolbar table.w2ui-button .w2ui-tb-image > span {
  font-size: 15px;
  display: block;
  color: #8d99a7; }

.w2ui-toolbar table.w2ui-button .w2ui-tb-image > span:before {
  vertical-align: top !important; }

.w2ui-toolbar table.w2ui-button .w2ui-tb-caption {
  color: #000000;
  padding: 0px 4px 0px 2px; }

.w2ui-toolbar table.w2ui-button .w2ui-tb-count {
  padding: 0px 3px 0px 1px; }

.w2ui-toolbar table.w2ui-button .w2ui-tb-count > span {
  border: 1px solid #f6fcf4;
  border-radius: 11px;
  width: auto;
  height: 18px;
  padding: 0px 6px 1px 6px;
  background-color: #f2f8f0;
  color: #666666;
  box-shadow: 0px 0px 2px #474545;
  text-shadow: 1px 1px 0px #ffffff; }

.w2ui-toolbar table.w2ui-button .w2ui-tb-down {
  padding: 1px 3px 1px 1px; }

.w2ui-toolbar table.w2ui-button .w2ui-tb-down > div {
  border: 4px solid transparent;
  border-top: 5px solid #8D99A7;
  margin-top: 5px; }

.w2ui-toolbar table.w2ui-button.over {
  border: 1px solid #cccccc;
  background-color: #eeeeee; }

.w2ui-toolbar table.w2ui-button.over .w2ui-tb-caption {
  color: #000000; }

.w2ui-toolbar table.w2ui-button.down {
  border: 1px solid #aaaaaa;
  background-color: #dddddd; }

.w2ui-toolbar table.w2ui-button.down .w2ui-tb-caption {
  color: #666666; }

.w2ui-toolbar table.w2ui-button.checked {
  border: 1px solid #aaaaaa;
  background-color: #ffffff; }

.w2ui-toolbar table.w2ui-button.checked .w2ui-tb-caption {
  color: #000000; }

.w2ui-toolbar table.w2ui-button table {
  height: 17px;
  border-radius: 4px;
  cursor: default; }

.w2ui-toolbar .w2ui-break {
  background-image: -webkit-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, #999999 40%, #999999 60%, rgba(153, 153, 153, 0.1) 100%);
  background-image: -moz-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, #999999 40%, #999999 60%, rgba(153, 153, 153, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, #999999 40%, #999999 60%, rgba(153, 153, 153, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, #999999 40%, #999999 60%, rgba(153, 153, 153, 0.1) 100%);
  background-image: linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, #999999 40%, #999999 60%, rgba(153, 153, 153, 0.1) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff999999', GradientType=0);
  width: 1px !important;
  height: 22px;
  padding: 0px;
  margin: 0px 6px; }

.w2ui-listview {
  overflow: auto !important;
  background-color: #ffffff !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.w2ui-listview * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.w2ui-listview > ul {
  list-style-type: none;
  margin: 0;
  cursor: default; }

.w2ui-listview > ul > li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.w2ui-listview > ul > li.w2ui-focused {
  border: 1px solid #2661a6; }

.w2ui-listview > ul > li.w2ui-selected {
  border: 1px solid #2661a6; }

.w2ui-listview > ul > li.w2ui-selected,
.w2ui-listview > ul > li.w2ui-selected.hover {
  background-image: -webkit-linear-gradient(#69b1e0, #4a96d3);
  background-image: -moz-linear-gradient(#69b1e0, #4a96d3);
  background-image: -ms-linear-gradient(#69b1e0, #4a96d3);
  background-image: -o-linear-gradient(#69b1e0, #4a96d3);
  background-image: linear-gradient(#69b1e0, #4a96d3);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff69b1e0', endColorstr='#ff4a96d3', GradientType=0); }

.w2ui-listview > ul > li.w2ui-selected > div > div.caption,
.w2ui-listview > ul > li.w2ui-selected.hover > div > div.caption {
  color: #ffffff; }

.w2ui-listview > ul > li.w2ui-selected > div > div.description,
.w2ui-listview > ul > li.w2ui-selected.hover > div > div.description {
  color: #dddddd; }

.w2ui-listview > ul > li.w2ui-selected > div > div.extra > div > div,
.w2ui-listview > ul > li.w2ui-selected.hover > div > div.extra > div > div {
  color: #dddddd; }

.w2ui-listview > ul > li.hover {
  background-color: #d7e1ef;
  border: 1px solid #2661a6; }

.w2ui-listview > ul > li div {
  vertical-align: middle; }

.w2ui-listview > ul > li > div > div.caption {
  display: block;
  text-align: center;
  word-wrap: break-word;
  max-height: 50px;
  color: #000000;
  font-size: 12px; }

.w2ui-listview > ul > li > div > div.description {
  display: none;
  text-align: left;
  color: #777777;
  font-size: 12px; }

.w2ui-listview > ul > li > div > div.extra {
  display: none; }

.w2ui-listview > ul > li > div > div.extra > div > div {
  color: #777777; }

.w2ui-icon-small > ul {
  padding: 1px 0px 0px 1px; }

.w2ui-icon-small > ul > li {
  margin: 0px 1px 1px 0px;
  padding: 2px;
  width: 250px;
  white-space: nowrap; }

.w2ui-icon-small > ul > li > div > div.w2ui-listview-img {
  display: inline-block;
  width: 26px;
  height: 22px;
  font-size: 21px;
  margin-right: 2px; }

.w2ui-icon-small > ul > li > div > div.caption {
  display: inline-block; }

.w2ui-icon-medium > ul {
  padding: 4px 0px 0px 4px; }

.w2ui-icon-medium > ul > li {
  margin: 0px 4px 4px 0px;
  padding: 4px;
  width: 100px; }

.w2ui-icon-medium > ul > li > div > div.w2ui-listview-img {
  display: block;
  width: 92px;
  height: 60px;
  font-size: 57px;
  margin-left: auto;
  margin-right: auto;
  background-position: center; }

.w2ui-icon-large > ul {
  padding: 4px 0px 0px 4px; }

.w2ui-icon-large > ul > li {
  margin: 0px 4px 4px 0px;
  padding: 4px;
  width: 160px; }

.w2ui-icon-large > ul > li > div > div.w2ui-listview-img {
  display: block;
  width: 152px;
  height: 120px;
  font-size: 114px;
  margin-left: auto;
  margin-right: auto;
  background-position: center; }

.w2ui-icon-tile > ul {
  padding: 1px 0px 0px 1px; }

.w2ui-icon-tile > ul > li {
  margin: 0px 1px 1px 0px;
  padding: 4px;
  width: 250px;
  white-space: nowrap; }

.w2ui-icon-tile > ul > li > div > div.w2ui-listview-img {
  display: inline-block;
  width: 72px;
  height: 60px;
  font-size: 57px;
  float: left;
  margin-right: 4px; }

.w2ui-icon-tile > ul > li > div > div.caption {
  text-align: left; }

.w2ui-icon-tile > ul > li > div > div.description {
  display: block; }

.w2ui-table > ul {
  padding: 0; }

.w2ui-table > ul > li {
  width: 100%;
  padding: 2px;
  border-radius: 0px;
  border-bottom: 1px dotted lightgray; }

.w2ui-table > ul > li > div {
  display: inline-block;
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden; }

.w2ui-table > ul > li > div > div.w2ui-listview-img {
  display: inline-block;
  width: 38px;
  height: 32px;
  font-size: 31px;
  margin-right: 2px; }

.w2ui-table > ul > li > div > div.caption {
  display: inline-block; }

.w2ui-table > ul > li > div > div.extra {
  display: inline-block;
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #ffffff; }

.w2ui-table > ul > li > div > div.extra > div:before {
  display: inline-block;
  height: 100%;
  width: 0;
  content: '';
  vertical-align: middle; }

.w2ui-table > ul > li > div > div.extra > div {
  display: inline; }

.w2ui-table > ul > li > div > div.extra > div > div {
  display: inline-block;
  font-size: 12px; }

.w2ui-table > ul > li.w2ui-selected div.extra,
.w2ui-table > ul > li.w2ui-selected.hover div.extra {
  background-image: -webkit-linear-gradient(#69b1e0, #4a96d3);
  background-image: -moz-linear-gradient(#69b1e0, #4a96d3);
  background-image: -ms-linear-gradient(#69b1e0, #4a96d3);
  background-image: -o-linear-gradient(#69b1e0, #4a96d3);
  background-image: linear-gradient(#69b1e0, #4a96d3);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff69b1e0', endColorstr='#ff4a96d3', GradientType=0); }

.w2ui-table > ul > li.hover div.extra {
  background-color: #d7e1ef; }

.w2ui-listview > ul > li div.icon-none {
  border: 1px solid rgba(102, 102, 102, 0.35); }

/*
    Created on : 14.02.2018, 2:57pm
    Author     : Antonio Paolo Mecci
    Subject    : Admin 
*/
.close_admin_app {
  height: 62vh !important; }

#adm_sel_prof {
  font-size: 1.1rem; }

#div_admin_app_container {
  max-height: 65vh;
  overflow-y: auto; }

#adm_subapp_label {
  font-style: oblique;
  color: rgba(10, 10, 10, 0.9); }

#btn_admin_app_save {
  width: 30%; }

/*
    Created on : 14.02.2018, 2:57pm
    Author     : Antonio Paolo Mecci
    Subject    : Admin changeprofile
*/
#adm_change_submenu_lab {
  font-style: oblique;
  color: rgba(10, 10, 10, 0.9); }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 14.02.2018, 2:57pm
    Author     : Antonio Paolo Mecci
*/
/*
    Created on : 16.02.2018, 11:29am
    Author     : Antonio Paolo Mecci
    Subject    : Admin messenger
*/
.close_adm_messenger {
  height: 68vh !important; }

#admin_messenger_form_container {
  height: 72vh;
  overflow-y: auto; }

#form_admin_messenger {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden; }

@media screen and (max-width: 40em) {
  #admin_messenger_form_container {
    overflow-y: hidden;
    height: 67vh; } }
@media screen and (min-width: 40.01em) and (max-width: 64em) {
  #admin_messenger_form_container {
    height: 68vh; } }
/*
    Created on : 16.02.2018, 11:29am
    Author     : Antonio Paolo Mecci
    Subject    : Admin persons
*/
.close_adm_persons {
  height: 68vh !important; }

#admin_persons_form_container {
  height: 72vh;
  overflow-y: auto; }

#form_admin_persons {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden; }

@media screen and (max-width: 40em) {
  #admin_persons_form_container {
    overflow-y: hidden;
    height: 67vh; } }
@media screen and (min-width: 40.01em) and (max-width: 64em) {
  #admin_persons_form_container {
    height: 68vh; } }
/*
    Created on : 19.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Admin tasks changeprofle
*/
#div_admin_app_container {
  max-height: 67vh;
  overflow-x: hidden;
  overflow-y: auto; }

/*
    Created on : 19.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Admin tasks
*/
.close_adm_tms {
  height: 63vh !important; }

.manage-areas-margin {
  margin-top: 3.5vh; }

#div_admin_tms_container {
  max-height: 67vh;
  overflow-y: auto;
  overflow-x: hidden;
  height: 63vh; }

#btn_admin_tms_add_area {
  margin-top: 1.5vh; }

#admin_tms_main_label {
  color: #9c9c9c;
  font-size: 0.999em;
  font-style: italic; }

@media screen and (max-width: 40em) {
  #div_admin_tms_container {
    max-height: 51vh !important; } }
@media screen and (min-width: 40.01em) and (max-width: 64em) {
  #div_admin_tms_container {
    max-height: 63vh !important; } }
/*
    Created on : 19.02.2018, 2:57pm
    Author     : Antonio Paolo Mecci
    Subject    : Admin tasks area show
*/
.container_colors {
  flex-wrap: wrap; }

.admin_task_prio_color_check {
  margin-top: 1vh; }

.admin_tms_color_prio {
  padding: 0 !important; }

#admin_tms_label_task_list {
  font-size: 1.1rem;
  margin-left: 6vw;
  font-style: italic; }

#admin_tms_container_visible_fields {
  margin-left: 2.5vw;
  border-radius: 3px;
  border: 1px solid rgba(166, 166, 166, 0.5);
  max-height: 25vh;
  overflow-y: auto; }

.list-none {
  list-style: none; }

#admin_tms_container_btn_task_list #admin_tms_container_btn_task_details #admin_tms_container_btn_activity_list {
  max-height: 25vh;
  overflow-y: auto; }

#first_vertical_admin_tms_manage {
  height: 1vh; }

#second_vertical_admin_tms_manage {
  height: 2vh; }

#admin_tms_container_available_fields {
  border-radius: 3px;
  border: 1px solid rgba(166, 166, 166, 0.5);
  max-height: 25vh;
  overflow-y: auto; }

#admin_tms_add_edit_manage_areas {
  color: #8a8a8a;
  border-bottom: 1px solid #cacaca; }

#admin_tms_fields_content {
  font-size: inherit;
  font-weight: normal; }

/*
    Created on : 19.02.2018, 2:57pm
    Author     : Antonio Paolo Mecci
    Subject    : Admin tasks area edit show
*/
.admin_task_prio_color_check {
  margin-top: 1vh; }

.admin_tms_color_prio {
  padding: 0 !important; }

/*
    Created on : 19.02.2018, 2:57pm
    Author     : Antonio Paolo Mecci
    Subject    : Admin tasks area manage
*/
#admin_tms_manage_icons:hover {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 700ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 700ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 700ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-transition: rotate(360deg); }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/*
    Created on : 20.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Admin profiles
*/
.close_adm_profile {
  height: 71vh !important; }

#profile_grid {
  height: 75vh;
  width: 100%; }

/*
    Created on : 20.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Admin acl
*/
.close_adm_acl {
  height: 62vh !important; }

#aclnamespace_grid_container {
  height: 65vh;
  width: 100%; }

/*
    Created on : 20.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Admin acl add show
*/
#txt_admin_aclns_value_0 {
  width: 100%; }

#txt_admin_aclns_value_1 {
  width: 100%;
  height: 3.5vh !important; }

#txt_admin_aclns_value_2 {
  width: 100%;
  height: 3.5vh !important; }

#txt_admin_aclns_value_3 {
  width: 100%;
  height: 3.5vh !important; }

/*
    Created on : 20.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Admin trans
*/
.close_adm_trans {
  height: 71vh !important; }

#trans_grid_container {
  height: 75vh;
  width: 100%; }

/*
    Created on : 20.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Admin users
*/
.close_adm_user {
  height: 71vh !important; }

#profile_list_sidebar {
  height: 75vh; }

#user_grid_container {
  height: 75vh;
  width: 100%; }

#txt_admin_profile_department {
  width: 100%; }

/*
    Created on : 20.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Admin user add show 
*/
#text_UserForm_uuid {
  width: 100%; }

/*
  Created on : May 15, 2017, 11:14:28 AM
  Author     : Administrator
*/
/* CSS Files are added in alarmconfig.php */
#alarmConfigContent {
  padding: 1rem; }

_
.alarmdevice_live_sensor {
  height: 100%;
  width: 100%; }

.alarmdevice_live_sensor.success {
  background-color: #cdf8cd; }

.alarmdevice_live_sensor.warning {
  background-color: #fff3d9; }

table.nv-device-list tbody td,
table.nv-device-list tbody th {
  padding: 0; }
table.nv-device-list tr.selected {
  background: #dbeefa; }
table.nv-device-list .device-table-img {
  max-width: 80px; }

table.nv-sensor-list {
  border-collapse: separate;
  border: 1px solid #e6e6e6; }
  table.nv-sensor-list thead,
  table.nv-sensor-list thead td,
  table.nv-sensor-list thead tr {
    background: #dbeefa; }
  table.nv-sensor-list tfoot,
  table.nv-sensor-list thead {
    border: 0; }
    table.nv-sensor-list tfoot td,
    table.nv-sensor-list tfoot th,
    table.nv-sensor-list thead td,
    table.nv-sensor-list thead th {
      padding: .25rem .625rem;
      text-align: left;
      color: #1779ba;
      font-size: 1rem; }
  table.nv-sensor-list tbody td {
    width: 10%;
    font-size: .8rem;
    background: #f9f9f9;
    padding: 0.25rem 0.625rem 0.25rem 0.625rem; }
    table.nv-sensor-list tbody td.trigger-name {
      min-width: 50%; }
    table.nv-sensor-list tbody td.icon img {
      max-width: 26px; }
    table.nv-sensor-list tbody td.center {
      text-align: center; }

#app-alarmdevices .nv-table-triggers,
#nv-alarmdevices-container .nv-table-triggers,
#nv-vuejs-alarmdevices .nv-table-triggers {
  font-size: .8rem;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.45); }
  #app-alarmdevices .nv-table-triggers tfoot,
  #app-alarmdevices .nv-table-triggers thead,
  #nv-alarmdevices-container .nv-table-triggers tfoot,
  #nv-alarmdevices-container .nv-table-triggers thead,
  #nv-vuejs-alarmdevices .nv-table-triggers tfoot,
  #nv-vuejs-alarmdevices .nv-table-triggers thead {
    border: 0; }
    #app-alarmdevices .nv-table-triggers tfoot td,
    #app-alarmdevices .nv-table-triggers tfoot th,
    #app-alarmdevices .nv-table-triggers thead td,
    #app-alarmdevices .nv-table-triggers thead th,
    #nv-alarmdevices-container .nv-table-triggers tfoot td,
    #nv-alarmdevices-container .nv-table-triggers tfoot th,
    #nv-alarmdevices-container .nv-table-triggers thead td,
    #nv-alarmdevices-container .nv-table-triggers thead th,
    #nv-vuejs-alarmdevices .nv-table-triggers tfoot td,
    #nv-vuejs-alarmdevices .nv-table-triggers tfoot th,
    #nv-vuejs-alarmdevices .nv-table-triggers thead td,
    #nv-vuejs-alarmdevices .nv-table-triggers thead th {
      padding: .25rem .625rem;
      font-weight: bold;
      text-align: left; }
#app-alarmdevices .nv-device-title,
#nv-alarmdevices-container .nv-device-title,
#nv-vuejs-alarmdevices .nv-device-title {
  font-size: 1.2rem; }
#app-alarmdevices .nv_sensor_title,
#nv-alarmdevices-container .nv_sensor_title,
#nv-vuejs-alarmdevices .nv_sensor_title {
  border: 0;
  color: #1779ba;
  margin: 1rem 0 0.5rem 0; }
#app-alarmdevices .nv-device-details,
#nv-alarmdevices-container .nv-device-details,
#nv-vuejs-alarmdevices .nv-device-details {
  margin: 1rem 0;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6; }

/*
    Created on : 20.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Alarmviewer logfile show
*/
#alarmviewer_logfile_content {
  margin-top: 1vh;
  font-size: 1.1rem; }

#alarmviewer_icon_logfile {
  color: rgba(155, 15, 15, 0.7); }

.logfile-pre-style {
  white-space: pre-wrap; }

.logfile-container {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 84.5vh; }

/*
    Created on : 20.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Alarmviewer
*/
#alarmviewer_grid {
  width: 100%;
  height: 100%; }

#tabContent {
  width: 100%; }

.close-viewer {
  height: 69vh !important; }

/*
    Created on : 2018-04-09 14:28:05
    Author     : Antonio Paolo Mecci
    Subject    : Alarmviewer alarm cancel
*/
#alarmviewer_container_escalation {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 90vh; }

/*
    Created on : 20.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Articles
*/
#article_list_grid {
  height: 75vh; }

/*
    Created on : 09.02.2018, 02:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Groups 
*/
#div_groups_persons_control {
  text-align: center; }

#tbl_msg_person_check th,
#tbl_msg_person_check td {
  font-size: 0.6rem;
  border: 1px solid grey; }

#sel_groups_grouplist {
  width: 100%; }

#div_groups_person_list_in {
  height: 65vh; }

#div_groups_person_list_out {
  height: 65vh; }

#group_spacer_first {
  height: 12vh; }

#group_spacer_second {
  height: 8vh; }

.close-group {
  height: 61vh !important; }

.space_button {
  margin-left: 0.2vw !important; }

@media screen and (max-width: 40em) {
  .group_in {
    height: 61.2vh !important; }

  .group_out {
    height: 61.2vh !important; } }
@media screen and (min-width: 40.01em) and (max-width: 64em) {
  .group_in {
    height: 60vh !important; }

  .group_out {
    height: 60vh !important; } }
/*
    Created on : 09.02.2018, 02:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Groups edit show
*/
#txt_addGroup_department {
  width: 100%; }

/*
    Created on : 09.02.2018, 02:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Groups import csvsave
*/
#groups_reportdata {
  overflow: auto;
  width: 800px;
  max-height: 800px; }

/*
    Created on : 04.04.2018, 02:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Groups alarmperson
*/
#sel_pers_perslist {
  width: 100%; }

#sel_pers_perscontact {
  width: 100%;
  height: 2.2375rem !important; }

#no_available_alarmcontact {
  border: 0.5px solid rgba(245, 26, 13, 0.5); }

#div_groups_list_in {
  height: 65vh; }

#div_groups_available {
  height: 65vh; }

.fullscreen {
  height: 60vh !important; }

/*
    Created on : 2018-04-06 09:04:34
    Author     : Antonio Paolo Mecci
    Subject    : Groups add show
*/
.deny_font {
  font-weight: 600;
  padding-top: 0.5vh; }

.deny_icon {
  color: rgba(155, 15, 15, 0.7); }

/*
    Created on : 21.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Incoming calls
*/
#div_inc_calls_list {
  width: 100%;
  height: 75vh; }

/*
    Created on : 26.05.2017, 09:18:35
    Author     : Michi Osann
    Modified on: 2018-04-16 14:29:53
    Author     : Antonio Paolo Mecci
    Subject    : Messenger
*/
.zero-margin {
  margin-bottom: 0; }

.limit-style-bytes {
  font-size: 1.09em;
  color: rgba(169, 158, 172, 0.9);
  font-family: open Sans;
  font-weight: bolder; }

.limit-span {
  margin-left: 0.1vw; }

.recipient-spacing {
  margin-bottom: 0.4vh; }

.close-messenger {
  height: 65vh !important; }

.static-class {
  position: static !important;
  width: 9vw;
  margin-left: auto; }

#messenger > div > div > form .row {
  border: none; }
#messenger > div > div > form .msg_recipents {
  border: 1px solid #cacaca;
  min-height: 3rem; }
  #messenger > div > div > form .msg_recipents > span {
    border-radius: 5px;
    margin-right: 5px;
    /*        font-size: 0.6rem;*/ }
    #messenger > div > div > form .msg_recipents > span > .fi-micro-link {
      margin-left: 5px; }
#messenger > div > div > form .button-group .button {
  margin-right: 5px;
  margin-bottom: 5px; }

#messenger_addressbook_container {
  background: #e6e6e6; }

.messenger-size {
  overflow-y: auto;
  max-height: 70vh; }

#recepients_fieldset {
  padding: 0; }

#div_msg_recipent_list {
  padding: 0.3vh; }

#txt_mes_messagetext {
  border: 2px solid rgba(202, 202, 202, 0.6); }

#counter_label {
  font-style: italic;
  font-stretch: ultra-expanded;
  font-weight: 100;
  margin-bottom: 0;
  color: rgba(94, 94, 95, 0.7);
  font-size: 0.9em;
  font-family: open Sans; }

#counter_box_bytes {
  border: 1px solid rgba(168, 168, 168, 0.6);
  padding-right: 0.3vw;
  width: 7.3%;
  margin-top: 0.5vh;
  background: #e9e9e9;
  margin-bottom: 1vh; }

#counter_box_char {
  border: 1px solid rgba(168, 168, 168, 0.6);
  padding-right: 0.3vw;
  margin-left: 0.8vw;
  margin-top: 0.5vh;
  width: 7.3%;
  background: #e9e9e9;
  margin-bottom: 1vh; }

#txt_mes_count_bytes {
  font-family: open Sans;
  font-size: 0.9em;
  color: rgba(169, 158, 172, 0.9); }

#txt_mes_count_chars {
  font-size: 0.9em;
  font-family: open Sans;
  color: rgba(169, 158, 172, 0.9); }

#txt_max_mes_count_chars {
  font-size: 1.09em;
  font-family: open Sans;
  font-weight: bolder;
  color: rgba(169, 158, 172, 0.9); }

#messenger_grid_status {
  height: 23vh;
  width: 100%; }

/*
    Created on : 2018-04-17 09:30:23
    Author     : Antonio Paolo Mecci
    Subject    : Messenger addressbook
*/
#div_addressbook_sidebar {
  height: 50vh;
  width: 100%; }

#div_addressbook_grid {
  height: 50vh;
  width: 100%; }

/*
    Created on : 21.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Navigation
*/
.navigation_sidebar_control {
  max-height: 83vh !important;
  overflow-y: none !important; }

.responsive-y {
  height: calc(100% - 30px); }

#offCanvasLeft, #offCanvasLeftContent {
  height: calc(100% - 30px) !important; }

@media screen and (max-height: 600px) {
  #offCanvasLeft, #offCanvasLeftContent {
    overflow-y: auto; }

  .responsive-y {
    overflow-y: auto; } }
/*
    Created on : 22.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Operationcenter
*/
.close_fix {
  overflow-x: hidden; }

.wrap-flex {
  flex-wrap: wrap !important; }

.close_oc_list {
  height: 22vh !important; }

.close_oc_cti {
  height: 15.2vh !important; }

#operationcenter_container {
  max-height: 82vh;
  overflow-y: auto; }

#container-grid {
  padding-right: 0.1vw; }

#workspace_tabs {
  border: 1px solid rgba(202, 202, 202, 0.4); }

#ticket_tabs {
  border: 1px solid rgba(202, 202, 202, 0.4); }

#ticket_grid {
  height: 25vh; }

#container-cti {
  padding-right: 0.4vw; }

#emergency_dial_in {
  margin-bottom: 0.1vh; }

#cti_widget {
  height: 18.20vh; }

#oc_cti_inputgroup_spacer {
  margin-bottom: 0.1vh; }

#operationcenter_container .input-group {
  margin-bottom: 0.2vh;
  height: 3vh; }

#oc_cti_buttongroup {
  margin-bottom: 0.1vh !important;
  flex-wrap: wrap; }

@media screen and (max-width: 40em) {
  #container_cti {
    margin-top: 2vh; } }
@media screen and (min-width: 64.01em) and (max-width: 85.7em) {
  #cti_widget {
    height: 15.20vh !important; } }
@media screen and (min-width: 40.01em) and (max-width: 64em) {
  #container_cti {
    margin-top: 2vh; } }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 22.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
*/
#table_recent_alarms_tech {
  height: 25.9vh; }

/*
    Created on : 23.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Operationcenter tech getcontent
*/
#content_technical fieldset {
  border: 2px solid #cacaca; }
#content_technical legend {
  color: rgba(57, 141, 196, 0.9);
  font-size: larger;
  font-style: italic;
  font-weight: 700; }

/*
    Created on : 23.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Operationcenter medical getcontent
*/
#content_medical fieldset {
  border: 2px solid #cacaca; }
#content_medical legend {
  color: rgba(57, 141, 196, 0.9);
  font-size: larger;
  font-style: italic;
  font-weight: 700; }

/*
    Created on : 26.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Operationcenter medical getmedicalflow
*/
#oc_container_tabs_content {
  max-height: 32vh;
  overflow-y: auto; }

#table_ticket_info {
  height: 25.9vh;
  width: 100%;
  max-height: 26vh; }

#med_flow_phoneNum {
  height: 3vh; }

#med_flow_mobileNum {
  height: 3vh; }

#container_oc_table_personal_info {
  width: 100%; }

#table_personal_info {
  height: 23.7vh;
  width: 100%; }

#oc_container_table_recent_alarms {
  width: 100%; }

#oc_container_table_device_info {
  max-height: 27.4vh;
  overflow-y: auto; }

#table_recent_alarms_med {
  height: 25.9vh; }

small {
  font-style: italic;
  font-weight: 600; }

@media screen and (max-width: 40em) {
  #operationcenter_container {
    max-height: 78vh;
    overflow-y: auto; }

  #oc_container_right_commands {
    margin-top: 2vh; } }
@media screen and (min-width: 40.01em) and (max-width: 64em) {
  #operationcenter_container {
    max-height: 78vh;
    overflow-y: auto; } }
/*
    Created on : 23.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Operationcenter workspace getcontenthome
*/
@media screen and (max-width: 40em) {
  #oc_contenthome_img {
    height: 18vh; } }
@media screen and (min-width: 40.01em) and (max-width: 64em) {
  #oc_contenthome_img {
    height: 24vh; } }
@media screen and (min-width: 64.01em) {
  #oc_contenthome_img {
    height: 35vh; } }
/*
    Created on : 21.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Orders
*/
#order_list_grid {
  height: 75vh;
  width: 100%; }

/*
    Created on : 12.03.2018, 02:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Organisation
*/
#organisation_main_buttons {
  flex-wrap: wrap; }
  #organisation_main_buttons button {
    margin-bottom: 0.5vh;
    font-weight: 600; }
  #organisation_main_buttons #btn_org_add_subOrg {
    background-color: #32a647; }
  #organisation_main_buttons #btn_org_add_subOrg:hover {
    background-color: #1a8e2f !important; }
  #organisation_main_buttons #btn_org_assign_account {
    background-color: #17a2b8; }
  #organisation_main_buttons #btn_org_assign_account:hover {
    background-color: #04889e !important; }
  #organisation_main_buttons #btn_org_unassign_account {
    background-color: #e85d47; }
  #organisation_main_buttons #btn_org_unassign_account:hover {
    background-color: #b94a38; }

#div_organisations_tree {
  height: 74vh;
  width: 100%; }

.close_org_grid {
  height: 51.2vh !important; }

.close_org_tree {
  height: 70vh !important; }

@media screen and (max-width: 40em) {
  #div_organisations_tree {
    height: 25vh;
    max-height: 30vh;
    overflow-y: auto !important;
    width: 100%;
    margin-bottom: 1vh; } }
@media screen and (min-width: 40.01em) and (max-width: 64em) {
  #div_organisations_tree {
    height: 70vh; } }
/*
    Created on : 12.03.2018, 02:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Organisation details show
*/
#accountRelationGrid {
  width: 100%;
  height: 55.2vh;
  overflow-y: auto; }

@media screen and (max-width: 33.187em) {
  #accountRelationGrid {
    height: 19vh; }

  #div_organisations_details .three-row-spacer-top {
    margin-top: 2vh !important; } }
@media screen and (min-width: 33.188em) and (max-width: 40em) {
  #accountRelationGrid {
    height: 23.2vh; }

  #div_organisations_details .three-row-spacer-top {
    margin-top: 2vh !important; } }
@media screen and (min-width: 39.69em) and (max-width: 56.813em) {
  #accountRelationGrid {
    height: 47.5vh; } }
@media screen and (min-width: 56.814em) and (max-width: 64em) {
  #accountRelationGrid {
    height: 51.3vh; } }
@media screen and (min-width: 64em) and (max-width: 78.75em) {
  #accountRelationGrid {
    height: 51.6vh; } }
/*
    Created on : 12.03.2018, 02:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Organisation person assign show
*/
#txt_assign_person {
  width: 100%;
  height: 4vh !important; }

#txt_assign_article {
  width: 100%;
  height: 4vh !important; }

/*
    Created on : 2018-04-10 13:53:33
    Author     : Antonio Paolo Mecci
    Subject    : Overview
*/
#dashboard_first_card .nv_app_title {
  margin-bottom: 0; }

#collapsing_tabs_first {
  border: 2px solid rgba(23, 121, 186, 0.5); }

.card-tabs .card-divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px; }
  .card-tabs .card-divider h1, .card-tabs .card-divider h2, .card-tabs .card-divider h3, .card-tabs .card-divider h4, .card-tabs .card-divider h5, .card-tabs .card-divider h6 {
    margin-bottom: 0; }
  .card-tabs .card-divider .fa {
    position: relative;
    margin-right: 0; }
.card-tabs .tabs {
  padding-top: 4px; }
.card-tabs .tabs,
.card-tabs .tabs a {
  background: none; }
.card-tabs .tabs a {
  padding: 0;
  margin: 0 10px;
  font-size: 13px;
  color: #8a8a8a; }
.card-tabs .tabs a:hover,
.card-tabs .tabs .is-active a {
  color: #0a0a0a; }
.card-tabs .tabs-panel {
  padding: 0; }

/*
    Created on : 09.02.2018, 02:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Persons
*/
#div_persons_personlist {
  width: 100%;
  height: 75vh; }

.close_person {
  height: 71vh !important; }

@media screen and (max-width: 40em) {
  #div_persons_personlist {
    height: 72.7vh; } }
@media screen and (min-width: 40.01em) and (max-width: 64em) {
  #div_persons_personlist {
    height: 72vh; } }
/*
    Created on : 09.02.2018, 02:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Persons add show
*/
#txt_addPerson_department {
  width: 100%; }

#txt_addAddress_country {
  width: 100%; }

.expand_address {
  margin-right: 0.2vw; }

#persons_add_button {
  margin-left: 0.2vw;
  margin-right: 0.2vw; }

#form_add_person {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 82vh; }
  #form_add_person .formError {
    position: static !important;
    width: 9vw;
    margin-left: auto; }

#ico_show_hide_address {
  padding-top: 3vh; }

.mfp-content {
  max-height: 95vh;
  overflow-y: hidden; }

.pers_select_alarm {
  padding-right: 0 !important; }

@media screen and (max-width: 40em) {
  #form_add_person .formError {
    margin-left: 0; } }
/*
    Created on : 13.02.2018, 02:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Persons edit show
*/
#txt_addAddress_country {
  width: 100%; }

#form_edit_person {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 82vh; }
  #form_edit_person .formError {
    position: static !important;
    width: 9vw;
    margin-left: auto; }

@media screen and (max-width: 40em) {
  #form_edit_person .formError {
    margin-left: 0; } }
/*
    Created on : 13.02.2018, 02:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Persons delete show
*/
#persons_del_assigned {
  background-color: #FFF3D9; }

#persons_del_notassigned {
  background-color: #CDF8CD; }

/*
    Created on : 06.03.2018, 02:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Persons export csv
*/
#person_export_csv {
  font-size: 1.5em;
  color: rgba(64, 126, 158, 0.7); }

/*
    Created on : 21.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Products
*/
#product_list_grid {
  height: 75vh;
  width: 100%; }

/*
    Created on : 20.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Projects 
*/
#div_projects_grid {
  width: 100%;
  height: 75vh; }

/*
    Created on : 20.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Projects add show
*/
#btn_addProject_cancel {
  margin-left: 0.2vw; }

/*
    Created on : 20.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Projects edit show
*/
#btn_editProject_cancel {
  margin-left: 0.2vw; }

/*
    Created on : 20.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Projects delete show
*/
#btn_deleteProject_cancel {
  margin-left: 0.2vw; }

/*
    Created on : 08.02.2018, 04:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Shifts configuration add show
*/
#txt_addShift_alarms {
  width: 100%; }

#txt_addShift_department {
  width: 100%; }

.shift_add_x_hid {
  overflow-x: hidden; }

/*
    Created on : 08.02.2018, 04:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Shifts configuration editor
*/
.close_shift_conf {
  height: 60vh !important; }

#div_configuration_controls {
  height: 65vh; }

#vertical_spacer_shift {
  height: 10vh; }

#div_avail_alrgroup_list {
  height: 65vh; }

#spacer_horizontal_shift {
  height: 8vh; }

@media screen and (min-width: 400px) and (max-width: 640px) {
  #div_assigned_alrgroup_list,
  #div_configuration_controls,
  #div_avail_alrgroup_list {
    height: 62.3vh; } }
@media screen and (min-width: 40.01em) and (max-width: 64em) {
  #div_assigned_alrgroup_list,
  #div_configuration_controls,
  #div_avail_alrgroup_list {
    height: 62vh; } }
@media screen and (min-width: 64.01em) {
  #div_assigned_alrgroup_list,
  #div_configuration_controls,
  #div_avail_alrgroup_list {
    height: 65vh; } }
/*
    Created on : 08.02.2018, 04:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Shifts manager editor
*/
.close_shift_manager {
  height: 66vh !important; }

#div_group_assigned_person_list {
  height: 70vh; }

#div_groups_persons_control {
  height: 70vh; }

#shift_manager_container {
  max-height: 70vh;
  overflow: auto; }
  #shift_manager_container #div_groups_person_list_out {
    height: 70vh; }

@media screen and (max-width: 40em) {
  #div_group_assigned_person_list,
  #div_groups_persons_control {
    height: 59.6vh; }

  #shift_manager_container #div_groups_person_list_out {
    height: 59.6vh !important; } }
@media screen and (min-width: 40.01em) and (max-width: 64em) {
  #div_group_assigned_person_list,
  #div_groups_persons_control {
    height: 63vh; }

  #shift_manager_container #div_groups_person_list_out {
    height: 63vh !important; } }
/*
    Created on : 08.02.2018, 04:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Shifts messenger confirmationmsg
*/
#shift_title_conf_msg {
  padding-left: 1vw; }

#shift_messenger_confirm {
  border: 1px solid grey;
  padding: 5px; }

/*
    Created on : 08.02.2018, 04:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Shifts standby editor
*/
.close_shift_standby_editor {
  height: 66vh !important; }

#shift_standby_manager_container {
  max-height: 70vh;
  overflow-y: auto; }
  #shift_standby_manager_container #div_groups_person_list_out {
    height: 70vh; }

#div_shiftalarmgroupcontainer {
  max-height: 70vh;
  overflow-y: auto; }

@media screen and (max-width: 40em) {
  #shift_standby_manager_container #div_groups_person_list_out {
    height: 67.5vh !important; }

  #div_shiftalarmgroupcontainer {
    max-height: 67.5vh;
    overflow-y: auto;
    overflow-x: hidden; } }
@media screen and (min-width: 40.01em) and (max-width: 64em) {
  #shift_standby_manager_container #div_groups_person_list_out {
    height: 67vh !important; }

  #div_shiftalarmgroupcontainer {
    max-height: 67vh;
    overflow-y: auto; } }
/*
    Created on : 08.02.2018, 04:13pm
    Author     : Antonio Paolo Mecci
    Subject    : Shifts messenger
*/
#shift_messenger_spacer {
  height: 5vh; }

#txt_shift_mes_count_bytes {
  background-color: white;
  color: #808080;
  border: solid 1px #cacaca; }

#txt_shift_mes_count_chars {
  margin-left: 1vw;
  background-color: white;
  color: #808080;
  border: solid 1px #cacaca; }

#txt_shift_max_mes_count_chars {
  background-color: white;
  color: #808080;
  border: solid 1px #cacaca; }

#btn_shift_mes_send {
  margin-right: 1vw; }

/*
    Created on : 07.02.2018, 04:43pm
    Author     : Antonio Paolo Mecci
    Subject    : Tasks 
*/
.close_tms {
  height: 65vh !important; }

#div_task_toolbar {
  border: 1px solid silver; }

#task_list_grid {
  width: 100%;
  height: 70vh; }

/*
    Created on : 07.02.2018, 04:43pm
    Author     : Antonio Paolo Mecci
    Subject    : Tasks details
*/
.close_tms_details {
  height: 29vh !important; }

#task_details_toolbar {
  width: 100%;
  border: 1px solid rgba(20, 103, 158, 0.5);
  border-radius: 3px; }

table {
  width: 100%; }
  table > tbody > tr {
    border: 1px solid rgba(20, 103, 158, 0.2); }

#task_details_addrow {
  border: 1px solid rgba(20, 103, 158, 0.2);
  background-color: #F1F1F1; }

#details_activity_grid_container {
  margin: 1vh 1vw; }

#activity_list_grid {
  width: 100%;
  max-height: 33vh;
  height: 33vh;
  border: 1px solid rgba(20, 103, 158, 0.5); }

#details_spacer_bottom {
  height: 4vh; }

/*
    Created on : 07.02.2018, 04:43pm
    Author     : Antonio Paolo Mecci
    Subject    : Tasks file details
*/
#projects_add_container {
  max-height: 80vh;
  overflow-y: auto; }

#details_icon_attch {
  color: rgba(20, 104, 160, 0.6); }

#details_div_attch {
  color: rgba(20, 104, 160, 0.6);
  margin-top: 2.5vh; }

#spacer_attach {
  height: 2vh; }

img {
  max-width: 700px; }

/*
    Created on : 07.02.2018, 04:43pm
    Author     : Antonio Paolo Mecci
    Subject    : Tasks task change show
*/
#Task_description {
  height: 250px; }

#Task_assignPerson_name {
  width: 100%; }

/*
    Created on : 08.02.2018, 10:44am
    Author     : Antonio Paolo Mecci
    Subject    : Tasks task update show
*/
#addTask_duedate {
  width: 100%; }

#addTask_duetime {
  width: 100%; }

/*
    Created on : 08.02.2018, 10:44am
    Author     : Antonio Paolo Mecci
    Subject    : Tasks task link show
*/
#Task_sTaskSubject {
  width: 100%;
  height: 3.6vh !important; }

#spacer_linktask {
  height: 4vh; }

/*
    Created on : 08.02.2018, 10:44am
    Author     : Antonio Paolo Mecci
    Subject    : Tasks task msg getbox
*/
#msg_select_recipient_name {
  width: 100% !important; }

/*
    Created on : 08.02.2018, 10:44am
    Author     : Antonio Paolo Mecci
    Subject    : Tasks task msg getassignbox
*/
#msg_select_recipient_name {
  width: 100% !important; }

/*
    Created on : 21.02.2018, 8:49am
    Author     : Antonio Paolo Mecci
    Subject    : Voicemessages
*/
#div_voicemessagegrid {
  width: 100%;
  height: 65vh; }

/*# sourceMappingURL=app.css.map */
