#login {
  overflow: hidden;
}

.snowflake {
  position: absolute;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: -webkit-radial-gradient( center, circle farthest-corner, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient( center, circle farthest-corner, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-radial-gradient( center, circle farthest-corner, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient( center, circle farthest-corner, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
}

#snow {
  position: absolute;
  width: 100%;
  height: 100%;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
meta.foundation-version {
  font-family: "/5.5.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 2.8125rem; }

.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.75rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 2.8125rem;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      line-height: 2.8125rem;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        font-weight: normal;
        color: #FFFFFF;
        width: 75%;
        display: block;
        padding: 0 0.9375rem; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 0.9375rem;
      height: 2.8125rem;
      line-height: 2.8125rem; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        color: #FFFFFF;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #FFFFFF;
      padding: 12px 0 12px 0;
      padding-left: 0.9375rem;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        background-color: #008CBA;
        border-color: #007095;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #007095; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      background-color: #008CBA;
      border-color: #007095;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #007095; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section ul li.active > a {
      background: #008CBA;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #0078a0;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 0.9375rem 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      height: 1.75rem;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: #333333; }

  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #333333; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      color: #FFFFFF;
      background: #008CBA; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 2.8125rem;
        white-space: nowrap;
        padding: 12px 0.9375rem;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #FFFFFF;
        background-color: #555555;
        background: #333333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 0.9375rem;
      height: 2.8125rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #008CBA; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #008CBA; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: not-allowed; }
    .breadcrumbs > *:before {
      content: "/";
      color: #AAAAAA;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 0 6px 4px;
    line-height: .9;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3;
    background: inherit; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    margin: 0 -2px;
    display: inline-block;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    display: inline-block;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    margin: 0 -2px;
    display: inline-block;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    margin: 0 -2px;
    display: inline-block;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    display: inline-block;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    display: inline-block;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    margin: 0 -2px;
    display: inline-block;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 40.063em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 40.063em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
.button-bar:after {
  clear: both; }
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008CBA; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0078a0; }
  .panel.radius {
    border-radius: 3px; }

.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

.toolbar {
  background: #333333;
  width: 100%;
  font-size: 0;
  display: inline-block; }
  .toolbar.label-bottom .tab .tab-content i, .toolbar.label-bottom .tab .tab-content img {
    margin-bottom: 10px; }
  .toolbar.label-right .tab .tab-content i, .toolbar.label-right .tab .tab-content img {
    margin-right: 10px;
    display: inline-block; }
  .toolbar.label-right .tab .tab-content label {
    display: inline-block; }
  .toolbar.vertical.label-right .tab .tab-content {
    text-align: left; }
  .toolbar.vertical {
    height: 100%;
    width: auto; }
    .toolbar.vertical .tab {
      width: auto;
      margin: auto;
      float: none; }
  .toolbar .tab {
    text-align: center;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 20px;
    float: left; }
    .toolbar .tab:hover {
      background: rgba(255, 255, 255, 0.1); }

.toolbar .tab-content {
  font-size: 16px;
  text-align: center; }
  .toolbar .tab-content label {
    color: #CCCCCC; }
  .toolbar .tab-content i {
    font-size: 30px;
    display: block;
    margin: 0 auto;
    color: #CCCCCC;
    vertical-align: middle; }
  .toolbar .tab-content img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #EEEEEE;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #F6F6F6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .pricing-table .description {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 #FFFFFF;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #FFFFFF;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #FFFFFF;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #CCCCCC;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }

  .orbit-timer {
    display: none; }

  .orbit-next, .orbit-prev {
    display: none; }

  .orbit-bullets {
    display: none; } }
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333; }
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 .0625rem 0 0;
    display: inline-block; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }
  .icon-bar > a:hover {
    background: #008CBA; }
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  .icon-bar > a.active {
    background: #008CBA; }
    .icon-bar > a.active label {
      color: #FFFFFF; }
    .icon-bar > a.active i {
      color: #FFFFFF; }
  .icon-bar .item.disabled {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none; }
    .icon-bar .item.disabled > * {
      opacity: 0.7;
      cursor: not-allowed; }

.icon-bar.two-up .item {
  width: 50%; }
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }
.icon-bar.three-up .item {
  width: 33.3333%; }
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }
.icon-bar.four-up .item {
  width: 25%; }
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }
.icon-bar.five-up .item {
  width: 20%; }
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }
.icon-bar.six-up .item {
  width: 16.66667%; }
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }
.icon-bar.seven-up .item {
  width: 14.28571%; }
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }
.icon-bar.eight-up .item {
  width: 12.5%; }
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
      .tabs dd > a:focus, .tabs .tab-title > a:focus {
        outline: none; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }
.no-js .tabs-content > .content {
  display: block;
  float: none; }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a,
    ul.pagination li a:focus, ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #008CBA;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #008CBA; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem;
    font-weight: normal; }
    .side-nav li a:not(.button) {
      display: block;
      color: #008CBA;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #1cc7ff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #1cc7ff;
      font-weight: normal;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: #008CBA;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }

.text-left {
  text-align: left !important; }

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }
.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .split.button.no-pip span:before {
    border-style: none; }
  .split.button.no-pip span:after {
    border-style: none; }
  .split.button.no-pip span > i {
    top: 50%;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal {
      width: 80%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    border-radius: 3px; }
  .reveal-modal.round {
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny {
      width: 30%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.small {
      width: 40%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.medium {
      width: 60%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.large {
      width: 70%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge {
      width: 95%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.full {
        width: 100%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008CBA !important;
    border-bottom: dotted 1px #003f54 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #008CBA;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43AC6A;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin-bottom: -0.25rem 0 1.125rem;
  padding-top: 0.25rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    margin-left: 1rem;
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #008CBA;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #FFFFFF; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0078a0; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }
.label {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    .tab-bar-section.left {
      text-align: left; }
    .tab-bar-section.right {
      text-align: right; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li.radius {
      border-radius: 3px; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.range-slider {
  position: relative;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  width: 100%;
  height: 1rem;
  background: #FAFAFA; }
  .range-slider.vertical-range {
    position: relative;
    border: 1px solid #DDDDDD;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #008CBA;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #008CBA;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: not-allowed;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #008CBA;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #007ba4; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008CBA; }
  .range-slider-handle:hover {
    background: #007ba4; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #DDDDDD;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    transition: left 0.15s ease-out; }
  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #008CBA; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    width: 4rem;
    height: 2rem; }
  .switch label:after {
    width: 1.5rem;
    height: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #008CBA; }
  .switch.large label {
    width: 5rem;
    height: 2.5rem; }
  .switch.large label:after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }
  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }
  .switch.tiny label:after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {

  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  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; }

  
  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  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; } }
/*! jQuery UI - v1.11.4 - 2015-06-08
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}
@font-face {
  font-family: "opensans";
  src: url(2d728b382ba4d5774b5cd3c985af6e63.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url(2d728b382ba4d5774b5cd3c985af6e63.eot?#iefix) format("embedded-opentype"), url(83c3deca5df9e979b477c60c55772d98.woff2) format("woff2"), url(3afbb2a57bf45e649851c02e8b8903de.woff) format("woff"), url(8c3dd994987820cc2b171e629be201ee.ttf) format("truetype"), url(27ef0b062b2e221df16f3bbd97c2dca8.svg#OpenSans) format("svg");
  /* Legacy iOS */
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "opensans";
  src: url(1d509ef7e31a881f30ea87aae524fb10.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(1d509ef7e31a881f30ea87aae524fb10.eot?#iefix) format("embedded-opentype"), url(0dd0a359a053b2b5bb856a9580da9780.woff2) format("woff2"), url(d90dc5001b28fd92491e2240ba90fd91.woff) format("woff"), url(5613b984da07ee40456c6bc790ca2f21.ttf) format("truetype"), url(e16f375be3c2a73b58255a02f6d3a9ce.svg#OpenSans) format("svg");
  /* Legacy iOS */
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "opensans";
  src: url(916fcc0b03b40457b311609ac7226183.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(916fcc0b03b40457b311609ac7226183.eot?#iefix) format("embedded-opentype"), url(81d0487ba73afd292730e6f89e83c2ea.woff2) format("woff2"), url(2b6f63fce9104d1223d83dd12cd6038e.woff) format("woff"), url(abd464fd52dec0108904f062f30b31d4.ttf) format("truetype"), url(7aab4c13671282c90669eb6a10357e41.svg#OpenSans) format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "opensans";
  src: url(e5abc8bf8bd5635024706adffbed5846.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(e5abc8bf8bd5635024706adffbed5846.eot?#iefix) format("embedded-opentype"), url(15df1fb3e82321d94a0ca758c62e25d2.woff2) format("woff2"), url(efe9ead0aecdedc597ec9d4e745e0a58.woff) format("woff"), url(81ca5af45045261f536c71baafd77298.ttf) format("truetype"), url(2e00b2635b51ba336b4b67a5d0bc03c7.svg#OpenSans) format("svg");
  /* Legacy iOS */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "general-tas";
  src: url(e15397a5efdbc44fb5755a656df31da6.eot);
  src: url(e15397a5efdbc44fb5755a656df31da6.eot?#iefix) format("embedded-opentype"), url(3c99e893313b3ae6012ed9fd9e44aa06.woff) format("woff"), url(a4774fbed43b40e1428f4e4064af7722.ttf) format("truetype"), url(18df1282ca26446f9ecfbf15b6455f32.svg#general-tas) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "general-tas" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "general-tas" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alarm-clock:before {
  content: "b";
}

.icon-bell:before {
  content: "c";
}

.icon-filter-1:before {
  content: "d";
}

.icon-smileys:before {
  content: "e";
}

.icon-files-5:before {
  content: "f";
}

.icon-contacts-2:before {
  content: "g";
}

.icon-calendar-2:before {
  content: "h";
}

.icon-scale-tool-3:before {
  content: "i";
}

.icon-scale-tool-2:before {
  content: "j";
}

.icon-script:before {
  content: "k";
}

.icon-bubble-ask-2:before {
  content: "l";
}

.icon-hierarchy-3:before {
  content: "m";
}

.icon-house-2:before {
  content: "n";
}

.icon-file-add:before {
  content: "o";
}

.icon-hand-file-2:before {
  content: "p";
}

.icon-stationery-1:before {
  content: "q";
}

.icon-check-list:before {
  content: "r";
}

.icon-wrench:before {
  content: "s";
}

.icon-arrow-66:before {
  content: "t";
}

.icon-arrow-67:before {
  content: "u";
}

.icon-arrow-68:before {
  content: "v";
}

.icon-arrow-65:before {
  content: "w";
}

.icon-arrow-left-1:before {
  content: "z";
}

.icon-arrow-up-1:before {
  content: "x";
}

.icon-arrow-right-1:before {
  content: "y";
}

.icon-arrow-down-1:before {
  content: "A";
}

.icon-check-2:before {
  content: "B";
}

.icon-log-out-1:before {
  content: "C";
}

.icon-pencil-2:before {
  content: "D";
}

.icon-bin-2:before {
  content: "E";
}

.icon-file-search:before {
  content: "F";
}

.icon-file-edit:before {
  content: "G";
}

.icon-magnifier:before {
  content: "H";
}

.icon-delete-1:before {
  content: "I";
}

.icon-binocular:before {
  content: "J";
}

.icon-arrow-58:before {
  content: "K";
}

.icon-arrow-57:before {
  content: "L";
}

.icon-arrow-59:before {
  content: "M";
}

.icon-arrow-60:before {
  content: "N";
}

.icon-file-1:before {
  content: "O";
}

.icon-arrow-31:before {
  content: "P";
}

.icon-arrow-32:before {
  content: "Q";
}

.icon-arrow-33:before {
  content: "R";
}

.icon-arrow-34:before {
  content: "S";
}

.icon-folder-2:before {
  content: "T";
}

.icon-folder-1:before {
  content: "U";
}

.icon-folder-4:before {
  content: "a";
}

.icon-add-1:before {
  content: "V";
}

.icon-file-checked:before {
  content: "W";
}

.icon-align-justify:before {
  content: "X";
}

.icon-list:before {
  content: "Y";
}

.icon-check-1:before {
  content: "Z";
}

.icon-folder-add:before {
  content: "0";
}

.icon-arrow-down:before {
  content: "1";
}

.icon-arrow-left:before {
  content: "2";
}

.icon-arrow-right:before {
  content: "3";
}

.icon-arrow-up:before {
  content: "4";
}

.icon-filter-1-1:before {
  content: "5";
}

.icon-preview-1:before {
  content: "6";
}

.icon-pulse:before {
  content: "7";
}

.icon-alarm-snooze:before {
  content: "8";
}

.icon-alarm-1:before {
  content: "9";
}

.icon-trumpet:before {
  content: "!";
}

.icon-flag-1:before {
  content: "\"";
}

.icon-files-4:before {
  content: "#";
}

.icon-lock-2:before {
  content: "$";
}

.icon-lock-unlock-2:before {
  content: "%";
}

.icon-user-edit-2:before {
  content: "&";
}

.icon-clock-2:before {
  content: "'";
}

.icon-user-checked-2:before {
  content: "(";
}

.icon-clipboard-1:before {
  content: ")";
}

.icon-camera-front:before {
  content: "*";
}

.icon-key-1:before {
  content: "+";
}

.icon-user-add-2:before {
  content: ",";
}

.icon-user-delete-2:before {
  content: "-";
}

.icon-profile-gentleman-1:before {
  content: ".";
}

.icon-id-4:before {
  content: "/";
}

.icon-folder-setting:before {
  content: ":";
}

.icon-id-3:before {
  content: ";";
}

.icon-folder-edit:before {
  content: "=";
}

.icon-hierarchy-1:before {
  content: ">";
}

.icon-printer:before {
  content: "@";
}

.icon-window-download-2:before {
  content: "<";
}

.icon-window-upload-2:before {
  content: "?";
}

.icon-calculator-2:before {
  content: "[";
}

.icon-floppy-disk:before {
  content: "]";
}

.icon-file-download:before {
  content: "^";
}

.icon-file-code:before {
  content: "_";
}

.icon-treasure-map:before {
  content: "`";
}

.icon-question-mark:before {
  content: "{";
}

.icon-check-3:before {
  content: "|";
}

.icon-profile-3:before {
  content: "}";
}

.icon-hierarchy-7:before {
  content: "~";
}

.icon-download-2:before {
  content: "\2C7";
}

.icon-setting-gear:before {
  content: "\B0";
}

.icon-mail-2:before {
  content: "\A8";
}

.icon-window-code-3:before {
  content: "\A7";
}

.icon-next-1:before {
  content: "\\";
}

.icon-alt-mac:before {
  content: "\E1";
}

.icon-play-2:before {
  content: "\E9";
}

.icon-stop-2:before {
  content: "\ED";
}

.icon-upload-2:before {
  content: "\F3";
}

.icon-alert-2:before {
  content: "\FA";
}

.icon-bubble-attention-5:before {
  content: "\E001";
}

.icon-minus-1:before {
  content: "\E002";
}

.icon-flag-1-1:before {
  content: "\E003";
}

.icon-delete-2:before {
  content: "\E004";
}

.icon-pencil-2-1:before {
  content: "\E005";
}

.icon-pencil-3:before {
  content: "\E006";
}

.icon-repeat-redo:before {
  content: "\E000";
}

.icon-delete-2-1:before {
  content: "\E007";
}

.icon-refresh:before {
  content: "\E008";
}

.icon-arrow-circle-27:before {
  content: "\E009";
}

.icon-arrow-rectangle-16:before {
  content: "\E00A";
}

.icon-sync-2:before {
  content: "\E00B";
}

.icon-hand-point:before {
  content: "\E00C";
}

.icon-bulb:before {
  content: "\E00D";
}

.icon-information:before {
  content: "\E00E";
}

.icon-clip-1:before {
  content: "\E00F";
}

.icon-picture-streamline:before {
  content: "\E011";
}

.icon-award-2:before {
  content: "\E010";
}

.icon-book-2:before {
  content: "\E012";
}

.icon-call-2:before {
  content: "\E013";
}

.icon-camera-symbol-1:before {
  content: "\E014";
}

.icon-car-2:before {
  content: "\E015";
}

.icon-car-3:before {
  content: "\E016";
}

.icon-cart-1:before {
  content: "\E017";
}

.icon-cart-2:before {
  content: "\E018";
}

.icon-computer:before {
  content: "\E019";
}

.icon-crosshair-1:before {
  content: "\E01A";
}

.icon-crosshair-2:before {
  content: "\E01B";
}

.icon-diamond:before {
  content: "\E01C";
}

.icon-film-2:before {
  content: "\E01D";
}

.icon-hand-eco:before {
  content: "\E01E";
}

.icon-hand-card:before {
  content: "\E01F";
}

.icon-letter-3:before {
  content: "\E020";
}

.icon-movie-play-3:before {
  content: "\E021";
}

.icon-cursor-move:before {
  content: "\E022";
}

.icon-setting-gears-1:before {
  content: "\E023";
}

.icon-star-1:before {
  content: "\E024";
}

.icon-zoom-in:before {
  content: "\E025";
}

.icon-zoom-out:before {
  content: "\E026";
}

.icon-minus-3:before {
  content: "\E027";
}

.icon-add-3:before {
  content: "\E028";
}

.icon-transfer-8:before {
  content: "\E029";
}

.icon-scale-horizontal-2:before {
  content: "\E02A";
}

.icon-scale-horizontal-1:before {
  content: "\E02B";
}

.icon-scale-horizontal:before {
  content: "\E02C";
}

.icon-file-table:before {
  content: "\E02D";
}

.icon-document-1:before {
  content: "\E02E";
}

.icon-arrow-53:before {
  content: "\E02F";
}

.icon-arrow-54:before {
  content: "\E030";
}

.icon-scale-vertical:before {
  content: "\E031";
}

.icon-upload-10:before {
  content: "\E032";
}

.icon-download-10:before {
  content: "\E033";
}

.icon-file-block:before {
  content: "\E034";
}

.icon-user-star-2:before {
  content: "\E035";
}

.icon-recycle:before {
  content: "\E036";
}

.icon-cloud:before {
  content: "\E037";
}

.icon-clouds:before {
  content: "\E038";
}

.icon-cloud-1:before {
  content: "\E039";
}

.icon-cloud-add:before {
  content: "\E03A";
}

.icon-cloud-delete:before {
  content: "\E03B";
}

.icon-cloud-download:before {
  content: "\E03C";
}

.icon-cloud-upload:before {
  content: "\E03D";
}

.icon-cloud-refresh:before {
  content: "\E03E";
}

.icon-cloud-checked:before {
  content: "\E03F";
}

.icon-cloud-minus:before {
  content: "\E040";
}

.icon-cloud-sync:before {
  content: "\E041";
}

.icon-profile-gentleman-2:before {
  content: "\E042";
}

.icon-artboard:before {
  content: "\E044";
}

.icon-file-attention:before {
  content: "\E045";
}

.icon-file-setting:before {
  content: "\E043";
}

.icon-smartphone:before {
  content: "\E046";
}

.icon-hierarchy-5:before {
  content: "\E047";
}

.icon-file-graph-1:before {
  content: "\E048";
}

.icon-link-1:before {
  content: "\E049";
}

.icon-link-broken-2:before {
  content: "\E04A";
}

.icon-power-2:before {
  content: "\E04B";
}

.icon-star-1-1:before {
  content: "\E04C";
}

.icon-download-5:before {
  content: "\E04D";
}

.icon-plugins-1:before {
  content: "\E04E";
}

.icon-plugins-1-1:before {
  content: "\E04F";
}
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map *//*!
 * ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 * 
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* Picked from bootstrap: .popover, .btn, .text-primary */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  /* The following are set in WordPress (wp-admin/css/revisions.css) - reset them to initial values */
  overflow:visible;
  margin:0;
  padding:0;
  z-index:auto;
  background-color:transparent;
  -webkit-box-shadow:none;
  box-shadow:none;
  bottom:auto;
  left:auto;
  right:auto;
  top:auto;
  -webkit-transform:none;
  -ms-transform:none;
  transform:none;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;

}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.text-primary {
  color: #428bca;
}

/*!
 * ClockPicker v{package.version} for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 */

.clockpicker .input-group-addon {
	cursor: pointer;
}
.clockpicker-moving {
	cursor: move;
}
.clockpicker-align-left.popover > .arrow {
	left: 25px;
}
.clockpicker-align-top.popover > .arrow {
	top: 17px;
}
.clockpicker-align-right.popover > .arrow {
	left: auto;
	right: 25px;
}
.clockpicker-align-bottom.popover > .arrow {
	top: auto;
	bottom: 6px;
}
.clockpicker-popover .popover-title {
	background-color: #fff;
	color: #999;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.clockpicker-popover .popover-title span {
	cursor: pointer;
}
.clockpicker-popover .popover-content {
	background-color: #f8f8f8;
	padding: 12px;
}
.popover-content:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.clockpicker-plate {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	overflow: visible;
	position: relative;
	/* Disable text selection highlighting. Thanks to Hermanya */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.clockpicker-canvas,
.clockpicker-dial {
	width: 200px;
	height: 200px;
	position: absolute;
	left: -1px;
	top: -1px;
}
.clockpicker-minutes {
	visibility: hidden;
}
.clockpicker-tick {
	border-radius: 50%;
	color: #666;
	line-height: 26px;
	text-align: center;
	width: 26px;
	height: 26px;
	position: absolute;
	cursor: pointer;
}
.clockpicker-tick.active,
.clockpicker-tick:hover {
	background-color: rgb(192, 229, 247);
	background-color: rgba(0, 149, 221, .25);
}
.clockpicker-button {
	background-image: none;
	background-color: #fff;
	border-width: 1px 0 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin: 0;
	padding: 10px 0;
}
.clockpicker-button:hover {
	background-image: none;
	background-color: #ebebeb;
}
.clockpicker-button:focus {
	outline: none!important;
}
.clockpicker-dial {
	-webkit-transition: -webkit-transform 350ms, opacity 350ms;
	-moz-transition: -moz-transform 350ms, opacity 350ms;
	-ms-transition: -ms-transform 350ms, opacity 350ms;
	-o-transition: -o-transform 350ms, opacity 350ms;
	transition: transform 350ms, opacity 350ms;
}
.clockpicker-dial-out {
	opacity: 0;
}
.clockpicker-hours.clockpicker-dial-out {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.clockpicker-minutes.clockpicker-dial-out {
	-webkit-transform: scale(.8, .8);
	-moz-transform: scale(.8, .8);
	-ms-transform: scale(.8, .8);
	-o-transform: scale(.8, .8);
	transform: scale(.8, .8);
}
.clockpicker-canvas {
	-webkit-transition: opacity 175ms;
	-moz-transition: opacity 175ms;
	-ms-transition: opacity 175ms;
	-o-transition: opacity 175ms;
	transition: opacity 175ms;
}
.clockpicker-canvas-out {
	opacity: 0.25;
}
.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
	stroke: none;
	fill: rgb(0, 149, 221);
}
.clockpicker-canvas-bg {
	stroke: none;
	fill: rgb(192, 229, 247);
}
.clockpicker-canvas-bg-trans {
	fill: rgba(0, 149, 221, .25);
}
.clockpicker-canvas line {
	stroke: rgb(0, 149, 221);
	stroke-width: 1;
	stroke-linecap: round;
	/*shape-rendering: crispEdges;*/
}
.clockpicker-button.am-button {
	margin: 1px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
	
}
.clockpicker-button.pm-button {
	margin: 1px 1px 1px 136px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}
.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}
.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}
.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}
* {
  font-family: opensans;
}

p, ul {
  font-size: inherit;
}

a:focus {
  outline: 0;
}

.task-instructions,
.case-overview {
  padding: 0.75rem;
  font-size: 0.75rem;
}

.task-instructions *,
.case-overview * {
  font-size: 0.75rem;
}

.name {
  font-size: 0.875rem;
  font-family: opensans;
  font-weight: 400;
  white-space: nowrap;
}

#app-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.45098);
  line-height: 100vh;
}

#app-overlay.maintenance, #app-overlay.connection-failed, #app-overlay.login-expiration {
  z-index: 2000000003;
  /*above loaders and alerts*/
}

#app-overlay #app-overlay-message {
  font-size: 2.1875rem;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
  color: #ffffff;
}

#app-overlay #app-overlay-message button {
  margin-top: 30px;
  background-color: #003399;
}

#app-overlay #app-overlay-message img {
  width: 15.625rem;
  margin-bottom: 0.9375rem;
}

#app-overlay #app-overlay-message p {
  margin: 0;
}

#app-overlay #app-overlay-message .progress {
  width: 15.625rem;
  margin: 1.25rem auto;
}

@media only screen and (max-width: 280px) {
  #app-overlay #app-overlay-message .progress {
    width: 90%;
  }
}

#app-overlay #app-overlay-message .progress .meter {
  background: #76b703;
  max-width: 100%;
}

#app-overlay #app-overlay-message .progress .meter.anim {
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  animation: animate-stripes 3s linear infinite;
  width: 100% !important;
}

@keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}

#app-overlay #app-overlay-message .message-small {
  font-size: 1rem;
}

/********************************************* HEADER ****************************************************************/
#main-header {
  height: 3.0625rem;
  background-color: #003399;
  border-bottom: 1px solid #d5d5d5;
}

#main-header > a {
  float: left;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.25rem;
}

#main-header img#main-logo {
  max-height: 2rem;
}

#main-header .app-message {
  max-width: 50px !important;
  margin-left: 0.3125rem;
}

#main-header .maintenance-mode, #main-header .app-message {
  font-size: 0.875rem;
  display: inline-block;
  padding: 0.875rem 0.375rem;
  background: red;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 9.375rem;
  color: white;
  cursor: default;
}

#main-header .maintenance-mode:before, #main-header .app-message:before {
  content: "";
  margin: 0;
}

#main-header .maintenance-mode span:last-of-type, #main-header .app-message span:last-of-type {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #main-header .maintenance-mode span:first-of-type, #main-header .app-message span:first-of-type {
    display: none;
  }
  #main-header .maintenance-mode span:last-of-type, #main-header .app-message span:last-of-type {
    display: block;
  }
}

#main-header #top-icons {
  height: 3.0625rem;
  float: right;
  line-height: 2.875rem;
  color: #ffffff;
}

#main-header #top-icons a.icon,
#main-header #top-icons a .icon {
  color: #ffffff;
}

#main-header #top-icons nav {
  height: 3.0625rem;
  line-height: 3.0625rem;
  float: left;
  padding-right: 0.3125rem;
}

#main-header #top-icons .icon {
  font-size: 1.5rem;
  margin-left: 0.9375rem;
}

#main-header #top-icons #name {
  float: left;
}

#main-header #top-icons .avatar {
  width: 2.5rem;
  height: 2.5rem;
  float: left;
  margin: 0.3125rem 0.625rem 0 0.625rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#main-header #top-icons .name {
  float: left;
  max-width: 8.4375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}

#main-header #top-icons .vice-arrow {
  font-size: 10px;
  margin-right: 10px;
}

#main-header #top-icons .vice-menu-box {
  display: none;
  position: absolute;
  top: 35px;
  right: 50px;
  background-color: white;
  border: 1px solid #d5d5d5;
  z-index: 2;
}

#main-header #top-icons .vice-menu-box ul {
  list-style: none;
  margin: 0;
}

#main-header #top-icons .vice-menu-box ul a {
  padding: 5px 10px;
  display: block;
  font-size: 0.75rem;
}

#main-header #top-icons .vice-menu-box ul a:hover {
  background-color: #003399;
  color: white;
}

#main-header #top-icons .vice-menu-box.open {
  display: block;
}

#main-header #top-icons #logout {
  float: right;
  height: 3.0625rem;
  line-height: 3.0625rem;
  width: 3.125rem;
  border-left: 1px solid #d5d5d5;
}

#main-header #top-icons .bell-drop {
  max-width: none;
  width: 17.375rem;
}

#main-header #top-icons .bell-drop li:hover {
  background: #efefef;
}

#main-header #top-icons .bell-drop li:hover .task-name, #main-header #top-icons .bell-drop li:hover .action-type {
  background: #efefef;
}

#main-header #top-icons .bell-drop li a {
  width: 100%;
  padding: 0;
}

#main-header #top-icons .bell-drop .bell-task div {
  line-height: 1.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 16.125rem;
}

#main-header #top-icons .bell-drop .bell-task .action-type {
  background: #F7F7F7;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 0.3125rem;
}

#main-header #top-icons .bell-drop .bell-task .task-name {
  background: #F7F7F7;
}

#main-header #top-icons .bell-drop .bell-task .timestamp {
  font-size: 0.625rem;
  padding-left: 10px;
  padding-right: 0.3125rem;
}

#main-header #top-icons .bell-drop .bell-task .left-col {
  float: left;
  width: 7.5rem;
}

#main-header #top-icons .bell-drop .bell-no-task {
  text-align: center;
}

#main-header #top-icons .drop-menu.icon-arrow-65 {
  display: none;
}

#main-header #top-icons .active {
  font-weight: 700;
}

#main-header.m-mode > a {
  max-width: 30%;
}

/********************************************* NAV ****************************************************************/
#main-nav {
  min-height: calc(100vh - 3.0625rem);
  float: left;
  padding-top: 1.875rem;
}

#main-nav.main-nav {
  width: 12.5rem;
  position: relative;
  z-index: 1;
  background-color: white;
}

#main-nav.main-nav-effect {
  width: 2.8125rem;
}

#main-nav .side-nav {
  overflow: hidden;
}

#main-nav .side-nav li {
  height: 2.8125rem;
  line-height: 2.8125rem;
}

#main-nav .side-nav li:hover {
  background: #efefef;
}

#main-nav .side-nav li a,
#main-nav .side-nav li .nc-button {
  height: 2.8125rem;
  border-left: 0.1875rem solid transparent;
  overflow: hidden;
}

#main-nav .side-nav li a.active,
#main-nav .side-nav li .nc-button.active {
  color: #003399;
  border-left: 0.1875rem solid #003399;
  background: none;
}

#main-nav .side-nav li .nc-button {
  display: block;
  background: #F7F7F7;
}

#main-nav .side-nav li .nc-button:hover {
  background: #efefef;
}

#main-nav .side-nav li .icon {
  margin: 0 1.5625rem 0 1.375rem;
  font-size: 1.875rem;
  vertical-align: middle;
}

#main-nav .side-nav li .icon.icon-arrow-65, #main-nav .side-nav li .icon.icon-arrow-66 {
  font-size: 0.875rem;
  padding-left: 0.9375rem;
}

#main-nav .side-nav li .icon-effect {
  margin: 0 1.5625rem 0 0.3125rem;
}

#main-nav.myFixed {
  position: fixed;
  padding-top: 0;
  top: 0;
}

/********************************************* CONTENT ***************************************************************/
#main-content {
  border-left: 1px solid #E6E6E6;
}

#main-content.main-content,
.modal.main-content {
  margin-left: 12.5rem;
}

#main-content.main-content-effect,
.modal.main-content-effect {
  margin-left: 2.8125rem;
}

#main-content #crumbs-nav,
.modal #crumbs-nav {
  height: 1.9375rem;
  line-height: 0.625rem;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E6E6;
  clear: right;
  padding-right: 0.3125rem;
}

#main-content #crumbs-nav.breadcrumbs div.breadcrumbs,
.modal #crumbs-nav.breadcrumbs div.breadcrumbs {
  padding: 0;
  background-color: #fff;
  line-height: 1.9375rem;
  width: calc(100% - 23.38rem);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
}

@media only screen and (max-width: 1024px) {
  #main-content #crumbs-nav.breadcrumbs div.breadcrumbs,
  .modal #crumbs-nav.breadcrumbs div.breadcrumbs {
    width: calc(100% - 4rem);
  }
}

#main-content #crumbs-nav .add-to-fav,
#main-content #crumbs-nav .guides,
.modal #crumbs-nav .add-to-fav,
.modal #crumbs-nav .guides {
  padding-top: 0.375rem;
  float: right;
  cursor: pointer;
  max-width: 10.625rem;
}

#main-content #crumbs-nav .add-to-fav:before,
#main-content #crumbs-nav .guides:before,
.modal #crumbs-nav .add-to-fav:before,
.modal #crumbs-nav .guides:before {
  content: "";
  margin: 0;
}

#main-content #crumbs-nav .add-to-fav .icon,
#main-content #crumbs-nav .guides .icon,
.modal #crumbs-nav .add-to-fav .icon,
.modal #crumbs-nav .guides .icon {
  display: inline-block;
  vertical-align: top;
  color: #003399;
}

#main-content #crumbs-nav .add-to-fav .hide,
#main-content #crumbs-nav .guides .hide,
.modal #crumbs-nav .add-to-fav .hide,
.modal #crumbs-nav .guides .hide {
  color: #333;
  padding-left: 0.3125rem;
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  #main-content #crumbs-nav .add-to-fav .hide,
  #main-content #crumbs-nav .guides .hide,
  .modal #crumbs-nav .add-to-fav .hide,
  .modal #crumbs-nav .guides .hide {
    display: none;
  }
}

#main-content #crumbs-nav .add-to-fav,
.modal #crumbs-nav .add-to-fav {
  margin-left: 0.3125rem;
}

#main-content #crumbs-nav .guides,
.modal #crumbs-nav .guides {
  max-width: 8.125rem;
}

#main-content #crumbs-nav .guides .icon,
.modal #crumbs-nav .guides .icon {
  font-size: 1.125rem;
}

#main-content #crumbs-nav .guides .guides-drop,
.modal #crumbs-nav .guides .guides-drop {
  width: 15.9375rem;
  right: 1px;
}

#main-content #crumbs-nav .guides .guides-drop li,
.modal #crumbs-nav .guides .guides-drop li {
  padding-left: 0.5rem;
  cursor: pointer;
  min-height: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  padding-right: 0.625rem;
}

#main-content #crumbs-nav .guides .guides-drop li .icon,
.modal #crumbs-nav .guides .guides-drop li .icon {
  color: #003399;
  margin: 0 0.5rem 0 0;
  vertical-align: middle;
  font-size: 0.9375rem;
}

#main-content #sec-header,
.modal #sec-header {
  height: 3.5625rem;
  line-height: 3.4375rem;
}

#main-content #sec-header .wrap,
.modal #sec-header .wrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 0.625rem;
  font-weight: 300;
}

#main-content #sec-header .wrap span:first-child,
.modal #sec-header .wrap span:first-child {
  font-size: 1rem;
  margin-left: 0.9375rem;
}

#main-content #sec-header .wrap > span:nth-child(1),
#main-content #sec-header .wrap > span:nth-child(2),
.modal #sec-header .wrap > span:nth-child(1),
.modal #sec-header .wrap > span:nth-child(2) {
  font-size: 2.125rem;
}

#main-content #sec-header .wrap .heading-status,
.modal #sec-header .wrap .heading-status {
  color: white;
  font-size: 0.75rem !important;
  background: red;
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  margin-right: 0.625rem;
  font-weight: 700;
  position: relative;
  bottom: 0.375rem;
}

#main-content #sec-header #beside-tabs-nav,
.modal #sec-header #beside-tabs-nav {
  padding: 0.6875rem 1.5625rem 0 0;
}

#main-content #sec-header #beside-tabs-nav #binDropZone,
.modal #sec-header #beside-tabs-nav #binDropZone {
  display: inline-block;
  position: relative;
  z-index: 10000;
  line-height: 1.875rem;
  width: 4.0625rem;
  text-align: center;
}

#main-content #sec-header #beside-tabs-nav #binDropZone.cont-over,
.modal #sec-header #beside-tabs-nav #binDropZone.cont-over {
  text-align: center;
  border: 1px dashed;
  position: relative;
  z-index: 10000;
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

#main-content #sec-header #beside-tabs-nav #binDropZone .icon-bin-2,
.modal #sec-header #beside-tabs-nav #binDropZone .icon-bin-2 {
  color: #003399;
  font-size: 1.375rem;
  vertical-align: middle;
  padding-top: 0.125rem;
  position: relative;
}

#main-content #sec-header #beside-tabs-nav .button,
.modal #sec-header #beside-tabs-nav .button {
  padding: 0.4375rem 0.625rem;
  height: 2.1875rem;
  margin: 0;
}

#main-content #sec-header #beside-tabs-nav .button .not,
.modal #sec-header #beside-tabs-nav .button .not {
  padding-right: 0.625rem;
  vertical-align: middle;
  font-size: 1rem;
}

#main-content #sec-header #beside-tabs-nav .button.no-text .not,
.modal #sec-header #beside-tabs-nav .button.no-text .not {
  padding-right: 0;
}

#main-content #sec-header #beside-tabs-nav .button-green,
.modal #sec-header #beside-tabs-nav .button-green {
  background: #fecb01;
  vertical-align: middle;
}

#main-content #sec-header #beside-tabs-nav .button-grey,
.modal #sec-header #beside-tabs-nav .button-grey {
  background: #F6F6F6;
  border: 1px solid #E6E6E6;
  color: #555;
  vertical-align: middle;
}

#main-content #sec-header #beside-tabs-nav .button-white,
.modal #sec-header #beside-tabs-nav .button-white {
  border: 1px solid #E6E6E6;
  vertical-align: middle;
  background: #FFFFFF;
  color: #003399;
}

#main-content #sec-header #beside-tabs-nav .no-active,
.modal #sec-header #beside-tabs-nav .no-active {
  background: #f6f6f6;
  border: 1px solid #E6E6E6;
  color: #555;
}

#main-content #sec-header #beside-tabs-nav.above-editor,
.modal #sec-header #beside-tabs-nav.above-editor {
  z-index: 9996;
  position: fixed;
  right: 0;
  top: 0.3125rem;
}

#main-content #content-wrap,
.modal #content-wrap {
  padding: 0.3125rem 0.5rem 0 0.5rem;
  background: #e4e4e4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e4e4e4 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e4e4e4 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e4e4e4 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e4e4e4 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  /* IE6-9 */
}

#main-content #search-wrapper #search,
.modal #search-wrapper #search {
  padding-top: 0.625rem;
}

#main-content #search-wrapper input.search,
.modal #search-wrapper input.search {
  width: 92%;
  float: left;
  height: 2.3125rem !important;
  font-size: 0.875rem;
  padding: 0.5rem;
}

#main-content #search-wrapper .icon-magnifier,
.modal #search-wrapper .icon-magnifier {
  color: #003399;
  font-size: 1.625rem;
  padding-left: 0.625rem;
  cursor: pointer;
  position: absolute;
}

