@charset "UTF-8";
/*! 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"],
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; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/s/static/webui/fonts/fontawesome-webfont.f7c2b4b747b1.eot?v=4.3.0");
  src: url("/s/static/webui/fonts/fontawesome-webfont.f7c2b4b747b1.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/s/static/webui/fonts/fontawesome-webfont.97493d3f11c0.woff2?v=4.3.0") format("woff2"), url("/s/static/webui/fonts/fontawesome-webfont.d9ee23d59d0e.woff?v=4.3.0") format("woff"), url("/s/static/webui/fonts/fontawesome-webfont.706450d7bba6.ttf?v=4.3.0") format("truetype"), url("/s/static/webui/fonts/fontawesome-webfont.2980083682e9.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 66px;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 66px;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 62px;
  left: 12px; }

.toast-top-right {
  top: 62px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100); }

#toast-container > :hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #00cc66; }

.toast-error {
  background-color: #ff1a40; }

.toast-info {
  background-color: #4593e9; }

.toast-warning {
  background-color: #ffc61a; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url("../img/grabbing.d817e1dba5bd.png") 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #939699;
  font-size: 0.8em; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #1260b6; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url("AjaxLoader.5b8b06c052ca.gif") no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
  .react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
  .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
  .react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
  .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae; }

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
  .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
  .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker-popper {
  z-index: 15 !important; }

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  padding: 12px !important; }

.react-datepicker__month .react-datepicker__month-text {
  min-height: 25px !important;
  padding: 5px !important; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element {
  margin-top: -20px; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }

.react-datepicker__header__dropdown--select {
  margin-top: -16px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }
  .react-datepicker__current-month--hasYearDropdown {
    margin-bottom: 16px; }

.react-datepicker__navigation {
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 0.45rem solid transparent;
  z-index: 1; }
  .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc; }
    .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
  .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc; }
    .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
  .react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .react-datepicker__navigation--years-previous {
      top: 4px;
      border-top-color: #ccc; }
      .react-datepicker__navigation--years-previous:hover {
        border-top-color: #b3b3b3; }
    .react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #ccc; }
      .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  display: inline;
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day-name,
.react-datepicker__day {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }
  .react-datepicker__day:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0; }
  .react-datepicker__day--today {
    font-weight: bold; }
  .react-datepicker__day--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff; }
    .react-datepicker__day--highlighted:hover {
      background-color: #32be3f; }
  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff; }
    .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
    background-color: rgba(33, 107, 165, 0.5); }
  .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000; }
  .react-datepicker__day--disabled {
    cursor: default;
    color: #ccc; }
    .react-datepicker__day--disabled:hover {
      background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view {
  width: 50%;
  left: 25%;
  position: absolute;
  bottom: 25px;
  border: 1px solid transparent;
  border-radius: 0.3rem; }
  .react-datepicker__year-read-view:hover {
    cursor: pointer; }
    .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
      border-top-color: #b3b3b3; }
  .react-datepicker__year-read-view--down-arrow {
    border-top-color: #ccc;
    margin-bottom: 3px;
    left: 5px;
    top: 9px;
    position: relative;
    border-width: 0.45rem; }
  .react-datepicker__year-read-view--selected-year {
    right: 0.45rem;
    position: relative; }

.react-datepicker__year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }
  .react-datepicker__year-dropdown:hover {
    cursor: pointer; }
  .react-datepicker__year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }

.react-datepicker__year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .react-datepicker__year-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
  .react-datepicker__year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .react-datepicker__year-option:hover {
    background-color: #ccc; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
      border-bottom-color: #b3b3b3; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
      border-top-color: #b3b3b3; }
  .react-datepicker__year-option--selected {
    position: absolute;
    left: 30px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle; }
  .react-datepicker__close-icon::after {
    background-color: #216ba5;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\00d7";
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 1;
    margin: -8px auto 0;
    padding: 2px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 50%; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0; }

.react-datepicker__tether-element {
  z-index: 2147483647; }

.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  line-height: 1.5;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1px;
  opacity: 1;
  width: 450px !important; }

.rc-tooltip-hidden {
  display: none; }

.rc-tooltip-inner {
  padding: 8px 10px;
  color: #2C3238;
  text-align: left;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
  min-height: 34px;
  border: 1px solid #b1b1b1; }

.rc-tooltip-arrow,
.rc-tooltip-arrow-inner {
  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: -5px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #b1b1b1; }

.rc-tooltip-placement-top .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
  bottom: 1px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #ffffff; }

.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: -5px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #b1b1b1; }

.rc-tooltip-placement-right .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
  left: 1px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #ffffff; }

.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: -5px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #b1b1b1; }

.rc-tooltip-placement-left .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
  right: 1px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #ffffff; }

.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: -5px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #b1b1b1; }

.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
  top: 1px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff; }

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

.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block; }

.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.rc-tooltip-zoom-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  -webkit-animation-name: rcToolTipZoomIn;
  animation-name: rcToolTipZoomIn;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  -webkit-animation-name: rcToolTipZoomOut;
  animation-name: rcToolTipZoomOut;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

@-webkit-keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); } }
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); } }
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

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

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

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

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

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

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

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

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button, .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

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

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aeaeae;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aeaeae;
  border-radius: 0;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aeaeae;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2 {
  width: 60% !important;
  padding: 0px !important; }
  .select2 .selection {
    padding: 0px; }
  .select2 .dropdown-wrapper {
    padding: 0px; }

.select2-selection--multiple .select2-selection__choice {
  width: 49%; }

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
::after,
::before {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 860px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px; } }
@media (min-width: 860px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px; } }
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 860px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 860px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

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

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 860px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.m-0 {
  margin: 0 !important; }

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

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

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

.pr-0,
.px-0 {
  padding-right: 0 !important; }

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

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

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

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

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

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

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

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 860px) {
  .m-md-0 {
    margin: 0 !important; }

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

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

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

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

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

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

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

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

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

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

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

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

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

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

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

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
/*# sourceMappingURL=bootstrap-grid.min.css.map */
.tyer-alert {
  padding: 30px;
  border-radius: 10px;
  margin-top: 15px;
  border: solid 1px #e4e5e6; }
  .tyer-alert-info {
    background-color: #d0e4f9; }
    .tyer-alert-info-icon {
      float: left;
      font-size: 30px !important;
      opacity: .5;
      margin-top: 10px; }
  .tyer-alert-error {
    background-color: #ff6680; }
  .tyer-alert-text-content {
    padding-left: 35px; }
  .tyer-alert .red {
    color: #ff1a40; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  font-family: 'PT Sans', Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*, body, button, input, textarea, select {
  text-rendering: optimizelegibility; }

body {
  -webkit-text-size-adjust: 100%;
  color: #2C3238;
  background-color: #fff;
  font-size: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  background-color: #e4e5e6; }
  body:after {
    content: "";
    display: table;
    clear: both; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #1260b6;
  margin-top: 0;
  margin-bottom: 16px;
  background-color: transparent;
  border-bottom: 2px solid #d0e4f9;
  padding-bottom: 6px; }

h1 {
  font-size: 1.2em; }
  @media screen and (min-width: 860px) {
    h1 {
      font-size: 1.4em;
      margin-bottom: 32px; } }

h2 {
  font-size: 1.2em;
  letter-spacing: 0.33px;
  font-weight: 400; }

h3 {
  font-size: 1em;
  font-weight: 400; }

a {
  text-decoration: none;
  color: #1678e3;
  outline: none; }
  a:hover {
    text-decoration: none;
    color: #1260b6; }

table {
  width: 100%;
  border-collapse: collapse; }

td {
  padding: 14px; }

th {
  text-align: left;
  border-bottom: 2px solid #177ccf;
  padding: 14px 0; }

tbody tr:nth-of-type(even) {
  background: #eee; }

fieldset {
  border: 0 none;
  margin: 0;
  padding: 0; }

legend {
  color: #9800EF;
  border-bottom: 2px solid #9800EF;
  padding: 8px;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 700; }

p {
  margin-bottom: 16px;
  line-height: 1.45em; }

pre.tyer-font {
  font-family: 'PT Sans', Arial, sans-serif; }

.hidden {
  display: none !important; }

.overflow-hidden {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis; }

.tyer-btn {
  transition: all .5s;
  border-radius: 3px;
  border: 2px solid #1260b6;
  font-weight: 700;
  margin-right: 4px;
  padding: 16px 16px;
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
  outline: none;
  min-width: 120px;
  background-color: #1260b6;
  color: #fff;
  cursor: pointer;
  background-color: #1260b6;
  background-image: -webkit-linear-gradient(#1260b6, #115bad);
  background-image: linear-gradient(#1260b6, #115bad);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PT Sans', sans-serif;
  width: 100%;
  position: relative;
  padding: 8px 4px; }
  .tyer-btn:hover {
    background-color: #10549f;
    background-image: -webkit-linear-gradient(#10549f, #0f4f96);
    background-image: linear-gradient(#10549f, #0f4f96);
    color: #fff;
    text-decoration: none; }
  .tyer-btn:disabled {
    background-color: #ddd !important;
    background-image: none !important;
    border: 2px solid #ddd; }
  .tyer-btn:focus {
    outline: none; }
  @media screen and (min-width: 860px) {
    .tyer-btn {
      width: auto;
      min-width: 120px;
      padding: 8px 16px; } }
  @media screen and (min-width: 860px) {
    .tyer-btn.icon-only {
      width: 40px;
      padding: 0;
      min-width: 0;
      text-align: center; } }
  .tyer-btn.icon-left {
    padding-left: 40px; }
    .tyer-btn.icon-left i.fa {
      position: absolute;
      top: 12px;
      left: 12px; }
  .tyer-btn.icon-right {
    padding-right: 40px;
    width: auto;
    min-width: 45px; }
    .tyer-btn.icon-right i.fa {
      position: absolute;
      right: 12px;
      top: 12px; }
  .tyer-btn.full {
    width: 100%; }
  .tyer-btn.purple {
    background-color: #9800EF;
    border: 2px solid #9800EF;
    background-color: #9800EF;
    background-image: -webkit-linear-gradient(#9800EF, #9200e5);
    background-image: linear-gradient(#9800EF, #9200e5); }
    .tyer-btn.purple:hover {
      background-color: #8800d6;
      background-image: -webkit-linear-gradient(#8800d6, #8100cb);
      background-image: linear-gradient(#8800d6, #8100cb); }
    .tyer-btn.purple:disabled {
      background-color: #ddd !important;
      background-image: none !important;
      border: 2px solid #ddd; }
  .tyer-btn.grey {
    background-color: #939699;
    border: 2px solid #939699;
    background-color: #939699;
    background-image: -webkit-linear-gradient(#939699, #8e9194);
    background-image: linear-gradient(#939699, #8e9194); }
    .tyer-btn.grey:hover {
      background-color: #86898d;
      background-image: -webkit-linear-gradient(#86898d, #818488);
      background-image: linear-gradient(#86898d, #818488); }
    .tyer-btn.grey:disabled {
      background-color: #ddd !important;
      background-image: none !important;
      border: 2px solid #ddd; }
  .tyer-btn.green {
    background-color: #00cc66;
    border: 2px solid #00cc66;
    background-color: #00cc66;
    background-image: -webkit-linear-gradient(#00cc66, #00c261);
    background-image: linear-gradient(#00cc66, #00c261); }
    .tyer-btn.green:hover {
      background-color: #00b359;
      background-image: -webkit-linear-gradient(#00b359, #00a854);
      background-image: linear-gradient(#00b359, #00a854); }
    .tyer-btn.green:disabled {
      background-color: #ddd !important;
      background-image: none !important;
      border: 2px solid #ddd; }
  .tyer-btn.yellow {
    background-color: #ffc61a;
    border: 2px solid #ffc61a;
    background-color: #ffc61a;
    background-image: -webkit-linear-gradient(#ffc61a, #ffc30f);
    background-image: linear-gradient(#ffc61a, #ffc30f); }
    .tyer-btn.yellow:hover {
      background-color: #ffbf00;
      background-image: -webkit-linear-gradient(#ffbf00, #f5b800);
      background-image: linear-gradient(#ffbf00, #f5b800); }
    .tyer-btn.yellow:disabled {
      background-color: #ddd !important;
      background-image: none !important;
      border: 2px solid #ddd; }
  .tyer-btn.red {
    background-color: #ff6680;
    border: 2px solid #ff6680;
    background-color: #ff6680;
    background-image: -webkit-linear-gradient(#ff6680, #ff5c77);
    background-image: linear-gradient(#ff6680, #ff5c77); }
    .tyer-btn.red:hover {
      background-color: #ff4d6a;
      background-image: -webkit-linear-gradient(#ff4d6a, #ff4262);
      background-image: linear-gradient(#ff4d6a, #ff4262); }
    .tyer-btn.red:disabled {
      background-color: #ddd !important;
      background-image: none !important;
      border: 2px solid #ddd; }
  .tyer-btn.blue-light {
    background-color: #4593e9;
    border: 2px solid #4593e9;
    background-color: #4593e9;
    background-image: -webkit-linear-gradient(#4593e9, #3c8ee8);
    background-image: linear-gradient(#4593e9, #3c8ee8); }
    .tyer-btn.blue-light:hover {
      background-color: #2e86e6;
      background-image: -webkit-linear-gradient(#2e86e6, #2580e5);
      background-image: linear-gradient(#2e86e6, #2580e5); }
    .tyer-btn.blue-light:disabled {
      background-color: #ddd !important;
      background-image: none !important;
      border: 2px solid #ddd; }
  .tyer-btn.blue-faint {
    background-color: #d0e4f9;
    border: 2px solid #d0e4f9;
    background-color: #d0e4f9;
    background-image: -webkit-linear-gradient(#d0e4f9, #c7dff8);
    background-image: linear-gradient(#d0e4f9, #c7dff8); }
    .tyer-btn.blue-faint:hover {
      background-color: #b9d7f6;
      background-image: -webkit-linear-gradient(#b9d7f6, #b0d2f5);
      background-image: linear-gradient(#b9d7f6, #b0d2f5); }
    .tyer-btn.blue-faint:disabled {
      background-color: #ddd !important;
      background-image: none !important;
      border: 2px solid #ddd; }
  .tyer-btn.small {
    min-width: 80px;
    font-size: 12px;
    padding: 8px 16px; }
  @media screen and (min-width: 860px) {
    .tyer-btn.large {
      min-width: 240px;
      font-size: 18px;
      padding: 32px 16px; } }
  .tyer-btn.tall {
    font-size: 18px;
    padding: 32px 16px; }
  @media screen and (min-width: 860px) {
    .tyer-btn.tiny {
      min-width: 80px;
      padding: 8px 16px;
      font-size: 12px;
      margin: 6px; } }
  @media screen and (min-width: 860px) {
    .tyer-btn.micro {
      min-width: 80px;
      padding: 0;
      font-size: 12px;
      margin: 0; } }
  .tyer-btn.square {
    height: 39px;
    width: 39px;
    min-height: 39px;
    min-width: 39px;
    padding: 0; }
  .tyer-btn.ghost {
    transition: all .5s;
    border-radius: 3px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #fff;
    min-width: 40px;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    outline: none;
    text-decoration: none !important; }
    .tyer-btn.ghost:hover {
      background-color: #fff;
      color: #1678e3;
      text-decoration: none; }
    .tyer-btn.ghost.active {
      background-color: #fff;
      box-shadow: 0px 3px 6px 0px rgba(74, 89, 100, 0.4); }
  .tyer-btn.full {
    width: 100%; }
  .tyer-btn.disabled {
    background-color: #939699;
    border: 2px solid #939699;
    background-color: #939699;
    background-image: -webkit-linear-gradient(#939699, #8e9194);
    background-image: linear-gradient(#939699, #8e9194);
    color: #e3e6e8;
    cursor: default; }
    .tyer-btn.disabled:hover {
      background-color: #86898d;
      background-image: -webkit-linear-gradient(#86898d, #818488);
      background-image: linear-gradient(#86898d, #818488); }
    .tyer-btn.disabled:disabled {
      background-color: #ddd !important;
      background-image: none !important;
      border: 2px solid #ddd; }
  .tyer-btn.datepicker {
    color: #2d3339;
    background: none;
    border: 2px solid #e3e6e8;
    padding: 5px 10px;
    border-radius: 3px;
    width: 130px;
    height: 40px;
    text-align: left;
    left: -6px;
    font-weight: 500;
    margin-top: 3px !important; }

.tyer-pill {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid #d0e4f9;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  outline: none;
  text-decoration: none !important;
  padding: 8px 16px;
  border-radius: 3px;
  margin: 2px;
  white-space: nowrap; }
  .tyer-pill:hover {
    background-color: #d0e4f9;
    text-decoration: none; }
  .tyer-pill.blue {
    background-color: #1260b6;
    color: #fff; }
  .tyer-pill.disabled {
    border-color: #76787a;
    background-color: #939699;
    color: #e3e6e8;
    cursor: default; }
  .tyer-pill.small {
    min-width: 80px;
    font-size: 12px;
    padding: 8px 16px; }

.tyer-inline-btn {
  transition: all .5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e3e6e8;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none !important;
  padding: 8px 16px;
  border: medium none;
  border-radius: 3px;
  white-space: nowrap;
  color: #2d3339;
  font-weight: 700;
  font-size: 14px; }
  .tyer-inline-btn:focus {
    outline: none; }
  .tyer-inline-btn:disabled {
    color: #76787a;
    background-color: transparent; }
  .tyer-inline-btn.blue {
    background-color: #1260b6;
    border: 2px solid #1260b6;
    background-color: #1260b6;
    background-image: -webkit-linear-gradient(#1260b6, #115bad);
    background-image: linear-gradient(#1260b6, #115bad);
    color: #fff; }
    .tyer-inline-btn.blue:hover {
      background-color: #10549f;
      background-image: -webkit-linear-gradient(#10549f, #0f4f96);
      background-image: linear-gradient(#10549f, #0f4f96); }
    .tyer-inline-btn.blue:disabled {
      background-color: #ddd !important;
      background-image: none !important;
      border: 2px solid #ddd; }

.tyer-row .tyer-btn {
  min-height: 0;
  line-height: normal;
  vertical-align: baseline;
  margin: 0; }

.container-striped:nth-of-type(even) {
  background-color: #F3F5F8; }
.container-striped:nth-of-type(odd) {
  background-color: #e4e5e6; }
.container-striped.green {
  background-color: #a6edc9; }
.container-striped.yellow {
  background-color: #fff4d1; }
.container-striped.blue {
  background-color: #d0e4f9; }
.container-striped.light-blue {
  background-color: #e8f2fc; }
.container-striped.cyan {
  background-color: #c6ffff; }
.container-striped.red {
  background-color: #ffcccc; }
.container-striped.light-purple {
  background-color: #f2ccf2; }
.container-striped.deleted {
  color: #ff1a40;
  text-decoration-line: line-through; }

.row__inner {
  min-height: 54px;
  align-content: center; }
  .row__inner > div {
    text-align: center;
    align-self: center; }
    .row__inner > div > .tyer-btn {
      word-break: break-word !important;
      margin-bottom: 0px; }
    .row__inner > div .has_changed {
      border: 3px solid #ff6680;
      border-radius: 3px; }
  .row__inner .has_changed {
    border: 2px solid #ffcccc;
    border-radius: 3px; }
.row__shifts {
  background-color: #fff4d1; }
.row.titles {
  color: #1260b6;
  font-size: 0.8em;
  min-height: 35px;
  align-content: center; }
.row.details {
  background-color: inherit;
  line-height: 25px;
  text-align: center;
  border-top: 1px solid #939699; }
.row.clickable:hover {
  border: 1px solid #1260b6;
  background-color: #d0e4f9; }
.row__red {
  background-color: #ffcccc !important; }
.row__yellow {
  background-color: #fff4d1 !important; }
.row.strikeout::after {
  position: absolute;
  left: 30px;
  margin-top: 27px;
  height: 0.05em;
  background: #2C3238;
  content: "";
  width: 89%;
  display: block; }

@media screen and (max-width: 859px) {
  .container-striped,
  .container-bordered {
    border-bottom: 1px solid #939699; }

  .row.strikeout {
    text-decoration: line-through; }
  .row.strikeout::after {
    display: none; }
  .row__inner > .green {
    background-color: #00cc66;
    border-radius: 15px;
    margin: 0px 35%; }
  .row.titles {
    display: none; } }
.tyer-dropdown {
  max-height: 65vh;
  min-width: 110%;
  white-space: nowrap;
  overflow: auto;
  position: absolute;
  background-color: #fff;
  z-index: 10;
  border: 2px solid #e4e5e6; }
  .tyer-dropdown > p {
    padding: 5px 10px;
    margin: 0px; }
    .tyer-dropdown > p:hover {
      background-color: #4593e9;
      color: white; }
  .tyer-dropdown > a {
    padding: 5px 5px;
    font-weight: 600; }
  .tyer-dropdown > .checkbox-item {
    display: flex;
    padding: 5px 25px 5px 7px;
    align-items: center; }
    .tyer-dropdown > .checkbox-item:hover {
      background-color: #4593e9;
      color: white; }
  .tyer-dropdown__reset {
    position: absolute;
    right: 9px;
    color: #e4e5e6;
    top: -8px;
    background-color: #fff;
    padding: 0px 4px;
    border-radius: 5px; }
  .tyer-dropdown__reset:hover {
    background-color: #e4e5e6;
    color: #fff; }

.tyer-well {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  background-color: #DFEFFF;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 16px; }
  .tyer-well:after {
    content: "";
    display: table;
    clear: both; }
  .tyer-well.full {
    max-width: none; }
  .tyer-well.error {
    background-color: #FFDD80; }
  .tyer-well.danger {
    background-color: #FF8E80; }
  .tyer-well.grey {
    background-color: #F3F5F8;
    color: #2C3238; }
  .tyer-well.small {
    font-size: 12px; }

.tyer-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  /* Prevent iOS from autozooming when focus on field */
  display: block; }
  .tyer-form:after {
    content: "";
    display: table;
    clear: both; }
  .tyer-form.highlighted {
    background-color: #fff4d1;
    padding: 16px;
    border-radius: 3px; }
  .tyer-form.full {
    max-width: none;
    margin: 0; }
  .tyer-form.borders {
    border: 2px solid #F3F5F8;
    border-radius: 3px;
    padding: 10px;
    margin: 10px; }
  .tyer-form select,
  .tyer-form textarea,
  .tyer-form input[type="text"],
  .tyer-form input[type="password"],
  .tyer-form input[type="datetime"],
  .tyer-form input[type="datetime-local"],
  .tyer-form input[type="date"],
  .tyer-form input[type="month"],
  .tyer-form input[type="time"],
  .tyer-form input[type="week"],
  .tyer-form input[type="number"],
  .tyer-form input[type="email"],
  .tyer-form input[type="url"],
  .tyer-form input[type="search"],
  .tyer-form input[type="tel"],
  .tyer-form input[type="color"] {
    font-size: 1em; }
  .tyer-form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .tyer-form input[type="text"],
  .tyer-form input[type="password"],
  .tyer-form input[type="datetime"],
  .tyer-form input[type="datetime-local"],
  .tyer-form input[type="date"],
  .tyer-form input[type="month"],
  .tyer-form input[type="time"],
  .tyer-form input[type="week"],
  .tyer-form input[type="number"],
  .tyer-form input[type="email"],
  .tyer-form input[type="url"],
  .tyer-form input[type="search"],
  .tyer-form input[type="tel"],
  .tyer-form input[type="color"], .tyer-form div.select,
  .tyer-form textarea {
    outline: none;
    height: 40px;
    border: 2px solid #e3e6e8;
    border-radius: 3px;
    margin: 0;
    font-weight: 400;
    position: relative;
    display: block;
    vertical-align: middle;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    display: inline-block;
    color: #2C3238; }
    .tyer-form input[type="text"]:hover,
    .tyer-form input[type="password"]:hover,
    .tyer-form input[type="datetime"]:hover,
    .tyer-form input[type="datetime-local"]:hover,
    .tyer-form input[type="date"]:hover,
    .tyer-form input[type="month"]:hover,
    .tyer-form input[type="time"]:hover,
    .tyer-form input[type="week"]:hover,
    .tyer-form input[type="number"]:hover,
    .tyer-form input[type="email"]:hover,
    .tyer-form input[type="url"]:hover,
    .tyer-form input[type="search"]:hover,
    .tyer-form input[type="tel"]:hover,
    .tyer-form input[type="color"]:hover, .tyer-form div.select:hover,
    .tyer-form textarea:hover {
      border-color: #939699; }
    .tyer-form input[type="text"]:focus,
    .tyer-form input[type="password"]:focus,
    .tyer-form input[type="datetime"]:focus,
    .tyer-form input[type="datetime-local"]:focus,
    .tyer-form input[type="date"]:focus,
    .tyer-form input[type="month"]:focus,
    .tyer-form input[type="time"]:focus,
    .tyer-form input[type="week"]:focus,
    .tyer-form input[type="number"]:focus,
    .tyer-form input[type="email"]:focus,
    .tyer-form input[type="url"]:focus,
    .tyer-form input[type="search"]:focus,
    .tyer-form input[type="tel"]:focus,
    .tyer-form input[type="color"]:focus, .tyer-form div.select:focus,
    .tyer-form textarea:focus {
      border-color: #9800EF; }
    .tyer-form input[type="text"]:disabled,
    .tyer-form input[type="password"]:disabled,
    .tyer-form input[type="datetime"]:disabled,
    .tyer-form input[type="datetime-local"]:disabled,
    .tyer-form input[type="date"]:disabled,
    .tyer-form input[type="month"]:disabled,
    .tyer-form input[type="time"]:disabled,
    .tyer-form input[type="week"]:disabled,
    .tyer-form input[type="number"]:disabled,
    .tyer-form input[type="email"]:disabled,
    .tyer-form input[type="url"]:disabled,
    .tyer-form input[type="search"]:disabled,
    .tyer-form input[type="tel"]:disabled,
    .tyer-form input[type="color"]:disabled, .tyer-form div.select:disabled,
    .tyer-form textarea:disabled {
      border-color: #e3e6e8;
      color: #76787a;
      background-color: #fff; }
  .tyer-form input, .tyer-form span, .tyer-form select, .tyer-form textarea {
    padding: 4px 8px; }
    .tyer-form input.full, .tyer-form span.full, .tyer-form select.full, .tyer-form textarea.full {
      width: 100%; }
  .tyer-form input[type="checkbox"] {
    height: auto;
    width: auto;
    margin-right: 8px; }
  .tyer-form div.select {
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    display: block; }
    .tyer-form div.select.inline {
      display: inline-block; }
      .tyer-form div.select.inline select {
        position: relative; }
    .tyer-form div.select span.icon {
      position: absolute;
      right: 0;
      width: 40px;
      height: 36px;
      line-height: 18px;
      vertical-align: middle;
      text-align: center;
      background-color: #177ccf;
      background-color: #177ccf;
      background-image: -webkit-linear-gradient(#177ccf, #1676c5);
      background-image: linear-gradient(#177ccf, #1676c5);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #fff;
      border-radius: 0;
      cursor: pointer;
      z-index: 1; }
      .tyer-form div.select span.icon .fa {
        padding-top: 6px; }
    .tyer-form div.select select {
      z-index: 2;
      background-color: transparent;
      color: #2C3238; }
      .tyer-form div.select select:hover, .tyer-form div.select select:focus {
        border-color: #177ccf; }
      .tyer-form div.select select::-ms-expand {
        display: none; }
      .tyer-form div.select select::-ms-value {
        background: none;
        color: #2C3238; }
    .tyer-form div.select select:hover + span.icon,
    .tyer-form div.select select:focus + span.icon {
      background-color: #146eb8;
      background-image: -webkit-linear-gradient(#146eb8, #1369ae);
      background-image: linear-gradient(#146eb8, #1369ae); }
    .tyer-form div.select div.title {
      display: inline-block;
      max-width: 100%;
      padding: 10px;
      overflow-x: hidden;
      white-space: nowrap;
      padding-left: 16px;
      text-shadow: 0 0 0 #000; }
  .tyer-form select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    padding-right: 40px;
    padding-left: 12px;
    border: 0;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    position: absolute;
    width: 100%; }
    .tyer-form select option {
      padding-left: 12px; }
    .tyer-form select.inline {
      position: relative; }

.tyer-form_field {
  display: block;
  margin-bottom: 16px; }
  .tyer-form_field:after {
    content: "";
    display: table;
    clear: both; }
  .tyer-form_field.error:not(.input-only) {
    border: 2px solid #ff1a40;
    border-radius: 3px; }

.tyer-form_actions {
  margin: 16px 0;
  padding: 0 !important; }

label {
  display: block;
  margin: 0;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase; }
  label > * {
    font-weight: 400; }
  label > span {
    font-weight: 600; }
  @media screen and (min-width: 860px) {
    label {
      letter-spacing: 0.175em; } }

label.error input,
label.error div {
  border-color: #ff1a40 !important;
  margin-bottom: -2px !important; }
  label.error input:focus,
  label.error div:focus {
    border-color: #ff1a40; }

.error-msg {
  background: none repeat scroll 0 0 #ff1a40;
  border-radius: 3px;
  color: #fff;
  display: block;
  line-height: 28px;
  padding: 12px;
  font-weight: 700;
  border-radius: 0 0 3px 3px; }

.required {
  padding-left: 4px !important;
  color: #939699; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  vertical-align: middle;
  width: 100%; }

.tyer-form .valid {
  border: 2px solid #00cc66 !important; }
.tyer-form .invalid {
  border: 2px solid #ff1a40 !important; }
.tyer-form .invalidIndicator,
.tyer-form .validIndicator {
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: bold;
  padding: 3px;
  border-radius: 40px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 1em;
  margin-left: 8px;
  color: #fff;
  display: none;
  vertical-align: middle;
  text-align: center; }
  .tyer-form .invalidIndicator i,
  .tyer-form .validIndicator i {
    line-height: 0; }
.tyer-form .validIndicator {
  background-color: #00cc66; }
.tyer-form .invalidIndicator {
  background-color: #ff1a40; }
@media screen and (min-width: 900px) {
  .tyer-form .valid + .validIndicator,
  .tyer-form .invalid + .validIndicator + .invalidIndicator {
    display: inline-block; } }

.tyer-formset-form.error {
  border: 2px solid #ff1a40;
  border-radius: 3px; }

.tyer-form_errors {
  border: 2px solid #ff1a40;
  border-radius: 3px;
  margin-bottom: 16px;
  color: #ff1a40;
  padding: 1em; }

.tyer-form .tyer-form_field {
  display: block; }
  .tyer-form .tyer-form_field.error input, .tyer-form .tyer-form_field.error .select {
    border: 2px solid #ff1a40;
    border-radius: 3px 3px 0 0; }
  .tyer-form .tyer-form_field textarea {
    height: 120px; }
  .tyer-form .tyer-form_field > ul {
    padding-left: 20px; }
    @media screen and (min-width: 860px) {
      .tyer-form .tyer-form_field > ul {
        column-width: 250px; } }
    .tyer-form .tyer-form_field > ul li {
      list-style: none; }
.tyer-form .tyer-datepick {
  width: 120px !important; }

.tyer-formset-form {
  padding: 16px; }
  .tyer-formset-form .tyer-form_field {
    display: inline-block;
    vertical-align: top; }
  .tyer-formset-form:nth-child(even) {
    background-color: #e4e5e6; }
  .tyer-formset-form .error-msg {
    display: none; }
  .tyer-formset-form.deleted_form {
    display: none; }
  .tyer-formset-form .tyer-formset-form-delete {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    border: 0;
    display: inline-block;
    background-color: #ff6680;
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 0; }

@media screen and (min-width: 860px) {
  .tyer-bottom-well {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 90;
    background-color: rgba(214, 234, 254, 0.8); } }
@media screen and (min-width: 860px) {
  .tyer-bottom-well .inner {
    padding: 8px;
    font-weight: 700;
    max-width: 1248px;
    margin: 0 auto; } }
@media screen and (min-width: 860px) {
  .tyer-bottom-well .tyer-btn {
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-bottom: 0; } }

.tyer-formset-form.inline .tyer-form_field {
  width: 100%; }

.tyer-form.inline .tyer-form_field .error-msg,
.tyer-formset-form.inline .tyer-form_field .error-msg {
  display: block;
  background-color: transparent;
  color: #ff1a40; }
@media screen and (min-width: 860px) {
  .tyer-form.inline .tyer-form_field,
  .tyer-formset-form.inline .tyer-form_field {
    margin-bottom: 8px;
    padding: 16px 0; }
    .tyer-form.inline .tyer-form_field:after,
    .tyer-formset-form.inline .tyer-form_field:after {
      content: "";
      display: table;
      clear: both; }
    .tyer-form.inline .tyer-form_field.error:not(.input-only),
    .tyer-formset-form.inline .tyer-form_field.error:not(.input-only) {
      border: 3px solid #ff1a40; }
    .tyer-form.inline .tyer-form_field:nth-child(odd),
    .tyer-formset-form.inline .tyer-form_field:nth-child(odd) {
      background-color: #e4e5e6; }
  .tyer-form.inline label,
  .tyer-formset-form.inline label {
    display: inline-block;
    width: 160px;
    height: 40px;
    margin-bottom: 0;
    padding-top: 4px;
    vertical-align: top;
    margin-right: 16px;
    margin-left: 16px;
    text-align: right; }
    .tyer-form.inline label:after,
    .tyer-formset-form.inline label:after {
      content: "";
      display: table;
      clear: both; }
    .tyer-form.inline label .required,
    .tyer-formset-form.inline label .required {
      display: block;
      padding: 0;
      margin: 0;
      font-size: 0.85em; }
  .tyer-form.inline input[type="text"],
  .tyer-form.inline input[type="password"],
  .tyer-form.inline input[type="datetime"],
  .tyer-form.inline input[type="datetime-local"],
  .tyer-form.inline input[type="date"],
  .tyer-form.inline input[type="month"],
  .tyer-form.inline input[type="time"],
  .tyer-form.inline input[type="week"],
  .tyer-form.inline input[type="number"],
  .tyer-form.inline input[type="email"],
  .tyer-form.inline input[type="url"],
  .tyer-form.inline input[type="search"],
  .tyer-form.inline input[type="tel"],
  .tyer-form.inline input[type="color"], .tyer-form.inline .select,
  .tyer-formset-form.inline input[type="text"],
  .tyer-formset-form.inline input[type="password"],
  .tyer-formset-form.inline input[type="datetime"],
  .tyer-formset-form.inline input[type="datetime-local"],
  .tyer-formset-form.inline input[type="date"],
  .tyer-formset-form.inline input[type="month"],
  .tyer-formset-form.inline input[type="time"],
  .tyer-formset-form.inline input[type="week"],
  .tyer-formset-form.inline input[type="number"],
  .tyer-formset-form.inline input[type="email"],
  .tyer-formset-form.inline input[type="url"],
  .tyer-formset-form.inline input[type="search"],
  .tyer-formset-form.inline input[type="tel"],
  .tyer-formset-form.inline input[type="color"],
  .tyer-formset-form.inline .select {
    width: 60%;
    height: 40px;
    line-height: inherit;
    /* Needs to be inherit due to IE11 */
    vertical-align: middle;
    margin-top: 0;
    display: inline-block; }
  .tyer-form.inline textarea,
  .tyer-formset-form.inline textarea {
    width: 60%; }
  .tyer-form.inline ul,
  .tyer-formset-form.inline ul {
    width: 60%;
    display: inline-block;
    padding-left: 0px;
    margin-top: 0px; }
    .tyer-form.inline ul li label,
    .tyer-formset-form.inline ul li label {
      text-align: left;
      width: inherit;
      height: inherit; } }

@media screen and (min-width: 860px) {
  .tyer-form.inline .tyer-form-field_help_text,
  .tyer-form.inline .error-msg,
  .tyer-formset-form.inline .tyer-form-field_help_text,
  .tyer-formset-form.inline .error-msg {
    padding-top: 8px;
    padding-left: 210px; }
  .tyer-form.inline input[type="checkbox"] + .tyer-form-field_help_text,
  .tyer-formset-form.inline input[type="checkbox"] + .tyer-form-field_help_text {
    display: inline-block;
    padding-left: 0px; }

  .inline:after {
    content: "";
    display: table;
    clear: both; }
  .inline label, .inline input {
    display: inline-block; } }
@media screen and (min-width: 860px) {
  .tyer-other_education_formset .tyer-formset-form .tyer-form_field {
    vertical-align: bottom; }
    .tyer-other_education_formset .tyer-formset-form .tyer-form_field:nth-child(1), .tyer-other_education_formset .tyer-formset-form .tyer-form_field:nth-child(2) {
      width: 300px; }
    .tyer-other_education_formset .tyer-formset-form .tyer-form_field:nth-child(3), .tyer-other_education_formset .tyer-formset-form .tyer-form_field:nth-child(4) {
      width: 130px; }

  .tyer-training_courses_formset .tyer-formset-form .tyer-form_field {
    vertical-align: bottom; }
    .tyer-training_courses_formset .tyer-formset-form .tyer-form_field:nth-child(1) {
      width: 450px; }
    .tyer-training_courses_formset .tyer-formset-form .tyer-form_field:nth-child(2), .tyer-training_courses_formset .tyer-formset-form .tyer-form_field:nth-child(3) {
      width: 150px; }

  #formset-forms-previous_jobs .tyer-formset-form {
    position: relative; }
    #formset-forms-previous_jobs .tyer-formset-form .tyer-form_field:nth-child(1), #formset-forms-previous_jobs .tyer-formset-form .tyer-form_field:nth-child(2) {
      width: 250px; }
    #formset-forms-previous_jobs .tyer-formset-form .tyer-form_field.tyer-formset-form-delete-field {
      position: absolute;
      top: 16px;
      right: 16px; }
    #formset-forms-previous_jobs .tyer-formset-form .tyer-form_field textarea {
      width: 505px;
      height: 60px; }

  #formset-forms-verified_pharma_competences .tyer-formset-form .tyer-form_field, #formset-forms-verified_vaccinations .tyer-formset-form .tyer-form_field {
    vertical-align: bottom; }
    #formset-forms-verified_pharma_competences .tyer-formset-form .tyer-form_field:nth-child(1), #formset-forms-verified_pharma_competences .tyer-formset-form .tyer-form_field:nth-child(2), #formset-forms-verified_vaccinations .tyer-formset-form .tyer-form_field:nth-child(1), #formset-forms-verified_vaccinations .tyer-formset-form .tyer-form_field:nth-child(2) {
      width: 250px; } }
.message-body {
  min-height: 240px; }

.tyer-header-container {
  height: 50px;
  background-color: #1678e3;
  box-shadow: 0px 1px 2px 0px rgba(22, 120, 227, 0.3);
  padding: 4px 8px; }
  @media screen and (min-width: 860px) {
    .tyer-header-container {
      padding: 4px 16px;
      min-width: 950px; } }

.tyer-header {
  width: 100%;
  min-width: 300px;
  z-index: 9999; }
  .tyer-header .tyer-btn {
    font-size: 0.85em;
    letter-spacing: 0.5px;
    margin: 0;
    width: 45px;
    min-width: 45px;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 860px) {
      .tyer-header .tyer-btn {
        margin-left: 2px;
        width: auto;
        text-align: left; } }
    .tyer-header .tyer-btn span {
      display: none; }
      @media screen and (min-width: 860px) {
        .tyer-header .tyer-btn span {
          margin-right: 15px;
          display: inline; } }
    .tyer-header .tyer-btn.active {
      background-color: #fff;
      color: #1678e3; }

.tyer-header-logo {
  text-align: center;
  padding: 6px 0; }
  .tyer-header-logo a {
    text-align: center; }
    .tyer-header-logo a:after {
      content: "";
      display: table;
      clear: both; }
  .tyer-header-logo .tyer-temployer-logo {
    width: 90px; }

.tyer-header-main-menu {
  float: left;
  z-index: 3; }
  @media screen and (min-width: 860px) {
    .tyer-header-main-menu {
      margin-right: 16px; } }

.tyer-header-other {
  float: right;
  z-index: 3; }
  @media screen and (min-width: 860px) {
    .tyer-header-other {
      margin-right: 2px; } }

.tyer-header-button {
  -moz-user-select: none;
  background-color: #fff;
  border-radius: 3px;
  color: #177ccf;
  display: inline-block;
  font-weight: 700;
  line-height: 30px;
  margin: 8px;
  min-width: 30px;
  padding: 0;
  position: relative;
  text-decoration: none; }

.tyer-header-button,
.tyer-header-profile,
.tyer-header-shortcuts {
  display: inline-block; }

.tyer-header-search {
  display: none;
  margin: 0;
  position: relative; }
  @media screen and (min-width: 860px) {
    .tyer-header-search {
      float: left;
      display: block; } }
  .tyer-header-search input {
    transition: all .5s;
    border-radius: 3px;
    font-weight: 700;
    padding: 8px;
    display: inline-block;
    border: 2px solid #fff;
    min-width: 290px;
    color: #fff;
    font-size: 0.85em;
    letter-spacing: 0.5px;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    outline: none;
    text-decoration: none !important;
    z-index: 1; }
    .tyer-header-search input::-webkit-input-placeholder {
      color: #fff; }
    .tyer-header-search input::-moz-placeholder {
      color: #fff; }
    .tyer-header-search input:-moz-placeholder {
      color: #fff; }
    .tyer-header-search input:-ms-input-placeholder {
      color: #fff; }
    .tyer-header-search input:hover, .tyer-header-search input:focus {
      border: 2px solid #fff;
      background-color: #fff;
      color: #2C3238; }
      .tyer-header-search input:hover::-webkit-input-placeholder, .tyer-header-search input:focus::-webkit-input-placeholder {
        color: #939699; }
      .tyer-header-search input:hover::-moz-placeholder, .tyer-header-search input:focus::-moz-placeholder {
        color: #939699; }
      .tyer-header-search input:hover:-moz-placeholder, .tyer-header-search input:focus:-moz-placeholder {
        color: #939699; }
      .tyer-header-search input:hover:-ms-input-placeholder, .tyer-header-search input:focus:-ms-input-placeholder {
        color: #939699; }
    .tyer-header-search input:focus {
      box-shadow: 0px 3px 6px 0px rgba(74, 89, 100, 0.4); }

.tyer-header-search input:hover + .tyer-header-search-icon,
.tyer-header-search input:focus + .tyer-header-search-icon {
  color: #939699; }

.tyer-header-search-icon {
  top: 0;
  right: 0;
  position: absolute;
  color: #fff;
  height: 40px;
  line-height: 36px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  z-index: 2; }

.tyer-header-search-results {
  margin-top: 5px;
  border-radius: 3px;
  min-width: 280px;
  min-height: 40px;
  font-size: 0.85em;
  background-color: #e4e5e6;
  position: absolute;
  z-index: 1000;
  box-shadow: 0px 3px 6px 0px rgba(74, 89, 100, 0.4);
  display: none;
  padding: 20px; }
  .tyer-header-search-results.shown {
    display: block; }
  .tyer-header-search-results ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .tyer-header-search-results ul li {
      height: 40px;
      line-height: 40px;
      vertical-align: middle; }
      .tyer-header-search-results ul li i {
        margin: 0 20px; }
      .tyer-header-search-results ul li a {
        display: block;
        width: 100%;
        height: 100%; }
      .tyer-header-search-results ul li.active,
      .tyer-header-search-results ul li a:hover {
        background-color: #4593e9;
        color: #fff; }
      .tyer-header-search-results ul li.active a {
        color: #fff; }

.tyer-header-profile a {
  position: relative;
  /*padding-right: 60px !important;
  min-width: 180px;*/
  width: 45px;
  min-width: 45px;
  z-index: 3; }
  .tyer-header-profile a img {
    display: none;
    top: 0;
    right: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 36px;
    width: 41px;
    line-height: 36px;
    vertical-align: middle;
    text-align: center; }
  .tyer-header-profile a span {
    display: none;
    z-index: 1; }
  .tyer-header-profile a img {
    background-color: #fff;
    padding: 0 5px;
    z-index: 2; }

.image, .image-circle, .image-rounded {
  vertical-align: middle;
  border: 0 none;
  margin-bottom: 16px; }

.image-circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%; }

.image-rounded {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.tyer-menu {
  background: #177ccf;
  box-shadow: 0px 3px 6px 0px rgba(74, 89, 100, 0.4);
  border-radius: 3px;
  width: 240px;
  position: fixed;
  overflow: hidden;
  top: 55px;
  display: none;
  z-index: 20;
  padding: 20px;
  color: #fff; }
  .tyer-menu.shown {
    display: block; }
  .tyer-menu.left {
    left: 8px; }
  .tyer-menu.right {
    right: 8px; }
  .tyer-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .tyer-menu ul li, .tyer-menu ul a {
      color: #fff;
      line-height: 40px;
      vertical-align: middle;
      font-weight: 700;
      font-size: 14px; }
      .tyer-menu ul li:hover, .tyer-menu ul a:hover {
        color: #177ccf;
        background: #fff; }
      .tyer-menu ul li a, .tyer-menu ul a a {
        display: block;
        width: 100%; }
    .tyer-menu ul li .icon {
      margin: 0 10px;
      width: 20px;
      height: 20px;
      text-align: center; }

.tyer-text__bold {
  font-weight: 700;
  letter-spacing: 0.04em; }

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

.tyer-text__blue-dark {
  color: #1260b6; }

.tyer-text_small {
  font-size: 13px; }

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

.tyer-text__left {
  text-align: left; }

.tyer-text__grey {
  color: #939699; }

.tyer-text__red {
  color: #ff1a40; }

.tyer-text__large {
  font-size: 1.6em;
  font-weight: 700; }

.tyer-text__secondary {
  color: #939699; }

.tyer-text__thin {
  font-weight: 400 !important; }

.tyer-text_nomargin {
  margin: 0; }

.tyer-label {
  font-size: 10px;
  font-weight: 700;
  color: #939699;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.circle {
  background-color: #1678e3;
  color: #fff;
  display: inline-block;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%; }
  .circle .icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    width: 50px; }

.text-highlight {
  color: #939699;
  font-weight: 700; }

blockquote:before {
  color: #1678e3;
  content: "\"";
  font: 80px/1 Georgia,serif;
  left: 20px;
  position: absolute;
  top: 0;
  z-index: 1; }

blockquote:after {
  color: #1678e3;
  content: "\"";
  font: 80px/0.25 Georgia,serif;
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 1; }

blockquote {
  color: #2C3238;
  position: relative;
  vertical-align: middle;
  text-align: center;
  display: inline-block; }

blockquote p {
  padding: 16px;
  padding-bottom: 32px;
  font-size: 22px;
  text-align: center; }

.cf:after {
  content: "";
  display: table;
  clear: both; }

.tyer-content {
  position: relative;
  padding-top: 8px; }
  @media screen and (min-width: 860px) {
    .tyer-content {
      max-width: 1280px;
      margin: 0 auto 40px;
      padding: 16px;
      padding-top: 8px; } }
  .tyer-content .inner-content {
    margin: 0 auto;
    position: relative;
    padding: 8px;
    min-height: 200px; }
    @media screen and (min-width: 860px) {
      .tyer-content .inner-content {
        padding: 16px; } }
    .tyer-content .inner-content.narrow {
      max-width: 600px;
      margin: 0 auto; }
  .tyer-content.with-view_display_name {
    padding-top: 0; }
  .tyer-content section:after {
    content: "";
    display: table;
    clear: both; }

.tyer-inner-content_narrow {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 16px; }
  .tyer-inner-content_narrow p {
    width: 65%;
    margin: 0 auto; }

.tyer-bg_gray {
  background-color: #e4e5e6; }

.pop-out {
  margin-top: 32px;
  margin-bottom: 32px; }

.tyer-secondary {
  margin: 16px 0; }

.bordered {
  border: 2px solid #e4e5e6;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 16px;
  min-height: 680px; }

.bordered,
.inner-content {
  background-color: #fff; }
  .bordered .right,
  .inner-content .right {
    text-align: right; }

.tyer-view_display_name {
  margin: 0 auto;
  padding: 66px 16px 16px;
  font-weight: 700;
  color: #939699; }

@media screen and (min-width: 860px) {
  .tyer-page_header h1 {
    display: inline-block; } }

.tyer-page-header {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d0e4f9;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 860px) {
    .tyer-page-header {
      flex-direction: row; } }
  .tyer-page-header.items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: none;
    flex-direction: column; }
    @media screen and (min-width: 860px) {
      .tyer-page-header.items {
        flex-direction: row; } }
    .tyer-page-header.items > a, .tyer-page-header.items button {
      margin: 5px; }
    .tyer-page-header.items > div.tyer-form {
      width: inherit;
      max-width: 285px;
      margin: 5px; }

.tyer-bordered-element {
  border-radius: 3px;
  border: 2px solid #d0e4f9;
  background-color: #d0e4f9;
  padding: 16px; }
  .tyer-bordered-element h1, .tyer-bordered-element h2, .tyer-bordered-element h3, .tyer-bordered-element h4, .tyer-bordered-element h5 {
    color: #1260b6; }

.tyer-tabular-content .header {
  display: none; }
.tyer-tabular-content .row {
  position: relative;
  padding: 8px; }
  .tyer-tabular-content .row:nth-child(even) {
    background-color: #F3F5F8; }
  .tyer-tabular-content .row:nth-child(odd) {
    border-bottom: 2px solid #F3F5F8; }
  @media screen and (max-width: 859px) {
    .tyer-tabular-content .row {
      margin-bottom: 16px; } }
.tyer-tabular-content .cell {
  padding-bottom: 16px; }
  @media screen and (max-width: 859px) {
    .tyer-tabular-content .cell.title {
      font-weight: 700;
      padding: 16px;
      margin-bottom: 8px;
      background-color: #d0e4f9;
      color: #1260b6;
      margin-left: -8px;
      margin-right: -8px;
      margin-top: -8px; }
    .tyer-tabular-content .cell .heading {
      margin-bottom: 8px; } }
@media screen and (max-width: 859px) {
  .tyer-tabular-content.work_pattern_selection .cell.checkbox {
    display: inline-block;
    padding-right: 10.6666666667px; }
  .tyer-tabular-content.work_pattern_selection .cell.title {
    text-align: center;
    margin-right: 10px; }
  .tyer-tabular-content.work_pattern_selection.weekdays .cell.title {
    min-width: 80px; }
  .tyer-tabular-content.work_pattern_selection.languages .cell.title {
    width: 100px; } }
@media screen and (max-width: 859px) {
  .tyer-tabular-content .right {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px; } }
.tyer-tabular-content.tight .cell:last-child {
  /*padding-top: $global-whitespace;*/ }
.tyer-tabular-content.fixed {
  table-layout: fixed; }
@media screen and (min-width: 860px) {
  .tyer-tabular-content {
    display: table;
    margin-bottom: 16px;
    width: 100%; }
    .tyer-tabular-content .row {
      display: table-row; }
      .tyer-tabular-content .row.header .cell {
        font-weight: 400;
        color: #1260b6;
        border-bottom: 3px solid #1678e3; }
    .tyer-tabular-content .cell {
      display: table-cell;
      padding: 8px 16px;
      vertical-align: middle; }
    .tyer-tabular-content.tight .cell {
      padding: 4px 8px; } }

.tyer-content_splitted {
  position: relative; }
  .tyer-content_splitted:after {
    content: "";
    display: table;
    clear: both; }

.tyer-content_main:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (min-width: 860px) {
  .tyer-content_main {
    display: inline-block;
    width: 70%;
    vertical-align: top; } }

.tyer-content_row {
  position: relative; }
  .tyer-content_row:after {
    content: "";
    display: table;
    clear: both; }

.tyer-content_col {
  position: relative;
  margin-right: 16px; }
  .tyer-content_col:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 860px) {
    .tyer-content_col {
      float: left; } }
  @media screen and (min-width: 860px) {
    .tyer-content_col.half {
      width: 45%; } }
  .tyer-content_col.top {
    vertical-align: top; }

.tyer-content_side {
  font-size: 0.85em;
  color: #939699;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 4px solid #9800EF; }
  .tyer-content_side:after {
    content: "";
    display: table;
    clear: both; }
  .tyer-content_side.primary {
    color: #2C3238; }
  .tyer-content_side.normal {
    color: #2C3238; }
  .tyer-content_side h4 {
    margin-bottom: 16px;
    border-bottom: 2px solid #9800EF;
    padding-bottom: 5.3333333333px; }
  .tyer-content_side p {
    margin-bottom: 8px; }
  .tyer-content_side form textarea {
    font-size: 1em;
    padding: 8px; }
  @media screen and (min-width: 860px) {
    .tyer-content_side {
      display: inline-block;
      width: 25%;
      vertical-align: top;
      padding-left: 16px;
      margin-left: 16px;
      border-left: 1px solid #d0e4f9;
      margin-top: 0;
      padding-top: 0;
      border-top: 0; } }

.tyer-grid3 {
  column-count: 0;
  column-gap: 25px; }
  .tyer-grid3 > .grid-item {
    break-inside: avoid; }
  @media screen and (min-width: 860px) {
    .tyer-grid3 {
      column-count: 3; } }

.clickable {
  cursor: pointer; }

@media screen and (min-width: 860px) {
  .mobile_only {
    display: none; } }

@media screen and (max-width: 859px) {
  .desktop_only {
    display: none; } }

.hide {
  display: none; }

.bg-grey {
  background-color: #F3F5F8;
  padding: 16px; }

@media screen and (min-width: 860px) {
  .tyer-float_right, .desktop_right {
    float: right; }
    .tyer-float_right:after, .desktop_right:after {
      content: "";
      display: table;
      clear: both; } }

.tyer-map_container {
  margin-top: 25px;
  width: 100%;
  position: relative; }

.map {
  height: 300px;
  width: 100%; }
  @media screen and (min-width: 860px) {
    .map {
      height: 350px; }
      .map.narrow {
        max-width: 650px; }
      .map.centered {
        margin: 0 auto; } }
  .map.large {
    height: 480px; }

ul.no-style {
  list-style-type: none;
  padding: 0; }

li {
  line-height: 1.8em; }

li.completed,
li.not-completed {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
  padding-bottom: 16px;
  vertical-align: middle; }
  li.completed::before,
  li.not-completed::before {
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: bold;
    padding: 3px;
    border-radius: 40px;
    text-align: center;
    height: 30px;
    line-height: 25px;
    width: 30px;
    font-size: 1em;
    margin-right: 8px;
    float: left; }

li.completed::before {
  content: "";
  background-color: #00cc66;
  color: #fff; }

li.not-completed::before {
  content: "";
  background-color: #ff1a40;
  color: #fff; }

.tyer-steps {
  padding-left: 0; }

.tyer-steps ol {
  padding-left: 0; }

.tyer-steps > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  counter-increment: step-counter;
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
  padding-bottom: 16px;
  line-height: 1.6em;
  vertical-align: middle; }
  .tyer-steps > li::before {
    content: counter(step-counter);
    margin-right: 24px;
    background-color: #e4e5e6;
    color: #2C3238;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 40px;
    float: left;
    text-align: center;
    height: 30px;
    line-height: 25px;
    width: 30px;
    font-size: 0.85em;
    margin-bottom: 40px; }
  .tyer-steps > li.completed::before {
    background-color: #00cc66;
    color: #fff; }
  .tyer-steps > li .step-title {
    font-size: 1.1em;
    font-weight: 700;
    display: block;
    line-height: 1.4em;
    margin-bottom: 16px; }
  .tyer-steps > li .step-detail {
    padding-left: 54px; }

.tyer-notification {
  display: block;
  margin: 16px auto;
  margin-top: 0;
  max-width: 980px;
  position: relative;
  padding: 16px;
  border-radius: 3px; }
  .tyer-notification.alert {
    background-color: #ff1a40;
    color: #fff; }
  .tyer-notification.success {
    background-color: #34ad86;
    color: #fff;
    animation-name: fade-scroll-out;
    animation-duration: 2s;
    animation-delay: 7s; }
  .tyer-notification.yellow {
    background-color: #fff4d1;
    color: #2C3238; }
    .tyer-notification.yellow h1, .tyer-notification.yellow h2, .tyer-notification.yellow h3, .tyer-notification.yellow h4, .tyer-notification.yellow h5 {
      color: #2C3238; }
  .tyer-notification.fixed {
    position: fixed;
    top: 10%;
    z-index: 500;
    width: 50%;
    left: 25%; }
  .tyer-notification a {
    color: black;
    float: right; }
  .tyer-notification .tyer-btn {
    margin: 0; }

@keyframes fade-scroll-out {
  from {
    top: 10%;
    opacity: 1; }
  to {
    top: -50%;
    opacity: 0; } }
.tyer-disclaimer {
  display: block;
  margin: 16px auto;
  padding: 16px !important;
  border-radius: 3px;
  background-color: #d0e4f9;
  color: #1260b6;
  font-weight: 400;
  max-width: 980px; }
  @media screen and (min-width: 860px) {
    .tyer-disclaimer .tyer-btn {
      margin-top: 0; } }
  .tyer-disclaimer.alert {
    background-color: #ff1a40;
    color: #fff; }
  .tyer-disclaimer.narrow {
    max-width: 600px; }
  .tyer-disclaimer.thin {
    padding: 5px !important;
    max-width: 100%; }
  .tyer-disclaimer.full {
    max-width: none; }
  .tyer-disclaimer.yellow {
    background-color: #fff4d1;
    color: #2C3238; }
    .tyer-disclaimer.yellow .title {
      color: #2C3238; }
  .tyer-disclaimer.success {
    background-color: #d9f7e8;
    color: #2C3238; }
    .tyer-disclaimer.success .title {
      color: #2C3238; }
  .tyer-disclaimer .error-msg {
    left: 0; }

.tyer-disclaimer__content {
  font-size: 0.9em;
  line-height: 1em;
  position: relative;
  min-height: 32px; }
  .tyer-disclaimer__content p {
    margin: 0.4em 0; }
  .tyer-disclaimer__content .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #1260b6;
    margin-top: 0; }
    .tyer-disclaimer__content .title.alert {
      padding-top: 6px;
      color: #fff; }
  .tyer-disclaimer__content .tyer-btn.pop-out {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  @media screen and (min-width: 860px) {
    .tyer-disclaimer__content {
      font-size: 1em;
      line-height: 1.4em;
      padding-left: 70px; }
      .tyer-disclaimer__content::after {
        font-family: FontAwesome;
        font-size: 42px;
        line-height: 38px;
        font-weight: 400;
        text-align: center;
        content: "\F06A";
        opacity: 0.35;
        position: absolute;
        top: 0;
        left: 0; }
      .tyer-disclaimer__content.success::after {
        content: "\F00C"; } }

.tyer-logo--medium {
  width: 160px;
  height: 96px;
  margin: 0 auto;
  display: block; }
  @media screen and (min-width: 860px) {
    .tyer-logo--medium.right {
      float: right; } }

.tyer-logo-tenant-medium {
  width: 160px;
  height: 96px;
  object-fit: cover;
  margin: 0 auto;
  display: block; }
  @media screen and (min-width: 860px) {
    .tyer-logo-tenant-medium.right {
      float: right; } }

.tyer-round_indicator {
  border-radius: 40px;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 0 8px; }
  .tyer-round_indicator.green {
    background-color: #00cc66; }
  .tyer-round_indicator.yellow {
    background-color: #ffc61a; }

.tyer-news_item {
  position: relative;
  border-bottom: 2px solid #e4e5e6;
  padding-bottom: 8px;
  margin-bottom: 8px; }
  .tyer-news_item:after {
    content: "";
    display: table;
    clear: both; }
  .tyer-news_item.no-border {
    border-bottom: 0; }
  .tyer-news_item h4 {
    border: 0;
    font-weight: 700;
    font-size: 1.25em; }
  .tyer-news_item .news_item__logo {
    border: 1px solid #d0e4f9;
    padding: 0;
    margin: 8px;
    margin-top: 0;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }
    .tyer-news_item .news_item__logo:after {
      content: "";
      display: table;
      clear: both; }
    .tyer-news_item .news_item__logo img {
      width: 50px;
      height: 50px; }
  .tyer-news_item .news_item__content {
    font-size: 0.85em;
    padding-left: 74px; }
  .tyer-news_item .news_item__headline {
    margin-bottom: 8px; }

.tyer-modal {
  position: fixed;
  width: 75%;
  max-height: 96%;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #939699;
  border-radius: 5px;
  top: 3%;
  left: 10%;
  z-index: 9999;
  box-shadow: 0px 10px 10px 5px rgba(44, 50, 56, 0.15); }
  .tyer-modal.small {
    width: 50%;
    left: 25%;
    top: 25%; }
  .tyer-modal__background {
    width: 115%;
    height: 115%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0; }
  .tyer-modal__link {
    cursor: pointer;
    float: right; }
  .tyer-modal__header {
    display: flex;
    justify-content: space-between;
    height: 25px;
    margin: 15px; }
    .tyer-modal__header > h1 {
      border-bottom: none !important; }
  .tyer-modal__body {
    padding: 15px;
    border-top: 1px solid #e4e5e6;
    border-bottom: 1px solid #e4e5e6;
    min-height: 200px; }
  .tyer-modal__footer {
    background-color: white;
    padding: 10px;
    text-align: center; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 600px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .tyer-modal {
    width: 90%;
    left: 5%; } }
.tyer-hero_container h2 {
  margin-top: 0;
  font-size: 1.4em; }

.tyer-hero_text {
  background-color: transparent;
  padding: 16px;
  margin: 0;
  text-align: center; }
  .tyer-hero_text:nth-child(odd) {
    background-color: #EFF4F9; }
  @media screen and (min-width: 860px) {
    .tyer-hero_text {
      font-weight: 400;
      letter-spacing: 0.033em;
      padding: 16px 32px; } }
  .tyer-hero_text p {
    max-width: 600px;
    margin: 16px auto; }

.tyer-hero-slogan {
  border-left: 3px solid #1678e3;
  color: #1678e3;
  padding: 24px 16px;
  font-size: 1em; }
  @media screen and (min-width: 860px) {
    .tyer-hero-slogan {
      font-size: 1.2em; } }

.tyer-hero_image {
  width: 100%;
  vertical-align: middle;
  border: 0 none; }

.tyer-hero_variant {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .tyer-hero_variant .tyer-hero_image {
    opacity: 0.4; }
  .tyer-hero_variant .hero__screenshot {
    display: none; }
    @media screen and (min-width: 1000px) {
      .tyer-hero_variant .hero__screenshot {
        display: inline;
        height: 522px;
        width: 978px;
        position: absolute;
        top: 120px; } }
  .tyer-hero_variant .tyer-form .tyer-form_field.error {
    border: 0; }
  .tyer-hero_variant #slides {
    top: 0;
    background-color: #000;
    z-index: 0; }
  .tyer-hero_variant h1, .tyer-hero_variant h2, .tyer-hero_variant h3 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2em; }
  .tyer-hero_variant h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.776889em; }
    @media screen and (min-width: 1000px) {
      .tyer-hero_variant h1 {
        font-size: 2.368593037em; } }
  .tyer-hero_variant h2 {
    font-weight: 400;
    line-height: 1.3em; }
  .tyer-hero_variant h3 {
    font-weight: 700;
    text-transform: uppercase; }
  .tyer-hero_variant .content {
    z-index: 10;
    position: absolute;
    width: 100%; }
    .tyer-hero_variant .content .content__inner {
      max-width: 1024px;
      margin: 0 auto; }
      .tyer-hero_variant .content .content__inner:after {
        content: "";
        display: table;
        clear: both; }
  .tyer-hero_variant .slogan {
    padding: 16px;
    padding-top: 80px;
    padding-bottom: 0; }
    @media screen and (min-width: 1000px) {
      .tyer-hero_variant .slogan {
        margin-bottom: 32px;
        padding-top: 96px;
        padding-bottom: 16px; } }
  .tyer-hero_variant .signup-form {
    background-color: rgba(22, 120, 227, 0.6);
    border-radius: 3px;
    padding: 16px;
    color: #fff; }
    .tyer-hero_variant .signup-form h2 {
      text-transform: uppercase;
      font-weight: 900; }
    .tyer-hero_variant .signup-form .required {
      color: #fff;
      opacity: 0.75; }
    .tyer-hero_variant .signup-form label, .tyer-hero_variant .signup-form input, .tyer-hero_variant .signup-form span {
      margin-bottom: 8px; }
  @media screen and (min-width: 1000px) {
    .tyer-hero_variant .slogan, .tyer-hero_variant .side_content {
      max-width: 475px; } }
  @media screen and (min-width: 1000px) {
    .tyer-hero_variant .slogan {
      margin-right: 32px;
      float: left; } }
  .tyer-hero_variant .slogan ul {
    font-size: 1em;
    color: #fff; }
    .tyer-hero_variant .slogan ul li {
      line-height: 1.2em;
      padding-bottom: 8px; }
    @media screen and (min-width: 1000px) {
      .tyer-hero_variant .slogan ul {
        font-size: 1.2em; } }
  .tyer-hero_variant .slogan p {
    font-size: 1em;
    color: #fff; }
  .tyer-hero_variant .slogan.solo {
    display: block;
    float: none;
    text-align: center;
    max-width: none; }
  .tyer-hero_variant .slogan.large h1 {
    font-size: 1.4em; }
  @media screen and (min-width: 1000px) {
    .tyer-hero_variant .slogan.large h1 {
      font-size: 3.1573345183em; } }
  @media screen and (min-width: 1000px) {
    .tyer-hero_variant .signup-form {
      margin-top: 32px;
      margin-right: 16px;
      float: right; } }
  .tyer-hero_variant .tyer-form_field {
    margin-bottom: 8px; }
    .tyer-hero_variant .tyer-form_field input {
      color: #2C3238;
      font-weight: 300;
      border: 2px solid #1260b6; }
      .tyer-hero_variant .tyer-form_field input:hover {
        border-color: #1260b6; }
      .tyer-hero_variant .tyer-form_field input:focus {
        border-color: #d0e4f9; }
  .tyer-hero_variant .tyer-disclaimer {
    font-size: 0.85em;
    font-weight: 400;
    background-color: #1260b6;
    color: #fff;
    margin: 0; }
    .tyer-hero_variant .tyer-disclaimer a {
      color: #ffc61a; }

.tyer-how_it_works:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (min-width: 915px) {
  .tyer-how_it_works {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 620px;
    margin: 32px auto; } }
.tyer-how_it_works .step {
  text-align: center;
  padding: 16px;
  border: 2px solid #e4e5e6;
  border-radius: 3px;
  margin-bottom: 16px;
  background-color: #fff; }
  @media screen and (min-width: 915px) {
    .tyer-how_it_works .step {
      width: 33%;
      float: left;
      margin-right: 8px; }
      .tyer-how_it_works .step:last-child {
        margin-right: 0; } }
.tyer-how_it_works .step__icon {
  background-color: #1678e3;
  color: #fff;
  display: inline-block;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%; }
  .tyer-how_it_works .step__icon .icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    width: 50px; }
.tyer-how_it_works .step__heading {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;
  margin: 16px 0;
  color: #1678e3; }

.tyer-cards {
  display: flex;
  flex-wrap: wrap; }

.tyer-card {
  position: relative;
  padding: 16px;
  border: 2px solid #e4e5e6;
  border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 16px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px 0px #e4e4e5;
  -moz-box-shadow: 3px 3px 6px 0px #e4e4e5;
  box-shadow: 3px 3px 6px 0px #e4e4e5;
  width: 230px;
  text-align: center; }
  .tyer-card:after {
    content: "";
    display: table;
    clear: both; }
  .tyer-card.small {
    width: 140px;
    margin: 5px; }
  @media screen and (min-width: 860px) {
    .tyer-card {
      margin-right: 16px; } }
  .tyer-card h2, .tyer-card h3, .tyer-card h4, .tyer-card h5 {
    font-weight: 300;
    margin-bottom: 8px; }
    @media screen and (min-width: 860px) {
      .tyer-card h2, .tyer-card h3, .tyer-card h4, .tyer-card h5 {
        margin: 0; } }
  .tyer-card .card__heading {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 300;
    margin: 16px 0;
    color: #1678e3; }
  .tyer-card .card__media {
    margin-bottom: 8px; }
    .tyer-card .card__media img {
      display: block;
      margin: auto;
      max-width: 140px;
      height: auto; }
  .tyer-card .card__content {
    padding-bottom: 45px; }
    .tyer-card .card__content p {
      font-size: 0.85em;
      margin-bottom: 8px; }
  .tyer-card .card__cta {
    position: absolute;
    bottom: 0;
    width: 196px;
    font-size: 0.8em; }

.bxslider .tyer-card {
  border: 0; }

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.5, 1.5, 1.5); }
  100% {
    transform: scale3d(1, 1, 1); } }
.tyer-help {
  position: absolute;
  z-index: 1000; }
  .tyer-help .pointer {
    /*background-image: url('/static/webui/img/pointer.png');*/
    background-color: #ad33f2;
    height: 26px;
    width: 26px;
    border-radius: 30px;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 10;
    -moz-animation-iteration-count: 10;
    animation-iteration-count: 10;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-name: pulse;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 26px;
    vertical-align: middle;
    float: left;
    cursor: pointer;
    display: none; }
  .tyer-help .text {
    margin: 0;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #ad33f2;
    border-radius: 3px;
    padding: 16px;
    color: #fff;
    font-size: 0.85em;
    width: 220px;
    border: 1px solid #fff;
    box-shadow: 0px 3px 6px 0px rgba(74, 89, 100, 0.4);
    display: none; }
    .tyer-help .text.show {
      display: block; }
  .tyer-help h2 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #fff; }

.tyer-help.menu {
  top: 12px;
  left: 75px; }
  @media screen and (min-width: 860px) {
    .tyer-help.menu {
      left: 125px; } }

.tyer-landing_page {
  background-color: #fff; }
  .tyer-landing_page header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding-top: 16px;
    margin: 16px; }
    .tyer-landing_page header .tyer-temployer-logo {
      width: 80px;
      max-height: 39px;
      /* needed for IE */
      height: auto; }
  .tyer-landing_page h1, .tyer-landing_page h2, .tyer-landing_page h3, .tyer-landing_page h4, .tyer-landing_page h5, .tyer-landing_page h6 {
    border-bottom: 0; }
  .tyer-landing_page section {
    z-index: 2;
    padding: 0 16px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center; }
    .tyer-landing_page section ul {
      max-width: 450px;
      margin: 0 auto; }
      .tyer-landing_page section ul li {
        text-align: left; }
    .tyer-landing_page section.full {
      max-width: none;
      padding: 0; }
    .tyer-landing_page section .tyer-section__inner {
      padding: 16px;
      margin-bottom: 16px; }
    .tyer-landing_page section.tyer-text_section p {
      max-width: 420px;
      margin: 0 auto;
      margin-bottom: 16px; }
    .tyer-landing_page section h3 {
      margin: 16px auto;
      font-weight: 400;
      font-size: 1.4em;
      max-width: 420px; }
    .tyer-landing_page section .title {
      font-family: 'Open Sans', sans-serif;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 1.776889em;
      line-height: 1.2em;
      text-align: center;
      margin-bottom: 5.3333333333px; }
    .tyer-landing_page section.dark {
      background-color: #2C3238;
      color: #fff;
      margin-bottom: 0;
      padding: 16px;
      max-width: none; }
      .tyer-landing_page section.dark h1, .tyer-landing_page section.dark h2, .tyer-landing_page section.dark h3, .tyer-landing_page section.dark h4 {
        color: #fff; }
      .tyer-landing_page section.dark a {
        color: #4593e9; }
    .tyer-landing_page section p {
      text-align: center; }

.tyer-pagination {
  display: flex;
  justify-content: center; }
  .tyer-pagination.content {
    display: flex;
    text-align: center;
    margin: 15px; }
  .tyer-pagination.link {
    display: none;
    background-color: #F3F5F8;
    color: #1260b6;
    min-width: 40px;
    height: 40px;
    padding: 10px;
    margin: 0px;
    justify-content: center;
    border: 1px solid #1260b6; }
    @media screen and (min-width: 860px) {
      .tyer-pagination.link {
        display: block; } }
    .tyer-pagination.link.active {
      display: block;
      color: #fff;
      background-color: #9800EF;
      cursor: default;
      min-width: auto; }
      @media screen and (min-width: 860px) {
        .tyer-pagination.link.active {
          min-width: 40px; } }
    .tyer-pagination.link:hover {
      background-color: #ad33f2;
      color: #fff; }

@media screen and (min-width: 1000px) {
  .tyer-plans {
    display: flex;
    max-width: 840px;
    margin: 0 auto; } }
.tyer-plans .plan {
  position: relative;
  border: 2px solid #d0e4f9;
  border-radius: 3px;
  margin: 0 16px;
  margin-bottom: 16px;
  padding-bottom: 64px; }
  @media screen and (min-width: 1000px) {
    .tyer-plans .plan {
      margin-right: 16px;
      width: 280px; } }
.tyer-plans .plan_title {
  font-size: 1.2em;
  line-height: 40px;
  background-color: #d0e4f9;
  text-align: center;
  min-height: 40px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1260b6; }
.tyer-plans .plan_content {
  text-align: left;
  font-size: 0.85em;
  height: 200px; }
  .tyer-plans .plan_content ul {
    list-style-type: none;
    padding: 8px; }
  .tyer-plans .plan_content li {
    margin-bottom: 8px; }
    .tyer-plans .plan_content li::before {
      font: normal normal normal 14px/1 FontAwesome;
      content: "";
      padding-right: 8px;
      color: #1260b6; }
.tyer-plans .plan_price {
  vertical-align: middle;
  font-size: 1.4em;
  font-weight: 700;
  margin: 16px 0; }
.tyer-plans .plan_cta {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 16px; }

.tyer-radio ul {
  list-style-type: none; }

.inline .tyer-radio {
  display: inline-block; }
  .inline .tyer-radio ul {
    padding: 0;
    margin: 0; }
    .inline .tyer-radio ul label {
      margin-left: 0;
      width: auto;
      padding-top: 0; }

.tyer-steps {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  counter-reset: section;
  padding: 16px 0;
  margin-bottom: 16px; }
  .tyer-steps:after {
    content: "";
    display: table;
    clear: both; }
  .tyer-steps .step {
    background-color: #d0e4f9;
    border-radius: 64px;
    display: inline-block;
    color: #1260b6;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 8px; }
    .tyer-steps .step::before {
      counter-increment: section;
      content: counters(section,"") ".";
      line-height: 45px; }
    .tyer-steps .step::before,
    .tyer-steps .step .text {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 0.85em; }
    .tyer-steps .step.active {
      background-color: #1260b6;
      color: #fff; }
    .tyer-steps .step .text {
      display: none; }
    @media screen and (min-width: 860px) {
      .tyer-steps .step {
        width: 220px; }
        .tyer-steps .step .text {
          display: inline; } }
  .tyer-steps .chevron {
    font-size: 22px;
    color: #1678e3;
    line-height: 45px;
    vertical-align: bottom;
    margin-bottom: 16px;
    text-align: center;
    padding: 0;
    padding-left: 6px; }

.tyer-shift_datetime {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: block;
  margin-right: 5.8515051827%;
  width: 100%;
  position: relative;
  border: 2px solid #e3e6e8;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 16px;
  background-color: #F3F5F8; }
  .tyer-shift_datetime:after {
    content: "";
    display: table;
    clear: both; }
  .tyer-shift_datetime:last-child {
    margin-right: 0; }
  .tyer-shift_datetime .shift_remove_btn {
    position: absolute;
    bottom: 20px;
    right: 20px; }

.tyer-shift_datetime--fieldset {
  float: left;
  display: block;
  margin-right: 5.8515051827%;
  width: 100%;
  border-bottom: 2px solid #e3e6e8;
  margin-bottom: 16px; }
  .tyer-shift_datetime--fieldset:last-child {
    margin-right: 0; }

.tyer-shift_datetime_fields {
  float: left;
  display: block;
  margin-right: 5.8515051827%;
  width: 100%;
  margin-bottom: 8px; }
  .tyer-shift_datetime_fields:last-child {
    margin-right: 0; }
  @media screen and (max-width: 629px) {
    .tyer-shift_datetime_fields {
      display: block; }
      .tyer-shift_datetime_fields:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (min-width: 630px) {
    .tyer-shift_datetime_fields {
      float: left;
      display: block;
      margin-right: 5.8515051827%;
      width: 57.6593979269%;
      width: auto; }
      .tyer-shift_datetime_fields:last-child {
        margin-right: 0; } }

.tyer-shift_type_field {
  float: left;
  display: block;
  margin-right: 5.8515051827%;
  width: 100%;
  display: block;
  margin-bottom: 8px; }
  .tyer-shift_type_field:last-child {
    margin-right: 0; }
  .tyer-shift_type_field:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 629px) {
    .tyer-shift_type_field {
      display: block; }
      .tyer-shift_type_field:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (min-width: 630px) {
    .tyer-shift_type_field {
      float: left;
      display: block;
      margin-right: 5.8515051827%;
      width: 36.4890968904%; }
      .tyer-shift_type_field:last-child {
        margin-right: 0; } }

.tyer-shift_type__select {
  float: left;
  display: block;
  margin-right: 38.1982059067%;
  width: 100%; }
  .tyer-shift_type__select:last-child {
    margin-right: 0; }

.tyer-time_input {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%;
  margin-right: 8px;
  width: 80px;
  height: 40px; }
  .tyer-time_input:last-child {
    margin-right: 0; }

.tyer-date__input {
  float: left;
  display: block;
  margin-right: 38.1982059067%;
  width: 100%;
  width: 120px;
  margin-right: 15px; }
  .tyer-date__input:last-child {
    margin-right: 0; }

.tyer-field_container {
  margin-right: 8px;
  margin-bottom: 8px; }
  @media screen and (max-width: 380px) {
    .tyer-field_container {
      display: block; }
      .tyer-field_container:after {
        content: "";
        display: table;
        clear: both; }
      .tyer-field_container:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (min-width: 381px) {
    .tyer-field_container {
      float: left;
      margin-bottom: 0; } }

.tyer-shift_lock_reminder--fieldset {
  float: left;
  display: block;
  margin-right: 16.0363113405%;
  width: 100%; }
  .tyer-shift_lock_reminder--fieldset:last-child {
    margin-right: 0; }
  .tyer-shift_lock_reminder--fieldset:after {
    content: "";
    display: table;
    clear: both; }

.tyer-shift_lock_field,
.tyer-shift_reminder_field {
  margin-bottom: 8px; }
  @media screen and (max-width: 599px) {
    .tyer-shift_lock_field,
    .tyer-shift_reminder_field {
      display: block; }
      .tyer-shift_lock_field:after,
      .tyer-shift_reminder_field:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (min-width: 600px) {
    .tyer-shift_lock_field,
    .tyer-shift_reminder_field {
      float: left;
      width: auto;
      min-width: 220px;
      margin-right: 8px; } }

@media screen and (max-width: 599px) {
  .tyer-shift_substitute_field {
    display: block; }
    .tyer-shift_substitute_field:after {
      content: "";
      display: table;
      clear: both; } }
@media screen and (min-width: 600px) {
  .tyer-shift_substitute_field {
    float: right;
    float: left;
    display: block;
    margin-right: 5.8515051827%;
    width: 57.6593979269%; }
    .tyer-shift_substitute_field:last-child {
      margin-right: 0; } }

.tyer-row:after {
  content: "";
  display: table;
  clear: both; }
.tyer-row.big {
  min-height: 64px; }
.tyer-row.small {
  min-height: 44px;
  padding-left: 5px;
  display: flex;
  align-items: center; }
.tyer-row.center {
  text-align: center; }
.tyer-row.group {
  margin: 10px; }
  .tyer-row.group > button {
    margin: 0; }
.tyer-row.flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (min-width: 860px) {
    .tyer-row.flex {
      flex-direction: row; } }
.tyer-row.titles {
  color: #1260b6;
  font-size: 0.8em;
  min-height: 35px;
  align-content: center; }

@media screen and (min-width: 860px) {
  .tyer-span1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%; }
    .tyer-span1:last-child {
      margin-right: 0; } }

@media screen and (min-width: 860px) {
  .tyer-span2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .tyer-span2:last-child {
      margin-right: 0; } }

@media screen and (min-width: 860px) {
  .tyer-span3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .tyer-span3:last-child {
      margin-right: 0; } }

@media screen and (min-width: 860px) {
  .tyer-span4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .tyer-span4:last-child {
      margin-right: 0; } }

@media screen and (min-width: 860px) {
  .tyer-span5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .tyer-span5:last-child {
      margin-right: 0; } }

@media screen and (min-width: 860px) {
  .tyer-span6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .tyer-span6:last-child {
      margin-right: 0; } }

@media screen and (min-width: 860px) {
  .tyer-span7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .tyer-span7:last-child {
      margin-right: 0; } }

@media screen and (min-width: 860px) {
  .tyer-span8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .tyer-span8:last-child {
      margin-right: 0; } }

@media screen and (min-width: 860px) {
  .tyer-span9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .tyer-span9:last-child {
      margin-right: 0; } }

@media screen and (min-width: 860px) {
  .tyer-span10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%; }
    .tyer-span10:last-child {
      margin-right: 0; } }

@media screen and (min-width: 860px) {
  .tyer-span11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%; }
    .tyer-span11:last-child {
      margin-right: 0; } }

@media screen and (min-width: 860px) {
  .tyer-span12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .tyer-span12:last-child {
      margin-right: 0; } }

.tyer-react-app {
  padding-bottom: 60px; }

.active .sticky-inner-wrapper {
  background-color: white;
  z-index: 1000; }

.avail-cal-wrapper {
  white-space: nowrap;
  overflow: auto; }

.avail-cal {
  font-size: 13px;
  width: 980px; }

.avail-cal-cell {
  padding-top: 3px;
  padding-left: 6px;
  cursor: pointer; }

.avail-cal-block, .avail-cal-block-header {
  float: left;
  display: block;
  width: 42px;
  height: 24px;
  margin-right: 4px;
  cursor: pointer;
  font-size: 12px;
  text-align: center; }
  .avail-cal-block .inner, .avail-cal-block-header .inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: block;
    width: 14px;
    height: 24px;
    margin: 0;
    padding: 0;
    border-right: 2px solid #fff; }

.avail-cal-block-header {
  padding-top: 4px;
  border-right: 2px solid #fff; }

.avail-cal-row {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 2px solid transparent;
  padding-top: 4px;
  height: 36px;
  min-width: 800px; }
  .avail-cal-row:after {
    content: "";
    display: table;
    clear: both; }
  .avail-cal-row:hover {
    border: 2px solid #2C3238;
    border-radius: 16px; }
    .avail-cal-row:hover .itemName:after {
      content: "";
      display: table;
      clear: both; }

.avail-cal-row.header:hover {
  border: 2px solid #fff; }
  .avail-cal-row.header:hover .itemName:after {
    content: "";
    display: table;
    clear: both; }

.avail-cal-info-window {
  border: 1px solid #2C3238;
  padding-right: 4px;
  position: absolute;
  top: 40px;
  background-color: white;
  z-index: 9999; }

.avail-worker-day-indicator {
  padding: 8px 0 !important;
  margin-right: 8px;
  margin-bottom: 12px;
  text-align: center;
  cursor: pointer;
  width: 50px;
  border-radius: 3px;
  color: #fff; }
  .avail-worker-day-indicator:last-child {
    margin-right: 0; }
  .avail-worker-day-indicator.unknown {
    background-color: #939699; }
    .avail-worker-day-indicator.unknown:hover {
      background-color: #898c8f; }
  .avail-worker-day-indicator.available {
    background-color: #00cc66; }
    .avail-worker-day-indicator.available:hover {
      background-color: #00b85c; }
  .avail-worker-day-indicator.unavailable {
    background-color: #ff6680; }
    .avail-worker-day-indicator.unavailable:hover {
      background-color: #ff526f; }
  @media screen and (min-width: 860px) {
    .avail-worker-day-indicator {
      margin: 0 auto !important;
      padding: 0 !important;
      width: 45px;
      height: 45px;
      line-height: 45px;
      vertical-align: middle;
      text-align: center;
      border-radius: 200px; } }
  .avail-worker-day-indicator input[type=checkbox] {
    cursor: pointer; }

.tyer-tier-1 {
  background-color: #ffc61a !important; }
.tyer-tier-2 {
  background-color: #EF8600 !important; }
.tyer-tier-3 {
  background-color: #00cc66 !important; }
.tyer-tier-4 {
  background-color: #d0e4f9 !important; }
.tyer-tier-5 {
  background-color: #4593e9 !important; }
.tyer-tier-6 {
  background-color: #939699 !important; }
.tyer-tier-7 {
  background-color: #e4e5e6 !important; }
.tyer-tier-8 {
  background-color: #ff6680 !important; }
.tyer-tier-9 {
  background-color: #d88a26 !important; }
.tyer-tier-10 {
  background-color: #9800EF !important;
  color: #fff !important; }
.tyer-tier-11 {
  background-color: #1678e3 !important;
  color: #fff !important; }
.tyer-tier-12 {
  background-color: #F3F5F8 !important; }

.typeahead-tokenizer {
  margin-bottom: 8px; }

.typeahead-token {
  background-color: #76787a;
  display: inline-block;
  border: 2px solid #76787a;
  color: #fff;
  border-radius: 3px;
  position: relative;
  padding: 4px;
  padding-right: 60px;
  font-weight: 700;
  margin: 0;
  margin-right: 8px;
  margin-bottom: 8px; }

.typeahead-token-close {
  transition: color .5s;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  right: 16px;
  top: 7px; }
  .typeahead-token-close:hover {
    color: #ff768c; }

.typeahead-option {
  color: #fff; }
  .typeahead-option:hover {
    color: #fff; }

.topcoat-list__container {
  position: absolute;
  z-index: 100;
  background-color: #1678e3;
  border-radius: 3px;
  padding: 16px;
  list-style-type: none; }
  @media screen and (min-width: 860px) {
    .topcoat-list__container {
      width: 50%; } }

.topcoat-list__item {
  padding: 8px; }
  .topcoat-list__item:hover {
    background-color: #0f549f;
    color: #fff;
    cursor: pointer; }

@-webkit-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.uil-rolling-css {
  width: 200px;
  height: 200px;
  margin: 0 auto; }

.uil-rolling-css > div {
  width: 200px;
  height: 200px;
  position: relative;
  -ms-animation: uil-rolling-anim 1s linear infinite;
  -moz-animation: uil-rolling-anim 1s linear infinite;
  -webkit-animation: uil-rolling-anim 1s linear infinite;
  -o-animation: uil-rolling-anim 1s linear infinite;
  animation: uil-rolling-anim 1s linear infinite; }

.uil-rolling-css > div div {
  position: absolute;
  width: 200px;
  height: 100px;
  border-radius: 1000px 1000px 0 0;
  border-color: #1678e3;
  border-style: solid;
  border-width: 40px;
  border-bottom-width: 0; }

.uil-rolling-css > div div:nth-of-type(2) {
  -ms-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  -moz-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  -webkit-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  -o-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  transform: translate(0, 50px) rotate(54deg) translate(0, -50px); }

.tyer-loading-gif {
  display: block;
  margin: auto; }

.tyer-tooltip .category {
  margin-bottom: 8px; }
.tyer-tooltip ul {
  margin: 0;
  padding: 0;
  /*li {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
  }*/ }

.tyer-help {
  position: absolute;
  z-index: 9999;
  display: block;
  visibility: visible;
  line-height: 1.5;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1px;
  max-width: 220px;
  opacity: 1; }

.tyer-help-hidden {
  display: none; }

.tyer-help-inner {
  padding: 8px 16px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #1678e3;
  border-radius: 3px;
  min-height: 34px;
  border: 0; }

.tyer-help-link {
  position: relative;
  float: right;
  cursor: default; }

.tyer-help-arrow,
.tyer-help-arrow-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tyer-help-placement-top .tyer-help-arrow,
.tyer-help-placement-topLeft .tyer-help-arrow,
.tyer-help-placement-topRight .tyer-help-arrow {
  bottom: -5px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #1678e3; }

.tyer-help-placement-top .tyer-help-arrow-inner,
.tyer-help-placement-topLeft .tyer-help-arrow-inner,
.tyer-help-placement-topRight .tyer-help-arrow-inner {
  bottom: 1px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #ffffff; }

.tyer-help-placement-top .tyer-help-arrow {
  left: 50%; }

.tyer-help-placement-topLeft .tyer-help-arrow {
  left: 15%; }

.tyer-help-placement-topRight .tyer-help-arrow {
  right: 15%; }

.tyer-help-placement-right .tyer-help-arrow,
.tyer-help-placement-rightTop .tyer-help-arrow,
.tyer-help-placement-rightBottom .tyer-help-arrow {
  left: -5px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #1678e3; }

.tyer-help-placement-right .tyer-help-arrow-inner,
.tyer-help-placement-rightTop .tyer-help-arrow-inner,
.tyer-help-placement-rightBottom .tyer-help-arrow-inner {
  left: 1px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #ffffff; }

.tyer-help-placement-right .tyer-help-arrow {
  top: 50%; }

.tyer-help-placement-rightTop .tyer-help-arrow {
  top: 15%;
  margin-top: 0; }

.tyer-help-placement-rightBottom .tyer-help-arrow {
  bottom: 15%; }

.tyer-help-placement-left .tyer-help-arrow,
.tyer-help-placement-leftTop .tyer-help-arrow,
.tyer-help-placement-leftBottom .tyer-help-arrow {
  right: -5px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #1678e3; }

.tyer-help-placement-left .tyer-help-arrow-inner,
.tyer-help-placement-leftTop .tyer-help-arrow-inner,
.tyer-help-placement-leftBottom .tyer-help-arrow-inner {
  right: 1px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #ffffff; }

.tyer-help-placement-left .tyer-help-arrow {
  top: 50%; }

.tyer-help-placement-leftTop .tyer-help-arrow {
  top: 15%;
  margin-top: 0; }

.tyer-help-placement-leftBottom .tyer-help-arrow {
  bottom: 15%; }

.tyer-help-placement-bottom .tyer-help-arrow,
.tyer-help-placement-bottomLeft .tyer-help-arrow,
.tyer-help-placement-bottomRight .tyer-help-arrow {
  top: -5px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #1678e3; }

.tyer-help-placement-bottom .tyer-help-arrow-inner,
.tyer-help-placement-bottomLeft .tyer-help-arrow-inner,
.tyer-help-placement-bottomRight .tyer-help-arrow-inner {
  top: 1px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff; }

.tyer-help-placement-bottom .tyer-help-arrow {
  left: 50%; }

.tyer-help-placement-bottomLeft .tyer-help-arrow {
  left: 15%; }

.tyer-help-placement-bottomRight .tyer-help-arrow {
  right: 15%; }

.tyer-help.tyer-help-zoom-enter,
.tyer-help.tyer-help-zoom-leave {
  display: block; }

.tyer-help-zoom-enter,
.tyer-help-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.tyer-help-zoom-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.tyer-help-zoom-enter.tyer-help-zoom-enter-active,
.tyer-help-zoom-appear.tyer-help-zoom-appear-active {
  -webkit-animation-name: rcToolTipZoomIn;
  animation-name: rcToolTipZoomIn;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.tyer-help-zoom-leave.tyer-help-zoom-leave-active {
  -webkit-animation-name: rcToolTipZoomOut;
  animation-name: rcToolTipZoomOut;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

@-webkit-keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); } }
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.tyer-seditor {
  min-height: 600px; }
  .tyer-seditor .container {
    padding: 8px; }
    @media screen and (min-width: 860px) {
      .tyer-seditor .container {
        padding: 16px; } }
  .tyer-seditor .info-circle {
    font-size: 16px;
    margin-left: 8px;
    cursor: pointer;
    color: #1678e3; }
    .tyer-seditor .info-circle:hover {
      transform: scale(1.25); }
  .tyer-seditor .substitutes-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .tyer-seditor .substitutes-list:after {
      content: "";
      display: table;
      clear: both; }
    .tyer-seditor .substitutes-list ol {
      padding-left: 0; }
      .tyer-seditor .substitutes-list ol:after {
        content: "";
        display: table;
        clear: both; }
      .tyer-seditor .substitutes-list ol li.list-item {
        list-style-type: none; }
        .tyer-seditor .substitutes-list ol li.list-item:after {
          content: "";
          display: table;
          clear: both; }
    @media screen and (min-width: 860px) {
      .tyer-seditor .substitutes-list {
        margin-left: 16px; }
        .tyer-seditor .substitutes-list ol {
          padding-left: 40px; }
          .tyer-seditor .substitutes-list ol:after {
            content: "";
            display: table;
            clear: both; }
          .tyer-seditor .substitutes-list ol li.list-item {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 31.7615656014%;
            display: list-item; }
            .tyer-seditor .substitutes-list ol li.list-item:last-child {
              margin-right: 0; }
            .tyer-seditor .substitutes-list ol li.list-item:nth-child(3n) {
              margin-right: 0; }
            .tyer-seditor .substitutes-list ol li.list-item:nth-child(3n+1) {
              clear: left; }
            .tyer-seditor .substitutes-list ol li.list-item.numbered {
              list-style-type: decimal; } }
  .tyer-seditor .editor-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 80px;
    border: 0;
    background-color: #454d54;
    outline: none;
    color: #fff;
    padding: 10px 24px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 600;
    overflow: hidden;
    min-width: 85px; }
    .tyer-seditor .editor-btn:disabled {
      background-color: #ddd !important;
      background-image: none !important; }
    .tyer-seditor .editor-btn:focus {
      outline: none; }
    .tyer-seditor .editor-btn.active {
      background-color: #00cc66; }
  @media screen and (min-width: 860px) {
    .tyer-seditor .editor-send_button {
      margin-right: 48px; } }
  @media screen and (min-width: 860px) {
    .tyer-seditor .editor-select--inline {
      min-width: 280px; } }
  .tyer-seditor .remove-icon i {
    font-size: 16px;
    cursor: pointer; }
    .tyer-seditor .remove-icon i:hover {
      transform: scale(1.25);
      color: #ff1a40; }
  .tyer-seditor .editor-shift_substitute {
    position: relative;
    padding: 8px 16px;
    border-bottom: 2px solid #F3F5F8;
    border-radius: 2px;
    margin-bottom: 8px;
    background-color: #fff4d1; }
    .tyer-seditor .editor-shift_substitute .remove-icon {
      position: absolute;
      top: 8px;
      right: 16px; }
      .tyer-seditor .editor-shift_substitute .remove-icon i {
        font-size: 16px;
        cursor: pointer; }
        .tyer-seditor .editor-shift_substitute .remove-icon i:hover {
          transform: scale(1.25);
          color: #ff1a40; }
    .tyer-seditor .editor-shift_substitute .cancelled-text {
      position: absolute;
      bottom: 5px;
      right: 16px;
      color: #ff1a40; }
    .tyer-seditor .editor-shift_substitute .locked-text {
      position: absolute;
      bottom: 25px;
      right: 16px;
      color: #ff1a40; }
    .tyer-seditor .editor-shift_substitute .meta {
      color: #454d54;
      font-size: 0.8em; }
  .tyer-seditor .search_results {
    background-color: #F3F5F8;
    border: 2px solid #e7e9ec;
    border-radius: 3px;
    padding: 0;
    min-width: 280px; }
    .tyer-seditor .search_results ul {
      margin: 0;
      padding: 0; }
      .tyer-seditor .search_results ul li {
        list-style-type: none;
        cursor: pointer;
        padding: 8px 16px; }
        .tyer-seditor .search_results ul li:hover {
          animation-name: fadeIn;
          background-color: #dbdddf; }
  .tyer-seditor .shift-list {
    border: 2px solid #f3f5f8;
    border-radius: 4px;
    margin-bottom: 24px; }
  .tyer-seditor .shift-list-item {
    background-color: rgba(243, 245, 248, 0.4);
    padding: 16px 8px; }
    .tyer-seditor .shift-list-item:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 860px) {
      .tyer-seditor .shift-list-item {
        padding: 16px; } }
    .tyer-seditor .shift-list-item .datetime-list ol {
      margin: 0;
      padding: 0; }
      .tyer-seditor .shift-list-item .datetime-list ol li {
        list-style-type: none; }
    @media screen and (min-width: 860px) {
      .tyer-seditor .shift-list-item .datetime-list {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        margin-right: 1%;
        width: 35%; }
        .tyer-seditor .shift-list-item .datetime-list:last-child {
          margin-right: 0; }
        .tyer-seditor .shift-list-item .datetime-list ol {
          margin: 0;
          padding: 0;
          margin-left: 16px; }
          .tyer-seditor .shift-list-item .datetime-list ol.shift-package li > div {
            margin-bottom: 4px; }
          .tyer-seditor .shift-list-item .datetime-list ol li {
            list-style-type: decimal; }
            .tyer-seditor .shift-list-item .datetime-list ol li.unnumbered {
              list-style-type: none; } }
    @media screen and (min-width: 860px) {
      .tyer-seditor .shift-list-item .optional-datetimes {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        width: 64%; }
        .tyer-seditor .shift-list-item .optional-datetimes:last-child {
          margin-right: 0; } }

.tyer-react-app span {
  padding: 0;
  margin: 0; }

.separator {
  width: 100%;
  margin: 32px auto; }
  .separator:after {
    content: "";
    display: table;
    clear: both; }
  .separator .line {
    height: 3px;
    background-color: #9800EF; }
  .separator.short {
    width: 40px; }

.mfp-content {
  top: 60px; }

/*# sourceMappingURL=main.css.map */