#main-content #search-wrapper .content-header,
.modal #search-wrapper .content-header {
  cursor: default;
}

#main-content #search-wrapper label,
.modal #search-wrapper label {
  font-weight: 400;
}

#main-content #search-wrapper .checkbox-custom + .checkbox-custom-label:before,
.modal #search-wrapper .checkbox-custom + .checkbox-custom-label:before {
  background-color: transparent;
}

#main-content #search-wrapper .checkbox-custom:checked + .checkbox-custom-label:before,
.modal #search-wrapper .checkbox-custom:checked + .checkbox-custom-label:before {
  background-color: transparent;
}

#main-content #search-wrapper .form-container .row .columns,
.modal #search-wrapper .form-container .row .columns {
  padding: 0;
}

#main-content #content-wrap-t #tabs-buttons,
.modal #content-wrap-t #tabs-buttons {
  margin-top: -2.5rem;
  padding-right: 1.5rem;
  position: absolute;
  right: 0;
  top: 5.875rem;
}

#main-content #content-wrap-t #tabs-buttons .inline-list,
.modal #content-wrap-t #tabs-buttons .inline-list {
  margin-bottom: 0;
}

#main-content #content-wrap-t #tabs-buttons .inline-list li a.no-active span,
.modal #content-wrap-t #tabs-buttons .inline-list li a.no-active span {
  color: #aaa;
  cursor: default;
}

#main-content #content-wrap-t #tabs-buttons .inline-list li a.filter-icon-orange span,
.modal #content-wrap-t #tabs-buttons .inline-list li a.filter-icon-orange span {
  color: #e8801b;
}

#main-content #content-wrap-t #tabs-buttons .inline-list li a.filter-icon-orange span.icon-filter-1:before,
.modal #content-wrap-t #tabs-buttons .inline-list li a.filter-icon-orange span.icon-filter-1:before {
  content: "5";
}

#main-content #content-wrap-t #tabs-buttons .inline-list li a.orange span,
.modal #content-wrap-t #tabs-buttons .inline-list li a.orange span {
  color: #e8801b;
}

#main-content #content-wrap-t #tabs-buttons .inline-list .button-more span:nth-of-type(2),
.modal #content-wrap-t #tabs-buttons .inline-list .button-more span:nth-of-type(2) {
  color: #333;
}

#main-content #content-wrap-t #tabs-buttons .clear-right,
.modal #content-wrap-t #tabs-buttons .clear-right {
  clear: right;
}

#main-content #content-wrap-t #tabs-buttons .icon:not(.not),
.modal #content-wrap-t #tabs-buttons .icon:not(.not) {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 0.3125rem;
}

#main-content #content-wrap-t #tabs-buttons .icon-green,
.modal #content-wrap-t #tabs-buttons .icon-green {
  color: #003399;
}

#main-content #content-wrap-t #tabs-buttons .drop-filter,
.modal #content-wrap-t #tabs-buttons .drop-filter {
  width: 13.75rem;
}

#main-content #content-wrap-t #tabs-buttons .drop-filter li,
.modal #content-wrap-t #tabs-buttons .drop-filter li {
  height: 1.875rem;
  line-height: 1.875rem;
}

#main-content #content-wrap-t #tabs-buttons .drop-filter li span,
.modal #content-wrap-t #tabs-buttons .drop-filter li span {
  font-weight: 400;
}

#main-content #content-wrap-t #tabs-buttons .drop-filter li.title,
.modal #content-wrap-t #tabs-buttons .drop-filter li.title {
  background: #f6f6f6;
  color: #AAAAAA;
  padding-left: 0.625rem;
  cursor: default;
  font-style: italic;
}

#main-content #content-wrap-t #tabs-buttons .drop-filter li.title .icon,
.modal #content-wrap-t #tabs-buttons .drop-filter li.title .icon {
  color: #003399;
  font-size: 1.1875rem;
}

#main-content #content-wrap-t #tabs-buttons .drop-filter li.title a,
.modal #content-wrap-t #tabs-buttons .drop-filter li.title a {
  padding-right: 0.3125rem;
  padding-left: 0;
}

#main-content #content-wrap-t #tabs-buttons .drop-filter li a,
.modal #content-wrap-t #tabs-buttons .drop-filter li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#main-content #content-wrap-t #tabs-buttons .drop-filter li a.active-filter,
.modal #content-wrap-t #tabs-buttons .drop-filter li a.active-filter {
  color: #e8801b;
}

#main-content #content-wrap-t #tabs-buttons .drop-filter li a.active-filter span,
.modal #content-wrap-t #tabs-buttons .drop-filter li a.active-filter span {
  font-weight: 600;
}

#main-content #content-wrap-t #tabs-buttons .drop-filter li a .user-filter,
.modal #content-wrap-t #tabs-buttons .drop-filter li a .user-filter {
  display: inline-block;
  width: 9.6875rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#main-content #content-wrap-t #tabs-buttons .drop-filter .icon-pencil-2,
#main-content #content-wrap-t #tabs-buttons .drop-filter .icon-bin-2,
.modal #content-wrap-t #tabs-buttons .drop-filter .icon-pencil-2,
.modal #content-wrap-t #tabs-buttons .drop-filter .icon-bin-2 {
  color: #AAAAAA;
  font-size: 1rem;
  position: absolute;
  right: 0.3125rem;
}

#main-content #content-wrap-t #tabs-buttons .drop-filter .icon-pencil-2,
.modal #content-wrap-t #tabs-buttons .drop-filter .icon-pencil-2 {
  right: 1.5625rem;
}

#main-content #content-wrap-t .tabs,
.modal #content-wrap-t .tabs {
  border-bottom: 1px solid #E6E6E6;
  font-weight: 300;
}

#main-content #content-wrap-t .tabs .icon-arrow-65,
#main-content #content-wrap-t .tabs .icon-arrow-66,
.modal #content-wrap-t .tabs .icon-arrow-65,
.modal #content-wrap-t .tabs .icon-arrow-66 {
  display: none;
}

#main-content #content-wrap-t .tabs .tab-item,
.modal #content-wrap-t .tabs .tab-item {
  float: left;
  padding: 0.3125rem 0;
  color: #888;
}

#main-content #content-wrap-t .tabs .tab-item:hover,
.modal #content-wrap-t .tabs .tab-item:hover {
  color: #333;
}

#main-content #content-wrap-t .tabs .tab-item.is-active,
.modal #content-wrap-t .tabs .tab-item.is-active {
  color: #333;
  border-bottom: 3px solid #003399;
}

#main-content #content-wrap-t .tabs .tab-item .tab-loader,
.modal #content-wrap-t .tabs .tab-item .tab-loader {
  display: inline-block;
  position: relative;
  top: -4px;
  left: 13px;
}

#main-content #content-wrap-t .tabs .tab-item .tab-link,
.modal #content-wrap-t .tabs .tab-item .tab-link {
  padding: 0.3125rem 0.8125rem;
}

#main-content #content-wrap-t .tabs .tab-item .single-tab,
.modal #content-wrap-t .tabs .tab-item .single-tab {
  padding: 0 0.8125rem;
}

#main-content #content-wrap-t .tabs .tab-item .label,
.modal #content-wrap-t .tabs .tab-item .label {
  top: -1px;
  left: 0.3125rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 50%;
  padding: 0;
}

#main-content #content-wrap-t .tabs .tab-item .label.label-green,
.modal #content-wrap-t .tabs .tab-item .label.label-green {
  background: #003399;
}

#main-content #content-wrap-t .tabs .tab-item .label.label-orange,
.modal #content-wrap-t .tabs .tab-item .label.label-orange {
  background: #E8801B;
}

#main-content #content-wrap-t .tabs .tab-item .label.label-grey,
.modal #content-wrap-t .tabs .tab-item .label.label-grey {
  background: #DDD;
  color: #888;
}

#main-content #content-wrap-t .tabs .tab-item .label.label-red,
.modal #content-wrap-t .tabs .tab-item .label.label-red {
  background: red;
}

#main-content #content-wrap-t .task-head label,
.modal #content-wrap-t .task-head label {
  height: unset !important;
  line-height: normal;
}

#main-content #content-wrap-t .hide,
.modal #content-wrap-t .hide {
  display: none;
}

#main-content #content-wrap-t #dropzone,
.modal #content-wrap-t #dropzone {
  padding: 1.25rem;
}

#main-content #content-wrap-t #dropzone .img-preview,
.modal #content-wrap-t #dropzone .img-preview {
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  overflow: hidden;
}

#main-content #content-wrap-t .dropzone,
.modal #content-wrap-t .dropzone {
  border: 1px solid #E6E6E6;
  height: 12.5rem;
  position: relative;
  text-align: center;
}

#main-content #content-wrap-t .dropzone-active,
.modal #content-wrap-t .dropzone-active {
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  border: 1px dashed #333;
  text-align: center;
}

#main-content #content-wrap-t .dropzone-active span,
.modal #content-wrap-t .dropzone-active span {
  top: 40%;
  position: relative;
  color: #333;
  font-weight: 300;
  font-size: 1.25rem;
}

#main-content #content-wrap-t .dropzone-active:nth-of-type(2),
.modal #content-wrap-t .dropzone-active:nth-of-type(2) {
  opacity: 0;
}

#main-content #content-wrap-t .dropzone-task,
.modal #content-wrap-t .dropzone-task {
  position: relative;
}

#main-content #content-wrap-t .dropzone-task-active,
.modal #content-wrap-t .dropzone-task-active {
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  border: 1px dashed #333;
  text-align: center;
  z-index: 6;
}

#main-content #content-wrap-t .dropzone-task-active span,
.modal #content-wrap-t .dropzone-task-active span {
  top: 39%;
  position: relative;
  margin-top: -1.25rem;
  color: #333;
  font-weight: 300;
  font-size: 1.25rem;
}

#main-content #content-wrap-t .dropzone-task-active:nth-of-type(2),
.modal #content-wrap-t .dropzone-task-active:nth-of-type(2) {
  opacity: 0;
}

#main-content #content-wrap-t .administration-menu,
.modal #content-wrap-t .administration-menu {
  padding-top: 0.625rem;
  display: flex;
  flex-wrap: wrap;
}

#main-content #content-wrap-t .administration-menu .administration-item,
.modal #content-wrap-t .administration-menu .administration-item {
  text-align: center;
  padding: 0.3125rem;
  flex: 0 1 6.25rem;
}

#main-content #content-wrap-t .administration-menu .administration-item .icon,
.modal #content-wrap-t .administration-menu .administration-item .icon {
  color: #003399;
  font-size: 1.875rem;
}

#main-content #content-wrap-t .administration-menu .administration-item div,
.modal #content-wrap-t .administration-menu .administration-item div {
  font-size: 0.875rem;
}

#main-content #content-wrap-t .menu-link-iframe,
.modal #content-wrap-t .menu-link-iframe {
  width: 100%;
  height: calc(100vh - 11.3125rem);
  border: none;
}

#main-content #content-wrap-t .usage-stats,
.modal #content-wrap-t .usage-stats {
  font-size: 0.75rem;
}

#main-content #content-wrap-t .usage-stats .columns,
.modal #content-wrap-t .usage-stats .columns {
  padding: 0;
}

#main-content #content-wrap-t .usage-stats .header,
.modal #content-wrap-t .usage-stats .header {
  color: #003399;
  margin: 0.625rem 0 0.3125rem 0;
}

#main-content #content-wrap-t .usage-stats .header > div,
.modal #content-wrap-t .usage-stats .header > div {
  padding-left: 0.625rem;
}

#main-content #content-wrap-t .usage-stats .header .selectbox-wrap,
.modal #content-wrap-t .usage-stats .header .selectbox-wrap {
  padding: 0;
}

#main-content #content-wrap-t .usage-stats .stat-row,
.modal #content-wrap-t .usage-stats .stat-row {
  line-height: 1.25rem;
}

#main-content #content-wrap-t .usage-stats .stat-row .columns,
.modal #content-wrap-t .usage-stats .stat-row .columns {
  padding-left: 0.625rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#main-content #content-wrap-t .usage-stats .stat-row.grey,
.modal #content-wrap-t .usage-stats .stat-row.grey {
  background: #f4f4f4;
}

#main-content #content-wrap-t .configuration-header,
.modal #content-wrap-t .configuration-header {
  padding-top: 0.625rem;
}

#main-content #content-wrap-t .configuration-header .empty:before,
.modal #content-wrap-t .configuration-header .empty:before {
  content: '.';
  visibility: hidden;
}

#main-content #content-wrap-t .configuration-header .wrap .columns,
.modal #content-wrap-t .configuration-header .wrap .columns {
  padding: 0;
}

@media only screen and (max-width: 75rem) {
  #main-content #content-wrap-t .configuration-header,
  .modal #content-wrap-t .configuration-header {
    display: none;
  }
}

#main-content .content-margin,
.modal .content-margin {
  margin: 0.3125rem;
  background-color: #FFFFFF;
}

#main-content .content-margin .content-header,
.modal .content-margin .content-header {
  height: 2.8125rem;
  line-height: 2.8125rem;
  background: #F6F6F6;
  border-bottom: 1px solid #E6E6E6;
  cursor: grab;
  cursor: -webkit-grab;
}

#main-content .content-margin .content-header .name,
.modal .content-margin .content-header .name {
  cursor: auto;
}

#main-content .content-margin .content-header .icon,
.modal .content-margin .content-header .icon {
  display: inline-block;
  height: 100%;
  padding: 0 0.4375rem;
  color: #003399;
}

#main-content .content-margin .content-header .icon:hover:not(.icon-in),
.modal .content-margin .content-header .icon:hover:not(.icon-in) {
  background: #003399;
  color: #FFFFFF;
}

#main-content .content-margin .content-header .icon.right,
.modal .content-margin .content-header .icon.right {
  font-size: 1.5rem;
}

#main-content .content-margin .content-header .no-active .icon:hover:not(.icon-in),
.modal .content-margin .content-header .no-active .icon:hover:not(.icon-in) {
  background: none;
  color: #aaa;
}

#main-content .content-margin .content-header .icon-in,
.modal .content-margin .content-header .icon-in {
  font-size: 1.5rem;
  vertical-align: middle;
  color: #003399;
}

#main-content .content-margin .content-header .dashButtons,
.modal .content-margin .content-header .dashButtons {
  float: right;
}

#main-content .content-margin .content-header .dashButtons a.no-active span,
.modal .content-margin .content-header .dashButtons a.no-active span {
  color: #aaa;
}

#main-content .content-margin .content-header .dashTitle,
.modal .content-margin .content-header .dashTitle {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #E6E6E6;
}

#main-content .content-margin .content,
.modal .content-margin .content {
  background: #FFFFFF;
  min-height: 185px;
  overflow: auto;
  position: relative;
}

#main-content .content-margin .content.dashboard-table,
.modal .content-margin .content.dashboard-table {
  overflow: hidden;
  margin: 0 0.625rem;
}

#main-content .content-margin .content.dashboard-calendar,
.modal .content-margin .content.dashboard-calendar {
  overflow: visible;
}

#main-content .content-margin .content .notice,
.modal .content-margin .content .notice {
  padding: 0.625rem;
  font-size: 0.875rem;
}

#main-content .content-margin .content .notice .icon,
.modal .content-margin .content .notice .icon {
  color: #003399;
  margin-right: 0.3125rem;
}

#main-content .content-margin .content .icon,
.modal .content-margin .content .icon {
  color: #003399;
}

#main-content .content-margin .content iframe,
.modal .content-margin .content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#main-content .content-margin .content .nocv,
.modal .content-margin .content .nocv {
  padding: 0.9375rem;
  font-size: 0.875rem;
}

#main-content .content-margin .content .favourites,
.modal .content-margin .content .favourites {
  height: 100%;
  overflow: auto;
}

#main-content .content-margin .content .favourites .dash-favourite,
.modal .content-margin .content .favourites .dash-favourite {
  padding: 0.3125rem;
  text-align: center;
}

#main-content .content-margin .content .favourites .dash-favourite .icon,
.modal .content-margin .content .favourites .dash-favourite .icon {
  font-size: 1.875rem;
  display: block;
}

#main-content .content-margin .content .favourites .dash-favourite div,
.modal .content-margin .content .favourites .dash-favourite div {
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.8125rem;
  word-break: break-word;
}

.pointer {
  cursor: pointer;
}

#tas-version {
  color: #888;
  font-size: 0.5625rem;
  position: fixed;
  left: 0.4375rem;
  bottom: 0.0625rem;
  z-index: 1;
}

#show-hide-button {
  color: #888;
  font-size: 1.5rem;
  position: fixed;
  left: 10.375rem;
  bottom: 0.0625rem;
  z-index: 1;
}

#show-hide-button.show-hide-button-effect {
  left: 0.6875rem;
}

#show-hide-button.show-hide-button-effect.top {
  left: 1.25rem;
}

#show-hide-button.top {
  bottom: auto;
  top: 3.3125rem;
  font-size: 1.125rem;
  left: 10.9375rem;
  position: absolute;
}

/************************************ MODAL **********************************/
.reveal-modal {
  visibility: visible;
  display: block;
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
}

.reveal-modal.modal-overflow {
  overflow: auto;
}

.reveal-modal .auth-method-modal .icon {
  text-align: center;
  color: #003399;
  cursor: pointer;
  font-size: 1.375rem;
}

.reveal-modal .filter-modal .columns {
  padding: 0 !important;
}

.reveal-modal .filter-modal .row {
  margin: 0 !important;
  padding: 0 !important;
}

.reveal-modal .filter-modal .mar {
  margin: 0 0 0.625rem 0.625rem;
  /* firefox 19+ */
  /* ie */
}

.reveal-modal .filter-modal .mar ::-webkit-input-placeholder {
  color: #AAA;
}

.reveal-modal .filter-modal .mar ::-moz-placeholder {
  color: #AAA;
}

.reveal-modal .filter-modal .mar :-ms-input-placeholder {
  color: #AAA;
}

.reveal-modal .filter-modal .mar input:-moz-placeholder {
  color: #AAA;
}

.reveal-modal .filter-modal .inputs span {
  border-bottom: 3px solid #e8801b;
  line-height: 1.375rem;
  float: left;
  font-weight: 400 !important;
  font-size: 0.75rem;
  color: #555;
  margin: 0 0 0.625rem 0.625rem;
  padding: 0 0.625rem;
}

.reveal-modal .filter-modal .inputs .text:nth-of-type(1),
.reveal-modal .filter-modal .inputs .text:nth-of-type(2) {
  display: none;
}

.reveal-modal .filter-modal .filter-buttons {
  text-align: center;
  color: #003399;
}

.reveal-modal .filter-modal .filter-buttons .icon {
  cursor: pointer;
  font-size: 1.375rem;
}

.reveal-modal .filter-modal .checkbox {
  width: 20px;
  float: left;
  margin-left: 0.625rem;
  line-height: 0;
}

.reveal-modal .filter-modal .checkbox label {
  height: 1.5625rem;
  line-height: 1.5625rem;
  overflow: visible;
}

.reveal-modal .filter-modal .checkbox .checkbox-custom + .checkbox-custom-label:before {
  vertical-align: 0;
}

.reveal-modal .filter-modal .title {
  border-bottom: 1px solid #E6E6E6;
  height: 1.625rem;
  line-height: 1.25rem;
}

.reveal-modal .filter-modal .title input[type=text] {
  border: none !important;
  box-shadow: none;
  border-bottom: 3px solid #e8801b !important;
}

.reveal-modal .filter-modal .title input[type=text]:focus {
  background: none;
}

.reveal-modal .filter-modal .title .tabs-buttons {
  margin-top: -0.625rem;
}

.reveal-modal .filter-modal .preset-filters {
  clear: both;
  padding: 0.3125rem 0.625rem;
}

.reveal-modal .filter-modal .rw-placeholder {
  color: #AAA;
  font-weight: 400;
}

.reveal-modal .form-container .row .columns:not(.buttons),
.reveal-modal .form-container .row .columns:not(.reveal-modal .tab-modal .form-container .row .columns) {
  padding: 0 !important;
}

.reveal-modal .modal .columns:not(.reveal-modal .tab-modal .form-container .row .columns) {
  padding: 0 !important;
}

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

.reveal-modal .modal .center .text {
  padding-bottom: 0.9375rem;
  font-size: 0.875rem;
}

.reveal-modal .modal.tab-modal .tabs-buttons {
  top: 2.5rem !important;
  padding-right: 0.9375rem !important;
}

.reveal-modal .modal .tabs-buttons.in-modal {
  position: relative;
  top: 0 !important;
  padding-right: 0 !important;
}

.reveal-modal .modal .tabs-buttons.in-modal .inline-list {
  margin: 0;
}

.reveal-modal .modal .tabs-buttons.in-modal .inline-list li {
  margin: 0;
}

.reveal-modal .modal .tabs-buttons.in-modal .inline-list li a {
  color: #003399;
  font-weight: 400;
  font-size: 0.75rem;
}

.reveal-modal .modal .tabs-buttons.in-modal .inline-list li a .icon {
  vertical-align: middle;
  font-size: 1.375rem;
}

.reveal-modal .modal .tabs-buttons.in-modal .inline-list li a span {
  padding-right: 0.3125rem;
}

.reveal-modal .modal .tabs-buttons.in-modal .inline-list li a .name {
  margin-right: 0.3125rem;
}

@media only screen and (max-width: 641px) {
  .reveal-modal .modal .tabs-buttons.in-modal .inline-list li a .name {
    display: none;
  }
}

.reveal-modal .modal .tabs-buttons.in-modal .inline-list li a.no-active {
  color: #aaa;
}

.reveal-modal .modal .modal-heading {
  margin-bottom: 1.25rem;
}

.reveal-modal .modal .dropzoneAttach {
  border: 1px solid #E6E6E6;
  height: 7.5rem;
  margin: 0.3125rem;
  position: relative;
  text-align: center;
}

.reveal-modal .modal .dropzoneAttachActive {
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  border: 1px dashed #333;
  text-align: center;
}

.reveal-modal .modal .dropzoneAttachActive span {
  top: 20%;
  position: relative;
  color: #333;
  font-weight: 300;
  font-size: 1.25rem;
}

.reveal-modal .modal .dropzoneAttachActive:nth-of-type(2) {
  opacity: 0;
}

.reveal-modal .modal .info-text {
  font-size: 0.75rem;
  padding-left: 0.3125rem;
}

.reveal-modal .modal .log-wrapper {
  font-size: 0.75rem;
  margin-top: 2.1875rem;
}

.reveal-modal .modal .log-wrapper .timestamp {
  position: relative;
  float: left;
  margin-right: 1.25rem;
}

.reveal-modal .modal .log-wrapper .message > span {
  display: block;
  min-height: 1.5625rem;
}

.reveal-modal .modal .log-wrapper .message .row {
  margin: 0;
}

.reveal-modal .modal .log-wrapper .message .row .columns {
  padding-top: 0.625rem;
}

.reveal-modal .modal .log-wrapper ul, .reveal-modal .modal .log-wrapper li, .reveal-modal .modal .log-wrapper label {
  font-size: 0.75rem;
}

.reveal-modal .modal .log-wrapper ul {
  margin: 0 !important;
  background: none !important;
}

.reveal-modal .modal .log-wrapper ul li {
  padding-top: 0 !important;
}

.reveal-modal .modal .log-wrapper .log-stack {
  white-space: pre-line;
  word-break: break-word;
}

.reveal-modal .modal.logs-time-range .form-container .row .left {
  width: 2.1875rem;
}

.reveal-modal .modal.logs-time-range .form-container .row .left:nth-of-type(2) {
  clear: both;
}

.reveal-modal .modal.logs-time-range .form-container .row .row {
  width: 14.0625rem;
  float: left;
}

.reveal-modal .button {
  padding: 0.4375rem;
  height: 2.1875rem;
  margin-bottom: 0;
}

.reveal-modal .button.modal-button-green {
  margin-right: 0.625rem;
  background: #003399;
  border: 1px solid #003399;
}

.reveal-modal .button.modal-button-green .not {
  padding-right: 0.625rem;
  vertical-align: middle;
}

.reveal-modal .button.modal-button-grey {
  background: #F6F6F6;
  border: 1px solid #E6E6E6;
  color: #555;
}

.reveal-modal .button.modal-button-grey .not {
  padding-right: 0.625rem;
  vertical-align: middle;
}

.reveal-modal .operations-buttons-wrap {
  line-height: 0 !important;
}

.reveal-modal .operations-buttons-wrap .operations-buttons {
  float: left;
  margin-bottom: 0.3125rem;
}

@media only screen and (max-width: 745px) {
  .reveal-modal .operations-buttons-wrap .operations-buttons {
    float: none;
  }
}

.reveal-modal .operations-buttons-wrap .operations-buttons input {
  font-size: 0.875rem;
  border: 1px solid #d5d5d5;
  background: white;
  margin-right: 5px;
  padding: 0.125rem 0.9375rem;
  height: 1.5625rem;
}

.reveal-modal .operations-buttons-wrap .operations-buttons input:hover {
  background: #003399;
  color: #FFF;
}

.reveal-modal .operations-buttons-wrap .operations-buttons input:focus {
  outline: 0;
}

.reveal-modal .operations-buttons-wrap .operations-buttons:last-child input {
  margin-left: 0.0625rem;
}

.reveal-modal .operations-help {
  margin-top: 0.625rem;
  max-height: 10.9375rem;
  overflow: auto;
  line-height: 1rem;
  font-size: 0.75rem;
  color: #555;
}

.reveal-modal .operations-help span {
  color: #999;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    top: 3.75rem;
  }
  .reveal-modal.own-width-335 {
    width: 20.9375rem;
  }
}

.cke_reset_all > table {
  z-index: 2000000002 !important;
  border: 1px solid #d5d5d5;
}

.dropdown-list {
  list-style-type: none;
  position: absolute;
  display: none !important;
  z-index: 11;
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  background: white;
  margin: 0;
}

.dropdown-list.dash-add {
  right: 1.5625rem;
}

.dropdown-list.dash-add a {
  width: 100%;
}

.dropdown-list.cont-menu {
  left: 0.3125rem;
  top: 3.125rem;
}

@media only screen and (max-width: 340px) {
  .dropdown-list.bell-drop {
    left: 0;
  }
}

.dropdown-list li {
  height: 2.8125rem;
  line-height: 2.8125rem;
  font-size: 0.75rem;
}

.dropdown-list li:hover {
  background: #f6f6f6;
}

.dropdown-list li:nth-child(even) {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.dropdown-list li:last-child {
  border-bottom: none;
}

.dropdown-list li a {
  padding: 0 0.625rem;
  display: inline-block;
  white-space: nowrap;
}

.open-dropdown {
  display: block !important;
}

/************************************ REWRITE **********************************************************************/
a {
  color: #333;
}

a:hover, a:focus {
  color: #333;
}

.side-nav {
  padding: 0 0;
}

.side-nav li {
  margin: 0;
}

.side-nav li a:not(.button) {
  color: #333;
}

.side-nav li a:hover:not(.button), .side-nav li a:focus:not(.button) {
  background: none;
  color: #333;
}

.side-nav li a:not(.button) {
  padding: 0;
}

.breadcrumbs {
  border: none;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.breadcrumbs > * {
  color: #888;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: none;
  float: none;
}

.breadcrumbs > *:before {
  content: ">";
}

.breadcrumbs > *::before {
  position: inherit;
}

.breadcrumbs > * a {
  color: #003399;
}

.breadcrumbs:hover > * a {
  text-decoration: none;
}

.row {
  max-width: none;
}

.tabs dd > a, .tabs .tab-title > a {
  font-family: opensans-light;
}

.button-group > li {
  margin: 0 0 0 0.375rem;
}

.button-group > li > button, .button-group > li .button {
  border-left: none;
}

.button-group > li > button, .button-group > li .button {
  border-left: 1px solid white;
  border-color: white;
}

.reveal-modal-bg {
  background: rgba(230, 230, 230, 0.6);
}

.reveal-modal {
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
}

.reveal-modal.xlarge,
.reveal-modal.large,
.reveal-modal.medium,
.reveal-modal.small,
.reveal-modal.tiny {
  max-width: 100%;
}

.hopscotch-nav-button {
  outline: none;
}

/************************************************* 1024px ***********************************************************/
@media only screen and (max-width: 1024px) {
  /****************************** HEADER ***********************************************/
  .hide-icon {
    display: none;
  }
  /****************************** CONTENT **************************************************/
  #main-content #sec-header #beside-tabs-nav .button .not {
    padding-right: 0;
  }
  #main-content #sec-header #beside-tabs-nav #binDropZone {
    width: 2.5rem;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 400px) {
  #main-content #sec-header #beside-tabs-nav #binDropZone {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  #main-content #content-wrap-t #beside-tabs-nav {
    padding-right: 0.0625rem;
  }
  #main-content #content-wrap-t #beside-tabs-nav .button {
    margin-bottom: 0;
    position: relative;
  }
  #main-content #content-wrap-t #beside-tabs-nav .button .not {
    padding-right: 0;
  }
  #main-content #content-wrap-t #tabs-buttons {
    padding-right: 0.1875rem;
  }
  #main-content #content-wrap-t #tabs-buttons .inline-list {
    margin-bottom: 0;
  }
  #main-content #content-wrap-t #tabs-buttons .inline-list > li {
    margin-left: 0.3125rem;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 40.063em) {
  .reveal-modal.large {
    width: 80%;
  }
  .reveal-modal.medium {
    width: 70%;
  }
  .reveal-modal.small {
    width: 60%;
  }
  .reveal-modal.tiny {
    width: 50%;
  }
}

/************************************************* 640px ***********************************************************/
@media only screen and (max-width: 640px) {
  #main-content #sec-header .wrap span:nth-child(1),
  #main-content #sec-header .wrap span:nth-child(2),
  .modal #sec-header .wrap span:nth-child(1),
  .modal #sec-header .wrap span:nth-child(2) {
    font-size: 1.125rem;
  }
  #main-content #content-wrap-t .tabs .icon-arrow-65,
  .modal #content-wrap-t .tabs .icon-arrow-65 {
    display: inline;
    vertical-align: middle;
    padding-top: 0.25rem;
    margin: 0 0.3125rem;
  }
  #main-content #content-wrap-t .tabs .icon-arrow-66,
  .modal #content-wrap-t .tabs .icon-arrow-66 {
    display: block;
    text-align: center;
  }
  #main-content #content-wrap-t .tabs .tab-item,
  .modal #content-wrap-t .tabs .tab-item {
    float: none;
  }
  #main-content #content-wrap-t .tabs .tab-item:not(.is-active),
  .modal #content-wrap-t .tabs .tab-item:not(.is-active) {
    z-index: 6;
    background: white;
    float: none;
    display: none;
  }
  #main-content #content-wrap-t .tabs .tab-item:not(.is-active).tabsHide,
  .modal #content-wrap-t .tabs .tab-item:not(.is-active).tabsHide {
    display: none;
  }
  #main-content #content-wrap-t .tabs .tab-item.is-active,
  .modal #content-wrap-t .tabs .tab-item.is-active {
    display: inline-block !important;
  }
  #main-content #content-wrap-t .tabs .tab-item.is-shown,
  .modal #content-wrap-t .tabs .tab-item.is-shown {
    display: block;
  }
}

/************************************************* 610px ***********************************************************/
@media only screen and (max-width: 610px) {
  #main-header #top-icons .hide-name {
    display: none;
  }
}

/************************************************* 690px ***********************************************************/
@media only screen and (max-width: 690px) {
  #main-header #top-icons .narrowDrop-content {
    position: absolute;
    width: 98%;
    right: 0.1875rem;
    z-index: 2000000001;
  }
  #main-header #top-icons .drop-menu.icon-arrow-65 {
    display: inherit;
    margin-left: 0;
  }
  #main-header #top-icons .content {
    background: #FFFFFF;
    border: 1px solid #d5d5d5;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    width: 20.625rem;
    height: 3.125rem;
    margin: auto;
  }
  #main-header #top-icons .content > span {
    margin: 0.125rem;
  }
  #main-header #top-icons .content:not(.drop-is-down) {
    display: none;
  }
  #main-header #top-icons .bell-spinner {
    left: 80% !important;
  }
}

/************************************************* 340px ***********************************************************/
@media only screen and (max-width: 340px) {
  #main-header #top-icons .content {
    width: 65px;
    height: auto;
  }
  #main-header #top-icons .content span:not(.label) {
    display: block;
  }
  #main-header #top-icons .bell-spinner {
    left: 70% !important;
  }
}

/**************************************** Dragula *******************************************************************/
.gu-mirror {
  padding: 0;
}

.gu-mirror .content-margin {
  margin: 0.3125rem;
}

.gu-mirror .content-margin .content-header {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  height: 2.8125rem;
  line-height: 2.8125rem;
  background: #F6F6F6;
  border-bottom: 1px solid #E6E6E6;
}

.gu-mirror .content-margin .content-header .icon {
  display: inline-block;
  height: 100%;
  padding: 0 0.4375rem;
  color: #003399;
}

.gu-mirror .content-margin .content-header .icon:hover:not(.icon-in) {
  background: #003399;
  color: #FFFFFF;
}

.gu-mirror .content-margin .content-header .icon.right {
  font-size: 1.5rem;
}

.gu-mirror .content-margin .content-header .icon.icon-arrow-65 {
  float: left;
}

.gu-mirror .content-margin .content-header .icon-in {
  font-size: 1.5rem;
  vertical-align: middle;
  color: #003399;
}

.gu-mirror .content-margin .content-header .icon-border-right {
  border-right: 1px solid #E6E6E6;
  margin-right: 0.3125rem;
  font-size: 0.875rem;
}

.gu-mirror .content-margin .content-header .dashTitle {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 0.625rem;
  padding-left: 0.625rem;
  border-left: 1px solid #E6E6E6;
}

.gu-mirror .content-margin .content {
  position: relative;
  background: #FFFFFF;
  min-height: 9.6875rem;
}

.gu-mirror .content-margin .content .notice {
  padding: 0.625rem;
  font-size: 0.875rem;
}

.gu-mirror .content-margin .content .notice .icon {
  color: #003399;
  margin-right: 0.3125rem;
}

.gu-mirror .content-margin .content .icon {
  color: #003399;
}

.gu-mirror .content-margin .content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.gu-mirror .content-margin .content .nocv {
  padding: 0.9375rem;
  font-size: 0.875rem;
}

.gu-mirror .content-margin .content .dash-favourite {
  padding: 0.3125rem;
  text-align: center;
}

.gu-mirror .content-margin .content .dash-favourite .icon {
  font-size: 1.875rem;
  display: block;
}

.gu-mirror .content-margin .content .dash-favourite div {
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.8125rem;
}

.gu-mirror .content-margin .content .content-simple-table {
  padding: 0 0.625rem;
}

.disable-selection, .form-container .searchbox .searchbox-footer, .form-container .comboBox .searchbox-footer, .form-container .password-button .ch-button, #vars-mapping {
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
  user-select: none;
}

ul#alerts {
  bottom: 0.1875rem;
  left: 0;
  position: fixed;
  width: 100%;
  margin: 0;
  z-index: 2000000002;
  list-style: outside none none;
}

ul#alerts.bottom-space {
  bottom: 2.5rem;
}

ul#alerts li {
  margin: 0 1.25rem 0 1.25rem;
}

ul#alerts li .alert-box {
  cursor: pointer;
  margin: 0;
  padding: 0.4375rem 7.1875rem 0.4375rem 0.875rem !important;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  ul#alerts li .alert-box {
    padding: 0.4375rem 4.6875rem 0.4375rem 0.875rem !important;
  }
}

ul#alerts li .alert-box .italic {
  font-style: italic;
  margin-right: 0.625rem;
}

ul#alerts li .alert-box.alert {
  word-break: break-word;
}

ul#alerts li .alert-box .alert-buttons {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  margin-top: -0.8125rem;
}

ul#alerts li .alert-box .alert-buttons button {
  margin: 0;
  margin-left: 0.3125rem;
  background: none;
  border: 1px solid;
  padding: 0.3125rem;
  float: right;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
}

ul#alerts li .alert-box .alert-buttons button.close-button .circle-icon {
  float: left;
  max-width: 0.6875rem;
  padding-top: 0.125rem;
}

ul#alerts li .alert-box .alert-buttons button.close-button .hide-icon {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

ul#alerts li .alert-box .alert-buttons button.close-button .icon-delete-1 {
  margin-left: 0.3125rem;
}

@media only screen and (max-width: 1024px) {
  ul#alerts li .alert-box .alert-buttons button.close-button .hide-icon {
    display: none;
  }
  ul#alerts li .alert-box .alert-buttons button.close-button .icon-delete-1 {
    margin-left: 0;
  }
}

ul#alerts li .alert-box .alert-buttons .alertClosing {
  font-family: opensans;
  font-weight: 300;
  font-size: 0.8125rem;
  float: right;
}

ul#alerts li .alert-box .alertMessage {
  display: flex;
}

@media only screen and (max-width: 640px) {
  ul#alerts li .alert-box .alertMessage {
    display: none;
  }
}

ul#alerts li .alert-box .alert-link {
  text-decoration: underline;
  font-weight: bold;
}

ul#alerts li.close-all {
  margin-bottom: 0.125rem;
  color: white;
  display: flex;
  justify-content: center;
  font-size: 0.8125rem;
}

ul#alerts li.close-all div {
  padding: 0.125rem 0.625rem;
  cursor: pointer;
}

ul#alerts li.close-all div.blue {
  background: #a0d3e8;
}

ul#alerts li.close-all div.green {
  background: #43AC6A;
}

ul#alerts li.close-all div.orange {
  background: #f08a24;
}

ul#alerts li.close-all div.red {
  background: #f04124;
}

.alerts-buttons {
  position: fixed;
  z-index: 2000000002;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.alerts-buttons .wrap {
  border: 1px solid #d5d5d5;
  display: flex;
}

.alerts-buttons .wrap .a-button {
  background: #F6F6F6;
  height: 2.25rem;
}

.alerts-buttons .wrap .a-button:not(.close) {
  border-right: 1px solid #d5d5d5;
  padding: 0.4375rem 0 0 0.6875rem;
  width: 2.375rem;
}

.alerts-buttons .wrap .a-button:not(.close).active {
  color: white;
  padding: 0.625rem 0 0 0.3125rem;
  cursor: pointer;
}

.alerts-buttons .wrap .a-button:not(.close) .icon span {
  left: -0.3125rem;
  top: -0.625rem;
  border-radius: 50%;
  padding: 0;
  background-color: white;
  position: relative;
  display: inline-block;
  color: #fff;
  width: 0.9375rem;
  height: 0.9375rem;
  text-align: center;
  line-height: 0.9375rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.alerts-buttons .wrap .a-button .a-loader {
  position: relative;
}

.alerts-buttons .wrap .a-button.blue {
  position: relative;
}

.alerts-buttons .wrap .a-button.blue.active {
  background: #a0d3e8;
}

.alerts-buttons .wrap .a-button.blue.active .icon span {
  color: #a0d3e8;
  z-index: 2000000000;
  left: 0.8125rem;
}

.alerts-buttons .wrap .a-button.green.active {
  background: #43AC6A;
}

.alerts-buttons .wrap .a-button.green.active .icon span {
  color: #43AC6A;
}

.alerts-buttons .wrap .a-button.orange.active {
  background: #f08a24;
}

.alerts-buttons .wrap .a-button.orange.active .icon span {
  color: #f08a24;
}

.alerts-buttons .wrap .a-button.red.active {
  background: #f04124;
}

.alerts-buttons .wrap .a-button.red.active .icon span {
  color: #f04124;
}

.alerts-buttons .wrap .a-button.close {
  padding: 0.5rem 0 0 0.5625rem;
  width: 2.125rem;
  cursor: pointer;
}

#content-wrap * {
  font-family: opensans;
  font-weight: 400;
}

#content-wrap .columns .content_margin {
  border: 1px solid #e6e6e6;
}

#content-wrap .columns .content_header > span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333333;
}

#content-wrap .columns .content_header > a {
  font-size: 0.875rem;
}

#content-wrap .columns .content_header .icon {
  padding: 0 0.5rem;
}

#content-wrap .columns .content_header .icon.icon-arrow-65 {
  font-size: 0.75rem;
}

#main-content .content-simple-table,
.content-simple-table {
  font-size: 0.75rem;
  font-weight: 400;
  height: 100% !important;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

#main-content .content-simple-table .table-overflow,
.content-simple-table .table-overflow {
  position: absolute;
}

#main-content .content-simple-table table,
.content-simple-table table {
  width: 100%;
  border: none;
  border-spacing: 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
  color: #555;
  border-collapse: separate;
  table-layout: fixed;
}

#main-content .content-simple-table table tbody:focus,
.content-simple-table table tbody:focus {
  outline: 0;
}

#main-content .content-simple-table table tr.row-selected td,
.content-simple-table table tr.row-selected td {
  color: #ffffff;
  background-color: #003399;
}

#main-content .content-simple-table table tr.row-selected td a,
.content-simple-table table tr.row-selected td a {
  color: #ffffff;
}

#main-content .content-simple-table table tr.red td,
.content-simple-table table tr.red td {
  color: #f00;
}

#main-content .content-simple-table table tr.row-selected.red td,
.content-simple-table table tr.row-selected.red td {
  color: #ffffff;
}

#main-content .content-simple-table table tr.will-disappear td,
.content-simple-table table tr.will-disappear td {
  text-decoration: line-through;
}

#main-content .content-simple-table table tr.even, #main-content .content-simple-table table tr:nth-of-type(2n),
.content-simple-table table tr.even,
.content-simple-table table tr:nth-of-type(2n) {
  background-color: #ffffff;
}

#main-content .content-simple-table table tr:nth-of-type(2n+1),
.content-simple-table table tr:nth-of-type(2n+1) {
  background-color: #f6f6f6;
}

#main-content .content-simple-table table tr th,
.content-simple-table table tr th {
  color: #003399;
  font-weight: 400;
  border-bottom: 1px solid #e6e6e6;
  background-color: #ffffff;
  height: 30px;
}

#main-content .content-simple-table table tr th .thdiv,
.content-simple-table table tr th .thdiv {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#main-content .content-simple-table table tr th .grey.icon.icon-arrow-57, #main-content .content-simple-table table tr th .grey.icon.icon-arrow-58,
.content-simple-table table tr th .grey.icon.icon-arrow-57,
.content-simple-table table tr th .grey.icon.icon-arrow-58 {
  color: #f1f1f1 !important;
}

#main-content .content-simple-table table tr th .icon,
.content-simple-table table tr th .icon {
  color: #555;
  vertical-align: top;
}

#main-content .content-simple-table table tr th .icon:hover,
.content-simple-table table tr th .icon:hover {
  color: #003399;
}

#main-content .content-simple-table table tr th .icon.icon-arrow-57, #main-content .content-simple-table table tr th .icon.icon-arrow-58,
.content-simple-table table tr th .icon.icon-arrow-57,
.content-simple-table table tr th .icon.icon-arrow-58 {
  font-size: 0.75rem;
  font-weight: 700;
  position: absolute;
  right: 10px;
}

#main-content .content-simple-table table tr th .icon.icon-arrow-57, #main-content .content-simple-table table tr th .icon.icon-arrow-58,
.content-simple-table table tr th .icon.icon-arrow-57,
.content-simple-table table tr th .icon.icon-arrow-58 {
  color: #003399 !important;
}

#main-content .content-simple-table table tr td,
.content-simple-table table tr td {
  color: #555;
  cursor: pointer;
  height: 21px;
}

#main-content .content-simple-table table tr td a,
.content-simple-table table tr td a {
  text-decoration: underline;
}

#main-content .content-simple-table table tr td a:hover,
.content-simple-table table tr td a:hover {
  text-decoration: none;
}

#main-content .content-simple-table table tr td.center,
.content-simple-table table tr td.center {
  text-align: center !important;
  text-indent: 0;
}

#main-content .content-simple-table table tr td button,
.content-simple-table table tr td button {
  margin: 0;
  margin-right: 2px;
  height: 1.25rem;
  font-size: 0.75rem;
  vertical-align: middle;
  padding: 0 0.625rem;
  background-color: #003399;
  border: 1px solid #e6e6e6;
}

#main-content .content-simple-table table tr td button:hover,
.content-simple-table table tr td button:hover {
  color: #555;
}

#main-content .content-simple-table table tr td,
#main-content .content-simple-table table tr th,
.content-simple-table table tr td,
.content-simple-table table tr th {
  font-size: 0.75rem;
  font-weight: 400;
  border-right: 1px solid #e6e6e6;
  padding: 0;
  text-indent: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#main-content .content-simple-table table tr td:last-child, #main-content .content-simple-table table tr td .last,
#main-content .content-simple-table table tr th:last-child,
#main-content .content-simple-table table tr th .last,
.content-simple-table table tr td:last-child,
.content-simple-table table tr td .last,
.content-simple-table table tr th:last-child,
.content-simple-table table tr th .last {
  border-right: none;
}

#main-content .content-simple-table.is-mobile .table-footer,
.content-simple-table.is-mobile .table-footer {
  position: absolute;
}

#main-content .content-simple-table .table-footer,
.content-simple-table .table-footer {
  clear: both;
  margin: 0 0.625rem;
}

#main-content .content-simple-table .table-footer .table-navigation,
.content-simple-table .table-footer .table-navigation {
  /* overflow: hidden; nebyla videt border-bottom u navigacnich sipek */
  line-height: 1.875rem;
}

#main-content .content-simple-table .table-footer .table-navigation .page-numbers,
.content-simple-table .table-footer .table-navigation .page-numbers {
  color: #888888;
  font-style: italic;
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 1.25rem;
}

@media only screen and (max-width: 500px) {
  #main-content .content-simple-table .table-footer .table-navigation .page-numbers,
  .content-simple-table .table-footer .table-navigation .page-numbers {
    margin: 0 0.3125rem;
  }
}

#main-content .content-simple-table .table-footer .table-navigation .page-numbers .row,
.content-simple-table .table-footer .table-navigation .page-numbers .row {
  display: inline-block;
  vertical-align: middle;
}

#main-content .content-simple-table .table-footer .table-navigation .page-numbers .row > div,
.content-simple-table .table-footer .table-navigation .page-numbers .row > div {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#main-content .content-simple-table .table-footer .table-navigation .page-numbers .row input,
.content-simple-table .table-footer .table-navigation .page-numbers .row input {
  /* editable page number input */
  font-size: 12px;
  width: 50px;
  height: 25px;
  margin: 0;
}

#main-content .content-simple-table .table-footer .table-navigation .loadedContent, #main-content .content-simple-table .table-footer .table-navigation .loader,
.content-simple-table .table-footer .table-navigation .loadedContent,
.content-simple-table .table-footer .table-navigation .loader {
  display: inline-block;
}

#main-content .content-simple-table .table-footer .table-navigation .icons,
.content-simple-table .table-footer .table-navigation .icons {
  display: inline-block;
}

#main-content .content-simple-table .table-footer .table-navigation .icons a.icon,
.content-simple-table .table-footer .table-navigation .icons a.icon {
  color: #003399;
}

#main-content .content-simple-table .table-footer .table-navigation .icons a.icon:hover,
.content-simple-table .table-footer .table-navigation .icons a.icon:hover {
  color: #ffffff !important;
  background-color: #003399;
}

#main-content .content-simple-table .table-footer .table-navigation .icons .icon,
.content-simple-table .table-footer .table-navigation .icons .icon {
  display: inline-block;
  color: #888888;
  line-height: 1.875rem;
  height: 1.9375rem;
  padding: 0 0.625rem;
  font-weight: 700;
  font-size: 0.625rem;
}

#main-content .content-simple-table .table-footer .table-navigation .icons .icon.icon-arrow-67, #main-content .content-simple-table .table-footer .table-navigation .icons .icon.icon-arrow-68,
.content-simple-table .table-footer .table-navigation .icons .icon.icon-arrow-67,
.content-simple-table .table-footer .table-navigation .icons .icon.icon-arrow-68 {
  border: 1px solid #e6e6e6;
  border-top: none;
}

#main-content .content-simple-table .table-footer .table-navigation .icons .icon.icon-arrow-67,
.content-simple-table .table-footer .table-navigation .icons .icon.icon-arrow-67 {
  border-right: none;
}

#main-content .content-simple-table .table-footer .table-navigation span.pagination,
.content-simple-table .table-footer .table-navigation span.pagination {
  font-style: italic;
  color: #888888;
  display: inline-block;
  min-width: 2.8125rem;
  position: relative;
}

#main-content .content-simple-table .table-footer .table-navigation span.pagination .icon,
.content-simple-table .table-footer .table-navigation span.pagination .icon {
  vertical-align: middle;
}

#main-content .content-simple-table .table-footer .table-navigation span.pagination .grey,
.content-simple-table .table-footer .table-navigation span.pagination .grey {
  color: #555;
}

#main-content .content-simple-table .table-footer .table-navigation span.pagination .red,
.content-simple-table .table-footer .table-navigation span.pagination .red {
  color: red;
}

#main-content .content-simple-table .table-footer .table-navigation span.pagination .no-underline,
.content-simple-table .table-footer .table-navigation span.pagination .no-underline {
  text-decoration: none;
}

@media only screen and (max-width: 500px) {
  #main-content .content-simple-table .table-footer .table-navigation span.pagination .nrOfItems,
  .content-simple-table .table-footer .table-navigation span.pagination .nrOfItems {
    display: none;
  }
}

#main-content .content-simple-table .table-footer .table-navigation .get-total-count,
.content-simple-table .table-footer .table-navigation .get-total-count {
  margin: 0 10px;
  color: #888888 !important;
  font-size: 0.875rem;
  vertical-align: middle;
  cursor: pointer;
}

#main-content .content-simple-table .table-footer .table-navigation .data a,
.content-simple-table .table-footer .table-navigation .data a {
  margin: 0 0.3125rem;
  text-decoration: none;
  color: #003399;
}

#main-content .content-simple-table .table-footer .table-navigation .data a:hover,
.content-simple-table .table-footer .table-navigation .data a:hover {
  color: #666666 !important;
}

#main-content .content-simple-table .table-footer .table-navigation .data a:hover .icon,
.content-simple-table .table-footer .table-navigation .data a:hover .icon {
  color: #666666 !important;
}

#main-content .content-simple-table .table-footer .table-navigation .data a .icon,
.content-simple-table .table-footer .table-navigation .data a .icon {
  font-size: 0.875rem;
  vertical-align: middle;
  margin-right: 3px;
}

@media only screen and (max-width: 1024px) {
  #main-content .content-simple-table .table-footer .table-navigation .data a .title,
  .content-simple-table .table-footer .table-navigation .data a .title {
    display: none;
  }
}

#main-content .content-simple-table .table-footer .table-navigation .data a.red,
.content-simple-table .table-footer .table-navigation .data a.red {
  color: red !important;
}

#main-content .content-simple-table .table-footer .table-navigation .data a.red .icon,
.content-simple-table .table-footer .table-navigation .data a.red .icon {
  color: red !important;
}

#main-content .content-simple-table .table-footer .table-navigation .data a.red:hover,
.content-simple-table .table-footer .table-navigation .data a.red:hover {
  color: #666666 !important;
}

#main-content .content-simple-table .table-footer .table-navigation .data a.red:hover .icon,
.content-simple-table .table-footer .table-navigation .data a.red:hover .icon {
  color: #666666 !important;
}

#main-content .content-simple-table .table-link,
.content-simple-table .table-link {
  height: 1.3125rem;
}

#main-content .content-simple-table .table-link a.full,
.content-simple-table .table-link a.full {
  text-decoration: underline;
  display: inline-block;
  float: right;
  line-height: 1.875rem;
  color: #003399;
}

#main-content .content-simple-table .table-link a.full:hover,
.content-simple-table .table-link a.full:hover {
  color: #666666;
}

#main-content .content-simple-table .table-link a.full.link,
.content-simple-table .table-link a.full.link {
  line-height: 0.75rem;
}

#main-header #top-icons .bell-notification {
  position: relative;
}

#main-header #top-icons .bell-notification .label {
  position: absolute;
  top: -1px;
  left: 0.9375rem;
  padding: 0;
  min-width: 0.9375rem;
  width: auto;
  height: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 700;
  font-size: 0.75rem;
  color: #ffffff;
  border-radius: 50%;
  background-color: #e8801b;
}

#main-header #top-icons .bell-notification .label.icon-power-2 {
  margin-left: 0.1875rem;
}

.tooltips-notification {
  position: relative;
}

.tooltips-notification .label {
  position: absolute;
  top: -1px;
  left: 1.125rem;
  padding: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  line-height: 1rem;
  font-weight: 400;
  font-size: 0.5rem;
  color: #ffffff;
  border-radius: 50%;
  background-color: #003399;
}

.tooltips-notification .label.icon {
  margin-left: 0 !important;
  font-size: 0.5rem !important;
}

.tooltips-notification .label.hide {
  display: none;
}

.tooltips-notification.switch-admin .dis-true {
  background-color: red;
  line-height: 1.0625rem;
}

#app {
  min-height: 25rem;
  min-width: 17.8125rem;
  height: 100%;
  position: relative;
}

#app .ball-loader {
  width: 100px;
  height: 23.33333px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#app .ball-loader-ball {
  will-change: transform;
  height: 23.33333px;
  width: 23.33333px;
  border-radius: 50%;
  background-color: #003399;
  position: absolute;
  animation: grow 1s ease-in-out infinite alternate;
}

#app .ball-loader-ball.ball1 {
  left: 0;
  transform-origin: 100% 50%;
}

#app .ball-loader-ball.ball2 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  animation-delay: 0.33s;
}

#app .ball-loader-ball.ball3 {
  right: 0;
  animation-delay: 0.66s;
}

@keyframes grow {
  to {
    transform: translateX(-50%) scale(0);
  }
}

#app #login {
  background-color: #f3f3f3;
  min-height: 25rem;
  height: 100%;
}

#app #login .content-login {
  font-size: 0.875rem;
  color: #888888;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 33.75rem;
  text-align: center;
}

#app #login .content-login * {
  font-family: opensans;
  font-weight: 400;
}

@media only screen and (max-width: 540px) {
  #app #login .content-login {
    width: 100%;
  }
}

#app #login .content-login img {
  margin-bottom: 2.5rem;
}

#app #login .content-login span {
  line-height: 2.5rem;
}

#app #login .content-login form {
  width: 16.5625rem;
  margin: auto;
}

#app #login .content-login form input[type="text"],
#app #login .content-login form input[type="password"] {
  width: 16.5625rem;
  height: 2.8125rem;
  border-color: #d5d5d5;
  margin: 0;
  box-shadow: none;
  color: #555;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#app #login .content-login form input[type="text"]:focus,
#app #login .content-login form input[type="password"]:focus {
  background-color: #f6f6f6;
}

#app #login .content-login form ::-moz-placeholder {
  opacity: 1;
}

#app #login .content-login form input[name="name"] {
  border-bottom: 1px solid #fff;
}

#app #login .content-login form input[name="name"]:focus {
  border-bottom: 1px solid #fafafa;
}

#app #login .content-login form input[type="submit"] {
  background-color: #003399;
  width: 16.5625rem;
  height: 2.8125rem;
  border: none;
  font-family: opensans;
  font-weight: 400;
  color: #ffffff;
  margin: 0.625rem 0;
  font-size: 1rem;
  cursor: pointer;
}

#app #login .content-login form input[type="submit"]:hover {
  background-color: #888888;
}

#app #login .content-login form input[type="submit"].other {
  border: 1px solid #d5d5d5;
  background-color: #eeeeee;
  color: #888888;
  margin-bottom: 0;
  font-size: 0.875rem;
}

#app #login .content-login form input[type="submit"].other:hover {
  background-color: #003399;
  color: #ffffff;
  border: none;
}

#app #login .content-login #logo {
  width: 33.75rem;
  height: 6.25rem;
}

@media only screen and (max-width: 540px) {
  #app #login .content-login #logo {
    width: 100%;
  }
}

@media only screen and (max-width: 310px) {
  #app #login .content-login #logo {
    height: 5.625rem;
  }
}

[class^="icon-"]::before, [class*=" icon-"]::before {
  font-weight: unset !important;
}

tr [class*="column"] + [class*="column"]:last-child {
  float: none;
}

.hidden {
  display: none !important;
}

/******************* Spinners ******************/
.task-spinner {
  position: fixed !important;
  top: 110px !important;
  left: 300px !important;
}

.breadcrumbs-spinner {
  position: fixed !important;
  top: 64px !important;
  left: 275px !important;
}

.alert-spinner {
  display: inline-block;
  position: relative;
  width: 35px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.cell-spinner {
  position: relative !important;
}

.bell-spinner {
  position: relative !important;
  left: 100% !important;
  top: -40px !important;
}

.socket-spinner {
  position: relative !important;
  left: 5px !important;
  top: -5px !important;
}

/******************* /Spinners ******************/
/******************* Navigation arrows ******************/
[class^='navigation-arrow-right'],
[class*=' navigation-arrow-right'],
[class^='navigation-arrow-left'],
[class*=' navigation-arrow-left'] {
  background-color: grey;
  padding: 5px;
  line-height: 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
  -webkit-transition: 0.5s;
  /* Safari */
  transition: 0.5s;
  opacity: 0.5;
  z-index: 10;
  width: 25px;
}

[class^='navigation-arrow-right'] span,
[class*=' navigation-arrow-right'] span,
[class^='navigation-arrow-left'] span,
[class*=' navigation-arrow-left'] span {
  color: #fff !important;
}

[class^='navigation-arrow-right'].hidden,
[class*=' navigation-arrow-right'].hidden,
[class^='navigation-arrow-left'].hidden,
[class*=' navigation-arrow-left'].hidden {
  display: none;
}

[class^='navigation-arrow-right'].active,
[class*=' navigation-arrow-right'].active,
[class^='navigation-arrow-left'].active,
[class*=' navigation-arrow-left'].active {
  cursor: pointer;
  background-color: #003399;
  opacity: 0.5;
}

[class^='navigation-arrow-right'].active:hover,
[class*=' navigation-arrow-right'].active:hover,
[class^='navigation-arrow-left'].active:hover,
[class*=' navigation-arrow-left'].active:hover {
  opacity: 1;
}

[class^='navigation-arrow-right fast'],
[class*=' navigation-arrow-right fast'] {
  margin-right: 18px !important;
}

[class^='navigation-arrow-left fast'],
[class*=' navigation-arrow-left fast'] {
  margin-left: 18px !important;
}

[class^='navigation-arrow-right'],
[class*=' navigation-arrow-right'] {
  right: 0%;
  margin-right: 12px;
}

[class^='navigation-arrow-left'],
[class*=' navigation-arrow-left'] {
  left: 0%;
  margin-left: 12px;
}

/******************* /Navigation arrows ******************/
.content-table {
  line-height: 0;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.content-table.dynamic-rows {
  overflow: visible;
}

.content-table.is-mobile .table-footer {
  position: absolute;
}

.content-table .table-footer {
  clear: both;
}

.content-table .table-footer .table-navigation {
  padding: 0 0.3125rem;
  line-height: 1.875rem;
}

.content-table .table-footer .table-navigation .icon {
  vertical-align: middle;
}

.content-table .table-footer .table-navigation .grey {
  color: #555;
}

.content-table .table-footer .table-navigation .red {
  color: red;
}

.content-table .table-footer .table-navigation .no-underline {
  text-decoration: none;
}

.content-table .table-footer .table-navigation span.pagination {
  color: #888888;
  font-style: italic;
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 0.3125rem;
  position: relative;
}

@media only screen and (max-width: 500px) {
  .content-table .table-footer .table-navigation span.pagination .nrOfItems {
    display: none;
  }
}

.content-table .table-footer .table-navigation .get-total-count {
  margin: 0 10px;
  color: #888888 !important;
  font-size: 0.875rem;
  vertical-align: middle;
  cursor: pointer;
}

.content-table .table-footer .table-navigation .instructions {
  color: #888888;
  font-size: 0.75rem;
  padding-left: 30px;
}

.content-table .table-footer .table-navigation .page-numbers {
  color: #888888;
  font-style: italic;
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 0.9375rem;
}

@media only screen and (max-width: 500px) {
  .content-table .table-footer .table-navigation .page-numbers {
    margin: 0 0.3125rem;
  }
}

.content-table .table-footer .table-navigation .page-numbers .row {
  display: inline-block;
  vertical-align: middle;
}

.content-table .table-footer .table-navigation .page-numbers .row > div {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.content-table .table-footer .table-navigation .page-numbers .row input {
  /* editable page number input */
  font-size: 12px;
  width: 50px;
  height: 25px;
  margin: 0;
}

.content-table .table-footer .table-navigation .loadedContent, .content-table .table-footer .table-navigation .loader {
  display: inline-block;
}

.content-table .table-footer .table-navigation a {
  text-decoration: underline;
  display: inline-block;
  line-height: 1.875rem;
  font-size: 0.75rem;
  color: #003399;
}

.content-table .table-footer .table-navigation a:hover {
  color: #555;
}

.content-table .table-footer .table-navigation .data a {
  margin: 0 0.3125rem;
  text-decoration: none;
}

.content-table .table-footer .table-navigation .data a .icon {
  font-size: 0.875rem;
  vertical-align: middle;
  margin-right: 3px;
}

@media only screen and (max-width: 1024px) {
  .content-table .table-footer .table-navigation .data a .title {
    display: none;
  }
}

.content-table .table-footer .table-navigation .data a.red {
  color: red;
}

.content-table .table-footer .table-navigation .data a.red:hover {
  color: #555;
}

.content-table .table-footer .table-navigation .icons {
  display: inline-block;
  margin: 0 0.3125rem;
  line-height: 30px;
}

.content-table .table-footer .table-navigation .icons .icon {
  display: inline-block;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #888888;
  vertical-align: top;
  font-weight: 700;
}

.content-table .table-footer .table-navigation .icons .icon.icon-arrow-67 {
  border-left: 1px solid #e6e6e6;
  font-size: 0.625rem;
}

.content-table .table-footer .table-navigation .icons .icon.icon-arrow-68 {
  font-size: 0.625rem;
}

.content-table .table-footer .table-navigation .icons a.icon {
  color: #003399;
  text-decoration: none;
}

.content-table .table-footer .table-navigation .icons a.icon:hover {
  color: #fff;
  background-color: #003399;
}

.table-overflow {
  overflow-x: hidden;
  position: absolute;
}

.is-mobile .table-overflow {
  overflow-x: auto;
  position: static;
}

.table-zone {
  position: relative;
}

.sortable-table {
  padding: 0 0.625rem;
  font-size: 0.75rem;
  float: left;
  width: 100%;
  z-index: 0;
}

.sortable-table * {
  font-family: opensans;
  font-weight: 400;
}

.sortable-table .dropzone-table {
  position: relative;
}

.sortable-table .dropzone-table-active {
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  border: 1px dashed #333;
  text-align: center;
  z-index: 6;
}

.sortable-table .dropzone-table-active span {
  top: 50%;
  position: relative;
  margin-top: -1.25rem;
  color: #333;
  font-weight: 300;
  font-size: 1.25rem;
}

.sortable-table .dropzone-table-active:nth-of-type(2) {
  opacity: 0;
}

.editable-table {
  padding: 0 0.625rem;
  background-color: #ffffff;
  font-size: 0.75rem;
  width: 100%;
}

.editable-table * {
  font-family: opensans;
  font-weight: 400;
}

.editable-table table {
  overflow-x: auto;
  display: block;
}

.editable-table table thead {
  display: block;
}

.editable-table table thead th {
  white-space: nowrap;
  max-width: 3.125rem;
  min-width: 3.125rem;
  width: 3.125rem;
  height: 6.25rem;
  vertical-align: bottom;
  overflow: hidden;
}

.editable-table table thead th:first-of-type {
  width: 12.5rem;
  max-width: 12.5rem;
  min-width: 12.5rem;
}

.editable-table table thead th div {
  -moz-transform: translate(32px, -7px) rotate(-90deg);
  -moz-transform-origin: left bottom;
  -o-transform: translate(32px, -7px) rotate(-90deg);
  -o-transform-origin: left bottom;
  -webkit-transform: translate(32px, -7px) rotate(-90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform: translate(32px, -7px) rotate(-90deg);
  -ms-transform-origin: left bottom;
}

.editable-table table thead th div span {
  line-height: 0 !important;
}

.editable-table table thead th:last-child {
  min-width: inherit !important;
}

.editable-table table tbody {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}

.editable-table table tbody td {
  min-width: 3.125rem;
  width: 3.125rem;
  cursor: pointer !important;
  text-align: center;
  text-indent: 0 !important;
}

.editable-table table tbody td:first-of-type {
  width: 12.5rem;
  min-width: 12.5rem;
  max-width: 12.5rem;
  text-align: left;
  text-indent: 0.625rem !important;
}

.editable-table table tbody td:last-of-type {
  min-width: inherit !important;
}

.editable-table table tbody td:nth-child(1) {
  cursor: default !important;
}

.editable-table table tbody td .content {
  line-height: 1.875rem;
}

.dynamic-rows {
  background-color: #ffffff;
  font-size: 0.75rem;
  float: left;
  width: 100%;
}

.dynamic-rows * {
  font-family: opensans;
  font-weight: 400;
}

.dynamic-rows th {
  border: 0 none !important;
  white-space: normal;
  vertical-align: bottom;
}

.dynamic-rows th span {
  font-weight: bold;
  line-height: 1.125rem !important;
}

.dynamic-rows th div {
  padding: 0.0625rem 0.625rem;
}

.dynamic-rows td {
  outline: 0;
  overflow: visible !important;
  /*due to selectboxes in cells*/
  text-indent: 0 !important;
  border: 0 none !important;
  height: 1.875rem !important;
  text-align: center;
  padding: 0 0.125rem !important;
  cursor: default !important;
}

.dynamic-rows td .validation-error-text {
  display: none;
}

.dynamic-rows td.required-not-filled input.input, .dynamic-rows td.required-not-filled input[type="text"], .dynamic-rows td.required-not-filled input[type="text"].input, .dynamic-rows td.required-not-filled .rw-dropdownlist > .rw-input {
  background-color: rgba(204, 0, 0, 0.2) !important;
}

.dynamic-rows td.required-not-filled .rw-dropdownlist.rw-open > .rw-input, .dynamic-rows td.required-not-filled .rw-filter-input > .rw-input {
  background-color: white !important;
  opacity: 1;
}

.dynamic-rows td input[readonly]:focus, .dynamic-rows td input[readonly]:hover {
  outline: 0 !important;
}

.dynamic-rows td .validation-error {
  white-space: normal;
}

.dynamic-rows td.pointer {
  cursor: pointer !important;
}

.dynamic-rows td.icon:hover,
.dynamic-rows td .order-arrows .icon:hover {
  color: #003399;
}

.dynamic-rows td input.input {
  height: 1.25rem;
  border-color: #d5d5d5;
  box-shadow: none;
  font-size: 0.75rem;
  margin-bottom: 0;
  padding: 0 0.3125rem;
}

.dynamic-rows td input.input:focus, .dynamic-rows td input.input:hover {
  background-color: #ffffff;
  outline: 2px solid #003399;
}

.dynamic-rows td textarea {
  white-space: pre-wrap;
}

.dynamic-rows td textarea:focus, .dynamic-rows td textarea:hover {
  background-color: #ffffff;
  outline: 2px solid #003399;
}

.dynamic-rows td textarea[readonly]:focus, .dynamic-rows td textarea[readonly]:hover {
  outline: 0;
}

.dynamic-rows td .comboBox:focus, .dynamic-rows td .comboBox:hover {
  outline: 2px solid #003399;
}

.dynamic-rows td .selectbox:focus, .dynamic-rows td .selectbox:hover, .dynamic-rows td .searchbox:focus, .dynamic-rows td .searchbox:hover, .dynamic-rows td .rw-state-focus:focus, .dynamic-rows td .rw-state-focus:hover {
  outline: 2px solid #003399;
}

.dynamic-rows td .calendar input[type="text"]:focus, .dynamic-rows td .calendar input[type="text"]:hover {
  outline: 2px solid #003399;
}

.dynamic-rows td .calendar input[readonly]:focus, .dynamic-rows td .calendar input[readonly]:hover {
  outline: 0;
}

.dynamic-rows td .selectBox {
  text-align: left;
}

.dynamic-rows td .selectbox-wrap.readonly .selectbox:focus, .dynamic-rows td .selectbox-wrap.readonly .selectbox:hover {
  outline: 0;
}

.dynamic-rows td .row {
  text-align: left;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.dynamic-rows td .row .rw-dropdownlist > .rw-input {
  text-indent: 5px;
  background-color: #ffffff;
  height: 1.375rem;
}

.dynamic-rows td .row .rw-dropdownlist {
  padding-right: 27px;
}

.dynamic-rows td .row .rw-dropdownlist.rw-widget.rw-open, .dynamic-rows td .row .rw-dropdownlist.rw-widget.rw-open-up {
  outline: 2px solid #003399;
}

.dynamic-rows td .row .searchbox {
  /*width: calc(100% - 30px);
				.rw-dropdownlist {
					padding-right: 0px;
					background-color: white;
				}*/
}

.dynamic-rows td .row .searchbox .searchbox-footer {
  margin-bottom: 5px;
}

.dynamic-rows td .row .rw-filter-input > .rw-input {
  text-indent: 5px;
  border: 0 none !important;
}

.dynamic-rows td input[type="text"].calendarInput {
  width: calc(100% - 30px);
}

.dynamic-rows td .order-arrows {
  font-size: 0.875rem;
  padding-top: 0.1875rem;
  line-height: 0.875rem;
}

.dynamic-rows tr.total-row {
  background: #f4f4f4 !important;
}

.dynamic-rows tr.total-row td input, .dynamic-rows tr.total-row td textarea {
  background-color: transparent !important;
  font-weight: bold !important;
}

.dynamic-rows tr.total-row td .row .rw-dropdownlist > .rw-input {
  background-color: transparent;
}

.dynamic-rows tr.total-row td .row .div-icon-drop-down {
  background-color: transparent;
}

.dynamic-rows tr.total-row td .row .div-icon-drop-down .icon {
  color: #003399 !important;
}

.dynamic-rows tr.total-row td input.input:focus, .dynamic-rows tr.total-row td input.input:hover {
  outline: 0;
}

.dynamic-rows tr.total-row td .selectbox:focus, .dynamic-rows tr.total-row td .selectbox:hover, .dynamic-rows tr.total-row td .rw-state-focus:focus, .dynamic-rows tr.total-row td .rw-state-focus:hover {
  outline: 0;
}

.dynamic-rows .total-rows {
  margin: 0.3125rem 0 0.625rem 0;
}

.dynamic-rows .total-rows span {
  display: inline-block;
  margin-right: 0.625rem;
}

.dynamic-rows .total-rows div {
  margin-bottom: 0.1875rem;
}

.dynamic-rows .total-rows input[type="text"] {
  display: inline-block;
  height: 1.25rem;
  border-color: #d5d5d5;
  box-shadow: none;
  font-size: 0.75rem;
  padding: 0 0.3125rem;
  width: 150px;
  font-weight: bold;
}

.dynamic-rows .total-rows input[type="text"]:focus, .dynamic-rows .total-rows input[type="text"]:hover {
  background-color: #ffffff;
  outline: 2px solid #003399;
}

.dynamic-rows .total-rows * {
  text-align: right;
  font-weight: bold;
}

table.invoice-table {
  border: none;
  border-spacing: 0;
  margin-bottom: 0;
  color: #555;
  border-collapse: separate;
  table-layout: fixed;
}

table.invoice-table.cron-table td {
  cursor: default;
}

table.invoice-table thead {
  background-color: #ffffff;
}

table.invoice-table thead th, table.invoice-table thead td {
  color: #003399;
  font-weight: 400;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-size: 0.75rem;
  padding: 0;
}

table.invoice-table thead th.mandatory, table.invoice-table thead td.mandatory {
  color: red;
}

table.invoice-table thead th.mandatory span:after, table.invoice-table thead td.mandatory span:after {
  position: relative;
  content: "\A0*";
  color: red;
}

table.invoice-table thead th.readonly, table.invoice-table thead td.readonly {
  color: #555;
}

table.invoice-table thead th.cond-mandatory, table.invoice-table thead td.cond-mandatory {
  color: orange;
}

table.invoice-table thead th.cond-mandatory span:after, table.invoice-table thead td.cond-mandatory span:after {
  position: relative;
  content: "\A0*";
  color: orange;
}

table.invoice-table thead th.writeable, table.invoice-table thead td.writeable {
  color: #003399;
}

table.invoice-table thead th .thdiv, table.invoice-table thead td .thdiv {
  padding: 0.0625rem 0.625rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.625rem;
}

table.invoice-table thead th td, table.invoice-table thead td td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.invoice-table thead th:last-child, table.invoice-table thead th.last, table.invoice-table thead td:last-child, table.invoice-table thead td.last {
  border-right: none;
  min-width: 5rem;
}

table.invoice-table thead th span, table.invoice-table thead td span {
  line-height: 1.625rem;
}

table.invoice-table thead th .header-filter, table.invoice-table thead td .header-filter {
  display: block;
  line-height: 1.25rem;
  padding: 0 0.625rem;
  white-space: nowrap;
  min-width: 50px;
}

table.invoice-table thead th input[type="text"][readonly], table.invoice-table thead td input[type="text"][readonly] {
  border: 0 none;
  background-color: transparent;
}

table.invoice-table thead th input[type="text"], table.invoice-table thead td input[type="text"] {
  height: 1.25rem;
  border-color: #d5d5d5;
  box-shadow: none;
  font-size: 0.75rem;
  margin-bottom: 0.1875rem;
  color: #888888;
  padding: 0 5px;
  /* Chrome/Opera/Safari */
  /* firefox 19+ */
  /* ie */
  /* Firefox 18- */
}

table.invoice-table thead th input[type="text"].hidden, table.invoice-table thead td input[type="text"].hidden {
  display: none;
}

table.invoice-table thead th input[type="text"]:focus, table.invoice-table thead td input[type="text"]:focus {
  background-color: #ffffff;
}

table.invoice-table thead th input[type="text"]::-webkit-input-placeholder, table.invoice-table thead td input[type="text"]::-webkit-input-placeholder {
  color: #cccccc;
}

table.invoice-table thead th input[type="text"]::-moz-placeholder, table.invoice-table thead td input[type="text"]::-moz-placeholder {
  color: #cccccc;
}

table.invoice-table thead th input[type="text"]:-ms-input-placeholder, table.invoice-table thead td input[type="text"]:-ms-input-placeholder {
  color: #cccccc;
}

table.invoice-table thead th input[type="text"]input:-moz-placeholder, table.invoice-table thead td input[type="text"]input:-moz-placeholder {
  color: #cccccc;
}

table.invoice-table thead th i.icon, table.invoice-table thead td i.icon {
  margin-left: 5px;
}

table.invoice-table thead th .grey.icon.icon-arrow-57, table.invoice-table thead th .grey.icon.icon-arrow-58, table.invoice-table thead td .grey.icon.icon-arrow-57, table.invoice-table thead td .grey.icon.icon-arrow-58 {
  color: #f1f1f1 !important;
}

table.invoice-table thead th .icon, table.invoice-table thead td .icon {
  color: #555;
  vertical-align: top;
}

table.invoice-table thead th .icon:hover, table.invoice-table thead td .icon:hover {
  color: #003399;
}

table.invoice-table thead th .icon.icon-arrow-57, table.invoice-table thead th .icon.icon-arrow-58, table.invoice-table thead td .icon.icon-arrow-57, table.invoice-table thead td .icon.icon-arrow-58 {
  font-size: 0.75rem;
  font-weight: 700;
  position: absolute;
  right: 10px;
}

table.invoice-table thead th .icon.icon-arrow-57, table.invoice-table thead th .icon.icon-arrow-58, table.invoice-table thead td .icon.icon-arrow-57, table.invoice-table thead td .icon.icon-arrow-58 {
  color: #003399 !important;
}

table.invoice-table tbody {
  outline: 0;
}

table.invoice-table tbody:focus {
  outline: 0;
}

table.invoice-table tbody tr:nth-of-type(2n) {
  background: #fdfdfd;
}

table.invoice-table tbody tr:nth-of-type(2n+1) {
  background: #f4f4f4;
}

table.invoice-table tbody tr td {
  color: #555;
  border-bottom: 1px solid #e6e6e6;
  text-indent: 10px;
  border-right: 1px solid #e6e6e6;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 21px;
  margin: 0;
  cursor: pointer;
  padding: 0;
}

table.invoice-table tbody tr td .icon {
  vertical-align: middle;
}

table.invoice-table tbody tr td .icon.green {
  color: #003399;
}

table.invoice-table tbody tr td .icon.red {
  color: #e8801b;
}

table.invoice-table tbody tr td.center {
  text-align: center !important;
  text-indent: 0;
}

table.invoice-table tbody tr td a {
  text-decoration: underline;
}

table.invoice-table tbody tr td a:hover {
  text-decoration: none;
}

table.invoice-table tbody tr td:last-child,
table.invoice-table tbody tr td.last {
  border-right: none;
  min-width: 5rem;
}

table.invoice-table tbody tr.row-selected td {
  color: #ffffff;
  background-color: #003399;
}

table.invoice-table tbody tr.row-selected td a {
  color: #ffffff;
}

table.invoice-table tbody tr.row-selected td .icon.green {
  color: #fff;
}

table.invoice-table tbody tr.row-selected td .icon.red {
  color: #e8801b;
}

table.invoice-table tbody tr.red td {
  color: #f00;
}

table.invoice-table tbody tr.orange td {
  color: #e8801b;
}

table.invoice-table tbody tr.row-selected.red td {
  color: #fff;
}

table.invoice-table tbody tr.will-disappear td {
  text-decoration: line-through;
}

table.invoice-table .dyn-table-dlv-index {
  background-color: #f2f2f2;
}

.case-overview table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}

table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}

table thead {
  background: #F5F5F5;
}

table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

table tfoot {
  background: #F5F5F5;
}

table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.readonly-table td input {
  background-color: transparent !important;
}

.readonly-table td .row .rw-dropdownlist > .rw-input {
  background-color: transparent;
}

.readonly-table td .row .div-icon-drop-down {
  background-color: transparent;
}

.readonly-table td input.input:focus, .readonly-table td input.input:hover {
  outline: 0;
}

.readonly-table td .selectbox:focus, .readonly-table td .selectbox:hover, .readonly-table td .rw-state-focus:focus, .readonly-table td .rw-state-focus:hover {
  outline: 0;
}

.readonly-table .total-rows input[type="text"]:focus, .readonly-table .total-rows input[type="text"]:hover {
  outline: 0;
}

/******************* Slider ******************/
.content-table .is-mobile .ui-widget-content {
  position: fixed;
}

.content-table .ui-state-default,
.content-table .ui-widget-content .ui-state-default,
.content-table .ui-widget-header .ui-state-default {
  background: #888888;
  border: 0 none;
}

.content-table .ui-widget-content {
  background: #e6e6e6;
  position: absolute;
  right: 0;
  border: 0 none;
  border-left: 4px solid #fff;
}

.content-table .ui-widget-content.ui-corner-all {
  border-radius: 0;
}

.content-table .ui-slider-vertical {
  width: 8px;
}

.content-table .ui-slider-vertical .ui-slider-handle {
  margin-bottom: -1.25rem;
  left: 0;
  height: 1.25rem;
  width: 4px;
}

.content-table .ui-slider-vertical .ui-slider-handle:focus {
  outline: 0;
}

.content-table .ui-handle-helper-parent {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/************** colResizable ****************/
.JCLRgrip .JColResizer {
  left: 3px;
}

.JCLRgrip .JColResizer:hover,
.JCLRgrip.dragging .JColResizer {
  border-left: 1px solid black;
  opacity: 1 !important;
  background-color: transparent !important;
}

.JCLRgrip.JCLRLastGrip .JColResizer:hover,
.JCLRgrip.JCLRLastGrip.dragging .JColResizer {
  border-left: 0 none;
}

.JColResizer th {
  overflow: visible !important;
}

@media only screen and (max-width: 1024px) {
  .instructions {
    display: none;
  }
}

/****************** Calendar and selectBox filters **********************/
.header-filter * {
  outline: 0;
}

.header-filter .form-container {
  margin-bottom: 3px;
}

.header-filter .form-container .div-icon-search span.dis-icon {
  vertical-align: top;
  font-size: 0.875rem;
}

.header-filter .form-container .checkbox-list-with-dropdown input {
  padding-right: 1.25rem;
}

.header-filter .form-container .checkbox-list-with-dropdown .icon-wrap {
  height: 1.25rem;
  padding: 0 0.25rem;
}

.header-filter .form-container .checkbox-list-with-dropdown .icon-wrap .icon {
  vertical-align: top;
}

.header-filter .form-container .row .small-12.medium-12.large-6.columns {
  width: 100%;
}

.header-filter .form-container .row .columns {
  padding: 0;
}

.header-filter .form-container .row .columns .row {
  margin-bottom: 0;
  padding: 0;
}

.header-filter .form-container .row .columns .row .h-25, .header-filter .form-container .row .columns .row input[type="text"], .header-filter .form-container .row .columns .row input[type="number"], .header-filter .form-container .row .columns .row input[type="password"], .header-filter .form-container .row .columns .row input[type=text].input, .header-filter .form-container .row .columns .row input[type=text].calendarInput, .header-filter .form-container .row .columns .row input[type=text].clockInput, .header-filter .form-container .row .columns .row .switch.small, .header-filter .form-container .row .columns .row .switch.small label, .header-filter .form-container .switch.small .row .columns .row label, .header-filter .form-container .row .columns .row .radio-custom-label, .header-filter .form-container .row .columns .row .checkbox-custom-label, .header-filter .form-container .row .columns .row .select-drop, .header-filter .form-container .row .columns .row .div-icon-drop-down, .header-filter .form-container .row .columns .row .div-icon-drop-down span.disb-icon, .header-filter .form-container .div-icon-drop-down .row .columns .row span.disb-icon, .header-filter .form-container .row .columns .row .calclp-h-25, .header-filter .form-container .row .columns .row .empty-comp, .header-filter .form-container .row .columns .row .helper-text, .header-filter .form-container .row .columns .row .gu-mirror input, .gu-mirror .header-filter .form-container .row .columns .row input, .header-filter .form-container .row .columns .row #vars-mapping .checkbox label, #vars-mapping .checkbox .header-filter .form-container .row .columns .row label, .header-filter .form-container .row .columns .row ul.rw-list > li.rw-list-option, .header-filter .form-container .row .columns .row
ul.rw-list > li.rw-list-empty, .header-filter .form-container .row .columns .row
.rw-selectlist > li.rw-list-option, .header-filter .form-container .row .columns .row
.rw-selectlist > li.rw-list-empty {
  height: 20px !important;
}

.header-filter .form-container .row .columns .row .h-25 input[type="text"].calendarInput, .header-filter .form-container .row .columns .row input[type="text"] input[type="text"].calendarInput, .header-filter .form-container .row .columns .row input[type="number"] input[type="text"].calendarInput, .header-filter .form-container .row .columns .row input[type="password"] input[type="text"].calendarInput, .header-filter .form-container .row .columns .row input[type=text].input input[type="text"].calendarInput, .header-filter .form-container .row .columns .row input[type=text].calendarInput input[type="text"].calendarInput, .header-filter .form-container .row .columns .row input[type=text].clockInput input[type="text"].calendarInput, .header-filter .form-container .row .columns .row .switch.small input[type="text"].calendarInput, .header-filter .form-container .switch.small .row .columns .row label input[type="text"].calendarInput, .header-filter .form-container .row .columns .row .radio-custom-label input[type="text"].calendarInput, .header-filter .form-container .row .columns .row .checkbox-custom-label input[type="text"].calendarInput, .header-filter .form-container .row .columns .row .select-drop input[type="text"].calendarInput, .header-filter .form-container .row .columns .row .div-icon-drop-down input[type="text"].calendarInput, .header-filter .form-container .div-icon-drop-down .row .columns .row span.disb-icon input[type="text"].calendarInput, .header-filter .form-container .row .columns .row .calclp-h-25 input[type="text"].calendarInput, .header-filter .form-container .row .columns .row .empty-comp input[type="text"].calendarInput, .header-filter .form-container .row .columns .row .helper-text input[type="text"].calendarInput, .header-filter .form-container .row .columns .row .gu-mirror input input[type="text"].calendarInput, .gu-mirror .header-filter .form-container .row .columns .row input input[type="text"].calendarInput, .header-filter .form-container .row .columns .row #vars-mapping .checkbox label input[type="text"].calendarInput, #vars-mapping .checkbox .header-filter .form-container .row .columns .row label input[type="text"].calendarInput, .header-filter .form-container .row .columns .row ul.rw-list > li.rw-list-option input[type="text"].calendarInput, .header-filter .form-container .row .columns .row
ul.rw-list > li.rw-list-empty input[type="text"].calendarInput, .header-filter .form-container .row .columns .row
.rw-selectlist > li.rw-list-option input[type="text"].calendarInput, .header-filter .form-container .row .columns .row
.rw-selectlist > li.rw-list-empty input[type="text"].calendarInput {
  width: calc(100% - 20px);
}

.header-filter .form-container .row .columns .row .calclp-h-25.date {
  width: calc(100% - 65px);
  min-width: 4.125rem;
  padding-right: 0.1875rem;
}

.header-filter .form-container .row .columns .row .calclp-h-25.date input[type="text"] {
  padding-left: 0.3125rem !important;
}

.header-filter .form-container .row .columns .row .calclp-h-25.clock {
  float: left;
}

.header-filter .form-container .row .columns .row .calclp-h-25.clock input[type="text"] {
  padding-left: 0.3125rem !important;
  width: 2.6875rem;
}

.header-filter .form-container .row .columns .row input {
  padding-left: 5px;
  height: 1.25rem !important;
  margin-bottom: 3px;
  line-height: normal;
  color: #888888;
}

.header-filter .form-container .row .columns .row .rw-dropdownlist {
  height: 20px;
}

.header-filter .form-container .row .columns .row .rw-dropdownlist > .rw-input {
  line-height: 20px;
  color: #888888;
  text-indent: 5px;
  height: 19px;
}

.header-filter .form-container .row .columns .row .input-append.date .icon,
.header-filter .form-container .row .columns .row .clock .icon {
  font-size: 0.75rem;
  margin: 0 0 0 5px;
  display: inline-block;
  line-height: 20px;
  vertical-align: text-bottom;
}

.header-filter .form-container .row .columns .row ul.rw-list > li.rw-list-option,
.header-filter .form-container .row .columns .row ul.rw-list > li.rw-list-empty,
.header-filter .form-container .row .columns .row .rw-selectlist > li.rw-list-option,
.header-filter .form-container .row .columns .row .rw-selectlist > li.rw-list-empty {
  text-indent: 5px;
}

.header-filter .form-container .row .columns .row .rw-select {
  width: 20px;
}

.header-filter .form-container .row .columns .row .div-icon-drop-down {
  margin-left: -20px !important;
  width: 20px;
  height: 20px !important;
}

.header-filter .form-container .row .columns .row .div-icon-drop-down span.disb-icon {
  height: 20px;
  width: 20px;
}

.header-filter .form-container .row .columns .row .div-icon-drop-down span:before {
  vertical-align: 2px;
}

.content-table-with-tree * {
  font-family: opensans;
  font-weight: 400;
}

.content-table-with-tree #textareas .icon {
  display: inline-block;
  color: #003399;
  font-size: 1.5rem;
  height: 1.625rem;
  line-height: 1.625rem;
  width: 1.625rem;
}

.content-table-with-tree #textareas .icon:hover {
  color: #ffffff;
  background-color: #003399;
}

.content-table-with-tree #textareas .column, .content-table-with-tree #textareas .columns {
  padding: 0 0.625rem 0 0;
}

.content-table-with-tree #textareas label {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.8125rem;
  line-height: 0.75rem;
}

.content-table-with-tree #textareas textarea {
  color: #555;
  box-shadow: none;
  min-height: 4.0625rem;
  font-size: 0.75rem;
  padding: 0.125rem 0.375rem 0.375rem;
  margin-bottom: 1.875rem;
}

.content-table-with-tree .columns {
  padding-left: 0;
}

#menu-wrapper #menu-table {
  margin-left: 230px;
}

#menu-wrapper #menu-table.tree-hide-menu-table {
  margin-left: 1.3125rem;
}

#menu-wrapper .icon-list {
  position: absolute;
  right: 0.1875rem;
  color: #003399;
}

#menu-wrapper .icon-list-hide {
  left: 0.125rem;
}

#menu-wrapper .treeButtons {
  position: fixed;
  bottom: 0.125rem;
}

#menu-wrapper .treeButtons .active.icon {
  color: #003399;
}

#menu-wrapper .treeButtons.buttons-hide {
  display: none;
}

#menu-wrapper .treeButtons .icon {
  color: #aaa;
  margin-right: 1.25rem;
  font-size: 1.25rem;
}

#menu-wrapper .treeButtons .icon.icon-add-1 {
  padding-left: 0.9375rem;
}

#menu-plugin {
  min-height: 114px;
  position: relative;
  width: 14.375rem;
  float: left;
  height: 100%;
  overflow: auto;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

#menu-plugin .tree-filter {
  padding: 0.3125rem;
}

#menu-plugin .tree-filter input {
  height: 1.25rem;
  border-color: #d5d5d5;
  box-shadow: none;
  font-size: 0.75rem;
  margin-bottom: 0;
  color: #888888;
  padding: 0 0.3125rem;
}

#menu-plugin .tree-filter input:focus {
  background-color: #ffffff;
}

#menu-plugin #tree-menu {
  list-style-type: none;
  font-family: opensans;
  font-weight: 400;
  font-size: 0.75rem;
  margin-left: 0;
  float: left;
  padding: 0;
  margin-bottom: 0;
}

#menu-plugin #tree-menu span.icon.icon-folder-1,
#menu-plugin #tree-menu span.icon.icon-folder-2 {
  color: #003399;
  margin: 0 0.625rem 0 0.25rem;
  font-size: 0.6875rem;
}

#menu-plugin #tree-menu span.icon.icon-file-1 {
  color: #aaaaaa;
  margin: 0 0.375rem 0 0.25rem;
  font-size: 0.625rem;
  vertical-align: middle;
}

#menu-plugin #tree-menu ul.jqtree-tree ul {
  border-left: 3px solid #e6e6e6;
}

#menu-plugin #tree-menu ul {
  list-style-type: none;
  font-family: opensans;
  font-weight: 400;
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: 1.125rem;
}

#menu-plugin #tree-menu li div {
  margin: 0 0 0 0.5rem;
}

#menu-plugin #tree-menu li div:hover span,
#menu-plugin #tree-menu li div:hover a {
  background-color: #f4f4f4;
  color: #555;
}

#menu-plugin #tree-menu.tree-menu-hide {
  width: 0;
}

#menu-plugin.tree-hide {
  position: static !important;
  width: 1.3125rem;
  border: 0 none;
  overflow: hidden !important;
}

/************* Tree menu *************/
[class^="jqtree_common"]::before, [class*=" jqtree_common"]::before {
  font-family: "general-tas" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
}

span.jqtree-title::before {
  content: "";
  margin-right: 0.8125rem;
  font-size: 0.625rem;
  color: #aaaaaa;
}

span.jqtree-dragging {
  color: #ffffff;
  background: black;
  opacity: 0.6;
  cursor: pointer;
  padding: 0.125rem 0.5rem;
}

span.jqtree_common.jqtree-title.jqtree-title-folder::before {
  content: "";
  margin-right: 0;
}

li.jqtree-selected > .jqtree-element span.jqtree-title::before {
  color: #ffffff;
}

li.jqtree-selected > .jqtree-element span.jqtree-title:hover::before {
  color: #ffffff;
}

ul.jqtree-tree {
  margin-left: 0;
  list-style: none outside;
  margin-bottom: 0;
  padding: 0;
}

ul.jqtree-tree li.jqtree_common {
  clear: both;
  list-style-type: none;
}

ul.jqtree-tree li.jqtree_common .own-tree-icon {
  color: #003399;
  height: 1rem;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  font-weight: 900;
}

ul.jqtree-tree li.jqtree-ghost {
  position: relative;
  z-index: 10;
  margin-right: 0.625rem;
}

ul.jqtree-tree li.jqtree-ghost span {
  display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
  background-color: #003399;
  height: 1px;
  padding: 0;
  position: absolute;
  top: -1px;
  left: 2px;
  width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
  margin-left: 3rem;
}

ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
  display: none;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element span,
ul.jqtree-tree li.jqtree-selected > .jqtree-element a {
  background-color: #003399 !important;
  color: #ffffff !important;
  visibility: visible;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element span:hover,
ul.jqtree-tree li.jqtree-selected > .jqtree-element a:hover {
  background-color: #003399 !important;
  color: #ffffff !important;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element span .icon,
ul.jqtree-tree li.jqtree-selected > .jqtree-element a .icon {
  color: #ffffff !important;
}

ul.jqtree-tree .jqtree-toggler {
  border-bottom: none;
  color: #aaaaaa;
  text-decoration: none;
  vertical-align: middle;
}

ul.jqtree-tree .jqtree-element {
  cursor: pointer;
  position: relative;
}

ul.jqtree-tree ul.jqtree_common {
  list-style: none outside;
  margin-bottom: 0;
  padding: 0;
  display: block;
  margin-left: 1rem;
  margin-right: 0;
}

ul.jqtree-tree span.jqtree-border {
  position: absolute;
  display: block;
  left: -2px;
  top: 0;
  border: solid 1px #003399;
  border-radius: 6px;
  margin: 0;
  box-sizing: content-box;
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
  outline: dashed 1px #003399;
}

.jqtree-tree .jqtree-title {
  font-size: 0.75rem;
  vertical-align: middle;
  padding: 0 0.3125rem;
}

div.jqtree-element.jqtree_common {
  white-space: nowrap;
}

.tree-hide-selected {
  display: block !important;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -ms-transform-origin: left top 0;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: left top 0;
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  transform-origin: left top 0;
  position: absolute;
  left: 1.25rem;
  top: 0.6875rem;
}

.tree-hide-selected:hover {
  background: none;
}

#tree-menu.tree-menu-hide {
  visibility: hidden;
}

#tree-menu.tree-menu-hide .jqtree-folder.jqtree-selected > div {
  display: none;
}

input::-ms-clear {
  display: none;
}

select {
  background-image: none;
}

.form-container {
  /*
    //  tooltip
    */
}

.form-container .basic-mode-hide,
.form-container .option-basic-mode-hide {
  display: none !important;
}

.form-container table.full-width {
  width: 100%;
}

.form-container.with-dynamic-rows .small-12.medium-12.large-12.columns {
  padding-bottom: 100px;
}

.form-container.with-dynamic-rows.is-mobile .small-12.medium-12.large-12.columns {
  overflow: auto;
}

.form-container.with-dynamic-rows-template.is-mobile .row > .small-12.medium-12.large-12.columns .dynamic-rows {
  overflow: auto;
}

.form-container .form-heading {
  margin-top: 2rem;
  padding-left: 1.0625rem;
}

.form-container .row .columns {
  padding: 0.75rem;
  padding-bottom: 0;
}

.form-container .row .columns .header {
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e6e6e6;
}

.form-container .row .columns .row {
  display: block;
  margin: 0;
  margin-bottom: 0.3125rem;
  padding: 0 0.3125rem;
  width: auto;
  height: auto;
}

.form-container .row .columns .row .column, .form-container .row .columns .row .columns {
  padding: 0;
}

.form-container .row .columns .row .padleft {
  padding-left: 1.75rem !important;
}

.form-container .component-label {
  position: absolute;
  font-size: 0.5rem;
  font-weight: 700;
  background-color: #003399;
  color: #fff;
  width: 0.5rem;
  padding-left: 1px;
  height: 1.5625rem;
  overflow: hidden;
  cursor: help;
  left: -0.6875rem;
}

.form-container hr {
  margin: 0;
}

.form-container label {
  min-height: 25px;
  padding-right: 1.5625rem !important;
  font-weight: 700;
  font-size: 0.75rem;
  color: #555;
  cursor: text !important;
  word-wrap: break-word;
}

.form-container label a {
  color: #003399;
  text-decoration: underline !important;
}

.form-container label span {
  font-size: 0.75rem;
}

.form-container label span.sub-label {
  font-weight: 400;
  margin-left: 0.3125rem;
}

.form-container label.imp-to-fill {
  color: red;
}

.form-container label.imp-to-fill.imp-to-fill:after {
  position: relative;
  content: "\A0*";
  color: red;
}

.form-container label.fw-400, .form-container label .fw-400 {
  font-weight: 400 !important;
}

.form-container label.long {
  padding-right: 0 !important;
  height: auto !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  word-break: break-word;
}

.form-container label.cursive {
  font-style: italic !important;
}

.form-container label .lang-label {
  position: absolute;
  top: 4px;
  width: 1.0625rem;
  height: 1.0625rem;
  padding-top: 1px;
  margin-left: 0.3125rem;
  color: #ffffff;
  border-radius: 50%;
  background-color: #003399;
  font-size: 0.625rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  line-height: 14px;
}

.form-container label .lang-label.mar {
  margin-left: 0.9375rem;
}

.form-container label .html {
  white-space: pre-wrap;
  word-wrap: break-word;
}

@media only screen and (min-width: 64.063em) {
  .form-container label.large-1-column-like-2-columns-label {
    width: 20.3%;
  }
}

.form-container label .label-button {
  position: absolute;
  top: 0.125rem;
  right: 0.3125rem;
  font-size: 1rem;
  font-weight: initial;
  color: #aaa;
}

.form-container label .label-button.active {
  color: #003399;
  cursor: pointer;
}

.form-container input[type="text"], .form-container input[type="number"], .form-container input[type="password"], .form-container input[type="radio"], .form-container input[type="checkbox"], .form-container input[type="radio"] + label, .form-container input[type="checkbox"] + label, .form-container input[type="file"] {
  margin: 0 !important;
  padding: 0;
}

.form-container input[type="text"], .form-container input[type="number"], .form-container input[type="password"], .form-container input[type=text].input, .form-container input[type=text].calendarInput, .form-container input[type=text].clockInput {
  padding-left: 0.75rem !important;
  background-color: #fff;
  box-shadow: none;
  transition: none;
}

.form-container input.align-right {
  padding-right: 0.75rem;
  text-align: right !important;
}

.form-container input[type="text"]:focus, .form-container input[type="password"]:focus, .form-container input[type="email"]:focus, .form-container input[type="number"]:focus, .form-container input[type="search"]:focus,
.form-container input[type="date"]:focus, .form-container input[type="datetime"]:focus, .form-container input[type="datetime-local"]:focus, .form-container input[type="month"]:focus, .form-container input[type="week"]:focus,
.form-container input[type="tel"]:focus, .form-container input[type="time"]:focus, .form-container input[type="url"]:focus, .form-container input[type="color"]:focus,
.form-container textarea:focus {
  background-color: #fff;
}

.form-container input:-webkit-autofill textarea:-webkit-autofill, .form-container select:-webkit-autofill {
  background-color: #fff !important;
}

.form-container textarea {
  line-height: 1.375rem !important;
  transition: none;
}

.form-container .text.hidden {
  margin-bottom: 0 !important;
}

.form-container .text-button {
  position: relative;
}

.form-container .text-button input[type="text"] {
  width: calc(100% - 1.875rem);
  float: left;
}

.form-container .text-button .icon {
  color: #003399;
  font-size: 1.375rem;
  padding-left: 0.3125rem;
  cursor: pointer;
  position: absolute;
}

.form-container .text-button .helper-menu-box {
  display: none;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 1.5625rem;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  max-height: 18.125rem;
  overflow: auto;
  width: 100%;
}

.form-container .text-button .helper-menu-box ul {
  list-style: none;
  margin: 0;
}

.form-container .text-button .helper-menu-box ul a {
  padding: 0.3125rem 0.625rem;
  display: block;
  font-size: 0.75rem;
  height: 1.75rem;
}

.form-container .text-button .helper-menu-box ul a:hover {
  background-color: #003399;
  color: #fff;
}

.form-container .text-button .helper-menu-box.open {
  display: block;
}

.form-container .text-button .helper-menu-box.open-up {
  top: auto;
  bottom: 1.5625rem;
}

.form-container .resize-polyfill-wrapper {
  min-width: 100%;
}

.form-container textarea {
  margin-bottom: 0 !important;
  padding: 0;
  padding-left: 0.75rem;
  height: auto;
  min-height: 1.5625rem;
  background-color: #fff;
  box-shadow: none;
  resize: vertical;
}

.form-container .CodeMirror {
  font-size: 0.75rem;
  border: 1px solid #d5d5d5;
  height: 500px;
}

.form-container .calculations-suggest-area .CodeMirror {
  height: auto;
}

.form-container .calculations-suggest-area .CodeMirror-scroll {
  max-height: 500px;
}

.form-container .cm-trailingspace {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUXCToH00Y1UgAAACFJREFUCNdjPMDBUc/AwNDAAAFMTAwMDA0OP34wQgX/AQBYgwYEx4f9lQAAAABJRU5ErkJggg==);
  background-position: bottom left;
  background-repeat: repeat-x;
}

.form-container .cm-matchhighlight {
  background-color: #003399;
}

.form-container .CodeMirror-selection-highlight-scrollbar {
  background-color: #003399;
}

.form-container .lint-error {
  font-family: arial;
  font-size: 70%;
  background: #ffa;
  color: #a00;
  padding: 0.125rem 0.3125rem 0.1875rem;
}

.form-container .lint-error-icon {
  color: white;
  background-color: red;
  font-weight: bold;
  border-radius: 50%;
  padding: 0 0.1875rem;
  margin-right: 0.4375rem;
}

.form-container .switch input:checked + label {
  background-color: #003399;
}

.form-container .switch label {
  cursor: pointer !important;
  background-color: #d5d5d5;
}

.form-container .switch label:after {
  top: 0.1875rem;
  left: 0.1875rem;
}

.form-container .switch.small label {
  cursor: pointer;
  width: 2.8125rem;
}

.form-container .switch.small label:after {
  width: 1.1875rem;
  height: 1.1875rem;
}

.form-container .switch.small input:checked + label:after {
  left: 1.4375rem;
}

.form-container .radio-custom {
  opacity: 0;
  position: absolute;
}

.form-container .radio-custom, .form-container .radio-custom-label {
  cursor: pointer !important;
  display: inline-block;
  vertical-align: middle;
}

.form-container .radio-custom-label {
  position: relative;
  max-width: 100%;
}

.form-container .radio-custom-label.inactive {
  color: #aaa;
}

.form-container .radio-custom + .radio-custom-label:before {
  margin-right: 0.6875rem;
  content: '';
  background-color: #fff;
  border: 1px solid #003399;
  display: inline-block;
  vertical-align: middle;
  width: 1.0625rem;
  height: 1.0625rem;
  text-align: center;
}

.form-container .radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.form-container .radio-custom:checked + .radio-custom-label:before {
  font-weight: normal !important;
  background-color: #003399;
  box-shadow: inset 0 0 0 0.25rem #fff;
}

.form-container .radio-custom + .radio-custom-label.inactive:before {
  border-color: #aaa;
}

.form-container .checkbox-custom {
  opacity: 0;
  position: absolute;
  width: 1.75rem;
}

.form-container .checkbox-custom, .form-container .checkbox-custom-label {
  cursor: pointer !important;
  display: inline-block;
  vertical-align: middle;
}

.form-container .checkbox-custom-label {
  position: relative;
  max-width: 100%;
}

.form-container .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  display: inline-block;
  margin-right: 0.6875rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #fff;
  border: 1px solid #003399;
  text-align: center;
  vertical-align: -4px;
}

.form-container .checkbox-custom:checked + .checkbox-custom-label:before {
  content: "|";
  font-weight: normal !important;
  font-size: 1.1875rem;
  color: #003399;
  background-color: #fff;
  border: none;
  vertical-align: -4px;
}

.form-container span.no-checkbox {
  font-size: 0.75rem;
}

.form-container .checkbox .checkbox-custom + .checkbox-custom-label.start:before {
  content: "\E9";
}

.form-container .checkbox .checkbox-custom + .checkbox-custom-label.end:before {
  content: "\ED";
}

.form-container .checkbox .checkbox-custom + .checkbox-custom-label.hand:before {
  content: "\E00C";
}

.form-container .checkbox .checkbox-custom + .checkbox-custom-label.recalc:before {
  content: "\E00B";
}

.form-container .checkbox .checkbox-custom + .checkbox-custom-label.pull:before {
  content: "(";
}

.form-container .checkbox .checkbox-custom:checked + .checkbox-custom-label.start:before {
  content: "\E9";
  color: #003399;
}

.form-container .checkbox .checkbox-custom:checked + .checkbox-custom-label.end:before {
  content: "\ED";
  color: #003399;
}

.form-container .checkbox .checkbox-custom:checked + .checkbox-custom-label.hand:before {
  content: "\E00C";
  color: #003399;
}

.form-container .checkbox .checkbox-custom:checked + .checkbox-custom-label.recalc:before {
  content: "\E00B";
  color: #003399;
}

.form-container .checkbox .checkbox-custom:checked + .checkbox-custom-label.pull:before {
  content: "(";
  color: #003399;
}

.form-container .checkbox-list-with-dropdown label {
  padding-right: 0 !important;
}

.form-container .checkbox-list-with-dropdown input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1.75rem;
  cursor: pointer;
}

.form-container .checkbox-list-with-dropdown input[type="text"][readonly] {
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
}

.form-container .checkbox-list-with-dropdown .icon-wrap {
  padding: 0 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.75rem;
  height: 1.5625rem;
}

.form-container .checkbox-list-with-dropdown .icon-wrap .icon {
  color: #003399;
  vertical-align: middle;
}

.form-container .checkbox-list-with-dropdown:hover > .icon-wrap {
  background-color: #003399;
}

.form-container .checkbox-list-with-dropdown:hover > .icon-wrap .icon {
  color: white;
}

.form-container .checkbox-list-with-dropdown .checkbox-list.open-dropdown {
  padding: 0.625rem !important;
}

.form-container .checkbox-list-with-dropdown {
  position: relative;
}

.form-container .checkbox-list-with-dropdown label {
  padding-right: 0 !important;
}

.form-container .checkbox-list-with-dropdown input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1.75rem;
  cursor: pointer;
}

.form-container .checkbox-list-with-dropdown input[type="text"][readonly] {
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
}

.form-container .checkbox-list-with-dropdown .icon-wrap {
  padding: 0 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.75rem;
  height: 1.5625rem;
}

.form-container .checkbox-list-with-dropdown .icon-wrap .icon {
  color: #003399;
  vertical-align: middle;
}

.form-container .checkbox-list-with-dropdown:hover > .icon-wrap {
  background-color: #003399;
}

.form-container .checkbox-list-with-dropdown:hover > .icon-wrap .icon {
  color: white;
}

.form-container .checkbox-list-with-dropdown .checkbox-list.open-dropdown {
  padding: 0 0.3125rem 0.3125rem 0.625rem !important;
  max-height: 17.3125rem;
  overflow: auto;
}

.form-container .checkbox-list-with-dropdown .checkbox-list.open-dropdown.open-up {
  bottom: 100%;
}

.form-container .notes textarea {
  float: left;
  width: calc(100% - 5.32rem);
  min-height: 4.8125rem;
}

.form-container .notes .notesButton {
  background: #F6F6F6;
  border: 1px solid #E6E6E6;
  margin-left: 0.3125rem;
  padding: 1.5rem 0.4375rem;
  width: 5rem;
  float: left;
}

.form-container .notes .notesButton .icon {
  font-size: 1rem;
  vertical-align: middle;
  margin-right: 0.3125rem;
  color: #555;
}

.form-container .notes .note-container {
  padding-top: 0.3125rem !important;
}

.form-container .notes .note-container .note-wrap {
  border: 1px solid #003399;
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
}

.form-container .notes .note-container .note-wrap .note-header {
  min-height: 1.5625rem;
  line-height: 1rem;
  background-color: #003399;
  padding: 0.25rem 0.3125rem;
  border-bottom: 1px solid #003399;
  color: #fff;
  display: flex;
}

.form-container .notes .note-container .note-wrap .note-header span {
  font-weight: 400;
}

.form-container .notes .note-container .note-wrap .note-header div:last-child {
  white-space: nowrap;
  flex-grow: 1;
}

.form-container .notes .note-container .note-wrap .note-header div:last-child span {
  display: flex;
  justify-content: flex-end;
  padding-left: 0.9375rem;
}

.form-container .notes .note-container .note-wrap .note {
  padding: 0 0.3125rem;
  white-space: pre-line;
}

.form-container .notes .note-container .note-wrap .note a {
  color: #003399;
  text-decoration: underline;
}

.form-container .file {
  position: relative;
  cursor: pointer;
}

.form-container .file .file-text {
  font-size: 0.75rem;
  font-weight: 400;
  color: #555;
}

.form-container .file-active {
  position: absolute;
  background-color: #fff;
  width: 100%;
  opacity: 1;
  border: 1px dashed #555;
  text-align: center;
  z-index: 6;
}

.form-container .file-active span {
  position: relative;
  font-size: 0.75rem;
  font-weight: 400;
  color: #555;
}

.form-container .file-active:nth-of-type(2) {
  opacity: 0;
}

.form-container .file-active.attach-list {
  height: 100%;
}

.form-container .files {
  clear: both;
  padding-top: 0.3125rem;
  font-size: 0.75rem;
  color: #555;
}

.form-container .files .icon-file-1 {
  float: left;
  color: #003399;
}

.form-container .files .icon-delete-1 {
  float: right;
  color: #003399;
  cursor: pointer;
}

.form-container .files .file-name {
  padding: 0 0.1875rem;
}

.form-container .repeat ul {
  clear: both;
}

.form-container .repeat label,
.form-container .repeat span,
.form-container .repeat label:before {
  float: left;
}

.form-container .repeat label {
  min-height: 26px;
  height: auto !important;
  overflow: visible;
  font-weight: 400;
  padding: 0 !important;
  white-space: nowrap;
}

.form-container .repeat label span {
  font-weight: 400;
}

.form-container .repeat .text {
  width: 2.5rem;
}

.form-container .repeat input[type="text"]:not(.rw-input) {
  width: 1.875rem;
  margin: 0 !important;
  padding-left: 0.3125rem;
  float: left;
}

.form-container .repeat label:before {
  position: relative;
  top: 0.25rem;
}

.form-container .repeat .selectbox-wrap {
  height: 26px !important;
}

.form-container .repeat .calendar {
  width: 115px;
  float: left;
}

.form-container .repeat .calendar .mar {
  margin-bottom: 0;
}

.form-container .repeat .calendar .mar .icon {
  font-size: 22px;
  vertical-align: -5px;
}

.form-container .repeat .weekly span {
  font-size: 0.75rem;
  font-weight: 400;
  color: #555;
}

.form-container .repeat .weekly .selectbox-wrap {
  width: 5.9375rem;
  float: left;
}

.form-container .repeat .monthly .selectbox-wrap {
  width: 5.9375rem;
  float: left;
}

.form-container .repeat .monthly .mw-text {
  padding-left: 5px;
}

.form-container .repeat .yearly .date {
  width: 10rem;
}

.form-container .repeat .yearly .date input[type="text"] {
  width: 4.6875rem;
}

.form-container .repeat .yearly .selectbox-wrap {
  float: left;
  width: 5.9375rem;
}

.form-container .repeat .yearly .mw-text {
  padding-left: 5px;
}

.form-container .repeat .yearly .selectbox-wrap:nth-of-type(3) {
  width: 6.875rem;
}

.form-container .repeat.end .date {
  width: 160px;
}

.form-container .repeat.end .date input[type="text"] {
  width: 4.6875rem;
}

.form-container .select-drop {
  display: block;
  padding-left: 0.75rem;
  padding-right: 1.75rem;
  width: 100%;
  background-color: transparent;
}

.form-container .select-drop.double-height {
  height: 3.4375rem !important;
}

.form-container .select-drop.double-height:first-child {
  font-size: 1.5rem;
  padding-top: 0.8125rem;
}

.form-container .dropdown-list {
  width: 100% !important;
  max-width: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.form-container .dropdown-list.content {
  width: 100% !important;
  max-width: none;
  padding: 0;
  z-index: 2000;
  border-top: none;
}

.form-container .dropdown-list.content.double-height span {
  font-size: 1.5rem;
  vertical-align: middle;
}

.form-container .dropdown-list.content.double-height li {
  float: left;
  padding-right: 0.75rem;
}

@media only screen and (max-width: 40em) {
  .form-container .dropdown-list {
    margin-left: -rem-calc(8px) !important;
  }
}

.form-container .dropdown-list:before, .form-container .dropdown-list:after {
  display: none;
}

.form-container .dropdown-list ul li {
  list-style: none;
  display: block;
  height: auto !important;
  min-height: 1.5625rem;
  text-indent: 0.75rem;
}

.form-container .dropdown-list ul li:hover, .form-container .dropdown-list ul li:hover * {
  color: #fff !important;
  background-color: #003399;
}

.form-container .dropdown-list ul li:nth-child(even) {
  border-top: none;
  border-bottom: none;
}

.form-container .dropdown-list ul li.empty {
  width: 100%;
}

@media only screen and (max-width: 40em) {
  .form-container .select-drop-open-left {
    margin-left: -8px;
  }
}

.form-container .show-hide-inputs {
  margin: 0 !important;
}

.form-container .show-hide-inputs .row {
  padding: 0 !important;
}

.form-container .show-hide-inputs .lbl {
  font-weight: 700;
  margin-right: 0.625rem;
}

.form-container .show-hide-inputs .hidden {
  display: none;
}

.form-container .show-hide-inputs .s-h-arrow {
  color: #003399;
  cursor: pointer;
  position: absolute;
  margin-left: 1.5625rem;
}

.form-container .show-hide-inputs .s-h-arrow.mar {
  margin-left: 2.1875rem;
}

.form-container .have-button .selectbox {
  width: calc(100% - 1.75rem);
}

.form-container .have-button .div-icon-drop-down {
  margin-left: -3.5rem;
}

.form-container .have-button .evt-button {
  position: absolute;
  right: 1.0625rem;
  color: #003399;
  font-size: 1.375rem;
  cursor: pointer;
}

@media only screen and (max-width: 40.0625em) {
  .form-container .have-button .evt-button.button-pad {
    padding-top: 1.5625rem;
  }
}

.form-container .div-icon-drop-down {
  float: left;
  margin-left: -1.75rem;
  width: 1.75rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-left: none !important;
}

.form-container .div-icon-drop-down.double-height {
  height: 3.4375rem !important;
}

.form-container .div-icon-drop-down.double-height span {
  padding-top: 0.9375rem;
}

.form-container .div-icon-drop-down span.disb-icon {
  z-index: 3000;
  cursor: pointer;
  display: block;
  width: 1.75rem;
  text-align: center;
  vertical-align: middle;
  font-size: 0.75rem;
  color: #003399;
}

.form-container .div-icon-drop-down span.disb-icon:hover {
  color: #fff;
  background-color: #003399;
}

.form-container .icon-change-bg-01:hover ~ .icon-change-bg-02 {
  color: #fff !important;
  background-color: #003399;
}

.form-container .icon-change-bg-01:hover ~ .icon-change-bg-02.icon-change-bg-02 span {
  color: #fff !important;
}

.form-container input.select-drop::-webkit-input-placeholder {
  color: #555;
}

.form-container input.select-drop:-moz-placeholder {
  color: #555;
}

.form-container input.select-drop::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
}

.form-container input.select-drop:-ms-input-placeholder {
  color: #555;
}

.form-container .searchbox, .form-container .comboBox {
  position: relative;
}

.form-container .searchbox.top-orientation .rw-popup-container, .form-container .comboBox.top-orientation .rw-popup-container {
  bottom: 55px;
}

.form-container .searchbox .rw-dropdownlist span, .form-container .comboBox .rw-dropdownlist span {
  display: none;
}

.form-container .searchbox .rw-dropdownlist .rw-list, .form-container .comboBox .rw-dropdownlist .rw-list {
  max-height: 17.1875rem !important;
}

.form-container .searchbox .rw-dropdownlist .rw-list li .text, .form-container .comboBox .rw-dropdownlist .rw-list li .text {
  float: left;
  font-weight: 400;
  width: calc(100% - 1.875rem);
}

.form-container .searchbox .rw-dropdownlist .rw-list li .add-button, .form-container .comboBox .rw-dropdownlist .rw-list li .add-button {
  float: right;
  display: inline-block;
  padding-right: 0.3125rem;
  color: #003399;
}

.form-container .searchbox .rw-dropdownlist .rw-list li .add-button:hover, .form-container .comboBox .rw-dropdownlist .rw-list li .add-button:hover {
  color: #fff;
}

.form-container .searchbox .rw-dropdownlist .rw-list li:hover .add-button, .form-container .searchbox .rw-dropdownlist .rw-list li.rw-state-focus .add-button, .form-container .comboBox .rw-dropdownlist .rw-list li:hover .add-button, .form-container .comboBox .rw-dropdownlist .rw-list li.rw-state-focus .add-button {
  color: #fff;
}

.form-container .searchbox .searchbox-footer, .form-container .comboBox .searchbox-footer {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2001;
  padding: 0 0.625rem;
  word-break: break-all;
}

.form-container .searchbox .searchbox-footer .icon, .form-container .comboBox .searchbox-footer .icon {
  display: inline-block;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  font-size: 0.625rem;
  color: #003399;
  background-color: #fff;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

.form-container .searchbox .searchbox-footer .icon:nth-child(2), .form-container .comboBox .searchbox-footer .icon:nth-child(2) {
  border-left: none !important;
}

.form-container .searchbox .searchbox-footer .icon:hover, .form-container .comboBox .searchbox-footer .icon:hover {
  cursor: pointer !important;
  color: #fff;
  background-color: #003399;
}

.form-container .searchbox .searchbox-footer .icon:hover.inactive, .form-container .comboBox .searchbox-footer .icon:hover.inactive {
  cursor: default;
  background-color: white !important;
}

.form-container .searchbox .searchbox-footer .icon.inactive, .form-container .comboBox .searchbox-footer .icon.inactive {
  color: grey;
}

.form-container .searchbox .searchbox-footer .text, .form-container .comboBox .searchbox-footer .text {
  display: inline-block;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.625rem;
  color: #555;
}

.form-container .searchbox .searchbox-footer .text.page-numbers, .form-container .comboBox .searchbox-footer .text.page-numbers {
  margin: 0 0.625rem;
}

.form-container .selectbox .rw-dropdownlist span {
  display: none;
}

.form-container .selectbox .rw-dropdownlist .rw-popup {
  overflow: hidden;
}

.form-container .comboBox .rw-combobox {
  padding-right: 0;
}

.form-container .comboBox button {
  display: none;
}

.form-container .wrap-component.row {
  padding: 0 !important;
  margin: 0 !important;
}

.form-container .empty-comp {
  width: 100%;
  background-color: #fff;
}

.form-container .text-suggest div input.rw-input {
  padding-left: 0;
}

.form-container .text-suggest div button {
  display: none;
}

.form-container .text-suggest div button * {
  display: none;
}

.form-container .multibox-single-wrap .calendar {
  padding: 0 !important;
  margin: 0 !important;
}

.form-container .multibox-single-wrap .row {
  padding: 0 !important;
}

.form-container .multibox-single-wrap .multibox-single {
  margin-top: 0.3125rem;
  height: auto;
}

.form-container .multibox-single-wrap .multibox-single * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-container .multibox-single-wrap .multibox-single .multibox-single-left {
  float: left;
  width: calc(100% - 2.187rem);
  height: auto;
}

.form-container .multibox-single-wrap .multibox-single .multibox-single-left select {
  margin: 0 !important;
  padding: 0;
  width: 100%;
  height: 8.75rem;
  border: none;
  background-color: #fff;
  overflow: auto;
}

.form-container .multibox-single-wrap .multibox-single .multibox-single-left select:hover, .form-container .multibox-single-wrap .multibox-single .multibox-single-left select:focus {
  outline: 0;
}

.form-container .multibox-single-wrap .multibox-single .multibox-single-left select option {
  height: 1.25rem;
  line-height: 1.25rem !important;
  text-indent: 0.3125rem;
}

.form-container .multibox-single-wrap .multibox-single .multibox-single-left select option:hover, .form-container .multibox-single-wrap .multibox-single .multibox-single-left select option:focus {
  color: #fff;
  background-color: #003399;
}

.form-container .multibox-single-wrap .multibox-single .multibox-single-left select option[selected], .form-container .multibox-single-wrap .multibox-single .multibox-single-left select option:checked {
  color: #fff;
  background-color: #003399;
}

.form-container .multibox-single-wrap .multibox-single .multibox-single-right {
  float: left;
  width: 2.1875rem;
  height: 8.75rem;
}

.form-container .multibox-single-wrap .multibox-single .multibox-single-right .button {
  margin-bottom: 0 !important;
  padding: 0;
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  color: #d5d5d5;
  background-color: #fff;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

.form-container .multibox-single-wrap .multibox-single .multibox-single-right .button:last-child {
  border-bottom: 1px solid #d5d5d5;
}

.form-container .multibox-single-wrap .multibox-single .multibox-single-right .button.active {
  color: #555;
}

.form-container .multibox-single-wrap .multibox-single .multibox-single-right .button.active:hover, .form-container .multibox-single-wrap .multibox-single .multibox-single-right .button.active:focus {
  color: #fff;
  background-color: #003399;
}

.form-container .multibox-single-wrap .multibox-single .in-bulk-btn {
  border: 1px solid #d5d5d5;
  padding: 0 0.3125rem;
  font-size: 0.75rem;
  color: #555;
  white-space: nowrap;
}

.form-container .multibox-single-wrap .multibox-single .in-bulk-btn:hover, .form-container .multibox-single-wrap .multibox-single .in-bulk-btn:focus {
  color: #fff;
  background-color: #003399;
}

.form-container .multibox-single-wrap .multibox-single .in-bulk-btn span {
  display: inline-block;
}

.form-container .sc-label {
  font-weight: 700;
  font-size: 0.75rem;
  color: #555;
}

.form-container .multibox {
  margin-top: 0.3125rem;
}

.form-container .multibox .search-field {
  height: 1.25rem !important;
  padding-left: 0.3125rem !important;
  border-bottom: none;
}

.form-container .multibox select {
  margin: 0 !important;
  padding: 0;
  height: 8.75rem;
  border: none;
  background-color: #fff;
  overflow: auto;
}

.form-container .multibox select.sf-height {
  height: 7.5rem;
}

.form-container .multibox select:hover, .form-container .multibox select:focus {
  outline: 0;
}

.form-container .multibox select option {
  height: 1.25rem;
  line-height: 1.25rem !important;
  text-indent: 0.3125rem;
}

.form-container .multibox select option:hover, .form-container .multibox select option:focus {
  color: #fff;
  background-color: #003399;
}

.form-container .multibox select option[selected], .form-container .multibox select option:checked {
  color: #fff;
  background-color: #003399;
}

.form-container .multibox .buttons {
  padding: 0 0.9375rem !important;
  position: relative;
}

@media only screen and (max-width: 510px) {
  .form-container .multibox .buttons {
    padding: 0 !important;
  }
}

.form-container .multibox .buttons .button {
  margin: auto;
  padding: 0;
  display: block;
  min-width: 2.1875rem;
  height: 2.125rem;
  line-height: 2.1875rem;
  color: #d5d5d5;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}

.form-container .multibox .buttons .button:last-child {
  border-top: none;
}

@media only screen and (max-width: 510px) {
  .form-container .multibox .buttons .button {
    width: 2.1875rem;
  }
}

.form-container .multibox .buttons .button.active {
  color: #555;
}

.form-container .multibox .buttons .button.active:hover, .form-container .multibox .buttons .button.active:focus {
  color: #fff;
  background-color: #003399;
}

.form-container .multibox .buttons.disabled {
  display: none;
}

.form-container .multibox .buttons .arrows {
  margin-top: 0.25rem;
  position: absolute;
  right: 0.9375rem;
}

.form-container .multibox.triple .leftBox {
  height: 29.5625rem;
}

.form-container .multibox.triple .small-2:not(:nth-child(2)).buttons {
  margin-top: 1.5625rem;
}

.form-container .empty:before {
  content: ".";
  visibility: hidden;
}

.form-container .multibox.multi .small-3 {
  padding-right: 0.3125rem !important;
}

.form-container .multibox.multi .small-4 .row {
  padding: 0;
  margin: 0;
}

.form-container .multibox.multi .checkbox label {
  padding-right: 0 !important;
}

.form-container .multibox.multi .buttons {
  text-align: center;
  padding: 0 !important;
}

.form-container .multibox.multi .buttons .button {
  width: 2.1875rem;
}

.form-container .multibox.multi .buttons .button:nth-child(2) {
  border-top: none;
}

.form-container .multibox.multi .buttons .button:last-child {
  border-top: 1px solid #d5d5d5;
  margin-top: 0.3125rem;
}

.form-container .multibox.multi .buttons .button.col-name-add {
  margin-top: 1.0625rem;
}

.form-container .multibox.multi .rightBox {
  height: 7.8125rem;
}

.form-container .multibox.multi .col-name-arrows {
  margin-top: 0.25rem;
}

.form-container .multibox.multi .col-name-rightBox {
  height: 9.0625rem;
}

@media only screen and (max-width: 465px) {
  .form-container .multibox.multi .calendar .icon-calendar-2 {
    display: none;
  }
}

.form-container .password-button .ch-button {
  cursor: pointer;
  background: white;
  font-size: 0.75rem;
  padding-left: 0.625rem;
  height: 1.5625rem;
}

.form-container .password-button .ch-button.inactive {
  background: #f2f2f2;
  cursor: default;
}

.form-container .password-button .ch-button.inactive .icon {
  cursor: default;
}

.form-container .password-button input {
  width: calc(100% - 25px);
}

.form-container .password-button .icon {
  color: #003399;
  font-size: 0.75rem;
  cursor: pointer;
}

.form-container .password-button .icon.icon-delete-1 {
  position: absolute;
  top: 0.125rem;
  right: 0.625rem;
}

.form-container .password-button .icon.icon-key-1 {
  margin-right: 0.3125rem;
}

.form-container .radio-button-inline-config.hover:hover {
  background: #f5f5f5;
}

.form-container .radio-button-inline-config .icon-alert-2 {
  color: red;
  font-size: 0.875rem;
  margin-right: 0.3125rem;
  cursor: help;
}

.form-container .radio-button-inline-config .wrapper {
  padding-left: 0.3125rem !important;
}

.form-container .radio-button-inline-config .wrapper .row {
  margin: 0;
}

.form-container .radio-button-inline-config .wrapper.active {
  background: #ecfecd;
}

@media only screen and (max-width: 75rem) {
  .form-container .radio-button-inline-config .wrapper {
    width: 100%;
  }
}

.form-container .radio-button-inline-config .value-wrap,
.form-container .radio-button-inline-config .cast-value-wrap {
  display: inline-flex;
}

.form-container .radio-button-inline-config .value-wrap .component,
.form-container .radio-button-inline-config .cast-value-wrap .component {
  width: calc(100% - 50px);
}

.form-container .radio-button-inline-config .value-wrap .input[readonly] {
  background-color: #f2f2f2;
}

.form-container .radio-button-inline-config .cast-value-wrap .component input {
  width: calc(100% - 30px);
  border: none;
  padding-left: 0 !important;
  background: none;
}

.form-container .radio-button-inline-config .cast-value-wrap .component .icon {
  font-size: 0.75rem;
  padding-top: 0.125rem;
}

.form-container .radio-button-inline-config .cast-value-wrap .component .icon:before {
  content: 'K';
}

.form-container .radio-button-inline-config .radio-custom-label {
  padding-right: 0 !important;
  float: left;
}

.form-container .radio-button-inline-config .checkbox-custom + .checkbox-custom-label:before,
.form-container .radio-button-inline-config .checkbox-custom:checked + .checkbox-custom-label:before {
  background: none;
}

.form-container .photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
}

.form-container .helper-text {
  margin-left: -1.5625rem;
  width: 1.5625rem;
  float: left;
}

.form-container .helper-text i {
  cursor: help;
}

.form-container .helper-text i.helper-text-icon {
  margin-left: 0 !important;
  font-size: 1rem !important;
  color: #555;
}

.form-container .helper-text.helper-text-editor {
  margin-left: 0 !important;
  float: right !important;
}

.form-container .helper-text.helper-text-dynamic-rows {
  margin-left: 1.25rem;
  float: none;
  font-weight: 400;
}

.form-container .helper-text.helper-text-CodeMirror {
  float: none;
  margin-left: 14px;
  margin-right: -30px;
  font-weight: 400;
}

@media only screen and (max-width: 40em) {
  .form-container .helper-text:not(.helper-text-multi-box) {
    margin-top: -1.5625rem;
    margin-left: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    line-height: 1.5625rem;
    float: right !important;
  }
  .form-container .helper-text:not(.helper-text-multi-box).nolabel {
    margin-left: -1.5625rem;
    margin-top: 0;
    float: left !important;
  }
  .form-container .helper-text:not(.helper-text-multi-box).helper-text-editor.nolabel {
    float: right !important;
  }
  .form-container .helper-text.helper-text-dynamic-rows {
    float: none !important;
    margin-left: 1.25rem;
  }
  .form-container .helper-text.helper-text-CodeMirror {
    float: none !important;
    margin-left: 14px;
    margin-right: -30px;
  }
}

.form-container .filter .row {
  padding: 0 !important;
  margin: 0 !important;
}

.form-container .filter .mar {
  margin: 0 0 0.3125rem 0.3125rem;
}

.form-container .filter .checkbox {
  float: left;
  margin-left: 0.625rem;
}

.form-container .filter .checkbox label {
  width: 0.625rem;
  overflow: visible;
}

.form-container .filter .checkbox .checkbox-custom + .checkbox-custom-label:before {
  vertical-align: 0;
}

.form-container .filter .buttons {
  text-align: center;
  color: #003399;
}

.form-container .filter .buttons .icon {
  cursor: pointer;
  font-size: 1.25rem;
}

.form-container .calculations .row.area,
.form-container .favourites .row.area {
  margin-bottom: 0.9375rem !important;
}

.form-container .calculations .row.area .buttons,
.form-container .favourites .row.area .buttons {
  float: right;
  margin-bottom: 0.3125rem;
}

.form-container .calculations .row.area .buttons .icon-delete-1,
.form-container .favourites .row.area .buttons .icon-delete-1 {
  padding-left: 0.625rem;
}

.form-container .calculations .row.area .suggest-variables,
.form-container .favourites .row.area .suggest-variables {
  float: left;
  width: calc(50% - 50px);
}

.form-container .calculations .row.area .suggest-variables label,
.form-container .favourites .row.area .suggest-variables label {
  width: 140px;
}

.form-container .calculations .row.area .suggest-variables .selectbox.mar,
.form-container .favourites .row.area .suggest-variables .selectbox.mar {
  margin-left: 0;
}

.form-container .calculations .row.area .admin-scripts,
.form-container .favourites .row.area .admin-scripts {
  float: left;
  width: calc(50% - 110px);
  margin-left: 20px !important;
}

.form-container .calculations .row.area .admin-scripts label,
.form-container .favourites .row.area .admin-scripts label {
  width: 70px;
}

.form-container .calculations .row.area .admin-scripts .rw-multiselect,
.form-container .favourites .row.area .admin-scripts .rw-multiselect {
  margin-bottom: 0.3125rem;
}

.form-container .calculations .order,
.form-container .favourites .order {
  float: left;
  line-height: 10px;
  margin-right: 10px;
}

.form-container .calculations .order .icon,
.form-container .favourites .order .icon {
  color: #003399;
  font-size: 13px;
  cursor: pointer;
}

.form-container .calculations .small-1,
.form-container .favourites .small-1 {
  text-align: center;
}

.form-container .calculations .mar-d,
.form-container .favourites .mar-d {
  margin: 0 0 0.3125rem 0;
}

.form-container .calculations input[type="checkbox"],
.form-container .favourites input[type="checkbox"] {
  display: none;
}

.form-container .calculations .checkbox,
.form-container .favourites .checkbox {
  width: 17px;
  margin-left: 0.1875rem;
  line-height: 0;
}

.form-container .calculations .buttons .icon,
.form-container .favourites .buttons .icon {
  font-size: 17px;
}

.form-container .calculations .buttons .icon-pencil-2,
.form-container .favourites .buttons .icon-pencil-2 {
  padding: 0 4px;
  float: left;
}

.form-container .calculations .buttons .icon-delete-1,
.form-container .favourites .buttons .icon-delete-1 {
  float: left;
}

@media only screen and (max-width: 40em) {
  .form-container .calculations .selectbox-wrap .small-6,
  .form-container .favourites .selectbox-wrap .small-6 {
    width: 91.66667%;
  }
}

@media only screen and (min-width: 40.063em) {
  .form-container .calculations .text.medium-4,
  .form-container .favourites .text.medium-4 {
    width: 50%;
  }
}

.form-container .favourites .selectDrop {
  float: left;
}

.form-container .favourites .order {
  line-height: 2.8125rem;
  margin-right: 0.5rem;
}

.form-container .favourites .order .icon {
  font-size: 1.25rem;
}

.form-container .favourites .text-wrap .text {
  float: left;
  width: calc(100% - 11.562rem);
}

.form-container .favourites .text-wrap .text input {
  width: 100%;
}

.form-container .favourites .text-wrap .icon {
  font-size: 1.25rem;
  padding: 2.0625rem 0 0 0.4375rem;
  display: inline-block;
  color: #003399;
  cursor: pointer;
}

.form-container .favourites .type-wrap {
  float: left;
  width: 4.6875rem;
  margin-bottom: 0.75rem;
}

.form-container .favourites .type-wrap .mar {
  margin: 0;
}

.form-container .favourites .sc-label {
  float: left;
  width: 3.4375rem;
  padding-left: 0.625rem;
}

.form-container .favourites .buttons .icon {
  font-size: 1.25rem;
}

.form-container .rest-columns .row {
  padding: 0 !important;
  margin: 0 !important;
}

.form-container .rest-columns .icon {
  font-size: 1.25rem;
  color: #003399;
  cursor: pointer;
}

.form-container .rest-columns .icon.icon-delete-1 {
  padding-left: 0.625rem;
}

.form-container .rest-columns .heading span {
  margin-left: 1.25rem;
  font-size: 0.75rem;
}

@media only screen and (max-width: 40.063em) {
  .form-container .rest-columns .heading {
    display: none;
  }
}

.form-container .rest-columns .buttons {
  text-align: center;
}

.form-container .rest-columns .order {
  float: left;
  line-height: 0.625rem;
}

.form-container .rest-columns .order .icon {
  font-size: 0.8125rem;
}

.form-container .rest-columns .mar {
  margin: 0 0 0.3125rem 0.3125rem;
}

@media only screen and (max-width: 81.25em) and (min-width: 64.063em) {
  .form-container .rest-columns .medium-5 {
    width: 38.6%;
  }
}

@media only screen and (max-width: 40.063em) {
  .form-container .rest-columns .medium-5 {
    width: calc(100% - 13px);
  }
  .form-container .rest-columns .medium-2 {
    width: calc(41.66667% - 30px);
  }
}

.form-container .assign-attributes .icon {
  color: #003399;
  font-size: 1.375rem;
  cursor: pointer;
  vertical-align: middle;
}

.form-container .assign-attributes .icon.icon-minus-1, .form-container .assign-attributes .icon.icon-add-1 {
  padding-left: 0.3125rem;
}

.form-container .temp-var-filter .selectbox-wrap:nth-child(1) .small-6 {
  width: 58.33333%;
}

@media only screen and (min-width: 40.063em) {
  .form-container .temp-var-filter .selectbox-wrap:nth-child(1) .medium-3 {
    width: 33.33333%;
  }
}

.form-container .temp-var-filter .selectbox-wrap:nth-child(2) .small-6 {
  width: 41.66667%;
}

@media only screen and (min-width: 40.063em) {
  .form-container .temp-var-filter .selectbox-wrap:nth-child(2) .medium-3 {
    width: 16.66667%;
  }
}

.form-container ul.settings-user-roles {
  list-style: none;
  margin: 0;
  max-height: 8.75rem;
  overflow: auto;
  padding: 0.1875rem 0;
}

.form-container .schema .columns {
  padding: 0;
}

.form-container .schema label {
  float: left;
  width: 10rem;
}

.form-container .schema .inputs .m-input-color {
  border-color: #d5d5d5;
}

.form-container .schema .inputs .input .label {
  background: #ffffff;
}

.form-container .schema #app {
  transform: scale(0.7);
  transform-origin: 100% 0%;
}

.form-container .schema #app:last-child {
  transform-origin: 100% -90%;
}

.form-container .schema #app #main-nav {
  min-height: 35rem;
}

.form-container .schema #app #main-nav .side-nav li span.active {
  display: block;
  height: 2.8125rem;
  color: #003399;
  background: none;
}

.form-container .schema #app .content-header .icon:hover:not(.icon-in) {
  background: none !important;
  color: inherit;
}

.form-container .schema #app .form-container {
  padding: 1.25rem;
}

.form-container .schema #app .form-container .icon-change-bg-01:hover ~ .icon-change-bg-02 {
  color: inherit !important;
  background: none;
}

.form-container .input-not-fill {
  border: 1px solid #e8801b !important;
  box-shadow: 0 0 5px #e8801b;
}

.form-container .validation-error {
  clear: both;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  font-weight: 400 !important;
  font-size: 0.75rem;
  color: red !important;
  text-align: left;
}

.form-container .validation-error span {
  font-weight: 400 !important;
  font-size: 0.75rem;
  color: red !important;
}

.form-container .validation-error ul {
  font-size: 0.75rem;
}

.form-container .validation-error-text {
  font-weight: 400 !important;
  font-size: 0.75rem;
  color: red !important;
  text-align: left;
}

.form-container .validation-error-text span {
  font-weight: 400 !important;
  font-size: 0.75rem;
  color: red !important;
}

.form-container.form-maker {
  border-top: 1px solid #e6e6e6;
}

.form-container.form-maker .row .columns {
  padding: 0 !important;
}

.form-container.form-maker .row .columns.right-border {
  min-height: calc(100vh - 175px);
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 64em) {
  .form-container.form-maker .row .columns .right-border {
    min-height: auto;
    border-bottom: 1px solid #e6e6e6;
    border-right: none;
  }
}

.form-container.form-maker .row .columns.cursor-move .row {
  cursor: grab !important;
  cursor: -webkit-grab !important;
  cursor: -moz-grab !important;
}

.form-container.form-maker .row .columns.cursor-move .row * {
  cursor: grab !important;
  cursor: -webkit-grab !important;
  cursor: -moz-grab !important;
}

.form-container.form-maker .row .columns.container {
  display: table-cell;
}

.form-container.form-maker .row .columns.form-maker-column-wrap .row {
  padding: 0 0.4375rem 0.3125rem 0.4375rem;
  border-bottom: 1px solid #e6e6e6;
}

.form-container.form-maker .row .columns.form-maker-column-wrap .row:last-child {
  border-bottom: none;
}

.form-container.form-maker .row .columns .row label.columns {
  padding: 0 !important;
  padding-right: 1.5625rem !important;
}

.form-container.form-maker .row .columns .row:first-child {
  margin-top: 0.3125rem;
}

.form-container.form-maker .row .columns .row button {
  margin-top: 0.3125rem;
  margin-bottom: 0 !important;
  background-color: #003399;
}

.form-container.form-maker .row .columns .row button:nth-child(n+2) {
  margin-left: 1px;
}

.form-container.form-maker .row .columns .row div .calclp-h-25 {
  margin-bottom: 0.3125rem !important;
}

@media only screen and (max-width: 40em) {
  .form-container.form-maker .row .columns .row div .calclp-h-25 {
    height: auto !important;
  }
}

@media only screen and (max-width: 64em) {
  .form-container.form-maker .row .columns .row div .calclp-h-25 {
    margin: 0;
    height: 1.5625rem !important;
  }
}

@media only screen and (min-width: 64em) and (max-width: 90em) {
  .form-container.form-maker .row .columns .row div .calclp-h-25 {
    margin-bottom: 0.3125rem !important;
    display: block;
    width: 100%;
    height: 1.5625rem !important;
  }
}

.form-container.form-maker .row .columns .row .empty-comp {
  border: 1px dotted #d5d5d5;
}

.form-container.form-maker .tab-item span {
  padding: 0 0.375rem;
}

.form-container .in-form-button {
  cursor: pointer;
  color: #003399;
  font-size: 1rem;
}

.form-container .in-form-button:before {
  vertical-align: middle;
}

.form-container .in-form-button span {
  color: #555;
  padding-left: 0.3125rem;
  font-size: 0.75rem;
  line-height: 25px;
}

@media only screen and (max-width: 64em) {
  .form-container .small-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .form-container .large-1-column-like-2-columns-field {
    width: 79.7%;
  }
}

.rc-tooltip {
  z-index: 2000000003;
}

.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 10px;
}

.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 10px;
}

.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 10px;
}

.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 10px;
}

.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 10px;
}

.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 10px;
}

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 10px;
}

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 10px;
}

.rc-tooltip-inner {
  max-width: 14.6875rem;
  min-width: 9.375rem;
}

.rc-tooltip-inner span {
  color: #fff !important;
  white-space: pre-wrap;
}

.rc-tooltip-inner a {
  color: #003399 !important;
  white-space: pre-wrap;
}

.rc-tooltip-inner h1 {
  color: #fff;
  font-size: 0.875rem;
  border-bottom: solid 2px #003399;
}

/*
// drag and drop style
// https://github.com/bevacqua/dragula
*/
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-unselectable .row {
  cursor: grab !important;
  cursor: -webkit-grab !important;
  cursor: -moz-grab !important;
}

.gu-unselectable .row * {
  cursor: grab !important;
  cursor: -webkit-grab !important;
  cursor: -moz-grab !important;
}

.gu-unselectable .form-maker #rightSide1, .gu-unselectable .form-maker #rightSide2 {
  /* dropzone */
}

.gu-unselectable .form-maker #rightSide1.container, .gu-unselectable .form-maker #rightSide2.container {
  padding: 0.625rem 0;
  height: auto;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}

.gu-unselectable .form-maker #rightSide1.container .row, .gu-unselectable .form-maker #rightSide2.container .row {
  margin: 0.4375rem 0;
}

.gu-unselectable .form-maker #rightSide1.container .row .gu-mirror, .gu-unselectable .form-maker #rightSide2.container .row .gu-mirror {
  background-color: #fff !important;
}

.gu-unselectable .form-maker .gu-transit {
  background-color: #fff !important;
}

.gu-hide {
  display: none !important;
}

.gu-transit {
  opacity: 0.5;
}

.bin-drop-Zone-form-maker {
  position: relative;
  z-index: 10000 !important;
  border-top: 1px solid #fff;
}

/*
// css when dragging 
*/
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.9;
}

.gu-mirror input {
  margin: 0 !important;
  padding: 0;
  padding-left: 0.75rem;
  background-color: #fff;
  box-shadow: none;
  transition: none;
}

.gu-mirror textarea {
  background-color: #fff;
}

/*
// extends
*/
.disable-selection, .form-container .searchbox .searchbox-footer, .form-container .comboBox .searchbox-footer, .form-container .password-button .ch-button, #vars-mapping {
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
  user-select: none;
}

.mp-0, .form-container .dropdown-list, .form-container .dropdown-list ul, .form-container .multibox-single-wrap .multibox-single .multibox-single-left select option, .form-container .multibox select option, .rw-btn, ul.rw-list,
.rw-selectlist, .rw-popup {
  margin: 0 !important;
  padding: 0 !important;
}

.h-25, .form-container input[type="text"], .form-container input[type="number"], .form-container input[type="password"], .form-container input[type=text].input, .form-container input[type=text].calendarInput, .form-container input[type=text].clockInput, .form-container .switch.small, .form-container .switch.small label, .form-container .radio-custom-label, .form-container .checkbox-custom-label, .form-container .select-drop, .form-container .div-icon-drop-down, .form-container .div-icon-drop-down span.disb-icon, .form-container .calclp-h-25, .form-container .empty-comp, .form-container .helper-text, .gu-mirror input, #vars-mapping .checkbox label, ul.rw-list > li.rw-list-option,
ul.rw-list > li.rw-list-empty,
.rw-selectlist > li.rw-list-option,
.rw-selectlist > li.rw-list-empty {
  height: 1.5625rem !important;
}

.lh-25, .form-container .row .columns .row, .form-container label, .form-container input[type="text"], .form-container input[type="number"], .form-container input[type="password"], .form-container input[type=text].input, .form-container input[type=text].calendarInput, .form-container input[type=text].clockInput, .form-container textarea, .form-container .radio-custom-label, .form-container .checkbox-custom-label, .form-container .select-drop, .form-container .div-icon-drop-down span.disb-icon, .form-container .helper-text, .form-container .helper-text i.helper-text-icon, .form-container .validation-error, .form-container .validation-error ul, .form-container .validation-error-text, .gu-mirror input, #vars-mapping .checkbox label, ul.rw-list > li.rw-list-option,
ul.rw-list > li.rw-list-empty,
.rw-selectlist > li.rw-list-option,
.rw-selectlist > li.rw-list-empty {
  line-height: 1.5625rem;
}

.font, .form-container input[type="text"], .form-container input[type="number"], .form-container input[type="password"], .form-container input[type=text].input, .form-container input[type=text].calendarInput, .form-container input[type=text].clockInput, .form-container textarea, .form-container .select-drop, .form-container .dropdown-list ul li, .form-container .multibox-single-wrap .multibox-single .multibox-single-left select option, .form-container .multibox select option, .rc-tooltip-inner span, .rc-tooltip-inner a, .gu-mirror label, .gu-mirror input, .rw-btn,
.rw-input, ul.rw-list > li.rw-list-option,
ul.rw-list > li.rw-list-empty,
.rw-selectlist > li.rw-list-option,
.rw-selectlist > li.rw-list-empty {
  font-weight: 400;
  font-size: 0.75rem;
  color: #555;
}

.text-overflow-ellipsis, #main-header .app-message, #main-content #crumbs-nav .add-to-fav,
#main-content #crumbs-nav .guides,
.modal #crumbs-nav .add-to-fav,
.modal #crumbs-nav .guides, #main-content #crumbs-nav .guides .guides-drop li,
.modal #crumbs-nav .guides .guides-drop li, .form-container .text-button .helper-menu-box ul a, .form-container .radio-custom-label, .form-container .checkbox-custom-label, .form-container .files .file-name, .form-container .repeat label, .form-container .select-drop, .form-container .dropdown-list ul li, .form-container .dropdown-list ul li *, .form-container .searchbox .rw-dropdownlist .rw-list li .text, .form-container .comboBox .rw-dropdownlist .rw-list li .text, .form-container .sc-label, .form-container ul.settings-user-roles li, #vars-mapping #vars-list .vars-list-head .checkbox label, #vars-mapping #vars-list .vars-list-content .var-item .can-drag, #vars-mapping #tasks-wrap .task-container .task-head .icon.icon-delete-1:not(label), #vars-mapping #tasks-wrap .task-container .task-head .buttons .checkbox label, #vars-mapping #tasks-wrap .task-container .task-head .can-drag, #vars-mapping #tasks-wrap .task-container .task-content .var-item .can-drag, #vars-mapping #tasks-list .tasks-list-head .checkbox label, .var-item.gu-mirror .can-drag, .task-container-wrap.gu-mirror .task-container .task-head .icon.icon-delete-1:not(label), .task-container-wrap.gu-mirror .task-container .task-head .buttons .checkbox label, .task-container-wrap.gu-mirror .task-container .task-head .can-drag, .task-container-wrap.gu-mirror .task-container .task-content .var-item .can-drag, #auth-methods, #auth-methods #auth-methods-list .auth-methods-list-content .method-item .can-drag, #auth-methods #auth-methods-list .auth-methods-list-content .method-item .header, #auth-methods #auth-methods-list .auth-methods-list-content .method-item span, .method-item.gu-mirror .can-drag, .method-item.gu-mirror span, ul.rw-list > li.rw-list-option,
ul.rw-list > li.rw-list-empty,
.rw-selectlist > li.rw-list-option,
.rw-selectlist > li.rw-list-empty {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.border, .form-container input[type="text"], .form-container input[type="number"], .form-container input[type="password"], .form-container input[type=text].input, .form-container input[type=text].calendarInput, .form-container input[type=text].clockInput, .form-container textarea, .form-container .select-drop, .form-container .dropdown-list, .form-container .text-suggest div input.rw-input, .form-container .multibox-single-wrap .multibox-single .multibox-single-left select, .form-container .multibox-single-wrap .multibox-single .multibox-single-left select:hover, .form-container .multibox-single-wrap .multibox-single .multibox-single-left select:focus, .form-container .multibox select, .form-container .multibox select:hover, .form-container .multibox select:focus, .form-container .password-button .ch-button, .gu-mirror input {
  border: 1px solid #d5d5d5;
}

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

.checkbox-label-before, .form-container .checkbox .checkbox-custom + .checkbox-custom-label.start:before, .form-container .checkbox .checkbox-custom + .checkbox-custom-label.end:before, .form-container .checkbox .checkbox-custom + .checkbox-custom-label.hand:before, .form-container .checkbox .checkbox-custom + .checkbox-custom-label.recalc:before, .form-container .checkbox .checkbox-custom + .checkbox-custom-label.pull:before {
  vertical-align: 0;
  border: none;
  font-size: 1.1875rem;
  color: #d5d5d5;
}

#vars-mapping .columns {
  padding: 0;
}

#vars-mapping .checkbox {
  float: left;
}

#vars-mapping .checkbox label {
  padding-right: 0 !important;
}

#vars-mapping .checkbox-custom + .checkbox-custom-label:before,
#vars-mapping .checkbox-custom:checked + .checkbox-custom-label:before {
  background: none;
  vertical-align: -0.25rem;
  margin-right: 0.3125rem;
}

#vars-mapping #vars-list {
  border: 1px solid #d5d5d5;
  margin-top: 0.3125rem;
}

#vars-mapping #vars-list div:first-child {
  font-weight: 400;
}

#vars-mapping #vars-list .vars-list-head {
  font-size: 1rem;
  padding: 0.625rem 0.625rem 0.25rem 0.625rem;
  border-bottom: 1px solid #d5d5d5;
}

#vars-mapping #vars-list .vars-list-head .op-var {
  float: right;
  color: #003399;
  font-size: 1.1875rem;
  cursor: pointer;
}

#vars-mapping #vars-list .vars-list-head .menu {
  cursor: pointer;
  width: 1.0625rem;
  line-height: 1.5625rem;
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
}

#vars-mapping #vars-list .vars-list-head .menu .icon {
  color: #003399;
  font-size: 1rem;
  vertical-align: -0.25rem;
}

#vars-mapping #vars-list .vars-list-head .menu .menu-content {
  border: 1px solid #d5d5d5;
  background: #ffffff;
  position: absolute;
  top: 1.875rem;
  left: -0.6875rem;
  z-index: 1;
  min-width: 12.5rem;
}

#vars-mapping #vars-list .vars-list-head .menu .menu-content.is-closed {
  display: none;
}

#vars-mapping #vars-list .vars-list-head .menu .menu-content ul {
  margin: 0;
}

#vars-mapping #vars-list .vars-list-head .menu .menu-content ul li {
  list-style: none;
  padding: 0.3125rem 0.625rem;
  border-bottom: 1px solid #d5d5d5;
  font-size: 0.75rem;
}

#vars-mapping #vars-list .vars-list-head .menu .menu-content ul li:last-child {
  border-bottom: none;
}

#vars-mapping #vars-list .vars-list-head .checkbox {
  display: inline-block;
  width: calc(100% - 3.125rem);
  float: none;
}

#vars-mapping #vars-list .vars-list-head .checkbox label {
  width: 100%;
}

#vars-mapping #vars-list .vars-list-head .checkbox:nth-child(4) {
  width: calc(100% - 2.5rem);
}

#vars-mapping #vars-list .vars-list-head .reset {
  width: 0;
  float: right;
  cursor: pointer;
  display: inline-block;
  color: #003399;
  font-size: 1rem;
  height: 1.5625rem;
  line-height: 1.875rem;
}

#vars-mapping #vars-list .vars-list-head .reset .icon {
  vertical-align: text-top;
}

#vars-mapping #vars-list .vars-list-head .change-lang {
  color: #003399;
  cursor: pointer;
  float: right;
}

#vars-mapping #vars-list .vars-list-content {
  position: relative;
  overflow: auto;
}

#vars-mapping #vars-list .vars-list-content.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#vars-mapping #vars-list .vars-list-content.flex .var-item {
  min-width: 200px;
}

#vars-mapping #vars-list .vars-list-content .var-item {
  font-size: 0.75rem;
  height: 1.875rem;
  padding: 0 0.4375rem;
}

#vars-mapping #vars-list .vars-list-content .var-item.row {
  margin-bottom: 0;
}

#vars-mapping #vars-list .vars-list-content .var-item.odd {
  background: #f4f4f4;
}

#vars-mapping #vars-list .vars-list-content .var-item.even {
  background: #fdfdfd;
}

#vars-mapping #vars-list .vars-list-content .var-item .can-drag {
  cursor: grab;
  cursor: -webkit-grab;
  width: calc(100% - 2.25rem);
  float: left;
  line-height: 1.875rem;
}

#vars-mapping #vars-list .vars-list-content .var-item .can-drag:before {
  content: ".";
  visibility: hidden;
}

#vars-mapping #vars-list .vars-list-content .var-item .usage {
  font-size: 1.0625rem;
  cursor: pointer;
  width: 0.9375rem;
  float: left;
  height: 1.875rem;
  line-height: 1.875rem;
}

#vars-mapping #vars-list .vars-list-content .var-item .var-item {
  padding: 0;
}

#vars-mapping #vars-list .vars-list-content .var-item .hidden, #vars-mapping #vars-list .vars-list-content .var-item.hidden {
  display: none;
}

#vars-mapping #tasks-wrap {
  display: flex;
  flex-wrap: wrap;
}

#vars-mapping #tasks-wrap .task-container {
  margin: 0.3125rem;
  border: 1px solid #d5d5d5;
}

#vars-mapping #tasks-wrap .task-container .task-head {
  font-size: 0.875rem;
  padding: 0.625rem 0.625rem 0.3125rem 0.625rem;
  border-bottom: 1px solid #d5d5d5;
}

#vars-mapping #tasks-wrap .task-container .task-head .icon:not(label) {
  color: #003399;
  font-size: 1.1875rem;
  cursor: pointer;
}

#vars-mapping #tasks-wrap .task-container .task-head .icon:not(label).icon-arrow-58, #vars-mapping #tasks-wrap .task-container .task-head .icon:not(label).icon-arrow-57 {
  position: absolute;
  right: 0.9375rem;
  font-size: 1.1875rem;
}

#vars-mapping #tasks-wrap .task-container .task-head .icon:not(label).icon-delete-1 {
  width: 45%;
  font-size: 1rem;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  height: 1.5625rem;
  line-height: 1.875rem;
}

#vars-mapping #tasks-wrap .task-container .task-head .icon:not(label).icon-delete-1 .name {
  font-size: 0.75rem;
  color: #555;
  vertical-align: 0.1875rem;
  padding-left: 0.3125rem;
  line-height: normal;
}

#vars-mapping #tasks-wrap .task-container .task-head .icon:not(label).icon-refresh {
  font-size: 1rem;
  vertical-align: middle;
  padding-right: 0.625rem;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.875rem;
}

#vars-mapping #tasks-wrap .task-container .task-head .buttons {
  width: 100%;
}

#vars-mapping #tasks-wrap .task-container .task-head .buttons.row {
  margin: 0;
  padding: 0;
}

#vars-mapping #tasks-wrap .task-container .task-head .buttons .checkbox {
  width: calc(50% - 1.25rem);
  height: 1.5625rem;
  display: inline-block;
  padding-right: 0.3125rem;
}

#vars-mapping #tasks-wrap .task-container .task-head .buttons .checkbox label {
  line-height: inherit;
  width: 100%;
}

#vars-mapping #tasks-wrap .task-container .task-head .can-drag {
  cursor: grab;
  cursor: -webkit-grab;
  float: left;
  width: 100%;
  padding-right: 2.1875rem;
  font-weight: 400;
}

#vars-mapping #tasks-wrap .task-container .task-head.evnt-task {
  background-color: #F7F7F7;
}

#vars-mapping #tasks-wrap .task-container .task-content {
  overflow: auto;
}

#vars-mapping #tasks-wrap .task-container .task-content.is-closed {
  height: 1.875rem;
  overflow: hidden;
}

#vars-mapping #tasks-wrap .task-container .task-content .task-content-left {
  border-right: 1px solid #d5d5d5;
  min-height: 1.875rem;
}

#vars-mapping #tasks-wrap .task-container .task-content .task-content-right {
  min-height: 1.875rem;
}

#vars-mapping #tasks-wrap .task-container .task-content .var-item {
  font-size: 0.75rem;
  height: 1.875rem;
  padding: 0 0.4375rem;
}

#vars-mapping #tasks-wrap .task-container .task-content .var-item.odd {
  background: #f4f4f4;
}

#vars-mapping #tasks-wrap .task-container .task-content .var-item.even {
  background: #fdfdfd;
}

#vars-mapping #tasks-wrap .task-container .task-content .var-item .menu {
  visibility: hidden;
  float: left;
  width: 1.5625rem;
}

#vars-mapping #tasks-wrap .task-container .task-content .var-item .can-drag {
  width: calc(100% - 2.25rem);
  float: left;
  cursor: grab;
  cursor: -webkit-grab;
  line-height: 1.875rem;
}

#vars-mapping #tasks-wrap .task-container .task-content .var-item .can-drag:before {
  content: ".";
  visibility: hidden;
}

#vars-mapping #tasks-wrap .task-container .task-content .var-item .usage {
  font-size: 1.0625rem;
  cursor: pointer;
  width: 0.9375rem;
  float: left;
  height: 1.875rem;
  line-height: 1.875rem;
}

#vars-mapping #tasks-wrap .task-container .task-content .var-item .icon-delete-1 {
  color: #003399;
  font-size: 1.0625rem;
  cursor: pointer;
  float: right;
  height: 1.875rem;
  line-height: 2.1875rem;
}

#vars-mapping #tasks-wrap .task-container .task-content .var-item.group-wrap {
  height: auto !important;
}

#vars-mapping #tasks-wrap .task-container .task-content .var-item .var-item {
  padding: 0;
}

#vars-mapping #tasks-wrap .task-container .task-content .var-item .hidden, #vars-mapping #tasks-wrap .task-container .task-content .var-item.hidden {
  display: none;
}

#vars-mapping #tasks-list {
  border: 1px solid #d5d5d5;
  margin-top: 0.3125rem;
}

#vars-mapping #tasks-list .tasks-list-head {
  border-bottom: 1px solid #d5d5d5;
  padding: 0.625rem 0.625rem 0.375rem 0.625rem;
}

#vars-mapping #tasks-list .tasks-list-head.row {
  margin: 0;
}

#vars-mapping #tasks-list .tasks-list-head div:first-child {
  font-size: 1rem;
  font-weight: 400;
}

#vars-mapping #tasks-list .tasks-list-head .checkbox {
  width: calc(50% - 1.25rem);
  display: inline-block;
  float: none;
  padding-right: 0.3125rem;
}

#vars-mapping #tasks-list .tasks-list-head .checkbox label {
  width: 100%;
}

@media only screen and (max-width: 850px) and (min-width: 641px) {
  #vars-mapping #tasks-list .tasks-list-head .checkbox:nth-child(2) {
    width: calc(100% - 16px);
  }
  #vars-mapping #tasks-list .tasks-list-head .checkbox:nth-child(4) {
    width: 100%;
  }
  #vars-mapping #tasks-list .tasks-list-head .reset span {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 1350px) and (min-width: 1024px) {
  #vars-mapping #tasks-list .tasks-list-head .checkbox:nth-child(2) {
    width: calc(100% - 16px);
  }
  #vars-mapping #tasks-list .tasks-list-head .checkbox:nth-child(4) {
    width: 100%;
  }
  #vars-mapping #tasks-list .tasks-list-head .reset span {
    padding-right: 0 !important;
  }
}

#vars-mapping #tasks-list .tasks-list-head .reset {
  display: inline-block;
  cursor: pointer;
  color: #003399;
  font-size: 1rem;
  height: 1.5625rem;
  line-height: 1.875rem;
}

#vars-mapping #tasks-list .tasks-list-head .reset span {
  vertical-align: -0.25rem;
  padding-right: 0.75rem;
}

#vars-mapping #tasks-list .task-list-content {
  position: relative;
  overflow: auto;
}

#vars-mapping #tasks-list .task-list-content .task-item {
  font-size: 0.75rem;
  height: 1.875rem;
  padding: 0 0.625rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.875rem;
}

#vars-mapping #tasks-list .task-list-content .task-item:nth-child(odd) {
  background: #f4f4f4;
}

#vars-mapping #tasks-list .task-list-content .task-item:nth-child(even) {
  background: #fdfdfd;
}

.var-item.gu-mirror {
  font-size: 0.75rem;
  padding: 0 0.4375rem;
  border: 1px solid #d5d5d5;
}

.var-item.gu-mirror.odd {
  background: #f4f4f4;
}

.var-item.gu-mirror.even {
  background: #fdfdfd;
}

.var-item.gu-mirror .menu {
  visibility: hidden;
  float: left;
  width: 1.5625rem;
}

.var-item.gu-mirror .can-drag {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  width: calc(100% - 2.25rem);
  float: left;
  line-height: 1.875rem;
}

.var-item.gu-mirror .can-drag:before {
  content: ".";
  visibility: hidden;
}

.var-item.gu-mirror .icon-delete-1 {
  color: #003399;
  font-size: 1.0625rem;
  cursor: pointer;
  float: right;
  height: 1.875rem;
  line-height: 2.1875rem;
}

.var-item.gu-mirror .usage {
  font-size: 1.0625rem;
  cursor: pointer;
  float: left;
  height: 1.875rem;
  line-height: 1.875rem;
}

.var-item.gu-mirror .checkbox {
  width: 1.25rem;
  float: left;
}

.var-item.gu-mirror .checkbox-custom {
  opacity: 0;
  position: absolute;
}

.var-item.gu-mirror input[type="checkbox"] + label {
  margin-left: 0;
}

.var-item.gu-mirror .checkbox-custom, .var-item.gu-mirror .checkbox-custom-label {
  cursor: pointer !important;
  display: inline-block;
  vertical-align: middle;
}

.var-item.gu-mirror .checkbox-custom-label {
  position: relative;
}

.var-item.gu-mirror .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #003399;
  text-align: center;
  vertical-align: -0.25rem;
}

.var-item.gu-mirror .checkbox-custom:checked + .checkbox-custom-label:before {
  content: "|";
  font-weight: normal !important;
  font-size: 1.1875rem;
  color: #003399;
  border: none;
  vertical-align: -0.25rem;
}

.var-item.gu-mirror.group-wrap {
  height: auto !important;
}

.var-item.gu-mirror .hidden {
  display: none;
}

.var-item.gu-mirror .row {
  margin: 0;
}

.task-container-wrap.gu-mirror {
  padding: 0;
}

.task-container-wrap.gu-mirror .columns {
  padding: 0;
}

.task-container-wrap.gu-mirror .checkbox {
  width: 1.25rem;
  float: left;
}

.task-container-wrap.gu-mirror .checkbox label {
  padding-right: 0 !important;
}

.task-container-wrap.gu-mirror input[type="checkbox"] + label {
  margin-right: 0;
}

.task-container-wrap.gu-mirror .checkbox-custom + .checkbox-custom-label:before,
.task-container-wrap.gu-mirror .checkbox-custom:checked + .checkbox-custom-label:before {
  background: none;
  vertical-align: -0.25rem;
}

.task-container-wrap.gu-mirror .checkbox-custom {
  opacity: 0;
  position: absolute;
}

.task-container-wrap.gu-mirror input[type="checkbox"] + label {
  margin-left: 0;
}

.task-container-wrap.gu-mirror .checkbox-custom, .task-container-wrap.gu-mirror .checkbox-custom-label {
  cursor: pointer !important;
  display: inline-block;
  vertical-align: middle;
}

.task-container-wrap.gu-mirror .checkbox-custom-label {
  position: relative;
}

.task-container-wrap.gu-mirror .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #003399;
  text-align: center;
  vertical-align: -0.25rem;
  margin-right: 0.3125rem;
}

.task-container-wrap.gu-mirror .checkbox-custom:checked + .checkbox-custom-label:before {
  content: "|";
  font-weight: normal !important;
  font-size: 1.1875rem;
  color: #003399;
  border: none;
  vertical-align: -0.25rem;
}

.task-container-wrap.gu-mirror .task-container {
  margin: 0.3125rem;
  border: 1px solid #d5d5d5;
}

.task-container-wrap.gu-mirror .task-container .task-head {
  font-size: 0.875rem;
  padding: 0.625rem 0.625rem 0.3125rem 0.625rem;
  border-bottom: 1px solid #d5d5d5;
}

.task-container-wrap.gu-mirror .task-container .task-head .icon:not(label) {
  color: #003399;
  font-size: 1.1875rem;
  cursor: pointer;
}

.task-container-wrap.gu-mirror .task-container .task-head .icon:not(label).icon-arrow-58, .task-container-wrap.gu-mirror .task-container .task-head .icon:not(label).icon-arrow-57 {
  position: absolute;
  right: 0.9375rem;
  font-size: 1.1875rem;
}

.task-container-wrap.gu-mirror .task-container .task-head .icon:not(label).icon-delete-1 {
  width: 45%;
  font-size: 1rem;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  height: 1.5625rem;
  line-height: 1.875rem;
}

.task-container-wrap.gu-mirror .task-container .task-head .icon:not(label).icon-delete-1 .name {
  font-size: 0.75rem;
  color: #555;
  vertical-align: text-top;
  padding-left: 0.3125rem;
  line-height: normal;
}

.task-container-wrap.gu-mirror .task-container .task-head .icon:not(label).icon-refresh {
  font-size: 1rem;
  vertical-align: middle;
  padding-right: 0.625rem;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.875rem;
}

.task-container-wrap.gu-mirror .task-container .task-head .buttons {
  width: 100%;
}

.task-container-wrap.gu-mirror .task-container .task-head .buttons .checkbox {
  width: calc(50% - 1.25rem);
  height: 1.5625rem;
  padding-right: 0.3125rem;
}

.task-container-wrap.gu-mirror .task-container .task-head .buttons .checkbox label {
  width: 100%;
}

.task-container-wrap.gu-mirror .task-container .task-head .can-drag {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  float: left;
  width: 100%;
  padding-right: 2.1875rem;
  font-weight: 400;
}

.task-container-wrap.gu-mirror .task-container .task-head.evnt-task {
  background-color: #F7F7F7;
}

.task-container-wrap.gu-mirror .task-container .task-content {
  min-height: 1.875rem;
}

.task-container-wrap.gu-mirror .task-container .task-content.is-closed {
  height: 1.875rem;
  overflow: hidden;
}

.task-container-wrap.gu-mirror .task-container .task-content .var-item {
  font-size: 0.75rem;
  height: 1.875rem;
  padding: 0 0.4375rem;
}

.task-container-wrap.gu-mirror .task-container .task-content .var-item.odd {
  background: #f4f4f4;
}

.task-container-wrap.gu-mirror .task-container .task-content .var-item.even {
  background: #fdfdfd;
}

.task-container-wrap.gu-mirror .task-container .task-content .var-item .menu {
  visibility: hidden;
  float: left;
  width: 1.5625rem;
}

.task-container-wrap.gu-mirror .task-container .task-content .var-item .can-drag {
  width: calc(100% - 2.25rem);
  float: left;
  cursor: grabbing;
  cursor: -webkit-grabbing;
  line-height: 1.875rem;
}

.task-container-wrap.gu-mirror .task-container .task-content .var-item .can-drag:before {
  content: ".";
  visibility: hidden;
}

.task-container-wrap.gu-mirror .task-container .task-content .var-item .usage {
  font-size: 1.0625rem;
  cursor: pointer;
  height: 1.875rem;
  line-height: 1.875rem;
}

.task-container-wrap.gu-mirror .task-container .task-content .var-item .icon-delete-1 {
  color: #003399;
  font-size: 1.0625rem;
  cursor: pointer;
  float: right;
  height: 1.875rem;
  line-height: 2.1875rem;
}

.CodeMirror-hints {
  z-index: 2000000002 !important;
  font-size: 0.75rem !important;
}

.CodeMirror-hint {
  font-family: monospace;
}

.CodeMirror-code * {
  font-family: monospace;
  font-size: 0.75rem;
}

.react-draggable {
  position: absolute;
  max-width: 50%;
  background: white;
  z-index: 7;
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
}

.react-draggable .head {
  background-color: #003399;
  border-bottom: 1px solid #d5d5d5;
  padding: 0.3125rem;
  height: 2.1875rem;
}

.react-draggable .head div {
  position: absolute;
}

.react-draggable .head div:first-child {
  width: calc(100% - 40px);
  cursor: move;
}

.react-draggable .head div:last-child {
  width: 1.875rem;
  right: 0;
  cursor: text;
}

.react-draggable .head .icon {
  color: #003399;
  font-size: 1.125rem;
}

.react-draggable .head .icon.icon-delete-1 {
  cursor: pointer;
}

.react-draggable .helper-list {
  font-size: 0.625rem;
  overflow: auto;
  height: calc(100% - 37px);
  padding-top: 1.25rem;
}

.react-draggable .helper-list .can-drag {
  font-size: 0.75rem;
}

.react-draggable .helper-list pre {
  padding: 0 0.625rem 0.625rem 0.625rem;
  cursor: text;
  overflow: visible;
  marginTop: 1.25rem;
}

.not-valid input.input, .not-valid input[type="text"], .not-valid input[type="text"].input,
.not-valid textarea, .not-valid select,
.not-valid .checkbox-custom + .checkbox-custom-label:before,
.not-valid .radio-custom + .radio-custom-label:before,
.not-valid .rw-dropdownlist > .rw-input {
  background-color: #ffcccc !important;
}

.not-valid .rw-dropdownlist.rw-open > .rw-input, .not-valid .rw-filter-input > .rw-input {
  background-color: white !important;
  opacity: 1;
}

#auth-methods {
  padding: 1.25rem;
}

#auth-methods .columns {
  padding: 0;
}

#auth-methods #auth-methods-list {
  border: 1px solid #d5d5d5;
}

#auth-methods #auth-methods-list .auth-methods-list-content {
  position: relative;
  overflow: hidden;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item {
  font-size: 0.75rem;
  height: 1.875rem;
  padding: 0 0.4375rem;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item.row {
  margin-bottom: 0;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item:nth-child(even) {
  background: #f4f4f4;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item:nth-child(odd) {
  background: #fdfdfd;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item .can-drag {
  cursor: grab;
  cursor: -webkit-grab;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item .header {
  font-weight: 700;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item .can-drag, #auth-methods #auth-methods-list .auth-methods-list-content .method-item .header {
  height: 1.875rem;
  float: left;
  width: 100%;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item .can-drag span:nth-child(1), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .can-drag span:nth-child(2), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .header span:nth-child(1), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .header span:nth-child(2) {
  width: 120px;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item .can-drag span:nth-child(3), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .can-drag span:nth-child(4), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .header span:nth-child(3), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .header span:nth-child(4) {
  width: 80px;
  text-align: center;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item .can-drag span:nth-child(5), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .header span:nth-child(5) {
  width: calc(100% - 518px);
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item span {
  display: inline-block;
  height: 1.875rem;
  line-height: 1.875rem;
  margin-right: 0.625rem;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item span.icon {
  color: #003399;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item .method-item {
  padding: 0;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item .hidden, #auth-methods #auth-methods-list .auth-methods-list-content .method-item.hidden {
  display: none;
}

#auth-methods #auth-methods-list .auth-methods-list-content .method-item .pointer {
  cursor: pointer;
}

#auth-methods .plus-button .icon {
  cursor: pointer;
  color: #003399;
  font-size: 1.375rem;
  clear: both;
  display: block;
  text-align: center;
  padding: 20px;
}

.method-item.gu-mirror {
  font-size: 0.75rem;
  height: 1.875rem;
  padding: 0 0.4375rem;
  border: 1px solid #d5d5d5;
}

.method-item.gu-mirror .can-drag {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  height: 1.875rem;
  width: 100%;
  float: left;
}

.method-item.gu-mirror .can-drag:before {
  content: ".";
  visibility: hidden;
}

.method-item.gu-mirror .can-drag span:nth-child(1), .method-item.gu-mirror .can-drag span:nth-child(2) {
  width: 120px;
}

.method-item.gu-mirror .can-drag span:nth-child(3), .method-item.gu-mirror .can-drag span:nth-child(4) {
  width: 80px;
  text-align: center;
}

.method-item.gu-mirror .can-drag span:nth-child(5) {
  width: calc(100% - 520px);
}

.method-item.gu-mirror span {
  display: inline-block;
  height: 1.875rem;
  line-height: 1.875rem;
  margin-right: 0.625rem;
}

.method-item.gu-mirror .hidden {
  display: none;
}

.method-item.gu-mirror .row {
  margin: 0;
}

@media only screen and (max-width: 641px) {
  #auth-methods #auth-methods-list .auth-methods-list-content .method-item .can-drag span:nth-child(1), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .can-drag span:nth-child(2), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .header span:nth-child(1), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .header span:nth-child(2) {
    width: 10%;
  }
  #auth-methods #auth-methods-list .auth-methods-list-content .method-item .can-drag span:nth-child(3), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .can-drag span:nth-child(4), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .header span:nth-child(3), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .header span:nth-child(4) {
    width: 10%;
  }
  #auth-methods #auth-methods-list .auth-methods-list-content .method-item .can-drag span:nth-child(5), #auth-methods #auth-methods-list .auth-methods-list-content .method-item .header span:nth-child(5) {
    width: calc(60% - 118px);
  }
  .method-item.gu-mirror .can-drag span:nth-child(1), .method-item.gu-mirror .can-drag span:nth-child(2) {
    width: 10%;
  }
  .method-item.gu-mirror .can-drag span:nth-child(3), .method-item.gu-mirror .can-drag span:nth-child(4) {
    width: 10%;
  }
  .method-item.gu-mirror .can-drag span:nth-child(5) {
    width: calc(60% - 120px);
  }
}

.rw-btn,
.rw-input {
  margin: 0;
}

button.rw-input {
  overflow: visible;
}

button.rw-input,
select.rw-input {
  text-transform: none;
}

button.rw-input,
html input[type="button"].rw-input,
input[type="reset"].rw-input,
input[type="submit"].rw-input {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled].rw-input,
html input[disabled].rw-input {
  cursor: not-allowed;
}

button.rw-input::-moz-focus-inner,
input.rw-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rw-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.rw-widget:before,
.rw-widget *:before,
.rw-widget:after,
.rw-widget *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.rw-i-caret-up:before {
  content: '\E800';
}

.rw-i-caret-left:before {
  content: '\E801';
}

.rw-i-caret-right:before {
  content: '\E802';
}

.rw-i-clock-o:before {
  content: '\E805';
}

.rw-i-calendar:before {
  content: '\E804';
}

.rw-i-search:before {
  content: 'H';
}

.rw-i-caret-down:before {
  content: 'w';
}

[class^="rw-i"]::before, [class*=" rw-i"]::before {
  font-family: "general-tas" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
}

.rw-widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.rw-btn {
  line-height: 25px;
  display: inline-block;
  font-weight: 400;
  color: #555;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  white-space: nowrap;
}

.rw-rtl {
  direction: rtl;
}

.rw-input {
  height: 25px;
  background-color: transparent;
}

.rw-input[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #eee;
  border-color: #ccc;
}

.rw-input[readonly] {
  cursor: not-allowed;
}

.rw-filter-input {
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
}

.rw-rtl .rw-filter-input {
  padding-left: 1.9em;
  padding-right: 0;
}

.rw-filter-input > .rw-input {
  width: 100%;
  border: none;
  outline: none;
}

.rw-i.rw-loading {
  width: 16px;
  height: 100%;
}

.rw-i.rw-loading:before {
  content: "";
}

.rw-loading-mask {
  position: relative;
}

.rw-loading-mask:after {
  content: '';
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.rw-now {
  font-weight: 700;
}

.rw-state-focus {
  color: #555;
  border: none;
}

.rw-state-selected {
  color: #555;
  border: 1px solid #d5d5d5;
}

.rw-state-disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.rw-btn,
.rw-dropdownlist {
  cursor: pointer;
}

.rw-dropdownlist {
  height: 25px;
  border: 1px solid #d5d5d5;
}

.rw-btn[disabled],
.rw-state-disabled .rw-btn,
.rw-state-readonly .rw-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}

ul.rw-list,
.rw-selectlist {
  height: 100%;
  list-style: none;
  overflow: auto;
  outline: 0;
}

ul.rw-list > li,
.rw-selectlist > li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul.rw-list > li.rw-list-optgroup,
.rw-selectlist > li.rw-list-optgroup {
  font-weight: 700;
}

ul.rw-list > li.rw-list-option,
ul.rw-list > li.rw-list-empty,
.rw-selectlist > li.rw-list-option,
.rw-selectlist > li.rw-list-empty {
  text-indent: 12px;
}

ul.rw-list > li.rw-list-option,
.rw-selectlist > li.rw-list-option {
  cursor: pointer;
  border: none;
}

ul.rw-list > li.rw-list-option:hover,
.rw-selectlist > li.rw-list-option:hover {
  color: #fff;
  background-color: #003399;
}

ul.rw-list > li.rw-list-option.rw-state-focus,
.rw-selectlist > li.rw-list-option.rw-state-focus {
  color: #fff;
  background-color: #003399;
}

ul.rw-list > li.rw-list-option.rw-state-selected,
.rw-selectlist > li.rw-list-option.rw-state-selected {
  color: #fff;
  background-color: #003399;
}

ul.rw-list.rw-list-grouped > li.rw-list-optgroup,
.rw-selectlist.rw-list-grouped > li.rw-list-optgroup {
  text-indent: 12px;
}

ul.rw-list.rw-list-grouped > li.rw-list-option,
.rw-selectlist.rw-list-grouped > li.rw-list-option {
  padding-left: 20px;
}

.rw-widget {
  position: relative;
}

.rw-combobox .rw-list,
.rw-datetimepicker .rw-list,
.rw-numberpicker .rw-list,
.rw-dropdownlist .rw-list,
.rw-multiselect .rw-list {
  height: auto;
  max-height: 15.625rem !important;
}

.rw-combobox .rw-list .rw-list-option.rw-state-disabled,
.rw-datetimepicker .rw-list .rw-list-option.rw-state-disabled,
.rw-numberpicker .rw-list .rw-list-option.rw-state-disabled,
.rw-dropdownlist .rw-list .rw-list-option.rw-state-disabled,
.rw-multiselect .rw-list .rw-list-option.rw-state-disabled {
  color: #d5d5d5;
  cursor: not-allowed;
}

.rw-widget > .rw-select {
  border-left: #ccc 1px solid;
}

.rw-rtl.rw-widget > .rw-select {
  border-right: #ccc 1px solid;
  border-left: none;
}

.rw-widget.rw-state-focus,
.rw-widget.rw-state-focus:hover {
  outline: 0;
}

.rw-widget.rw-state-readonly,
.rw-widget.rw-state-readonly > .rw-multiselect-wrapper {
  cursor: not-allowed;
}

.rw-widget.rw-state-disabled,
.rw-widget.rw-state-disabled:hover,
.rw-widget.rw-state-disabled:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #eee;
  border-color: #ccc;
}

.rw-combobox,
.rw-datetimepicker,
.rw-numberpicker,
.rw-dropdownlist {
  padding-right: 27px;
}

.rw-combobox.rw-rtl,
.rw-datetimepicker.rw-rtl,
.rw-numberpicker.rw-rtl,
.rw-dropdownlist.rw-rtl {
  padding-right: 0;
  padding-left: 1.9em;
}

.rw-combobox > .rw-input,
.rw-datetimepicker > .rw-input,
.rw-numberpicker > .rw-input,
.rw-dropdownlist > .rw-input {
  width: 100%;
  border: none;
  outline: 0;
}

.rw-combobox > .rw-input::-moz-placeholder,
.rw-datetimepicker > .rw-input::-moz-placeholder,
.rw-numberpicker > .rw-input::-moz-placeholder,
.rw-dropdownlist > .rw-input::-moz-placeholder {
  color: #555;
  opacity: 1;
}

.rw-combobox > .rw-input:-ms-input-placeholder,
.rw-datetimepicker > .rw-input:-ms-input-placeholder,
.rw-numberpicker > .rw-input:-ms-input-placeholder,
.rw-dropdownlist > .rw-input:-ms-input-placeholder {
  color: #555;
}

.rw-combobox > .rw-input::-webkit-input-placeholder,
.rw-datetimepicker > .rw-input::-webkit-input-placeholder,
.rw-numberpicker > .rw-input::-webkit-input-placeholder,
.rw-dropdownlist > .rw-input::-webkit-input-placeholder {
  color: #555;
}

.rw-placeholder {
  color: #555;
}

.rw-select {
  position: absolute;
  width: 28px;
  height: 100%;
  right: 0;
}

.rw-select.rw-btn,
.rw-select > .rw-btn {
  height: 100%;
  vertical-align: middle;
  outline: 0;
}

.rw-rtl .rw-select {
  left: 0;
  right: auto;
}

.rw-combobox:active,
.rw-datetimepicker:active,
.rw-dropdownlist:active,
.rw-header > .rw-btn:active,
.rw-numberpicker .rw-btn.rw-state-active,
.rw-combobox:active.rw-state-focus,
.rw-datetimepicker:active.rw-state-focus,
.rw-dropdownlist:active.rw-state-focus,
.rw-header > .rw-btn:active.rw-state-focus,
.rw-numberpicker .rw-btn.rw-state-active.rw-state-focus {
  background-image: none;
}

.rw-dropdownlist.rw-state-disabled,
.rw-dropdownlist.rw-state-readonly {
  cursor: not-allowed;
}

.rw-dropdownlist > .rw-input {
  text-indent: 12px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: transparent;
}

.rw-dropdownlist.rw-rtl > .rw-input {
  padding: 0;
}

.rw-dropdownlist > .rw-select,
.rw-dropdownlist.rw-rtl > .rw-select {
  border-width: 0;
}

.rw-numberpicker .rw-btn {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  border-width: 0;
}

.rw-popup {
  overflow: auto;
  position: absolute;
  left: 10px;
  right: 10px;
  background: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.rw-dropup > .rw-popup {
  margin-bottom: 0;
  margin-top: 10px;
}

.rw-popup-container {
  position: absolute;
  top: 100%;
  z-index: 2000;
  left: -11px;
  right: -11px;
}

.rw-popup-container.rw-dropup {
  top: auto;
  bottom: 100%;
}

.rw-popup-container.rw-calendar-popup {
  right: auto;
  width: 18em;
}

.rw-datetimepicker .rw-btn {
  width: 1.8em;
}

.rw-datetimepicker.rw-has-neither {
  padding-left: 0;
  padding-right: 0;
}

.rw-datetimepicker.rw-has-both {
  padding-right: 3.8em;
}

.rw-datetimepicker.rw-has-both.rw-rtl {
  padding-right: 0;
  padding-left: 3.8em;
}

.rw-datetimepicker.rw-has-both > .rw-select {
  width: 3.8em;
  height: 100%;
}

.rw-calendar {
  background-color: #fff;
}

.rw-calendar thead > tr {
  border-bottom: 2px solid #ccc;
}

.rw-calendar .rw-header {
  padding-bottom: 5px;
}

.rw-calendar .rw-header .rw-btn-left,
.rw-calendar .rw-header .rw-btn-right {
  width: 12.5%;
}

.rw-calendar .rw-header .rw-btn-view {
  width: 75%;
  background-color: #eee;
}

.rw-calendar .rw-header .rw-btn-view[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}

.rw-calendar .rw-footer {
  border-top: 1px solid #ccc;
}

.rw-calendar .rw-footer .rw-btn {
  width: 100%;
  white-space: normal;
}

.rw-calendar .rw-footer .rw-btn:hover {
  background-color: #fff;
}

.rw-calendar .rw-footer .rw-btn[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}

.rw-calendar-grid {
  width: 100%;
  height: 14.28571429em;
  table-layout: fixed;
}

.rw-calendar-grid th {
  text-align: right;
  padding: 0 .4em 0 .1em;
}

.rw-calendar-grid .rw-btn {
  width: 100%;
  text-align: right;
}

.rw-calendar-grid td .rw-btn {
  padding: 0 .4em 0 .1em;
  outline: 0;
}

.rw-calendar-grid td .rw-btn.rw-off-range {
  color: #b3b3b3;
}

.rw-calendar-grid.rw-nav-view .rw-btn {
  padding: .25em 0 .3em;
  display: block;
  overflow: hidden;
  text-align: center;
  white-space: normal;
}

.rw-selectlist > ul {
  height: 100%;
  overflow: auto;
}

.rw-selectlist > ul > li.rw-list-option {
  position: relative;
  height: 20px;
  cursor: auto;
  padding-left: 5px;
}

.rw-selectlist > ul > li.rw-list-option > label > input {
  position: absolute;
  margin: 4px 0 0 -20px;
}

.rw-selectlist > ul > li.rw-list-option > label {
  padding-left: 20px;
  line-height: 20px;
  display: inline-block;
}

.rw-selectlist.rw-rtl > ul > li.rw-list-option {
  padding-left: 0;
  padding-right: 5px;
}

.rw-selectlist.rw-rtl > ul > li.rw-list-option > label > input {
  margin: 4px -20px 0 0px;
}

.rw-selectlist.rw-rtl > ul > li.rw-list-option > label {
  padding-left: 0;
  padding-right: 20px;
}

.rw-selectlist.rw-rtl > ul > li.rw-list-option {
  padding-left: 0;
  padding-right: 5px;
  color: #fc0;
}

.rw-selectlist.rw-rtl > ul > li.rw-list-option > label > input {
  margin: 4px -20px 0 0px;
}

.rw-selectlist.rw-rtl > ul > li.rw-list-option > label {
  padding-left: 0;
  padding-right: 20px;
}

.rw-selectlist.rw-state-disabled > ul > li:hover,
.rw-selectlist.rw-state-readonly > ul > li:hover {
  background: none;
  border-color: transparent;
}

.rw-multiselect {
  background-color: #fff;
}

.rw-multiselect-wrapper {
  position: relative;
  cursor: text;
  border: 1px solid #d5d5d5;
}

.rw-multiselect-wrapper:before,
.rw-multiselect-wrapper:after {
  content: " ";
  display: table;
}

.rw-multiselect-wrapper:after {
  clear: both;
}

.rw-multiselect-wrapper i.rw-loading {
  position: absolute;
  right: 3px;
}

.rw-multiselect-wrapper > .rw-input {
  float: left;
  outline: 0;
  border-width: 0;
  line-height: normal;
  width: auto;
  max-width: 100%;
}

.rw-multiselect-wrapper > .rw-input::-moz-placeholder {
  color: #555;
  opacity: 1;
}

.rw-multiselect-wrapper > .rw-input:-ms-input-placeholder {
  color: #555;
}

.rw-multiselect-wrapper > .rw-input::-webkit-input-placeholder {
  color: #555;
}

.rw-state-readonly > .rw-multiselect-wrapper,
.rw-state-disabled > .rw-multiselect-wrapper {
  cursor: not-allowed;
}

.rw-rtl .rw-multiselect-wrapper > .rw-input {
  float: right;
}

.rw-multiselect-create-tag {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px #ccc solid;
}

.rw-multiselect-taglist {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

.rw-multiselect-taglist > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.rw-multiselect-taglist > li {
  float: left;
  display: inline-block;
  margin: 1px;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #ccc;
  background-color: #003399;
  cursor: pointer;
  font-size: 12px;
}

.rw-multiselect-taglist > li .rw-tag-btn {
  margin-left: 2px;
  font-size: 16px;
  vertical-align: middle;
}

.rw-multiselect-taglist > li.rw-state-disabled {
  background-color: #eee;
}

.rw-multiselect-taglist > li.rw-state-focus {
  background-color: #fff;
  color: #fc0;
}

.rw-multiselect-taglist > li.rw-state-readonly,
.rw-multiselect-taglist > li.rw-state-disabled,
.rw-multiselect.rw-state-readonly .rw-multiselect-taglist > li,
.rw-multiselect.rw-state-disabled .rw-multiselect-taglist > li {
  cursor: not-allowed;
}

.rw-multiselect-taglist > li .rw-btn {
  outline: 0;
  font-size: 100%;
  line-height: normal;
}

.rw-rtl .rw-multiselect-taglist > li {
  float: right;
}

.msb-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.msb-container .msb-container-border {
  background-color: #f4f4f4;
  border: 1px solid #e6e6e6;
}

.msb-container .msb-1 {
  padding-right: 1.875rem;
}

.msb-container .msb-1 .msb-1-in {
  width: 100%;
  background: #fff;
  height: 17.5625rem;
  border-right: 1px solid #d5d5d5;
}

.msb-container .msb-1 .msb-1-in .side-nav {
  padding: 0.1875rem 0.3125rem 0 0.1875rem;
}

.msb-container .msb-1 select {
  height: 15.625rem !important;
}

@media only screen and (max-width: 40em) {
  .msb-container .msb-1 {
    padding-right: 0;
  }
  .msb-container .msb-1 .msb-1-in {
    height: 15.6875rem;
    border-right: none;
    border-bottom: 1px solid #d5d5d5;
  }
  .msb-container .msb-1 .msb-1-in select {
    height: 11.875rem !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .msb-container .msb-1 {
    padding-top: 1.875rem;
  }
  .msb-container .msb-1 .msb-1-in {
    height: 13.8125rem;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  .msb-container .msb-1 .msb-1-in select {
    height: 11.875rem !important;
  }
}

.msb-container .msb-13 {
  padding-top: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
}

.msb-container .msb-13 .msb-13-in {
  width: 100%;
  height: auto;
  background: #fff;
}

.msb-container .msb-13 .msb-13-in-left {
  float: left;
  padding-top: 30px;
  width: 35px;
  height: 221px;
  background: #f4f4f4;
}

.msb-container .msb-13 .msb-13-in-left .button {
  margin-bottom: 0;
  padding: 0;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #aaa;
  background: #fff;
  border-right: none !important;
  border: 1px solid #e6e6e6;
}

.msb-container .msb-13 .msb-13-in-left .button:nth-child(3) {
  margin-top: 51px;
}

.msb-container .msb-13 .msb-13-in-left .button:nth-child(2), .msb-container .msb-13 .msb-13-in-left .button:nth-child(4) {
  border-top: none;
}

.msb-container .msb-13 .msb-13-in-left .button:hover, .msb-container .msb-13 .msb-13-in-left .button:focus {
  color: #003399;
}

.msb-container .msb-13 .msb-13-in-right {
  margin-left: 35px;
  width: auto;
  height: 221px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.msb-container .msb-13 .msb-13-in-right select {
  height: 11.8125rem !important;
}

@media only screen and (max-width: 40em) {
  .msb-container .msb-13 {
    padding-top: 1.875rem;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .msb-container .msb-13.msb-13-no-bottom {
    padding-bottom: 0;
  }
}

.msb-container .msb-2 {
  margin-top: 1.875rem;
  margin-right: 1.875rem;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  width: auto;
  height: 9.5rem;
  background-color: white;
  border: 1px solid #e6e6e6;
}

.msb-container .msb-2 .side-nav {
  padding: 0.3125rem 0.3125rem 0 0.375rem !important;
}

@media only screen and (max-width: 40em) {
  .msb-container .msb-2 {
    margin-right: 0;
  }
}

.msb-container .inside-box-header {
  overflow: hidden;
  padding-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #003399;
  height: 1.875rem;
  line-height: 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}

.msb-container .select-inside {
  padding: 0 0 0 0.3125rem;
}

.msb-container .select-inside select {
  margin: 0 !important;
  padding: 0;
  width: 100%;
  border: none;
  background: #fff;
  font-size: 0.75rem;
  overflow: auto;
}

.msb-container .select-inside select option {
  margin-right: 0.375rem;
  text-indent: 0.3125rem;
  height: 1.25rem;
  line-height: 1.25rem !important;
  color: #555;
}

.msb-container .select-inside select option:hover {
  background-color: #f4f4f4;
}

.msb-container .select-inside select option.active {
  color: #fff;
  background-color: #003399;
}

.msb-container .select-inside select option[selected] {
  color: #fff;
  background-color: #003399;
}

.msb-container .side-nav {
  padding: 0;
  padding-top: 0.1875rem;
}

.msb-container .side-nav li {
  padding-left: 0.6875rem;
  display: block;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #555;
}

.msb-container .side-nav li:hover {
  background-color: #f4f4f4;
}

.msb-container .side-nav li.active {
  color: #fff;
  background-color: #003399;
}

.msb-container .odd-bottom-30-h {
  display: none;
}

@media only screen and (max-width: 40em) {
  .msb-container .odd-bottom-30-h {
    float: left;
    width: 100%;
    height: 30px;
    background-color: #f4f4f4;
  }
}

@media only screen and (max-width: 40em) {
  .msb-container {
    padding: 0 0.9375rem;
  }
}

.input-group-addon.simple {
  line-height: 25px;
}

input[type="text"].calendarInput {
  width: 5.375rem;
  float: left;
}

.dropdown-menu {
  position: absolute;
  border-radius: 0;
  padding: 0;
  display: none;
}

input[type="text"].calendar {
  width: 5.375rem;
  float: left;
}

.calendar .end .menu-box-input {
  width: 5.375rem;
  left: 0.3125rem;
  position: absolute;
  top: 0;
}

.calendar .end .menu-box-button {
  cursor: pointer;
  font-size: 1.5rem;
  color: #003399;
  position: absolute;
  top: 0;
  left: 7.875rem;
}

.calendar .end .menu-box {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0.3125rem;
  top: 1.5625rem;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}

.calendar .end .menu-box ul {
  list-style: none;
  margin: 0;
}

.calendar .end .menu-box ul a {
  min-width: 9.0625rem;
  padding: 0.3125rem 0.625rem;
  display: block;
  font-size: 0.75rem;
}

.calendar .end .menu-box ul a:hover {
  background-color: #003399;
  color: #fff;
}

.calendar .end .menu-box.open {
  display: block;
}

.calendar .end .menu-box.open-up {
  top: auto;
  bottom: 1.875rem;
}

.date .icon:not(.icon-bubble-ask-2) {
  cursor: pointer;
  font-size: 1.5rem;
  color: #003399;
  clear: both;
  margin: 0 0.375rem;
}

.date.disabled .icon:not(.icon-bubble-ask-2) {
  cursor: not-allowed;
}

.datepicker * {
  font-size: 0.75rem;
  font-weight: 400;
}

.datepicker {
  margin-top: 0.625rem;
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.datepicker table {
  border: none;
  border-collapse: collapse;
  background: white;
}

.datepicker .datepicker-switch {
  line-height: 1.875rem;
}

.datepicker td,
.datepicker th {
  border-radius: 0;
}

.datepicker tbody td {
  border: 1px solid #d5d5d5;
  background: #f4f4f4;
  color: #555;
}

.datepicker thead tr:first-child th {
  color: #555;
}

.datepicker thead tr:nth-child(2) th {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.table-condensed > thead > tr > th {
  color: #003399;
}

.datepicker table tr td.today {
  background: #808080;
  color: white;
}

.datepicker table tr td.today:hover:hover {
  background: #808080;
}

.datepicker table tr td.active.active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active,
.datepicker table tr td span.active.active:hover {
  background: #003399;
}

.datepicker table tr td.active.active:hover {
  background: #003399;
  color: white;
}

.datepicker table tr td.today:hover:hover {
  color: white;
}

.datepicker thead,
.datepicker table tr:nth-of-type(2n) {
  background: none;
}

.datepicker table tr th, table tr td {
  padding: 0.3125rem 0.375rem;
}

.datepicker .icon {
  color: #003399;
  font-weight: 700;
  font-size: 0.875rem;
  vertical-align: middle;
}

.dashboarCalendar .datepicker {
  margin-top: 0;
  border: none;
  box-shadow: none;
  padding: 0;
}

.dashboarCalendar .datepicker.datepicker-inline {
  width: 100%;
}

.dashboarCalendar .datepicker table tr th, .dashboarCalendar .datepicker table tr td {
  padding: 1px 5px;
}

.dashboarCalendar .datepicker table tr th span, .dashboarCalendar .datepicker table tr td span {
  height: 42px;
  line-height: 42px;
  margin: 3px;
}

.dashboarCalendar .datepicker table tr th.highlight, .dashboarCalendar .datepicker table tr td.highlight {
  color: #FFF;
  background: #e8801b;
}

.dashboarCalendar .datepicker table tr th.active, .dashboarCalendar .datepicker table tr td.active {
  background: #003399;
}

.dashboarCalendar .datepicker .table-condensed {
  width: 100%;
}

.dashboarCalendar #dashboarCalendar-hover {
  background: #f6f6f6;
  color: #555;
  padding: 7px;
  border-radius: 3px;
  position: absolute;
  white-space: nowrap;
  z-index: 999;
  display: none;
  border: 1px solid #d5d5d5;
}

.dashboarCalendar #dashboarCalendar-hover ul {
  font-size: 12px;
  margin: 0;
}

.dashboarCalendar #dashboarCalendar-hover ul li {
  list-style: none;
}

.dashboarCalendar #dashboarCalendar-hover ul li .icon-arrow-68 {
  font-size: 10px;
  margin-right: 3px;
}

.dashboarCalendar #dashboarCalendar-hover ul li a:hover {
  text-decoration: underline;
}

.dashboarCalendar #dashboarCalendar-hover:before {
  content: '';
  height: 3px;
  width: 0;
  border: 7px solid transparent;
  border-bottom-color: #f6f6f6;
  position: absolute;
  top: -13px;
  left: 14px;
}

input[type="text"].clockInput {
  width: 3.5625rem;
  float: left;
}

.clock .icon:not(.icon-bubble-ask-2),
.clock2 .icon {
  cursor: pointer;
  font-size: 1.5rem;
  color: #003399;
  clear: both;
  margin-left: 0.375rem;
}

.clock.disabled .icon:hover {
  cursor: not-allowed;
}

.popover {
  border-radius: 0;
  border-color: #d5d5d5;
  padding: 0;
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
  z-index: 2000000002;
}

.popover .text-primary {
  color: #003399;
}

.popover .popover-title {
  border-color: #d5d5d5;
  color: #555;
}

.clockpicker-popover .popover-content {
  background-color: #F4F4F4;
}

.clockpicker-tick {
  color: #555;
}

.popover > .arrow {
  border-width: 0.4375rem;
}

.popover > .arrow::after {
  border-width: 0.625rem;
}

.popover.bottom {
  margin-top: 0.125rem;
}

.popover.bottom > .arrow {
  top: -0.75rem;
}

.popover.bottom > .arrow::after {
  top: 0.25rem;
}

.popover > .arrow, .popover > .arrow::after {
  height: 0.75rem;
}

.clockpicker-align-left.popover > .arrow {
  left: 1.125rem;
}

.clockpicker-align-left.popover > .arrow.arrow2 {
  display: none;
}

.clockpicker-plate {
  border-color: #d5d5d5;
}

.clockpicker-canvas line {
  stroke: #003399;
}

.clockpicker-canvas-bearing, .clockpicker-canvas-fg {
  fill: #003399;
}

.clockpicker-canvas-bg {
  fill: #003399;
}

.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: rgba(212, 212, 212, 0.6);
}

.clockpicker-canvas-bg-trans {
  fill: rgba(212, 212, 212, 0.6);
}

.caledar-with-clockpicker .input-append.date {
  float: left;
}

/********************************************************** 430px **************************************************/
@media only screen and (max-width: 430px) {
  .caledar-with-clockpicker .clockpicker {
    margin-left: 0;
  }
}

div.gTaskHistory {
  margin-bottom: 22px;
  margin-top: 5px;
}

span.gTaskVarName {
  font-weight: bold;
}

.pp-infoBox {
  font-size: 0.75rem;
}

.pp-infoBox h1 {
  font-size: 0.875rem;
}

.pp-infoBox h2 {
  font-size: 0.75rem;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
}

/* Start SVG graph */
.canvas-toolbar {
  height: 40px;
  position: absolute;
  /*Foundation slider*/
}

.canvas-toolbar .zoom-slider {
  width: 150px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0;
  margin-top: 0;
}

.canvas-toolbar .zoom-slider a {
  height: 20px;
  top: -60%;
}

.canvas-toolbar .zoom-slider .ui-slider-handle {
  background: #003399;
}

.canvas-toolbar .zoom-slider .ui-slider-handle:hover,
.canvas-toolbar .zoom-slider .ui-slider-handle:focus {
  border: 0 none;
  outline: 0;
}

.canvas-toolbar .zoom-slider-addons {
  display: inline-block;
  font-weight: bold;
  margin: 0 5px;
}

.canvas-toolbar .zoom-slider-reset,
.canvas-toolbar .export {
  background-color: white;
  display: inline-block;
  border: 1px solid;
  cursor: pointer;
  padding: 3px;
  font-size: 12px;
  margin: 0 2px;
  vertical-align: middle;
}

.canvas-toolbar .refresh {
  background-color: white;
  display: inline-block;
  border: 1px solid;
  cursor: pointer;
  padding: 3px;
  font-size: 12px;
  margin: 0 2px;
  vertical-align: middle;
}

.canvas-toolbar .color {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border: 2px solid;
  cursor: pointer;
  margin: 0 1px;
  padding: 3px;
  display: inline-block;
}

.canvas-toolbar .icon-filter {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border: 2px solid;
  cursor: pointer;
  margin: 0 1px;
  padding: 0px 3px;
  display: inline-block;
  background-color: #ffffff;
}

.canvas-toolbar .icon-filter.clicked {
  background-color: #eeeeee;
  opacity: 0.35;
}

.canvas-toolbar .range-slider {
  margin: 0;
}

.canvas-toolbar .range-slider .range-slider-handle {
  background: #003399;
}

/* BPMN */
.bpp-properties-panel {
  max-height: inherit;
  overflow: auto;
}

#js-properties-panel .bpp-properties-panel {
  background-color: rgba(247, 247, 247, 0.8);
}

.bpp-properties-panel .color-picker label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #7ab800;
  margin-right: 5px;
}

.bpp-properties-panel .color-picker label.yellow {
  background-color: #fffacd !important;
}

.bpp-properties-panel .color-picker label.lila {
  background-color: #e6e6fa !important;
}

.bpp-properties-panel .color-picker label.pink {
  background-color: #ffe4e1 !important;
}

.bpp-properties-panel .color-picker label.aqua {
  background-color: #f0ffff !important;
}

.bpp-properties-panel .color-picker label.orange {
  background-color: #ffe4b5 !important;
}

.bpp-properties-panel .color-picker label.none {
  background-color: #ffffff !important;
}

.djs-context-pad .entry {
  width: initial !important;
}

.djs-context-pad .entry.icon-file-edit {
  margin: 0 0 2px 6px;
}

.bpp-properties-header > .label {
  color: inherit;
  background: none;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}

.bpp-properties-group {
  max-height: inherit !important;
}

.bpp-properties-group.group-closed {
  max-height: 36px;
}

.bpp-properties-group > span.group-label {
  display: none;
}

#tas-diagram .dropzone-diagram {
  position: relative;
}

#tas-diagram .dropzone-diagram-active {
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  border: 1px dashed #333;
  text-align: center;
  z-index: 6;
}

#tas-diagram .dropzone-diagram-active span {
  top: 50%;
  position: relative;
  margin-top: -1.25rem;
  color: #333;
  font-weight: 300;
  font-size: 1.25rem;
}

#tas-diagram .dropzone-diagram-active:nth-of-type(2) {
  opacity: 0;
}

#tas-diagram #board-container {
  width: 100%;
  position: absolute;
  overflow: auto;
}

#tas-diagram #board-container #main-svg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#tas-diagram #board-container #main-svg-container.hidden-palette .djs-palette {
  display: none;
}

#tas-diagram #board-container #js-properties-panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#tas-diagram #board-container #board-container-download-buttons {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 100;
}

#tas-diagram #board-container #board-container-download-buttons input[type="file"] {
  width: initial;
  cursor: pointer;
}

#tas-diagram #board-container #board-container-download-buttons .fileUpload {
  position: relative;
  overflow: hidden;
  background-color: #003399;
  color: #fff;
  -moz-user-select: none;
  background-image: none;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

#tas-diagram #board-container #board-container-download-buttons .fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 2rem;
  width: 1.875rem;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

#tas-diagram #board-container #board-container-download-buttons button {
  padding: 0.4375rem;
  margin-bottom: 0;
  margin-right: 0.625rem;
  background: #003399;
  height: 2rem;
  width: 1.875rem;
}
.f-no-select {
  user-select: none;
  -webkit-user-select: none;
}
.m-input-color {
  position: relative;
  display: inline-block;
  width: 49px;
  height: 24px;
  padding: 4px;
  padding-right: 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border: 1px solid #bebebe;
  border-radius: 3px;
  user-select: none;
  -webkit-user-select: none;
}
.m-input-color.color-picker-open:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 10px;
  top: 17px;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #f5f5f5;
  border-width: 10px;
  content: " ";
}
.m-input-color .remove {
  position: absolute;
  display: block;
  top: 0;
  right: 3px;
  cursor: pointer;
}
.m-input-color .css-color {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.m-input-color .slider {
  background: none;
  border-radius: 0;
}
.m-input-color .value {
  display: none;
}
.m-input-color .slider-x {
  position: relative;
  width: 190px;
  height: 12px;
  background-color: #ccc;
  user-select: none;
  -webkit-user-select: none;
  border: 1px solid #aaa;
}
.m-input-color .slider-x .handle {
  position: absolute;
}
.m-input-color .slider-x .handle:after {
  position: absolute;
  top: -1px;
  left: -3px;
  width: 5px;
  height: 12px;
  border: 1px solid #aaa;
  border-radius: 0;
  background-color: #eee;
  content: '';
}
.m-input-color .slider-xy {
  position: relative;
  width: 100%;
  height: 100%;
}
.m-input-color .slider-xy .handle {
  position: absolute;
}
.m-input-color .slider-xy .handle:after {
  position: relative;
  display: block;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 50%;
  content: '';
}
.m-color-picker {
  position: absolute;
  top: 37px;
  width: 252px;
  height: 340px;
  padding: 10px;
  background-color: #f5f5f5;
  z-index: 9999;
}
.m-color-picker .selector {
  position: relative;
  width: 230px;
  height: 230px;
}
.m-color-picker .gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-color-picker .white {
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.m-color-picker .dark {
  background: linear-gradient(to bottom, transparent 0%, #000000 100%);
}
.m-color-picker .sliders {
  position: relative;
  margin-top: 10px;
}
.m-color-picker .hue {
  margin-bottom: 5px;
  background: linear-gradient(to left, #FF0000 0%, #FF0099 10%, #CD00FF 20%, #3200FF 30%, #0066FF 40%, #00FFFD 50%, #00FF66 60%, #35FF00 70%, #CDFF00 80%, #FF9900 90%, #FF0000 100%);
}
.m-color-picker .color {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.m-color-picker .inputs {
  margin: 10px 0 0 0;
}
.m-color-picker .input {
  width: 30px;
  margin-right: 10px;
  float: left;
  text-align: center;
}
.m-color-picker .input:last-child {
  margin-right: 0;
  margin-left: 6px;
}
.m-color-picker .input .label {
  font-size: 13px;
  font-weight: normal;
  color: #000;
}
.m-color-picker .input .value {
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 4px;
  line-height: 14px;
  border: 1px solid #ccc;
}
.m-color-picker .hex {
  width: 70px;
}
.m-input-number {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 3px;
  font-size: 12px;
}
.m-input-number input {
  width: 100%;
  padding: 4px;
  line-height: 14px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  outline: 0;
}
.m-input-number input:focus {
  border: 1px solid #3498db;
}
.m-input-number .control {
  position: absolute;
  display: none;
  top: 1px;
  right: 1px;
  bottom: 0;
  color: #ccc;
  background-color: #eee;
  width: 16px;
  height: 24px;
  font-size: 7px;
  text-align: center;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.m-input-number .control-hide {
  display: none !important;
}
.m-input-number:hover .control {
  display: block;
}
.m-input-number .up,
.m-input-number .down {
  display: block;
  height: 12px;
  box-sizing: border-box;
  padding-top: 2px;
}
@font-face {
  font-family: 'bpmn';
  src: url(609860a7b5830bab8c7843e1637290ba.eot);
  src: url(609860a7b5830bab8c7843e1637290ba.eot#iefix) format("embedded-opentype"), url(113f6d4c71fd7c6e535ec151b206aaba.woff) format("woff"), url(c35e00bf530edb924b3a46795b480512.ttf) format("truetype"), url(27b5b1904737f806dcb193a12156af9a.svg#bpmn) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bpmn';
    src: url('../font/bpmn.svg?70672887#bpmn') format('svg');
  }
}
*/

 [class^="bpmn-icon-"]:before, [class*=" bpmn-icon-"]:before {
  font-family: "bpmn";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.bpmn-icon-screw-wrench:before { content: '\e800'; } /* '' */
.bpmn-icon-trash:before { content: '\e801'; } /* '' */
.bpmn-icon-conditional-flow:before { content: '\e802'; } /* '' */
.bpmn-icon-default-flow:before { content: '\e803'; } /* '' */
.bpmn-icon-gateway-parallel:before { content: '\e804'; } /* '' */
.bpmn-icon-intermediate-event-catch-cancel:before { content: '\e805'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-message:before { content: '\e806'; } /* '' */
.bpmn-icon-start-event-compensation:before { content: '\e807'; } /* '' */
.bpmn-icon-start-event-non-interrupting-parallel-multiple:before { content: '\e808'; } /* '' */
.bpmn-icon-loop-marker:before { content: '\e809'; } /* '' */
.bpmn-icon-parallel-mi-marker:before { content: '\e80a'; } /* '' */
.bpmn-icon-start-event-non-interrupting-signal:before { content: '\e80b'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-timer:before { content: '\e80c'; } /* '' */
.bpmn-icon-intermediate-event-catch-parallel-multiple:before { content: '\e80d'; } /* '' */
.bpmn-icon-intermediate-event-catch-compensation:before { content: '\e80e'; } /* '' */
.bpmn-icon-gateway-xor:before { content: '\e80f'; } /* '' */
.bpmn-icon-connection:before { content: '\e810'; } /* '' */
.bpmn-icon-end-event-cancel:before { content: '\e811'; } /* '' */
.bpmn-icon-intermediate-event-catch-condition:before { content: '\e812'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-parallel-multiple:before { content: '\e813'; } /* '' */
.bpmn-icon-start-event-condition:before { content: '\e814'; } /* '' */
.bpmn-icon-start-event-non-interrupting-timer:before { content: '\e815'; } /* '' */
.bpmn-icon-sequential-mi-marker:before { content: '\e816'; } /* '' */
.bpmn-icon-user-task:before { content: '\e817'; } /* '' */
.bpmn-icon-business-rule:before { content: '\e818'; } /* '' */
.bpmn-icon-sub-process-marker:before { content: '\e819'; } /* '' */
.bpmn-icon-start-event-parallel-multiple:before { content: '\e81a'; } /* '' */
.bpmn-icon-start-event-error:before { content: '\e81b'; } /* '' */
.bpmn-icon-intermediate-event-catch-signal:before { content: '\e81c'; } /* '' */
.bpmn-icon-intermediate-event-catch-error:before { content: '\e81d'; } /* '' */
.bpmn-icon-end-event-compensation:before { content: '\e81e'; } /* '' */
.bpmn-icon-subprocess-collapsed:before { content: '\e81f'; } /* '' */
.bpmn-icon-subprocess-expanded:before { content: '\e820'; } /* '' */
.bpmn-icon-task:before { content: '\e821'; } /* '' */
.bpmn-icon-end-event-error:before { content: '\e822'; } /* '' */
.bpmn-icon-intermediate-event-catch-escalation:before { content: '\e823'; } /* '' */
.bpmn-icon-intermediate-event-catch-timer:before { content: '\e824'; } /* '' */
.bpmn-icon-start-event-escalation:before { content: '\e825'; } /* '' */
.bpmn-icon-start-event-signal:before { content: '\e826'; } /* '' */
.bpmn-icon-business-rule-task:before { content: '\e827'; } /* '' */
.bpmn-icon-manual:before { content: '\e828'; } /* '' */
.bpmn-icon-receive:before { content: '\e829'; } /* '' */
.bpmn-icon-call-activity:before { content: '\e82a'; } /* '' */
.bpmn-icon-start-event-timer:before { content: '\e82b'; } /* '' */
.bpmn-icon-start-event-message:before { content: '\e82c'; } /* '' */
.bpmn-icon-intermediate-event-none:before { content: '\e82d'; } /* '' */
.bpmn-icon-intermediate-event-catch-link:before { content: '\e82e'; } /* '' */
.bpmn-icon-end-event-escalation:before { content: '\e82f'; } /* '' */
.bpmn-icon-text-annotation:before { content: '\e830'; } /* '' */
.bpmn-icon-bpmn-io:before { content: '\e831'; } /* '' */
.bpmn-icon-gateway-complex:before { content: '\e832'; } /* '' */
.bpmn-icon-gateway-eventbased:before { content: '\e833'; } /* '' */
.bpmn-icon-gateway-none:before { content: '\e834'; } /* '' */
.bpmn-icon-gateway-or:before { content: '\e835'; } /* '' */
.bpmn-icon-end-event-terminate:before { content: '\e836'; } /* '' */
.bpmn-icon-end-event-signal:before { content: '\e837'; } /* '' */
.bpmn-icon-end-event-none:before { content: '\e838'; } /* '' */
.bpmn-icon-end-event-multiple:before { content: '\e839'; } /* '' */
.bpmn-icon-end-event-message:before { content: '\e83a'; } /* '' */
.bpmn-icon-end-event-link:before { content: '\e83b'; } /* '' */
.bpmn-icon-intermediate-event-catch-message:before { content: '\e83c'; } /* '' */
.bpmn-icon-intermediate-event-throw-compensation:before { content: '\e83d'; } /* '' */
.bpmn-icon-start-event-multiple:before { content: '\e83e'; } /* '' */
.bpmn-icon-script:before { content: '\e83f'; } /* '' */
.bpmn-icon-manual-task:before { content: '\e840'; } /* '' */
.bpmn-icon-send:before { content: '\e841'; } /* '' */
.bpmn-icon-service:before { content: '\e842'; } /* '' */
.bpmn-icon-receive-task:before { content: '\e843'; } /* '' */
.bpmn-icon-user:before { content: '\e844'; } /* '' */
.bpmn-icon-start-event-none:before { content: '\e845'; } /* '' */
.bpmn-icon-intermediate-event-throw-escalation:before { content: '\e846'; } /* '' */
.bpmn-icon-intermediate-event-catch-multiple:before { content: '\e847'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-escalation:before { content: '\e848'; } /* '' */
.bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */
.bpmn-icon-start-event-non-interrupting-condition:before { content: '\e84a'; } /* '' */
.bpmn-icon-data-object:before { content: '\e84b'; } /* '' */
.bpmn-icon-script-task:before { content: '\e84c'; } /* '' */
.bpmn-icon-send-task:before { content: '\e84d'; } /* '' */
.bpmn-icon-data-store:before { content: '\e84e'; } /* '' */
.bpmn-icon-start-event-non-interrupting-escalation:before { content: '\e84f'; } /* '' */
.bpmn-icon-intermediate-event-throw-message:before { content: '\e850'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-multiple:before { content: '\e851'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-signal:before { content: '\e852'; } /* '' */
.bpmn-icon-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */
.bpmn-icon-start-event-non-interrupting-message:before { content: '\e854'; } /* '' */
.bpmn-icon-ad-hoc-marker:before { content: '\e855'; } /* '' */
.bpmn-icon-service-task:before { content: '\e856'; } /* '' */
.bpmn-icon-task-none:before { content: '\e857'; } /* '' */
.bpmn-icon-compensation-marker:before { content: '\e858'; } /* '' */
.bpmn-icon-start-event-non-interrupting-multiple:before { content: '\e859'; } /* '' */
.bpmn-icon-intermediate-event-throw-signal:before { content: '\e85a'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-condition:before { content: '\e85b'; } /* '' */
.bpmn-icon-participant:before { content: '\e85c'; } /* '' */
.bpmn-icon-event-subprocess-expanded:before { content: '\e85d'; } /* '' */
.bpmn-icon-lane-insert-below:before { content: '\e85e'; } /* '' */
.bpmn-icon-space-tool:before { content: '\e85f'; } /* '' */
.bpmn-icon-connection-multi:before { content: '\e860'; } /* '' */
.bpmn-icon-lane:before { content: '\e861'; } /* '' */
.bpmn-icon-lasso-tool:before { content: '\e862'; } /* '' */
.bpmn-icon-lane-insert-above:before { content: '\e863'; } /* '' */
.bpmn-icon-lane-divide-three:before { content: '\e864'; } /* '' */
.bpmn-icon-lane-divide-two:before { content: '\e865'; } /* '' */
.bpmn-icon-data-input:before { content: '\e866'; } /* '' */
.bpmn-icon-data-output:before { content: '\e867'; } /* '' */
.bpmn-icon-hand-tool:before { content: '\e868'; } /* '' */
.bpmn-icon-transaction:before { content: '\e8c4'; } /* '' *//**
 * outline styles
 */

.djs-outline {
  fill: none;
  visibility: hidden;
}

.djs-element.hover .djs-outline,
.djs-element.selected .djs-outline {
  visibility: visible;
  shape-rendering: crispEdges;
  stroke-dasharray: 3,3;
}

.djs-element.selected .djs-outline {
  stroke: #8888FF;
  stroke-width: 1px;
}

.djs-element.hover .djs-outline {
  stroke: #FF8888;
  stroke-width: 1px;
}

.djs-shape.connect-ok .djs-visual > :nth-child(1) {
  fill: #DCFECC /* light-green */ !important;
}

.djs-shape.connect-not-ok .djs-visual > :nth-child(1),
.djs-shape.drop-not-ok .djs-visual > :nth-child(1) {
  fill: #f9dee5 /* light-red */ !important;
}

.djs-shape.new-parent .djs-visual > :nth-child(1) {
  fill: #F7F9FF !important;
}

svg.drop-not-ok {
  background: #f9dee5 /* light-red */ !important;
}

svg.new-parent {
  background: #F7F9FF /* light-blue */ !important;
}

.djs-connection.connect-ok .djs-visual > :nth-child(1),
.djs-connection.drop-ok .djs-visual > :nth-child(1) {
  stroke: #90DD5F /* light-green */ !important;
}

.djs-connection.connect-not-ok .djs-visual > :nth-child(1),
.djs-connection.drop-not-ok .djs-visual > :nth-child(1) {
  stroke: #E56283 /* light-red */ !important;
}

.drop-not-ok,
.connect-not-ok {
  cursor: not-allowed;
}

.djs-element.attach-ok .djs-visual > :nth-child(1) {
  stroke-width: 5px !important;
  stroke: rgba(255, 116, 0, 0.7);
}


/**
* Selection box style
*
*/
.djs-lasso-overlay {
  fill: rgb(255, 116, 0);
  fill-opacity: 0.1;

  stroke-dasharray: 5 1 3 1;
  stroke: rgb(255, 116, 0);

  shape-rendering: crispEdges;
  pointer-events: none;
}

/**
 * Resize styles
 */
.djs-resize-overlay {
  fill: white;
  fill-opacity: 0.8;

  stroke-dasharray: 5 1 3 1;
  stroke: rgb(255, 116, 0);

  pointer-events: none;
}

.djs-resizer-hit {
  fill: none;
  pointer-events: all;
}

.djs-resizer-visual {
  fill: white;
  stroke-width: 1px;
  stroke: black;
  shape-rendering: crispEdges;
  stroke-opacity: 0.2;
}

.djs-cursor-resize-nwse,
.djs-resizer-nw,
.djs-resizer-se {
  cursor: nwse-resize;
}

.djs-cursor-resize-nesw,
.djs-resizer-ne,
.djs-resizer-sw {
  cursor: nesw-resize;
}

.djs-shape.djs-resizing > .djs-outline {
  visibility: hidden !important;
}

.djs-shape.djs-resizing > .djs-resizer {
  visibility: hidden;
}

.djs-dragger > .djs-resizer {
  visibility: hidden;
}

/**
 * drag styles
 */
.djs-dragger {
  fill: white;
  fill-opacity: 0.6;
  stroke: #333;
}

.djs-dragger .djs-visual > :first-child {
  stroke: rgb(255, 116, 0) !important;
}

.djs-dragging {
  opacity: 0.3;
}

.djs-dragging,
.djs-dragging > * {
  pointer-events: none !important;
}

.djs-dragging .djs-context-pad,
.djs-dragging .djs-outline {
  display: none !important;
}

/**
 * no pointer events for visual
 */
.djs-visual,
.djs-outline {
  pointer-events: none;
}

/**
 * all pointer events for hit shape
 */
.djs-shape .djs-hit {
  pointer-events: all;
}

.djs-connection .djs-hit {
  pointer-events: stroke;
}

/**
 * shape / connection basic styles
 */
.djs-connection .djs-visual {
  stroke-width: 2px;
  fill: none;
}

.djs-cursor-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.djs-cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.djs-cursor-crosshair {
  cursor: crosshair;
}

.djs-cursor-move {
  cursor: move;
}

.djs-cursor-resize-ns {
  cursor: ns-resize;
}

.djs-cursor-resize-ew {
  cursor: ew-resize;
}


/**
 * snapping
 */
.djs-snap-line {
  stroke: rgb(255, 195, 66);
  stroke: rgba(255, 195, 66, 0.50);
  stroke-linecap: round;
  stroke-width: 2px;
  pointer-events: none;
}

/**
 * snapping
 */
.djs-crosshair {
  stroke: #555;
  stroke-linecap: round;
  stroke-width: 1px;
  pointer-events: none;
  shape-rendering: crispEdges;
  stroke-dasharray: 5, 5;
}

/**
 * palette
 */

.djs-palette {
  position: absolute;
  left: 20px;
  top: 20px;

  width: 46px;
}

.djs-palette.two-column.open {
  width: 94px;
}

.djs-palette .separator {
  margin: 3px 5px 5px 5px;
  border: none;
  border-top: solid 1px #DDD;

  clear: both;
}

.djs-palette .entry:before {
  vertical-align: middle;
}

.djs-palette .djs-palette-toggle {
  cursor: pointer;
}

.djs-palette .entry,
.djs-palette .djs-palette-toggle {
  color: #333;
  font-size: 30px;

  text-align: center;
}

.djs-palette .entry {
  float: left;
}

.djs-palette .entry img {
  max-width: 100%;
}

.djs-palette.open .djs-palette-toggle {
  height: 10px;
}

.djs-palette .djs-palette-entries:after {
  content: '';
  display: table;
  clear: both;
}

.djs-palette:not(.open) .djs-palette-entries {
  display: none;
}

.djs-palette .djs-palette-toggle:hover {
  background: #666;
}

.djs-palette .entry:hover {
  color: rgb(255, 116, 0);
}

.highlighted-entry {
  color: rgb(255, 116, 0) !important;
}

.djs-palette:not(.open) {
  overflow: hidden;
}

.djs-palette .entry,
.djs-palette .djs-palette-toggle {
  width: 46px;
  height: 46px;
  line-height: 46px;
  cursor: default;
}

.djs-palette.open .djs-palette-toggle {
  width: 100%;
}

/**
 * context-pad
 */
.djs-overlay-context-pad {
  width: 72px;
}

.djs-context-pad {
  position: absolute;
  display: none;
  pointer-events: none;
}

.djs-context-pad .entry {
  width: 22px;
  height: 22px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  margin: 0 2px 2px 0;

  border-radius: 3px;

  cursor: default;

  background-color: #FEFEFE;
  box-shadow: 0 0 2px 1px #FEFEFE;

  pointer-events: all;
}

.djs-context-pad .entry:before {
  vertical-align: top;
}

.djs-context-pad .entry:hover {
  background: rgb(255, 252, 176);
}

.djs-context-pad.open {
  display: block;
}

/**
 * popup styles
 */
.djs-popup .entry {
  line-height: 20px;
  white-space: nowrap;
  border: solid 1px transparent;
  cursor: default;
}

/* larger font for prefixed icons */
.djs-popup .entry:before {
  vertical-align: middle;
  font-size: 20px;
}

.djs-popup .entry > span {
  vertical-align: middle;
  font-size: 14px;
}

.djs-popup .entry:hover,
.djs-popup .entry.active:hover {
  background: rgb(255, 252, 176);
}

.djs-popup .entry.disabled {
  background: inherit;
}

.djs-popup .entry.active {
  color: rgb(255, 116, 0);
  border: solid 1px rgb(255, 116, 0);
  border-radius: 3px;
  background-color: #F6F6F6;
}

.djs-popup-body .entry {
  padding: 2px 10px 2px 5px;
}

.djs-popup-header .entry {
  display: inline-block;
  padding: 2px 3px 2px 3px;
}

.djs-popup-body .entry > span {
  margin-left: 5px;
}

.djs-popup-body {
  background-color: #FEFEFE;
}

.djs-popup-header {
  border-bottom: 1px solid #DDD;
}

.djs-popup-header .entry {
  margin: 1px;
  margin-left: 3px;
}

.djs-popup-header .entry:last-child {
  margin-right: 3px;
}

/**
 * popup / palette styles
 */
.djs-popup, .djs-palette {
  background: #FAFAFA;
  border: solid 1px #CCC;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/**
 * touch
 */

.djs-shape,
.djs-connection {
  touch-action: none;
}

.djs-segment-dragger,
.djs-bendpoint {
  display: none;
}

/**
 * bendpoints
 */
.djs-segment-dragger .djs-visual {
  fill: rgba(255, 255, 121, 0.2);
  stroke-width: 1px;
  stroke-opacity: 1;
  stroke: rgba(255, 255, 121, 0.3);
}

.djs-bendpoint .djs-visual {
  fill: rgba(255, 255, 121, 0.8);
  stroke-width: 1px;
  stroke-opacity: 0.5;
  stroke: black;
}

.djs-segment-dragger:hover,
.djs-bendpoints.hover .djs-segment-dragger,
.djs-bendpoints.selected .djs-segment-dragger,
.djs-bendpoint:hover,
.djs-bendpoints.hover .djs-bendpoint,
.djs-bendpoints.selected .djs-bendpoint {
  display: block;
}

.djs-drag-active .djs-bendpoints * {
  display: none;
}

.djs-bendpoints:not(.hover) .floating {
  display: none;
}

.djs-segment-dragger:hover .djs-visual,
.djs-segment-dragger.djs-dragging .djs-visual,
.djs-bendpoint:hover .djs-visual,
.djs-bendpoint.floating .djs-visual {
  fill: yellow;
  stroke-opacity: 0.5;
  stroke: black;
}

.djs-bendpoint.floating .djs-hit {
  pointer-events: none;
}

.djs-segment-dragger .djs-hit,
.djs-bendpoint .djs-hit {
  pointer-events: all;
  fill: none;
}

.djs-segment-dragger.horizontal .djs-hit {
  cursor: ns-resize;
}

.djs-segment-dragger.vertical .djs-hit {
  cursor: ew-resize;
}

.djs-segment-dragger.djs-dragging .djs-hit {
  pointer-events: none;
}

.djs-updating,
.djs-updating > * {
  pointer-events: none !important;
}

.djs-updating .djs-context-pad,
.djs-updating .djs-outline,
.djs-updating .djs-bendpoint,
.connect-ok .djs-bendpoint,
.connect-not-ok .djs-bendpoint,
.drop-ok .djs-bendpoint,
.drop-not-ok .djs-bendpoint {
  display: none !important;
}

.djs-segment-dragger.djs-dragging,
.djs-bendpoint.djs-dragging {
  display: block;
  opacity: 1.0;
}

.djs-segment-dragger.djs-dragging .djs-visual,
.djs-bendpoint.djs-dragging .djs-visual {
  fill: yellow;
  stroke-opacity: 0.5;
}


/**
 * tooltips
 */
.djs-tooltip-error {
  font-size: 11px;
  line-height: 18px;
  text-align: left;

  padding: 5px;

  opacity: 0.7;
}

.djs-tooltip-error > * {
  width: 160px;

  background: rgb(252, 236, 240);
  color: rgb(158, 76, 76);
  padding: 3px 7px;
  box-shadow: 0 1px 2px rgba(0,0,0, 0.2);
  border-radius: 5px;
  border-left: solid 5px rgb(174, 73, 73);
}

.djs-tooltip-error:hover {
  opacity: 1;
}


/**
 * search pad
 */
.djs-search-container {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;

  width: 25%;
  min-width: 300px;
  max-width: 400px;
  z-index: 10;

  font-size: 1.05em;
  opacity: 0.9;
  background: #FAFAFA;
  border: solid 1px #CCC;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.djs-search-container:not(.open) {
  display: none;
}

.djs-search-input input {
  font-size: 1.05em;
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

.djs-search-input input:focus{
  outline: none;
  border-color: #52B415;
  box-shadow: 0 0 1px 2px rgba(82, 180, 21, 0.2);
}

.djs-search-results {
  position: relative;
  overflow-y: auto;
  max-height: 200px;
}

.djs-search-results:hover {
  /*background: #fffdd7;*/
  cursor: pointer;
}

.djs-search-result {
  width: 100%;
  padding: 6px 10px;
  background: white;
  border-bottom: solid 1px #AAA;
  border-radius: 1px;
}

.djs-search-highlight {
  color: black;
}

.djs-search-result-primary {
  margin: 0 0 10px;
}

.djs-search-result-secondary {
  font-family: monospace;
  margin: 0;
}

.djs-search-result:hover {
  background: #fdffd6;
}

.djs-search-result-selected {
  background: #fffcb0;
}

.djs-search-result-selected:hover {
  background: #f7f388;
}

.djs-search-overlay {
  background: yellow;
  opacity: 0.3;
}
.bpp-properties-group {
  padding: 6px 15px 6px 15px;
  position: relative;
  max-height: 2000px;
  overflow: hidden;
  transition: max-height 0.218s ease-in-out, padding-top 0.218s ease-in-out, padding-bottom 0.218s ease-in-out;
}
.bpp-properties-group:empty {
  display: none;
}
.bpp-properties-group > .group-toggle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  cursor: pointer;
  transition: background-color 0.218s linear;
}
.bpp-properties-group > .group-toggle:hover {
  background-color: #8fc071;
}
.bpp-properties-group > .group-label {
  font-weight: bolder;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 120%;
  margin-top: 5px;
  margin-bottom: 10px;
  transition: margin 0.218s linear;
  font-style: italic;
}
.bpp-properties-group > .group-label[for] {
  cursor: pointer;
}
.bpp-properties-group > .group-label.bpp-hidden {
  display: none;
}
.bpp-properties-group:hover > .group-toggle {
  background-color: #ccc;
}
.bpp-properties-group:hover > .group-toggle:hover {
  background-color: #8fc071;
}
.bpp-properties-group.group-closed {
  max-height: 20px;
  border-top: none;
  cursor: pointer;
  background-color: rgba(143, 192, 113, 0.2);
  padding-top: 0;
  padding-bottom: 0;
}
.bpp-properties-group.group-closed > div {
  visibility: hidden;
}
.bpp-properties-group.group-closed > .group-label {
  margin-top: 2px;
  margin-bottom: 2px;
}
.bpp-properties-group.group-closed:hover > .group-label {
  color: #52B415;
}
.bpp-properties-group + .bpp-properties-group {
  border-top: 1px dotted #ccc;
}
.bpp-properties-group:last-child {
  padding-bottom: 9px;
}
.bpp-properties-header {
  padding: 15px;
  padding-bottom: 5px;
}
.bpp-properties-header > .label {
  font-size: 120%;
  font-weight: bolder;
}
.bpp-properties-header > .search {
  display: none;
  margin-top: 5px;
  position: relative;
}
.bpp-properties-header > .search input {
  position: relative;
  border-radius: 15px;
  width: 100%;
  z-index: 1;
}
.bpp-properties-header > .search button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: none;
  background-color: transparent;
  z-index: 2;
}
.bpp-properties-header > .search button:before {
  content: '\E805';
}
.cam-add-listener > button {
  position: relative;
  margin-left: 10px;
}
[data-list-entry-container] > .bpp-listener-area {
  border: 1px solid #ccc;
  margin: 10px 1px;
  padding: 10px;
}
.bpp-listener-area {
  position: relative;
}
.bpp-listener-area > button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
}
.bpp-listener-area + .bpp-listener-area {
  margin-top: 20px;
}
@font-face {
  font-family: 'bpmn-js-pp';
  src: url("data:;base64,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");
  src: url("data:;base64,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") format('embedded-opentype'), url("data:application/font-woff;base64,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") format('woff'), url("data:application/x-font-ttf;base64,AAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IkmhAAABQAAAAFZjbWFwndm+LAAAAZgAAAHGY3Z0IAAAAAAAAAlwAAAACmZwZ22IkJBZAAAJfAAAC3BnYXNwAAAAEAAACWgAAAAIZ2x5ZoZc5FwAAANgAAACDmhlYWQI4qaLAAAFcAAAADZoaGVhB5EDTQAABagAAAAkaG10eBVp//oAAAXMAAAAHGxvY2EBmgINAAAF6AAAABBtYXhwAJoLoAAABfgAAAAgbmFtZQ/XAmkAAAYYAAAC5XBvc3T6fxacAAAJAAAAAGhwcmVw3WsDhQAAFOwAAAB7AAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQMPAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ALpAwNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAW4AAQAAAAAAaAADAAEAAAAsAAMACgAAAW4ABAA8AAAACAAIAAIAAOgD6AbpA///AADoAugF6QL//wAAAAAAAAABAAgACgAMAAAAAQACAAMABAAFAAYAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAFgAAAAAAAAABgAA6AIAAOgCAAAAAQAA6AMAAOgDAAAAAgAA6AUAAOgFAAAAAwAA6AYAAOgGAAAABAAA6QIAAOkCAAAABQAA6QMAAOkDAAAABgAAAAEAAAAAAdYCYgAdAAazEwMBLSslFhQGIi8BBwYiJyY0PwEnJjQ3NjIfATc2MhYUDwEBxBIkMhKEhBIyEhAQiooQEBIyEoSEEjIkEorCEjIiEJiYEBASMhKcnhIyEhAQmJgQIjISngAAAQAAAAACRAKAABMABrMQBgEtKwEyFCsBFRQiPQEjIjQ7ATU0Mh0BAiYeHtJk0h4e0mQBkGTSHh7SZNIeHtIAAAIAAP/CAyIC6gARABoACLUYFAwEAi0rJRYPAQYvAQYjIiYQNiAWFRQHJRQWMjY0JiIGAwQeGC4kIL5KUoC+tAEAwC7+GIiwfoiwfk4iHC4gIL4qvgEAtr6AWEqqWIh+soZ+AAAD//r/tgPHAwgADAAQABQACrcSEQ4NCgIDLSsFFgYjISInJjcBNjIXEzUjFTcRIxEDvQoUFPyEEgoNCwG+CCwIGm5ubhgQIhASEAMOEhL9JGRkrgEs/tQAAgAA/7oDSAMCAAgAFAAItRELBAACLSsBMhYQBiAmEDYBNycHJwcXBxc3FzcBpK729v6k9vYBBJpWmphYmppYmJpWAwL2/qT29gFc9v5cmlaYmFaamFaYmFYAAAACAAD/ugNIAwIACAAUAAi1Ew0EAAItKwEyFhAGICYQNhMzNSM1IxUjFTMVMwGkrvb2/qT29uLIyGbKymYDAvb+pPb2AVz2/ipmyspmygAAAAEAAAABAABlDyFwXw889QALA+gAAAAA0vCxdAAAAADS8LF0//r/tgPoAwgAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+j/+v/zA+gAAQAAAAAAAAAAAAAAAAAAAAcD6AAAAdYAAAJEAAADFQAAA8L/+gNIAAADSAAAAAAAAAA0AFQAhgCyAOABBwABAAAABwAeAAMAAAAAAAIAAAAQAHMAAAAcC3AAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACgA1AAEAAAAAAAIABwA/AAEAAAAAAAMACgBGAAEAAAAAAAQACgBQAAEAAAAAAAUACwBaAAEAAAAAAAYACgBlAAEAAAAAAAoAKwBvAAEAAAAAAAsAEwCaAAMAAQQJAAAAagCtAAMAAQQJAAEAFAEXAAMAAQQJAAIADgErAAMAAQQJAAMAFAE5AAMAAQQJAAQAFAFNAAMAAQQJAAUAFgFhAAMAAQQJAAYAFAF3AAMAAQQJAAoAVgGLAAMAAQQJAAsAJgHhQ29weXJpZ2h0IChDKSAyMDE2IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21icG1uLWlvLXBwUmVndWxhcmJwbW4taW8tcHBicG1uLWlvLXBwVmVyc2lvbiAxLjBicG1uLWlvLXBwR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwBvAHAAeQByAGkAZwBoAHQAIAAoAEMAKQAgADIAMAAxADYAIABiAHkAIABvAHIAaQBnAGkAbgBhAGwAIABhAHUAdABoAG8AcgBzACAAQAAgAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAGIAcABtAG4ALQBpAG8ALQBwAHAAUgBlAGcAdQBsAGEAcgBiAHAAbQBuAC0AaQBvAC0AcABwAGIAcABtAG4ALQBpAG8ALQBwAHAAVgBlAHIAcwBpAG8AbgAgADEALgAwAGIAcABtAG4ALQBpAG8ALQBwAHAARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwECAQMBBAEFAQYBBwEIAAVjbGVhcgNhZGQGc2VhcmNoCWF0dGVudGlvbg1jbGVhci1jaXJjbGVkC2FkZC1jaXJjbGVkAAAAAQAB//8ADwAAAAAAAAAAAAAAALAALCCwAFVYRVkgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbkIAAgAY2MjYhshIbAAWbAAQyNEsgABAENgQi2wASywIGBmLbACLCBkILDAULAEJlqyKAEKQ0VjRVJbWCEjIRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILEBCkNFY0VhZLAoUFghsQEKQ0VjRSCwMFBYIbAwWRsgsMBQWCBmIIqKYSCwClBYYBsgsCBQWCGwCmAbILA2UFghsDZgG2BZWVkbsAErWVkjsABQWGVZWS2wAywgRSCwBCVhZCCwBUNQWLAFI0KwBiNCGyEhWbABYC2wBCwjISMhIGSxBWJCILAGI0KxAQpDRWOxAQpDsABgRWOwAyohILAGQyCKIIqwASuxMAUlsAQmUVhgUBthUllYI1khILBAU1iwASsbIbBAWSOwAFBYZVktsAUssAdDK7IAAgBDYEItsAYssAcjQiMgsAAjQmGwAmJmsAFjsAFgsAUqLbAHLCAgRSCwC0NjuAQAYiCwAFBYsEBgWWawAWNgRLABYC2wCCyyBwsAQ0VCKiGyAAEAQ2BCLbAJLLAAQyNEsgABAENgQi2wCiwgIEUgsAErI7AAQ7AEJWAgRYojYSBkILAgUFghsAAbsDBQWLAgG7BAWVkjsABQWGVZsAMlI2FERLABYC2wCywgIEUgsAErI7AAQ7AEJWAgRYojYSBksCRQWLAAG7BAWSOwAFBYZVmwAyUjYUREsAFgLbAMLCCwACNCsgsKA0VYIRsjIVkqIS2wDSyxAgJFsGRhRC2wDiywAWAgILAMQ0qwAFBYILAMI0JZsA1DSrAAUlggsA0jQlktsA8sILAQYmawAWMguAQAY4ojYbAOQ2AgimAgsA4jQiMtsBAsS1RYsQRkRFkksA1lI3gtsBEsS1FYS1NYsQRkRFkbIVkksBNlI3gtsBIssQAPQ1VYsQ8PQ7ABYUKwDytZsABDsAIlQrEMAiVCsQ0CJUKwARYjILADJVBYsQEAQ2CwBCVCioogiiNhsA4qISOwAWEgiiNhsA4qIRuxAQBDYLACJUKwAiVhsA4qIVmwDENHsA1DR2CwAmIgsABQWLBAYFlmsAFjILALQ2O4BABiILAAUFiwQGBZZrABY2CxAAATI0SwAUOwAD6yAQEBQ2BCLbATLACxAAJFVFiwDyNCIEWwCyNCsAojsABgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAULLEAEystsBUssQETKy2wFiyxAhMrLbAXLLEDEystsBgssQQTKy2wGSyxBRMrLbAaLLEGEystsBsssQcTKy2wHCyxCBMrLbAdLLEJEystsB4sALANK7EAAkVUWLAPI0IgRbALI0KwCiOwAGBCIGCwAWG1EBABAA4AQkKKYLESBiuwcisbIlktsB8ssQAeKy2wICyxAR4rLbAhLLECHistsCIssQMeKy2wIyyxBB4rLbAkLLEFHistsCUssQYeKy2wJiyxBx4rLbAnLLEIHistsCgssQkeKy2wKSwgPLABYC2wKiwgYLAQYCBDI7ABYEOwAiVhsAFgsCkqIS2wKyywKiuwKiotsCwsICBHICCwC0NjuAQAYiCwAFBYsEBgWWawAWNgI2E4IyCKVVggRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOBshWS2wLSwAsQACRVRYsAEWsCwqsAEVMBsiWS2wLiwAsA0rsQACRVRYsAEWsCwqsAEVMBsiWS2wLywgNbABYC2wMCwAsAFFY7gEAGIgsABQWLBAYFlmsAFjsAErsAtDY7gEAGIgsABQWLBAYFlmsAFjsAErsAAWtAAAAAAARD4jOLEvARUqLbAxLCA8IEcgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLAAQ2E4LbAyLC4XPC2wMywgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhsAFDYzgtsDQssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIzAQEVFCotsDUssAAWsAQlsAQlRyNHI2GwCUMrZYouIyAgPIo4LbA2LLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhIyAgsAQmI0ZhOBsjsAhDRrACJbAIQ0cjRyNhYCCwBEOwAmIgsABQWLBAYFlmsAFjYCMgsAErI7AEQ2CwASuwBSVhsAUlsAJiILAAUFiwQGBZZrABY7AEJmEgsAQlYGQjsAMlYGRQWCEbIyFZIyAgsAQmI0ZhOFktsDcssAAWICAgsAUmIC5HI0cjYSM8OC2wOCywABYgsAgjQiAgIEYjR7ABKyNhOC2wOSywABawAyWwAiVHI0cjYbAAVFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhuQgACABjYyMgWGIbIVljuAQAYiCwAFBYsEBgWWawAWNgIy4jICA8ijgjIVktsDossAAWILAIQyAuRyNHI2EgYLAgYGawAmIgsABQWLBAYFlmsAFjIyAgPIo4LbA7LCMgLkawAiVGUlggPFkusSsBFCstsDwsIyAuRrACJUZQWCA8WS6xKwEUKy2wPSwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xKwEUKy2wPiywNSsjIC5GsAIlRlJYIDxZLrErARQrLbA/LLA2K4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrErARQrsARDLrArKy2wQCywABawBCWwBCYgLkcjRyNhsAlDKyMgPCAuIzixKwEUKy2wQSyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKxAAAqsQAFQrEACCqxAAVCsQAIKrEABUK5AAAACSqxAAVCuQAAAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbEADCq4Af+FsASNsQIARAA=") format('truetype'), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iYnBtbi1pby1wcCIgaG9yaXotYWR2LXg9IjEwMDAiID4KPGZvbnQtZmFjZSBmb250LWZhbWlseT0iYnBtbi1pby1wcCIgZm9udC13ZWlnaHQ9IjQwMCIgZm9udC1zdHJldGNoPSJub3JtYWwiIHVuaXRzLXBlci1lbT0iMTAwMCIgYXNjZW50PSI4NTAiIGRlc2NlbnQ9Ii0xNTAiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDAwIiAvPgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2xlYXIiIHVuaWNvZGU9IiYjeGU4MDI7IiBkPSJNNDUyIDE5NHExOC0xOCAxOC00M3QtMTgtNDNxLTE4LTE2LTQzLTE2dC00MyAxNmwtMTMyIDE1Mi0xMzItMTUycS0xOC0xNi00My0xNnQtNDMgMTZxLTE2IDE4LTE2IDQzdDE2IDQzbDEzOCAxNTYtMTM4IDE1OHEtMTYgMTgtMTYgNDN0MTYgNDNxMTggMTYgNDMgMTZ0NDMtMTZsMTMyLTE1MiAxMzIgMTUycTE4IDE2IDQzIDE2dDQzLTE2cTE4LTE4IDE4LTQzdC0xOC00M2wtMTM4LTE1OHoiIGhvcml6LWFkdi14PSI0NzAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhZGQiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNNTUwIDQwMHEzMCAwIDMwLTUwdC0zMC01MGwtMjEwIDAgMC0yMTBxMC0zMC01MC0zMHQtNTAgMzBsMCAyMTAtMjEwIDBxLTMwIDAtMzAgNTB0MzAgNTBsMjEwIDAgMCAyMTBxMCAzMCA1MCAzMHQ1MC0zMGwwLTIxMCAyMTAgMHoiIGhvcml6LWFkdi14PSI1ODAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJzZWFyY2giIHVuaWNvZGU9IiYjeGU4MDU7IiBkPSJNNzcyIDc4cTMwLTM0IDYtNjJsLTQ2LTQ2cS0zNi0zMi02OCAwbC0xOTAgMTkwcS03NC00Mi0xNTYtNDItMTI4IDAtMjIzIDk1dC05NSAyMjMgOTAgMjE5IDIxOCA5MSAyMjQtOTUgOTYtMjIzcTAtODgtNDYtMTYyeiBtLTY3OCAzNThxMC04OCA2OC0xNTZ0MTU2LTY4IDE1MSA2MyA2MyAxNTNxMCA4OC02OCAxNTV0LTE1NiA2Ny0xNTEtNjMtNjMtMTUxeiIgaG9yaXotYWR2LXg9Ijc4OSIgLz4KPGdseXBoIGdseXBoLW5hbWU9ImF0dGVudGlvbiIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik05NTctMjRxMTAtMTYgMC0zNC0xMC0xNi0zMC0xNmwtODkyIDBxLTE4IDAtMjggMTYtMTMgMTgtMiAzNGw0NDYgNzgycTggMTggMzAgMTh0MzAtMTh6IG0tNDIwIDUwbDAgMTAwLTExMCAwIDAtMTAwIDExMCAweiBtMCAxNzRsMCAzMDAtMTEwIDAgMC0zMDAgMTEwIDB6IiBob3Jpei1hZHYteD0iOTYyIiAvPgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2xlYXItY2lyY2xlZCIgdW5pY29kZT0iJiN4ZTkwMjsiIGQ9Ik00MjAgNzcwcTE3NCAwIDI5Ny0xMjN0MTIzLTI5Ny0xMjMtMjk3LTI5Ny0xMjMtMjk3IDEyMy0xMjMgMjk3IDEyMyAyOTcgMjk3IDEyM3ogbTg2LTQyMGwxNTQgMTU0LTg2IDg2LTE1NC0xNTItMTUyIDE1Mi04OC04NiAxNTQtMTU0LTE1NC0xNTIgODgtODYgMTUyIDE1MiAxNTQtMTUyIDg2IDg2eiIgaG9yaXotYWR2LXg9Ijg0MCIgLz4KPGdseXBoIGdseXBoLW5hbWU9ImFkZC1jaXJjbGVkIiB1bmljb2RlPSImI3hlOTAzOyIgZD0iTTQyMCA3NzBxMTc0IDAgMjk3LTEyM3QxMjMtMjk3LTEyMy0yOTctMjk3LTEyMy0yOTcgMTIzLTEyMyAyOTcgMTIzIDI5NyAyOTcgMTIzeiBtNTItNDcwbDIwMCAwIDAgMTAyLTIwMCAwIDAgMjAyLTEwMiAwIDAtMjAyLTIwMiAwIDAtMTAyIDIwMiAwIDAtMjAyIDEwMiAwIDAgMjAyeiIgaG9yaXotYWR2LXg9Ijg0MCIgLz4KPC9mb250Pgo8L2RlZnM+Cjwvc3ZnPg==") format('svg');
  font-weight: normal;
  font-style: normal;
}
.bpp-properties-panel {
  background-color: #f8f8f8;
  position: relative;
}
.bpp-properties-panel:empty {
  display: none;
}
.bpp-properties-panel label,
.bpp-properties-panel input {
  vertical-align: middle;
}
.bpp-properties-panel input,
.bpp-properties-panel button,
.bpp-properties-panel textarea {
  padding: 3px 6px;
  border: 1px solid #ccc;
}
.bpp-properties-panel input:focus,
.bpp-properties-panel button:focus,
.bpp-properties-panel textarea:focus {
  outline: none;
  border-color: #52B415;
  box-shadow: 0 0 1px 2px rgba(82, 180, 21, 0.2);
}
.bpp-properties-panel input.invalid,
.bpp-properties-panel button.invalid,
.bpp-properties-panel textarea.invalid {
  border-color: #cc3333;
  background: #f0c2c2;
}
.bpp-properties-panel input.invalid:focus,
.bpp-properties-panel button.invalid:focus,
.bpp-properties-panel textarea.invalid:focus {
  box-shadow: 0 0 1px 2px rgba(204, 51, 51, 0.2);
}
.bpp-properties-panel [type=text],
.bpp-properties-panel textarea,
.bpp-properties-panel select {
  width: 100%;
}
.bpp-properties-panel textarea {
  resize: vertical;
}
.bpp-properties-panel label {
  font-weight: bolder;
  display: inline-block;
  vertical-align: middle;
  color: #666;
}
.bpp-properties-panel label[for] {
  cursor: pointer;
}
.bpp-properties-panel label.bpp-hidden {
  display: none;
}
.bpp-properties-panel .entry-label {
  font-weight: bolder;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 120%;
  margin-top: 5px;
  margin-bottom: 10px;
  transition: margin 0.218s linear;
  font-style: italic;
}
.bpp-properties-panel .entry-label[for] {
  cursor: pointer;
}
.bpp-properties-panel .entry-label.bpp-hidden {
  display: none;
}
.bpp-properties-panel .entry-label.divider {
  border-top: 1px dotted #ccc;
  padding-top: 8px;
  margin-top: 16px;
  width: 100%;
}
.bpp-properties-panel button {
  position: absolute;
  top: 0;
  height: 23px;
  width: 24px;
  overflow: hidden;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}
.bpp-properties-panel button > span {
  display: none;
}
.bpp-properties-panel button:before {
  font-family: "bpmn-js-pp";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.bpp-properties-panel button.add:before {
  content: '\E803';
}
.bpp-properties-panel button.clear:before {
  content: '\E802';
}
.bpp-properties-panel button:hover {
  color: #52B415;
}
.bpp-error-message,
.bpp-error-message.bpp-entry-link {
  color: #cc3333;
}
.bpp-row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bpp-row:first-of-type {
  margin-top: 0;
}
.bpp-row:last-of-type {
  margin-bottom: 0;
}
.bpp-textfield,
.bpp-textarea {
  margin-bottom: 3px;
}
.bpp-radios-group {
  list-style: none;
  padding: 0;
  margin: 0 0 9px 0;
}
.bpp-radios-group .bpp-radio-wrapper {
  margin: 6px 0;
}
.bpp-radios-group input,
.bpp-radios-group label {
  vertical-align: middle;
}
.bpp-radios-group input {
  margin-top: 0;
  margin-left: 0;
}
.bpp-radios-group input,
.bpp-checkbox input {
  margin-left: 0;
}
.bpp-radios-group label:after,
.bpp-checkbox label:after {
  display: none;
}
.bpp-textfield input {
  padding-right: 28px;
}
.bpp-textfield .clear {
  background: transparent;
  border: none;
  top: 0;
  right: 0;
}
.bpp-combo-input {
  margin-top: 7px;
}
.bpp-select select {
  height: 23px;
}
.bpp-select button.add {
  top: -22px;
  right: 0;
}
.bpp-select button.add,
.bpp-element-list button.add,
.bpp-select button.clear,
.bpp-element-list button.clear {
  top: -23px;
  border-bottom: none;
}
.bpp-select button.add,
.bpp-element-list button.add {
  right: 0px;
}
.bpp-select button.clear,
.bpp-element-list button.clear {
  right: 23px;
}
.bpp-properties-entry {
  margin-bottom: 9px;
}
.bpp-properties-entry .bpp-field-wrapper {
  position: relative;
}
.bpp-properties-entry .bpp-field-wrapper input[readonly] + .clear {
  display: none;
}
.bpp-hidden {
  display: none;
}
label.bpp-hidden {
  display: none;
}
.bpp-table-add-row > button {
  position: relative;
  margin-left: 10px;
}
.bpp-table {
  margin-top: 10px;
}
.bpp-table-row {
  margin-bottom: 2px;
  overflow: hidden;
}
.bpp-table-row > input,
.bpp-table-row > button {
  float: left;
}
.bpp-table-row > label {
  padding-left: 5px;
}
.bpp-table-row > label.bpp-table-row-columns-1,
.bpp-table-row > input.bpp-table-row-columns-1 {
  width: 100%;
}
.bpp-table-row > label.bpp-table-row-columns-1.bpp-table-row-removable,
.bpp-table-row > input.bpp-table-row-columns-1.bpp-table-row-removable {
  width: calc(100% - 24px);
}
.bpp-table-row > label.bpp-table-row-columns-2,
.bpp-table-row > input.bpp-table-row-columns-2 {
  width: 50%;
}
.bpp-table-row > label.bpp-table-row-columns-2.bpp-table-row-removable,
.bpp-table-row > input.bpp-table-row-columns-2.bpp-table-row-removable {
  width: calc(50% - 12px);
}
.bpp-table-row > label.bpp-table-row-columns-2:nth-child(2),
.bpp-table-row > input.bpp-table-row-columns-2:nth-child(2) {
  border-left: none;
}
.bpp-table-row > button {
  border-left: none;
  position: static;
}
.bpp-properties-static {
  margin-bottom: 0;
  margin-top: 0;
  border: 1px solid #ccc;
  background-color: white;
  padding: 3px 6px;
  font: 13.3333px Arial;
  width: 100%;
}
.bpp-entry-link {
  cursor: pointer;
  color: #52B415;
}
.bpp-icon-warning:before {
  font-family: "bpmn-js-pp";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E806';
}
.bpp-properties-header {
  padding: 15px;
  padding-bottom: 5px;
}
.bpp-properties-header > .label {
  font-size: 120%;
  font-weight: bolder;
}
.bpp-properties-header > .search {
  display: none;
  margin-top: 5px;
  position: relative;
}
.bpp-properties-header > .search input {
  position: relative;
  border-radius: 15px;
  width: 100%;
  z-index: 1;
}
.bpp-properties-header > .search button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: none;
  background-color: transparent;
  z-index: 2;
}
.bpp-properties-header > .search button:before {
  content: '\E805';
}
.bpp-properties-group {
  padding: 6px 15px 6px 15px;
  position: relative;
  max-height: 2000px;
  overflow: hidden;
  transition: max-height 0.218s ease-in-out, padding-top 0.218s ease-in-out, padding-bottom 0.218s ease-in-out;
}
.bpp-properties-group:empty {
  display: none;
}
.bpp-properties-group > .group-toggle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  cursor: pointer;
  transition: background-color 0.218s linear;
}
.bpp-properties-group > .group-toggle:hover {
  background-color: #8fc071;
}
.bpp-properties-group > .group-label {
  font-weight: bolder;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 120%;
  margin-top: 5px;
  margin-bottom: 10px;
  transition: margin 0.218s linear;
  font-style: italic;
}
.bpp-properties-group > .group-label[for] {
  cursor: pointer;
}
.bpp-properties-group > .group-label.bpp-hidden {
  display: none;
}
.bpp-properties-group:hover > .group-toggle {
  background-color: #ccc;
}
.bpp-properties-group:hover > .group-toggle:hover {
  background-color: #8fc071;
}
.bpp-properties-group.group-closed {
  max-height: 20px;
  border-top: none;
  cursor: pointer;
  background-color: rgba(143, 192, 113, 0.2);
  padding-top: 0;
  padding-bottom: 0;
}
.bpp-properties-group.group-closed > div {
  visibility: hidden;
}
.bpp-properties-group.group-closed > .group-label {
  margin-top: 2px;
  margin-bottom: 2px;
}
.bpp-properties-group.group-closed:hover > .group-label {
  color: #52B415;
}
.bpp-properties-group + .bpp-properties-group {
  border-top: 1px dotted #ccc;
}
.bpp-properties-group:last-child {
  padding-bottom: 9px;
}
.cam-add-listener > button {
  position: relative;
  margin-left: 10px;
}
[data-list-entry-container] > .bpp-listener-area {
  border: 1px solid #ccc;
  margin: 10px 1px;
  padding: 10px;
}
.bpp-listener-area {
  position: relative;
}
.bpp-listener-area > button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
}
.bpp-listener-area + .bpp-listener-area {
  margin-top: 20px;
}
.bpp-properties-tab-bar {
  border-bottom: 1px solid #ccc;
  padding: 0 15px;
}
.bpp-properties-tab-bar .scroll-tabs-button {
  cursor: pointer;
  font-size: 16px;
  padding: 3px 4px 3px 4px;
  color: #666;
}
.bpp-properties-tab-bar .scroll-tabs-button:hover {
  font-weight: bold;
}
.bpp-properties-tab-bar .scroll-tabs-button.scroll-tabs-left {
  float: left;
  margin-left: -15px;
}
.bpp-properties-tab-bar .scroll-tabs-button.scroll-tabs-right {
  float: right;
  margin-right: -15px;
}
.bpp-properties-tab-bar:not(.scroll-tabs-overflow) .scroll-tabs-button {
  display: none;
}
ul.bpp-properties-tabs-links {
  margin: 5px 0 -1px 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}
ul.bpp-properties-tabs-links > li {
  display: inline-block;
  margin: 0;
}
ul.bpp-properties-tabs-links > li.bpp-hidden {
  display: none;
}
ul.bpp-properties-tabs-links > li > a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 7px;
  border: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
  border-bottom: transparent;
  background-color: #f8f8f8;
  color: #666;
  text-decoration: none;
}
ul.bpp-properties-tabs-links > li > a:hover {
  color: #4d4d4d;
}
ul.bpp-properties-tabs-links > li + li {
  margin-left: 4px;
}
ul.bpp-properties-tabs-links > li.bpp-active a {
  padding-bottom: 5px;
  border-top: 2px solid #52B415;
  border-bottom: none;
}
.bpp-properties-tab,
.bpp-properties-tab.bpp-hidden {
  display: none;
}
.bpp-properties-tab.bpp-active {
  display: block;
}
.bpp-properties-tab-bar {
  border-bottom: 1px solid #ccc;
  padding: 0 15px;
}
.bpp-properties-tab-bar .scroll-tabs-button {
  cursor: pointer;
  font-size: 16px;
  padding: 3px 4px 3px 4px;
  color: #666;
}
.bpp-properties-tab-bar .scroll-tabs-button:hover {
  font-weight: bold;
}
.bpp-properties-tab-bar .scroll-tabs-button.scroll-tabs-left {
  float: left;
  margin-left: -15px;
}
.bpp-properties-tab-bar .scroll-tabs-button.scroll-tabs-right {
  float: right;
  margin-right: -15px;
}
.bpp-properties-tab-bar:not(.scroll-tabs-overflow) .scroll-tabs-button {
  display: none;
}
ul.bpp-properties-tabs-links {
  margin: 5px 0 -1px 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}
ul.bpp-properties-tabs-links > li {
  display: inline-block;
  margin: 0;
}
ul.bpp-properties-tabs-links > li.bpp-hidden {
  display: none;
}
ul.bpp-properties-tabs-links > li > a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 7px;
  border: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
  border-bottom: transparent;
  background-color: #f8f8f8;
  color: #666;
  text-decoration: none;
}
ul.bpp-properties-tabs-links > li > a:hover {
  color: #4d4d4d;
}
ul.bpp-properties-tabs-links > li + li {
  margin-left: 4px;
}
ul.bpp-properties-tabs-links > li.bpp-active a {
  padding-bottom: 5px;
  border-top: 2px solid #52B415;
  border-bottom: none;
}
.bpp-properties-tab,
.bpp-properties-tab.bpp-hidden {
  display: none;
}
.bpp-properties-tab.bpp-active {
  display: block;
}
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: -20px;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }
.CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;

  margin: 0;
  padding: 2px;

  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  border-radius: 3px;
  border: 1px solid silver;

  background: white;
  font-size: 90%;
  font-family: monospace;

  max-height: 20em;
  overflow-y: auto;
}

.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  white-space: pre;
  color: black;
  cursor: pointer;
}

li.CodeMirror-hint-active {
  background: #08f;
  color: white;
}
.CodeMirror-foldmarker {
  color: blue;
  text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
  font-family: arial;
  line-height: .3;
  cursor: pointer;
}
.CodeMirror-foldgutter {
  width: .7em;
}
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
  cursor: pointer;
}
.CodeMirror-foldgutter-open:after {
  content: "\25BE";
}
.CodeMirror-foldgutter-folded:after {
  content: "\25B8";
}
/*!
 * Cropper.js v1.0.0-rc.3
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-07-07T12:56:42.462Z
 */

.cropper-container {
  font-size: 0;
  line-height: 0;

  position: relative;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

  direction: ltr;
  -ms-touch-action: none;
      touch-action: none
}

.cropper-container img {
  /* Avoid margin top issue (Occur only when margin-top <= -height) */
  display: block;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  width: 100%;
  height: 100%;
  image-orientation: 0deg
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
}

.cropper-modal {
  opacity: .5;
  background-color: #000;
}

.cropper-view-box {
  display: block;
  overflow: hidden;

  width: 100%;
  height: 100%;

  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-dashed {
  position: absolute;

  display: block;

  opacity: .5;
  border: 0 dashed #eee
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 0;
  height: 0;

  opacity: .75
}

.cropper-center:before,
  .cropper-center:after {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee
}

.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px
}

.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;

  display: block;

  width: 100%;
  height: 100%;

  opacity: .1;
}

.cropper-face {
  top: 0;
  left: 0;

  background-color: #fff;
}

.cropper-line {
  background-color: #39f
}

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize
}

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize
}

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize
}

.cropper-point {
  width: 5px;
  height: 5px;

  opacity: .75;
  background-color: #39f
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1
}

@media (min-width: 768px) {

  .cropper-point.point-se {
    width: 15px;
    height: 15px
  }
}

@media (min-width: 992px) {

  .cropper-point.point-se {
    width: 10px;
    height: 10px
  }
}

@media (min-width: 1200px) {

  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75
  }
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  position: absolute;

  display: block;

  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/**! hopscotch - v0.3.1
*
* Copyright 2017 LinkedIn Corp. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
 * This fade animation is based on Dan Eden's animate.css (http://daneden.me/animate/), under the terms of the MIT license.
 *
 * Copyright 2013 Dan Eden.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
div.hopscotch-bubble .hopscotch-nav-button {
  /* borrowed from katy styles */
  font-weight: bold;
  border-width: 1px;
  border-color: #8cc63f;
  border-style: solid;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  text-decoration: none !important;
  width: auto;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  *zoom: 1;
  white-space: nowrap;
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.hopscotch-bubble .hopscotch-nav-button:hover {
  *zoom: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
div.hopscotch-bubble .hopscotch-nav-button:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}
div.hopscotch-bubble .hopscotch-nav-button.next {
  border-color: #8cc63f;
  color: #fff;
  margin: 0 0 0 10px;
  /* HS specific*/
  /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35); */
  background-color: #8cc63f;}
div.hopscotch-bubble .hopscotch-nav-button.next:hover {
  background-color: #7bb135;
  /* filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2672ae', endColorstr='#1e4f7e');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2672ae), color-stop(100%, #1e4f7e));
  background-image: -webkit-linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
  background-image: -moz-linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
  background-image: -o-linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
  background-image: linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%); */
}
div.hopscotch-bubble .hopscotch-nav-button.prev {
  border-color: #8cc63f;
  color: #fff;
  margin: 0 0 0 10px;
  background-color: #8cc63f;
  /* HS specific*/
  /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35); */
}
div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
  background-color: #7bb135;
  /* filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2672ae', endColorstr='#1e4f7e');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2672ae), color-stop(100%, #1e4f7e));
  background-image: -webkit-linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
  background-image: -moz-linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
  background-image: -o-linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
  background-image: linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%); */
}
div.hopscotch-bubble {
  box-shadow: 5px 7px 10px rgba(128, 128, 128,0.4);
  background-color: #ffffff;
  /* default */
  border: 2px solid rgba(0, 0, 0, 0.1);
  /* border: 2px solid rgb(197, 225, 157); */
  /* transparent, if supported */
  color: #666666;
  font-family: Helvetica, Arial;
  font-size: 13px;
  position: absolute;
  z-index: 999999;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-background-clip: padding;
  /* for Mozilla browsers*/
  -webkit-background-clip: padding;
  /* Webkit */
  background-clip: padding-box;
  /*  browsers with full support */
}
div.hopscotch-bubble * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
div.hopscotch-bubble.animate {
  -moz-transition-property: top, left;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: top, left;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: top, left;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-property: top, left;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: top, left;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
div.hopscotch-bubble.invisible {
  opacity: 0;
}
div.hopscotch-bubble.hide,
div.hopscotch-bubble .hide,
div.hopscotch-bubble .hide-all {
  display: none;
}
div.hopscotch-bubble h3 {
  color: #000;
  font-family: Helvetica, Arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  margin: -1px 15px 0 0;
  padding: 0;
}
div.hopscotch-bubble .hopscotch-bubble-container {
  padding: 15px;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  /* to fix text flickering */
}
div.hopscotch-bubble .hopscotch-content {
  font-family: Helvetica, Arial;
  font-weight: normal;
  line-height: 17px;
  margin: -5px 0 11px;
  padding-top: 10px;
}
div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 0 0 0 40px;
}
div.hopscotch-bubble.no-number .hopscotch-bubble-content {
  margin: 0;
}
div.hopscotch-bubble .hopscotch-bubble-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #000;
  background: transparent url(../assets/images/hopscotch-sprite-green.png) -192px -92px no-repeat;
  display: block;
  padding: 8px;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  top: 0;
  right: 0;
}
div.hopscotch-bubble .hopscotch-bubble-close.hide,
div.hopscotch-bubble .hopscotch-bubble-close.hide-all {
  display: none;
}
div.hopscotch-bubble .hopscotch-bubble-number {
  background: transparent url(../assets/images/hopscotch-sprite-green.png) 0 0 no-repeat;
  font-family: opensans;
  color: #fff;
  display: block;
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container {
  position: absolute;
  width: 34px;
  height: 34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
  width: 0;
  height: 0;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -19px;
  left: 10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 17px solid #ffffff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -14px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid #000000;
  border-bottom: 17px solid rgba(0, 0, 0, 0.1);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -35px;
  left: 10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 17px solid #ffffff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -19px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 17px solid #000000;
  border-top: 17px solid #cccccc;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 10px;
  left: -19px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-right: 17px solid #ffffff;
  border-top: 17px solid transparent;
  position: relative;
  left: 3px;
  /* 7 */
  top: -34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 17px solid #000000;
  border-right: 17px solid rgba(0, 0, 0, 0.1);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  top: 10px;
  right: -35px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-left: 17px solid #ffffff;
  border-top: 17px solid transparent;
  position: relative;
  left: -3px;
  top: -34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 17px solid #000000;
  border-left: 17px solid #cccccc;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-actions {
  margin: 10px 0 0;
  text-align: right;
}
