@charset "UTF-8";
summary-card, subscription-card, subscription-summary, billing-history {
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  border-radius: 2px; }

summary-card, subscription-card, subscription-summary, billing-history {
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  border-radius: 2px; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
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; }

/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%); }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/2ca61b76e22053571dd8611e5aac4900.png) right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%); }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/2ca61b76e22053571dd8611e5aac4900.png) no-repeat 0 1px; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/2ca61b76e22053571dd8611e5aac4900.png) no-repeat 100% -22px;
  background: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/2ca61b76e22053571dd8611e5aac4900.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/2ca61b76e22053571dd8611e5aac4900.png) no-repeat -37px -22px;
  background: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/2ca61b76e22053571dd8611e5aac4900.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/7b9776076d5fceef4993b55c9383dedd.gif) no-repeat 100%;
  background: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/7b9776076d5fceef4993b55c9383dedd.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/7b9776076d5fceef4993b55c9383dedd.gif) no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%); }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/7b9776076d5fceef4993b55c9383dedd.gif) no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/2ca61b76e22053571dd8611e5aac4900.png) right top no-repeat; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/49e3f006018662f60f1db2aec0b2cca9.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }
  .select2-search input {
    background-position: 100% -21px !important; } }

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.5 - 2016-10-24T23:13:59.551Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold; }

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.ui-select-choices-row:hover {
  background-color: #f5f5f5; }

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950; }

.select2-result-single {
  padding-left: 0; }

.select2-locked > .select2-search-choice-close {
  display: none; }

.select-locked > .ui-select-match-close, tags-input .tags .tag-item .select-locked > .remove-button {
  display: none; }

body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */ }

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb; }

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important; }

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%; }

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important; }

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%; }

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950; }

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="selectize"] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0; }

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-select-bootstrap .ui-select-toggle {
  position: relative; }

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px; }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0; }

.ui-select-bootstrap > .ui-select-match > .btn, tags-input .tags .ui-select-bootstrap > .ui-select-match > .tag-item {
  /* Instead of center because of .btn */
  text-align: left !important; }

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px; }

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px; }

body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */ }

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px; }

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0; }

.ui-select-multiple .ui-select-match-item {
  position: relative; }

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close, .ui-select-multiple .ui-select-match-item.dropping tags-input .tags .tag-item .remove-button, tags-input .tags .tag-item .ui-select-multiple .ui-select-match-item.dropping .remove-button {
  pointer-events: none; }

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca; }

.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important; }

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match, tags-input .tags .ui-select-bootstrap.ng-dirty.ng-invalid > button.ui-select-match.tag-item {
  border-color: #D44950; }

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25); }

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em; }

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden; }

.ui-select-bootstrap .ui-select-toggle > a.btn, .ui-select-bootstrap tags-input .tags .ui-select-toggle > a.tag-item, tags-input .tags .ui-select-bootstrap .ui-select-toggle > a.tag-item {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px; }

/* Spinner */
.ui-select-refreshing {
  position: absolute;
  right: 0;
  padding: 8px 27px;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s; }

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px; }

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */ }

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */ }

tags-input {
  display: block; }

tags-input *, tags-input *:before, tags-input *:after {
  box-sizing: border-box; }

tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%; }

tags-input .host:active {
  outline: none; }

tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  height: 100%; }

tags-input .tags.focused {
  outline: none;
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6); }

tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); }

tags-input .tags .tag-item.selected {
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%); }

tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858; }

tags-input .tags .tag-item .remove-button:active {
  color: #ff0000; }

tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

tags-input .tags .input.invalid-tag {
  color: #ff0000; }

tags-input .tags .input::-ms-clear {
  display: none; }

tags-input.ng-invalid .tags {
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6); }

tags-input[disabled] .host:focus {
  outline: none; }

tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default; }

tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%); }

tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default; }

tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858; }

tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default; }

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative; }

tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff; }

tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf; }

tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf; }

tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff; }
tags-input {
  box-shadow: none;
  border: none;
  padding: 0;
  min-height: 34px; }

tags-input .host {
  margin: 0; }

tags-input .tags {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

tags-input .tags .tag-item {
  color: #fff;
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px; }

tags-input .tags .tag-item.selected {
  color: #fff;
  background: #d9534f;
  border: 1px solid #d43f3a; }

tags-input .tags .tag-item .remove-button:hover {
  text-decoration: none; }

tags-input .tags.focused {
  border: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

tags-input .autocomplete {
  border-radius: 4px; }

tags-input .autocomplete .suggestion-item.selected {
  color: #262626;
  background-color: #f5f5f5; }

tags-input .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #f5f5f5; }

tags-input .autocomplete .suggestion-item em {
  color: #000;
  background-color: #fff; }

tags-input.ng-invalid .tags {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

tags-input[disabled] .tags {
  background-color: #eee; }

tags-input[disabled] .tags .tag-item {
  background: #337ab7;
  opacity: 0.65; }

tags-input[disabled] .tags .input {
  background-color: #eee; }

.input-group tags-input {
  padding: 0;
  display: table-cell; }

.input-group tags-input:not(:first-child) .tags {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group tags-input:not(:last-child) .tags {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-lg tags-input:first-child .tags {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.input-group-lg tags-input:last-child .tags {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.input-group-sm tags-input:first-child .tags {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.input-group-sm tags-input:last-child .tags {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

tags-input.ti-input-lg, .input-group-lg tags-input {
  min-height: 46px; }

tags-input.ti-input-lg .tags, .input-group-lg tags-input .tags {
  border-radius: 6px; }

tags-input.ti-input-lg .tags .tag-item, .input-group-lg tags-input .tags .tag-item {
  height: 38px;
  line-height: 37px;
  font-size: 18px;
  border-radius: 6px; }

tags-input.ti-input-lg .tags .tag-item .remove-button, .input-group-lg tags-input .tags .tag-item .remove-button {
  font-size: 20px; }

tags-input.ti-input-lg .tags .input, .input-group-lg tags-input .tags .input {
  height: 38px;
  font-size: 18px; }

tags-input.ti-input-sm, .input-group-sm tags-input {
  min-height: 30px; }

tags-input.ti-input-sm .tags, .input-group-sm tags-input .tags {
  border-radius: 3px; }

tags-input.ti-input-sm .tags .tag-item, .input-group-sm tags-input .tags .tag-item {
  height: 22px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 3px; }

tags-input.ti-input-sm .tags .tag-item .remove-button, .input-group-sm tags-input .tags .tag-item .remove-button {
  font-size: 16px; }

tags-input.ti-input-sm .tags .input, .input-group-sm tags-input .tags .input {
  height: 22px;
  font-size: 12px; }

.has-feedback tags-input .tags {
  padding-right: 30px; }

.has-success tags-input .tags {
  border-color: #3c763d; }

.has-success tags-input .tags.focused {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-error tags-input .tags {
  border-color: #a94442; }

.has-error tags-input .tags.focused {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-warning tags-input .tags {
  border-color: #8a6d3b; }

.has-warning tags-input .tags.focused {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
/*! Quill Editor v0.20.1
 *  https://quilljs.com/
 *  Copyright (c) 2014, Jason Chen
 *  Copyright (c) 2013, salesforce.com
 */
.ql-image-tooltip {
  padding: 10px;
  width: 300px; }

.ql-image-tooltip:after {
  clear: both;
  content: "";
  display: table; }

.ql-image-tooltip a {
  border: 1px solid #000;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 5px;
  text-align: center;
  width: 50%; }

.ql-image-tooltip img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.ql-image-tooltip .input {
  box-sizing: border-box;
  width: 100%; }

.ql-image-tooltip .preview {
  margin: 10px 0px;
  position: relative;
  border: 1px dashed #000;
  height: 200px; }

.ql-image-tooltip .preview span {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%; }

.ql-link-tooltip {
  padding: 5px 10px; }

.ql-link-tooltip input.input {
  width: 170px; }

.ql-link-tooltip input.input,
.ql-link-tooltip a.done {
  display: none; }

.ql-link-tooltip a.change {
  margin-right: 4px; }

.ql-link-tooltip.editing input.input,
.ql-link-tooltip.editing a.done {
  display: inline-block; }

.ql-link-tooltip.editing a.url,
.ql-link-tooltip.editing a.change,
.ql-link-tooltip.editing a.remove {
  display: none; }

.ql-multi-cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000; }

.ql-multi-cursor .cursor {
  margin-left: -1px;
  position: absolute; }

.ql-multi-cursor .cursor-flag {
  bottom: 100%;
  position: absolute;
  white-space: nowrap; }

.ql-multi-cursor .cursor-name {
  display: inline-block;
  color: #fff;
  padding: 2px 8px; }

.ql-multi-cursor .cursor-caret {
  height: 100%;
  position: absolute;
  width: 2px; }

.ql-multi-cursor .cursor.hidden .cursor-flag {
  display: none; }

.ql-multi-cursor .cursor.top .cursor-flag {
  bottom: auto;
  top: 100%; }

.ql-multi-cursor .cursor.right .cursor-flag {
  right: -2px; }

.ql-paste-manager {
  left: -100000px;
  position: absolute;
  top: 50%; }

.ql-toolbar {
  box-sizing: border-box; }

.ql-tooltip {
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  white-space: nowrap;
  z-index: 2000; }

.ql-tooltip a {
  cursor: pointer;
  text-decoration: none; }

.ql-container {
  box-sizing: border-box;
  cursor: text;
  font-family: Helvetica, 'Arial', sans-serif;
  font-size: 13px;
  height: 100%;
  line-height: 1.42;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 15px;
  position: relative; }

.ql-editor {
  box-sizing: border-box;
  min-height: 100%;
  outline: none;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap; }

.ql-editor div {
  margin: 0;
  padding: 0; }

.ql-editor a {
  text-decoration: underline; }

.ql-editor b {
  font-weight: bold; }

.ql-editor i {
  font-style: italic; }

.ql-editor s {
  text-decoration: line-through; }

.ql-editor u {
  text-decoration: underline; }

.ql-editor a,
.ql-editor b,
.ql-editor i,
.ql-editor s,
.ql-editor u,
.ql-editor span {
  background-color: inherit; }

.ql-editor img {
  max-width: 100%; }

.ql-editor blockquote,
.ql-editor ol,
.ql-editor ul {
  margin: 0 0 0 2em;
  padding: 0; }

.ql-editor ol {
  list-style-type: decimal; }

.ql-editor ul {
  list-style-type: disc; }

.ql-editor.ql-ie-9 br,
.ql-editor.ql-ie-10 br {
  display: none; }

/*! Quill Editor v0.20.1
 *  https://quilljs.com/
 *  Copyright (c) 2014, Jason Chen
 *  Copyright (c) 2013, salesforce.com
 */
.ql-image-tooltip {
  padding: 10px;
  width: 300px; }

.ql-image-tooltip:after {
  clear: both;
  content: "";
  display: table; }

.ql-image-tooltip a {
  border: 1px solid #000;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 5px;
  text-align: center;
  width: 50%; }

.ql-image-tooltip img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.ql-image-tooltip .input {
  box-sizing: border-box;
  width: 100%; }

.ql-image-tooltip .preview {
  margin: 10px 0px;
  position: relative;
  border: 1px dashed #000;
  height: 200px; }

.ql-image-tooltip .preview span {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%; }

.ql-link-tooltip {
  padding: 5px 10px; }

.ql-link-tooltip input.input {
  width: 170px; }

.ql-link-tooltip input.input,
.ql-link-tooltip a.done {
  display: none; }

.ql-link-tooltip a.change {
  margin-right: 4px; }

.ql-link-tooltip.editing input.input,
.ql-link-tooltip.editing a.done {
  display: inline-block; }

.ql-link-tooltip.editing a.url,
.ql-link-tooltip.editing a.change,
.ql-link-tooltip.editing a.remove {
  display: none; }

.ql-multi-cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000; }

.ql-multi-cursor .cursor {
  margin-left: -1px;
  position: absolute; }

.ql-multi-cursor .cursor-flag {
  bottom: 100%;
  position: absolute;
  white-space: nowrap; }

.ql-multi-cursor .cursor-name {
  display: inline-block;
  color: #fff;
  padding: 2px 8px; }

.ql-multi-cursor .cursor-caret {
  height: 100%;
  position: absolute;
  width: 2px; }

.ql-multi-cursor .cursor.hidden .cursor-flag {
  display: none; }

.ql-multi-cursor .cursor.top .cursor-flag {
  bottom: auto;
  top: 100%; }

.ql-multi-cursor .cursor.right .cursor-flag {
  right: -2px; }

.ql-paste-manager {
  left: -100000px;
  position: absolute;
  top: 50%; }

.ql-toolbar {
  box-sizing: border-box; }

.ql-tooltip {
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  white-space: nowrap;
  z-index: 2000; }

.ql-tooltip a {
  cursor: pointer;
  text-decoration: none; }

.ql-container {
  box-sizing: border-box;
  cursor: text;
  font-family: Helvetica, 'Arial', sans-serif;
  font-size: 13px;
  height: 100%;
  line-height: 1.42;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 15px;
  position: relative; }

.ql-editor {
  box-sizing: border-box;
  min-height: 100%;
  outline: none;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap; }

.ql-editor div {
  margin: 0;
  padding: 0; }

.ql-editor a {
  text-decoration: underline; }

.ql-editor b {
  font-weight: bold; }

.ql-editor i {
  font-style: italic; }

.ql-editor s {
  text-decoration: line-through; }

.ql-editor u {
  text-decoration: underline; }

.ql-editor a,
.ql-editor b,
.ql-editor i,
.ql-editor s,
.ql-editor u,
.ql-editor span {
  background-color: inherit; }

.ql-editor img {
  max-width: 100%; }

.ql-editor blockquote,
.ql-editor ol,
.ql-editor ul {
  margin: 0 0 0 2em;
  padding: 0; }

.ql-editor ol {
  list-style-type: decimal; }

.ql-editor ul {
  list-style-type: disc; }

.ql-editor.ql-ie-9 br,
.ql-editor.ql-ie-10 br {
  display: none; }

.ql-snow .ql-image-tooltip a {
  border: 1px solid #06c; }

.ql-snow .ql-image-tooltip a.insert {
  background-color: #06c;
  color: #fff; }

.ql-snow .ql-image-tooltip .preview {
  border-color: #ccc;
  color: #ccc; }

.ql-snow .ql-link-tooltip a,
.ql-snow .ql-link-tooltip span {
  line-height: 25px; }

.ql-snow .ql-multi-cursor .cursor-name {
  border-radius: 4px;
  font-size: 11px;
  font-family: Arial;
  margin-left: -50%;
  padding: 4px 10px; }

.ql-snow .ql-multi-cursor .cursor-triangle {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  height: 0px;
  margin-left: -3px;
  width: 0px; }

.ql-snow .ql-multi-cursor .cursor.left .cursor-name {
  margin-left: -8px; }

.ql-snow .ql-multi-cursor .cursor.right .cursor-flag {
  right: auto; }

.ql-snow .ql-multi-cursor .cursor.right .cursor-name {
  margin-left: -100%;
  margin-right: -8px; }

.ql-snow .ql-multi-cursor .cursor-triangle.bottom {
  border-top: 4px solid transparent;
  display: block;
  margin-bottom: -1px; }

.ql-snow .ql-multi-cursor .cursor-triangle.top {
  border-bottom: 4px solid transparent;
  display: none;
  margin-top: -1px; }

.ql-snow .ql-multi-cursor .cursor.top .cursor-triangle.bottom {
  display: none; }

.ql-snow .ql-multi-cursor .cursor.top .cursor-triangle.top {
  display: block; }

.ql-snow.ql-toolbar {
  box-sizing: border-box;
  padding: 8px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.ql-snow.ql-toolbar .ql-format-group {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle; }

.ql-snow.ql-toolbar .ql-format-separator {
  box-sizing: border-box;
  background-color: #ddd;
  display: inline-block;
  height: 14px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
  width: 1px; }

.ql-snow.ql-toolbar .ql-format-button {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  width: 24px; }

.ql-snow.ql-toolbar .ql-picker {
  box-sizing: border-box;
  color: #444;
  display: inline-block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative; }

.ql-snow.ql-toolbar .ql-picker .ql-picker-label {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  width: 100%; }

.ql-snow.ql-toolbar .ql-picker .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label:hover {
  color: #06c; }

.ql-snow.ql-toolbar .ql-picker .ql-picker-options {
  background-color: #fff;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: none;
  padding: 4px 8px;
  position: absolute;
  width: 100%; }

.ql-snow.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px; }

.ql-snow.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item:hover {
  color: #06c; }

.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
  color: #ccc;
  z-index: 2; }

.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  display: block;
  margin-top: -1px;
  z-index: 1; }

.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-label {
  background-position: center center;
  width: 28px; }

.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options {
  padding: 5px;
  width: 152px; }

.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px; }

.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options .ql-picker-item.ql-primary-color {
  margin-bottom: 8px; }

.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options .ql-picker-item:hover {
  border-color: #000; }

.ql-snow.ql-toolbar .ql-picker.ql-font {
  width: 105px; }

.ql-snow.ql-toolbar .ql-picker.ql-size {
  width: 80px; }

.ql-snow.ql-toolbar .ql-picker.ql-font .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker.ql-size .ql-picker-label {
  padding-left: 8px;
  padding-right: 8px; }

.ql-snow.ql-toolbar .ql-picker.ql-align .ql-picker-label {
  background-position: center center;
  width: 28px; }

.ql-snow.ql-toolbar .ql-picker.ql-align .ql-picker-item {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0px;
  width: 28px; }

.ql-snow.ql-toolbar .ql-picker.ql-align .ql-picker-options {
  padding: 4px 0px; }

.ql-snow.ql-toolbar .ql-picker .ql-picker-label {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAKlBMVEUAAABJSUlAQEBERERFRUVERERERERERERERERFRUVEREREREREREREREQJcW6NAAAADXRSTlMAFRzExcbLzM/Q0dLbKbcyLwAAADVJREFUCNdjYCAeMKYJQFnSdzdCWbl3r0NZvnev4tFre/cKlNV79yaUpXP3EJTFtEqBBHcAAHyoDQk0vM/lAAAAAElFTkSuQmCC"); }

.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAdElEQVR42mP4//8/VfBINGjVqlUMhw4dEj148OBpEAaxQWKkGgQz5BIQ/4fiSyAxkg2CuuQ/Gj5DjkFHsRh0jJwwwooHzCCQ145g8dpRcgw6j8WgCyQbtH//fhmgxttIhtwGiZETRjDDLoIwiA0UG820FGAA5b25+qRqGXcAAAAASUVORK5CYII="); }

.ql-snow.ql-toolbar .ql-picker.ql-active:not(.ql-expanded) .ql-picker-label,
.ql-snow.ql-toolbar:not(.ios) .ql-picker:not(.ql-expanded) .ql-picker-label:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAKlBMVEUAAAAAYc4AZMgAZcwAZs0AZs0AZs0AZ8wAZswAZs0AZswAZswAZswAZsx12LPhAAAADXRSTlMAFRzExcbLzM/Q0dLbKbcyLwAAADVJREFUCNdjYCAeMKYJQFnSdzdCWbl3r0NZvnev4tFre/cKlNV79yaUpXP3EJTFtEqBBHcAAHyoDQk0vM/lAAAAAElFTkSuQmCC"); }

.ql-snow.ql-toolbar .ql-format-button.ql-bold,
.ql-snow.ql-toolbar .ql-picker.ql-bold .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bold],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bold] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAYFBMVEUAAACAgIBAQEA5OTlAQEBERERAQEBERERERERERERDQ0NERERERERERERDQ0NERERERERFRUVERERERERFRUVERERERERERERERERERERERERERERERERERERERERERESN6WzHAAAAH3RSTlMAAggJDA8cQEtTWHF/i4yTpau+xMXX3O7v8/f6+/z+qN9w2AAAAFZJREFUeNqlzMcSgCAMRVEsYO+9vv//S9FhNIYld5HFmSTCqQ66dazkRzA1lPSQGRZGIsDMKMxRW7+2yCIcyf/QUyUGSnc+dkaqoFumM32pf2BqY+HUBfQaCPgVIBc1AAAAAElFTkSuQmCC"); }

.ql-snow.ql-toolbar .ql-format-button.ql-bold.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-bold .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bold].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bold].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-bold:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-bold .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=bold]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=bold]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAYFBMVEUAAAAAgP8AYL8AccYAatUAZswAZMgAZMsAZswAZcsAZcsAZssAZssAZ80AZswAZs0AZswAZ8wAZswAZcwAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsxCU9XcAAAAH3RSTlMAAggJDA8cQEtTWHF/i4yTpau+xMXX3O7v8/f6+/z+qN9w2AAAAFZJREFUeNqlzMcSgCAMRVEsYO+9vv//S9FhNIYld5HFmSTCqQ66dazkRzA1lPSQGRZGIsDMKMxRW7+2yCIcyf/QUyUGSnc+dkaqoFumM32pf2BqY+HUBfQaCPgVIBc1AAAAAElFTkSuQmCC"); }

.ql-snow.ql-toolbar .ql-format-button.ql-italic,
.ql-snow.ql-toolbar .ql-picker.ql-italic .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=italic],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=italic] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAi0lEQVR42mMYvoARl4SLi0sNkGoAYmY0qf+MjIztu3fvrkYWZGLADZhB8pS4CN1lQUBqLRDvAQJXHMqIstEISp8BEZQYZAIi/v//f5ZSg0xBBCMj4ymyDQKGjxKQEgLiV8DweUS2QUBXGEOZp0EEJV4zgdJnKDLo379/JsS6iJHSFA0DTDhT9CiAAQBbWyIY/pd4rQAAAABJRU5ErkJggg=="); }

.ql-snow.ql-toolbar .ql-format-button.ql-italic.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-italic .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=italic].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=italic].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-italic:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-italic .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=italic]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=italic]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAk0lEQVR42u3SsQ3CMBBA0X/2BozACMQswg4EMQMUdOyQVdggdpagZAc4ihjJjYmU66K8xpZsfdnSsVxCzTFdEW6AB0oKcqdrLhQcNaK+PLc79QfapLTDgz8cU9Tv8ibZQqIBgI8OxhexH29KPz90jltgA7zownN+6C0Nowhg+JqEvCZbSDSHNDJBLBNdctWJXv18Ad5dJL0jVfDhAAAAAElFTkSuQmCC"); }

.ql-snow.ql-toolbar .ql-format-button.ql-underline,
.ql-snow.ql-toolbar .ql-picker.ql-underline .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=underline],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=underline] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAM1BMVEUAAABLS0tFRUVDQ0NERERDQ0NFRUVFRUVERERDQ0NERERFRUVERERERERERERERERERESvCHKbAAAAEHRSTlMAERpMbW6Bgry9xMXh5PP51ZZfkwAAAEdJREFUeNq9yEEKgDAMRNHERDWq6dz/tFLBQUC6KfRtPnzpsh/sC2AHrcRUo0iuDXONI7gMxVW9wIQWPFb5sMgMk5YTdMmvGw2DA8yS9di7AAAAAElFTkSuQmCC"); }

.ql-snow.ql-toolbar .ql-format-button.ql-underline.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-underline .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=underline].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=underline].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-underline:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-underline .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=underline]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=underline]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAM1BMVEUAAAAAadIAYs4AZc0AZcwAZswAZ84AZswAZs0AZ8wAZcwAZs0AZswAZswAZswAZswAZsycBlETAAAAEHRSTlMAERpMbW6Bgry9xMXh5PP51ZZfkwAAAEdJREFUeNq9yEEKgDAMRNHERDWq6dz/tFLBQUC6KfRtPnzpsh/sC2AHrcRUo0iuDXONI7gMxVW9wIQWPFb5sMgMk5YTdMmvGw2DA8yS9di7AAAAAElFTkSuQmCC"); }

.ql-snow.ql-toolbar .ql-format-button.ql-strike,
.ql-snow.ql-toolbar .ql-picker.ql-strike .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=strike],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=strike] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAn1BMVEUAAAAAAACAgIBAQEA7OztAQEBLS0tHR0dAQEBJSUlGRkZERERCQkJERERDQ0NERERERERDQ0NFRUVERERERERERERERERERERFRUVERERERERERERFRUVDQ0NFRUVERERFRUVFRUVERERFRUVFRUVFRUVERERFRUVFRUVERERERERERERERERERERERERERERERERERERERERERERERERfrjwTAAAANHRSTlMAAQIMDRAREhQVKCk6PEhLT1xkZWZ4e4CCg4SIiZucoaersLK2wcTFydLX2ODi5err8fX3BKZfrQAAAH5JREFUGBmlwOEWgTAYBuC3isgMxCYAmwRh++7/2qRzttP/HnQTZjdjilkALzhR4wBvQiaLk8WXOJwlHVHjYgxnSmbeR0swGEkpxWZ3vt7fL/w9P4/ist+KdZ7zYYiWiCnScFYiRq1HFo4mxaKIKdJw0ooaVQovkaW1pUzQyQ86Agx4yKmWPAAAAABJRU5ErkJggg=="); }

.ql-snow.ql-toolbar .ql-format-button.ql-strike.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-strike .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=strike].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=strike].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-strike:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-strike .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=strike]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=strike]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAolBMVEUAAAAAAP8AgP8AatUAYsQAYM8AadIAY8YAZswAYc4AZswAZM0AZcoAZswAZ8oAZswAZMsAZ8oAZswAZcoAZ8sAZswAZssAZssAZs0AZswAZ8wAZs0AZ8wAZs0AZswAZ8wAZ8wAZs0AZ8wAZ8wAZs0AZs0AZs0AZcwAZs0AZcwAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsyiCU+yAAAANXRSTlMAAQIMDRAREhQVKCk6PEhLT1xkZWZ4e4CAgoOEiImbnKGnq7CytsHExcnS19jg4uXq6/H190B1i7AAAAB/SURBVBgZpcDhFoEwGAbgt4pIBmImAJsEYfvu/9ZU52yn/z3oxk/vWuczD453psYRzoR0GkaLHzFYSzqhwvgY1pT0vI8WbzASQvDt/nJ7fN6ovb7P/HrYrTdZxoY+WoJEkoK14iEqPTKwFMkkCBJJClZcUqOM4USiMKYQETr5A2SVDLpJv6ZtAAAAAElFTkSuQmCC"); }

.ql-snow.ql-toolbar .ql-format-button.ql-link,
.ql-snow.ql-toolbar .ql-picker.ql-link .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=link],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=link] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAllBMVEUAAAD///9VVVVJSUk5OTlAQEBHR0dFRUVCQkJHR0dBQUFCQkJGRkZDQ0NGRkZFRUVCQkJDQ0NERERDQ0NERERFRUVERERFRUVDQ0NERERFRUVERERERERFRUVERERERERERERERERFRUVERERFRUVFRUVERERERERERERERERERERERERERERERERERERERERERERERETx5KUoAAAAMXRSTlMAAAYHCQwZGiMkJzIzOUJOYGNlfoCJl5ibnaCxtLa8xsfIycrQ1OHi5uvs7e/19vn8NGTYeAAAAJdJREFUeNqN0McOgkAARdGnFJWiKGBhEEFpSn3//3OGjMmQ6MK7PMuLxVe/CXDTPl5DJmk3cOTTmZE7MDQES11RyhBY5vQU9aOB2z3gWVFMsXywYx3t9Q9tXsyDjlOVLQlOyanOL1ibkqB7l5odM01QSJqK6GdXmGwUHVhowImJIr2iMI9sLUWwa5LtFjPCSjSJBUl//HoDlmQPy0DFuCkAAAAASUVORK5CYII="); }

.ql-snow.ql-toolbar .ql-format-button.ql-link.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-link .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=link].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=link].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-link:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-link .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=link]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=link]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAmVBMVEUAAAD///8AVdUAbdsAccYAatUAZswAYs4AZswAY80AacsAZswAZM0AZ8kAZM0AZcsAZcoAZMsAZcoAZcoAZssAZs0AZs0AZ8wAZs0AZswAZs0AZswAZs0AZswAZs0AZs0AZs0AZ8wAZswAZcwAZs0AZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsy/jsjWAAAAMnRSTlMAAAYHCQwZGiMkJzIzOUJOYGNlfoCAiZeYm52gsbS2vMbHyMnK0NTh4ubr7O3v9fb5/BM/koAAAACXSURBVHjajdDbEoFQAIXhpROqiAjaSdGJSq33fzjTbDO7GS78l9/lj9lXvwnw0le8gEzSuufAhzshr2doCpaGopQhoOX0Fb0GE9fbnidFMYV2Z8c62hgfWj6Z7zqOVY4kuCXHuqBgbUmC4Z9rdsx0QSFpLGKQXWCxUbRloQNHJoqMisI6sLUVwalJtitMCHPRJDYk/fHrDdIHECSPJag6AAAAAElFTkSuQmCC"); }

.ql-snow.ql-toolbar .ql-format-button.ql-image,
.ql-snow.ql-toolbar .ql-picker.ql-image .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=image],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=image] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAElBMVEUAAABERERERERFRUVEREREREQbmEZBAAAABXRSTlMAeMTFxj7M9NAAAABBSURBVAjXY2DAD1RDQSAYyAqFABALLANmMRnAWMwODIIMUFnGUAEIS1A0NADMYgTqhLBY4SyEKXCTTcGMEAJuAgBa9RKl6Fva+wAAAABJRU5ErkJggg=="); }

.ql-snow.ql-toolbar .ql-format-button.ql-image.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-image .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=image].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=image].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-image:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-image .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=image]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=image]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAElBMVEUAAAAAZswAZcwAZs0AZs0AZszYB6XUAAAABXRSTlMAeMTFxj7M9NAAAABBSURBVAjXY2DAD1RDQSAYyAqFABALLANmMRnAWMwODIIMUFnGUAEIS1A0NADMYgTqhLBY4SyEKXCTTcGMEAJuAgBa9RKl6Fva+wAAAABJRU5ErkJggg=="); }

.ql-snow.ql-toolbar .ql-format-button.ql-list,
.ql-snow.ql-toolbar .ql-picker.ql-list .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=list],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=list] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAS1BMVEUAAABCQkJFRUVGRkZFRUVCQkJFRUVDQ0NFRUVFRUVFRUVERERERERERERERERFRUVERERERERERERERERERERERERERERERERERET32eciAAAAGHRSTlMAMjRCQ0lOfYKQlJmaocTFxuHi5OXm9falfyKhAAAATElEQVR42mMgFnCKYIpJMDDwSUABP1yIHyYkABYRlBAmwngucV50IXZGIXTjmQTZ0I0XIcp4DjEedCFWFlF041mZRdCN5xDjZiAdAACXwgbrzvG+ZgAAAABJRU5ErkJggg=="); }

.ql-snow.ql-toolbar .ql-format-button.ql-list.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-list .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=list].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=list].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-list:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-list .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=list]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=list]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAS1BMVEUAAAAAZswAZ8kAZM0AZ8oAZcsAZcsAZswAZswAZ80AZs0AZs0AZ80AZ8wAZcwAZs0AZs0AZswAZswAZswAZswAZswAZswAZswAZswCB3gJAAAAGHRSTlMAMjRCQ0lOfYKQlJmaocTFxuHi5OXm9falfyKhAAAATElEQVR42mMgFnCKYIpJMDDwSUABP1yIHyYkABYRlBAmwngucV50IXZGIXTjmQTZ0I0XIcp4DjEedCFWFlF041mZRdCN5xDjZiAdAACXwgbrzvG+ZgAAAABJRU5ErkJggg=="); }

.ql-snow.ql-toolbar .ql-format-button.ql-bullet,
.ql-snow.ql-toolbar .ql-picker.ql-bullet .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bullet],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bullet] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAABxJREFUCNdjYMAPhBhdgMAJyFJmArGcGRgGXAcA/t0ImAOSO9kAAAAASUVORK5CYII="); }

.ql-snow.ql-toolbar .ql-format-button.ql-bullet.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-bullet .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bullet].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bullet].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-bullet:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-bullet .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=bullet]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=bullet]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAAAAZcwAZs0AZs0AZsyEYJIjAAAABHRSTlMAxMXG4b8ciAAAABxJREFUCNdjYMAPhBhdgMAJyFJmArGcGRgGXAcA/t0ImAOSO9kAAAAASUVORK5CYII="); }

.ql-snow.ql-toolbar .ql-format-button.ql-authorship,
.ql-snow.ql-toolbar .ql-picker.ql-authorship .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=authorship],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=authorship] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAARVBMVEUAAABFRUVFRUUAAAAAAABERERDQ0NEREQAAABERERERERERERERERERERFRUVERERERERERERERERERERERERERERERERVeSBUAAAAFnRSTlMAMDtOT1JfYmassMfN09Ta6vD4+fz9w8DTTwAAAExJREFUGBmVwEkSgCAMBMBRQUEU4zb/f6oFF5KbNLp4EQ8rkxnWQ76whBRYkYwwxo08ZijDzWJBs7La0ZysLjSJVUKXKSgOhQuKw08fJOYE1SddZQoAAAAASUVORK5CYII="); }

.ql-snow.ql-toolbar .ql-format-button.ql-authorship.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-authorship .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=authorship].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=authorship].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-authorship:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-authorship .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=authorship]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=authorship]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAARVBMVEUAAAAAZcoAaMsAZc4AZ8sAZ8oAZswAZcsAZ80AZs0AZ8wAZ8wAZswAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZszAoUIuAAAAFnRSTlMAMDtOT1JfYmassMfN09Ta6vD4+fz9w8DTTwAAAExJREFUGBmVwEkSgCAMBMBRQUEU4zb/f6oFF5KbNLp4EQ8rkxnWQ76whBRYkYwwxo08ZijDzWJBs7La0ZysLjSJVUKXKSgOhQuKw08fJOYE1SddZQoAAAAASUVORK5CYII="); }

.ql-snow.ql-toolbar .ql-format-button.ql-color,
.ql-snow.ql-toolbar .ql-picker.ql-color .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=color],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=color] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAgVBMVEUAAAAAAACAgIBAQEBVVVVDQ0NGRkZGRkZFRUVERERDQ0NDQ0NDQ0NCQkIAAABFRUUAAABDQ0NEREREREREREQAAABDQ0NDQ0NERERFRUVERERERERERERDQ0NERERERERFRUVFRUVERERERERERERERERERERERERERERERERERERLPkdWAAAAKnRSTlMAAQIEBhMWISUtLkVMTU5OT1BTVlpmeX6OkJmdvL3GztTj5/Hy8/b3/f5utmv0AAAAX0lEQVR42pXIRQ6AQABDUdzd3bX3PyCWwAwr+Is2ecyvuKriXmQD5otKoKBFQz+sKkU5khQZKdK8yMoyiQTFOIseEbqLWv6mAPW+bAPvJmN0j/N7nfmTFRI5Jzk0fWwD4sYJPnqIyzwAAAAASUVORK5CYII="); }

.ql-snow.ql-toolbar .ql-format-button.ql-color.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-color .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=color].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=color].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-color:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-color .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=color]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=color]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAgVBMVEUAAAAAAP8AgP8AgL8AVdUAa8kAaNEAZMkAZ8gAZswAZM0AZMsAZc0AZ8oAZcsAZc4AZ8sAZswAZcsAZc0AZswAZ80AZcoAZcoAZs0AZ80AZs0AZs0AZs0AZ8wAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsy3JBcuAAAAKnRSTlMAAQIEBhMWISUtLkVMTU5OT1BTVlpmeX6OkJmdvL3GztTj5/Hy8/b3/f5utmv0AAAAX0lEQVR42pXIRQ6AQABDUdzd3bX3PyCWwAwr+Is2ecyvuKriXmQB5otKoKBFQz+sKkU5khQZKdK8yMoyiQTFOIseEbqLWv6mAPW+bAPvJmN0j/N7nfmTHRI5Jzk0fWwD4foJPqgJbeoAAAAASUVORK5CYII="); }

.ql-snow.ql-toolbar .ql-format-button.ql-background,
.ql-snow.ql-toolbar .ql-picker.ql-background .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=background],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=background] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAnFBMVEUAAAAAAACAgIBAQEAAAABVVVUAAAAAAAAAAABDQ0MAAABGRkZGRkYAAABFRUVERERDQ0MAAAAAAAAAAAAAAABDQ0MAAABDQ0MAAABCQkJFRUVDQ0NERERERERERERDQ0NDQ0NERERFRUVERERERERERERDQ0NERERERERFRUVFRUVERERERERERERERERERERERERERERERERERETMTXVbAAAAM3RSTlMAAQIEBgYHCBMTFBYhIyUtLjE2N0JFS0xNTU5QU1ZaeX6OkJmdvL3GztTj5/Hy8/b3/f5Qd6EEAAAAf0lEQVR42o2PRw6DQBRDHVJISCUhvTd69/3vhgT6MLPDmoX15KfRR++c6mdKgVIOTRFoeJ6hE+tCnjXRgUv+oc02jJNyrYk/vj/8jhRxnheLVZHNupn1Yp3nVIgzjhoUDlvxQR/AIOBtKbNjerUB+x7vhZjARPkLyslbYIe+qQDqMQxGJwkBGwAAAABJRU5ErkJggg=="); }

.ql-snow.ql-toolbar .ql-format-button.ql-background.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-background .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=background].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=background].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-background:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-background .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=background]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=background]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAllBMVEUAAAAAAP8AgP8AgL8AVdUAbbYAYL8Aa8kAZswAaNEAZMkAZswAZ8gAZswAZM0AaMsAaNAAZswAZM0AZMsAZswAZc0AZ8oAZ80AZcsAZswAZcsAZc0AZswAZcoAZcoAZs0AZ80AZs0AZs0AZs0AZ8wAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsy8dW5vAAAAMXRSTlMAAQIEBgcIExQWISMlLS4xNjdCRUtMTU1OUFNWWnl+jpCZnby9xs7U4+fx8vP29/3+dqGBzgAAAH5JREFUeNqNj0cOg0AUQx1CgFQS0nujd9//ckigDzM7rFlYT34afYzOuX2WFCjl0BWBRhAYOnEu5EkTPfjkH9pswzSr15r44/vDr6mI87JarKrCHmbOi22ethDPTDoUT3vxwRDAJOJtKbNjfnUB957uhVjATPkLyslbYIexaQB/ngudkm14XQAAAABJRU5ErkJggg=="); }

.ql-snow.ql-toolbar .ql-format-button.ql-left,
.ql-snow.ql-toolbar .ql-picker.ql-left .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=left],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=left] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAAClJREFUCNdjYMAPRFxcnCAsFRcXZwYiAFCHC0STCpjlTJwOJwaYDoIaAKIACBBRNsu4AAAAAElFTkSuQmCC"); }

.ql-snow.ql-toolbar .ql-format-button.ql-left.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-left .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=left].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=left].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-left:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-left .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=left]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=left]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAAAAZcwAZs0AZs0AZsyEYJIjAAAABHRSTlMAxMXG4b8ciAAAAClJREFUCNdjYMAPRFxcnCAsFRcXZwYiAFCHC0STCpjlTJwOJwaYDoIaAKIACBBRNsu4AAAAAElFTkSuQmCC"); }

.ql-snow.ql-toolbar .ql-format-button.ql-right,
.ql-snow.ql-toolbar .ql-picker.ql-right .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=right],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=right] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAAChJREFUCNdjYCAIRFxcnCAsFRcXZ2KUu0B0qIBZzgzEaXFigGkhpAMAmbwIEMJ9k/cAAAAASUVORK5CYII="); }

.ql-snow.ql-toolbar .ql-format-button.ql-right.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-right .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=right].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=right].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-right:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-right .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=right]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=right]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAAAAZcwAZs0AZs0AZsyEYJIjAAAABHRSTlMAxMXG4b8ciAAAAChJREFUCNdjYCAIRFxcnCAsFRcXZ2KUu0B0qIBZzgzEaXFigGkhpAMAmbwIEMJ9k/cAAAAASUVORK5CYII="); }

.ql-snow.ql-toolbar .ql-format-button.ql-center,
.ql-snow.ql-toolbar .ql-picker.ql-center .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=center],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=center] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAAC1JREFUCNdjYCAAGF1cXBTALCYgy4CBIBBxAQEnIEsFzHJmIMYKiCVMYBYhSwCyqQhMfft6AQAAAABJRU5ErkJggg=="); }

.ql-snow.ql-toolbar .ql-format-button.ql-center.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-center .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=center].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=center].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-center:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-center .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=center]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=center]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAAAAZcwAZs0AZs0AZsyEYJIjAAAABHRSTlMAxMXG4b8ciAAAAC1JREFUCNdjYCAAGF1cXBTALCYgy4CBIBBxAQEnIEsFzHJmIMYKiCVMYBYhSwCyqQhMfft6AQAAAABJRU5ErkJggg=="); }

.ql-snow.ql-toolbar .ql-format-button.ql-justify,
.ql-snow.ql-toolbar .ql-picker.ql-justify .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=justify],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=justify] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAABpJREFUCNdjYMAPRFxAwAnIUgGznBkYBlwHAJGzCjB/C3owAAAAAElFTkSuQmCC"); }

.ql-snow.ql-toolbar .ql-format-button.ql-justify.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-justify .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=justify].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=justify].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-justify:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-justify .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=justify]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=justify]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAALklEQVR42mMYvoARzko9cwTIsyZR+zGGWcZgPUwIMUZGShwyGtijgT0a2EMMAADESwwWta/i5QAAAABJRU5ErkJggg=="); }

@media (-webkit-min-device-pixel-ratio: 2) {
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAIVBMVEUAAABCQkJDQ0NDQ0NERERERERERERERERERERERERERERehmmoAAAACnRSTlMATVRbaeXo6fz+NPhZJgAAAF9JREFUKM9jYBjkQC0JXYS5a4UBmpDFqlXN6IpWrUJTprEKCJpQhLJAQsswhZaiCImDhAJp5kMxkPGJZLjLEiQ0GUWIZdaqVSsdUM33XLVqCpqVLLPQFTEwmAcP9qQAAFUgKabkwE6gAAAAAElFTkSuQmCC"); }
  .ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAJFBMVEWqqqr////AwMDAwMDAwMDBwcHBwcHBwcHBwcHBwcHBwcHBwcEexLCPAAAAC3RSTlMAAE1UW2nl6On8/tZA57EAAABxSURBVHjazc4hFkBAGMTxL3AAp+AGniYiyaLnBETHoKkknbc7l7OrzW7zhP3HX5mRxCskEsknEaZoU6VDNbAyRRugSqICpoVotnT7dBFllnpefPuHUpjGD78aSztRfAK65cUOOIQpPnXrkFSDEFFB0APtK1HCkKpz1wAAAABJRU5ErkJggg=="); }
  .ql-snow.ql-toolbar .ql-picker.ql-active:not(.ql-expanded) .ql-picker-label,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker:not(.ql-expanded) .ql-picker-label:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAIVBMVEUAAAAAZ8oAZMsAZc0AZswAZswAZswAZswAZswAZswAZswhMkyGAAAACnRSTlMATVRbaeXo6fz+NPhZJgAAAF9JREFUKM9jYBjkQC0JXYS5a4UBmpDFqlXN6IpWrUJTprEKCJpQhLJAQsswhZaiCImDhAJp5kMxkPGJZLjLEiQ0GUWIZdaqVSsdUM33XLVqCpqVLLPQFTEwmAcP9qQAAFUgKabkwE6gAAAAAElFTkSuQmCC"); }
  .ql-snow.ql-toolbar .ql-format-button.ql-bold,
  .ql-snow.ql-toolbar .ql-picker.ql-bold .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bold],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bold] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAxlBMVEUAAABVVVUzMzNVVVVJSUlGRkZAQEBJSUlAQEBAQEBAQEBHR0dCQkJGRkZAQEBGRkZCQkJERERDQ0NDQ0NGRkZERERDQ0NFRUVCQkJFRUVERERDQ0NDQ0NFRUVDQ0NERERERERERERERERERERERERERERERERERERFRUVDQ0NERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERfjmwgAAAAQXRSTlMAAwUGBwsMDhAUGBkbHSAhIykuOUJERUpNUVZYXGRne3yAi4+SmqWmq67R1tfY2dve5ujp7/Dy8/T19vf4+fv8/mUg1b0AAACrSURBVDjL5dPFDgJBEEXRxt3d3d11gPv/P8WCEAgZuno/b1WLk1TqJaWUI1Jc8852Mqz5bdHHALDK2CF+ckgYIHp/0GtypxpHYKlFSqkycJeQD7hIKADMJFQHulrkSrYs2MflCnZZgzKvo7RJmZeSAWIf1V3nihSGAG19BUq1gKmEQsBZQkHAklATmOuQN5zvP4COQQWnmIxuFfERWOTsXmrztWg8qHqUU/IEzOhNFx6Ncl4AAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-bold.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-bold .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bold].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bold].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-bold:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-bold .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=bold]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=bold]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAxlBMVEUAAAAAVaoAZswAVdUAbdsAXdEAatUAbcgAYM8AZswAasoAZswAaNAAasoAaMcAZMkAZswAZM0AZM0AZ8kAZM0AZcsAZMsAZMsAZ8oAZc0AZc0AZcsAZ8oAZswAZssAZssAZcwAZssAZ80AZs0AZ8wAZ80AZswAZ8wAZ8wAZ8wAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsyeO+aMAAAAQXRSTlMAAwUGBwsMDhAUGBkbHSAhIykuOUJERUpNUVZYXGRne3yAi4+SmqWmq67R1tfY2dve5ujp7/Dy8/T19vf4+fv8/mUg1b0AAACrSURBVDjL5dPFDgJBEEXRxt3d3d11gPv/P8WCEAgZuno/b1WLk1TqJaWUI1Jc8852Mqz5bdHHALDK2CF+ckgYIHp/0GtypxpHYKlFSqkycJeQD7hIKADMJFQHulrkSrYs2MflCnZZgzKvo7RJmZeSAWIf1V3nihSGAG19BUq1gKmEQsBZQkHAklATmOuQN5zvP4COQQWnmIxuFfERWOTsXmrztWg8qHqUU/IEzOhNFx6Ncl4AAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-italic,
  .ql-snow.ql-toolbar .ql-picker.ql-italic .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=italic],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=italic] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAjVBMVEUAAAAAAACAgIBAQEBVVVVAQEBAQEBCQkJCQkJFRUVDQ0NBQUFDQ0NDQ0NDQ0NFRUVERERERERERERDQ0NERERDQ0NERERERERERERFRUVFRUVERERFRUVERERERERDQ0NERERERERERERDQ0NFRUVEREREREREREREREREREREREREREREREREREREREQUqV1+AAAALnRSTlMAAQIEBggMGyMlKisuUFhZXmJmb3R9hIiKjZGTlKWprrG0uL3BxObt8PL19/j9SqrrawAAAIJJREFUOMvl0jUOQgEQRVHc3d1dzv6XRwch+WRq4NYnmVdMKvU35RZXz+7LQiJqe6uXiDrvqJuI8vM7ALd14fOwIabR+i1agUmfUA1QGedMgJrYRZPGGEVoh0ZgMmeUAlTBMbrWwiZCEwwitEc9MNkLigGq4RBda2MVoRn6X/jfv9YDjuYgGnCpSqcAAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-italic.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-italic .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=italic].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=italic].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-italic:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-italic .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=italic]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=italic]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAjVBMVEUAAAAAAP8AgP8AgL8AVdUAYL8AatUAaNAAZswAZ8gAZ8gAZcoAZM0AZswAZcsAZMsAZMsAZcsAZ8sAZcoAZcoAZswAZs0AZ8wAZs0AZ8wAZswAZs0AZs0AZswAZ8wAZ8wAZs0AZswAZ8wAZ8wAZs0AZcwAZswAZswAZswAZswAZswAZswAZswAZswAZsyyI9XbAAAALnRSTlMAAQIEBggMGyMlKisuUFhZXmJmb3R9hIiKjZGTlKWprrG0uL3BxObt8PL19/j9SqrrawAAAIJJREFUOMvl0jUOQgEQRVHc3d1dzv6XRwch+WRq4NYnmVdMKvU35RZXz+7LQiJqe6uXiDrvqJuI8vM7ALd14fOwIabR+i1agUmfUA1QGedMgJrYRZPGGEVoh0ZgMmeUAlTBMbrWwiZCEwwitEc9MNkLigGq4RBda2MVoRn6X/jfv9YDjuYgGnCpSqcAAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-underline,
  .ql-snow.ql-toolbar .ql-picker.ql-underline .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=underline],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=underline] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAWlBMVEUAAAAAAAAzMzNAQEBGRkZERERERERCQkJERERDQ0NFRUVERERERERFRUVERERERERERERFRUVERERERERERERDQ0NFRUVERERERERERERERERERERERERERET15sOLAAAAHXRSTlMAAQUMLC04TU9UVYePkJKkxMXG2Nrf4+jz9/n6/qlZ0HQAAACUSURBVHja7Y3BDsIgEAW3UCmCFatQxLL//5uuiQ0py1EPxs5tHhMW/oMhxoF5TUSMzGuQqH2PfiO60yiLStIHi260qqKKNLDI0XouOpI6Fh1f/x9W6xOpYZHwNM/9u5lJvACGzvSQRiWlOiUkNDSwuMFCi87mkmTbQRvt18aXWwxhXFiW4IyAr3LBJtMmmtrRFT7ME0B0HEswIOSJAAAAAElFTkSuQmCC"); }
  .ql-snow.ql-toolbar .ql-format-button.ql-underline.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-underline .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=underline].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=underline].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-underline:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-underline .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=underline]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=underline]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAWlBMVEUAAAAAAP8AZswAatUAaMsAZswAZM0AZ8oAZMsAZMsAZswAZswAZs0AZ80AZ8wAZ8wAZcwAZs0AZs0AZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZszogqY1AAAAHXRSTlMAAQUMLC04TU9UVYePkJKkxMXG2Nrf4+jz9/n6/qlZ0HQAAACUSURBVHja7Y3BDsIgEAW3UCmCFatQxLL//5uuiQ0py1EPxs5tHhMW/oMhxoF5TUSMzGuQqH2PfiO60yiLStIHi260qqKKNLDI0XouOpI6Fh1f/x9W6xOpYZHwNM/9u5lJvACGzvSQRiWlOiUkNDSwuMFCi87mkmTbQRvt18aXWwxhXFiW4IyAr3LBJtMmmtrRFT7ME0B0HEswIOSJAAAAAElFTkSuQmCC"); }
  .ql-snow.ql-toolbar .ql-format-button.ql-strike,
  .ql-snow.ql-toolbar .ql-picker.ql-strike .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=strike],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=strike] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABLFBMVEUAAACAgIBVVVVAQEAzMzNVVVVAQEA5OTlNTU1JSUlERERHR0dDQ0NGRkZDQ0NAQEBCQkJAQEBGRkZAQEBGRkZERERBQUFERERGRkZCQkJGRkZERERFRUVERERDQ0NFRUVERERDQ0NFRUVCQkJDQ0NFRUVCQkJDQ0NERERDQ0NERERERERDQ0NFRUVERERERERERERERERFRUVERERDQ0NFRUVERERERERFRUVERERERERDQ0NDQ0NFRUVERERERERFRUVERERERERFRUVERERERERDQ0NERERFRUVERERERERERERFRUVERERERERERERERERFRUVERERERERERERFRUVERERERERERERERERERERERERERERERERERERERERERERERERERERERET5TTiyAAAAY3RSTlMAAgMEBQYICQoODxITFhcYGxwdICEtLzEzNjc4P0BFRkdISk1YWWBjaWtsdHZ3f4CHiImKjJGSk5SVl5ufo6Smp625uru8vb/BwsPExcbMzs/Q0dPi4+Tl6+zv8PL19vf4+/z2SQ4sAAABE0lEQVQ4y2NgGDmAV8c5PCkxxFGDE6cSDuOEZCiI0WXGroY/OBkJeHJhU8Pkm4wCXBixKFIHyUTqibJzS5lEgNhqWBT5AMWD+CFsHg8gxxuLoniguCyMIwLkxGFRBPKZDKEw8gMqCuAloEgb7HADMTZ8ijisjHTUlCSFOdgFxeVUNPXM7Z38QmJ9EApQxFFCyxeuxhtFPC7U39nBQl9LVV5CiAMpiFDEOYQlldR0jGwM8DmOVVDRLBpkpDIBr/KBXOBKKNSEgYpiMUQjgaLChBQ5A0W94AHO6wXkumEoUgY5NcpUUYCFRUDBNAqHw22T0YAdNp9bo6qxZMLqI4VAhJIgBZwelzZ0D4uLC3M3lB5B5QgAFQdgZ6NzzvYAAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-strike.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-strike .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=strike].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=strike].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-strike:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-strike .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=strike]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=strike]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABLFBMVEUAAAAAgP8AVaoAgL8AZswAVdUAYL8AccYAZswAbcgAZswAY8YAa8kAaNEAZMgAasoAaNAAZMgAasoAaMcAZMkAZswAZ8kAaMsAZM0AaMsAZswAZM0AZcoAZMsAZMsAZswAZc0AZ8oAZMsAZ8oAZcsAZMsAZcoAZMsAZswAZssAZssAZcoAZssAZcwAZssAZs0AZswAZ8wAZs0AZs0AZswAZswAZ8wAZs0AZs0AZ80AZ8wAZswAZ8wAZs0AZ8wAZ8wAZs0AZs0AZswAZ8wAZs0AZs0AZ8wAZcwAZs0AZ8wAZswAZcwAZs0AZs0AZ8wAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswL5dPDAAAAY3RSTlMAAgMEBQYICQoODxITFhcYGxwdICEtLzEzNjc4P0BFRkdISk1YWWBjaWtsdHZ3f4CHiImKjJGSk5SVl5ufo6Smp625uru8vb/BwsPExcbMzs/Q0dPi4+Tl6+zv8PL19vf4+/z2SQ4sAAABE0lEQVQ4y2NgGDmAV8c5PCkxxFGDE6cSDuOEZCiI0WXGroY/OBkJeHJhU8Pkm4wCXBixKFIHyUTqibJzS5lEgNhqWBT5AMWD+CFsHg8gxxuLoniguCyMIwLkxGFRBPKZDKEw8gMqCuAloEgb7HADMTZ8ijisjHTUlCSFOdgFxeVUNPXM7Z38QmJ9EApQxFFCyxeuxhtFPC7U39nBQl9LVV5CiAMpiFDEOYQlldR0jGwM8DmOVVDRLBpkpDIBr/KBXOBKKNSEgYpiMUQjgaLChBQ5A0W94AHO6wXkumEoUgY5NcpUUYCFRUDBNAqHw22T0YAdNp9bo6qxZMLqI4VAhJIgBZwelzZ0D4uLC3M3lB5B5QgAFQdgZ6NzzvYAAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-link,
  .ql-snow.ql-toolbar .ql-picker.ql-link .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=link],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=link] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABDlBMVEUAAAD///8AAACAgIBVVVVAQEAzMzNVVVVAQEBNTU1HR0dAQEBJSUlGRkZDQ0NAQEBERERHR0dGRkZDQ0NBQUFGRkZERERCQkJGRkZFRUVCQkJFRUVERERDQ0NDQ0NCQkJFRUVDQ0NERERDQ0NFRUVDQ0NFRUVFRUVFRUVFRUVERERDQ0NFRUVERERFRUVERERERERDQ0NFRUVFRUVERERERERERERERERFRUVERERERERERERFRUVDQ0NERERERERFRUVERERERERERERERERERERERERERERERERERERERERFRUVERERERERERERERERERERERERERERERERERERERERERERERERERERERESFPz0UAAAAWXRSTlMAAAECAwQFBggKEhQVFhccHiQoKissLTIzNDpGR0hMTU5QUlRVW12BgoaHjI2PmJmam5ygpKWosbKztLW6vcDD0NLT2Nna3N7g4eLj5Ofo6err7u/w8vn7/A90CXkAAAFqSURBVDjLzdTHUgJREIXho8yo6JgFc0LFjAkVMZAFJYrCzP/+L+JCtJipS5U7Patbt79Vd1dr6BfRHyBJUiie6dSSiwrEh2aeAPAO7cEoUqWXdHgQirQAOh7A46gZzVQBzsfmSgAnRhR6AjiS5OQAd9aE4t9GmqoCCRPKAGe9zzhQDxlQBzpjknab9c2RD2DBgGrgzUlqQnfrHlg3oGug6Eh1oFsAEtvLVhAteUBuSjseP2lfzQf6dARQjY/s9SncY9uH7DQA7+ky/XkI+8YSfvRVC6k3AO4s34BHT90+1N2yYq8A+/5V0Wyi0ac2NJkD3KgfSaGF9QRQ9oCC5JSAiyCStA2k9jzISooCFQNaBlpWrJBdkTThQsOA7DYQ+3pbKeDWgHQFvDiSNJwEWDWheRfIOZKVBLiRCekYoBiZSAHkx83IfgDABXielhkpfAcAkJ/WICTrwAXgZlyDkRS9rDRu1wJL98/u0yeVYHcP1mwWWgAAAABJRU5ErkJggg=="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-link.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-link .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=link].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=link].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-link:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-link .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=link]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=link]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABDlBMVEUAAAD///8AAP8AgP8AVaoAgL8AZswAVdUAYL8AZswAY8YAZswAYc4AaNEAZMgAZMgAZswAY80AZswAZ8gAZcoAaMsAZswAZswAZM0AZ8kAZcoAZswAZc0AZ8oAZc0AZ8oAZcsAZswAZ8oAZMsAZswAZc0AZcsAZ84AZswAZ84AZswAZswAZ8wAZs0AZs0AZs0AZ80AZswAZ8wAZswAZ8wAZswAZs0AZs0AZs0AZ8wAZswAZ8wAZ8wAZ8wAZs0AZswAZs0AZswAZswAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsxCnEEHAAAAWXRSTlMAAAECAwQFBggKEhQVFhccHiQoKissLTIzNDpGR0hMTU5QUlRVW12BgoaHjI2PmJmam5ygpKWosbKztLW6vcDD0NLT2Nna3N7g4eLj5Ofo6err7u/w8vn7/A90CXkAAAFqSURBVDjLzdTHUgJREIXho8yo6JgFc0LFjAkVMZAFJYrCzP/+L+JCtJipS5U7Patbt79Vd1dr6BfRHyBJUiie6dSSiwrEh2aeAPAO7cEoUqWXdHgQirQAOh7A46gZzVQBzsfmSgAnRhR6AjiS5OQAd9aE4t9GmqoCCRPKAGe9zzhQDxlQBzpjknab9c2RD2DBgGrgzUlqQnfrHlg3oGug6Eh1oFsAEtvLVhAteUBuSjseP2lfzQf6dARQjY/s9SncY9uH7DQA7+ky/XkI+8YSfvRVC6k3AO4s34BHT90+1N2yYq8A+/5V0Wyi0ac2NJkD3KgfSaGF9QRQ9oCC5JSAiyCStA2k9jzISooCFQNaBlpWrJBdkTThQsOA7DYQ+3pbKeDWgHQFvDiSNJwEWDWheRfIOZKVBLiRCekYoBiZSAHkx83IfgDABXielhkpfAcAkJ/WICTrwAXgZlyDkRS9rDRu1wJL98/u0yeVYHcP1mwWWgAAAABJRU5ErkJggg=="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-image,
  .ql-snow.ql-toolbar .ql-picker.ql-image .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=image],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=image] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAFVBMVEUAAABCQkJEREREREREREREREREREQL6X1nAAAABnRSTlMATXjl6OmAFiJpAAAAZklEQVR42sXQsQ3AIAxEUeQZoKdyzwg0DALo9h8hiCYXo4R0/MbSK1ycO5EHlScVpj4Jj97p/vtJPi9U+kptXIlMIY2r1b4XIBpSoDJJFIyYtKohAWBIV8Ke9kv8X7WwtEmBKbkDXfWkWdehkaSCAAAAAElFTkSuQmCC"); }
  .ql-snow.ql-toolbar .ql-format-button.ql-image.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-image .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=image].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=image].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-image:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-image .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=image]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=image]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAFVBMVEUAAAAAZ8oAZswAZswAZswAZswAZsx4QzxlAAAABnRSTlMATXjl6OmAFiJpAAAAZklEQVR42sXQsQ3AIAxEUeQZoKdyzwg0DALo9h8hiCYXo4R0/MbSK1ycO5EHlScVpj4Jj97p/vtJPi9U+kptXIlMIY2r1b4XIBpSoDJJFIyYtKohAWBIV8Ke9kv8X7WwtEmBKbkDXfWkWdehkaSCAAAAAElFTkSuQmCC"); }
  .ql-snow.ql-toolbar .ql-format-button.ql-list,
  .ql-snow.ql-toolbar .ql-picker.ql-list .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=list],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=list] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAw1BMVEUAAAAAAABVVVVAQEBERERAQEBJSUlGRkZHR0dFRUVCQkJERERAQEBGRkZDQ0NFRUVDQ0NCQkJGRkZDQ0NCQkJERERDQ0NFRUVERERFRUVERERDQ0NERERERERDQ0NFRUVERERERERERERERERERERERERERERFRUVERERERERERERFRUVERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERESFbZw4AAAAQHRSTlMAAQYIDxAVFhkaGx4gKCo0NTY3OU10fYKIiYqMj56fo6SmqKmvtLe6vr/ExcbLz9fh4uXm5+jp7O/w8vP3+vv9Z7IwDAAAAK1JREFUOMvV0scOglAQQFGwYO+oiIq9YldEFPX+/1e5cGEii2FFdNY3b/JORlF+dAqNrS1GQyDEW+9Id/gaRw9EgQacMNEhuO4caD7rlgDS/2yAVWTiia53HWeEaMLzwUKIdvt08n4TxLMptc1UEo/38YqCuGZzKknimxDi6jpa8Vjn6I4kcQNgLkSmVSvjizeeb9ITbzxXxxLETatSxRfEWwAzicC4uANN+at5AdptTQ0Ubk4LAAAAAElFTkSuQmCC"); }
  .ql-snow.ql-toolbar .ql-format-button.ql-list.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-list .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=list].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=list].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-list:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-list .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=list]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=list]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAw1BMVEUAAAAAAP8AVdUAYL8AZswAYM8AYc4AaNEAZswAYs4AaNAAZswAaMcAZswAZ8gAZ8kAZcoAaMsAZswAZ8kAZ8oAZcoAZswAZswAZ8wAZs0AZs0AZswAZs0AZs0AZ8wAZs0AZ8wAZ8wAZs0AZ8wAZswAZswAZs0AZ8wAZswAZcwAZcwAZs0AZs0AZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZszno9YmAAAAQHRSTlMAAQYIDxAVFhkaGx4gKCo0NTY3OU10fYKIiYqMj56fo6SmqKmvtLe6vr/ExcbLz9fh4uXm5+jp7O/w8vP3+vv9Z7IwDAAAAK1JREFUOMvV0scOglAQQFGwYO+oiIq9YldEFPX+/1e5cGEii2FFdNY3b/JORlF+dAqNrS1GQyDEW+9Id/gaRw9EgQacMNEhuO4caD7rlgDS/2yAVWTiia53HWeEaMLzwUKIdvt08n4TxLMptc1UEo/38YqCuGZzKknimxDi6jpa8Vjn6I4kcQNgLkSmVSvjizeeb9ITbzxXxxLETatSxRfEWwAzicC4uANN+at5AdptTQ0Ubk4LAAAAAElFTkSuQmCC"); }
  .ql-snow.ql-toolbar .ql-format-button.ql-bullet,
  .ql-snow.ql-toolbar .ql-picker.ql-bullet .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bullet],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bullet] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAAAzSURBVCjPY2AYACBsyCAcCgOGYCHTYAZTuFAwRCgISSgILCSiyCACF1JkGBgw6voBcj0AFsUtDasGrUcAAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-bullet.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-bullet .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bullet].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bullet].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-bullet:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-bullet .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=bullet]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=bullet]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAAAzSURBVCjPY2AYACBsyCAcCgOGYCHTYAZTuFAwRCgISSgILCSiyCACF1JkGBgw6voBcj0AFsUtDasGrUcAAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-authorship,
  .ql-snow.ql-toolbar .ql-picker.ql-authorship .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=authorship],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=authorship] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAllBMVEUAAACAgIBAQEBCQkIAAABCQkJAQEBGRkZERERERERCQkJGRkZDQ0NDQ0NDQ0MAAAAAAAAAAABDQ0NFRUVERERFRUVERERFRUVERERFRUVERERERERERERERERERERERERERERFRUVEREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREQe3JVeAAAAMXRSTlMAAhgbHx8gIS0xMjM5VFdcXWZyd3yChImPkKy4yMrO0tPj5ebq7e7v8PLz9/j6/P3+mEwo9QAAAJxJREFUGBnVwNcOgjAYBeCj4l7FjeAGUZzn/V9O0kikSftf44c/0A+Tc9iFqHll7tKEJKAWQLKjtockpZZC8qL2hiSjlkESUYsgmVNbQtKhNoCgNrwz95w14NTe8Os2gUP9wJ8p7NYsebRg06NhAZsVDRFstjQksMlogs2Rhhg2o5glpxGqz1O+g/JQUL6TQkH5TmMUPOU7jD1U1AdG8S1kERvjygAAAABJRU5ErkJggg=="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-authorship.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-authorship .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=authorship].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=authorship].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-authorship:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-authorship .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=authorship]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=authorship]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAllBMVEUAAAAAgP8AasoAaNAAY84AaMcAZMkAZswAaMsAZswAZM0AZ8kAZMsAZ8oAZ8oAZcsAZc4AZ80AZcwAZcwAZcwAZswAZs0AZs0AZs0AZ80AZs0AZ8wAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsyCDIYeAAAAMXRSTlMAAhgbHyAhLTEyMzlUV1xdXWZyd3yChImPkKy4yMrO0tPj5ebq7e7v8PLz9/j6/P3+PxHOPAAAAJxJREFUGBnVwNcOgjAYBeCj1j0q7oEbRHGe9385SSORJu1/jR/+QGcdn9ctiNSVmYuCZEljCcmOxh6ShEYCyYvGG5KURgpJSCOEZEpjDkmTRheCSu/OzHNSg1djw6/bCB7VA3/GcFux4FGHS5uWGVwWtIRw2dISwyWlDS5HWiK49CMWnPooP6UDD62Q04GXRk4HXgPk1DDwGCiU1AcZWy1RmD8CRQAAAABJRU5ErkJggg=="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-color,
  .ql-snow.ql-toolbar .ql-picker.ql-color .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=color],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=color] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAz1BMVEUAAAAAAACAgIBVVVVAQEBVVVU5OTk7OztLS0tHR0dGRkZCQkIAAABERERDQ0NDQ0NDQ0NDQ0NGRkZERERERERCQkJFRUVERERFRUVEREQAAAAAAABDQ0NFRUVEREQAAABERERFRUVERERDQ0NDQ0NERERERERERERERERERERERERERERERERERERFRUVFRUVERERERERERERERERERERDQ0NERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERbYaT1AAAARHRSTlMAAQIDBAYJDRESFhsfIiYqNUFCREtNVVZZWlxdY2RlZm1zdXZ9hI6Tl6Sws7nExcnS09XY2d/g5ejp6+zt8PP09/n9/idH/qoAAADKSURBVBgZ1cDXUsJAAIXhg2KMGruxsGoUe8cWoij1f/9nYiZDGJjsLrfwaRHEWRZrhuAXWoH8zgBO5VVpADTktU9uVz5P5B7lsdUn19+U2x3w+gbcyilsA0cnwP+qXOpAWl1pAhdyqKZAXboGvpZkdwi0Q2m9CxzI7oUJz7LaYdJgWzYPTLmXxUaPKZ01ld0A7xXllr+BK5VlwLlGLoFPlWXQCjQSduBDZfFPM9bY8V+6p7kXmcTBRCqYxMmoYBKnmgqRSRxqkebUEKsKOlxMa6IbAAAAAElFTkSuQmCC"); }
  .ql-snow.ql-toolbar .ql-format-button.ql-color.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-color .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=color].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=color].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-color:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-color .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=color]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=color]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAA0lBMVEUAAAAAAP8AgP8AVaoAgL8AVdUAccYAYsQAadIAY8YAaNEAaNAAY84AacsAZckAZ8gAZcoAZswAZM0AZcsAZswAZ8oAZswAZc0AZMsAZswAZ8oAZcsAZc4AZMsAZswAZcoAZ80AZcwAZswAZssAZssAZswAZs0AZs0AZs0AZ8wAZ8wAZ8wAZ8wAZswAZcwAZs0AZcwAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswVaivDAAAARXRSTlMAAQIDBAYJDRESFhsfIiYqNUFCREtNVVZZWlxdXWNkZWZtc3V2fYSOk5eksLO5xMXJ0tPV2Nnf4OXo6evs7fDz9Pf5/f6Y2SWXAAAAy0lEQVQYGdXA11LCQACF4YNijBq7sbCWKPaOLURREPjf/5WYyRAGJrvLLXyaB3GWxZoi+IFWIL9TgBN5VRoADXntktuWzyO5B3ls9Mj11uV2C7y8AjdyCtvAwRHwtyyXOpBWl5rAuRyqKVCXroDPBdntA+1QWv0H9mT3zJgnWW0xrr8pm3sm3MlircuEzorKroG3inKLX8ClyjLgTEMXwIfKMmgFGgo78K6y+LsZa+TwN93RzItM4mAiFUziZFQwiVNNheg4cahFmlEDFzs7cwmPHM8AAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-background,
  .ql-snow.ql-toolbar .ql-picker.ql-background .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=background],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=background] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAA4VBMVEUAAAAAAACAgIBVVVVAQEBVVVU5OTk7OztLS0tHR0dGRkZCQkJERERDQ0NDQ0NDQ0NDQ0NERERCQkJEREQAAAADAwMGBgZDQ0NEREQODg5ERERDQ0NFRUVERERERERERERDQ0MiIiJDQ0MmJiZEREQrKytEREREREQyMjIyMjJEREREREREREQ4ODhERERERERFRUVFRUVERERERERERERERERAQEBERERERERBQUFERERERERERERBQUFERERERERERERBQUFERERERERERERDQ0NERERERERDQ0NERERERESZD8GyAAAASnRSTlMAAQIDBAYJDRESFhsiJio1QURJS01QU1RWWVpjZGVtdXZ4fYCEiI6TnZ6ksLO3ucTFydLT193g4OLl5ebn6enq6+7w8vP39/n+/rihcb4AAADbSURBVHjazZPFDsMwEERdZkpTZmbmpszd//+grhpFSaS1e+khc1jbmrG1z7KZdSXLgvo79M9ziKCkKJIeoUPJA8AxKT6H5QGVE3dlmwJqKqaLwVdRIV1fDfVEdKGXGnoFBXQtDIwnWJp8uswd/XQWy8XD7aqD9srp2uJQ5NElVuiWGKvisLFz6Bpo3ryM+R84iXO6GoFBQ5ouAka9wyRdF0waUHSBpzl09xF0dTRmNnXu2OOiTNDtAKCg7W3jYk7QnQGObu0KvVeAJUFXU9aS/h5Sp0VFtui/s6w+XSJAbiVJ3G0AAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-background.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-background .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=background].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=background].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-background:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-background .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=background]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=background]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAA5FBMVEUAAAAAAP8AgP8AVaoAgL8AZswAVdUAYL8AccYAYsQAadIAY8YAaNEAasoAZswAYsQAaNAAacsAZckAadEAZ8gAZcoAZswAZswAZMkAZM0AZcsAZ8sAZswAaM0AZ8oAZ80AZswAZc0AZMsAZswAZMsAZswAZcoAZcwAZswAZssAZssAZswAZs0AZs0AZs0AZ8wAZ8wAZ8wAZ8wAZswAZcwAZs0AZcwAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsxJPDLdAAAAS3RSTlMAAQIDBAUGCAkNERIWGBkaGyImJyo1N0FCQkRFS0xNTVVWWVpjZGVtc3V2fYSOk5eksLO5xMXJ0tPV2Nnf4OXo6evs7fDz9Pf5/f60OfwzAAABG0lEQVR42s2T6VKDQBCEGyUJoqgSjcYg8dZ43/EieCUa5/3fx661qMAu7O98P4bZnq5lZlkwvXS7k1hf1BTdZFEsFpvUMU15IU7TuKiYJu9d5MODZZ8WcCBk39ZVAKcvpG+ZrgNsimIdTtV0TeBGFNewdBWORTFesUx3QcP9A8N59XT+kPWdPYavOQQVXfVYTtz6gI8jvfUsdRNWe8ApHy8z5ftgm8WhDyx8M4nKumoBd5LjVkkaAdYkz+8qpQLqtK+kwKU5XRPLP1JgNF8y3RkLjw4Us69cnMDb0qdLqR9myjEXz2brNPG2NSKQqOGPRJ5gEr8NYoT/9yHE7mfShoarovYptDw7kiWLyZTbNZBa9saK33tDWZlPK39U3ELkzhssBgAAAABJRU5ErkJggg=="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-left,
  .ql-snow.ql-toolbar .ql-picker.ql-left .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=left],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=left] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYACAcCgaGSEKmEKFgTKEgJCERiJAiw0ACqOuR/WCKLBSMKRSE7PqB9YMwuttRnBqMKRSEGvYD6HYAD8opyeJDvUUAAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-left.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-left .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=left].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=left].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-left:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-left .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=left]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=left]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYACAcCgaGSEKmEKFgTKEgJCERiJAiw0ACqOuR/WCKLBSMKRSE7PqB9YMwuttRnBqMKRSEGvYD6HYAD8opyeJDvUUAAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-right,
  .ql-snow.ql-toolbar .ql-picker.ql-right .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=right],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=right] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYMCAcCgaGSEKmEKFgTKEgJCERiJDiwLob2fWmyELBmEJByO4eWNejuN8QNZCRw94U3fUo7h8Q1wMAuRspyVIXC2UAAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-right.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-right .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=right].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=right].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-right:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-right .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=right]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=right]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYMCAcCgaGSEKmEKFgTKEgJCERiJDiwLob2fWmyELBmEJByO4eWNejuN8QNZCRw94U3fUo7h8Q1wMAuRspyVIXC2UAAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-center,
  .ql-snow.ql-toolbar .ql-picker.ql-center .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=center],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=center] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYGCAcCgaGSEKmEKFgTKEgJCERiJAiw4ABqNORPWCKLBSMKRSE7PQB9oAwuuNR3BqMKRSEGvID53gA5GspyQ9EElMAAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-center.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-center .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=center].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=center].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-center:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-center .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=center]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=center]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYGCAcCgaGSEKmEKFgTKEgJCERiJAiw4ABqNORPWCKLBSMKRSE7PQB9oAwuuNR3BqMKRSEGvID53gA5GspyQ9EElMAAAAASUVORK5CYII="); }
  .ql-snow.ql-toolbar .ql-format-button.ql-justify,
  .ql-snow.ql-toolbar .ql-picker.ql-justify .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=justify],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=justify] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAAAoSURBVCjPY2AYACAcigQMwUKmyELBmEJBYCERZCFFhoEBo64fINcDAAcQNGkJNhVcAAAAAElFTkSuQmCC"); }
  .ql-snow.ql-toolbar .ql-format-button.ql-justify.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-justify .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=justify].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=justify].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-justify:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-justify .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=justify]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=justify]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAAAoSURBVCjPY2AYACAcigQMwUKmyELBmEJBYCERZCFFhoEBo64fINcDAAcQNGkJNhVcAAAAAElFTkSuQmCC"); } }

.ql-snow .ql-tooltip {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #222; }

.ql-snow .ql-tooltip a {
  color: #06c; }

.ql-snow .ql-tooltip .input {
  border: 1px solid #ccc;
  margin: 0px;
  padding: 5px; }

.ql-snow a {
  color: #06c; }

.f16 .flag {
  background: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/109d8321986851ee43cfc8673617910e.png) no-repeat; }

.f16 ._African_Union {
  background-position: 0 -16px; }

.f16 ._Arab_League {
  background-position: 0 -32px; }

.f16 ._ASEAN {
  background-position: 0 -48px; }

.f16 ._CARICOM {
  background-position: 0 -64px; }

.f16 ._CIS {
  background-position: 0 -80px; }

.f16 ._Commonwealth {
  background-position: 0 -96px; }

.f16 ._England {
  background-position: 0 -112px; }

.f16 ._European_Union {
  background-position: 0 -128px; }

.f16 ._Islamic_Conference {
  background-position: 0 -144px; }

.f16 ._Kosovo {
  background-position: 0 -160px; }

.f16 ._NATO {
  background-position: 0 -176px; }

.f16 ._Northern_Cyprus {
  background-position: 0 -192px; }

.f16 ._Northern_Ireland {
  background-position: 0 -208px; }

.f16 ._Olimpic_Movement {
  background-position: 0 -224px; }

.f16 ._OPEC {
  background-position: 0 -240px; }

.f16 ._Red_Cross {
  background-position: 0 -256px; }

.f16 ._Scotland {
  background-position: 0 -272px; }

.f16 ._Somaliland {
  background-position: 0 -288px; }

.f16 ._Tibet {
  background-position: 0 -304px; }

.f16 ._United_Nations {
  background-position: 0 -320px; }

.f16 ._Wales {
  background-position: 0 -336px; }

.f16 .eu {
  background-position: 0 -128px; }

.f16 .ad {
  background-position: 0 -352px; }

.f16 .ae {
  background-position: 0 -368px; }

.f16 .af {
  background-position: 0 -384px; }

.f16 .ag {
  background-position: 0 -400px; }

.f16 .ai {
  background-position: 0 -416px; }

.f16 .al {
  background-position: 0 -432px; }

.f16 .am {
  background-position: 0 -448px; }

.f16 .ao {
  background-position: 0 -464px; }

.f16 .aq {
  background-position: 0 -480px; }

.f16 .ar {
  background-position: 0 -496px; }

.f16 .as {
  background-position: 0 -512px; }

.f16 .at {
  background-position: 0 -528px; }

.f16 .au {
  background-position: 0 -544px; }

.f16 .aw {
  background-position: 0 -560px; }

.f16 .ax {
  background-position: 0 -576px; }

.f16 .az {
  background-position: 0 -592px; }

.f16 .ba {
  background-position: 0 -608px; }

.f16 .bb {
  background-position: 0 -624px; }

.f16 .bd {
  background-position: 0 -640px; }

.f16 .be {
  background-position: 0 -656px; }

.f16 .bf {
  background-position: 0 -672px; }

.f16 .bg {
  background-position: 0 -688px; }

.f16 .bh {
  background-position: 0 -704px; }

.f16 .bi {
  background-position: 0 -720px; }

.f16 .bj {
  background-position: 0 -736px; }

.f16 .bm {
  background-position: 0 -752px; }

.f16 .bn {
  background-position: 0 -768px; }

.f16 .bo {
  background-position: 0 -784px; }

.f16 .br {
  background-position: 0 -800px; }

.f16 .bs {
  background-position: 0 -816px; }

.f16 .bt {
  background-position: 0 -832px; }

.f16 .bw {
  background-position: 0 -848px; }

.f16 .by {
  background-position: 0 -864px; }

.f16 .bz {
  background-position: 0 -880px; }

.f16 .ca {
  background-position: 0 -896px; }

.f16 .cg {
  background-position: 0 -912px; }

.f16 .cf {
  background-position: 0 -928px; }

.f16 .cd {
  background-position: 0 -944px; }

.f16 .ch {
  background-position: 0 -960px; }

.f16 .ci {
  background-position: 0 -976px; }

.f16 .ck {
  background-position: 0 -992px; }

.f16 .cl {
  background-position: 0 -1008px; }

.f16 .cm {
  background-position: 0 -1024px; }

.f16 .cn {
  background-position: 0 -1040px; }

.f16 .co {
  background-position: 0 -1056px; }

.f16 .cr {
  background-position: 0 -1072px; }

.f16 .cu {
  background-position: 0 -1088px; }

.f16 .cv {
  background-position: 0 -1104px; }

.f16 .cy {
  background-position: 0 -1120px; }

.f16 .cz {
  background-position: 0 -1136px; }

.f16 .de {
  background-position: 0 -1152px; }

.f16 .dj {
  background-position: 0 -1168px; }

.f16 .dk {
  background-position: 0 -1184px; }

.f16 .dm {
  background-position: 0 -1200px; }

.f16 .do {
  background-position: 0 -1216px; }

.f16 .dz {
  background-position: 0 -1232px; }

.f16 .ec {
  background-position: 0 -1248px; }

.f16 .ee {
  background-position: 0 -1264px; }

.f16 .eg {
  background-position: 0 -1280px; }

.f16 .eh {
  background-position: 0 -1296px; }

.f16 .er {
  background-position: 0 -1312px; }

.f16 .es {
  background-position: 0 -1328px; }

.f16 .et {
  background-position: 0 -1344px; }

.f16 .fi {
  background-position: 0 -1360px; }

.f16 .fj {
  background-position: 0 -1376px; }

.f16 .fm {
  background-position: 0 -1392px; }

.f16 .fo {
  background-position: 0 -1408px; }

.f16 .fr {
  background-position: 0 -1424px; }

.f16 .bl {
  background-position: 0 -1424px; }

.f16 .cp {
  background-position: 0 -1424px; }

.f16 .mf {
  background-position: 0 -1424px; }

.f16 .yt {
  background-position: 0 -1424px; }

.f16 .ga {
  background-position: 0 -1440px; }

.f16 .gb {
  background-position: 0 -1456px; }

.f16 .sh {
  background-position: 0 -1456px; }

.f16 .gd {
  background-position: 0 -1472px; }

.f16 .ge {
  background-position: 0 -1488px; }

.f16 .gg {
  background-position: 0 -1504px; }

.f16 .gh {
  background-position: 0 -1520px; }

.f16 .gi {
  background-position: 0 -1536px; }

.f16 .gl {
  background-position: 0 -1552px; }

.f16 .gm {
  background-position: 0 -1568px; }

.f16 .gn {
  background-position: 0 -1584px; }

.f16 .gp {
  background-position: 0 -1600px; }

.f16 .gq {
  background-position: 0 -1616px; }

.f16 .gr {
  background-position: 0 -1632px; }

.f16 .gt {
  background-position: 0 -1648px; }

.f16 .gu {
  background-position: 0 -1664px; }

.f16 .gw {
  background-position: 0 -1680px; }

.f16 .gy {
  background-position: 0 -1696px; }

.f16 .hk {
  background-position: 0 -1712px; }

.f16 .hn {
  background-position: 0 -1728px; }

.f16 .hr {
  background-position: 0 -1744px; }

.f16 .ht {
  background-position: 0 -1760px; }

.f16 .hu {
  background-position: 0 -1776px; }

.f16 .id {
  background-position: 0 -1792px; }

.f16 .mc {
  background-position: 0 -1792px; }

.f16 .ie {
  background-position: 0 -1808px; }

.f16 .il {
  background-position: 0 -1824px; }

.f16 .im {
  background-position: 0 -1840px; }

.f16 .in {
  background-position: 0 -1856px; }

.f16 .iq {
  background-position: 0 -1872px; }

.f16 .ir {
  background-position: 0 -1888px; }

.f16 .is {
  background-position: 0 -1904px; }

.f16 .it {
  background-position: 0 -1920px; }

.f16 .je {
  background-position: 0 -1936px; }

.f16 .jm {
  background-position: 0 -1952px; }

.f16 .jo {
  background-position: 0 -1968px; }

.f16 .jp {
  background-position: 0 -1984px; }

.f16 .ke {
  background-position: 0 -2000px; }

.f16 .kg {
  background-position: 0 -2016px; }

.f16 .kh {
  background-position: 0 -2032px; }

.f16 .ki {
  background-position: 0 -2048px; }

.f16 .km {
  background-position: 0 -2064px; }

.f16 .kn {
  background-position: 0 -2080px; }

.f16 .kp {
  background-position: 0 -2096px; }

.f16 .kr {
  background-position: 0 -2112px; }

.f16 .kw {
  background-position: 0 -2128px; }

.f16 .ky {
  background-position: 0 -2144px; }

.f16 .kz {
  background-position: 0 -2160px; }

.f16 .la {
  background-position: 0 -2176px; }

.f16 .lb {
  background-position: 0 -2192px; }

.f16 .lc {
  background-position: 0 -2208px; }

.f16 .li {
  background-position: 0 -2224px; }

.f16 .lk {
  background-position: 0 -2240px; }

.f16 .lr {
  background-position: 0 -2256px; }

.f16 .ls {
  background-position: 0 -2272px; }

.f16 .lt {
  background-position: 0 -2288px; }

.f16 .lu {
  background-position: 0 -2304px; }

.f16 .lv {
  background-position: 0 -2320px; }

.f16 .ly {
  background-position: 0 -2336px; }

.f16 .ma {
  background-position: 0 -2352px; }

.f16 .md {
  background-position: 0 -2368px; }

.f16 .me {
  background-position: 0 -2384px; }

.f16 .mg {
  background-position: 0 -2400px; }

.f16 .mh {
  background-position: 0 -2416px; }

.f16 .mk {
  background-position: 0 -2432px; }

.f16 .ml {
  background-position: 0 -2448px; }

.f16 .mm {
  background-position: 0 -2464px; }

.f16 .mn {
  background-position: 0 -2480px; }

.f16 .mo {
  background-position: 0 -2496px; }

.f16 .mq {
  background-position: 0 -2512px; }

.f16 .mr {
  background-position: 0 -2528px; }

.f16 .ms {
  background-position: 0 -2544px; }

.f16 .mt {
  background-position: 0 -2560px; }

.f16 .mu {
  background-position: 0 -2576px; }

.f16 .mv {
  background-position: 0 -2592px; }

.f16 .mw {
  background-position: 0 -2608px; }

.f16 .mx {
  background-position: 0 -2624px; }

.f16 .my {
  background-position: 0 -2640px; }

.f16 .mz {
  background-position: 0 -2656px; }

.f16 .na {
  background-position: 0 -2672px; }

.f16 .nc {
  background-position: 0 -2688px; }

.f16 .ne {
  background-position: 0 -2704px; }

.f16 .ng {
  background-position: 0 -2720px; }

.f16 .ni {
  background-position: 0 -2736px; }

.f16 .nl {
  background-position: 0 -2752px; }

.f16 .bq {
  background-position: 0 -2752px; }

.f16 .no {
  background-position: 0 -2768px; }

.f16 .bv {
  background-position: 0 -2768px; }

.f16 .nq {
  background-position: 0 -2768px; }

.f16 .sj {
  background-position: 0 -2768px; }

.f16 .np {
  background-position: 0 -2784px; }

.f16 .nr {
  background-position: 0 -2800px; }

.f16 .nz {
  background-position: 0 -2816px; }

.f16 .om {
  background-position: 0 -2832px; }

.f16 .pa {
  background-position: 0 -2848px; }

.f16 .pe {
  background-position: 0 -2864px; }

.f16 .pf {
  background-position: 0 -2880px; }

.f16 .pg {
  background-position: 0 -2896px; }

.f16 .ph {
  background-position: 0 -2912px; }

.f16 .pk {
  background-position: 0 -2928px; }

.f16 .pl {
  background-position: 0 -2944px; }

.f16 .pr {
  background-position: 0 -2960px; }

.f16 .ps {
  background-position: 0 -2976px; }

.f16 .pt {
  background-position: 0 -2992px; }

.f16 .pw {
  background-position: 0 -3008px; }

.f16 .py {
  background-position: 0 -3024px; }

.f16 .qa {
  background-position: 0 -3040px; }

.f16 .re {
  background-position: 0 -3056px; }

.f16 .ro {
  background-position: 0 -3072px; }

.f16 .rs {
  background-position: 0 -3088px; }

.f16 .ru {
  background-position: 0 -3104px; }

.f16 .rw {
  background-position: 0 -3120px; }

.f16 .sa {
  background-position: 0 -3136px; }

.f16 .sb {
  background-position: 0 -3152px; }

.f16 .sc {
  background-position: 0 -3168px; }

.f16 .sd {
  background-position: 0 -3184px; }

.f16 .se {
  background-position: 0 -3200px; }

.f16 .sg {
  background-position: 0 -3216px; }

.f16 .si {
  background-position: 0 -3232px; }

.f16 .sk {
  background-position: 0 -3248px; }

.f16 .sl {
  background-position: 0 -3264px; }

.f16 .sm {
  background-position: 0 -3280px; }

.f16 .sn {
  background-position: 0 -3296px; }

.f16 .so {
  background-position: 0 -3312px; }

.f16 .sr {
  background-position: 0 -3328px; }

.f16 .st {
  background-position: 0 -3344px; }

.f16 .sv {
  background-position: 0 -3360px; }

.f16 .sy {
  background-position: 0 -3376px; }

.f16 .sz {
  background-position: 0 -3392px; }

.f16 .tc {
  background-position: 0 -3408px; }

.f16 .td {
  background-position: 0 -3424px; }

.f16 .tg {
  background-position: 0 -3440px; }

.f16 .th {
  background-position: 0 -3456px; }

.f16 .tj {
  background-position: 0 -3472px; }

.f16 .tl {
  background-position: 0 -3488px; }

.f16 .tm {
  background-position: 0 -3504px; }

.f16 .tn {
  background-position: 0 -3520px; }

.f16 .to {
  background-position: 0 -3536px; }

.f16 .tr {
  background-position: 0 -3552px; }

.f16 .tt {
  background-position: 0 -3568px; }

.f16 .tv {
  background-position: 0 -3584px; }

.f16 .tw {
  background-position: 0 -3600px; }

.f16 .tz {
  background-position: 0 -3616px; }

.f16 .ua {
  background-position: 0 -3632px; }

.f16 .ug {
  background-position: 0 -3648px; }

.f16 .us {
  background-position: 0 -3664px; }

.f16 .uy {
  background-position: 0 -3680px; }

.f16 .uz {
  background-position: 0 -3696px; }

.f16 .va {
  background-position: 0 -3712px; }

.f16 .vc {
  background-position: 0 -3728px; }

.f16 .ve {
  background-position: 0 -3744px; }

.f16 .vg {
  background-position: 0 -3760px; }

.f16 .vi {
  background-position: 0 -3776px; }

.f16 .vn {
  background-position: 0 -3792px; }

.f16 .vu {
  background-position: 0 -3808px; }

.f16 .ws {
  background-position: 0 -3824px; }

.f16 .ye {
  background-position: 0 -3840px; }

.f16 .za {
  background-position: 0 -3856px; }

.f16 .zm {
  background-position: 0 -3872px; }

.f16 .zw {
  background-position: 0 -3888px; }

.f16 .sx {
  background-position: 0 -3904px; }

.f16 .cw {
  background-position: 0 -3920px; }

.f16 .ss {
  background-position: 0 -3936px; }

.f16 .nu {
  background-position: 0 -3952px; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/fonts/674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/fonts/674f50d287a8c48dc19ba404d20fe713.eot#iefix) format("embedded-opentype"), url(https://d36m24nde77kdn.cloudfront.net/dash/assets/fonts/af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(https://d36m24nde77kdn.cloudfront.net/dash/assets/fonts/fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(https://d36m24nde77kdn.cloudfront.net/dash/assets/fonts/b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"), url(https://d36m24nde77kdn.cloudfront.net/dash/assets/fonts/912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

.fa-fw, deploy-options .listing .fa,
deploy-options .listing .scrapy {
  width: 1.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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, .job-row-compact .jobs-table .arguments-cell .fa-expand-compress:before, .jobs-table .job-row-compact .arguments-cell .fa-expand-compress:before, .job-row-compact .jobs-table .tags-cell .fa-expand-compress:before, .jobs-table .job-row-compact .tags-cell .fa-expand-compress:before {
  content: ""; }

.fa-compress:before, .jobs-table .arguments-cell .fa-expand-compress:before, .jobs-table .tags-cell .fa-expand-compress:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-genderless:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

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

.fa-stop-circle:before {
  content: ""; }

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

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, tags-input .tags .tag-item > .caret,
  .dropup > .btn > .caret,
  tags-input .tags .dropup > .tag-item > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/fonts/f4769f9bdb7466be65088239c12046d1.eot);
  src: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/fonts/f4769f9bdb7466be65088239c12046d1.eot?#iefix) format("embedded-opentype"), url(https://d36m24nde77kdn.cloudfront.net/dash/assets/fonts/448c34a56d699c29117adc64c43affeb.woff2) format("woff2"), url(https://d36m24nde77kdn.cloudfront.net/dash/assets/fonts/fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"), url(https://d36m24nde77kdn.cloudfront.net/dash/assets/fonts/e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"), url(https://d36m24nde77kdn.cloudfront.net/dash/assets/fonts/89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #607d8b;
  background-color: #f6f7f8; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0288d1;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0288d1;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 3px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #f6f7f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #f6f7f8; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #37474f; }
  h1 small,
  h1 .small,
  h1 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container h1 .error-placeholder, h2 small,
  h2 .small,
  h2 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container h2 .error-placeholder, h3 small,
  h3 .small,
  h3 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container h3 .error-placeholder, h4 small,
  h4 .small,
  h4 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container h4 .error-placeholder, h5 small,
  h5 .small,
  h5 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container h5 .error-placeholder, h6 small,
  h6 .small,
  h6 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container h6 .error-placeholder,
  .h1 small,
  .h1 .small,
  .h1 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container .h1 .error-placeholder, .h2 small,
  .h2 .small,
  .h2 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container .h2 .error-placeholder, .h3 small,
  .h3 .small,
  .h3 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container .h3 .error-placeholder, .h4 small,
  .h4 .small,
  .h4 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container .h4 .error-placeholder, .h5 small,
  .h5 .small,
  .h5 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container .h5 .error-placeholder, .h6 small,
  .h6 .small,
  .h6 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container .h6 .error-placeholder {
    font-weight: normal;
    line-height: 1;
    color: #eceff1; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px; }
  h1 small,
  h1 .small,
  h1 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container h1 .error-placeholder, .h1 small,
  .h1 .small,
  .h1 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container .h1 .error-placeholder,
  h2 small,
  h2 .small,
  h2 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container h2 .error-placeholder, .h2 small,
  .h2 .small,
  .h2 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container .h2 .error-placeholder,
  h3 small,
  h3 .small,
  h3 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container h3 .error-placeholder, .h3 small,
  .h3 .small,
  .h3 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container .h3 .error-placeholder {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px; }
  h4 small,
  h4 .small,
  h4 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container h4 .error-placeholder, .h4 small,
  .h4 .small,
  .h4 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container .h4 .error-placeholder,
  h5 small,
  h5 .small,
  h5 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container h5 .error-placeholder, .h5 small,
  .h5 .small,
  .h5 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container .h5 .error-placeholder,
  h6 small,
  h6 .small,
  h6 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container h6 .error-placeholder, .h6 small,
  .h6 .small,
  .h6 .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container .h6 .error-placeholder {
    font-size: 75%; }

h1, .h1 {
  font-size: 22px; }

h2, .h2 {
  font-size: 20px; }

h3, .h3 {
  font-size: 17px; }

h4, .h4 {
  font-size: 14px; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 11px; }

p {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px; } }

small,
.small,
.fields-selector .schema-container .error-placeholder {
  font-size: 84%; }

mark,
.mark {
  background-color: #fff8e1;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #b0bec5; }

.text-primary {
  color: #4caf50; }

a.text-primary:hover,
a.text-primary:focus {
  color: #3d8b40; }

.text-success {
  color: #2e7d32; }

a.text-success:hover,
a.text-success:focus {
  color: #205823; }

.text-info {
  color: #0277bd; }

a.text-info:hover,
a.text-info:focus {
  color: #01578b; }

.text-warning {
  color: #ff8f00; }

a.text-warning:hover,
a.text-warning:focus {
  color: #cc7200; }

.text-danger {
  color: #ad1457; }

a.text-danger:hover,
a.text-danger:focus {
  color: #7f0f40; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #4caf50; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3d8b40; }

.bg-success {
  background-color: #e8f5e9; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c4e6c7; }

.bg-info {
  background-color: #e1f5fe; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #b0e5fc; }

.bg-warning {
  background-color: #fff8e1; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffecae; }

.bg-danger {
  background-color: #fce4ec; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f7b6cc; }

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #f6f7f8; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 18px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #eceff1; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #f6f7f8; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small,
  blockquote .fields-selector .schema-container .error-placeholder,
  .fields-selector .schema-container blockquote .error-placeholder {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #eceff1; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before,
    blockquote .fields-selector .schema-container .error-placeholder:before,
    .fields-selector .schema-container blockquote .error-placeholder:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f6f7f8;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  .blockquote-reverse .fields-selector .schema-container .error-placeholder:before,
  .fields-selector .schema-container .blockquote-reverse .error-placeholder:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before,
  blockquote.pull-right .fields-selector .schema-container .error-placeholder:before,
  .fields-selector .schema-container blockquote.pull-right .error-placeholder:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  .blockquote-reverse .fields-selector .schema-container .error-placeholder:after,
  .fields-selector .schema-container .blockquote-reverse .error-placeholder:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after,
  blockquote.pull-right .fields-selector .schema-container .error-placeholder:after,
  .fields-selector .schema-container blockquote.pull-right .error-placeholder:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: "Droid Sans Mono", Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #607d8b;
  background-color: #eceff1;
  border: 1px solid #eceff1;
  border-radius: 3px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 744px; } }
  @media (min-width: 992px) {
    .container {
      width: 964px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1164px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -12px;
  margin-right: -12px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

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

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

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

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

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

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .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-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #b0bec5;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid transparent; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid transparent; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid transparent; }
  .table .table {
    background-color: #f6f7f8; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 4px; }

.table-bordered {
  border: 1px solid transparent; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid transparent; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f6f7f8; }

.table-hover > tbody > tr:hover {
  background-color: #eceff1; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #eceff1; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #dde3e6; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #e8f5e9; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d6edd8; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #e1f5fe; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c8edfd; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fff8e1; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fff2c8; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #fce4ec; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f9cddc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 13.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid transparent; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #607d8b;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857;
  color: #37474f; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #37474f;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfd8dc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #64b5f6 !important;
    outline: 0;
    box-shadow: 0 0 8px rgba(100, 181, 246, 0.6) !important; }
  .form-control::-moz-placeholder {
    color: #90a4ae;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #90a4ae; }
  .form-control::-webkit-input-placeholder {
    color: #90a4ae; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f6f7f8;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], tags-input .tags .input-group-sm > .input-group-btn > input.tag-item[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  tags-input .tags .input-group-sm > .input-group-btn > input.tag-item[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  tags-input .tags .input-group-sm > .input-group-btn > input.tag-item[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  tags-input .tags .input-group-sm > .input-group-btn > input.tag-item[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 28px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"], tags-input .tags .input-group-lg > .input-group-btn > input.tag-item[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  tags-input .tags .input-group-lg > .input-group-btn > input.tag-item[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  tags-input .tags .input-group-lg > .input-group-btn > input.tag-item[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  tags-input .tags .input-group-lg > .input-group-btn > input.tag-item[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 41px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, tags-input .tags .input-group-lg > .input-group-btn > .form-control-static.tag-item, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, tags-input .tags .input-group-sm > .input-group-btn > .form-control-static.tag-item {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, tags-input .tags .input-group-sm > .input-group-btn > .tag-item {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, tags-input .tags .input-group-sm > .input-group-btn > select.tag-item {
  height: 28px;
  line-height: 28px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, tags-input .tags .input-group-sm > .input-group-btn > textarea.tag-item,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
tags-input .tags .input-group-sm > .input-group-btn > select.tag-item[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 28px;
  min-height: 29px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, tags-input .tags .input-group-lg > .input-group-btn > .tag-item {
  height: 41px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.33333;
  border-radius: 3px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, tags-input .tags .input-group-lg > .input-group-btn > select.tag-item {
  height: 41px;
  line-height: 41px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, tags-input .tags .input-group-lg > .input-group-btn > textarea.tag-item,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
tags-input .tags .input-group-lg > .input-group-btn > select.tag-item[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 41px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.33333;
  border-radius: 3px; }

.form-group-lg select.form-control {
  height: 41px;
  line-height: 41px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 41px;
  min-height: 32px;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 40px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, tags-input .tags .input-group-lg > .input-group-btn > .tag-item + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 41px;
  height: 41px;
  line-height: 41px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, tags-input .tags .input-group-sm > .input-group-btn > .tag-item + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px; }

.has-feedback label ~ .form-control-feedback {
  top: 23px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a8bac3; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px; }

.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -12px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 12px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 14px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px; } }

.btn, tags-input .tags .tag-item {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, tags-input .tags .tag-item:focus, .btn.focus, tags-input .tags .focus.tag-item, .btn:active:focus, tags-input .tags .tag-item:active:focus, .btn:active.focus, tags-input .tags .tag-item:active.focus, .btn.active:focus, tags-input .tags .active.tag-item:focus, .btn.active.focus, tags-input .tags .active.focus.tag-item {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, tags-input .tags .tag-item:hover, .btn:focus, tags-input .tags .tag-item:focus, .btn.focus, tags-input .tags .focus.tag-item {
    color: #37474f;
    text-decoration: none; }
  .btn:active, tags-input .tags .tag-item:active, .btn.active, tags-input .tags .active.tag-item {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, tags-input .tags .disabled.tag-item, .btn[disabled], tags-input .tags .tag-item[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] tags-input .tags .tag-item,
  tags-input .tags fieldset[disabled] .tag-item {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled, tags-input .tags a.disabled.tag-item,
fieldset[disabled] a.btn,
fieldset[disabled] tags-input .tags a.tag-item,
tags-input .tags fieldset[disabled] a.tag-item {
  pointer-events: none; }

.btn-link {
  color: #0288d1;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #0288d1;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #eceff1;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, tags-input .tags .btn-group-lg > .tag-item {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.33333;
  border-radius: 3px; }

.btn-sm, .btn-group-sm > .btn, tags-input .tags .btn-group-sm > .tag-item {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, tags-input .tags .btn-group-xs > .tag-item {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu, tags-input .autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid none;
  border: 1px solid none;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right, tags-input .pull-right.autocomplete {
    right: 0;
    left: auto; }
  .dropdown-menu .divider, tags-input .autocomplete .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #eceff1; }
  .dropdown-menu > li > a, tags-input .autocomplete > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #455a64;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, tags-input .autocomplete > li > a:hover, .dropdown-menu > li > a:focus, tags-input .autocomplete > li > a:focus {
  text-decoration: none;
  color: #455a64;
  background-color: #eceff1; }

.dropdown-menu > .active > a, tags-input .autocomplete > .active > a, .dropdown-menu > .active > a:hover, tags-input .autocomplete > .active > a:hover, .dropdown-menu > .active > a:focus, tags-input .autocomplete > .active > a:focus {
  color: #455a64;
  text-decoration: none;
  outline: 0;
  background-color: #eceff1; }

.dropdown-menu > .disabled > a, tags-input .autocomplete > .disabled > a, .dropdown-menu > .disabled > a:hover, tags-input .autocomplete > .disabled > a:hover, .dropdown-menu > .disabled > a:focus, tags-input .autocomplete > .disabled > a:focus {
  color: #b0bec5; }

.dropdown-menu > .disabled > a:hover, tags-input .autocomplete > .disabled > a:hover, .dropdown-menu > .disabled > a:focus, tags-input .autocomplete > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu, tags-input .open > .autocomplete {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857;
  color: #90a4ae;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu, tags-input .pull-right > .autocomplete {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu, .dropup tags-input .autocomplete, tags-input .dropup .autocomplete,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .dropdown tags-input .autocomplete,
tags-input .navbar-fixed-bottom .dropdown .autocomplete {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu, .navbar-right tags-input .autocomplete, tags-input .navbar-right .autocomplete {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, tags-input .tags .btn-group > .tag-item,
  .btn-group-vertical > .btn,
  tags-input .tags .btn-group-vertical > .tag-item {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, tags-input .tags .btn-group > .tag-item:hover, .btn-group > .btn:focus, tags-input .tags .btn-group > .tag-item:focus, .btn-group > .btn:active, tags-input .tags .btn-group > .tag-item:active, .btn-group > .btn.active, tags-input .tags .btn-group > .active.tag-item,
    .btn-group-vertical > .btn:hover,
    tags-input .tags .btn-group-vertical > .tag-item:hover,
    .btn-group-vertical > .btn:focus,
    tags-input .tags .btn-group-vertical > .tag-item:focus,
    .btn-group-vertical > .btn:active,
    tags-input .tags .btn-group-vertical > .tag-item:active,
    .btn-group-vertical > .btn.active,
    tags-input .tags .btn-group-vertical > .active.tag-item {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group tags-input .tags .tag-item + .btn, tags-input .tags .btn-group .tag-item + .btn, .btn-group tags-input .tags .btn + .tag-item, tags-input .tags .btn-group .btn + .tag-item, .btn-group tags-input .tags .tag-item + .tag-item, tags-input .tags .btn-group .tag-item + .tag-item,
.btn-group .btn + .btn-group,
.btn-group tags-input .tags .tag-item + .btn-group,
tags-input .tags .btn-group .tag-item + .btn-group,
.btn-group .btn-group + .btn,
.btn-group tags-input .tags .btn-group + .tag-item,
tags-input .tags .btn-group .btn-group + .tag-item,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar tags-input .tags .tag-item, tags-input .tags .btn-toolbar .tag-item,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, tags-input .tags .btn-toolbar > .tag-item,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), tags-input .tags .btn-group > .tag-item:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, tags-input .tags .btn-group > .tag-item:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), tags-input .tags .btn-group > .tag-item:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), tags-input .tags .btn-group > .tag-item:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, tags-input .tags .btn-group > .btn-group:not(:first-child):not(:last-child) > .tag-item {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, tags-input .tags .btn-group > .btn-group:first-child:not(:last-child) > .tag-item:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, tags-input .tags .btn-group > .btn-group:last-child:not(:first-child) > .tag-item:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, tags-input .tags .btn-group > .tag-item + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, tags-input .tags .btn-group-lg.btn-group > .tag-item + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret, tags-input .tags .tag-item .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, tags-input .tags .btn-group-lg > .tag-item .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup tags-input .tags .btn-group-lg > .tag-item .caret, tags-input .tags .dropup .btn-group-lg > .tag-item .caret {
  border-width: 0 5px 5px; }


.btn-group-vertical > .btn,
tags-input .tags .btn-group-vertical > .tag-item,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
tags-input .tags .btn-group-vertical > .btn-group > .tag-item {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }


.btn-group-vertical > .btn-group > .btn,
tags-input .tags .btn-group-vertical > .btn-group > .tag-item {
  float: none; }

.btn-group-vertical > .btn + .btn, tags-input .tags .btn-group-vertical > .tag-item + .btn, tags-input .tags .btn-group-vertical > .btn + .tag-item, tags-input .tags .btn-group-vertical > .tag-item + .tag-item,
.btn-group-vertical > .btn + .btn-group,
tags-input .tags .btn-group-vertical > .tag-item + .btn-group,
.btn-group-vertical > .btn-group + .btn,
tags-input .tags .btn-group-vertical > .btn-group + .tag-item,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), tags-input .tags .btn-group-vertical > .tag-item:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), tags-input .tags .btn-group-vertical > .tag-item:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), tags-input .tags .btn-group-vertical > .tag-item:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, tags-input .tags .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tag-item {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, tags-input .tags .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tag-item:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, tags-input .tags .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tag-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, tags-input .tags .btn-group-justified > .tag-item,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group tags-input .tags .tag-item, tags-input .tags .btn-group-justified > .btn-group .tag-item {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu, .btn-group-justified > .btn-group tags-input .autocomplete, tags-input .btn-group-justified > .btn-group .autocomplete {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], tags-input .tags [data-toggle="buttons"] > .tag-item input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
tags-input .tags [data-toggle="buttons"] > .tag-item input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
tags-input .tags [data-toggle="buttons"] > .btn-group > .tag-item input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
tags-input .tags [data-toggle="buttons"] > .btn-group > .tag-item input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #37474f;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, tags-input .tags .input-group-sm > .input-group-btn > .input-group-addon.tag-item {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, tags-input .tags .input-group-lg > .input-group-btn > .input-group-addon.tag-item {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
tags-input .tags .input-group-btn:first-child > .tag-item,
.input-group-btn:first-child > .btn-group > .btn,
tags-input .tags .input-group-btn:first-child > .btn-group > .tag-item,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
tags-input .tags .input-group-btn:last-child > .tag-item:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
tags-input .tags .input-group-btn:last-child > .btn-group:not(:last-child) > .tag-item {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
tags-input .tags .input-group-btn:last-child > .tag-item,
.input-group-btn:last-child > .btn-group > .btn,
tags-input .tags .input-group-btn:last-child > .btn-group > .tag-item,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
tags-input .tags .input-group-btn:first-child > .tag-item:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
tags-input .tags .input-group-btn:first-child > .btn-group:not(:first-child) > .tag-item {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, tags-input .tags .input-group-btn > .tag-item {
    position: relative; }
    .input-group-btn > .btn + .btn, tags-input .tags .input-group-btn > .tag-item + .btn, tags-input .tags .input-group-btn > .btn + .tag-item, tags-input .tags .input-group-btn > .tag-item + .tag-item {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, tags-input .tags .input-group-btn > .tag-item:hover, .input-group-btn > .btn:focus, tags-input .tags .input-group-btn > .tag-item:focus, .input-group-btn > .btn:active, tags-input .tags .input-group-btn > .tag-item:active {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  tags-input .tags .input-group-btn:first-child > .tag-item,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  tags-input .tags .input-group-btn:last-child > .tag-item,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #f6f7f8; }
    .nav > li.disabled > a {
      color: #eceff1; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #eceff1;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f6f7f8;
    border-color: #0288d1; }
  .nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #e2e7ea; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #e2e7ea #e2e7ea #e2e7ea; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #37474f;
      background-color: #f6f7f8;
      border: 1px solid #e2e7ea;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #4caf50; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu, .nav-justified > .dropdown tags-input .autocomplete, tags-input .nav-justified > .dropdown .autocomplete {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #f6f7f8; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu, .nav-tabs tags-input .autocomplete, tags-input .nav-tabs .autocomplete {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 3px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 16px 12px;
  font-size: 14px;
  line-height: 18px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -12px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 12px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 8px -12px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu, .navbar-nav .open tags-input .autocomplete, tags-input .navbar-nav .open .autocomplete {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open tags-input .autocomplete > li > a, tags-input .navbar-nav .open .autocomplete > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header,
      .navbar-nav .open tags-input .autocomplete .dropdown-header,
      tags-input .navbar-nav .open .autocomplete .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open tags-input .autocomplete > li > a, tags-input .navbar-nav .open .autocomplete > li > a {
        line-height: 18px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open tags-input .autocomplete > li > a:hover, tags-input .navbar-nav .open .autocomplete > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open tags-input .autocomplete > li > a:focus, tags-input .navbar-nav .open .autocomplete > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 16px;
          padding-bottom: 16px; } }

.navbar-form {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu, tags-input .navbar-nav > li > .autocomplete {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .navbar-fixed-bottom tags-input .navbar-nav > li > .autocomplete, tags-input .navbar-fixed-bottom .navbar-nav > li > .autocomplete {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, tags-input .tags .btn-group-sm > .navbar-btn.tag-item {
    margin-top: 11px;
    margin-bottom: 11px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, tags-input .tags .btn-group-xs > .navbar-btn.tag-item {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 12px;
      margin-right: 12px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -12px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #eceff1;
  border-color: #e2e7ea; }
  .navbar-default .navbar-brand {
    color: #607d8b; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #4b626d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #607d8b; }
  .navbar-default .navbar-nav > li > a {
    color: #607d8b; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #37474f;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #37474f;
    background-color: #f6f7f8; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e2e7ea; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #f6f7f8;
    color: #37474f; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open tags-input .autocomplete > li > a, tags-input .navbar-default .navbar-nav .open .autocomplete > li > a {
      color: #607d8b; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open tags-input .autocomplete > li > a:hover, tags-input .navbar-default .navbar-nav .open .autocomplete > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open tags-input .autocomplete > li > a:focus, tags-input .navbar-default .navbar-nav .open .autocomplete > li > a:focus {
        color: #37474f;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open tags-input .autocomplete > .active > a, tags-input .navbar-default .navbar-nav .open .autocomplete > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open tags-input .autocomplete > .active > a:hover, tags-input .navbar-default .navbar-nav .open .autocomplete > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open tags-input .autocomplete > .active > a:focus, tags-input .navbar-default .navbar-nav .open .autocomplete > .active > a:focus {
      color: #37474f;
      background-color: #f6f7f8; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open tags-input .autocomplete > .disabled > a, tags-input .navbar-default .navbar-nav .open .autocomplete > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open tags-input .autocomplete > .disabled > a:hover, tags-input .navbar-default .navbar-nav .open .autocomplete > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open tags-input .autocomplete > .disabled > a:focus, tags-input .navbar-default .navbar-nav .open .autocomplete > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #607d8b; }
    .navbar-default .navbar-link:hover {
      color: #37474f; }
  .navbar-default .btn-link {
    color: #607d8b; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #37474f; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .navbar-inverse .navbar-nav .open tags-input .autocomplete > .dropdown-header, tags-input .navbar-inverse .navbar-nav .open .autocomplete > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .navbar-inverse .navbar-nav .open tags-input .autocomplete .divider, tags-input .navbar-inverse .navbar-nav .open .autocomplete .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open tags-input .autocomplete > li > a, tags-input .navbar-inverse .navbar-nav .open .autocomplete > li > a {
      color: white; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open tags-input .autocomplete > li > a:hover, tags-input .navbar-inverse .navbar-nav .open .autocomplete > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open tags-input .autocomplete > li > a:focus, tags-input .navbar-inverse .navbar-nav .open .autocomplete > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open tags-input .autocomplete > .active > a, tags-input .navbar-inverse .navbar-nav .open .autocomplete > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open tags-input .autocomplete > .active > a:hover, tags-input .navbar-inverse .navbar-nav .open .autocomplete > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open tags-input .autocomplete > .active > a:focus, tags-input .navbar-inverse .navbar-nav .open .autocomplete > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open tags-input .autocomplete > .disabled > a, tags-input .navbar-inverse .navbar-nav .open .autocomplete > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open tags-input .autocomplete > .disabled > a:hover, tags-input .navbar-inverse .navbar-nav .open .autocomplete > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open tags-input .autocomplete > .disabled > a:focus, tags-input .navbar-inverse .navbar-nav .open .autocomplete > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 18px;
  list-style: none;
  background-color: transparent;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: " / ";
      padding: 0 5px;
      color: #b0bec5; }
  .breadcrumb > .active {
    color: #b0bec5; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #b0bec5;
      background-color: #fff;
      border: 1px solid transparent;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #b0bec5;
    background-color: #eceff1;
    border-color: transparent; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #37474f;
    background-color: #fff;
    border-color: transparent;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #eceff1;
    background-color: #fff;
    border-color: transparent;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid transparent;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eceff1; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #eceff1;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, tags-input .tags .tag-item .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #b0bec5; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #93a6af; }

.label-primary {
  background-color: #4caf50; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3d8b40; }

.label-success {
  background-color: #4caf50; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #3d8b40; }

.label-info {
  background-color: #0288d1; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #02679e; }

.label-warning {
  background-color: #ffb300; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #cc8f00; }

.label-danger {
  background-color: #d81b60; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #ab154c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #607d8b;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, tags-input .tags .tag-item .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, tags-input .tags .btn-group-xs > .tag-item .badge,
  .btn-group-xs > .btn .badge,
  tags-input .tags .btn-group-xs > .tag-item .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #fff;
    background-color: #37474f; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f6f7f8; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d9dee2; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 3px;
    padding-left: 12px;
    padding-right: 12px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 59px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857;
  background-color: #f6f7f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #607d8b; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0288d1; }

.alert {
  padding: 13px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: 600; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 33px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #e8f5e9;
  border-color: #e8f5e9;
  color: #2e7d32; }
  .alert-success hr {
    border-top-color: #d6edd8; }
  .alert-success .alert-link {
    color: #205823; }

.alert-info {
  background-color: #e1f5fe;
  border-color: #e1f5fe;
  color: #0277bd; }
  .alert-info hr {
    border-top-color: #c8edfd; }
  .alert-info .alert-link {
    color: #01578b; }

.alert-warning {
  background-color: #fff8e1;
  border-color: #fff8e1;
  color: #ff8f00; }
  .alert-warning hr {
    border-top-color: #fff2c8; }
  .alert-warning .alert-link {
    color: #cc7200; }

.alert-danger {
  background-color: #fce4ec;
  border-color: #fce4ec;
  color: #ad1457; }
  .alert-danger hr {
    border-top-color: #f9cddc; }
  .alert-danger .alert-link {
    color: #7f0f40; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #b0bec5;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #4caf50;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #4caf50; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #0288d1; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #ffb300; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d81b60; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f6f7f8;
  color: #eceff1;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #eceff1; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active .fields-selector .schema-container .list-group-item-heading > .error-placeholder,
  .fields-selector .schema-container .list-group-item.active .list-group-item-heading > .error-placeholder, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:hover .fields-selector .schema-container .list-group-item-heading > .error-placeholder,
  .fields-selector .schema-container .list-group-item.active:hover .list-group-item-heading > .error-placeholder, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small,
  .list-group-item.active:focus .fields-selector .schema-container .list-group-item-heading > .error-placeholder,
  .fields-selector .schema-container .list-group-item.active:focus .list-group-item-heading > .error-placeholder {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #d9eeda; }

.list-group-item-success {
  color: #2e7d32;
  background-color: #e8f5e9; }

a.list-group-item-success,
button.list-group-item-success {
  color: #2e7d32; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #2e7d32;
    background-color: #d6edd8; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #2e7d32;
    border-color: #2e7d32; }

.list-group-item-info {
  color: #0277bd;
  background-color: #e1f5fe; }

a.list-group-item-info,
button.list-group-item-info {
  color: #0277bd; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #0277bd;
    background-color: #c8edfd; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #0277bd;
    border-color: #0277bd; }

.list-group-item-warning {
  color: #ff8f00;
  background-color: #fff8e1; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #ff8f00; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #ff8f00;
    background-color: #fff2c8; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #ff8f00;
    border-color: #ff8f00; }

.list-group-item-danger {
  color: #ad1457;
  background-color: #fce4ec; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #ad1457; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #ad1457;
    background-color: #f9cddc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #ad1457;
    border-color: #ad1457; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel, single-item, single-request {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 12px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 15px 12px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .fields-selector .schema-container .panel-title > .error-placeholder,
  .panel-title > small > a,
  .panel-title > .small > a,
  .fields-selector .schema-container .panel-title > .error-placeholder > a {
    color: inherit; }

.panel-footer {
  padding: 10px 12px;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.panel > .list-group, single-item > .list-group, single-request > .list-group,
.panel > .panel-collapse > .list-group,
single-item > .panel-collapse > .list-group,
single-request > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item, single-item > .list-group .list-group-item, single-request > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item,
  single-item > .panel-collapse > .list-group .list-group-item,
  single-request > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child, single-item > .list-group:first-child .list-group-item:first-child, single-request > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
  single-item > .panel-collapse > .list-group:first-child .list-group-item:first-child,
  single-request > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px; }
  .panel > .list-group:last-child .list-group-item:last-child, single-item > .list-group:last-child .list-group-item:last-child, single-request > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
  single-item > .panel-collapse > .list-group:last-child .list-group-item:last-child,
  single-request > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, single-item > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, single-request > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, single-item > .table, single-request > .table,
.panel > .table-responsive > .table,
single-item > .table-responsive > .table,
single-request > .table-responsive > .table,
.panel > .panel-collapse > .table,
single-item > .panel-collapse > .table,
single-request > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption, single-item > .table caption, single-request > .table caption,
  .panel > .table-responsive > .table caption,
  single-item > .table-responsive > .table caption,
  single-request > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption,
  single-item > .panel-collapse > .table caption,
  single-request > .panel-collapse > .table caption {
    padding-left: 12px;
    padding-right: 12px; }

.panel > .table:first-child, single-item > .table:first-child, single-request > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
single-item > .table-responsive:first-child > .table:first-child,
single-request > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child, single-item > .table:first-child > thead:first-child > tr:first-child, single-request > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  single-item > .table:first-child > tbody:first-child > tr:first-child,
  single-request > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  single-item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  single-request > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
  single-item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
  single-request > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, single-item > .table:first-child > thead:first-child > tr:first-child td:first-child, single-request > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    single-item > .table:first-child > thead:first-child > tr:first-child th:first-child,
    single-request > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    single-item > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    single-request > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    single-item > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    single-request > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    single-item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    single-request > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    single-item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    single-request > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    single-item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    single-request > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    single-item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    single-request > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, single-item > .table:first-child > thead:first-child > tr:first-child td:last-child, single-request > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    single-item > .table:first-child > thead:first-child > tr:first-child th:last-child,
    single-request > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    single-item > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    single-request > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    single-item > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    single-request > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    single-item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    single-request > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    single-item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    single-request > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    single-item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    single-request > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    single-item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    single-request > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 1px; }

.panel > .table:last-child, single-item > .table:last-child, single-request > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
single-item > .table-responsive:last-child > .table:last-child,
single-request > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child, single-item > .table:last-child > tbody:last-child > tr:last-child, single-request > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  single-item > .table:last-child > tfoot:last-child > tr:last-child,
  single-request > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  single-item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  single-request > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
  single-item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
  single-request > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, single-item > .table:last-child > tbody:last-child > tr:last-child td:first-child, single-request > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    single-item > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    single-request > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    single-item > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    single-request > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    single-item > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    single-request > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    single-item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    single-request > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    single-item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    single-request > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    single-item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    single-request > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    single-item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    single-request > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, single-item > .table:last-child > tbody:last-child > tr:last-child td:last-child, single-request > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    single-item > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    single-request > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    single-item > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    single-request > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    single-item > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    single-request > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    single-item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    single-request > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    single-item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    single-request > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    single-item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    single-request > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    single-item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    single-request > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 1px; }

.panel > .panel-body + .table, single-item > .panel-body + .table, single-request > .panel-body + .table,
.panel > .panel-body + .table-responsive,
single-item > .panel-body + .table-responsive,
single-request > .panel-body + .table-responsive,
.panel > .table + .panel-body,
single-item > .table + .panel-body,
single-request > .table + .panel-body,
.panel > .table-responsive + .panel-body,
single-item > .table-responsive + .panel-body,
single-request > .table-responsive + .panel-body {
  border-top: 1px solid transparent; }

.panel > .table > tbody:first-child > tr:first-child th, single-item > .table > tbody:first-child > tr:first-child th, single-request > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
single-item > .table > tbody:first-child > tr:first-child td,
single-request > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, single-item > .table-bordered, single-request > .table-bordered,
.panel > .table-responsive > .table-bordered,
single-item > .table-responsive > .table-bordered,
single-request > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child, single-item > .table-bordered > thead > tr > th:first-child, single-request > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  single-item > .table-bordered > thead > tr > td:first-child,
  single-request > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  single-item > .table-bordered > tbody > tr > th:first-child,
  single-request > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  single-item > .table-bordered > tbody > tr > td:first-child,
  single-request > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  single-item > .table-bordered > tfoot > tr > th:first-child,
  single-request > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  single-item > .table-bordered > tfoot > tr > td:first-child,
  single-request > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  single-item > .table-responsive > .table-bordered > thead > tr > th:first-child,
  single-request > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  single-item > .table-responsive > .table-bordered > thead > tr > td:first-child,
  single-request > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  single-item > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  single-request > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  single-item > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  single-request > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  single-item > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  single-request > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  single-item > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  single-request > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child, single-item > .table-bordered > thead > tr > th:last-child, single-request > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  single-item > .table-bordered > thead > tr > td:last-child,
  single-request > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  single-item > .table-bordered > tbody > tr > th:last-child,
  single-request > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  single-item > .table-bordered > tbody > tr > td:last-child,
  single-request > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  single-item > .table-bordered > tfoot > tr > th:last-child,
  single-request > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  single-item > .table-bordered > tfoot > tr > td:last-child,
  single-request > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  single-item > .table-responsive > .table-bordered > thead > tr > th:last-child,
  single-request > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  single-item > .table-responsive > .table-bordered > thead > tr > td:last-child,
  single-request > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  single-item > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  single-request > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  single-item > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  single-request > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  single-item > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  single-request > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  single-item > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  single-request > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td, single-item > .table-bordered > thead > tr:first-child > td, single-request > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  single-item > .table-bordered > thead > tr:first-child > th,
  single-request > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  single-item > .table-bordered > tbody > tr:first-child > td,
  single-request > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  single-item > .table-bordered > tbody > tr:first-child > th,
  single-request > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  single-item > .table-responsive > .table-bordered > thead > tr:first-child > td,
  single-request > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  single-item > .table-responsive > .table-bordered > thead > tr:first-child > th,
  single-request > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  single-item > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  single-request > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  single-item > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  single-request > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td, single-item > .table-bordered > tbody > tr:last-child > td, single-request > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  single-item > .table-bordered > tbody > tr:last-child > th,
  single-request > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  single-item > .table-bordered > tfoot > tr:last-child > td,
  single-request > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  single-item > .table-bordered > tfoot > tr:last-child > th,
  single-request > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  single-item > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  single-request > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  single-item > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  single-request > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  single-item > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  single-request > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  single-item > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  single-request > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive, single-item > .table-responsive, single-request > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel, .panel-group single-item, .panel-group single-request {
    margin-bottom: 0;
    border-radius: 2px; }
    .panel-group .panel + .panel, .panel-group single-item + .panel, .panel-group single-request + .panel, .panel-group .panel + single-item, .panel-group single-item + single-item, .panel-group single-request + single-item, .panel-group .panel + single-request, .panel-group single-item + single-request, .panel-group single-request + single-request {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid transparent; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid transparent; }

.panel-default {
  border-color: #fff; }
  .panel-default > .panel-heading {
    color: #37474f;
    background-color: #fff;
    border-color: #fff; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #fff; }
    .panel-default > .panel-heading .badge {
      color: #fff;
      background-color: #37474f; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fff; }

.panel-primary {
  border-color: #fff; }
  .panel-primary > .panel-heading {
    color: #4caf50;
    background-color: #fff;
    border-color: #fff; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #fff; }
    .panel-primary > .panel-heading .badge {
      color: #fff;
      background-color: #4caf50; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fff; }

.panel-success {
  border-color: #fff; }
  .panel-success > .panel-heading {
    color: #4caf50;
    background-color: #fff;
    border-color: #fff; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #fff; }
    .panel-success > .panel-heading .badge {
      color: #fff;
      background-color: #4caf50; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fff; }

.panel-info {
  border-color: #fff; }
  .panel-info > .panel-heading {
    color: #0288d1;
    background-color: #fff;
    border-color: #fff; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #fff; }
    .panel-info > .panel-heading .badge {
      color: #fff;
      background-color: #0288d1; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fff; }

.panel-warning {
  border-color: #fff; }
  .panel-warning > .panel-heading {
    color: #ffb300;
    background-color: #fff;
    border-color: #fff; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #fff; }
    .panel-warning > .panel-heading .badge {
      color: #fff;
      background-color: #ffb300; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fff; }

.panel-danger {
  border-color: #fff; }
  .panel-danger > .panel-heading {
    color: #d81b60;
    background-color: #fff;
    border-color: #fff; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #fff; }
    .panel-danger > .panel-heading .badge {
      color: #fff;
      background-color: #d81b60; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fff; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 3px; }

.well-sm {
  padding: 9px;
  border-radius: 2px; }

.close {
  float: right;
  font-size: 19.5px;
  font-weight: 400;
  line-height: 1;
  color: #b0bec5;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #b0bec5;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #37474f; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.6;
    filter: alpha(opacity=60); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #fff; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 16px; }

.modal-body {
  position: relative;
  padding: 25px 35px; }

.modal-footer {
  padding: 25px 35px;
  text-align: right;
  border-top: 1px solid #fff; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer tags-input .tags .tag-item + .btn, tags-input .tags .modal-footer .tag-item + .btn, .modal-footer tags-input .tags .btn + .tag-item, tags-input .tags .modal-footer .btn + .tag-item, .modal-footer tags-input .tags .tag-item + .tag-item, tags-input .tags .modal-footer .tag-item + .tag-item {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group tags-input .tags .tag-item + .btn, tags-input .tags .modal-footer .btn-group .tag-item + .btn, .modal-footer .btn-group tags-input .tags .btn + .tag-item, tags-input .tags .modal-footer .btn-group .btn + .tag-item, .modal-footer .btn-group tags-input .tags .tag-item + .tag-item, tags-input .tags .modal-footer .btn-group .tag-item + .tag-item {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #37474f;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #37474f; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #37474f; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #37474f; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #37474f; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #37474f; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #37474f; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #37474f; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #37474f; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #37474f;
  background-clip: padding-box;
  border: 1px solid #37474f;
  border: 1px solid #37474f;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #37474f;
  border-bottom: 1px solid #2d3940;
  border-radius: 2px 2px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #37474f;
  border-top-color: #37474f;
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #37474f; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #37474f;
  border-right-color: #37474f; }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #37474f; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #37474f;
  border-bottom-color: #37474f;
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #37474f; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #37474f;
  border-left-color: #37474f; }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #37474f;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption tags-input .tags .tag-item, tags-input .tags .carousel-caption .tag-item {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  box-shadow: none;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0; }

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cfd8dc;
  border-radius: 3px;
  color: #37474f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.select2-search input {
  border-color: #cfd8dc;
  border-radius: 3px;
  color: #37474f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.select2-container .select2-choices .select2-search-field input {
  box-shadow: none; }

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 32px;
  line-height: 1.42857; }

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto; }

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice, .input-group-sm > .select2-container.form-control .select2-choice, .input-group-sm > .select2-container.input-group-addon .select2-choice, .input-group-sm > .input-group-btn > .select2-container.btn .select2-choice, tags-input .tags .input-group-sm > .input-group-btn > .select2-container.tag-item .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 28px;
  line-height: 1.5;
  border-radius: 2px; }

.select2-container.input-lg .select2-choice, .input-group-lg > .select2-container.form-control .select2-choice, .input-group-lg > .select2-container.input-group-addon .select2-choice, .input-group-lg > .input-group-btn > .select2-container.btn .select2-choice, tags-input .tags .input-group-lg > .input-group-btn > .select2-container.tag-item .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 41px;
  line-height: 1.33333;
  border-radius: 3px; }

.select2-container-multi .select2-choices .select2-search-field input {
  height: 30px; }

.select2-container-multi.input-sm .select2-choices .select2-search-field input, .input-group-sm > .select2-container-multi.form-control .select2-choices .select2-search-field input, .input-group-sm > .select2-container-multi.input-group-addon .select2-choices .select2-search-field input, .input-group-sm > .input-group-btn > .select2-container-multi.btn .select2-choices .select2-search-field input, tags-input .tags .input-group-sm > .input-group-btn > .select2-container-multi.tag-item .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 26px; }

.select2-container-multi.input-lg .select2-choices .select2-search-field input, .input-group-lg > .select2-container-multi.form-control .select2-choices .select2-search-field input, .input-group-lg > .select2-container-multi.input-group-addon .select2-choices .select2-search-field input, .input-group-lg > .input-group-btn > .select2-container-multi.btn .select2-choices .select2-search-field input, tags-input .tags .input-group-lg > .input-group-btn > .select2-container-multi.tag-item .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 39px; }

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0; }

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px; }

.input-sm .select2-chosen, .input-group-sm > .form-control .select2-chosen, .input-group-sm > .input-group-addon .select2-chosen, .input-group-sm > .input-group-btn > .btn .select2-chosen, tags-input .tags .input-group-sm > .input-group-btn > .tag-item .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm > .form-control .select2-choice > span:first-child,
.input-group-sm > .input-group-addon .select2-choice > span:first-child,
.input-group-sm > .input-group-btn > .btn .select2-choice > span:first-child,
tags-input .tags .input-group-sm > .input-group-btn > .tag-item .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm > .form-control .select2-choices .select2-search-field input,
.input-group-sm > .input-group-addon .select2-choices .select2-search-field input,
.input-group-sm > .input-group-btn > .btn .select2-choices .select2-search-field input,
tags-input .tags .input-group-sm > .input-group-btn > .tag-item .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px; }

.input-lg .select2-chosen, .input-group-lg > .form-control .select2-chosen, .input-group-lg > .input-group-addon .select2-chosen, .input-group-lg > .input-group-btn > .btn .select2-chosen, tags-input .tags .input-group-lg > .input-group-btn > .tag-item .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg > .form-control .select2-choice > span:first-child,
.input-group-lg > .input-group-addon .select2-choice > span:first-child,
.input-group-lg > .input-group-btn > .btn .select2-choice > span:first-child,
tags-input .tags .input-group-lg > .input-group-btn > .tag-item .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg > .form-control .select2-choices .select2-search-field input,
.input-group-lg > .input-group-addon .select2-choices .select2-search-field input,
.input-group-lg > .input-group-btn > .btn .select2-choices .select2-search-field input,
tags-input .tags .input-group-lg > .input-group-btn > .tag-item .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 15px; }

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px; }

.select2-container-multi.input-sm .select2-choices .select2-search-choice, .input-group-sm > .select2-container-multi.form-control .select2-choices .select2-search-choice, .input-group-sm > .select2-container-multi.input-group-addon .select2-choices .select2-search-choice, .input-group-sm > .input-group-btn > .select2-container-multi.btn .select2-choices .select2-search-choice, tags-input .tags .input-group-sm > .input-group-btn > .select2-container-multi.tag-item .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px; }

.select2-container-multi.input-lg .select2-choices .select2-search-choice, .input-group-lg > .select2-container-multi.form-control .select2-choices .select2-search-choice, .input-group-lg > .select2-container-multi.input-group-addon .select2-choices .select2-search-choice, .input-group-lg > .input-group-btn > .select2-container-multi.btn .select2-choices .select2-search-choice, tags-input .tags .input-group-lg > .input-group-btn > .select2-container-multi.tag-item .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px; }

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px; }

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px; }

.select2-container.input-sm .select2-choice .select2-arrow b, .input-group-sm > .select2-container.form-control .select2-choice .select2-arrow b, .input-group-sm > .select2-container.input-group-addon .select2-choice .select2-arrow b, .input-group-sm > .input-group-btn > .select2-container.btn .select2-choice .select2-arrow b, tags-input .tags .input-group-sm > .input-group-btn > .select2-container.tag-item .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm > .select2-container.form-control .select2-choice div b,
.input-group-sm > .select2-container.input-group-addon .select2-choice div b,
.input-group-sm > .input-group-btn > .select2-container.btn .select2-choice div b,
tags-input .tags .input-group-sm > .input-group-btn > .select2-container.tag-item .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px; }

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b, .input-group-sm > .select2-dropdown-open.form-control .select2-choice .select2-arrow b, .input-group-sm > .select2-dropdown-open.input-group-addon .select2-choice .select2-arrow b, .input-group-sm > .input-group-btn > .select2-dropdown-open.btn .select2-choice .select2-arrow b, tags-input .tags .input-group-sm > .input-group-btn > .select2-dropdown-open.tag-item .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm > .select2-dropdown-open.form-control .select2-choice div b,
.input-group-sm > .select2-dropdown-open.input-group-addon .select2-choice div b,
.input-group-sm > .input-group-btn > .select2-dropdown-open.btn .select2-choice div b,
tags-input .tags .input-group-sm > .input-group-btn > .select2-dropdown-open.tag-item .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px; }

.select2-container.input-lg .select2-choice .select2-arrow b, .input-group-lg > .select2-container.form-control .select2-choice .select2-arrow b, .input-group-lg > .select2-container.input-group-addon .select2-choice .select2-arrow b, .input-group-lg > .input-group-btn > .select2-container.btn .select2-choice .select2-arrow b, tags-input .tags .input-group-lg > .input-group-btn > .select2-container.tag-item .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg > .select2-container.form-control .select2-choice div b,
.input-group-lg > .select2-container.input-group-addon .select2-choice div b,
.input-group-lg > .input-group-btn > .select2-container.btn .select2-choice div b,
tags-input .tags .input-group-lg > .input-group-btn > .select2-container.tag-item .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px; }

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b, .input-group-lg > .select2-dropdown-open.form-control .select2-choice .select2-arrow b, .input-group-lg > .select2-dropdown-open.input-group-addon .select2-choice .select2-arrow b, .input-group-lg > .input-group-btn > .select2-dropdown-open.btn .select2-choice .select2-arrow b, tags-input .tags .input-group-lg > .input-group-btn > .select2-dropdown-open.tag-item .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg > .select2-dropdown-open.form-control .select2-choice div b,
.input-group-lg > .select2-dropdown-open.input-group-addon .select2-choice div b,
.input-group-lg > .input-group-btn > .select2-dropdown-open.btn .select2-choice div b,
tags-input .tags .input-group-lg > .input-group-btn > .select2-dropdown-open.tag-item .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px; }

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #ff8f00; }

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #cc7200;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbc66; }

.has-warning.select2-drop-active {
  border-color: #cc7200; }
  .has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #cc7200; }

.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #ad1457; }

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #7f0f40;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e93e89; }

.has-error.select2-drop-active {
  border-color: #7f0f40; }
  .has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #7f0f40; }

.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #2e7d32; }

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #205823;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #52bf57; }

.has-success.select2-drop-active {
  border-color: #205823; }
  .has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #205823; }

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #64b5f6;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 181, 246, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.select2-drop-active {
  border-color: #64b5f6; }

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #64b5f6; }

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  background: #fff;
  -webkit-filter: none;
          filter: none; }
  .input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important; }
  .input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important; }
  .input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 2px !important; }
  .input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 3px !important; }
  .input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 2px !important; }
  .input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 3px !important; }

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: #455a64;
  background-color: #eceff1; }

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-append .input-group-btn tags-input .tags .tag-item,
tags-input .tags .select2-bootstrap-append .input-group-btn .tag-item,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn tags-input .tags .tag-item,
tags-input .tags .select2-bootstrap-prepend .input-group-btn .tag-item {
  vertical-align: top; }

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #37474f;
  background: #fff;
  border-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: none; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #e0e0e0;
  color: #37474f;
  box-shadow: none; }

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%; }

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%; }

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fff8e1;
  color: #ff8f00; }

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #f6f7f8;
  border-color: #cfd8dc; }
  .select2-container.select2-container-disabled .select2-choice .select2-arrow,
  .select2-container.select2-container-disabled .select2-choice div,
  .select2-container.select2-container-disabled .select2-choices .select2-arrow,
  .select2-container.select2-container-disabled .select2-choices div {
    background-color: transparent;
    border-left: 1px solid transparent;
    /* 2 */ }

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */ }

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen, .select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-transform: capitalize; }
  h1:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child),
  h4:not(:first-child),
  h5:not(:first-child),
  h6:not(:first-child),
  .h1:not(:first-child),
  .h2:not(:first-child),
  .h3:not(:first-child),
  .h4:not(:first-child),
  .h5:not(:first-child),
  .h6:not(:first-child) {
    margin-top: 2em; }
  h1 + .desc,
  h2 + .desc,
  h3 + .desc,
  h4 + .desc,
  h5 + .desc,
  h6 + .desc,
  .h1 + .desc,
  .h2 + .desc,
  .h3 + .desc,
  .h4 + .desc,
  .h5 + .desc,
  .h6 + .desc {
    font-size: 11px;
    margin-top: -1em; }

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: normal; }

h4, .h4 {
  font-weight: 600; }

b,
strong {
  font-weight: 600; }

.text-success {
  color: #4caf50; }

a.text-success:hover,
a.text-success:focus {
  color: #3d8b40; }

.text-info {
  color: #0288d1; }

a.text-info:hover,
a.text-info:focus {
  color: #02679e; }

.text-warning {
  color: #ffb300; }

a.text-warning:hover,
a.text-warning:focus {
  color: #cc8f00; }

.text-danger {
  color: #d81b60; }

a.text-danger:hover,
a.text-danger:focus {
  color: #ab154c; }

.capitalize {
  text-transform: capitalize; }

.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-cell {
  display: table-cell !important; }

.d-flex, .kumo-console-view main-area > div, .kumo-console-view main-area > div > div {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-inline.hide,
.d-inline-block.hide,
.d-block.hide,
.d-table.hide,
.d-table-cell.hide,
.d-flex.hide,
.kumo-console-view main-area > div.hide,
.kumo-console-view main-area > div > div.hide,
.d-inline-flex.hide {
  display: none !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column, .kumo-console-view main-area > div, .kumo-console-view main-area > div > div {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.flex-max, .kumo-console-view main-area > div > div {
  flex: 1 1 auto; }

.h-max {
  height: 100%; }

.w-max {
  width: 100%; }

.clickable {
  cursor: pointer; }

.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
  background-image: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/2ca61b76e22053571dd8611e5aac4900.png) !important; }

.select2-search input.select2-active,
.select2-more-results.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background-image: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/7b9776076d5fceef4993b55c9383dedd.gif) !important; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(https://d36m24nde77kdn.cloudfront.net/dash/assets/images/49e3f006018662f60f1db2aec0b2cca9.png) !important; } }

.f16 .flag {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: bottom; }

.form-error-input {
  border-color: #d81b60 !important; }
  .form-error-input:focus {
    border-color: #d81b60 !important;
    outline: 0;
    box-shadow: 0 0 8px rgba(216, 27, 96, 0.6) !important; }

.form-error-text {
  float: left;
  color: #d81b60; }

.table th {
  color: #37474f;
  font-weight: 600; }

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border: none; }

.panel-body .table:last-child,
.panel-body .alert:last-child {
  margin-bottom: 0; }

.btn, tags-input .tags .tag-item {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  text-transform: uppercase; }
  .btn.disabled, tags-input .tags .disabled.tag-item, .btn[disabled], tags-input .tags .tag-item[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] tags-input .tags .tag-item,
  tags-input .tags fieldset[disabled] .tag-item {
    opacity: 1;
    filter: alpha(opacity=100); }
  .btn:not(.button-loading-active).disabled, tags-input .tags .tag-item:not(.button-loading-active).disabled, .btn:not(.button-loading-active)[disabled], tags-input .tags .tag-item:not(.button-loading-active)[disabled],
  fieldset[disabled] .btn:not(.button-loading-active),
  fieldset[disabled] tags-input .tags .tag-item:not(.button-loading-active),
  tags-input .tags fieldset[disabled] .tag-item:not(.button-loading-active) {
    opacity: 0.51;
    filter: alpha(opacity=51);
    box-shadow: none; }
  .btn.button-ready, tags-input .tags .button-ready.tag-item {
    transition: none 0.2s ease;
    transition-property: color, background-color, border-color, box-shadow; }

.btn-default {
  color: #37474f;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  outline: none; }
  .btn-default:focus, .btn-default.focus {
    color: #37474f;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-default:hover {
    color: #37474f;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #37474f;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #37474f;
      background-color: #d4d4d4;
      border-color: #d4d4d4;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      outline: none; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default[disabled],
  fieldset[disabled] .btn-default {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .btn-default:not(.button-loading-active).disabled, .btn-default:not(.button-loading-active)[disabled],
  fieldset[disabled] .btn-default:not(.button-loading-active) {
    box-shadow: none; }
    .btn-default:not(.button-loading-active).disabled, .btn-default:not(.button-loading-active).disabled:hover, .btn-default:not(.button-loading-active).disabled:focus, .btn-default:not(.button-loading-active).disabled.focus, .btn-default:not(.button-loading-active)[disabled], .btn-default:not(.button-loading-active)[disabled]:hover, .btn-default:not(.button-loading-active)[disabled]:focus, .btn-default:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-default:not(.button-loading-active),
    fieldset[disabled] .btn-default:not(.button-loading-active):hover,
    fieldset[disabled] .btn-default:not(.button-loading-active):focus,
    fieldset[disabled] .btn-default:not(.button-loading-active).focus {
      color: rgba(55, 71, 79, 0.5); }
    .btn-default:not(.button-loading-active).disabled:hover, .btn-default:not(.button-loading-active).disabled:focus, .btn-default:not(.button-loading-active).disabled.focus, .btn-default:not(.button-loading-active)[disabled]:hover, .btn-default:not(.button-loading-active)[disabled]:focus, .btn-default:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-default:not(.button-loading-active):hover,
    fieldset[disabled] .btn-default:not(.button-loading-active):focus,
    fieldset[disabled] .btn-default:not(.button-loading-active).focus {
      background-color: #fff;
      border-color: #fff;
      box-shadow: none; }
  .btn-default .badge {
    color: #fff;
    background-color: #37474f; }

.panel .btn-default, single-item .btn-default, single-request .btn-default,
.modal-content .btn-default,
.dropdown-menu .btn-default,
tags-input .autocomplete .btn-default {
  color: #37474f;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  outline: none;
  background-color: #f6f7f8;
  border-color: #f6f7f8; }
  .panel .btn-default:focus, single-item .btn-default:focus, single-request .btn-default:focus, .panel .btn-default.focus, single-item .btn-default.focus, single-request .btn-default.focus,
  .modal-content .btn-default:focus,
  .modal-content .btn-default.focus,
  .dropdown-menu .btn-default:focus,
  tags-input .autocomplete .btn-default:focus,
  .dropdown-menu .btn-default.focus,
  tags-input .autocomplete .btn-default.focus {
    color: #37474f;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
  .panel .btn-default:hover, single-item .btn-default:hover, single-request .btn-default:hover,
  .modal-content .btn-default:hover,
  .dropdown-menu .btn-default:hover,
  tags-input .autocomplete .btn-default:hover {
    color: #37474f;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    outline: none; }
  .panel .btn-default:active, single-item .btn-default:active, single-request .btn-default:active, .panel .btn-default.active, single-item .btn-default.active, single-request .btn-default.active,
  .open > .panel .btn-default.dropdown-toggle,
  .open > single-item .btn-default.dropdown-toggle,
  .open > single-request .btn-default.dropdown-toggle,
  .modal-content .btn-default:active,
  .modal-content .btn-default.active,
  .open >
  .modal-content .btn-default.dropdown-toggle,
  .dropdown-menu .btn-default:active,
  tags-input .autocomplete .btn-default:active,
  .dropdown-menu .btn-default.active,
  tags-input .autocomplete .btn-default.active,
  .open > .dropdown-menu .btn-default.dropdown-toggle,
  tags-input .open > .autocomplete .btn-default.dropdown-toggle {
    color: #37474f;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
    .panel .btn-default:active:hover, single-item .btn-default:active:hover, single-request .btn-default:active:hover, .panel .btn-default:active:focus, single-item .btn-default:active:focus, single-request .btn-default:active:focus, .panel .btn-default:active.focus, single-item .btn-default:active.focus, single-request .btn-default:active.focus, .panel .btn-default.active:hover, single-item .btn-default.active:hover, single-request .btn-default.active:hover, .panel .btn-default.active:focus, single-item .btn-default.active:focus, single-request .btn-default.active:focus, .panel .btn-default.active.focus, single-item .btn-default.active.focus, single-request .btn-default.active.focus,
    .open > .panel .btn-default.dropdown-toggle:hover,
    .open > single-item .btn-default.dropdown-toggle:hover,
    .open > single-request .btn-default.dropdown-toggle:hover,
    .open > .panel .btn-default.dropdown-toggle:focus,
    .open > single-item .btn-default.dropdown-toggle:focus,
    .open > single-request .btn-default.dropdown-toggle:focus,
    .open > .panel .btn-default.dropdown-toggle.focus,
    .open > single-item .btn-default.dropdown-toggle.focus,
    .open > single-request .btn-default.dropdown-toggle.focus,
    .modal-content .btn-default:active:hover,
    .modal-content .btn-default:active:focus,
    .modal-content .btn-default:active.focus,
    .modal-content .btn-default.active:hover,
    .modal-content .btn-default.active:focus,
    .modal-content .btn-default.active.focus,
    .open >
    .modal-content .btn-default.dropdown-toggle:hover,
    .open >
    .modal-content .btn-default.dropdown-toggle:focus,
    .open >
    .modal-content .btn-default.dropdown-toggle.focus,
    .dropdown-menu .btn-default:active:hover,
    tags-input .autocomplete .btn-default:active:hover,
    .dropdown-menu .btn-default:active:focus,
    tags-input .autocomplete .btn-default:active:focus,
    .dropdown-menu .btn-default:active.focus,
    tags-input .autocomplete .btn-default:active.focus,
    .dropdown-menu .btn-default.active:hover,
    tags-input .autocomplete .btn-default.active:hover,
    .dropdown-menu .btn-default.active:focus,
    tags-input .autocomplete .btn-default.active:focus,
    .dropdown-menu .btn-default.active.focus,
    tags-input .autocomplete .btn-default.active.focus,
    .open > .dropdown-menu .btn-default.dropdown-toggle:hover,
    tags-input .open > .autocomplete .btn-default.dropdown-toggle:hover,
    .open > .dropdown-menu .btn-default.dropdown-toggle:focus,
    tags-input .open > .autocomplete .btn-default.dropdown-toggle:focus,
    .open > .dropdown-menu .btn-default.dropdown-toggle.focus,
    tags-input .open > .autocomplete .btn-default.dropdown-toggle.focus {
      color: #37474f;
      background-color: #d4d4d4;
      border-color: #d4d4d4;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      outline: none; }
  .panel .btn-default:active, single-item .btn-default:active, single-request .btn-default:active, .panel .btn-default.active, single-item .btn-default.active, single-request .btn-default.active,
  .open > .panel .btn-default.dropdown-toggle,
  .open > single-item .btn-default.dropdown-toggle,
  .open > single-request .btn-default.dropdown-toggle,
  .modal-content .btn-default:active,
  .modal-content .btn-default.active,
  .open >
  .modal-content .btn-default.dropdown-toggle,
  .dropdown-menu .btn-default:active,
  tags-input .autocomplete .btn-default:active,
  .dropdown-menu .btn-default.active,
  tags-input .autocomplete .btn-default.active,
  .open > .dropdown-menu .btn-default.dropdown-toggle,
  tags-input .open > .autocomplete .btn-default.dropdown-toggle {
    background-image: none; }
  .panel .btn-default.disabled, single-item .btn-default.disabled, single-request .btn-default.disabled, .panel .btn-default[disabled], single-item .btn-default[disabled], single-request .btn-default[disabled],
  fieldset[disabled] .panel .btn-default,
  fieldset[disabled] single-item .btn-default,
  fieldset[disabled] single-request .btn-default,
  .modal-content .btn-default.disabled,
  .modal-content .btn-default[disabled],
  fieldset[disabled]
  .modal-content .btn-default,
  .dropdown-menu .btn-default.disabled,
  tags-input .autocomplete .btn-default.disabled,
  .dropdown-menu .btn-default[disabled],
  tags-input .autocomplete .btn-default[disabled],
  fieldset[disabled] .dropdown-menu .btn-default,
  fieldset[disabled] tags-input .autocomplete .btn-default,
  tags-input fieldset[disabled] .autocomplete .btn-default {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .panel .btn-default:not(.button-loading-active).disabled, single-item .btn-default:not(.button-loading-active).disabled, single-request .btn-default:not(.button-loading-active).disabled, .panel .btn-default:not(.button-loading-active)[disabled], single-item .btn-default:not(.button-loading-active)[disabled], single-request .btn-default:not(.button-loading-active)[disabled],
  fieldset[disabled] .panel .btn-default:not(.button-loading-active),
  fieldset[disabled] single-item .btn-default:not(.button-loading-active),
  fieldset[disabled] single-request .btn-default:not(.button-loading-active),
  .modal-content .btn-default:not(.button-loading-active).disabled,
  .modal-content .btn-default:not(.button-loading-active)[disabled],
  fieldset[disabled]
  .modal-content .btn-default:not(.button-loading-active),
  .dropdown-menu .btn-default:not(.button-loading-active).disabled,
  tags-input .autocomplete .btn-default:not(.button-loading-active).disabled,
  .dropdown-menu .btn-default:not(.button-loading-active)[disabled],
  tags-input .autocomplete .btn-default:not(.button-loading-active)[disabled],
  fieldset[disabled] .dropdown-menu .btn-default:not(.button-loading-active),
  fieldset[disabled] tags-input .autocomplete .btn-default:not(.button-loading-active),
  tags-input fieldset[disabled] .autocomplete .btn-default:not(.button-loading-active) {
    box-shadow: none; }
    .panel .btn-default:not(.button-loading-active).disabled, single-item .btn-default:not(.button-loading-active).disabled, single-request .btn-default:not(.button-loading-active).disabled, .panel .btn-default:not(.button-loading-active).disabled:hover, single-item .btn-default:not(.button-loading-active).disabled:hover, single-request .btn-default:not(.button-loading-active).disabled:hover, .panel .btn-default:not(.button-loading-active).disabled:focus, single-item .btn-default:not(.button-loading-active).disabled:focus, single-request .btn-default:not(.button-loading-active).disabled:focus, .panel .btn-default:not(.button-loading-active).disabled.focus, single-item .btn-default:not(.button-loading-active).disabled.focus, single-request .btn-default:not(.button-loading-active).disabled.focus, .panel .btn-default:not(.button-loading-active)[disabled], single-item .btn-default:not(.button-loading-active)[disabled], single-request .btn-default:not(.button-loading-active)[disabled], .panel .btn-default:not(.button-loading-active)[disabled]:hover, single-item .btn-default:not(.button-loading-active)[disabled]:hover, single-request .btn-default:not(.button-loading-active)[disabled]:hover, .panel .btn-default:not(.button-loading-active)[disabled]:focus, single-item .btn-default:not(.button-loading-active)[disabled]:focus, single-request .btn-default:not(.button-loading-active)[disabled]:focus, .panel .btn-default:not(.button-loading-active)[disabled].focus, single-item .btn-default:not(.button-loading-active)[disabled].focus, single-request .btn-default:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .panel .btn-default:not(.button-loading-active),
    fieldset[disabled] single-item .btn-default:not(.button-loading-active),
    fieldset[disabled] single-request .btn-default:not(.button-loading-active),
    fieldset[disabled] .panel .btn-default:not(.button-loading-active):hover,
    fieldset[disabled] single-item .btn-default:not(.button-loading-active):hover,
    fieldset[disabled] single-request .btn-default:not(.button-loading-active):hover,
    fieldset[disabled] .panel .btn-default:not(.button-loading-active):focus,
    fieldset[disabled] single-item .btn-default:not(.button-loading-active):focus,
    fieldset[disabled] single-request .btn-default:not(.button-loading-active):focus,
    fieldset[disabled] .panel .btn-default:not(.button-loading-active).focus,
    fieldset[disabled] single-item .btn-default:not(.button-loading-active).focus,
    fieldset[disabled] single-request .btn-default:not(.button-loading-active).focus,
    .modal-content .btn-default:not(.button-loading-active).disabled,
    .modal-content .btn-default:not(.button-loading-active).disabled:hover,
    .modal-content .btn-default:not(.button-loading-active).disabled:focus,
    .modal-content .btn-default:not(.button-loading-active).disabled.focus,
    .modal-content .btn-default:not(.button-loading-active)[disabled],
    .modal-content .btn-default:not(.button-loading-active)[disabled]:hover,
    .modal-content .btn-default:not(.button-loading-active)[disabled]:focus,
    .modal-content .btn-default:not(.button-loading-active)[disabled].focus,
    fieldset[disabled]
    .modal-content .btn-default:not(.button-loading-active),
    fieldset[disabled]
    .modal-content .btn-default:not(.button-loading-active):hover,
    fieldset[disabled]
    .modal-content .btn-default:not(.button-loading-active):focus,
    fieldset[disabled]
    .modal-content .btn-default:not(.button-loading-active).focus,
    .dropdown-menu .btn-default:not(.button-loading-active).disabled,
    tags-input .autocomplete .btn-default:not(.button-loading-active).disabled,
    .dropdown-menu .btn-default:not(.button-loading-active).disabled:hover,
    tags-input .autocomplete .btn-default:not(.button-loading-active).disabled:hover,
    .dropdown-menu .btn-default:not(.button-loading-active).disabled:focus,
    tags-input .autocomplete .btn-default:not(.button-loading-active).disabled:focus,
    .dropdown-menu .btn-default:not(.button-loading-active).disabled.focus,
    tags-input .autocomplete .btn-default:not(.button-loading-active).disabled.focus,
    .dropdown-menu .btn-default:not(.button-loading-active)[disabled],
    tags-input .autocomplete .btn-default:not(.button-loading-active)[disabled],
    .dropdown-menu .btn-default:not(.button-loading-active)[disabled]:hover,
    tags-input .autocomplete .btn-default:not(.button-loading-active)[disabled]:hover,
    .dropdown-menu .btn-default:not(.button-loading-active)[disabled]:focus,
    tags-input .autocomplete .btn-default:not(.button-loading-active)[disabled]:focus,
    .dropdown-menu .btn-default:not(.button-loading-active)[disabled].focus,
    tags-input .autocomplete .btn-default:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .dropdown-menu .btn-default:not(.button-loading-active),
    fieldset[disabled] tags-input .autocomplete .btn-default:not(.button-loading-active),
    tags-input fieldset[disabled] .autocomplete .btn-default:not(.button-loading-active),
    fieldset[disabled] .dropdown-menu .btn-default:not(.button-loading-active):hover,
    fieldset[disabled] tags-input .autocomplete .btn-default:not(.button-loading-active):hover,
    tags-input fieldset[disabled] .autocomplete .btn-default:not(.button-loading-active):hover,
    fieldset[disabled] .dropdown-menu .btn-default:not(.button-loading-active):focus,
    fieldset[disabled] tags-input .autocomplete .btn-default:not(.button-loading-active):focus,
    tags-input fieldset[disabled] .autocomplete .btn-default:not(.button-loading-active):focus,
    fieldset[disabled] .dropdown-menu .btn-default:not(.button-loading-active).focus,
    fieldset[disabled] tags-input .autocomplete .btn-default:not(.button-loading-active).focus,
    tags-input fieldset[disabled] .autocomplete .btn-default:not(.button-loading-active).focus {
      color: rgba(55, 71, 79, 0.5); }
    .panel .btn-default:not(.button-loading-active).disabled:hover, single-item .btn-default:not(.button-loading-active).disabled:hover, single-request .btn-default:not(.button-loading-active).disabled:hover, .panel .btn-default:not(.button-loading-active).disabled:focus, single-item .btn-default:not(.button-loading-active).disabled:focus, single-request .btn-default:not(.button-loading-active).disabled:focus, .panel .btn-default:not(.button-loading-active).disabled.focus, single-item .btn-default:not(.button-loading-active).disabled.focus, single-request .btn-default:not(.button-loading-active).disabled.focus, .panel .btn-default:not(.button-loading-active)[disabled]:hover, single-item .btn-default:not(.button-loading-active)[disabled]:hover, single-request .btn-default:not(.button-loading-active)[disabled]:hover, .panel .btn-default:not(.button-loading-active)[disabled]:focus, single-item .btn-default:not(.button-loading-active)[disabled]:focus, single-request .btn-default:not(.button-loading-active)[disabled]:focus, .panel .btn-default:not(.button-loading-active)[disabled].focus, single-item .btn-default:not(.button-loading-active)[disabled].focus, single-request .btn-default:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .panel .btn-default:not(.button-loading-active):hover,
    fieldset[disabled] single-item .btn-default:not(.button-loading-active):hover,
    fieldset[disabled] single-request .btn-default:not(.button-loading-active):hover,
    fieldset[disabled] .panel .btn-default:not(.button-loading-active):focus,
    fieldset[disabled] single-item .btn-default:not(.button-loading-active):focus,
    fieldset[disabled] single-request .btn-default:not(.button-loading-active):focus,
    fieldset[disabled] .panel .btn-default:not(.button-loading-active).focus,
    fieldset[disabled] single-item .btn-default:not(.button-loading-active).focus,
    fieldset[disabled] single-request .btn-default:not(.button-loading-active).focus,
    .modal-content .btn-default:not(.button-loading-active).disabled:hover,
    .modal-content .btn-default:not(.button-loading-active).disabled:focus,
    .modal-content .btn-default:not(.button-loading-active).disabled.focus,
    .modal-content .btn-default:not(.button-loading-active)[disabled]:hover,
    .modal-content .btn-default:not(.button-loading-active)[disabled]:focus,
    .modal-content .btn-default:not(.button-loading-active)[disabled].focus,
    fieldset[disabled]
    .modal-content .btn-default:not(.button-loading-active):hover,
    fieldset[disabled]
    .modal-content .btn-default:not(.button-loading-active):focus,
    fieldset[disabled]
    .modal-content .btn-default:not(.button-loading-active).focus,
    .dropdown-menu .btn-default:not(.button-loading-active).disabled:hover,
    tags-input .autocomplete .btn-default:not(.button-loading-active).disabled:hover,
    .dropdown-menu .btn-default:not(.button-loading-active).disabled:focus,
    tags-input .autocomplete .btn-default:not(.button-loading-active).disabled:focus,
    .dropdown-menu .btn-default:not(.button-loading-active).disabled.focus,
    tags-input .autocomplete .btn-default:not(.button-loading-active).disabled.focus,
    .dropdown-menu .btn-default:not(.button-loading-active)[disabled]:hover,
    tags-input .autocomplete .btn-default:not(.button-loading-active)[disabled]:hover,
    .dropdown-menu .btn-default:not(.button-loading-active)[disabled]:focus,
    tags-input .autocomplete .btn-default:not(.button-loading-active)[disabled]:focus,
    .dropdown-menu .btn-default:not(.button-loading-active)[disabled].focus,
    tags-input .autocomplete .btn-default:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .dropdown-menu .btn-default:not(.button-loading-active):hover,
    fieldset[disabled] tags-input .autocomplete .btn-default:not(.button-loading-active):hover,
    tags-input fieldset[disabled] .autocomplete .btn-default:not(.button-loading-active):hover,
    fieldset[disabled] .dropdown-menu .btn-default:not(.button-loading-active):focus,
    fieldset[disabled] tags-input .autocomplete .btn-default:not(.button-loading-active):focus,
    tags-input fieldset[disabled] .autocomplete .btn-default:not(.button-loading-active):focus,
    fieldset[disabled] .dropdown-menu .btn-default:not(.button-loading-active).focus,
    fieldset[disabled] tags-input .autocomplete .btn-default:not(.button-loading-active).focus,
    tags-input fieldset[disabled] .autocomplete .btn-default:not(.button-loading-active).focus {
      background-color: #fff;
      border-color: #fff;
      box-shadow: none; }
  .panel .btn-default .badge, single-item .btn-default .badge, single-request .btn-default .badge,
  .modal-content .btn-default .badge,
  .dropdown-menu .btn-default .badge,
  tags-input .autocomplete .btn-default .badge {
    color: #fff;
    background-color: #37474f; }
  .panel .btn-default.disabled:hover, single-item .btn-default.disabled:hover, single-request .btn-default.disabled:hover, .panel .btn-default.disabled:focus, single-item .btn-default.disabled:focus, single-request .btn-default.disabled:focus, .panel .btn-default.disabled.focus, single-item .btn-default.disabled.focus, single-request .btn-default.disabled.focus, .panel .btn-default[disabled]:hover, single-item .btn-default[disabled]:hover, single-request .btn-default[disabled]:hover, .panel .btn-default[disabled]:focus, single-item .btn-default[disabled]:focus, single-request .btn-default[disabled]:focus, .panel .btn-default[disabled].focus, single-item .btn-default[disabled].focus, single-request .btn-default[disabled].focus,
  fieldset[disabled] .panel .btn-default:hover,
  fieldset[disabled] single-item .btn-default:hover,
  fieldset[disabled] single-request .btn-default:hover,
  fieldset[disabled] .panel .btn-default:focus,
  fieldset[disabled] single-item .btn-default:focus,
  fieldset[disabled] single-request .btn-default:focus,
  fieldset[disabled] .panel .btn-default.focus,
  fieldset[disabled] single-item .btn-default.focus,
  fieldset[disabled] single-request .btn-default.focus,
  .modal-content .btn-default.disabled:hover,
  .modal-content .btn-default.disabled:focus,
  .modal-content .btn-default.disabled.focus,
  .modal-content .btn-default[disabled]:hover,
  .modal-content .btn-default[disabled]:focus,
  .modal-content .btn-default[disabled].focus,
  fieldset[disabled]
  .modal-content .btn-default:hover,
  fieldset[disabled]
  .modal-content .btn-default:focus,
  fieldset[disabled]
  .modal-content .btn-default.focus,
  .dropdown-menu .btn-default.disabled:hover,
  tags-input .autocomplete .btn-default.disabled:hover,
  .dropdown-menu .btn-default.disabled:focus,
  tags-input .autocomplete .btn-default.disabled:focus,
  .dropdown-menu .btn-default.disabled.focus,
  tags-input .autocomplete .btn-default.disabled.focus,
  .dropdown-menu .btn-default[disabled]:hover,
  tags-input .autocomplete .btn-default[disabled]:hover,
  .dropdown-menu .btn-default[disabled]:focus,
  tags-input .autocomplete .btn-default[disabled]:focus,
  .dropdown-menu .btn-default[disabled].focus,
  tags-input .autocomplete .btn-default[disabled].focus,
  fieldset[disabled] .dropdown-menu .btn-default:hover,
  fieldset[disabled] tags-input .autocomplete .btn-default:hover,
  tags-input fieldset[disabled] .autocomplete .btn-default:hover,
  fieldset[disabled] .dropdown-menu .btn-default:focus,
  fieldset[disabled] tags-input .autocomplete .btn-default:focus,
  tags-input fieldset[disabled] .autocomplete .btn-default:focus,
  fieldset[disabled] .dropdown-menu .btn-default.focus,
  fieldset[disabled] tags-input .autocomplete .btn-default.focus,
  tags-input fieldset[disabled] .autocomplete .btn-default.focus {
    background-color: #f6f7f8;
    border-color: #f6f7f8; }

.btn-flat {
  color: #37474f;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  outline: none;
  box-shadow: none; }
  .btn-flat:focus, .btn-flat.focus {
    color: #37474f;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-flat:hover {
    color: #37474f;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-flat:active, .btn-flat.active,
  .open > .btn-flat.dropdown-toggle {
    color: #37474f;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
    .btn-flat:active:hover, .btn-flat:active:focus, .btn-flat:active.focus, .btn-flat.active:hover, .btn-flat.active:focus, .btn-flat.active.focus,
    .open > .btn-flat.dropdown-toggle:hover,
    .open > .btn-flat.dropdown-toggle:focus,
    .open > .btn-flat.dropdown-toggle.focus {
      color: #37474f;
      background-color: rgba(0, 0, 0, 0);
      border-color: rgba(0, 0, 0, 0);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      outline: none; }
  .btn-flat:active, .btn-flat.active,
  .open > .btn-flat.dropdown-toggle {
    background-image: none; }
  .btn-flat.disabled, .btn-flat[disabled],
  fieldset[disabled] .btn-flat {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .btn-flat:not(.button-loading-active).disabled, .btn-flat:not(.button-loading-active)[disabled],
  fieldset[disabled] .btn-flat:not(.button-loading-active) {
    box-shadow: none; }
    .btn-flat:not(.button-loading-active).disabled, .btn-flat:not(.button-loading-active).disabled:hover, .btn-flat:not(.button-loading-active).disabled:focus, .btn-flat:not(.button-loading-active).disabled.focus, .btn-flat:not(.button-loading-active)[disabled], .btn-flat:not(.button-loading-active)[disabled]:hover, .btn-flat:not(.button-loading-active)[disabled]:focus, .btn-flat:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-flat:not(.button-loading-active),
    fieldset[disabled] .btn-flat:not(.button-loading-active):hover,
    fieldset[disabled] .btn-flat:not(.button-loading-active):focus,
    fieldset[disabled] .btn-flat:not(.button-loading-active).focus {
      color: rgba(55, 71, 79, 0.5); }
    .btn-flat:not(.button-loading-active).disabled:hover, .btn-flat:not(.button-loading-active).disabled:focus, .btn-flat:not(.button-loading-active).disabled.focus, .btn-flat:not(.button-loading-active)[disabled]:hover, .btn-flat:not(.button-loading-active)[disabled]:focus, .btn-flat:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-flat:not(.button-loading-active):hover,
    fieldset[disabled] .btn-flat:not(.button-loading-active):focus,
    fieldset[disabled] .btn-flat:not(.button-loading-active).focus {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .btn-flat .badge {
    color: transparent;
    background-color: #37474f; }
  .btn-flat:hover, .btn-flat:focus, .btn-flat.focus {
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  outline: none; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #3d8b40;
    border-color: #3d8b40;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-primary:hover {
    color: #fff;
    background-color: #3d8b40;
    border-color: #3d8b40;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #357a38;
    border-color: #357a38;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #327334;
      border-color: #327334;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      outline: none; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary[disabled],
  fieldset[disabled] .btn-primary {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .btn-primary:not(.button-loading-active).disabled, .btn-primary:not(.button-loading-active)[disabled],
  fieldset[disabled] .btn-primary:not(.button-loading-active) {
    box-shadow: none; }
    .btn-primary:not(.button-loading-active).disabled, .btn-primary:not(.button-loading-active).disabled:hover, .btn-primary:not(.button-loading-active).disabled:focus, .btn-primary:not(.button-loading-active).disabled.focus, .btn-primary:not(.button-loading-active)[disabled], .btn-primary:not(.button-loading-active)[disabled]:hover, .btn-primary:not(.button-loading-active)[disabled]:focus, .btn-primary:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-primary:not(.button-loading-active),
    fieldset[disabled] .btn-primary:not(.button-loading-active):hover,
    fieldset[disabled] .btn-primary:not(.button-loading-active):focus,
    fieldset[disabled] .btn-primary:not(.button-loading-active).focus {
      color: rgba(255, 255, 255, 0.5); }
    .btn-primary:not(.button-loading-active).disabled:hover, .btn-primary:not(.button-loading-active).disabled:focus, .btn-primary:not(.button-loading-active).disabled.focus, .btn-primary:not(.button-loading-active)[disabled]:hover, .btn-primary:not(.button-loading-active)[disabled]:focus, .btn-primary:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-primary:not(.button-loading-active):hover,
    fieldset[disabled] .btn-primary:not(.button-loading-active):focus,
    fieldset[disabled] .btn-primary:not(.button-loading-active).focus {
      background-color: #4caf50;
      border-color: #4caf50;
      box-shadow: none; }
  .btn-primary .badge {
    color: #4caf50;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  outline: none; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #3d8b40;
    border-color: #3d8b40;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-success:hover {
    color: #fff;
    background-color: #3d8b40;
    border-color: #3d8b40;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #357a38;
    border-color: #357a38;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #327334;
      border-color: #327334;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      outline: none; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success[disabled],
  fieldset[disabled] .btn-success {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .btn-success:not(.button-loading-active).disabled, .btn-success:not(.button-loading-active)[disabled],
  fieldset[disabled] .btn-success:not(.button-loading-active) {
    box-shadow: none; }
    .btn-success:not(.button-loading-active).disabled, .btn-success:not(.button-loading-active).disabled:hover, .btn-success:not(.button-loading-active).disabled:focus, .btn-success:not(.button-loading-active).disabled.focus, .btn-success:not(.button-loading-active)[disabled], .btn-success:not(.button-loading-active)[disabled]:hover, .btn-success:not(.button-loading-active)[disabled]:focus, .btn-success:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-success:not(.button-loading-active),
    fieldset[disabled] .btn-success:not(.button-loading-active):hover,
    fieldset[disabled] .btn-success:not(.button-loading-active):focus,
    fieldset[disabled] .btn-success:not(.button-loading-active).focus {
      color: rgba(255, 255, 255, 0.5); }
    .btn-success:not(.button-loading-active).disabled:hover, .btn-success:not(.button-loading-active).disabled:focus, .btn-success:not(.button-loading-active).disabled.focus, .btn-success:not(.button-loading-active)[disabled]:hover, .btn-success:not(.button-loading-active)[disabled]:focus, .btn-success:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-success:not(.button-loading-active):hover,
    fieldset[disabled] .btn-success:not(.button-loading-active):focus,
    fieldset[disabled] .btn-success:not(.button-loading-active).focus {
      background-color: #4caf50;
      border-color: #4caf50;
      box-shadow: none; }
  .btn-success .badge {
    color: #4caf50;
    background-color: #fff; }

.btn-info {
  color: #37474f;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  outline: none; }
  .btn-info:focus, .btn-info.focus {
    color: #37474f;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-info:hover {
    color: #37474f;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #37474f;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #37474f;
      background-color: #d4d4d4;
      border-color: #d4d4d4;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      outline: none; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info[disabled],
  fieldset[disabled] .btn-info {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .btn-info:not(.button-loading-active).disabled, .btn-info:not(.button-loading-active)[disabled],
  fieldset[disabled] .btn-info:not(.button-loading-active) {
    box-shadow: none; }
    .btn-info:not(.button-loading-active).disabled, .btn-info:not(.button-loading-active).disabled:hover, .btn-info:not(.button-loading-active).disabled:focus, .btn-info:not(.button-loading-active).disabled.focus, .btn-info:not(.button-loading-active)[disabled], .btn-info:not(.button-loading-active)[disabled]:hover, .btn-info:not(.button-loading-active)[disabled]:focus, .btn-info:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-info:not(.button-loading-active),
    fieldset[disabled] .btn-info:not(.button-loading-active):hover,
    fieldset[disabled] .btn-info:not(.button-loading-active):focus,
    fieldset[disabled] .btn-info:not(.button-loading-active).focus {
      color: rgba(55, 71, 79, 0.5); }
    .btn-info:not(.button-loading-active).disabled:hover, .btn-info:not(.button-loading-active).disabled:focus, .btn-info:not(.button-loading-active).disabled.focus, .btn-info:not(.button-loading-active)[disabled]:hover, .btn-info:not(.button-loading-active)[disabled]:focus, .btn-info:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-info:not(.button-loading-active):hover,
    fieldset[disabled] .btn-info:not(.button-loading-active):focus,
    fieldset[disabled] .btn-info:not(.button-loading-active).focus {
      background-color: #fff;
      border-color: #fff;
      box-shadow: none; }
  .btn-info .badge {
    color: #fff;
    background-color: #37474f; }

.btn-warning {
  color: #fff;
  background-color: #d81b60;
  border-color: #d81b60;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  outline: none; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ab154c;
    border-color: #ab154c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ab154c;
    border-color: #ab154c;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #941342;
    border-color: #941342;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #8b113e;
      border-color: #8b113e;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      outline: none; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning[disabled],
  fieldset[disabled] .btn-warning {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .btn-warning:not(.button-loading-active).disabled, .btn-warning:not(.button-loading-active)[disabled],
  fieldset[disabled] .btn-warning:not(.button-loading-active) {
    box-shadow: none; }
    .btn-warning:not(.button-loading-active).disabled, .btn-warning:not(.button-loading-active).disabled:hover, .btn-warning:not(.button-loading-active).disabled:focus, .btn-warning:not(.button-loading-active).disabled.focus, .btn-warning:not(.button-loading-active)[disabled], .btn-warning:not(.button-loading-active)[disabled]:hover, .btn-warning:not(.button-loading-active)[disabled]:focus, .btn-warning:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-warning:not(.button-loading-active),
    fieldset[disabled] .btn-warning:not(.button-loading-active):hover,
    fieldset[disabled] .btn-warning:not(.button-loading-active):focus,
    fieldset[disabled] .btn-warning:not(.button-loading-active).focus {
      color: rgba(255, 255, 255, 0.5); }
    .btn-warning:not(.button-loading-active).disabled:hover, .btn-warning:not(.button-loading-active).disabled:focus, .btn-warning:not(.button-loading-active).disabled.focus, .btn-warning:not(.button-loading-active)[disabled]:hover, .btn-warning:not(.button-loading-active)[disabled]:focus, .btn-warning:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-warning:not(.button-loading-active):hover,
    fieldset[disabled] .btn-warning:not(.button-loading-active):focus,
    fieldset[disabled] .btn-warning:not(.button-loading-active).focus {
      background-color: #d81b60;
      border-color: #d81b60;
      box-shadow: none; }
  .btn-warning .badge {
    color: #d81b60;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d81b60;
  border-color: #d81b60;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  outline: none; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ab154c;
    border-color: #ab154c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ab154c;
    border-color: #ab154c;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    outline: none; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #941342;
    border-color: #941342;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #8b113e;
      border-color: #8b113e;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      outline: none; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger[disabled],
  fieldset[disabled] .btn-danger {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .btn-danger:not(.button-loading-active).disabled, .btn-danger:not(.button-loading-active)[disabled],
  fieldset[disabled] .btn-danger:not(.button-loading-active) {
    box-shadow: none; }
    .btn-danger:not(.button-loading-active).disabled, .btn-danger:not(.button-loading-active).disabled:hover, .btn-danger:not(.button-loading-active).disabled:focus, .btn-danger:not(.button-loading-active).disabled.focus, .btn-danger:not(.button-loading-active)[disabled], .btn-danger:not(.button-loading-active)[disabled]:hover, .btn-danger:not(.button-loading-active)[disabled]:focus, .btn-danger:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-danger:not(.button-loading-active),
    fieldset[disabled] .btn-danger:not(.button-loading-active):hover,
    fieldset[disabled] .btn-danger:not(.button-loading-active):focus,
    fieldset[disabled] .btn-danger:not(.button-loading-active).focus {
      color: rgba(255, 255, 255, 0.5); }
    .btn-danger:not(.button-loading-active).disabled:hover, .btn-danger:not(.button-loading-active).disabled:focus, .btn-danger:not(.button-loading-active).disabled.focus, .btn-danger:not(.button-loading-active)[disabled]:hover, .btn-danger:not(.button-loading-active)[disabled]:focus, .btn-danger:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .btn-danger:not(.button-loading-active):hover,
    fieldset[disabled] .btn-danger:not(.button-loading-active):focus,
    fieldset[disabled] .btn-danger:not(.button-loading-active).focus {
      background-color: #d81b60;
      border-color: #d81b60;
      box-shadow: none; }
  .btn-danger .badge {
    color: #d81b60;
    background-color: #fff; }

.btn-lg, .btn-group-lg > .btn, tags-input .tags .btn-group-lg > .tag-item {
  padding: 13px 15px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px; }

.btn-sm, .btn-group-sm > .btn, tags-input .tags .btn-group-sm > .tag-item {
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, tags-input .tags .btn-group-xs > .tag-item {
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px; }

.button-loading {
  position: relative;
  overflow: hidden; }

.button-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 3; }

.btn .button-label icon:not(:only-child), tags-input .tags .tag-item .button-label icon:not(:only-child) {
  margin-right: 0.26em; }

.button-loader {
  position: absolute;
  z-index: 2;
  display: inline-block;
  margin-left: 0;
  margin-top: 0;
  top: 50%;
  left: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate(-1.5em);
          transform: translate(-1.5em);
  width: 1.5em;
  height: 1.5em; }
  .button-loader activity-spinner {
    height: 1.5em;
    width: 1.5em; }
  .button-loader activity-spinner {
    position: absolute;
    top: -50%;
    left: -50%; }
  .button-loader .b {
    stroke: rgba(0, 0, 0, 0.05); }
  .button-loader .p {
    stroke: currentColor; }
  .btn-lg .button-loader, .btn-group-lg > .btn .button-loader, tags-input .tags .btn-group-lg > .tag-item .button-loader {
    width: 2em;
    height: 2em; }
    .btn-lg .button-loader activity-spinner, .btn-group-lg > .btn .button-loader activity-spinner, tags-input .tags .btn-group-lg > .tag-item .button-loader activity-spinner {
      height: 2em;
      width: 2em; }
  .btn-sm .button-loader, .btn-group-sm > .btn .button-loader, tags-input .tags .btn-group-sm > .tag-item .button-loader {
    width: 1em;
    height: 1em; }
    .btn-sm .button-loader activity-spinner, .btn-group-sm > .btn .button-loader activity-spinner, tags-input .tags .btn-group-sm > .tag-item .button-loader activity-spinner {
      height: 1em;
      width: 1em; }

.button-ready .button-label, .button-ready
.button-loader {
  transition: none 0.2s ease;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }

.button-loading-active .button-label {
  opacity: 0;
  -webkit-transform: translate(1.5em);
          transform: translate(1.5em); }

.button-loading-active .button-loader {
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.btn-group .btn, .btn-group tags-input .tags .tag-item, tags-input .tags .btn-group .tag-item {
  z-index: 2; }
  .btn-group .btn.active, .btn-group tags-input .tags .active.tag-item, tags-input .tags .btn-group .active.tag-item {
    z-index: 1;
    color: #37474f; }

button.close, button.back, modal-title .close,
.modal-header .close, modal-title .back,
.modal-header .back {
  font-weight: 400;
  font-size: 26px; }

button.close, button.back {
  background-color: transparent !important;
  text-shadow: none;
  border: none !important;
  box-shadow: none !important; }
  button.close, button.close:hover, button.close:active, button.close:focus, button.back, button.back:hover, button.back:active, button.back:focus {
    background-color: transparent;
    opacity: 1; }

.form-control {
  padding: 6px 12px;
  box-shadow: none;
  transition: none 0.2s ease;
  transition-property: color, background-color, border-color, box-shadow; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, tags-input .tags .input-group-sm > .input-group-btn > .tag-item {
  padding: 5px 10px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, tags-input .tags .input-group-lg > .input-group-btn > .tag-item {
  padding: 10px 15px; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d81b60; }

.has-error .form-control {
  border-color: #d81b60; }
  .has-error .form-control:focus {
    border-color: #d81b60 !important;
    outline: 0;
    box-shadow: 0 0 8px rgba(216, 27, 96, 0.6) !important; }

.has-error .input-group-addon {
  color: #d81b60; }

.has-error .form-control-feedback {
  color: #d81b60; }

.has-error .input-group .form-control {
  border-color: transparent; }
  .has-error .input-group .form-control:focus {
    border-color: transparent;
    box-shadow: none; }
    .has-error .input-group .form-control:focus + *:before {
      border-color: #d81b60 !important;
      outline: 0;
      box-shadow: 0 0 8px rgba(216, 27, 96, 0.6) !important; }

.control-label {
  font-weight: 600;
  color: #37474f; }
  .control-label .fa,
  .control-label + * .fa {
    color: #cfd8dc; }

.input-group {
  display: flex;
  align-items: center;
  z-index: 0; }
  .input-group .input-group-addon {
    color: #90a4ae;
    width: auto; }
  .input-group .input-group-btn {
    width: auto;
    border: 1px solid transparent;
    background-color: transparent; }
    .input-group .input-group-btn .btn, .input-group .input-group-btn tags-input .tags .tag-item, tags-input .tags .input-group .input-group-btn .tag-item {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      border-radius: 3px; }
    .input-group .input-group-btn .button-label {
      display: inline-block;
      -webkit-transform: scale(1.42857);
              transform: scale(1.42857); }
  .input-group .form-control {
    flex: 1 1 auto;
    background-color: transparent;
    border-color: transparent; }
    .input-group .form-control + * {
      position: static; }
      .input-group .form-control + *:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background-color: #fff;
        border: 1px solid #cfd8dc;
        border-radius: 3px;
        transition: none 0.2s ease;
        transition-property: color, background-color, border-color, box-shadow; }
    .input-group .form-control:focus {
      border-color: transparent;
      box-shadow: none; }
      .input-group .form-control:focus + *:before {
        border-color: #64b5f6 !important;
        outline: 0;
        box-shadow: 0 0 8px rgba(100, 181, 246, 0.6) !important; }
    .input-group .form-control[disabled] + *:before, .input-group .form-control[readonly] + *:before,
    fieldset[disabled] .input-group .form-control + *:before {
      background-color: #f6f7f8; }

.button-label .caret {
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.open > .dropdown-toggle > .button-label .caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.btn .button-label .caret, tags-input .tags .tag-item .button-label .caret {
  margin-left: 12px; }

.btn-lg .button-label .caret, .btn-group-lg > .btn .button-label .caret, tags-input .tags .btn-group-lg > .tag-item .button-label .caret {
  margin-left: 15px; }

.bt-sm .button-label .caret {
  margin-left: 10px; }

.btn-xs .button-label .caret, .btn-group-xs > .btn .button-label .caret, tags-input .tags .btn-group-xs > .tag-item .button-label .caret {
  margin-left: 5px; }

.dropdown-menu > li > a, tags-input .autocomplete > li > a, .dropdown-header, .select-box-input .select-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.dropdown-menu, tags-input .autocomplete {
  border-width: 0;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.28);
  outline: none; }
  .dropdown-menu > li > a, tags-input .autocomplete > li > a {
    padding: 0 17px;
    font-weight: 600;
    line-height: 2.3; }
  .dropdown-menu:hover > li > a:focus:not(:hover), tags-input .autocomplete:hover > li > a:focus:not(:hover) {
    color: #455a64;
    background-color: #fff; }
  .dropdown-menu :focus, tags-input .autocomplete :focus {
    outline: none; }

.dropdown-header {
  padding: 0 17px;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.3; }

.dropdown-menu li img, tags-input .autocomplete li img, .menu-item-github-organization img, .menu-item-repo-branch img {
  position: relative;
  display: block;
  margin: -16px 10px -16px 0;
  height: 20px;
  width: 20px;
  border-radius: 3px; }

.dropdown-menu li .fa, tags-input .autocomplete li .fa, .menu-item-github-organization .fa, .menu-item-repo-branch .fa {
  margin-right: 10px;
  color: #607d8b; }

.dropdown-menu-wrapper {
  display: block;
  z-index: 1000; }

.dropdown-menu, tags-input .autocomplete {
  max-height: 225px;
  overflow: auto; }
  .ng-trigger-slideTransition > .dropdown-menu, tags-input .ng-trigger-slideTransition > .autocomplete,
  .open > .dropdown-menu-wrapper > .dropdown-menu,
  tags-input .open > .dropdown-menu-wrapper > .autocomplete {
    display: block; }
  .dropdown-menu .menu-item > a, tags-input .autocomplete .menu-item > a, tags-input .autocomplete .dropdown-menu .suggestion-item > a, tags-input .autocomplete .suggestion-item > a {
    display: flex; }

.cdk-overlay-pane .dropdown-menu, .cdk-overlay-pane tags-input .autocomplete, tags-input .cdk-overlay-pane .autocomplete {
  display: block; }

.cdk-overlay-pane .dropdown-menu-wrapper {
  position: static;
  top: auto;
  left: auto;
  float: none; }

.new-nav-tabs {
  display: flex;
  position: relative;
  margin-bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
  list-style: none;
  border-bottom: 1px solid #e2e7ea;
  background: linear-gradient(to bottom, #f6f7f8 0%, #eceff1 100%); }
  .new-nav-tabs:before, .new-nav-tabs:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: -1px;
    width: 35px; }
  .new-nav-tabs:before {
    left: 0;
    background: linear-gradient(to right, #f6f7f8 0%, rgba(246, 247, 248, 0) 100%); }
  .new-nav-tabs:after {
    right: 0;
    background: linear-gradient(to left, #f6f7f8 0%, rgba(246, 247, 248, 0) 100%); }
  .new-nav-tabs tab {
    display: block; }
    .new-nav-tabs tab > li {
      position: relative;
      display: block;
      float: left;
      margin-bottom: -1px; }
      .new-nav-tabs tab > li > a {
        position: relative;
        display: block;
        min-width: 80px;
        padding: 10px 15px;
        margin-right: 10px;
        line-height: 1.42857;
        font-weight: 600;
        text-align: center;
        background-color: rgba(246, 247, 248, 0.5);
        border: 1px solid rgba(226, 231, 234, 0.5);
        border-bottom-color: #e2e7ea;
        border-radius: 3px 3px 0 0;
        overflow: hidden;
        transition: none 0.2s ease;
        transition-property: color, background-color, border-color; }
        .new-nav-tabs tab > li > a:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 3px;
          background-color: transparent;
          -webkit-transform: translateY(-3px);
                  transform: translateY(-3px);
          transition: none 0.2s ease;
          transition-property: background-color, -webkit-transform;
          transition-property: transform, background-color;
          transition-property: transform, background-color, -webkit-transform; }
        .new-nav-tabs tab > li > a:hover, .new-nav-tabs tab > li > a:focus {
          text-decoration: none;
          background-color: rgba(246, 247, 248, 0.75);
          border-color: rgba(226, 231, 234, 0.75);
          border-bottom-color: #e2e7ea; }
          .new-nav-tabs tab > li > a:hover:after, .new-nav-tabs tab > li > a:focus:after {
            background-color: currentColor;
            -webkit-transform: translateY(0);
                    transform: translateY(0); }
        .new-nav-tabs tab > li > a, .new-nav-tabs tab > li > a:hover, .new-nav-tabs tab > li > a:focus {
          color: #607d8b; }
        .new-nav-tabs tab > li > a .badge {
          margin: -1px 0;
          background-color: #607d8b; }
      .new-nav-tabs tab > li.active > a {
        position: relative; }
        .new-nav-tabs tab > li.active > a, .new-nav-tabs tab > li.active > a:hover, .new-nav-tabs tab > li.active > a:focus {
          color: #37474f;
          background-color: #f6f7f8;
          border-bottom-color: transparent;
          cursor: default; }
          .new-nav-tabs tab > li.active > a:after, .new-nav-tabs tab > li.active > a:hover:after, .new-nav-tabs tab > li.active > a:focus:after {
            background-color: currentColor;
            -webkit-transform: translateY(0);
                    transform: translateY(0); }
        .new-nav-tabs tab > li.active > a .badge {
          background-color: #37474f; }

.navbar {
  position: relative;
  margin-bottom: 0;
  pointer-events: all; }

.navbar-nav > li > a {
  padding-left: 12px;
  padding-right: 12px; }

.navbar-right.navbar-text {
  margin-left: 0;
  margin-right: 12px; }

.navbar-right.navbar-btn {
  margin-right: 0; }

.navbar-brand svg {
  position: relative;
  top: -2px;
  width: 120px;
  margin-left: 12px; }

.navbar-nav > li > .dropdown-menu, tags-input .navbar-nav > li > .autocomplete,
.navbar-nav .dropdown-menu-wrapper > .dropdown-menu,
.navbar-nav tags-input .dropdown-menu-wrapper > .autocomplete,
tags-input .navbar-nav .dropdown-menu-wrapper > .autocomplete {
  margin-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  max-height: none; }

.navbar-default .navbar-nav > li > a {
  font-weight: 600; }

.navbar-nav > [navbardropdown] > a {
  transition: color 0.2s ease-in-out; }

.navbar-nav .dropdown-toggle .fa-fw:only-child, .navbar-nav .dropdown-toggle deploy-options .listing .fa:only-child, deploy-options .listing .navbar-nav .dropdown-toggle .fa:only-child,
.navbar-nav .dropdown-toggle deploy-options .listing .scrapy:only-child, deploy-options .listing .navbar-nav .dropdown-toggle .scrapy:only-child {
  width: auto; }

.navbar-nav .dropdown-toggle .caret {
  margin-left: 12px;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.navbar-nav .open > .dropdown-toggle .caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.pagination {
  font-weight: 600;
  padding: 10px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23); }
  .pagination a {
    border-radius: 2px; }
  .pagination .disabled {
    display: none; }
  .pagination .pagination-first a:before {
    content: '<<\00a0'; }
  .pagination .pagination-prev a:before {
    content: '<\00a0'; }
  .pagination .pagination-next a:after {
    content: '\00a0>'; }
  .pagination .pagination-last a:after {
    content: '\00a0>>'; }

.tooltip-inner {
  text-align: left; }

.popover {
  color: #fff; }

.label {
  font-weight: 600;
  padding: 0.2em 0.6em 0.2em; }
  .label + .label {
    margin-left: 0.26em; }

.modal {
  display: flex !important;
  align-items: center;
  overflow: auto; }
  .modal.fade .modal-dialog {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: scale(1);
    transform: scale(1); }

.modal-dialog {
  margin: 0 auto;
  max-height: calc(100vh - 60px); }

.modal-content {
  margin-bottom: 30px;
  background-color: transparent;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.49);
  border: none;
  border-radius: 2px; }

.overlay-modal {
  max-height: 100vh;
  width: 100vw;
  overflow: auto; }

.alert .fa:first-child,
.alert icon:first-child {
  margin-right: 0.5em; }

.alert-success h1,
.alert-success h2,
.alert-success h3,
.alert-success h4,
.alert-success h5,
.alert-success h6 {
  color: #43a047; }

.alert-info h1,
.alert-info h2,
.alert-info h3,
.alert-info h4,
.alert-info h5,
.alert-info h6 {
  color: #039be5; }

.alert-warning h1,
.alert-warning h2,
.alert-warning h3,
.alert-warning h4,
.alert-warning h5,
.alert-warning h6 {
  color: #ffb300; }

.alert-danger h1,
.alert-danger h2,
.alert-danger h3,
.alert-danger h4,
.alert-danger h5,
.alert-danger h6 {
  color: #d81b60; }

.alert-help {
  background-color: #eceff1;
  border-color: #eceff1;
  color: #546e7a; }
  .alert-help hr {
    border-top-color: #dde3e6; }
  .alert-help .alert-link {
    color: #3f535c; }
  .alert-help h1,
  .alert-help h2,
  .alert-help h3,
  .alert-help h4,
  .alert-help h5,
  .alert-help h6 {
    color: #78909c; }

.alert {
  border-radius: 5px; }
  .alert.alert-sidebar {
    border-radius: 3px; }

.progress {
  box-shadow: none; }

.progress-bar {
  box-shadow: none; }

.panel, single-item, single-request {
  padding: 0 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23); }
  .panel > .panel-heading, single-item > .panel-heading, single-request > .panel-heading,
  .panel > .panel-description,
  single-item > .panel-description,
  single-request > .panel-description,
  .panel > .panel-body,
  single-item > .panel-body,
  single-request > .panel-body,
  .panel > .panel-note,
  single-item > .panel-note,
  single-request > .panel-note,
  .panel > .panel-footer,
  single-item > .panel-footer,
  single-request > .panel-footer {
    margin-left: -12px;
    margin-right: -12px; }
  .panel > :last-child , single-item > :last-child , single-request > :last-child {
    margin-bottom: 10px; }

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2px; }
  .panel-heading,
  .panel-heading h1,
  .panel-heading h2,
  .panel-heading h3,
  .panel-heading h4,
  .panel-heading h5,
  .panel-heading h6 {
    font-size: 14px;
    font-weight: 600; }
  .panel-heading h1,
  .panel-heading h2,
  .panel-heading h3,
  .panel-heading h4,
  .panel-heading h5,
  .panel-heading h6 {
    margin: 0; }

.panel-heading-centered {
  justify-content: center; }

.panel-description {
  padding: 0 12px 12px;
  color: #b0bec5; }

.panel-note {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  justify-content: center;
  padding: 10px 12px;
  font-size: 12px; }

.panel .panel-heading .badge, single-item .panel-heading .badge, single-request .panel-heading .badge {
  background-color: #607d8b; }

.panel-sparse .panel-body {
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px; }

.panel-sparse information-panel {
  margin: 60px 0 20px; }

.breadcrumb {
  font-size: 11px; }
  .breadcrumb > li {
    display: inline-flex; }
  .breadcrumb svg {
    width: 15px;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 0.25em; }

.ui-select-multiple > div {
  margin: 1px; }

.ui-select-multiple .btn, .ui-select-multiple tags-input .tags .tag-item, tags-input .tags .ui-select-multiple .tag-item {
  color: #fff;
  background-color: #90a4ae;
  border-color: #90a4ae;
  box-shadow: none;
  outline: none;
  text-transform: inherit; }
  .ui-select-multiple .btn:focus, .ui-select-multiple tags-input .tags .tag-item:focus, tags-input .tags .ui-select-multiple .tag-item:focus, .ui-select-multiple .btn.focus, .ui-select-multiple tags-input .tags .focus.tag-item, tags-input .tags .ui-select-multiple .focus.tag-item {
    color: #fff;
    background-color: #738c98;
    border-color: #738c98;
    box-shadow: none;
    outline: none; }
  .ui-select-multiple .btn:hover, .ui-select-multiple tags-input .tags .tag-item:hover, tags-input .tags .ui-select-multiple .tag-item:hover {
    color: #fff;
    background-color: #738c98;
    border-color: #738c98;
    box-shadow: none;
    outline: none; }
  .ui-select-multiple .btn:active, .ui-select-multiple tags-input .tags .tag-item:active, tags-input .tags .ui-select-multiple .tag-item:active, .ui-select-multiple .btn.active, .ui-select-multiple tags-input .tags .active.tag-item, tags-input .tags .ui-select-multiple .active.tag-item,
  .open > .ui-select-multiple .btn.dropdown-toggle,
  .open > .ui-select-multiple tags-input .tags .dropdown-toggle.tag-item,
  tags-input .tags .open > .ui-select-multiple .dropdown-toggle.tag-item {
    color: #fff;
    background-color: #667f8c;
    border-color: #667f8c;
    box-shadow: none;
    outline: none; }
    .ui-select-multiple .btn:active:hover, .ui-select-multiple tags-input .tags .tag-item:active:hover, tags-input .tags .ui-select-multiple .tag-item:active:hover, .ui-select-multiple .btn:active:focus, .ui-select-multiple tags-input .tags .tag-item:active:focus, tags-input .tags .ui-select-multiple .tag-item:active:focus, .ui-select-multiple .btn:active.focus, .ui-select-multiple tags-input .tags .tag-item:active.focus, tags-input .tags .ui-select-multiple .tag-item:active.focus, .ui-select-multiple .btn.active:hover, .ui-select-multiple tags-input .tags .active.tag-item:hover, tags-input .tags .ui-select-multiple .active.tag-item:hover, .ui-select-multiple .btn.active:focus, .ui-select-multiple tags-input .tags .active.tag-item:focus, tags-input .tags .ui-select-multiple .active.tag-item:focus, .ui-select-multiple .btn.active.focus, .ui-select-multiple tags-input .tags .active.focus.tag-item, tags-input .tags .ui-select-multiple .active.focus.tag-item,
    .open > .ui-select-multiple .btn.dropdown-toggle:hover,
    .open > .ui-select-multiple tags-input .tags .dropdown-toggle.tag-item:hover,
    tags-input .tags .open > .ui-select-multiple .dropdown-toggle.tag-item:hover,
    .open > .ui-select-multiple .btn.dropdown-toggle:focus,
    .open > .ui-select-multiple tags-input .tags .dropdown-toggle.tag-item:focus,
    tags-input .tags .open > .ui-select-multiple .dropdown-toggle.tag-item:focus,
    .open > .ui-select-multiple .btn.dropdown-toggle.focus,
    .open > .ui-select-multiple tags-input .tags .dropdown-toggle.focus.tag-item,
    tags-input .tags .open > .ui-select-multiple .dropdown-toggle.focus.tag-item {
      color: #fff;
      background-color: #627a86;
      border-color: #627a86;
      box-shadow: none;
      outline: none; }
  .ui-select-multiple .btn:active, .ui-select-multiple tags-input .tags .tag-item:active, tags-input .tags .ui-select-multiple .tag-item:active, .ui-select-multiple .btn.active, .ui-select-multiple tags-input .tags .active.tag-item, tags-input .tags .ui-select-multiple .active.tag-item,
  .open > .ui-select-multiple .btn.dropdown-toggle,
  .open > .ui-select-multiple tags-input .tags .dropdown-toggle.tag-item,
  tags-input .tags .open > .ui-select-multiple .dropdown-toggle.tag-item {
    background-image: none; }
  .ui-select-multiple .btn.disabled, .ui-select-multiple tags-input .tags .disabled.tag-item, tags-input .tags .ui-select-multiple .disabled.tag-item, .ui-select-multiple .btn[disabled], .ui-select-multiple tags-input .tags .tag-item[disabled], tags-input .tags .ui-select-multiple .tag-item[disabled],
  fieldset[disabled] .ui-select-multiple .btn,
  fieldset[disabled] .ui-select-multiple tags-input .tags .tag-item,
  tags-input .tags fieldset[disabled] .ui-select-multiple .tag-item {
    box-shadow: none; }
  .ui-select-multiple .btn:not(.button-loading-active).disabled, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active).disabled, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active).disabled, .ui-select-multiple .btn:not(.button-loading-active)[disabled], .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active)[disabled], tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active)[disabled],
  fieldset[disabled] .ui-select-multiple .btn:not(.button-loading-active),
  fieldset[disabled] .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active),
  tags-input .tags fieldset[disabled] .ui-select-multiple .tag-item:not(.button-loading-active) {
    box-shadow: none; }
    .ui-select-multiple .btn:not(.button-loading-active).disabled, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active).disabled, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active).disabled, .ui-select-multiple .btn:not(.button-loading-active).disabled:hover, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active).disabled:hover, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active).disabled:hover, .ui-select-multiple .btn:not(.button-loading-active).disabled:focus, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active).disabled:focus, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active).disabled:focus, .ui-select-multiple .btn:not(.button-loading-active).disabled.focus, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active).disabled.focus, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active).disabled.focus, .ui-select-multiple .btn:not(.button-loading-active)[disabled], .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active)[disabled], tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active)[disabled], .ui-select-multiple .btn:not(.button-loading-active)[disabled]:hover, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active)[disabled]:hover, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active)[disabled]:hover, .ui-select-multiple .btn:not(.button-loading-active)[disabled]:focus, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active)[disabled]:focus, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active)[disabled]:focus, .ui-select-multiple .btn:not(.button-loading-active)[disabled].focus, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active)[disabled].focus, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .ui-select-multiple .btn:not(.button-loading-active),
    fieldset[disabled] .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active),
    tags-input .tags fieldset[disabled] .ui-select-multiple .tag-item:not(.button-loading-active),
    fieldset[disabled] .ui-select-multiple .btn:not(.button-loading-active):hover,
    fieldset[disabled] .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active):hover,
    tags-input .tags fieldset[disabled] .ui-select-multiple .tag-item:not(.button-loading-active):hover,
    fieldset[disabled] .ui-select-multiple .btn:not(.button-loading-active):focus,
    fieldset[disabled] .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active):focus,
    tags-input .tags fieldset[disabled] .ui-select-multiple .tag-item:not(.button-loading-active):focus,
    fieldset[disabled] .ui-select-multiple .btn:not(.button-loading-active).focus,
    fieldset[disabled] .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active).focus,
    tags-input .tags fieldset[disabled] .ui-select-multiple .tag-item:not(.button-loading-active).focus {
      color: rgba(255, 255, 255, 0.5); }
    .ui-select-multiple .btn:not(.button-loading-active).disabled:hover, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active).disabled:hover, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active).disabled:hover, .ui-select-multiple .btn:not(.button-loading-active).disabled:focus, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active).disabled:focus, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active).disabled:focus, .ui-select-multiple .btn:not(.button-loading-active).disabled.focus, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active).disabled.focus, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active).disabled.focus, .ui-select-multiple .btn:not(.button-loading-active)[disabled]:hover, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active)[disabled]:hover, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active)[disabled]:hover, .ui-select-multiple .btn:not(.button-loading-active)[disabled]:focus, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active)[disabled]:focus, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active)[disabled]:focus, .ui-select-multiple .btn:not(.button-loading-active)[disabled].focus, .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active)[disabled].focus, tags-input .tags .ui-select-multiple .tag-item:not(.button-loading-active)[disabled].focus,
    fieldset[disabled] .ui-select-multiple .btn:not(.button-loading-active):hover,
    fieldset[disabled] .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active):hover,
    tags-input .tags fieldset[disabled] .ui-select-multiple .tag-item:not(.button-loading-active):hover,
    fieldset[disabled] .ui-select-multiple .btn:not(.button-loading-active):focus,
    fieldset[disabled] .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active):focus,
    tags-input .tags fieldset[disabled] .ui-select-multiple .tag-item:not(.button-loading-active):focus,
    fieldset[disabled] .ui-select-multiple .btn:not(.button-loading-active).focus,
    fieldset[disabled] .ui-select-multiple tags-input .tags .tag-item:not(.button-loading-active).focus,
    tags-input .tags fieldset[disabled] .ui-select-multiple .tag-item:not(.button-loading-active).focus {
      background-color: #90a4ae;
      border-color: #90a4ae;
      box-shadow: none; }
  .ui-select-multiple .btn .badge, .ui-select-multiple tags-input .tags .tag-item .badge, tags-input .tags .ui-select-multiple .tag-item .badge {
    color: #90a4ae;
    background-color: #fff; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  margin-bottom: 2px; }

.ui-select-multiple input::-moz-placeholder {
  color: #90a4ae;
  opacity: 1; }

.ui-select-multiple input:-ms-input-placeholder {
  color: #90a4ae; }

.ui-select-multiple input::-webkit-input-placeholder {
  color: #90a4ae; }

.ui-select-multiple.open {
  border-color: #64b5f6 !important;
  outline: 0;
  box-shadow: 0 0 8px rgba(100, 181, 246, 0.6) !important; }

.ui-select-match-item {
  line-height: 13px; }

.ui-select-match-close, tags-input .tags .tag-item .remove-button {
  color: #fff;
  transition: none 0.2s ease;
  transition-property: opacity; }
  .ui-select-match-close:hover, tags-input .tags .tag-item .remove-button:hover {
    color: #fff;
    opacity: 0.75; }

body > .ui-select-bootstrap.open {
  z-index: 1050; }

tags-input {
  min-height: 32px; }
  tags-input .tags {
    display: flex;
    border-color: #cfd8dc;
    box-shadow: none; }
    tags-input .tags.focused {
      border-color: #64b5f6 !important;
      outline: 0;
      box-shadow: 0 0 8px rgba(100, 181, 246, 0.6) !important; }
    tags-input .tags .tag-item {
      color: #fff;
      background-color: #90a4ae;
      border-color: #90a4ae;
      box-shadow: none;
      outline: none;
      margin: 1px;
      padding: 5px 8px;
      text-transform: inherit; }
      tags-input .tags .tag-item:focus, tags-input .tags .tag-item.focus {
        color: #fff;
        background-color: #738c98;
        border-color: #738c98;
        box-shadow: none;
        outline: none; }
      tags-input .tags .tag-item:hover {
        color: #fff;
        background-color: #738c98;
        border-color: #738c98;
        box-shadow: none;
        outline: none; }
      tags-input .tags .tag-item:active, tags-input .tags .tag-item.active,
      .open > tags-input .tags .tag-item.dropdown-toggle {
        color: #fff;
        background-color: #667f8c;
        border-color: #667f8c;
        box-shadow: none;
        outline: none; }
        tags-input .tags .tag-item:active:hover, tags-input .tags .tag-item:active:focus, tags-input .tags .tag-item:active.focus, tags-input .tags .tag-item.active:hover, tags-input .tags .tag-item.active:focus, tags-input .tags .tag-item.active.focus,
        .open > tags-input .tags .tag-item.dropdown-toggle:hover,
        .open > tags-input .tags .tag-item.dropdown-toggle:focus,
        .open > tags-input .tags .tag-item.dropdown-toggle.focus {
          color: #fff;
          background-color: #627a86;
          border-color: #627a86;
          box-shadow: none;
          outline: none; }
      tags-input .tags .tag-item:active, tags-input .tags .tag-item.active,
      .open > tags-input .tags .tag-item.dropdown-toggle {
        background-image: none; }
      tags-input .tags .tag-item.disabled, tags-input .tags .tag-item[disabled],
      fieldset[disabled] tags-input .tags .tag-item {
        box-shadow: none; }
      tags-input .tags .tag-item:not(.button-loading-active).disabled, tags-input .tags .tag-item:not(.button-loading-active)[disabled],
      fieldset[disabled] tags-input .tags .tag-item:not(.button-loading-active) {
        box-shadow: none; }
        tags-input .tags .tag-item:not(.button-loading-active).disabled, tags-input .tags .tag-item:not(.button-loading-active).disabled:hover, tags-input .tags .tag-item:not(.button-loading-active).disabled:focus, tags-input .tags .tag-item:not(.button-loading-active).disabled.focus, tags-input .tags .tag-item:not(.button-loading-active)[disabled], tags-input .tags .tag-item:not(.button-loading-active)[disabled]:hover, tags-input .tags .tag-item:not(.button-loading-active)[disabled]:focus, tags-input .tags .tag-item:not(.button-loading-active)[disabled].focus,
        fieldset[disabled] tags-input .tags .tag-item:not(.button-loading-active),
        fieldset[disabled] tags-input .tags .tag-item:not(.button-loading-active):hover,
        fieldset[disabled] tags-input .tags .tag-item:not(.button-loading-active):focus,
        fieldset[disabled] tags-input .tags .tag-item:not(.button-loading-active).focus {
          color: rgba(255, 255, 255, 0.5); }
        tags-input .tags .tag-item:not(.button-loading-active).disabled:hover, tags-input .tags .tag-item:not(.button-loading-active).disabled:focus, tags-input .tags .tag-item:not(.button-loading-active).disabled.focus, tags-input .tags .tag-item:not(.button-loading-active)[disabled]:hover, tags-input .tags .tag-item:not(.button-loading-active)[disabled]:focus, tags-input .tags .tag-item:not(.button-loading-active)[disabled].focus,
        fieldset[disabled] tags-input .tags .tag-item:not(.button-loading-active):hover,
        fieldset[disabled] tags-input .tags .tag-item:not(.button-loading-active):focus,
        fieldset[disabled] tags-input .tags .tag-item:not(.button-loading-active).focus {
          background-color: #90a4ae;
          border-color: #90a4ae;
          box-shadow: none; }
      tags-input .tags .tag-item .badge {
        color: #90a4ae;
        background-color: #fff; }
    tags-input .tags .input {
      height: 24px;
      font-size: 13px; }
      tags-input .tags .input::-moz-placeholder {
        color: #90a4ae;
        opacity: 1; }
      tags-input .tags .input:-ms-input-placeholder {
        color: #90a4ae; }
      tags-input .tags .input::-webkit-input-placeholder {
        color: #90a4ae; }
    tags-input .tags .tag-item,
    tags-input .tags .input {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  tags-input .autocomplete {
    display: block; }
    tags-input .autocomplete .suggestion-item {
      padding: 0 17px;
      line-height: 2.3; }
      tags-input .autocomplete .suggestion-item,
      tags-input .autocomplete .suggestion-item em {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-weight: 600; }
      tags-input .autocomplete .suggestion-item.selected {
        color: #455a64; }
        tags-input .autocomplete .suggestion-item.selected,
        tags-input .autocomplete .suggestion-item.selected em {
          background-color: #eceff1; }
      tags-input .autocomplete .suggestion-item em, tags-input .autocomplete .suggestion-item.selected em {
        color: #0288d1; }

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  box-shadow: none; }

.select2-drop-mask {
  z-index: 999; }

.select2-drop {
  z-index: 1000; }

.select2-search {
  z-index: 1001; }

body > .select2-container.open {
  z-index: 1050; }

pre.pretty-json span.string {
  color: #4caf50; }

pre.pretty-json span.number {
  color: #ffb300; }

pre.pretty-json span.boolean {
  color: #0288d1; }

pre.pretty-json span.null {
  color: #3949ab; }

pre.pretty-json span.key {
  color: #d81b60; }

pre.pretty-json span.sep {
  color: #607d8b; }

.cdk-overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1035;
  pointer-events: none; }

.cdk-overlay-pane {
  position: absolute;
  box-sizing: border-box; }

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.2s linear;
  pointer-events: auto;
  background: #37474f; }
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6; }

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center; }

.cdk-overlay-connected-position-bounding-box {
  display: flex;
  flex-direction: column;
  position: absolute; }

.cdk-global-scrollblock body {
  overflow-y: hidden; }

.cdk-global-scrollblock .cdk-global-overlay-wrapper {
  overflow-y: scroll; }

#main-header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 1030; }
  #main-header .main-header {
    position: relative; }

#leftbar, #search-leftbar {
  width: 17.1875%;
  max-width: 220px;
  padding: 0 0 0 20px; }

#leftbar, #search-leftbar {
  flex: 1 1 auto;
  pointer-events: all; }

* + .nav-leftbar {
  padding-top: 2em; }

.nav-leftbar > .section-label {
  padding-top: 2.3em;
  padding-bottom: 0.3em;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b0bec5; }
  .nav-leftbar > .section-label:first-child {
    padding-top: 0.5em; }

.nav-leftbar > li {
  line-height: 2; }
  .nav-leftbar > li > a {
    padding: 0;
    color: #607d8b; }

.nav-leftbar li > a:hover {
  color: #0288d1; }

.nav-leftbar li.active > a {
  font-weight: 600;
  color: #37474f; }

body {
  -webkit-font-smoothing: subpixel-antialiased; }

.main-wrapper {
  max-width: 100vw;
  min-width: 900px;
  min-height: 100vh;
  display: grid;
  grid-template-areas: 'header header header' 'menu main main';
  grid-template-columns: 17.1875% minmax(0, 1fr) 17.1875%;
  grid-template-rows: auto 1fr; }
  .main-wrapper.with-context {
    grid-template-areas: 'header header header' 'menu main context'; }

@media (min-width: 1280px) {
  .main-wrapper {
    grid-template-columns: 220px minmax(0, 1fr) 220px; } }

@media (max-width: 936.72727px) {
  .main-wrapper {
    grid-template-columns: 161px minmax(0, 1fr) 161px; } }

main-area {
  grid-area: main; }
  main-area .main-area-view-wrapper {
    width: 100%;
    display: flex;
    flex: 1; }
    main-area .main-area-view-wrapper > div {
      width: 100%; }
      main-area .main-area-view-wrapper > div > div {
        width: 100%;
        flex-direction: column;
        display: flex;
        flex: 1; }

dash-header {
  grid-area: header; }

left-menu {
  grid-area: menu; }

sh-contextual-area {
  display: none;
  position: relative;
  grid-area: context; }
  sh-contextual-area.has-context {
    display: block;
    max-width: 220px;
    min-width: 161px; }

#body, #search-results {
  padding: 0 0 10px; }

.dash-page {
  padding: 0 0 10px; }
  .dash-page #body, .dash-page #search-results {
    padding: 0; }

.vi {
  width: 0.929em; }
  .vi svg {
    display: block; }
  .vi.d-inline-block {
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }
  .vi path:not([class]),
  .vi .m,
  .vi .d,
  .vi .h {
    fill: currentColor; }
  .vi.vi-portia-logo .d {
    fill: #f6f7f8; }
  .vi.gray .m {
    fill: #607d8b; }
  .vi.gray .d {
    fill: #37474f; }
  .vi.gray .h {
    fill: #f6f7f8; }
  .vi.color .m {
    fill: #d32f2f; }
  .vi.color .d {
    fill: #263238; }
  .vi.color .h {
    fill: #ffffff; }

.vi-default-user svg,
.vi-default-organization svg {
  background-color: #bdbdbd; }

.vi-default-user .d,
.vi-default-organization .d {
  fill: #f5f5f5; }

.vi-mastercard .d {
  color: #b0bec5; }

.plan-label, plan-description .plan-description__header-row, plan-description.active .plan-description__content {
  background-color: #ff7043;
  border-color: #ff7043; }
  .none.plan-label, plan-description .none.plan-description__header-row, plan-description.active .none.plan-description__content {
    background-color: #cfd8dc;
    border-color: #cfd8dc; }
  .shared-free.plan-label, plan-description .shared-free.plan-description__header-row, plan-description.active .shared-free.plan-description__content, .c10.plan-label, plan-description .c10.plan-description__header-row, plan-description.active .c10.plan-description__content, .small.plan-label, .fields-selector .schema-container .plan-label.error-placeholder, .fields-selector .schema-container plan-description .error-placeholder.plan-description__header-row, plan-description .fields-selector .schema-container .error-placeholder.plan-description__header-row, .fields-selector .schema-container plan-description.active .error-placeholder.plan-description__content, plan-description.active .fields-selector .schema-container .error-placeholder.plan-description__content, plan-description .small.plan-description__header-row, plan-description.active .small.plan-description__content, .professional.plan-label, plan-description .professional.plan-description__header-row, plan-description.active .professional.plan-description__content {
    background-color: #81c784;
    border-color: #81c784; }
  .shared.plan-label, plan-description .shared.plan-description__header-row, plan-description.active .shared.plan-description__content, .c50.plan-label, plan-description .c50.plan-description__header-row, plan-description.active .c50.plan-description__content, .medium.plan-label, plan-description .medium.plan-description__header-row, plan-description.active .medium.plan-description__content {
    background-color: #ffd54f;
    border-color: #ffd54f; }
  .d4.plan-label, plan-description .d4.plan-description__header-row, plan-description.active .d4.plan-description__content, .d8.plan-label, plan-description .d8.plan-description__header-row, plan-description.active .d8.plan-description__content, .c100.plan-label, plan-description .c100.plan-description__header-row, plan-description.active .c100.plan-description__content, .large.plan-label, plan-description .large.plan-description__header-row, plan-description.active .large.plan-description__content {
    background-color: #ffa726;
    border-color: #ffa726; }
  .enterprise.plan-label, plan-description .enterprise.plan-description__header-row, plan-description.active .enterprise.plan-description__content {
    background-color: #5c6bc0;
    border-color: #5c6bc0; }

.plan-label {
  text-transform: capitalize; }
  .plan-label:not(.label) {
    font-size: inherit; }

toggle-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  toggle-switch.disabled {
    opacity: 0.51; }

.toggle-switch {
  position: relative;
  display: flex;
  align-items: center;
  height: 25px;
  width: 40px;
  cursor: pointer; }
  .toggle-switch:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #eceff1;
    border-radius: 12.5px;
    background-color: #fff;
    transition: none 0.2s ease-in-out;
    transition-property: background-color, border-color; }
  .toggle-switch:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    height: 21px;
    width: 21px;
    border-radius: 10.5px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: none 0.2s ease-in-out;
    transition-property: background-color, -webkit-transform;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform; }
  :not(.disabled) > .toggle-switch:hover:after {
    background-color: #f6f7f8; }
  .toggle-switch.on:after {
    -webkit-transform: translate(15px);
            transform: translate(15px); }
  .toggle-switch.on.success:before {
    background-color: #4caf50;
    border-color: #4caf50; }
  .toggle-switch.on.danger:before {
    background-color: #d81b60;
    border-color: #d81b60; }
  .disabled > .toggle-switch {
    cursor: not-allowed; }

.toggle-switch-label {
  margin-right: 10px;
  font-size: 11px;
  font-weight: 600;
  color: #37474f;
  text-align: right;
  text-transform: uppercase; }
  .toggle-switch-label:empty {
    display: none; }

select-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 160px; }

.select-box-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  padding: 0 12px;
  font-size: 13px;
  color: #37474f;
  background-color: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s ease; }
  [disabled] > .select-box-input {
    background-color: #f6f7f8;
    cursor: not-allowed; }
  .large .select-box-input {
    height: 40px;
    padding: 0 15px;
    font-size: 14px; }
  .small .select-box-input, .fields-selector .schema-container .error-placeholder .select-box-input {
    height: 20px;
    padding: 0 10px;
    font-size: 11px; }
  .select-box-input .select-value {
    max-width: calc( 100% - 20px);
    transition: color 0.2s ease; }
    .select-box-input .select-value:empty {
      display: none; }
    .select-box-input .select-value:not(:empty) + .select-placeholder {
      display: none; }
  .select-box-input .select-placeholder {
    color: #90a4ae;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .select-box-input img,
  .select-box-input .fa {
    transition: none 0.2s ease;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter; }
  .select-box-input .caret {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .open > .select-box-input {
    border-color: transparent; }
    .open > .select-box-input .select-value {
      color: #90a4ae; }
    .open > .select-box-input img,
    .open > .select-box-input .fa {
      opacity: 0.45;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .open > .select-box-input .caret {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .select-box-opened:not(.open) > .select-box-input {
    animation: select-box-border 0.2s ease reverse; }

.select-box-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  box-shadow: none; }
  .select-box-menu > .dropdown-menu, tags-input .select-box-menu > .autocomplete {
    width: 100%; }
  .select-box-menu li > a {
    padding: 0 13px;
    font-weight: normal; }
  .select-box-menu .dropdown-header {
    padding: 0 13px; }
  .select-box-menu:before, .select-box-menu:after {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    pointer-events: none; }
  .select-box-menu:after {
    border-color: #cfd8dc; }
  .open > .select-box-menu > .dropdown-menu, tags-input .open > .select-box-menu > .autocomplete,
  .cdk-overlay-pane > .select-box-menu > .dropdown-menu,
  tags-input .cdk-overlay-pane > .select-box-menu > .autocomplete {
    position: static;
    display: block;
    margin-top: 0;
    box-shadow: none; }
  .open > .select-box-menu:after,
  .cdk-overlay-pane > .select-box-menu:after {
    -webkit-animation: select-box-border 0.2s ease;
            animation: select-box-border 0.2s ease;
    border-color: #64b5f6 !important;
    outline: 0;
    box-shadow: 0 0 8px rgba(100, 181, 246, 0.6) !important; }
  .select-box-menu.large:before, .select-box-menu.large:after,
  .large .select-box-menu:before,
  .large .select-box-menu:after {
    top: -40px; }
  .select-box-menu.large li > a,
  .select-box-menu.large .dropdown-header,
  .large .select-box-menu li > a,
  .large .select-box-menu .dropdown-header {
    padding: 0 16px; }
  .select-box-menu.small:before, .fields-selector .schema-container .select-box-menu.error-placeholder:before, .select-box-menu.small:after, .fields-selector .schema-container .select-box-menu.error-placeholder:after,
  .small .select-box-menu:before,
  .fields-selector .schema-container .error-placeholder .select-box-menu:before,
  .small .select-box-menu:after,
  .fields-selector .schema-container .error-placeholder .select-box-menu:after {
    top: -20px; }
  .select-box-menu.small li > a, .fields-selector .schema-container .select-box-menu.error-placeholder li > a,
  .select-box-menu.small .dropdown-header,
  .fields-selector .schema-container .select-box-menu.error-placeholder .dropdown-header,
  .small .select-box-menu li > a,
  .fields-selector .schema-container .error-placeholder .select-box-menu li > a,
  .small .select-box-menu .dropdown-header,
  .fields-selector .schema-container .error-placeholder .select-box-menu .dropdown-header {
    padding: 0 11px; }
  .select-box-menu:hover .active a {
    background-color: #fff; }
    .select-box-menu:hover .active a:hover {
      background-color: #eceff1; }

@-webkit-keyframes select-box-border {
  0% {
    border-color: #cfd8dc;
    box-shadow: none; }
  100% {
    border-color: #64b5f6 !important;
    outline: 0;
    box-shadow: 0 0 8px rgba(100, 181, 246, 0.6) !important; } }

@keyframes select-box-border {
  0% {
    border-color: #cfd8dc;
    box-shadow: none; }
  100% {
    border-color: #64b5f6 !important;
    outline: 0;
    box-shadow: 0 0 8px rgba(100, 181, 246, 0.6) !important; } }

.menu-item-github-organization,
.dropdown-menu > li > .menu-item-github-organization,
tags-input .autocomplete > li > .menu-item-github-organization,
.menu-item-repo-branch,
.dropdown-menu > li > .menu-item-repo-branch,
tags-input .autocomplete > li > .menu-item-repo-branch {
  display: flex;
  align-items: center; }

bottom-banners {
  z-index: 1030;
  pointer-events: all; }
  bottom-banners .alert {
    display: block;
    padding: 0 7px;
    margin: 0;
    border: 0;
    border-radius: 0;
    line-height: 30px;
    text-align: center;
    color: #fff; }
    bottom-banners .alert a {
      text-decoration: underline; }
      bottom-banners .alert a, bottom-banners .alert a:hover, bottom-banners .alert a:focus, bottom-banners .alert a:active {
        color: #fff; }
    bottom-banners .alert.alert-warning {
      background-color: #ffb300; }
    bottom-banners .alert.dismissed {
      height: 1px;
      max-height: 1px; }
      bottom-banners .alert.dismissed > * {
        display: none; }

sh-banner {
  display: block;
  padding: 0 7px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  z-index: 1030;
  pointer-events: all; }
  sh-banner a, sh-banner a:hover, sh-banner a:focus, sh-banner a:active {
    color: #fff;
    text-decoration: underline; }
  sh-banner .close {
    outline: 0; }
    sh-banner .close, sh-banner .close:hover, sh-banner .close:focus, sh-banner .close:active {
      color: #fff; }
  sh-banner.dismissed {
    height: 1px;
    max-height: 1px; }
    sh-banner.dismissed > * {
      display: none; }
  sh-banner.staging {
    background-color: #4caf50; }
  sh-banner.master {
    background-color: #0288d1; }
  sh-banner.warning {
    background-color: #ffb300; }
  sh-banner.error {
    background-color: #d81b60; }

.loading-inline, .loading-subscriptions {
  background: url("data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==") no-repeat left;
  height: 16px; }

.loading-inline {
  margin-left: 1em;
  padding-left: 2em; }

#loading-bar {
  pointer-events: none;
  transition: all 200ms linear; }
  #loading-bar.ng-enter, #loading-bar.ng-leave.ng-leave-active {
    opacity: 0; }
  #loading-bar.ng-enter.ng-enter-active, #loading-bar.ng-leave {
    opacity: 1; }
  #loading-bar .bar {
    transition: width 200ms linear;
    background: #d81b60;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px; }
  #loading-bar .peg {
    display: none; }

loading-message {
  display: inline-flex;
  align-items: center;
  flex-direction: row; }
  loading-message activity-spinner {
    width: 1.2em;
    height: 1.2em; }
  loading-message .loading-message {
    margin-left: 0.35em; }

#error-page {
  grid-area: 1 / 1 / 3 / 4; }
  #error-page .navbar-header {
    width: 100%;
    text-align: center; }
  #error-page .navbar-brand {
    display: inline-block;
    float: none;
    vertical-align: middle; }

#content-404 {
  margin-top: 150px; }
  #content-404 > div {
    margin: 0 auto;
    padding: 0;
    max-width: 500px; }

#error {
  text-align: center; }
  #error svg {
    width: 80px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.deploy-version, .deploy-box .deploy-box-ref, deploy-options .ref {
  display: inline-block;
  margin: 3px 0;
  padding: 3px 9px;
  border-radius: 3px;
  font-family: "Droid Sans Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-weight: normal;
  color: #607d8b;
  background-color: #eceff1; }

#account .navbar-header {
  width: 100%;
  text-align: center; }

#account .navbar-brand {
  display: inline-block;
  float: none;
  vertical-align: middle; }

#account .signup-intent-field {
  margin-bottom: 2em; }

#account .intent-option-other {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#account #id_intent_other {
  width: 270px; }

#auth {
  display: flex;
  align-items: center; }
  #auth > div {
    margin: 0 auto;
    padding: 0;
    width: 450px; }
  #auth form .alert .close {
    display: none; }
  #auth form .form-group + .lower-buttons,
  #auth form .form-group + p + .lower-buttons {
    display: flex;
    align-items: stretch;
    margin-top: 25px;
    margin-bottom: 25px; }
  #auth form .row:last-child .btn, #auth form .row:last-child tags-input .tags .tag-item, tags-input .tags #auth form .row:last-child .tag-item {
    margin-bottom: 0; }
  #auth .sign-in-btn button {
    font-size: 24px;
    width: 100%;
    height: 100%; }
  #auth .login-back {
    margin-top: 15px; }
    #auth .login-back .btn, #auth .login-back tags-input .tags .tag-item, tags-input .tags #auth .login-back .tag-item {
      margin-top: 15px; }
  #auth .btn-side {
    width: 100%; }
    #auth .btn-side:first-of-type {
      margin-bottom: 10px; }
  #auth .ico-social {
    font-size: 18px;
    line-height: 9px;
    padding-right: 0.5em;
    vertical-align: middle; }

#subscriptions-table {
  margin-bottom: 0; }
  #subscriptions-table .close {
    float: none; }
  #subscriptions-table tr > :last-child {
    text-align: right;
    width: 2em;
    padding-top: 4px;
    padding-bottom: 4px; }

.notifications .marked-all-as-seen-label {
  display: none;
  float: right; }

.notifications .type-icon {
  width: 2em; }

.notifications .avatar {
  width: 2em; }

.notifications user-avatar {
  width: 18px; }

.notifications .mark-as-read,
.notifications .mark-all-as-read {
  width: 2em;
  cursor: pointer;
  text-align: center; }

.notifications .when {
  width: 15em; }

.notifications .seen .mark-all-as-read span {
  display: none; }

.notifications .seen .marked-all-as-seen-label {
  display: inline-block; }

.notifications .seen .mark-as-read {
  cursor: default; }
  .notifications .seen .mark-as-read span {
    display: none; }

notification-counter {
  position: relative; }
  notification-counter .badge {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    font-size: 11px;
    font-weight: normal;
    background-color: #d81b60;
    z-index: 1; }

.dash-page-header {
  margin: 17px 0 33px; }
  .dash-page-header h1 {
    margin-top: 0; }

h1.page-header {
  margin: 17px 0 33px; }

.dash-tab-header {
  margin: 30px 0 30px; }
  .dash-tab-header h2 {
    color: #37474f;
    font-weight: normal; }

.dash-section-header {
  margin: 2em 0 1em; }

.afkl-sticky-element--sticky {
  position: fixed !important; }

.afkl-sticky-element--visible {
  display: block !important; }
  .afkl-sticky-element--visible.ng-hide, .afkl-sticky-element--visible.ng-hide:not(.ng-hide-animate) {
    display: block !important;
    visibility: hidden !important; }

.filterbar-wrapper {
  height: 52px;
  margin: -10px 0;
  position: relative; }

.filterbar {
  padding: 10px 0 0; }
  .filterbar:after {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -60px;
    height: 60px;
    pointer-events: none;
    background: linear-gradient(to bottom, #f6f7f8 0%, rgba(246, 247, 248, 0) 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 900; }
  .filterbar.stickied {
    margin-top: 0;
    padding: 10px 0;
    z-index: 900; }
    .filterbar.stickied:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -2px;
      right: -2px;
      background-color: #f6f7f8;
      z-index: -1; }
    .filterbar.stickied:after {
      opacity: 1; }

.items-filter-select .ui-select-container {
  width: 174px; }

actions,
actions div {
  display: inline-block; }

activity-spinner {
  display: flex;
  flex-shrink: 0;
  width: 29px;
  height: 29px;
  -webkit-animation: spinner-outer 6.4s linear infinite;
          animation: spinner-outer 6.4s linear infinite; }
  activity-spinner svg {
    width: 100%;
    -webkit-animation: spinner-inner 6.4s ease-in-out infinite;
            animation: spinner-inner 6.4s ease-in-out infinite; }
  activity-spinner,
  activity-spinner svg {
    -webkit-transform-origin: center;
            transform-origin: center; }
  activity-spinner .b,
  activity-spinner .p {
    fill: none; }
  activity-spinner .b {
    stroke: #eceff1;
    stroke-width: 60px; }
  activity-spinner .p {
    stroke: #b0bec5;
    stroke-width: 45px;
    stroke-dasharray: 345.57519px;
    stroke-linecap: round;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation: spinner-path 6.4s ease-in-out infinite;
            animation: spinner-path 6.4s ease-in-out infinite; }
  activity-spinner.inline-spinner {
    display: inline-block; }
  activity-spinner.small, .fields-selector .schema-container activity-spinner.error-placeholder {
    width: 10px;
    height: 10px; }
  activity-spinner.medium {
    width: 18px;
    height: 18px; }

@-webkit-keyframes spinner-outer {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg); } }

@keyframes spinner-outer {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg); } }

@-webkit-keyframes spinner-inner {
  0%,
  12.5% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25%,
  37.5% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  50%,
  62.5% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); }
  75%,
  87.5% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg); }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); } }

@keyframes spinner-inner {
  0%,
  12.5% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25%,
  37.5% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  50%,
  62.5% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); }
  75%,
  87.5% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg); }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); } }

@-webkit-keyframes spinner-path {
  0%,
  25%,
  50%,
  75%,
  100% {
    stroke-dasharray: 1px 1382.30077px; }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    stroke-dasharray: 1036.72558px 1382.30077px; } }

@keyframes spinner-path {
  0%,
  25%,
  50%,
  75%,
  100% {
    stroke-dasharray: 1px 1382.30077px; }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    stroke-dasharray: 1036.72558px 1382.30077px; } }

sh-number {
  display: inline;
  position: relative; }
  sh-number .decimal-part {
    position: absolute;
    font-size: 0.7em;
    font-weight: normal;
    top: 20%;
    right: -1.3em;
    letter-spacing: -0.3px;
    color: #b0bec5; }

usage-data {
  display: grid;
  grid-template-columns: minmax(-webkit-max-content, 1fr) 15px minmax(-webkit-max-content, 1fr);
  grid-template-columns: minmax(max-content, 1fr) 15px minmax(max-content, 1fr);
  grid-template-areas: 'current icon next';
  grid-column-gap: 7.5px;
  justify-content: right;
  align-items: baseline;
  align-self: baseline;
  text-align: right;
  font-size: 15px;
  color: #37474f; }
  usage-data.is-loading {
    justify-self: flex-end;
    align-self: flex-start; }
  usage-data activity-spinner {
    width: 1.5em;
    height: 1.5em; }
  usage-data icon {
    grid-area: icon;
    color: #b0bec5;
    font-size: 9px; }
  usage-data .current {
    grid-area: current;
    color: #b0bec5; }
  usage-data .next {
    font-weight: bold;
    color: #37474f; }
  usage-data > :only-child,
  usage-data .current:only-child,
  usage-data .next:only-child {
    grid-column: 1 / 4;
    font-weight: bold;
    color: #37474f;
    justify-self: flex-end; }
  usage-data.credit > :only-child,
  usage-data.credit .current,
  usage-data.credit .next {
    color: #4caf50; }
  usage-data.debit > :only-child,
  usage-data.debit .current,
  usage-data.debit .next {
    color: #d81b60; }
  usage-data.usage-colour__usage-medium > :only-child,
  usage-data.usage-colour__usage-medium .current,
  usage-data.usage-colour__usage-medium .next {
    color: #ffb300; }
  usage-data.usage-colour__usage-high > :only-child,
  usage-data.usage-colour__usage-high .current,
  usage-data.usage-colour__usage-high .next {
    color: #d81b60; }

usage-unit {
  align-self: baseline;
  font-size: 13px;
  font-weight: normal;
  color: #607d8b; }

.graph {
  position: relative;
  padding: 15px;
  color: #b0bec5;
  border-radius: 2px;
  background: #607d8b;
  background: linear-gradient(to bottom, #607d8b 0%, #546e7a 100%);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  text-align: center; }
  .graph .btn-group {
    margin-bottom: 15px; }
  .graph .chart {
    margin-top: 15px;
    position: relative; }
  .graph .legend {
    position: absolute;
    top: 10px;
    left: 70px;
    right: 70px;
    color: #b0bec5; }

.graph-sizer {
  position: relative;
  padding: 22.56% 0 0; }

.graph-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto !important;
  width: auto !important; }

.graph-help {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #b0bec5; }

.dygraph-title {
  color: #fff; }

.dygraph-label {
  font-size: 11px; }

.dygraph-axis-label {
  font-size: 11px; }

.dygraph-label,
.dygraph-axis-label {
  font-weight: 300; }

.dygraph-xlabel,
.dygraph-axis-label-x {
  color: #fff; }

.dygraph-ylabel,
.dygraph-axis-label-y {
  color: #fff; }

.dygraph-y2label {
  color: #90caf9;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.graph-button-spacer {
  padding-top: 60px; }

.line-legend-icon {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  left: 14px;
  top: 5px; }

.line-legend-text {
  color: #b0bec5; }

.placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #b0bec5;
  background-color: #eceff1;
  border: 4px dashed #b0bec5;
  border-radius: 5px;
  text-align: center;
  font-size: 17px; }
  .placeholder h1,
  .placeholder h2,
  .placeholder h3,
  .placeholder h4,
  .placeholder h5,
  .placeholder h6 {
    color: #455a64;
    font-size: 20px;
    font-weight: 600;
    margin: 0.5em 0 1em; }
  .placeholder icon {
    font-size: 24px;
    color: #b0bec5; }

.console-output, .kumo-console-wrapper, terminal-box {
  background-color: #455a64;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23); }

.console-output, .kumo-console-wrapper, terminal-box .terminal-body {
  font-family: "Droid Sans Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  font-weight: normal;
  white-space: pre-wrap;
  word-break: break-all;
  overflow: auto;
  line-height: 1.6;
  color: #f5f5f5;
  padding: 24px; }

.console-output, .kumo-console-wrapper {
  max-height: 80vh; }

terminal-box {
  display: block;
  font-style: normal;
  font-variant: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  overflow: hidden; }
  terminal-box .terminal-header {
    color: #607d8b;
    background-color: #37474f;
    border-radius: 5px 5px 0 0;
    text-align: center;
    position: relative; }
  terminal-box .terminal-tabs {
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #607d8b;
    margin: 0;
    padding: 0;
    list-style: none; }
  terminal-box .terminal-tab {
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 1px solid #607d8b;
    border-right: 1px solid #607d8b;
    margin-bottom: -1px;
    padding: 8px 15px;
    font-size: 12px; }
  terminal-box .terminal-tabs > .terminal-tab:nth-child(1) {
    border-radius: 5px 0 0 0; }
  terminal-box .terminal-tab.active {
    background-color: #455a64;
    border-bottom-color: #455a64;
    color: #eceff1; }
  terminal-box .terminal-body {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    cursor: text; }
  terminal-box .terminal-line {
    color: #bdbdbd; }
    terminal-box .terminal-line .output {
      color: #bdbdbd; }
    terminal-box .terminal-line .input {
      color: #f5f5f5; }
    terminal-box .terminal-line .keyword {
      color: #f5f5f5; }
    terminal-box .terminal-line strong {
      font-weight: 600;
      color: #fafafa; }
    terminal-box .terminal-line a {
      color: #4fc3f7;
      text-decoration: underline; }

.schedule-modal .project-version {
  display: block;
  margin-bottom: 25px; }

subscription-card-usage {
  display: grid;
  grid-gap: 10px 20px;
  grid-template-areas: 'quantity quantity-unit value value-unit';
  grid-template-columns: 3fr 2.5fr 2fr 2fr;
  grid-auto-rows: minmax(20px, auto);
  align-items: center;
  align-content: start;
  padding-bottom: 30px;
  grid-column: 3 / 6; }
  subscription-card-usage usage-data {
    grid-column: quantity; }
    subscription-card-usage usage-data.data-value {
      grid-column: value; }
  subscription-card-usage usage-unit {
    grid-column: quantity-unit; }
    subscription-card-usage usage-unit.data-value {
      grid-column: value-unit; }
  subscription-card-usage .scroll-link {
    cursor: pointer;
    font-size: 10px;
    grid-column-end: value-unit;
    grid-column-start: value-start;
    text-align: right;
    padding: 0 23px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    align-self: flex-end; }
    subscription-card-usage .scroll-link .fa {
      margin-left: 5px;
      font-weight: bold; }

items-list, requests-list {
  display: block;
  margin-top: 10px; }

single-item, single-request {
  display: block; }

item-container .col-icon, request-container .col-icon {
  width: 48px; }

item-container .col-name, request-container .col-name {
  width: 8%; }

item-container > div > .table > thead > tr > th, request-container > div > .table > thead > tr > th {
  padding: 0;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  position: relative; }
  item-container > div > .table > thead > tr > th, request-container > div > .table > thead > tr > th,
  item-container > div > .table > thead > tr > th a,
  request-container > div > .table > thead > tr > th a,
  item-container > div > .table > thead > tr > th a:hover,
  request-container > div > .table > thead > tr > th a:hover,
  item-container > div > .table > thead > tr > th a:focus,
  request-container > div > .table > thead > tr > th a:focus {
    color: #37474f; }
  item-container > div > .table > thead > tr > th .item-ts, request-container > div > .table > thead > tr > th .item-ts {
    font-weight: normal;
    color: #607d8b;
    margin-left: 1em; }
  item-container > div > .table > thead > tr > th:after, request-container > div > .table > thead > tr > th:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #eceff1;
    margin-bottom: -2px; }

item-container > div > .table.table-striped > tbody > tr, request-container > div > .table.table-striped > tbody > tr {
  background-color: #f6f7f8; }
  item-container > div > .table.table-striped > tbody > tr .comments-area .table, request-container > div > .table.table-striped > tbody > tr .comments-area .table {
    background-color: #fff; }
  item-container > div > .table.table-striped > tbody > tr:nth-of-type(odd), request-container > div > .table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent; }
    item-container > div > .table.table-striped > tbody > tr:nth-of-type(odd) .comments-area .table, request-container > div > .table.table-striped > tbody > tr:nth-of-type(odd) .comments-area .table {
      background-color: #f6f7f8; }

item-container .item-attribute, request-container .item-attribute {
  word-wrap: break-word;
  white-space: pre-line;
  word-break: break-all; }

item-container .comments-area, request-container .comments-area {
  margin-top: 10px; }
  item-container .comments-area .table, request-container .comments-area .table {
    margin-bottom: 0;
    border-radius: 3px;
    overflow: hidden; }

item-container .comments-list .archived .comment-content, request-container .comments-list .archived .comment-content {
  display: none; }

item-container .comments-list .editing .comment-content, request-container .comments-list .editing .comment-content,
item-container .comments-list .show-archived .comment-content,
request-container .comments-list .show-archived .comment-content, item-container .comments-list.show-archived .comment-content, request-container .comments-list.show-archived .comment-content {
  display: table-row; }

item-container .form-group:last-child, request-container .form-group:last-child {
  margin-bottom: 0; }

item-container .add-comment-button-bottom, request-container .add-comment-button-bottom {
  margin: 10px 0; }

item-container .table-comment, request-container .table-comment {
  width: 100%; }

item-container .archive-all-button, request-container .archive-all-button,
item-container .archive-comment-button,
request-container .archive-comment-button,
item-container .unarchive-comment-button,
request-container .unarchive-comment-button,
item-container .edit-comment-button,
request-container .edit-comment-button,
item-container .archived-comments-toggle,
request-container .archived-comments-toggle {
  cursor: pointer; }

item-container .comment-date, request-container .comment-date {
  font-size: 11px; }

item-container .comment-avatar, request-container .comment-avatar {
  float: left;
  width: 100px; }
  item-container .comment-avatar .comment-author, request-container .comment-avatar .comment-author {
    float: left;
    margin-top: 7px; }
  item-container .comment-avatar .comment-avatar-image, request-container .comment-avatar .comment-avatar-image {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
    margin-top: 6px;
    padding-top: 0;
    border-radius: 3px; }

item-container .comment-form textarea, request-container .comment-form textarea,
item-container .comment-edit-form textarea,
request-container .comment-edit-form textarea {
  resize: vertical; }
  item-container .comment-form textarea[readonly], request-container .comment-form textarea[readonly],
  item-container .comment-edit-form textarea[readonly],
  request-container .comment-edit-form textarea[readonly] {
    cursor: default;
    resize: none;
    background-color: inherit;
    border-color: transparent; }

.item-actions {
  float: right; }

[itemfield] .add-comment-button {
  margin: -1px 0;
  display: none; }

[itemfield]:hover .add-comment-button {
  display: block; }

.field-value th,
.field-value td {
  padding: 2px 8px 2px 0; }

item-field-safe-html .item-attribute * {
  position: static !important;
  max-width: 100% !important; }

#filtering-forms .nobraking-nav {
  display: flex;
  justify-content: space-between; }

.item-titlebar-button .portia {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAABLgAAAS4Be3EaTQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAARkSURBVDiNlZV/SKJ3HMc/z/P4g8wsMVet2cxyhBLOIYQSQX8mWjc7xsFR/SPEBleEI1qN69ry4LySvNGtY2MIcxQGSZQZW/vjqpF3fyQRpnV7/NGThZoiK1nuMZ/9k7LrGru9/3zz+bxfnw+fL3wRiqLgugYGBjrKy8snAYB2fHz82fT09MobRf+QwWC4W1pa+gWGYefxeHxkamrq1+s1tJsaq6urh5xOZx1JkqBWq2eGhoaMl5eXSCgUejE/P+8BAOju7v6Qz+d/hKIog8fjjTudTh6DwYC2trZBAHg7EEVRJwwGAyiKguLiYkEoFJohSRIaGxtJg8HwNYqi9Lq6usFEIsHEMAx4PB7Q6XRgs9mQyWROb8q8EXRwcPBdd3f3xxRFwdzcHCSTybxP12q1X2EYBouLi5DL5QAA4OjoCHp6eoBGo2WXl5ef3JSJXjcMBsPnABCLRCJbZ2dnBcjVpuD3+8Hr9RYgAACRSAQoioLDw0Mnl8slrzL+HdTb29vV1NT0WCwWP/H7/UYEQXIIgrzWwOFwoLS09DUPQRCgKAq8Xu8PIpHom6ampse9vb1dN4IkEglbKpUOp1KppFAoVPH5/E4Wi3Uhk8kgD+NyuSCTyUAmk0FVVVUhpLW1FWg02oVAIGgXCoWqVCqVlEqlwxKJhF0YJv+8BwcHxyUSyacrKyttLS0tP1ZUVHyQL4rH43B5eVk4OgBALpeDSCQCZWVlUFJSUoBGo9GD9fX1LrVa7drb2/vWZDJ9WdhIp9NJGhoa7oXDYYvdbn9JEITj4uLiT4IgdgAA+Hw+VFZWAp1Oh3A4/EsoFPoZRVEQCAQFCEEQO1c9Drvd/jIcDlsaGhru6XQ6SQEkl8uN2Ww26nK5zAqFoqSmpuZWIBB4tr293Z/JZMj8tMlkklhbW7trNpvbY7HY73k/k8mQ29vb/YFA4FlNTc0thUJR4nK5zNlsNiqXy40AAKher78tFos7cBw3ut3uc61We5/JZJa53e5HNpvtOY7jtnxgLBabWV1djZ+cnGSSyeRPeR/HcZvNZnvudrsfMZnMMq1We9/tdp/jOG4Ui8Uder3+NjI5OfmCRqPx+/v763Q6nVyr1W4Gg0Hj2NiYEQCgubmZo1QqP0EQ5Gx2dtZBEMRfAAACgYDR2dnZSafTi7e2tuybm5t/AACMjo6O1NbWjiwtLTUvLCx4LBYLns1m4zSSJI85HE6tRqN5t76+/g6LxSryeDxr+WmvAr4HADCZTIWjXwFn4Zo8Hs+aVCodr6+vv6PRaKIsFoudSCR2UJ/PN8FisbhKpfLB/v7+03Q6fapSqYavB7ytVCrVcDqdPt3f33+qVCofFBUVcX0+nxm1Wq2/EQRhFwqFPWw2+30cxydEIlF7X1+f/v9C+vr69CKRqB3H8Qkej1ctFAp7Dg8PF6xW6wYKALC7u/swHo+/4nK57zgcDkswGNzAMOzN/+M/hGEYFQwGNxwOh4XD4bwXjUZf+f3+hwAAfwOvN/YgS1IDegAAAABJRU5ErkJggg==");
  display: inline-block;
  height: 10px;
  padding: 0 8px 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%; }

#organization-logo img {
  width: 100%;
  border-radius: 3px; }

#crawlera-logo svg {
  width: 100%; }

.dataset-logo img,
.dataset-logo svg,
.dataset-side-container .logo img,
.dataset-side-container .logo svg {
  width: 100%;
  border-radius: 3px; }

user-avatar {
  display: block;
  position: relative;
  padding-top: 100%;
  border-radius: 3px;
  overflow: hidden; }
  user-avatar > icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  user-avatar > .vi {
    width: 100%; }
  user-avatar > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  user-avatar svg {
    display: block;
    width: 100%; }

organization-avatar {
  display: block;
  border-radius: 3px;
  overflow: hidden; }
  organization-avatar svg {
    display: block;
    width: 100%; }

.user-profile img {
  width: 100%;
  border-radius: 3px; }

.user-profile .vi {
  width: 100%; }

.user-profile .email {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%; }

.user-profile .date_joined .text-muted {
  display: block; }

.user-profile-header,
.user-profile-resource-header {
  display: flex;
  align-items: center;
  padding: 0; }

.user-profile-header .fa {
  font-size: 28px;
  display: inline-block;
  width: 40px;
  text-align: center; }

.user-profile-header h1 {
  flex: 1 1 auto;
  margin: 0 0 0 0.25em; }

.user-profile-resource-header {
  margin-bottom: 0.5em; }
  .user-profile-resource-header .vi {
    width: 30px; }
  .user-profile-resource-header svg {
    display: block; }
  .user-profile-resource-header h2 {
    flex: 1 1 auto;
    margin: 0 0 0 0.5em; }

li.organization-switcher > a {
  display: inline-flex;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center; }

.organization-switcher .organization-header + .user-name-header, .organization-switcher .user-name-header + .user-name-subtitle {
  margin-top: -4px;
  font-size: 11px;
  font-weight: normal;
  color: #90a4ae; }

.organization-switcher .account-label {
  display: flex; }

.organization-switcher .account-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px; }

.organization-switcher .account-avatar {
  position: relative;
  align-self: center;
  margin-right: 12px; }

.organization-switcher .user-avatar {
  display: block;
  padding: 0; }
  .organization-switcher .user-avatar > icon {
    position: static; }

.organization-switcher .organization-avatar {
  display: block; }
  .organization-switcher .organization-avatar + .user-avatar {
    position: absolute;
    bottom: -3px;
    right: -3px;
    border: 2px solid #eceff1;
    border-radius: 4px; }

.organization-switcher .account-avatar .user-avatar img,
.organization-switcher .account-avatar .user-avatar svg,
.organization-switcher .account-avatar .organization-avatar img,
.organization-switcher .account-avatar .organization-avatar svg {
  width: 32px; }

.organization-switcher .account-avatar .organization-avatar + .user-avatar img,
.organization-switcher .account-avatar .organization-avatar + .user-avatar svg {
  width: 16px; }

.organization-switcher.open .user-avatar {
  border-color: #f6f7f8; }

.organization-switcher .menu-organization > a {
  display: flex;
  align-items: center; }

.organization-switcher .menu-organization .organization-avatar {
  margin-right: 12px; }

.organization-switcher .menu-organization svg {
  width: 20px; }

.organization-switcher .menu-organization img {
  margin: 0; }

.pagination-footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .pagination-footer > * {
    margin: 0; }

#search-leftbar {
  opacity: 1 !important; }

#search-results {
  opacity: 1 !important;
  position: relative; }
  #search-results .top {
    opacity: 1 !important; }
  #search-results tr p {
    margin: 4px 0; }
  #search-results .avatar {
    width: 60px;
    padding: 6px; }
    #search-results .avatar img {
      width: 48px;
      height: 48px;
      border-radius: 3px; }
  #search-results .no-results {
    margin-bottom: 0; }
  #search-results .results-loader {
    position: absolute;
    left: 0;
    right: 0;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #search-results .results-loader .results-spinner-container {
      padding: 50px;
      background: white;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23); }
  #search-results .not-enough-input {
    margin-top: 20px; }

#search .input-group-btn .button-label {
  display: inline-block;
  min-width: 1em; }

#search-tabs {
  border: none; }
  #search-tabs a .fa,
  #search-tabs a .sh-icon-crawlera-logo {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 1px 0 0;
    line-height: inherit;
    width: 20px;
    text-align: center; }
  #search-tabs a .badge {
    margin-left: 0.25em; }
  #search-tabs [class^='sh-icon-']:before,
  #search-tabs [class*=' sh-icon-']:before {
    width: auto;
    margin-left: 0;
    margin-right: 0; }

sh-search-input icon {
  width: auto !important;
  margin-right: 0 !important; }

#create-project-form .build-with-text {
  margin-top: 2em; }

#create-project-form .type-picker {
  display: flex;
  align-items: stretch; }

#create-project-form .project-picker {
  flex: 1 1 50%;
  padding: 20px; }
  #create-project-form .project-picker:first-child {
    margin-right: 0.5em; }
  #create-project-form .project-picker:last-child {
    margin-left: 0.5em; }
  #create-project-form .project-picker .button-label {
    flex-direction: column; }
  #create-project-form .project-picker .img {
    display: flex;
    width: 40px;
    flex-direction: column;
    justify-content: center; }
  #create-project-form .project-picker img,
  #create-project-form .project-picker svg {
    width: 40px; }
  #create-project-form .project-picker .name {
    display: block;
    margin-top: 1em; }

#create-project-form .help-decide-text {
  margin-top: 1em; }

.drop-box {
  position: relative; }
  .drop-box img {
    display: block;
    width: 100%; }
  .drop-box > * {
    opacity: 1;
    transition: opacity 0.2s ease; }
  .drop-box .on-drag {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
    color: #b0bec5;
    background-color: #eceff1;
    border: 4px dashed #b0bec5;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.2s ease; }
    .drop-box .on-drag .fa {
      font-size: 3em;
      margin-bottom: 0.33333em; }
  .drop-box.drag-over > * {
    opacity: 0; }
  .drop-box.drag-over .on-drag {
    opacity: 1; }

.picture-cropper {
  text-align: center; }
  .picture-cropper img-crop {
    display: block;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .picture-cropper img-crop canvas {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%; }

.info-table {
  margin: 0 auto; }
  .info-table td {
    border-bottom: 1px dashed #fff; }
  .info-table td,
  .info-table .fa {
    color: #607d8b; }
  .info-table .no-bottom {
    border-bottom: none; }
  .info-table .header {
    color: #fff;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 14.5%; }
    .info-table .header.no-radius {
      border-radius: 0; }
    .info-table .header .recommended {
      background: #7d1a0f;
      padding: 5px 10px;
      border-radius: 8px; }
  .info-table .footer {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .info-table .footer button {
      width: 100%; }
      .info-table .footer button .fa {
        color: #fff; }
    .info-table .footer.current {
      padding: 14px; }
  .info-table .left-index {
    text-align: left;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    padding-right: 1em; }
  .info-table .divider {
    width: 10px; }
  .info-table .info-cell {
    background-color: #eceff1;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    text-align: center; }
  .info-table .bottom-row td {
    border-bottom: none; }
  .info-table .red {
    background-color: #d81b60; }
  .info-table .green {
    background-color: #4caf50; }
  .info-table .orange {
    background-color: #ffb300; }

.upgrade-crawlera-modal .modal-dialog {
  min-width: 760px; }

.upgrade-crawlera-modal .info-table .header {
  width: 150px; }

.upgrade-crawlera-modal .info-table .left-index {
  width: 213px; }

.upgrade-crawlera-modal textarea {
  resize: vertical; }

splash-logo {
  width: 114px;
  display: inline-block;
  border: 1px solid #f6f7f8;
  border-radius: 3px;
  overflow: hidden; }
  splash-logo svg {
    display: block;
    width: 109px;
    margin: 0 auto;
    padding: 16px; }
  splash-logo .splash-size {
    line-height: 26px;
    text-align: left;
    color: #fff;
    text-transform: capitalize; }
    splash-logo .splash-size .splash-instances {
      text-align: center;
      display: inline-block;
      background-color: rgba(55, 71, 79, 0.2);
      width: 25%;
      font-weight: 600;
      margin-right: 0.5em; }

splash-box {
  display: block;
  width: 660px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  overflow: hidden;
  padding: 12px; }
  splash-box .splash-logo {
    width: 114px;
    display: inline-block;
    border: 1px solid #f6f7f8;
    border-radius: 3px;
    overflow: hidden; }
    splash-box .splash-logo svg {
      display: block;
      width: 109px;
      margin: 0 auto;
      padding: 16px; }
    splash-box .splash-logo .splash-size {
      line-height: 26px;
      text-align: left;
      color: #fff;
      text-transform: capitalize; }
      splash-box .splash-logo .splash-size .splash-instances {
        text-align: center;
        display: inline-block;
        background-color: rgba(55, 71, 79, 0.2);
        width: 25%;
        font-weight: 600;
        margin-right: 0.5em; }
  splash-box .splash-body {
    display: inline-block;
    vertical-align: top;
    padding-left: 12px;
    width: calc(100% - 118px); }
    splash-box .splash-body .splash-title {
      color: #37474f;
      font-size: 20px; }
      splash-box .splash-body .splash-title .label {
        float: right;
        line-height: 19px;
        margin-left: 10px;
        padding: 0.2em 0.6em; }
      splash-box .splash-body .splash-title .truncate {
        overflow-x: hidden;
        max-width: 258px;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block; }
    splash-box .splash-body b {
      font-weight: 600; }
    splash-box .splash-body .splash-modified-at {
      line-height: 20px;
      margin-bottom: 15px; }
  splash-box .splash-apikey-row + .form-group {
    margin-bottom: 0; }

/*
    using a technique similar to http://www.mobify.com/blog/multiline-ellipsis-in-pure-css/
    to display an expand icon when the content overflows the default row height,
    however this version centers the content in the row.
*/
.jobs-table .arguments-cell, .jobs-table .tags-cell {
  overflow: hidden;
  font-size: 0.8em; }
  .jobs-table .arguments-cell:before, .jobs-table .tags-cell:before {
    content: '';
    display: block;
    float: left;
    width: 1px;
    height: 30px; }
  .jobs-table .arguments-cell .contents-wrapper, .jobs-table .tags-cell .contents-wrapper {
    float: right;
    width: 100%;
    margin-left: -1px; }
  .jobs-table .arguments-cell .icon-wrapper, .jobs-table .tags-cell .icon-wrapper {
    float: right;
    position: relative;
    top: -29px;
    right: -100%;
    width: 1px;
    height: 1px;
    margin-left: -1px;
    margin-right: 1px;
    overflow: visible; }
  .jobs-table .arguments-cell .fa, .jobs-table .tags-cell .fa {
    position: absolute;
    top: 0;
    right: 0;
    height: 29px;
    line-height: 29px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    cursor: pointer;
    color: #b0bec5; }
  .jobs-table .arguments-cell .cell-contents, .jobs-table .tags-cell .cell-contents {
    display: inline-block;
    padding-right: 12px;
    padding-bottom: 1px;
    margin-bottom: 0;
    line-height: 1;
    vertical-align: middle; }
  .job-row-compact .jobs-table .arguments-cell, .jobs-table .job-row-compact .arguments-cell, .job-row-compact .jobs-table .tags-cell, .jobs-table .job-row-compact .tags-cell {
    height: 29px; }
    .job-row-compact .jobs-table .arguments-cell .contents-wrapper, .jobs-table .job-row-compact .arguments-cell .contents-wrapper, .job-row-compact .jobs-table .tags-cell .contents-wrapper, .jobs-table .job-row-compact .tags-cell .contents-wrapper {
      min-height: 29px;
      line-height: 27px; }

.panel table tbody tr.invalid-warning, single-item table tbody tr.invalid-warning, single-request table tbody tr.invalid-warning {
  background-color: #fce4ec; }

.jobs-table {
  margin-bottom: 0; }
  .jobs-table th,
  .jobs-table td {
    white-space: nowrap;
    display: none; }
  .jobs-table.table th,
  .jobs-table.table td {
    padding: 2px 6px;
    line-height: 1.42857;
    vertical-align: middle;
    font-size: 13px;
    word-wrap: break-word; }
  .jobs-table .no-jobs,
  .jobs-table .check-col,
  .jobs-table .job-col {
    display: table-cell; }
  .jobs-table .no-jobs {
    text-align: center;
    height: 34px; }
    .jobs-table .no-jobs.error {
      padding: 20px 40px; }
  .jobs-table .job-col,
  .jobs-table .items-col,
  .jobs-table .requests-col,
  .jobs-table .errors-col,
  .jobs-table .log-col,
  .jobs-table .units-col,
  .jobs-table .wait-time-col,
  .jobs-table .runtime-col {
    text-align: right; }
  .jobs-table .check-col {
    width: 27px;
    height: 34px;
    text-align: center; }
    .jobs-table .check-col span {
      color: #b0bec5;
      display: none; }
    .jobs-table .check-col.loading span {
      display: block; }
    .jobs-table .check-col.loading input {
      display: none; }
  .jobs-table .spider-version-col {
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0; }
  .jobs-table .spider-cell,
  .jobs-table .version-cell {
    display: none; }
  .jobs-table-scroller .jobs-table .arguments-col,
  .jobs-table-scroller .jobs-table .tags-col {
    max-width: 20em; }
  .jobs-table .arguments-cell li {
    word-wrap: break-word;
    white-space: pre-wrap;
    padding-left: 1em; }
    .jobs-table .arguments-cell li span:first-of-type {
      margin-left: -1em; }
  .jobs-table .tags-cell .cell-contents {
    width: 100%; }
  .jobs-table .item-comments-col {
    width: 3%; }
  .jobs-table .items-col,
  .jobs-table .errors-col,
  .jobs-table .log-col,
  .jobs-table .wait-reason-col {
    width: 9%; }
  .jobs-table .requests-col {
    width: 6%; }
  .jobs-table .added-col {
    width: 12%; }
  .jobs-table .units-col,
  .jobs-table .wait-reason-icon-col {
    width: 1%; }
  .jobs-table .success-add,
  .jobs-table .danger-add {
    transition: background-color 0.2s ease-in-out; }
  .jobs-table .success-remove,
  .jobs-table .danger-remove {
    transition: background-color 0.2s ease-in-out 0.4s; }

.table-col-spider .spider-version-col {
  display: table-cell; }

.table-col-spider .spider-cell {
  display: block; }

.table-col-version .spider-version-col {
  display: table-cell; }

.table-col-version .version-cell {
  display: block; }

.table-col-version.table-col-spider .version-cell {
  font-size: 0.8em;
  margin-top: -5px; }

.table-col-arguments .arguments-col {
  display: table-cell; }

.table-col-tags .tags-col {
  display: table-cell; }

.table-col-items .items-col,
.table-col-items .item-comments-col {
  display: table-cell; }

.table-col-requests .requests-col {
  display: table-cell; }

.table-col-errors .errors-col {
  display: table-cell; }

.table-col-log .log-col {
  display: table-cell; }

.table-col-units .units-col {
  display: table-cell; }

.table-col-priority .priority-col {
  display: table-cell; }

.table-col-wait-time .wait-time-col {
  display: table-cell; }

.table-col-wait-reason .wait-reason-col,
.table-col-wait-reason .wait-reason-icon-col {
  display: table-cell; }

.table-col-added .added-col {
  display: table-cell; }

.table-col-runtime .runtime-col {
  display: table-cell; }

.table-col-started .started-col {
  display: table-cell; }

.table-col-last-activity .last-activity-col {
  display: table-cell; }

.table-col-finished .finished-col {
  display: table-cell; }

.table-col-outcome .outcome-col {
  display: table-cell; }

.jobs-panel {
  overflow: visible; }
  .jobs-panel .jobs-table-scroller th {
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
    height: auto; }
  .jobs-panel .jobs-table-scroller tr:first-child td {
    border-top-width: 0; }
  .jobs-panel .sh-panel-title {
    flex: 1 1 auto; }
  .jobs-panel .panel-heading h3.sh-panel-title.display-block {
    display: block; }
  .jobs-panel .panel-heading .badge {
    margin-left: 0.25em; }
  .jobs-panel .panel-heading .checkbox,
  .jobs-panel .panel-heading dropdown-button {
    float: right;
    margin: 0; }
    .jobs-panel .panel-heading .checkbox button,
    .jobs-panel .panel-heading dropdown-button button {
      margin-top: -2px; }
  .jobs-panel .panel-heading .checkbox {
    color: #607d8b;
    margin-right: 1em;
    font-size: 14px; }
    .jobs-panel .panel-heading .checkbox label {
      line-height: 20px; }
  .jobs-panel .panel-footer button {
    margin-right: 0.33333em; }
  .jobs-panel .fa-joblist-info {
    font-size: 11px; }
    .jobs-panel .fa-joblist-info.invalid-warning {
      color: #d81b60; }

.container-group .units-bar {
  width: 97%;
  margin: 20px auto 10px auto; }

.container-group .bar-label {
  width: 97%;
  margin: 0 auto 0 auto; }
  .container-group .bar-label + .units-bar {
    margin-top: 5px; }

.container-group .container-legend {
  width: 97%;
  padding: 10px; }
  .container-group .container-legend .legend-box {
    padding: 5px;
    display: inline-block;
    margin-left: 15px;
    border-radius: 3px; }

.container-group .progress-bar-running-here {
  background-color: #4caf50; }

.container-group .progress-bar-running-outside {
  background-color: #d81b60; }

.container-group .progress-bar-unused {
  background-color: #b0bec5; }

.jobs-panel-body,
.jobs-panel .panel-body {
  overflow: hidden;
  padding: 0; }

.job-actions button,
.job-actions dropdown {
  display: inline-block; }

.dash-warning-alert.deploy-onboarding-message {
  margin-bottom: 20px; }

.periodic-jobs-page .table-striped > tbody > tr {
  background-color: #f6f7f8; }
  .periodic-jobs-page .table-striped > tbody > tr.even {
    background-color: transparent; }

.periodic-jobs-page table .check-col {
  width: 27px;
  height: 32px;
  text-align: center; }

.periodic-jobs-page table thead th:last-child {
  width: 80px; }

.periodic-jobs-page .highlight {
  background-color: #e1f5fe !important; }

.periodic-arguments {
  word-break: break-all; }

.periodic-jobs-modal .arguments input {
  width: 129px; }

.periodic-actions {
  width: 80px;
  text-align: center; }
  .panel-spiders .periodic-actions {
    width: 60px; }
  .table tbody tr .periodic-actions {
    padding-left: 2px;
    padding-right: 10px; }
  .periodic-actions span.option {
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer; }
    .periodic-actions span.option .sub-one {
      vertical-align: sub;
      font-size: 9px;
      font-weight: bold; }
    .periodic-actions span.option:hover.fa-times-circle, .periodic-actions span.option:focus.fa-times-circle {
      color: #d81b60; }
  .periodic-actions .tooltip {
    white-space: nowrap; }

.periodic-status {
  width: 30px;
  text-align: center; }
  .table tbody tr .periodic-status {
    padding-left: 2px;
    padding-right: 2px;
    text-align: center; }

.addon-card {
  height: 275px;
  max-height: 275px;
  position: relative;
  margin-bottom: 24px; }
  .addon-card .fa-exclamation-triangle {
    color: #d81b60; }
  .addon-card .fa-check-circle {
    color: #4caf50; }
  .addon-card .default-logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .addon-card .default-logo .fa {
      color: #607d8b;
      font-size: 3.5em; }
  .addon-card .details {
    height: 135px; }
  .addon-card .action-links {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px; }
    .addon-card .action-links .split-row {
      width: calc(50% - 6px); }
    .addon-card .action-links button {
      width: 100%; }

.addon-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto; }
  .addon-card-top:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    bottom: 0;
    left: 12px;
    right: 12px;
    border-bottom: 2px solid #eceff1;
    margin-bottom: -2px; }
  .addon-card-top .icon {
    width: 55px;
    height: 55px;
    border-radius: 3px;
    display: table;
    overflow: hidden; }
    .addon-card-top .icon img {
      max-width: 100%; }
    .addon-card-top .icon svg {
      display: block;
      width: 55px;
      padding: 3px; }
  .addon-card-top .addon-name h4 {
    margin-bottom: 2px; }
    .not-configured .addon-card-top .addon-name h4 {
      color: #d81b60; }
  .addon-card-top .addon-name .addon-status {
    color: #607d8b;
    font-size: 11px; }

.addon-details h3 .disabled {
  font-size: 14px;
  color: #607d8b;
  opacity: 1; }

.addon-details .details button {
  margin-top: 10px; }

.addon-details .addon-status {
  padding: 6px 10px;
  font-weight: 600;
  font-size: 11px;
  text-align: center; }
  .addon-details .addon-status .fa-exclamation-triangle {
    color: #d81b60; }
  .addon-details .addon-status .fa-check-circle {
    color: #4caf50; }

.addon-details .addon-icon {
  border: 1px solid #cfd8dc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden; }
  .addon-details .addon-icon img {
    width: 100%; }
  .addon-details .addon-icon svg {
    display: block;
    width: 100%;
    padding: 20px; }

.addon-details .default-logo {
  position: relative;
  padding-top: 100%; }
  .addon-details .default-logo .fa {
    font-size: 10em; }
  .addon-details .default-logo > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center; }

.addon-details .settings .asterix {
  color: #d81b60; }

.addon-details .disabled {
  opacity: 0.6; }
  .addon-details .disabled a,
  .addon-details .disabled a:hover,
  .addon-details .disabled a:focus,
  .addon-details .disabled span,
  .addon-details .disabled label {
    cursor: not-allowed;
    pointer-events: none; }
  .addon-details .disabled input {
    cursor: not-allowed;
    background-color: #eceff1;
    opacity: 1;
    pointer-events: none;
    box-shadow: none; }

.addon-details .settings-form {
  display: block; }
  .addon-details .settings-form .form-group,
  .addon-details .settings-form .checkbox {
    width: 33%;
    padding-left: 15px;
    padding-right: 15px; }
    .addon-details .settings-form .form-group .checkbox-label,
    .addon-details .settings-form .checkbox .checkbox-label {
      display: block;
      font-weight: normal; }
    .addon-details .settings-form .form-group.required .help-block,
    .addon-details .settings-form .form-group.required .control-label,
    .addon-details .settings-form .form-group.required .radio,
    .addon-details .settings-form .form-group.required .checkbox,
    .addon-details .settings-form .form-group.required .radio-inline,
    .addon-details .settings-form .form-group.required .checkbox-inline,
    .addon-details .settings-form .form-group.required.radio label,
    .addon-details .settings-form .form-group.required.checkbox label,
    .addon-details .settings-form .form-group.required.radio-inline label,
    .addon-details .settings-form .form-group.required.checkbox-inline label,
    .addon-details .settings-form .checkbox.required .help-block,
    .addon-details .settings-form .checkbox.required .control-label,
    .addon-details .settings-form .checkbox.required .radio,
    .addon-details .settings-form .checkbox.required .checkbox,
    .addon-details .settings-form .checkbox.required .radio-inline,
    .addon-details .settings-form .checkbox.required .checkbox-inline,
    .addon-details .settings-form .checkbox.required.radio label,
    .addon-details .settings-form .checkbox.required.checkbox label,
    .addon-details .settings-form .checkbox.required.radio-inline label,
    .addon-details .settings-form .checkbox.required.checkbox-inline label {
      color: #d81b60; }
    .addon-details .settings-form .form-group.required .form-control,
    .addon-details .settings-form .checkbox.required .form-control {
      border-color: #d81b60; }
      .addon-details .settings-form .form-group.required .form-control:focus,
      .addon-details .settings-form .checkbox.required .form-control:focus {
        border-color: #d81b60 !important;
        outline: 0;
        box-shadow: 0 0 8px rgba(216, 27, 96, 0.6) !important; }
    .addon-details .settings-form .form-group.required .input-group-addon,
    .addon-details .settings-form .checkbox.required .input-group-addon {
      color: #d81b60; }
    .addon-details .settings-form .form-group.required .form-control-feedback,
    .addon-details .settings-form .checkbox.required .form-control-feedback {
      color: #d81b60; }
    .addon-details .settings-form .form-group.required .input-group .form-control,
    .addon-details .settings-form .checkbox.required .input-group .form-control {
      border-color: transparent; }
      .addon-details .settings-form .form-group.required .input-group .form-control:focus,
      .addon-details .settings-form .checkbox.required .input-group .form-control:focus {
        border-color: transparent;
        box-shadow: none; }
        .addon-details .settings-form .form-group.required .input-group .form-control:focus + *:before,
        .addon-details .settings-form .checkbox.required .input-group .form-control:focus + *:before {
          border-color: #d81b60 !important;
          outline: 0;
          box-shadow: 0 0 8px rgba(216, 27, 96, 0.6) !important; }
  .addon-details .settings-form .actions {
    display: flex;
    justify-content: flex-start; }
    .addon-details .settings-form .actions button {
      margin-right: 12px; }

.settings-form .action-column {
  width: 2%; }

.settings-form .name-column,
.settings-form .value-column {
  width: 49%; }

.settings-form .select2-container {
  width: 100%; }

.settings-form .js-value-cell {
  vertical-align: top; }

.settings-form .fa-spinner {
  color: #fff; }

.settings-form td.actions:not([colspan]) {
  line-height: 32px; }

.settings-form td.actions .fa-times-circle,
.settings-form td.actions .fa-plus-circle {
  cursor: pointer; }

.settings-form td.actions .fa-times-circle {
  color: #d81b60; }

.settings-form td.actions .fa-plus-circle {
  color: #4caf50; }

#settings-form textarea {
  resize: vertical; }

#spiders-and-addons .panel-body > div:not(:first-child) h4 {
  margin-top: 2em; }

#spiders-and-addons .table {
  table-layout: fixed; }

.spider-info-table .table th,
.spider-info-table .table td {
  vertical-align: middle; }

#job .table th,
#job .table td {
  vertical-align: middle; }

.discontinuity hr {
  margin-top: 5px;
  margin-bottom: 5px; }

.js-logs {
  margin-top: 10px; }

#log-filters {
  display: flex;
  justify-content: space-between; }
  #log-filters .search-group {
    width: 20vw; }

#js-search-input {
  width: 100%; }

#logs {
  table-layout: fixed; }
  #logs pre {
    overflow: auto; }
  #logs td,
  #logs th {
    word-wrap: break-word; }
  #logs .log-message {
    display: inline; }
  #logs .log-show-detail {
    cursor: pointer; }

.kumo-console-view main-area > div > div > div {
  display: flex;
  flex: 1; }

.kumo-console-container {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .kumo-console-container #body, .kumo-console-container #search-results {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column; }

.kumo-console-wrapper {
  padding: 0;
  white-space: normal;
  overflow: hidden;
  position: relative; }
  .kumo-console-wrapper.kumo-console-maximized {
    position: fixed;
    top: 0;
    left: 0;
    max-height: 100vh;
    height: 100vh;
    width: 100vw;
    z-index: 1050;
    border-radius: 0; }

.kumo-console-frame {
  border: none;
  width: 100%; }
  .kumo-console-maximized .kumo-console-frame {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 4; }

.kumo-console-button {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 999; }
  .kumo-console-maximized .kumo-console-button {
    position: fixed; }

.fields-selector .fields-header {
  display: flex;
  align-items: center; }
  .fields-selector .fields-header h3 {
    flex: 1 1 auto;
    margin: 0 0.5em 0 0;
    order: 0; }
  .fields-selector .fields-header > a {
    order: 1;
    flex: 1 1 auto; }
    .fields-selector .fields-header > a + h3 {
      flex: 0 0 auto; }
  .fields-selector .fields-header > * {
    order: 2; }
  .fields-selector .fields-header dropdown {
    display: block;
    margin-left: 0.5em; }

.fields-selector .schema-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90px;
  display: inline-block; }
  @media (max-width: 1185px) {
    .fields-selector .schema-name {
      width: 70px; } }

.fields-selector [scraped-field-node] {
  padding: 0; }
  .fields-selector [scraped-field-node] > .top-fields-container > .top-fields > div {
    padding: 8px; }

.fields-selector .field-count {
  width: 20%; }

.fields-selector .percentage {
  width: 13.3333%; }

.fields-selector .label {
  cursor: pointer;
  min-width: 50px !important;
  width: 50px !important;
  padding: 4px 4px; }
  .fields-selector .label.no-type {
    border: 1px solid #b0bec5;
    background: #fff;
    color: #b0bec5; }

.fields-selector type-selector .label {
  display: block; }

.fields-selector .open .caret {
  visibility: visible !important; }

.fields-selector .fa,
.fields-selector .caret {
  cursor: pointer; }

.fields-selector .type-selector-col .fa,
.fields-selector .type-selector-col .caret {
  visibility: hidden; }

.fields-selector .type-selector-col:hover .fa,
.fields-selector .type-selector-col:hover .caret {
  visibility: visible; }

.fields-selector .type-selector-col.disabled {
  pointer-events: none; }

.fields-selector .list-item-selectable {
  float: left; }
  .fields-selector .list-item-selectable .label {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .fields-selector .list-item-selectable .caret {
    margin-right: 2px; }

.fields-selector .percentage {
  text-align: right; }
  .fields-selector .percentage span {
    word-wrap: normal; }

.fields-selector .actions {
  width: 10px;
  max-width: 10px;
  float: right;
  line-height: 19px; }

.fields-selector .caret {
  display: inline-block; }
  .fields-selector .caret.right {
    margin-top: -2px;
    border: 4px solid transparent;
    border-left: 4px solid; }

.fields-selector .table-responsive {
  overflow-x: inherit;
  width: 100%; }
  .fields-selector .table-responsive.overflow {
    overflow-x: auto;
    min-height: 0.01%; }

@media (max-width: 992px) {
  .fields-selector .col-md-3 {
    width: 25%; }
  .fields-selector .col-md-6 {
    width: 50%; } }

.fields-selector .fields {
  width: 100%;
  max-width: 100%; }
  .fields-selector .fields .dropdown-menu, .fields-selector .fields tags-input .autocomplete, tags-input .fields-selector .fields .autocomplete {
    min-width: 60px;
    margin-right: 16px; }
  .fields-selector .fields > li .col {
    padding: 2px 4px;
    line-height: 1.42857;
    vertical-align: middle;
    font-size: 12px;
    word-wrap: break-word; }
  .fields-selector .fields > li:not(.active):hover {
    background-color: #eceff1; }
  .fields-selector .fields > li .row {
    padding: 0 !important; }
  .fields-selector .fields > li .field-col-name {
    font-weight: bold; }
    .fields-selector .fields > li .field-col-name a {
      cursor: pointer; }
  .fields-selector .fields > li .nested-fields .field-col-name {
    padding-left: 15px; }

.fields-selector .top-fields-container {
  display: table;
  width: 100%;
  height: 100%; }
  .fields-selector .top-fields-container .top-fields {
    display: table-row; }
    .fields-selector .top-fields-container .top-fields .col {
      display: table-cell; }

.fields-selector .filtering .top-fields {
  background-color: #eceff1; }

.fields-selector .fields-missing {
  color: #b0bec5; }
  .fields-selector .fields-missing a {
    color: #b0bec5; }

.fields-selector .input-list-item {
  height: 22px;
  padding: 1px 5px;
  font-size: 12px; }

.fields-selector .field-name {
  display: flex;
  width: 100%;
  align-items: center; }
  .fields-selector .field-name > span:not(.caret) {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .fields-selector .field-name .fa-search {
    font-size: 0.85em;
    visibility: hidden; }
  .fields-selector .field-name:hover .fa-search {
    visibility: visible; }

.fields-selector .popover-label {
  width: auto !important; }
  .fields-selector .popover-label.label {
    margin: 3px 4px; }

.fields-selector .schema-container {
  width: 300px; }
  .fields-selector .schema-container .new-schema-section {
    padding: 10px 17px; }
  .fields-selector .schema-container .error-placeholder {
    text-align: left; }
    .fields-selector .schema-container .error-placeholder.danger {
      color: #d81b60; }
      .fields-selector .schema-container .error-placeholder.danger i {
        color: #d81b60; }

#scraped-fields {
  position: relative;
  float: right;
  overflow-y: visible; }
  @media (max-width: 991px) {
    #scraped-fields {
      float: none;
      position: static;
      width: 100%;
      padding: 10px 10px;
      padding-bottom: 0px; } }
  #scraped-fields > [stickythree] {
    width: 100%;
    float: right; }

#scraped-fields,
.datafeed-scraped-fields {
  z-index: 900;
  pointer-events: none; }
  #scraped-fields > [stickythree],
  .datafeed-scraped-fields > [stickythree] {
    margin-top: -42px;
    padding-top: 42px; }
    #scraped-fields > [stickythree].stickied,
    .datafeed-scraped-fields > [stickythree].stickied {
      margin-top: 0;
      bottom: 0;
      display: flex;
      flex-direction: column; }
      #scraped-fields > [stickythree].stickied scraped-fields,
      #scraped-fields > [stickythree].stickied .fields-selector,
      #scraped-fields > [stickythree].stickied .panel,
      #scraped-fields > [stickythree].stickied single-item,
      #scraped-fields > [stickythree].stickied single-request,
      #scraped-fields > [stickythree].stickied .panel-body,
      .datafeed-scraped-fields > [stickythree].stickied scraped-fields,
      .datafeed-scraped-fields > [stickythree].stickied .fields-selector,
      .datafeed-scraped-fields > [stickythree].stickied .panel,
      .datafeed-scraped-fields > [stickythree].stickied single-item,
      .datafeed-scraped-fields > [stickythree].stickied single-request,
      .datafeed-scraped-fields > [stickythree].stickied .panel-body {
        min-height: 0; }
  #scraped-fields scraped-fields,
  .datafeed-scraped-fields scraped-fields {
    pointer-events: all; }

scraped-fields,
scraped-fields > .fields-selector,
scraped-fields .panel,
scraped-fields single-item,
scraped-fields single-request,
scraped-fields .panel-body {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column; }

scraped-fields .fields-header {
  flex: 0 0 auto; }

.evaluate-view {
  padding-top: 0;
  height: 100vh; }
  .evaluate-view #item-evaluate-iframe {
    position: fixed;
    right: 15px;
    top: 0;
    height: 100%;
    padding: 0;
    border: 0; }
  .evaluate-view #item {
    z-index: 1;
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto; }
  .evaluate-view #item-header {
    z-index: 900;
    padding-top: 1px;
    position: relative;
    left: 0 !important; }
    .evaluate-view #item-header .btn-link {
      padding-left: 0; }
    .evaluate-view #item-header .btn-group {
      float: right;
      margin-right: 8px; }
    .evaluate-view #item-header:after {
      content: '';
      display: block;
      position: absolute;
      left: -2px;
      right: -2px;
      bottom: -60px;
      height: 60px;
      z-index: -1;
      pointer-events: none;
      background: linear-gradient(to bottom, #f6f7f8 0%, rgba(246, 247, 248, 0) 100%);
      opacity: 0;
      transition: opacity 0.2s ease; }
    .evaluate-view #item-header.stickied {
      left: 12px !important; }
      .evaluate-view #item-header.stickied:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2px;
        right: -2px;
        background-color: #f6f7f8;
        z-index: -1; }
      .evaluate-view #item-header.stickied:after {
        opacity: 1; }
      .evaluate-view #item-header.stickied + .evaluate-item-container {
        margin-top: 98px; }
  .evaluate-view .js-expand {
    float: right;
    text-align: center; }
    .evaluate-view .js-expand.show-item {
      position: absolute;
      top: 49px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      z-index: 999; }
  .evaluate-view .table-responsive {
    overflow-x: unset; }

#main-body.evaluate-view {
  display: flex; }

.nav-crawlera li {
  display: flex;
  justify-content: space-between; }

.nav-crawlera a:not([title='Setup']) {
  max-width: calc(100% - 2em);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.nav-crawlera a[title='Setup'] {
  margin-right: 1em; }

.crawlera-bars .ok,
.crawlera-bars .progress-bar-ok {
  background-color: #4caf50; }

.crawlera-bars .ban,
.crawlera-bars .progress-bar-ban,
.crawlera-bars .progress-bar-suspend {
  background-color: #d81b60; }

.crawlera-bars .error,
.crawlera-bars .progress-bar-error {
  background-color: #37474f; }

.crawlera-bars .progress-bar-warn {
  background-color: #ffb300; }

.crawlera-bars .progress-bar-crawlera-enterprise {
  background-color: #5c6bc0; }

.crawlera-bars .pct-usage {
  text-shadow: 0 0 2px #37474f; }

.crawlera-bars table {
  width: 100%; }
  .crawlera-bars table td {
    white-space: nowrap; }
    .crawlera-bars table td.middle {
      width: 95%; }
    .crawlera-bars table td span {
      position: relative; }

.crawlera-bars .dates-table {
  margin-top: -29px;
  margin-bottom: 10px; }

.crawlera-bars .dates-row td {
  padding-top: 3px; }
  .crawlera-bars .dates-row td:last-child {
    text-align: right; }

.crawlera-bars .marker {
  color: #37474f;
  padding-left: 15px; }

.crawlera-overview .resource-graphs {
  display: flex;
  align-items: stretch; }
  .crawlera-overview .resource-graphs .col-md-6 {
    display: flex;
    flex-direction: column; }
    .crawlera-overview .resource-graphs .col-md-6 .graph {
      flex: 1 1 auto;
      width: 100%; }

.resource-list .resource-list-item {
  margin-top: 24px; }

.resource-list canvas {
  height: 60px !important; }

.resource-list .chart {
  margin-top: 0; }

.resource-graphs .is-loading,
.resource-list .is-loading {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center; }
  .resource-graphs .is-loading activity-spinner,
  .resource-list .is-loading activity-spinner {
    width: 4.5em;
    height: 4.5em; }

.resource-graphs .loadingbg,
.resource-list .loadingbg {
  position: relative; }
  .resource-graphs .loadingbg activity-spinner,
  .resource-list .loadingbg activity-spinner {
    display: inline-block; }

.resource-graphs activity-spinner,
.resource-list activity-spinner {
  display: none;
  position: absolute;
  z-index: 1; }
  .resource-graphs activity-spinner .p,
  .resource-list activity-spinner .p {
    stroke: #607d8b; }
  .resource-graphs activity-spinner .b,
  .resource-list activity-spinner .b {
    stroke: transparent; }

.resource-graphs activity-spinner {
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px); }

.resource-list activity-spinner {
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: calc(50% - 15px); }

crawlera-organization-charts {
  display: block; }

crawlera-user-charts {
  display: block; }

crawlera-charts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }
  @media (max-width: 992px) {
    crawlera-charts {
      grid-template-columns: 1fr; } }
  crawlera-charts .graph-title {
    display: flex;
    flex-direction: column; }
    crawlera-charts .graph-title h4 {
      text-align: center; }
  crawlera-charts .graph {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  crawlera-charts .graph-header {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px; }
    crawlera-charts .graph-header .btn-group {
      flex-shrink: 0;
      margin-bottom: 5px;
      margin-right: 5px; }
  crawlera-charts crawlera-chart {
    display: block; }
    crawlera-charts crawlera-chart .loading {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 70px;
      height: 10px;
      text-align: center; }
      crawlera-charts crawlera-chart .loading > div {
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: loading-circle-delay 1.4s infinite ease-in-out both;
                animation: loading-circle-delay 1.4s infinite ease-in-out both; }
      crawlera-charts crawlera-chart .loading .loading-circle-1 {
        -webkit-animation-delay: -0.32s;
                animation-delay: -0.32s; }
      crawlera-charts crawlera-chart .loading .loading-circle-1 {
        -webkit-animation-delay: -0.16s;
                animation-delay: -0.16s; }

@-webkit-keyframes loading-circle-delay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes loading-circle-delay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  crawlera-charts span.ct-label {
    font-size: 9px; }
  crawlera-charts span.ct-label.ct-horizontal {
    min-width: 70px;
    text-align: right; }
  crawlera-charts span.ct-label.ct-vertical {
    min-width: 20px;
    text-align: right; }

crawlera-line-chart {
  display: flex; }
  crawlera-line-chart.graph {
    padding: 0; }
  crawlera-line-chart > crawlera-chart {
    margin-top: 15px;
    height: 58px; }
  crawlera-line-chart .ct-series > line.ct-point {
    stroke-width: 1px; }

.crawlera-requests h3 {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .crawlera-requests h3 label {
    font-size: 13px;
    margin-left: 1em; }

.crawlera-requests .table {
  margin-bottom: 0; }

.crawlera-requests .clean {
  color: #4caf50; }

.crawlera-requests .banned {
  color: #d81b60; }

.crawlera-requests .failed {
  color: #37474f; }

.crawlera-requests .kumo-icon svg {
  display: block;
  width: 17px; }

.crawlera-requests .crawlera-table-scroller th {
  padding-top: 0;
  padding-bottom: 0; }

.deploy-box {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 19px 25px;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #607d8b;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23); }
  .deploy-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px; }
  .deploy-box.success:before {
    background-color: #4caf50; }
  .deploy-box.success .status {
    color: #2e7d32;
    background-color: #e8f5e9; }
  .deploy-box.danger:before, .deploy-box.failed:before {
    background-color: #d81b60; }
  .deploy-box.danger .status, .deploy-box.failed .status {
    color: #ad1457;
    background-color: #fce4ec; }
  .deploy-box.info:before, .deploy-box.in-progress:before {
    background-color: #3949ab; }
  .deploy-box.info .spinner, .deploy-box.in-progress .spinner {
    opacity: 1; }
  .deploy-box.info .upload, .deploy-box.in-progress .upload {
    -webkit-transform: translate(0);
            transform: translate(0); }
  .deploy-box.info .status, .deploy-box.in-progress .status {
    color: #283593;
    background-color: #e8eaf6; }
  .deploy-box.active:before, .deploy-box.in-progress:before {
    content: ''; }
  .deploy-box .deploy-box-item {
    flex: 1 1 16%;
    position: relative; }
  .deploy-box .spinner {
    flex: 0 0 29px;
    margin-right: 21px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
    .deploy-box .spinner .p {
      stroke: #3949ab; }
  .deploy-box .upload {
    flex: 0 1 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 25px;
    color: #b0bec5;
    -webkit-transform: translate(-50px);
            transform: translate(-50px);
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    .deploy-box .upload > icon {
      font-size: 14px; }
  .deploy-box .deploy-id {
    font-size: 20px;
    font-weight: 600;
    margin-left: 0.3em; }
  .deploy-box .refs > span {
    display: block; }
  .deploy-box .source,
  .deploy-box .commit-author,
  .deploy-box .date {
    font-weight: 600; }
  .deploy-box .spiders {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 25px; }
    .deploy-box .spiders .number {
      color: #607d8b;
      font-weight: 600;
      font-size: 22px; }
    .deploy-box .spiders .display-name {
      color: #b0bec5;
      font-size: 10px;
      text-transform: uppercase; }
  .deploy-box .right {
    text-align: right; }
  .deploy-box .status {
    color: transparent;
    border: 0;
    border-radius: 3px;
    flex: 0 0 117px;
    height: 41px;
    line-height: 41px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center; }

deploy-options {
  background-color: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.17);
  transition: height 0.2s ease-in-out;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  display: table;
  padding-bottom: 24px; }
  deploy-options .deploy-options {
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    padding: 0;
    text-align: center; }
    deploy-options .deploy-options.column {
      flex-direction: column; }
  deploy-options .divider {
    position: relative;
    border-left: 1px solid #cfd8dc;
    margin: 10px; }
    deploy-options .divider.white {
      border-left: 2px solid #fff;
      margin: -15px 20px; }
    deploy-options .divider.option {
      margin-top: 33px;
      margin-bottom: -6px; }
      deploy-options .divider.option:before {
        content: 'OR';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #cfd8dc;
        border-radius: 50%;
        color: #37474f;
        font-size: 12px;
        font-weight: 600; }
  deploy-options .deploy-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 100%;
    transition: width 0.2s ease-in-out;
    margin: 0 24px;
    padding: 0;
    position: relative; }
    deploy-options .deploy-option.left {
      text-align: left; }
      deploy-options .deploy-option.left h3 {
        width: 100%;
        margin-top: 1.5em;
        font-size: 15px;
        font-weight: 600;
        text-align: left; }
    deploy-options .deploy-option.third {
      flex-basis: 35%; }
    deploy-options .deploy-option.quarter {
      flex-basis: 25%; }
    deploy-options .deploy-option.one-point-five {
      flex-basis: 58%; }
    deploy-options .deploy-option.double {
      flex-basis: 65%; }
    deploy-options .deploy-option.triple {
      flex-basis: 75%; }
  deploy-options .deploy-option-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%; }
    deploy-options .deploy-option-container.row {
      flex-direction: row;
      align-items: stretch;
      margin: 0; }
      deploy-options .deploy-option-container.row > * + * {
        margin-left: 15px; }
      deploy-options .deploy-option-container.row > select-box {
        flex: 1 1 auto; }
      deploy-options .deploy-option-container.row > .btn, deploy-options tags-input .tags .deploy-option-container.row > .tag-item, tags-input .tags deploy-options .deploy-option-container.row > .tag-item {
        min-width: 167px; }
      deploy-options .deploy-option-container.row > toggle-switch {
        align-self: flex-start;
        height: 40px;
        min-width: 127px;
        justify-content: flex-end; }
  deploy-options .deploy-option-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37474f; }
    deploy-options .deploy-option-header .portia {
      width: 28px;
      margin: -2px 0; }
    deploy-options .deploy-option-header .fa,
    deploy-options .deploy-option-header .portia {
      font-size: 1.6em;
      margin-right: 0.26em; }
    deploy-options .deploy-option-header svg {
      display: block; }
    deploy-options .deploy-option-header .d {
      fill: #fff; }
  deploy-options .deploy-option-description {
    color: #b0bec5;
    margin-bottom: 5px; }
  deploy-options .deploy-option-content,
  deploy-options .vertical-align {
    margin-top: 10px; }
  deploy-options .deploy-option-content {
    flex: 1 0 auto;
    padding: 15px 20px;
    border-radius: 5px;
    color: #546e7a;
    background-color: #f6f7f8; }
    deploy-options .deploy-option-content .btn, deploy-options .deploy-option-content tags-input .tags .tag-item, tags-input .tags deploy-options .deploy-option-content .tag-item,
    deploy-options .deploy-option-content select-box,
    deploy-options .deploy-option-content toggle-switch {
      margin-top: 13px; }
    deploy-options .deploy-option-content.github {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 148px;
      font-size: 15px; }
      deploy-options .deploy-option-content.github .fa-check-circle {
        font-size: 2em; }
    deploy-options .deploy-option-content.toggle-auto {
      transition: background-color 0.2s ease; }
    deploy-options .deploy-option-content.success {
      background-color: #e8f5e9; }
      deploy-options .deploy-option-content.success > p {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #2e7d32; }
        deploy-options .deploy-option-content.success > p > .fa {
          font-size: 1.56em;
          margin-right: 0.26em; }
    deploy-options .deploy-option-content.not-available b,
    deploy-options .deploy-option-content.not-available p {
      color: #b0bec5; }
    deploy-options .deploy-option-content.left {
      text-align: left; }
  deploy-options .github-loading activity-spinner {
    margin: 0 auto 10px; }
  deploy-options .info-header {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #607d8b;
    font-size: 12px; }
    deploy-options .info-header icon {
      font-size: 1.795em;
      color: #b0bec5;
      margin-right: 0.26em; }
    deploy-options .info-header span {
      font-weight: bold;
      text-transform: uppercase; }
  deploy-options .listing {
    align-self: center;
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    text-align: left;
    line-height: 34px;
    color: #607d8b; }
    deploy-options .listing li {
      display: flex;
      align-items: center; }
    deploy-options .listing .fa,
    deploy-options .listing .scrapy {
      position: relative;
      left: 2px;
      margin-right: 0.26em;
      font-size: 1.6em; }
      deploy-options .listing .fa svg,
      deploy-options .listing .scrapy svg {
        display: block;
        width: 1em; }
  deploy-options .vertical-align {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1 0 auto; }
  deploy-options terminal-box {
    flex: 1 1 auto; }
  deploy-options .auto-info {
    margin: 13px 0 0;
    font-size: 12px; }
  deploy-options .deploy-options-footer {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px; }
    deploy-options .deploy-options-footer > * {
      margin: 0 0.13em; }
    deploy-options .deploy-options-footer > .fa {
      position: relative;
      top: 5px;
      font-size: 2em; }
    deploy-options .deploy-options-footer .btn, deploy-options .deploy-options-footer tags-input .tags .tag-item, tags-input .tags deploy-options .deploy-options-footer .tag-item {
      margin-left: 1.5em;
      min-width: 0; }
  deploy-options .footer {
    margin: 10px 0 0; }
  deploy-options .deploy-options-footer,
  deploy-options .footer {
    font-size: 12px; }
  deploy-options .github-footer {
    font-size: 13px;
    font-weight: 600;
    color: #37474f;
    margin-top: 24px; }
  deploy-options .btn, deploy-options tags-input .tags .tag-item, tags-input .tags deploy-options .tag-item {
    min-width: 228px; }
    deploy-options .btn + *, deploy-options tags-input .tags .tag-item + *, tags-input .tags deploy-options .tag-item + * {
      margin-top: 10px; }
  deploy-options .ref {
    margin: -3px 0;
    background-color: rgba(0, 0, 0, 0.08); }

deploy-options-header {
  position: relative;
  display: block;
  margin: 0 22px; }
  deploy-options-header span,
  deploy-options-header h4 {
    margin: 0 !important;
    line-height: 56px; }
  deploy-options-header span {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-weight: 600;
    float: left;
    color: #b0bec5;
    display: flex;
    align-items: center; }
  deploy-options-header .fa {
    position: relative;
    top: -1px;
    width: auto;
    font-size: 2em;
    margin-right: 0.23em; }
  deploy-options-header h4 {
    text-transform: uppercase;
    text-align: center;
    width: 100%; }

deploy-options-start.deploy-options {
  padding-top: 15px; }

deploy-options-start .deploy-option-header {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

deploy-options-portia {
  display: block;
  padding-top: 24px; }
  deploy-options-portia .deploy-option-header .portia {
    margin-bottom: -10px; }
  deploy-options-portia .deploy-option-content {
    margin: 0;
    font-size: 15px; }

sh-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  sh-pagination.no-page-selector {
    justify-content: flex-end; }
  sh-pagination .pagination__items-per-page {
    display: flex;
    align-items: baseline; }
  sh-pagination .pagination__items-per-page__selector {
    font-size: 0.9em;
    height: 2.5em;
    border: 1px solid #cfd8dc;
    background: #fff;
    margin-right: 0.5em;
    color: #37474f; }
  sh-pagination .pagination-list {
    display: flex;
    flex-direction: row;
    font-weight: 600;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
    list-style: none;
    padding: 10px; }
  sh-pagination .pagination-list__item {
    color: #b0bec5;
    background-color: #fff;
    border: 1px solid transparent;
    line-height: 1.42857;
    cursor: pointer;
    padding: 6px 12px;
    margin: 0;
    white-space: nowrap; }
    sh-pagination .pagination-list__item:hover {
      color: #b0bec5;
      background-color: #eceff1; }
    sh-pagination .pagination-list__item.is-current {
      color: #37474f;
      background-color: #fff;
      cursor: default; }

collapsable-card {
  display: block;
  overflow: hidden; }

no-subscription {
  display: grid;
  align-items: baseline;
  grid-template-columns: 7fr 4fr;
  padding: 30px 0px 30px 30px; }
  no-subscription .description .title {
    font-size: 15px;
    color: #607d8b;
    margin: 0 0 15px 0; }
  no-subscription .description .learn-more {
    text-transform: uppercase; }
  no-subscription .prices {
    padding-top: 5px;
    text-align: center; }
    no-subscription .prices p {
      margin: 0; }
    no-subscription .prices .plan-values {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding: 5px; }
    no-subscription .prices .value {
      font-size: 36px;
      line-height: 36px;
      color: #37474f;
      margin-right: 5px; }
      no-subscription .prices .value sup {
        font-size: 19px;
        margin-right: -7px; }
    no-subscription .prices .unit {
      text-align: left; }
    no-subscription .prices .highlight {
      color: #37474f; }
    no-subscription .prices .details {
      font-size: 11px;
      color: #b0bec5; }

billing-summary {
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  padding-bottom: 20px;
  display: block;
  width: 100%; }
  billing-summary .bill-credit, billing-summary .bill-group .bill-row .bill-row__value.bill-credit {
    color: #4caf50;
    font-weight: 700; }
  billing-summary .bill-group {
    display: grid;
    grid-template-columns: 4fr 2fr 1fr;
    grid-template-areas: 'header values .'; }
    billing-summary .bill-group li {
      padding: 10px 0; }
    billing-summary .bill-group li + li {
      border-top: 1px solid #eceff1; }
    billing-summary .bill-group .bill-header {
      grid-area: header;
      padding: 20px 10px 20px 20px; }
    billing-summary .bill-group .bill-values {
      display: flex;
      flex-direction: column;
      grid-area: values;
      list-style: none;
      padding: 20px 0px 20px 5px; }
      billing-summary .bill-group .bill-values ul {
        padding: 0;
        list-style: none; }
    billing-summary .bill-group .disclaimer {
      font-size: 11px; }
    billing-summary .bill-group .contact-message {
      text-align: center;
      margin: 10px 0 0 0; }
    billing-summary .bill-group .bill-row {
      display: grid;
      grid-template-columns: 1fr -webkit-max-content;
      grid-template-columns: 1fr max-content;
      grid-template-areas: 'label price'; }
      billing-summary .bill-group .bill-row .bill-row__label {
        grid-area: label;
        margin: 0; }
      billing-summary .bill-group .bill-row .bill-row__value {
        position: relative;
        grid-area: price;
        font-size: 15px;
        font-weight: 700;
        color: #37474f;
        margin: 0; }
        billing-summary .bill-group .bill-row .bill-row__value sup {
          position: absolute;
          top: 0.5em;
          color: #b0bec5;
          font-weight: 400; }
      billing-summary .bill-group .bill-row.bill-row__subtotal {
        align-items: baseline; }
        billing-summary .bill-group .bill-row.bill-row__subtotal .bill-row__label {
          font-weight: 700;
          color: #37474f; }
      billing-summary .bill-group .bill-row.bill-row__total {
        align-items: baseline; }
        billing-summary .bill-group .bill-row.bill-row__total .bill-row__label {
          font-weight: 700;
          color: #37474f; }
        billing-summary .bill-group .bill-row.bill-row__total .bill-row__value {
          font-size: 24px; }
  billing-summary .radio-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #f6f7f8;
    padding: 10px 0; }
    billing-summary .radio-buttons label {
      font-weight: 400;
      color: #607d8b; }
  billing-summary toggle-switch {
    margin: 0 auto 20px; }
  billing-summary .bill-group + .bill-group:not(:last-child) {
    border-top: 1px solid #eceff1; }
  billing-summary .billing-page-btn {
    white-space: normal;
    line-height: 1.4; }

summary-card {
  display: block;
  padding: 20px 0; }
  summary-card .due-today-card,
  summary-card .periodic-card + .periodic-card {
    border-top: 2px solid #eceff1;
    padding-top: 20px; }
  summary-card .contracts-message {
    border-top: 2px solid #eceff1;
    padding-top: 10px;
    margin-top: 10px; }

summary-shortcut-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  padding: 12px;
  background-color: #37474f;
  color: #f6f7f8;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  z-index: 100;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.1s 0.3s ease-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s 0.3s ease-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s 0.3s ease-out, -webkit-transform 0.3s ease-in-out; }
  summary-shortcut-bar.is-visible {
    transition: opacity 0.1s ease-in, -webkit-transform 0.3s 0.1s ease-in-out;
    transition: transform 0.3s 0.1s ease-in-out, opacity 0.1s ease-in;
    transition: transform 0.3s 0.1s ease-in-out, opacity 0.1s ease-in, -webkit-transform 0.3s 0.1s ease-in-out;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  summary-shortcut-bar .scroll-link {
    cursor: pointer; }
  summary-shortcut-bar .divider {
    margin: 0 15px 0 10px; }
  summary-shortcut-bar .btn-close {
    position: absolute;
    padding: 5px 15px 5px 5px;
    top: 0;
    right: 10px;
    cursor: pointer; }

subscription-card.subscription-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 2fr 2fr 6fr;
  grid-template-rows: minmax(180px, auto) 1fr;
  margin-bottom: 10px; }

subscription-card.subscription-cancelled subscription-card-usage {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 378 170'%3E%3Cdefs/%3E%3Cg clip-path='url(%23clip0)' opacity='.1'%3E%3Cpath fill='%23EC8DB0' d='M50.2 135.4c-3.6 1-6 3-7.3 6.2a19.3 19.3 0 00.1 12c2.7 10 7.8 14 15.3 12 3.1-.8 6.7-2.6 10.8-5.4l2.1 8a32.9 32.9 0 01-11.7 5.6c-6.5 1.7-12 1-16.5-2-4.6-3-7.8-8.2-9.8-15.6-1.2-4.6-1.5-9-.7-12.9a19 19 0 015.1-10c2.7-2.8 6.2-4.7 10.5-5.8 4.3-1.2 9-1.3 14-.4l-1 8.6c-2-.4-3.8-.6-5.7-.8-1.8-.1-3.6 0-5.2.5zm58.5 24.5l-6.1-9.8-16.4 4.4-.4 11.6-10.2 2.7 3.8-49.2 11.6-3.1 28 40.7-10.3 2.7zm-10.5-17.1A9555.4 9555.4 0 0187 125l-.6 21 11.7-3.2zm66.1 2.2l-12 3.3-28.6-28.7h-.3a236 236 0 014 12.7l5.7 21.1-8.5 2.3-12-44.8 12-3.2L153 136h.2l-3.7-12.3-5.7-21.2 8.5-2.3 12 44.8zm20.3-45.7c-3.5 1-6 3-7.2 6.3a19.3 19.3 0 000 12c2.7 10 7.8 14 15.3 12 3.2-.8 6.8-2.7 10.8-5.4l2.2 8a32.9 32.9 0 01-11.7 5.5c-6.6 1.8-12 1.2-16.6-1.9-4.5-3-7.7-8.2-9.7-15.6-1.3-4.7-1.5-9-.8-13a19 19 0 015.2-10c2.7-2.7 6.1-4.6 10.4-5.8 4.4-1.1 9-1.3 14-.3l-1 8.5c-2-.3-3.8-.6-5.6-.7-1.9-.1-3.6 0-5.3.4zm57 25l-26 7-12-44.8 25.9-7 2 7.8-16.2 4.4 2.6 9.8 15.2-4 2 7.8-15.1 4 3 11.6 16.4-4.4 2.1 7.9zm9.3-2.5l-12-44.8 9.5-2.5 9.9 37 18.2-5 2 8-27.6 7.3zm35.5-9.5l-12-44.8 9.5-2.5 9.9 37 18.2-5 2 8-27.6 7.3zM347.7 96l-25.8 7-12-44.9 25.8-7 2 7.9-16.2 4.3 2.6 9.9 15.2-4 2 7.7-15.1 4 3 11.6 16.4-4.3 2.1 7.8zm40.5-35.3c2 7.4 1.3 13.6-1.8 18.6-3.2 5-8.7 8.7-16.6 10.8L357 93.4l-12-44.8 14-3.8c7.4-2 13.6-1.6 18.6 1.2a22 22 0 0110.5 14.6zm-9.9 2.9c-2.5-9.7-8-13.3-16.6-11l-5 1.3 7.8 29.2 4-1.1c9.2-2.5 12.5-8.6 9.8-18.4z'/%3E%3Crect width='403' height='108' x='1.9' y='106.2' stroke='%23EC8DB0' stroke-width='5' rx='4.5' transform='rotate(-15 2 106.2)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h378v170H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: bottom right; }

subscription-card.trial-active subscription-card-usage {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 355 178'%3E%3Cdefs/%3E%3Cg opacity='.3'%3E%3Cg clip-path='url(%23clip0)' opacity='.7'%3E%3Cpath fill='%23A6D7A8' d='M40.3 190.5l-17 51.2 213.2-57.1 3.3-.9 213.3-57.1-40.3-35.8 17-51-213.2 57-3.3.9L0 154.9l40.3 35.6z'/%3E%3Cpath stroke='%23A6D7A8' stroke-width='8.2' d='M388.3 87a170 170 0 11-328.5 88 170 170 0 01328.5-88z'/%3E%3Cpath fill='%23A6D7A8' d='M48.3 133L377 44.8a8.7 8.7 0 0110.7 6l18.1 67.5a8.7 8.7 0 01-6 10.7l-329 88a8.7 8.7 0 01-10.6-6l-18.1-67.5a8.7 8.7 0 016.2-10.7z'/%3E%3Cpath fill='%23F6F7F8' d='M104.8 185.5l-7.6 2-9.6-36.1 20.7-5.5 1.6 6.2-13.1 3.5 2.4 9.3 12.3-3.3 1.6 6.3-12.2 3.3 3.9 14.3zm22.4-27.5l2.5-.7c2.4-.7 4-1.6 5-2.7 1-1 1.2-2.6.7-4.3-.4-1.7-1.4-2.8-2.7-3.1-1.4-.4-3.3-.3-5.7.3l-2.4.6 2.6 9.9zm1.7 6.2l3.7 13.9-7.6 2-9.8-36.1 10.5-2.8c5-1.3 8.8-1.4 11.6-.3 2.8 1.2 4.7 3.6 5.8 7.2.6 2.1.5 4.1-.3 6.1-.7 2-2 3.7-3.8 5.2l14.8 13-8.5 2.2L133 163l-4.1 1.2zm50.2 1.4l-20.9 5.6-9.6-36.1 20.8-5.6 1.7 6.3-13.2 3.5 2.1 7.9 12.2-3.3 1.7 6.2-12.2 3.3 2.4 9.3 13.2-3.5 1.8 6.4zm28.4-7.6l-20.8 5.5-9.6-36 20.8-5.6 1.6 6.2-13.2 3.5 2.2 8 12.2-3.4 1.6 6.3-12.2 3.3 2.5 9.2 13.1-3.5 1.8 6.5zm34.6-9.3l-7.7 2-8-29.8-9.7 2.6-1.8-6.3 27.3-7.2 1.8 6.4-9.8 2.5 7.9 29.8zm17.6-26.2l2.5-.7c2.4-.7 4-1.6 5-2.7 1-1 1.2-2.6.7-4.3-.4-1.7-1.4-2.8-2.7-3.1-1.4-.4-3.3-.3-5.7.3l-2.4.6 2.6 9.9zm1.7 6.2l3.7 13.9-7.6 2-9.7-36.1 10.5-2.8c5-1.3 8.8-1.4 11.6-.3 2.9 1.2 4.7 3.6 5.8 7.2.6 2.1.5 4.1-.2 6.1s-2 3.7-4 5.2l14.9 13-8.5 2.2-12.3-11.6-4.2 1.2zm29.5 7l-9.7-36.1 7.7-2 9.6 36-7.6 2zm38.8-10.4l-5-7.9-13.1 3.5-.4 9.3-8.2 2.3 3-39.7 9.4-2.4 22.5 32.8-8.2 2.1zm-8.5-13.9l-7.6-12c-.6-1-1.1-1.7-1.3-2.3l-.5 17 9.4-2.7zm21.3 10.4l-9.7-36.1 7.7-2 8 29.7 14.7-3.9 1.6 6.4-22.3 5.9z'/%3E%3Cpath fill='%23A6D7A8' d='M141 62.6l-10.4-3.1-9 13.1 6.9 8.5-5.6 8.2L95.2 52l6.4-9.3 44.9 12-5.5 8zM122.9 57a393.3 393.3 0 01-18.7-5.9l12.4 15.3 6.3-9.4zM142.3 13.3a9.5 9.5 0 00-4.3 8c0 3.2 1.4 6.7 4.1 10.4 5.8 7.9 11.6 9.7 17.4 5.3 2.5-1.8 5.1-4.6 7.7-8.5l4.6 6.3a33 33 0 01-8.4 9c-5 3.7-10 5-15.1 3.9-5-1-9.7-4.6-14-10.3a26.7 26.7 0 01-5-11 18 18 0 011-10.7c1.5-3.3 3.8-6.2 7.3-8.6 3.4-2.4 7.4-4.2 12-5l2 7.9c-1.7.3-3.5.8-5.1 1.3-1.5.3-3 1-4.2 2zM194.6 28.5l-8.8 3-11.3-34.1L163.2 1 160.8-6l31.3-10.4 2.5 7.3-11.3 3.8 11.3 34zM210.2 25.2l-3.6-43.5 9.1-.8 3.7 43.5-9.2.8zM259.7-15.2l9.2 1.5L247 27l-10-1.7-7.3-45.5 9.2 1.6 3.8 26.9.4 5.5.3 4.4a66 66 0 013.7-9l12.6-24.3zM285.7 43l-22.2-11.6 20.2-38.7 22.2 11.6-3.5 6.7-14.1-7.3-4.5 8.5 13 6.8-3.5 6.7-13-6.8-5.2 10 14.1 7.3-3.5 6.8z'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h355v178H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: bottom right; }

subscription-card subscription-card-header {
  padding-top: 40px;
  grid-row: 1 / 3;
  grid-column: 1 / 2; }
  subscription-card subscription-card-header button {
    align-self: flex-end;
    bottom: 20px; }

subscription-card .card-highlight {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: flex-start;
  padding: 0 10px;
  grid-row: 1;
  grid-column: 2 / 3;
  padding-top: 30px; }
  subscription-card .card-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #f6f7f8;
    left: -5px; }

subscription-card subscription-card-usage {
  padding: 30px; }

subscription-card .service-data {
  display: grid;
  grid-gap: 10px 20px;
  grid-template-areas: 'quantity quantity-unit value value-unit';
  grid-template-columns: 3fr 2.5fr 2fr 2fr;
  grid-auto-rows: minmax(30px, auto);
  align-items: center;
  grid-row: 1;
  grid-column: 3 / 4; }

subscription-card collapsable-card {
  position: relative;
  grid-column: 1 / 4;
  grid-row: 2; }
  subscription-card collapsable-card::before {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    background-color: #f6f7f8;
    left: calc(20% - 5px);
    right: 0; }
  subscription-card collapsable-card .collapsable-content {
    padding: 30px; }
  subscription-card collapsable-card footer {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 7fr -webkit-max-content;
    grid-template-columns: 2fr 7fr max-content;
    padding: 15px 0 20px;
    border-top: 1px solid #f6f7f8; }
    subscription-card collapsable-card footer:empty {
      border: none; }
    subscription-card collapsable-card footer .undo-btn,
    subscription-card collapsable-card footer .cancel-btn {
      box-shadow: none; }
    subscription-card collapsable-card footer .undo-btn {
      justify-self: center;
      margin: 0;
      grid-column: 2 / 3; }
    subscription-card collapsable-card footer .cancel-btn {
      color: #d81b60; }

subscription-card no-subscription {
  grid-column: 2 / 6; }

subscription-card.no-subscription {
  background-color: #eceff1; }
  subscription-card.no-subscription subscription-card-header button,
  subscription-card.no-subscription subscription-card-header button:hover,
  subscription-card.no-subscription subscription-card-header button:focus {
    background-color: #eceff1; }
  subscription-card.no-subscription collapsable-card::before,
  subscription-card.no-subscription collapsable-card footer button {
    background-color: transparent; }

subscription-card .subscription-card__free-trial {
  display: flex;
  justify-content: center;
  align-items: center; }
  subscription-card .subscription-card__free-trial icon {
    color: #ffa000;
    margin-right: 5px; }

.subscription-card__usage-included {
  color: #4caf50; }

.subscription-card__usage-overage {
  color: #ffb300; }

subscription-card-header {
  position: relative;
  display: grid;
  justify-items: center;
  grid-template-rows: -webkit-min-content 18px 1fr -webkit-min-content;
  grid-template-rows: min-content 18px 1fr min-content; }
  subscription-card-header :not(.card-header__logo) {
    z-index: 2; }
  subscription-card-header .card-header__heading {
    text-align: center; }
  subscription-card-header.no-subscription .card-header__logo {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    display: inline-block;
    color: #78909c;
    width: auto; }
    subscription-card-header.no-subscription .card-header__logo svg {
      height: 40px; }
  subscription-card-header .card-header__logo {
    position: absolute;
    -webkit-transform: translate(-100%, -45%);
            transform: translate(-100%, -45%);
    width: 70%;
    z-index: 1;
    color: #f6f7f8; }
  subscription-card-header .card-header__title {
    position: relative;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 17px;
    margin: 0 auto 8px;
    color: #37474f; }
  subscription-card-header .card-header__plannames {
    font-size: 13px;
    color: #607d8b;
    display: grid;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; }
    subscription-card-header .card-header__plannames > :only-child {
      grid-column: 1 / 4; }
    subscription-card-header .card-header__plannames p {
      margin: 0; }
    subscription-card-header .card-header__plannames icon {
      color: #b0bec5;
      font-size: 9px; }
  subscription-card-header .card-header__button {
    align-self: flex-end;
    margin-bottom: 20px; }
    subscription-card-header .card-header__button icon {
      margin-left: 1em; }
  subscription-card-header .card-header__description {
    text-align: center;
    margin: 10px 0; }
    subscription-card-header .card-header__description .card-header__revoke-warning {
      color: #ffa000; }
    subscription-card-header .card-header__description .card-header__revoke-date {
      margin: 10px 0; }
    subscription-card-header .card-header__description .card-header__revoke-link {
      cursor: pointer;
      color: #0288d1; }

subscription-card-usage {
  display: grid;
  grid-gap: 10px 20px;
  grid-template-areas: 'quantity quantity-unit value value-unit';
  grid-template-columns: 3fr 2.5fr 2fr 2fr;
  grid-auto-rows: minmax(20px, auto);
  align-items: center;
  align-content: start;
  padding-bottom: 30px;
  grid-column: 3 / 6; }
  subscription-card-usage usage-data {
    grid-column: quantity; }
    subscription-card-usage usage-data.data-value {
      grid-column: value; }
  subscription-card-usage usage-unit {
    grid-column: quantity-unit; }
    subscription-card-usage usage-unit.data-value {
      grid-column: value-unit; }
  subscription-card-usage .scroll-link {
    cursor: pointer;
    font-size: 10px;
    grid-column-end: value-unit;
    grid-column-start: value-start;
    text-align: right;
    padding: 0 23px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    align-self: flex-end; }
    subscription-card-usage .scroll-link .fa {
      margin-left: 5px;
      font-weight: bold; }

subscription-summary.card {
  display: block;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  border-radius: 2px;
  background: #ffffff; }

subscription-summary .due-today-card {
  border-top: 2px solid #eceff1;
  padding-top: 20px;
  margin-top: 25px; }

subscription-summary .periodic-card + .periodic-card {
  border-top: 2px solid #eceff1; }

subscription-summary .legal-disclaimer {
  font-size: 11px;
  color: #607d8b; }

subscription-summary .submit-card {
  padding-bottom: 20px; }

subscription-configuration {
  display: flex;
  flex-direction: column; }
  subscription-configuration .radio-buttons__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 10px 0;
    border-top: 1px solid #eceff1; }
    subscription-configuration .radio-buttons__list .radio-buttons__list-item {
      margin: 0 10px 10px 0; }
      subscription-configuration .radio-buttons__list .radio-buttons__list-item input {
        margin-right: 5px; }
      subscription-configuration .radio-buttons__list .radio-buttons__list-item label {
        font-size: 13px;
        font-weight: normal; }
  subscription-configuration .discount-label {
    font-size: 10px;
    font-weight: 600;
    color: #4caf50; }
  subscription-configuration .toggle-switch-label {
    font-size: 13px;
    font-weight: normal;
    color: #607d8b;
    text-transform: none; }

sh-number {
  display: inline;
  position: relative; }
  sh-number .decimal-part {
    position: absolute;
    font-size: 0.7em;
    font-weight: normal;
    top: 20%;
    right: -1.3em;
    letter-spacing: -0.3px;
    color: #b0bec5; }

.usage-colour__usage-low {
  color: #4caf50; }

.usage-colour__usage-medium {
  color: #ffb300; }

.usage-colour__usage-high {
  color: #d81b60; }

usage-data {
  display: grid;
  grid-template-columns: minmax(-webkit-max-content, 1fr) 15px minmax(-webkit-max-content, 1fr);
  grid-template-columns: minmax(max-content, 1fr) 15px minmax(max-content, 1fr);
  grid-template-areas: 'current icon next';
  grid-column-gap: 7.5px;
  justify-content: right;
  align-items: baseline;
  align-self: baseline;
  text-align: right;
  font-size: 15px;
  color: #37474f; }
  usage-data.is-loading {
    justify-self: flex-end;
    align-self: flex-start; }
  usage-data activity-spinner {
    width: 1.5em;
    height: 1.5em; }
  usage-data icon {
    grid-area: icon;
    color: #b0bec5;
    font-size: 9px; }
  usage-data .current {
    grid-area: current;
    color: #b0bec5; }
  usage-data .next {
    font-weight: bold;
    color: #37474f; }
  usage-data > :only-child,
  usage-data .current:only-child,
  usage-data .next:only-child {
    grid-column: 1 / 4;
    font-weight: bold;
    color: #37474f;
    justify-self: flex-end; }
  usage-data.credit > :only-child,
  usage-data.credit .current,
  usage-data.credit .next {
    color: #4caf50; }
  usage-data.debit > :only-child,
  usage-data.debit .current,
  usage-data.debit .next {
    color: #d81b60; }
  usage-data.usage-colour__usage-medium > :only-child,
  usage-data.usage-colour__usage-medium .current,
  usage-data.usage-colour__usage-medium .next {
    color: #ffb300; }
  usage-data.usage-colour__usage-high > :only-child,
  usage-data.usage-colour__usage-high .current,
  usage-data.usage-colour__usage-high .next {
    color: #d81b60; }

usage-unit {
  align-self: baseline;
  font-size: 13px;
  font-weight: normal;
  color: #607d8b; }

.organization-overview .page-header {
  display: flex;
  align-items: center;
  padding: 0; }
  .organization-overview .page-header .vi {
    width: 30px; }
  .organization-overview .page-header svg {
    display: block; }
  .organization-overview .page-header h1 {
    flex: 1 1 auto;
    margin: 0 0 0 0.5em; }
  .organization-overview .page-header .label {
    font-size: 11px; }

slider {
  display: block;
  height: 25px;
  padding: 0 10px;
  position: relative;
  width: 100%; }
  slider:focus {
    outline: none; }
  slider .slider__wrapper {
    display: block;
    position: relative; }
  slider .slider__thumb__container {
    position: absolute; }
  slider .slider__thumb {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: -webkit-grab;
    cursor: grab;
    display: flex;
    justify-content: center;
    margin-top: 3px;
    margin-left: -10px;
    position: relative;
    height: 19px;
    width: 19px;
    z-index: 1001;
    transition: none 0.2s ease;
    transition-property: color, background-color, border-color, box-shadow; }
    slider .slider__thumb:hover {
      background-color: #e6e6e6;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      outline: none; }
    slider .slider__thumb:active {
      cursor: -webkit-grabbing;
      cursor: grabbing;
      outline: none; }
  slider .slider-bar {
    border-radius: 5px;
    display: flex;
    height: 6px;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    z-index: 1000; }
    slider .slider-bar .slider-bar__active-area {
      background: #4caf50;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      height: 100%;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    slider .slider-bar .slider-bar__enabled-area {
      background: #b0bec5;
      height: 100%; }
    slider .slider-bar .slider-bar__disabled-area {
      background: #eceff1;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      height: 100%;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    slider .slider-bar .slider-bar__custom-background {
      background: #b0bec5;
      border-radius: 3px;
      height: 100%;
      width: 100%;
      border-radius: 3px; }

steps-slider {
  display: block;
  width: 100%; }

.steps-slider__labels-wrapper {
  display: block;
  padding: 0 10px;
  width: 100%; }
  .steps-slider__labels-wrapper .steps-slider__label {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s ease; }
  .steps-slider__labels-wrapper .steps-slider__label--disabled {
    color: #cfd8dc; }
  .steps-slider__labels-wrapper .steps-slider__label--selected {
    font-size: 15px;
    font-weight: 600; }

overage-slider {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  padding-bottom: 50px; }
  overage-slider.is-editing {
    align-items: flex-end; }
  overage-slider .overage-slider__text {
    flex: 4 1 auto;
    text-align: center; }
    overage-slider .overage-slider__text p {
      margin: 0; }
    overage-slider .overage-slider__text small {
      color: #b0bec5; }
  overage-slider .overage-slider__buttons {
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap; }
    overage-slider .overage-slider__buttons button {
      margin-left: 10px;
      font-weight: normal; }
      overage-slider .overage-slider__buttons button.is-hidden {
        visibility: hidden; }
      overage-slider .overage-slider__buttons button.button-confirm {
        color: #0288d1; }
      overage-slider .overage-slider__buttons button.button-cancel {
        color: #607d8b; }
  overage-slider .overage-price {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600; }
  overage-slider .overage-label {
    white-space: nowrap; }

progress-bar {
  display: block; }

plan-legend plan-row {
  text-align: end;
  border-bottom: 1px solid transparent; }

.ct-label {
  fill: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  line-height: 1; }

.ct-chart-line .ct-label {
  display: flex; }

.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-anchor: start; }

.ct-grid {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 1px; }

.ct-grid-background {
  fill: none; }

.ct-line {
  fill: none;
  stroke-width: 2px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-series-a .ct-point,
.ct-series-a .ct-line {
  stroke: #ffffff; }

.ct-series-a .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

.ct-series-a .ct-area {
  fill: #ffffff; }

.ct-series-b .ct-point,
.ct-series-b .ct-line {
  stroke: #90caf9; }

.ct-series-b .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

.ct-series-b .ct-area {
  fill: #90caf9; }

.ct-series-c .ct-point,
.ct-series-c .ct-line {
  stroke: #80deea; }

.ct-series-c .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

.ct-series-c .ct-area {
  fill: #80deea; }

.ct-series-d .ct-point,
.ct-series-d .ct-line {
  stroke: #a5d6a7; }

.ct-series-d .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

.ct-series-d .ct-area {
  fill: #a5d6a7; }

.ct-series-e .ct-point,
.ct-series-e .ct-line {
  stroke: #e6ee9c; }

.ct-series-e .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

.ct-series-e .ct-area {
  fill: #e6ee9c; }

.ct-series-f .ct-point,
.ct-series-f .ct-line {
  stroke: #ffe082; }

.ct-series-f .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

.ct-series-f .ct-area {
  fill: #ffe082; }

.ct-series-g .ct-point,
.ct-series-g .ct-line {
  stroke: #ffab91; }

.ct-series-g .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

.ct-series-g .ct-area {
  fill: #ffab91; }

.ct-series-h .ct-point,
.ct-series-h .ct-line {
  stroke: #f48fb1; }

.ct-series-h .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

.ct-series-h .ct-area {
  fill: #f48fb1; }

.ct-series-i .ct-point,
.ct-series-i .ct-line {
  stroke: #b39ddb; }

.ct-series-i .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

.ct-series-i .ct-area {
  fill: #b39ddb; }

[*|series-name='clean'] .ct-point,
[*|series-name='clean'] .ct-line {
  stroke: #a5d6a7; }

[*|series-name='clean'] .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

[*|series-name='clean'] .ct-area {
  fill: #a5d6a7; }

[*|series-name='banned'] .ct-point,
[*|series-name='banned'] .ct-line {
  stroke: #f48fb1; }

[*|series-name='banned'] .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

[*|series-name='banned'] .ct-area {
  fill: #f48fb1; }

[*|series-name='failed'] .ct-point,
[*|series-name='failed'] .ct-line {
  stroke: #b0bec5; }

[*|series-name='failed'] .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

[*|series-name='failed'] .ct-area {
  fill: #b0bec5; }

[*|series-name='delay'] .ct-point,
[*|series-name='delay'] .ct-line {
  stroke: #fff59d; }

[*|series-name='delay'] .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

[*|series-name='delay'] .ct-area {
  fill: #fff59d; }

[*|series-name='concurrency'] .ct-point,
[*|series-name='concurrency'] .ct-line {
  stroke: #9fa8da; }

[*|series-name='concurrency'] .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

[*|series-name='concurrency'] .ct-area {
  fill: #9fa8da; }

[*|series-name='traffic'] .ct-point,
[*|series-name='traffic'] .ct-line {
  stroke: #ffffff; }

[*|series-name='traffic'] .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

[*|series-name='traffic'] .ct-area {
  fill: #ffffff; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: '';
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: '';
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 88.88889%; }
  .ct-major-second:after {
    content: '';
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 83.33333%; }
  .ct-minor-third:after {
    content: '';
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: '';
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: '';
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 66.66667%; }
  .ct-perfect-fifth:after {
    content: '';
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: '';
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 61.8047%; }
  .ct-golden-section:after {
    content: '';
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: '';
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: '';
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 53.33333%; }
  .ct-major-seventh:after {
    content: '';
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: '';
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: '';
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: '';
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 33.33333%; }
  .ct-major-twelfth:after {
    content: '';
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: '';
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-tooltip {
  position: fixed;
  display: inline-block;
  opacity: 0;
  min-width: 2em;
  padding: 0.5em;
  background: #37474f;
  color: rgba(255, 255, 255, 0.7);
  font-family: Oxygen, Helvetica, Arial, sans-serif;
  font-weight: 700;
  list-style: none;
  text-align: left;
  pointer-events: none;
  z-index: 1031;
  transition: opacity 0.2s linear; }
  .ct-tooltip.tooltip-show {
    opacity: 1; }
  .ct-tooltip li.ct-tooltip-series {
    display: block; }

.ct-area,
.ct-line {
  pointer-events: none; }

.ct-legend {
  position: relative;
  z-index: 10;
  list-style: none;
  text-align: center; }
  .ct-legend.ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0; }

.ct-legend li,
.ct-tooltip li {
  position: relative;
  padding-left: 23px;
  margin-right: 10px;
  margin-bottom: 3px;
  cursor: pointer;
  display: inline-block; }

.ct-legend li:before,
.ct-tooltip li:before {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid transparent;
  border-radius: 2px; }

.ct-legend li.inactive:before,
.ct-tooltip li.inactive:before {
  text-align: center;
  background: transparent; }

.ct-legend .ct-series-0:before,
.ct-tooltip .ct-series-0:before {
  background-color: #ffffff;
  border-color: #ffffff; }

.ct-legend .ct-series-1:before,
.ct-tooltip .ct-series-1:before {
  background-color: #90caf9;
  border-color: #90caf9; }

.ct-legend .ct-series-2:before,
.ct-tooltip .ct-series-2:before {
  background-color: #80deea;
  border-color: #80deea; }

.ct-legend .ct-series-3:before,
.ct-tooltip .ct-series-3:before {
  background-color: #a5d6a7;
  border-color: #a5d6a7; }

.ct-legend .ct-series-4:before,
.ct-tooltip .ct-series-4:before {
  background-color: #e6ee9c;
  border-color: #e6ee9c; }

.ct-legend .ct-series-5:before,
.ct-tooltip .ct-series-5:before {
  background-color: #ffe082;
  border-color: #ffe082; }

.ct-legend .ct-series-6:before,
.ct-tooltip .ct-series-6:before {
  background-color: #ffab91;
  border-color: #ffab91; }

.ct-legend .ct-series-7:before,
.ct-tooltip .ct-series-7:before {
  background-color: #f48fb1;
  border-color: #f48fb1; }

.ct-legend .ct-series-8:before,
.ct-tooltip .ct-series-8:before {
  background-color: #b39ddb;
  border-color: #b39ddb; }

.ct-legend [ct\:series-name='clean']:before,
.ct-tooltip [ct\:series-name='clean']:before {
  background-color: #a5d6a7;
  border-color: #a5d6a7; }

.ct-legend [ct\:series-name='banned']:before,
.ct-tooltip [ct\:series-name='banned']:before {
  background-color: #f48fb1;
  border-color: #f48fb1; }

.ct-legend [ct\:series-name='failed']:before,
.ct-tooltip [ct\:series-name='failed']:before {
  background-color: #b0bec5;
  border-color: #b0bec5; }

.ct-legend [ct\:series-name='delay']:before,
.ct-tooltip [ct\:series-name='delay']:before {
  background-color: #fff59d;
  border-color: #fff59d; }

.ct-legend [ct\:series-name='concurrency']:before,
.ct-tooltip [ct\:series-name='concurrency']:before {
  background-color: #9fa8da;
  border-color: #9fa8da; }

.ct-legend [ct\:series-name='traffic']:before,
.ct-tooltip [ct\:series-name='traffic']:before {
  background-color: #ffffff;
  border-color: #ffffff; }

crawlera-line-chart .ct-series .ct-point,
crawlera-line-chart .ct-series .ct-line {
  stroke: #ffffff; }

crawlera-line-chart .ct-series .ct-point {
  stroke-width: 35px;
  stroke-linecap: square;
  stroke: transparent; }

crawlera-line-chart .ct-series .ct-area {
  fill: #ffffff; }

.organization-overview .page-header {
  display: flex;
  align-items: center;
  padding: 0; }
  .organization-overview .page-header .vi {
    width: 30px; }
  .organization-overview .page-header svg {
    display: block; }
  .organization-overview .page-header h1 {
    flex: 1 1 auto;
    margin: 0 0 0 0.5em; }
  .organization-overview .page-header .label {
    font-size: 11px; }

crawlera-onboarding-page, xod-onboarding-page {
  display: block; }
  crawlera-onboarding-page .panel .panel-body, xod-onboarding-page .panel .panel-body, crawlera-onboarding-page single-item .panel-body, xod-onboarding-page single-item .panel-body, crawlera-onboarding-page single-request .panel-body, xod-onboarding-page single-request .panel-body {
    margin-top: 20px; }
    crawlera-onboarding-page .panel .panel-body .picker__footnote, xod-onboarding-page .panel .panel-body .picker__footnote, crawlera-onboarding-page single-item .panel-body .picker__footnote, xod-onboarding-page single-item .panel-body .picker__footnote, crawlera-onboarding-page single-request .panel-body .picker__footnote, xod-onboarding-page single-request .panel-body .picker__footnote {
      text-align: center;
      margin: 30px auto 10px;
      max-width: 75%; }
  crawlera-onboarding-page .panel .panel-description, xod-onboarding-page .panel .panel-description, crawlera-onboarding-page single-item .panel-description, xod-onboarding-page single-item .panel-description, crawlera-onboarding-page single-request .panel-description, xod-onboarding-page single-request .panel-description {
    margin-top: 30px;
    margin-bottom: 0; }
  crawlera-onboarding-page .onboarding, xod-onboarding-page .onboarding {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 20px; }
    crawlera-onboarding-page .onboarding .stage-title, xod-onboarding-page .onboarding .stage-title {
      color: #37474f;
      font-size: 22px;
      font-weight: normal;
      text-align: center; }
    crawlera-onboarding-page .onboarding .image, xod-onboarding-page .onboarding .image {
      text-align: center; }
      crawlera-onboarding-page .onboarding .image img, xod-onboarding-page .onboarding .image img {
        max-width: 100%;
        max-height: 350px; }
    crawlera-onboarding-page .onboarding .align-center, xod-onboarding-page .onboarding .align-center {
      text-align: center; }
    crawlera-onboarding-page .onboarding .request-input, xod-onboarding-page .onboarding .request-input {
      display: grid;
      grid-template-columns: auto 80px;
      grid-gap: 10px; }
    crawlera-onboarding-page .onboarding .arrow-buttons__container, xod-onboarding-page .onboarding .arrow-buttons__container {
      display: grid;
      grid-auto-columns: -webkit-max-content;
      grid-auto-columns: max-content;
      grid-gap: 0 24px;
      padding-bottom: 10px; }
    crawlera-onboarding-page .onboarding arrow-button:nth-of-type(odd), xod-onboarding-page .onboarding arrow-button:nth-of-type(odd) {
      grid-column-start: 1; }
    crawlera-onboarding-page .onboarding arrow-button:nth-of-type(even), xod-onboarding-page .onboarding arrow-button:nth-of-type(even) {
      grid-column-start: 2; }
    crawlera-onboarding-page .onboarding .username, xod-onboarding-page .onboarding .username {
      color: #4caf50; }

billing-history {
  display: block;
  padding: 20px;
  margin-bottom: 10px;
  color: #37474f; }
  billing-history .invoice_paid {
    color: #4caf50; }
  billing-history .invoice_unpaid {
    color: #d81b60; }
  billing-history .invoice_voided {
    color: #607d8b; }
  billing-history .history-row,
  billing-history .history-header {
    display: grid;
    grid-template-columns: 5fr 2fr 1fr 38px;
    grid-template-areas: 'subscription date amount download';
    grid-gap: 10px 20px; }
    @media only screen and (min-width: 1125px) {
      billing-history .history-row,
      billing-history .history-header {
        grid-template-columns: 5fr 2fr 1fr 1.5fr; } }
  billing-history .history-header {
    margin-bottom: 20px; }
  billing-history .history-list {
    list-style: none;
    padding: 0; }
  billing-history .history__subscription-column {
    grid-area: subscription; }
  billing-history .history__date-column {
    grid-area: date; }
  billing-history .history__amount-column {
    grid-area: amount;
    text-align: right; }
  billing-history .history__download-column {
    grid-area: download;
    text-align: right;
    padding-right: 20px; }
  billing-history .history-row {
    padding: 20px 0; }
    billing-history .history-row:nth-child(odd) {
      background: #f6f7f8; }
    billing-history .history-row .history__subscription-column {
      padding-left: 20px; }
  billing-history .history-sublist {
    grid-column: 1 / 5;
    padding: 0;
    color: #607d8b;
    font-size: 11px; }
    billing-history .history-sublist .history-row {
      padding: 0;
      background: transparent; }
      billing-history .history-sublist .history-row .history__subscription-column .history__item-subtitle {
        padding: 0; }
        billing-history .history-sublist .history-row .history__subscription-column .history__item-subtitle::before {
          content: '•';
          margin-right: 0.5em; }
  billing-history .history__item-title {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: none; }
  billing-history .history__item-description,
  billing-history .history__item-period,
  billing-history .history__item-subtitle {
    margin: 0;
    font-size: 11px; }
  billing-history .history__invoice-link icon[type='download'] {
    color: #607d8b; }
    @media only screen and (min-width: 1125px) {
      billing-history .history__invoice-link icon[type='download'] {
        display: none; } }
  billing-history .history__invoice-link span {
    display: none; }
    @media only screen and (min-width: 1125px) {
      billing-history .history__invoice-link span {
        display: inline; } }

.billing-history-page .billing-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .billing-history-page .billing-selector .subscription-spacer {
    width: 97.32%; }
    .billing-history-page .billing-selector .subscription-spacer:after {
      content: '';
      padding-top: 1.3333%;
      width: 100%;
      height: 0;
      float: left; }

.billing-history-page .open-billing-portal {
  width: 100%; }

.billing-history-page .inactive {
  color: #b0bec5; }

.billing-history-page .subscription-option {
  display: flex;
  flex-wrap: wrap;
  width: 32.44%;
  padding: 18px;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  transition: opacity 0.2s ease; }
  @media screen and (max-width: 1414px) {
    .billing-history-page .subscription-option {
      min-height: 165px; } }
  @media screen and (max-width: 1126px) {
    .billing-history-page .subscription-option {
      min-height: 185px; } }
  @media screen and (min-width: 1531px) {
    .billing-history-page .subscription-option {
      min-height: 145px; } }
  .billing-history-page .subscription-option:last-child {
    margin-right: 0; }
  .billing-history-page .subscription-option.no-subscription {
    background-color: #fff;
    cursor: default; }
    .billing-history-page .subscription-option.no-subscription.blurred:hover {
      opacity: 0.5; }
  .billing-history-page .subscription-option.blurred {
    opacity: 0.5; }
    .billing-history-page .subscription-option.blurred:hover {
      opacity: 1; }
  .billing-history-page .subscription-option.selected {
    z-index: 1000;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .billing-history-page .subscription-option.selected .bottom {
      position: absolute;
      width: 100%;
      left: 0;
      top: 100%;
      z-index: 9999; }
      .billing-history-page .subscription-option.selected .bottom .bottom-spacer {
        padding-top: 4%;
        width: 100%;
        height: 0;
        float: left;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23); }
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer:before {
          content: '';
          display: block;
          position: absolute;
          top: -2px;
          bottom: -6px;
          left: 0;
          right: 0;
          z-index: 10000;
          background-color: #fff; }
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer div {
          position: absolute;
          z-index: 10000; }
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-left,
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-left-underlay,
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-right,
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-right-underlay {
          top: 0; }
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-left-underlay,
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-right-underlay {
          height: calc(100% + 6px);
          width: calc(4% + 2px);
          background-color: #fff;
          z-index: 9999; }
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-left,
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-right {
          bottom: 0;
          width: 4%;
          overflow: hidden; }
          .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-left:before,
          .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-right:before {
            content: '';
            position: absolute;
            width: 200%;
            height: 200%;
            bottom: 0;
            background-color: #f6f7f8;
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23) inset; }
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-left-underlay {
          right: calc(100% - 2px); }
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-right-underlay {
          left: calc(100% - 2px); }
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-left {
          right: 100%; }
          .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-left:before {
            right: 0;
            border-bottom-right-radius: 4px; }
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-right {
          left: 100%; }
          .billing-history-page .subscription-option.selected .bottom .bottom-spacer .bottom-right:before {
            left: 0;
            border-bottom-left-radius: 4px; }
        .billing-history-page .subscription-option.selected .bottom .bottom-spacer .middle-dashed-line {
          left: 18px;
          right: 18px;
          bottom: 0;
          border: none;
          border-bottom: 1px dashed #eceff1;
          border-radius: 0; }
  .billing-history-page .subscription-option :nth-child(5) {
    margin-right: 0; }
  .billing-history-page .subscription-option div {
    display: inline-block; }
  .billing-history-page .subscription-option .left {
    flex: 0 0 55%;
    height: 100%; }
    .billing-history-page .subscription-option .left .title {
      color: #37474f;
      font-size: 20px;
      text-align: left; }
    .billing-history-page .subscription-option .left .description {
      text-align: left;
      white-space: normal;
      font-size: 11px;
      color: #607d8b;
      font-weight: 500; }
  .billing-history-page .subscription-option .right {
    flex: 0 0 45%;
    text-align: right;
    align-self: flex-end; }
    .billing-history-page .subscription-option .right svg {
      display: block;
      position: absolute;
      top: 18px;
      right: 25px;
      width: 50px; }

.billing-history-page .subscription-detail {
  order: 1;
  padding: 30px 25px;
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  font-size: 13px;
  white-space: normal;
  cursor: default;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  z-index: 999; }
  .billing-history-page .subscription-detail.scrapy {
    border-top-left-radius: 0; }
    .billing-history-page .subscription-detail.scrapy .header {
      width: 14.5%; }
    .billing-history-page .subscription-detail.scrapy .table-container {
      margin-bottom: 0; }
  .billing-history-page .subscription-detail.crawlera .header {
    width: 16%; }
  .billing-history-page .subscription-detail.splash {
    border-top-right-radius: 0; }
    .billing-history-page .subscription-detail.splash .header {
      width: 24.5%; }
  .billing-history-page .subscription-detail .description {
    margin-bottom: 25px; }
  .billing-history-page .subscription-detail .table-container {
    margin-bottom: 20px;
    text-align: center; }
    .billing-history-page .subscription-detail .table-container scrapycloud-plan-picker {
      text-align: initial; }

.billing-history-page .table-striped {
  margin-bottom: 0; }

#kumo-page .all-units {
  margin-top: 50px;
  text-align: center; }
  #kumo-page .all-units .box {
    width: 50%;
    margin: auto;
    border: 1px solid transparent;
    border-radius: 3px;
    overflow: hidden; }
  #kumo-page .all-units .title {
    font-weight: bold;
    line-height: 26px;
    background-color: #ebebeb;
    border-bottom: 1px solid transparent; }
  #kumo-page .all-units .units {
    font-size: 36px;
    color: white;
    background-color: #4caf50; }

.kumo-group {
  margin: 7px 0;
  min-height: 160px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  position: relative;
  transition: none 0.2s ease;
  transition-property: color, box-shadow, opacity, -webkit-transform;
  transition-property: color, box-shadow, opacity, transform;
  transition-property: color, box-shadow, opacity, transform, -webkit-transform; }
  .kumo-group .fa-exclamation-triangle {
    color: #d81b60;
    padding-right: 5px; }
  .kumo-group .in-progress {
    position: absolute;
    bottom: 7px;
    left: 9px; }
  .kumo-group .popover-title {
    font-weight: 600; }
  .kumo-group:hover .edit {
    opacity: 1; }
  .kumo-group.danger .topbar > .title {
    color: #d81b60; }
  .kumo-group.dndDragover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); }
  .kumo-group.cannot-drag {
    opacity: 0.5;
    -webkit-transform: none;
            transform: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .kumo-group .dndPlaceholder {
    list-style: none initial none;
    height: 0;
    width: 0;
    visibility: hidden;
    display: none; }
  .kumo-group .edit {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 5px;
    padding: 2px 4px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.2s ease; }
  .kumo-group .topbar {
    border-bottom: 2px solid #eceff1;
    margin: 0 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px; }
    .kumo-group .topbar .title {
      float: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .kumo-group .topbar > .title {
      max-width: 70%; }
    .kumo-group .topbar .units {
      float: right; }
      .kumo-group .topbar .units.danger {
        color: #d81b60 !important; }
      .kumo-group .topbar .units i {
        color: #d81b60;
        float: left;
        line-height: inherit;
        margin-right: 4px;
        font-size: 10px; }
      .kumo-group .topbar .units .title {
        font-size: 11px;
        margin-right: 4px; }
      .kumo-group .topbar .units .amount {
        transition: all 0.2s ease-in-out;
        font-weight: 600;
        display: block;
        float: right; }
        .kumo-group .topbar .units .amount.units-changed.ng-animate {
          -webkit-transform: scale(4);
                  transform: scale(4); }
  .kumo-group .projects {
    height: 130px;
    margin: 10px;
    overflow-y: auto; }
    .kumo-group .projects .error {
      color: #d81b60;
      display: table;
      margin: 10px auto; }
      .kumo-group .projects .error i {
        color: #d81b60;
        margin: 0 4px; }
    .kumo-group .projects ul {
      padding: 0;
      list-style-type: none; }
      .kumo-group .projects ul li {
        cursor: -webkit-grab;
        cursor: grab;
        padding: 7px 4px;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 5px;
        border-radius: 3px;
        transition: none 0.2s ease;
        transition-property: color, background-color, box-shadow; }
        .kumo-group .projects ul li:active {
          cursor: -webkit-grabbing;
          cursor: grabbing; }
        .kumo-group .projects ul li.active {
          background-color: #d9d9d9;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
        .kumo-group .projects ul li:hover {
          background-color: #e6e6e6;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
          .kumo-group .projects ul li:hover span.v-dots {
            opacity: 1; }
        .kumo-group .projects ul li .scloud-bullet {
          float: left;
          width: 20px;
          height: 20px;
          margin-right: 5px; }
        .kumo-group .projects ul li .name {
          float: left;
          max-width: 80%;
          display: inline-block;
          text-overflow: ellipsis;
          overflow: hidden;
          vertical-align: middle; }
        .kumo-group .projects ul li span.v-dots {
          opacity: 0;
          color: #607d8b;
          float: right;
          font-size: 30px;
          height: 21px;
          line-height: 21px;
          width: 12px;
          transition: opacity 0.2s ease; }
          .kumo-group .projects ul li span.v-dots:after {
            content: '\2807'; }
      .kumo-group .projects ul.double li {
        width: 49%;
        float: left; }

.modal-kumo .btn-delete {
  float: left; }

.modal-kumo .danger {
  color: #d81b60; }
  .modal-kumo .danger i {
    color: #d81b60; }

.modal-kumo .error-placeholder {
  height: 19px;
  margin: 2px 0;
  text-align: center; }

.modal-kumo .units-form-group {
  min-height: 40px; }

.deploy-instructions {
  margin-top: 30px; }
  .deploy-instructions h4 {
    margin-top: 2em; }

.build-box {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3rem;
  padding: 2px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  cursor: pointer; }
  .build-box .col {
    padding: 0;
    margin: 0.5em 0; }
  .build-box .col-deploy-id {
    align-self: flex-start;
    flex: 0 0 10%;
    padding-left: 20px; }
  .build-box .col-spiders {
    flex: 0 0 20%;
    padding-left: 20px; }
  .build-box .col-message {
    flex: 0 0 60%;
    padding-left: 0.5em; }
  .build-box .col-spiders,
  .build-box .col-spiders a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .build-box .col-spiders .number,
    .build-box .col-spiders a .number {
      color: #607d8b;
      font-weight: 600;
      font-size: 22px; }
    .build-box .col-spiders .display-name,
    .build-box .col-spiders a .display-name {
      color: #b0bec5;
      font-size: 10px;
      text-transform: uppercase; }
  .build-box .col-icon {
    flex: 0 0 5%;
    padding-right: 20px; }
    .build-box .col-icon .fa {
      font-size: 40px; }
  .build-box .deploy-id,
  .build-box .deploy-version,
  .build-box .deploy-box .deploy-box-ref,
  .deploy-box .build-box .deploy-box-ref,
  .build-box deploy-options .ref,
  deploy-options .build-box .ref {
    display: inline-block;
    margin: 3px 0;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: normal;
    color: #607d8b;
    background-color: #eceff1; }
  .build-box .deploy-id {
    padding: 2px 15px; }
  .build-box .commit-meta .commit-author,
  .build-box .commit-meta .date,
  .build-box .commit-meta .source {
    font-weight: 600; }
  .build-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px; }
  .build-box.none {
    padding: 20px;
    justify-content: center; }
  .build-box.success:before {
    background-color: #4caf50; }
  .build-box.success .deploy-id {
    color: #2e7d32;
    background: #e8f5e9; }
  .build-box.failed:before {
    background-color: #d81b60; }
  .build-box.failed .deploy-id {
    color: #ad1457;
    background: #fce4ec; }
  .build-box.in_progress:before {
    background-color: #3949ab; }
  .build-box.in_progress .deploy-id {
    color: #283593;
    background: #e8eaf6; }
  .current-deploy .build-box:before, .build-box.in_progress:before {
    content: ''; }

.deploy-state.fa-check.success {
  color: #4caf50; }

.deploy-state.fa-times.failed {
  color: #d81b60; }

.deploy-state.fa-refresh.in_progress {
  color: #3949ab; }

.deploy-history-container,
.latest-commit {
  margin-top: 10px;
  padding-top: 10px; }

.deploy-history-container {
  margin-top: 30px;
  padding-top: 35px;
  margin-left: -25px;
  margin-right: -15px; }
  .deploy-history-container > .row {
    margin-left: 15px;
    margin-right: 0px; }

.inprogress-deploy h3 {
  padding-top: 65px; }

.inprogress-deploy build-detail-box:before {
  content: '\f077';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  margin: 10px 0 15px 0;
  display: block;
  color: #cfd8dc;
  text-align: center;
  font-size: 35px; }

.deploy-history {
  width: 100%;
  max-width: 100%; }
  .deploy-history .header {
    padding: 8px 0;
    line-height: 1.4;
    vertical-align: top;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center; }
    .deploy-history .header .col-deploy-id {
      flex: 0 0 30%;
      padding-left: 20px; }
    .deploy-history .header .col-spiders {
      flex: 0 0 20%;
      padding-left: 20px; }
    .deploy-history .header .col-spiders {
      text-align: center; }
    .deploy-history .header .col-message {
      flex: 0 0 40%;
      padding-left: 0.5em; }
    .deploy-history .header .col-status {
      flex: 0 0 5%;
      padding-right: 20px; }
    .deploy-history .header span {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase; }
  .deploy-history .build-box {
    margin-bottom: 10px; }
  .deploy-history .loading {
    font-size: 14px;
    padding: 10px 0;
    text-align: center; }

.deploy-info .panel-body.row {
  margin-left: -25px; }

.deploy-info dt {
  width: 100px;
  font-weight: normal;
  color: #b0bec5;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 23px; }

.deploy-info dd {
  font-weight: 600;
  margin-left: 120px;
  line-height: 23px; }

.deploy-info .dl-horizontal {
  margin-bottom: 0; }

.deploy-info .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .deploy-info .box .box-title {
    color: #b0bec5;
    font-size: 10px;
    text-transform: uppercase; }
  .deploy-info .box .box-value {
    font-size: 30px;
    min-height: 50px; }

.deploy-info .commit {
  position: relative; }
  .deploy-info .commit .commit-meta .commit-author,
  .deploy-info .commit .commit-meta .sha,
  .deploy-info .commit .commit-hash .commit-author,
  .deploy-info .commit .commit-hash .sha {
    font-weight: 600; }
  .deploy-info .commit .commit-meta .commit-author,
  .deploy-info .commit .commit-hash .commit-author {
    white-space: nowrap; }
  .deploy-info .commit .commit-hash {
    position: absolute;
    top: 15px;
    right: 15px; }

.build-message p:first-letter {
  display: block;
  text-transform: capitalize; }

.build-spiders table,
.build-addons table {
  margin: 0; }

.deploy-respository .form-control {
  min-width: 25%; }

.deploy-respository-connected .panel-body {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.deploy-respository button,
.deploy-respository-connected button {
  margin-left: 1em; }

.deploy-respository-branch .deploy-automatic {
  margin: 10px 10px 0 10px; }

.deploy-respository-branch .alert {
  margin: 5px 0 0; }

.dataset-header,
.dataset-side-container .logo,
.dataset-side-container .dataset-details {
  text-align: center; }

.dataset-facets li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  width: 100%; }
  .dataset-facets li a span:first-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .dataset-facets li a span:first-child:after {
      content: '\00a0'; }
  .dataset-facets li a .fa {
    margin-left: 0.25em; }

.dataset-search-header {
  display: flex;
  align-items: center; }
  .dataset-search-header h1 {
    flex: 1 1 auto;
    margin: 0; }
  .dataset-search-header input {
    width: 20vw; }

.dataset-card {
  position: relative;
  margin-bottom: 24px; }
  .dataset-card .dataset-main {
    position: relative;
    padding-bottom: 0; }
  .dataset-card .details {
    height: 87px;
    overflow: hidden; }
    .dataset-card .details p {
      margin: 0;
      word-break: break-word; }
    .dataset-card .details:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 60px;
      pointer-events: none;
      background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%); }
  .dataset-card .right {
    text-align: right; }

.dataset-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto; }
  .dataset-card-top:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    bottom: 0;
    left: 12px;
    right: 12px;
    border-bottom: 2px solid #eceff1;
    margin-bottom: -2px; }
  .dataset-card-top .icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    text-align: center; }
    .dataset-card-top .icon img {
      max-width: 100%;
      display: block; }
    .dataset-card-top .icon svg {
      width: 100%; }
  .dataset-card-top .dataset-name h4 {
    margin-bottom: 2px; }
    .not-configured .dataset-card-top .dataset-name h4 {
      color: #d81b60; }
  .dataset-card-top .dataset-name .dataset-provider {
    color: #607d8b;
    font-size: 11px; }

.dataset-logo-container .modal-dialog {
  width: 550px; }

.dataset-logo-container .form-group {
  text-align: center; }
  .dataset-logo-container .form-group p {
    margin-top: 5px; }
  .dataset-logo-container .form-group span.or {
    font-weight: 600;
    text-transform: uppercase; }

.dataset-logo-container p.message {
  text-align: center; }

.dataset-logo-container img-crop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden; }
  .dataset-logo-container img-crop canvas {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: 0;
    -webkit-tap-highlight-color: transparent; }

.dataset-logo-container .crop-container {
  float: none;
  margin: 0 auto;
  background: #eee;
  overflow: hidden;
  width: 300px;
  height: 300px; }

#description-section medium-editor {
  display: block;
  padding: 10px; }

#description-section *:focus {
  outline: 0; }

#description-section .editor-container {
  height: 270px; }
  #description-section .editor-container .ql-image-tooltip {
    width: 250px; }
    #description-section .editor-container .ql-image-tooltip .preview {
      height: 150px; }

.dataset-configuration .configuration:not(.source) h4 {
  margin-top: 2em; }

.dataset-configuration .configuration .limit-input {
  display: inline-block;
  width: 65px; }

.dataset-configuration .configuration textarea {
  width: 100%;
  height: 90px;
  margin-top: 10px; }

.dataset-configuration .configuration label.disabled .text-danger {
  display: inline-block; }

.dataset-configuration .radio-with-input [type='radio'] {
  margin-top: 8px; }

.dataset-configuration .source {
  overflow: hidden; }
  .dataset-configuration .source .collection {
    margin-right: 5px;
    color: #607d8b; }
  .dataset-configuration .source .job {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px; }
    .dataset-configuration .source .job svg {
      display: block;
      width: 20px; }
  .dataset-configuration .source .help-text {
    margin-left: 10px; }
    .dataset-configuration .source .help-text i {
      font-size: 15px; }

.dataset-items .items-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .dataset-items .items-header h3 {
    margin: 0; }

.dataset-items .fields-header {
  margin: 0; }
  .dataset-items .fields-header h3 {
    margin: 2em 0 1em; }

.dataset-details-container .dash-section-header {
  display: flex;
  align-items: center; }
  .dataset-details-container .dash-section-header .btn, .dataset-details-container .dash-section-header tags-input .tags .tag-item, tags-input .tags .dataset-details-container .dash-section-header .tag-item {
    margin-left: 0.25em; }

.dataset-details-container .field-container {
  flex: 1 1 auto; }
  .dataset-details-container .field-container .value {
    display: flex;
    align-items: center; }
    .dataset-details-container .field-container .value .icon {
      opacity: 0;
      transition: opacity 0.2s ease; }
    .dataset-details-container .field-container .value:hover .icon {
      opacity: 1; }
  .dataset-details-container .field-container .editable-controls {
    display: flex;
    align-items: stretch;
    margin: -1px 0; }
  .dataset-details-container .field-container button {
    width: 40px;
    margin-left: 0.25em; }
  .dataset-details-container .field-container.tags {
    margin-top: 10px;
    min-height: 75px; }
    .dataset-details-container .field-container.tags .editable-form {
      flex: 1 1 auto; }

.dataset-details-container h3 {
  margin: 0; }

.dataset-details-container .provider:before, .dataset-details-container .provider:after {
  content: '\00a0'; }

.dataset-details-container .tags-list:after {
  content: '\00a0'; }

.dataset-details-container .visibility-field {
  display: flex; }
  .dataset-details-container .visibility-field > span:after {
    content: '\00a0'; }

.dataset-details-container #description-container,
.dataset-details-container #dataset-description-input {
  position: relative;
  margin: 12px 0 0;
  min-height: 100px; }

.dataset-details-container #description-container {
  color: #607d8b;
  background-color: #eceff1;
  border: 1px solid #eceff1;
  border-radius: 3px; }

.dataset-details-container .description-inner {
  padding: 8.5px; }

.dataset-details-container .dataset-schema {
  position: relative;
  margin: 12px 0 0; }

.dataset-details-container #description-container .icon,
.dataset-details-container .download-schema {
  position: absolute;
  right: 10px;
  top: 10px; }

.dataset-details-container #description-container .icon {
  opacity: 0;
  transition: opacity 0.2s ease; }

.dataset-details-container #description-container:hover .icon {
  opacity: 1; }

.dataset-details-container #dataset-description-input .btn-container {
  margin-top: 12px; }

.dataset-details-container ng-quill-editor {
  display: block;
  border: 1px solid;
  border-color: #64b5f6 !important;
  outline: 0;
  box-shadow: 0 0 8px rgba(100, 181, 246, 0.6) !important; }

.dataset-details-container pre {
  min-height: 100px;
  margin: 0; }

.generic-members-list loading-message {
  vertical-align: bottom; }

.billing-page .billing-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .billing-page .billing-selector .subscription-spacer {
    width: 97.32%; }
    .billing-page .billing-selector .subscription-spacer:after {
      content: '';
      padding-top: 1.3333%;
      width: 100%;
      height: 0;
      float: left; }

.billing-page .open-billing-portal {
  width: 100%; }

.billing-page .inactive {
  color: #b0bec5; }

.billing-page .subscription-option {
  display: flex;
  flex-wrap: wrap;
  width: 32.44%;
  padding: 18px;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  transition: opacity 0.2s ease; }
  @media screen and (max-width: 1414px) {
    .billing-page .subscription-option {
      min-height: 165px; } }
  @media screen and (max-width: 1126px) {
    .billing-page .subscription-option {
      min-height: 185px; } }
  @media screen and (min-width: 1531px) {
    .billing-page .subscription-option {
      min-height: 145px; } }
  .billing-page .subscription-option:last-child {
    margin-right: 0; }
  .billing-page .subscription-option.no-subscription {
    background-color: #fff;
    cursor: default; }
    .billing-page .subscription-option.no-subscription.blurred:hover {
      opacity: 0.5; }
  .billing-page .subscription-option.blurred {
    opacity: 0.5; }
    .billing-page .subscription-option.blurred:hover {
      opacity: 1; }
  .billing-page .subscription-option.selected {
    z-index: 1000;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .billing-page .subscription-option.selected .bottom {
      position: absolute;
      width: 100%;
      left: 0;
      top: 100%;
      z-index: 9999; }
      .billing-page .subscription-option.selected .bottom .bottom-spacer {
        padding-top: 4%;
        width: 100%;
        height: 0;
        float: left;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23); }
        .billing-page .subscription-option.selected .bottom .bottom-spacer:before {
          content: '';
          display: block;
          position: absolute;
          top: -2px;
          bottom: -6px;
          left: 0;
          right: 0;
          z-index: 10000;
          background-color: #fff; }
        .billing-page .subscription-option.selected .bottom .bottom-spacer div {
          position: absolute;
          z-index: 10000; }
        .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-left,
        .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-left-underlay,
        .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-right,
        .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-right-underlay {
          top: 0; }
        .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-left-underlay,
        .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-right-underlay {
          height: calc(100% + 6px);
          width: calc(4% + 2px);
          background-color: #fff;
          z-index: 9999; }
        .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-left,
        .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-right {
          bottom: 0;
          width: 4%;
          overflow: hidden; }
          .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-left:before,
          .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-right:before {
            content: '';
            position: absolute;
            width: 200%;
            height: 200%;
            bottom: 0;
            background-color: #f6f7f8;
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23) inset; }
        .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-left-underlay {
          right: calc(100% - 2px); }
        .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-right-underlay {
          left: calc(100% - 2px); }
        .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-left {
          right: 100%; }
          .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-left:before {
            right: 0;
            border-bottom-right-radius: 4px; }
        .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-right {
          left: 100%; }
          .billing-page .subscription-option.selected .bottom .bottom-spacer .bottom-right:before {
            left: 0;
            border-bottom-left-radius: 4px; }
        .billing-page .subscription-option.selected .bottom .bottom-spacer .middle-dashed-line {
          left: 18px;
          right: 18px;
          bottom: 0;
          border: none;
          border-bottom: 1px dashed #eceff1;
          border-radius: 0; }
  .billing-page .subscription-option :nth-child(5) {
    margin-right: 0; }
  .billing-page .subscription-option div {
    display: inline-block; }
  .billing-page .subscription-option .left {
    flex: 0 0 55%;
    height: 100%; }
    .billing-page .subscription-option .left .title {
      color: #37474f;
      font-size: 20px;
      text-align: left; }
    .billing-page .subscription-option .left .description {
      text-align: left;
      white-space: normal;
      font-size: 11px;
      color: #607d8b;
      font-weight: 500; }
  .billing-page .subscription-option .right {
    flex: 0 0 45%;
    text-align: right;
    align-self: flex-end; }
    .billing-page .subscription-option .right svg {
      display: block;
      position: absolute;
      top: 18px;
      right: 25px;
      width: 50px; }

.billing-page .subscription-detail {
  order: 1;
  padding: 30px 25px;
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  font-size: 13px;
  white-space: normal;
  cursor: default;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  z-index: 999; }
  .billing-page .subscription-detail.scrapy {
    border-top-left-radius: 0; }
    .billing-page .subscription-detail.scrapy .header {
      width: 14.5%; }
    .billing-page .subscription-detail.scrapy .table-container {
      margin-bottom: 0; }
  .billing-page .subscription-detail.crawlera .header {
    width: 16%; }
  .billing-page .subscription-detail.splash {
    border-top-right-radius: 0; }
    .billing-page .subscription-detail.splash .header {
      width: 24.5%; }
  .billing-page .subscription-detail .description {
    margin-bottom: 25px; }
  .billing-page .subscription-detail .table-container {
    margin-bottom: 20px;
    text-align: center; }
    .billing-page .subscription-detail .table-container scrapycloud-plan-picker {
      text-align: initial; }

.billing-page .table-striped {
  margin-bottom: 0; }

billing-test header {
  width: 100%; }

billing-test .card {
  position: relative;
  display: block;
  margin-bottom: 15px; }

xod-card,
crawlera-card {
  position: relative;
  display: block; }
  xod-card .overage__container,
  crawlera-card .overage__container {
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-template-areas: '. content';
    gap: 10px;
    margin-top: 50px; }
  xod-card overage-limit,
  crawlera-card overage-limit {
    grid-area: content; }

scrapycloud-card .discount-text {
  color: #4caf50;
  font-weight: bold; }

scrapycloud-card .scrapy-picker {
  display: flex;
  flex-direction: column;
  align-items: center; }

scrapycloud-card .scrapy-explanation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto; }

scrapycloud-card .info-square {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 150px;
  min-height: 150px;
  padding: 10px 25px;
  border: 1px solid #eceff1;
  margin: 10px; }
  scrapycloud-card .info-square p {
    margin: 0; }
  scrapycloud-card .info-square .hero-size {
    font-size: 44px;
    line-height: 60px;
    color: #4caf50; }
    scrapycloud-card .info-square .hero-size sup {
      top: -0.5em;
      font-size: 25px; }
  scrapycloud-card .info-square .line-highlight {
    display: flex;
    flex-direction: row;
    align-items: center; }
  scrapycloud-card .info-square .line-highlight + .line-highlight {
    border-top: 1px solid #eceff1;
    margin-top: 15px;
    padding-top: 15px; }
  scrapycloud-card .info-square .highlight {
    font-size: 22px;
    line-height: 26px;
    margin-right: 7px;
    color: #4caf50; }

scrapycloud-card .scrapy-footer {
  display: flex;
  flex-direction: column;
  align-items: center; }

scrapycloud-card .scrapy-selector {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0; }
  scrapycloud-card .scrapy-selector .scrapy-input {
    padding: 5px 10px;
    font-weight: 400;
    background-color: #ffecb3;
    border-radius: 3px;
    color: #37474f; }
    scrapycloud-card .scrapy-selector .scrapy-input input {
      width: 65px;
      margin-left: 10px;
      border-radius: 3px;
      border: none;
      color: #37474f;
      font-weight: 700;
      text-align: center; }

scrapycloud-card .scrapy-selector + .scrapy-selector {
  border-top: 1px solid #eceff1; }

scrapycloud-card .scrapycloud-usage__current {
  display: inline-block;
  font-size: 13px;
  color: #b0bec5;
  vertical-align: super;
  -webkit-transform: translateY(1px);
          transform: translateY(1px); }

scrapycloud-card .scrapycloud-usage__divider {
  margin-left: -0.2em;
  margin-right: -0.3em; }

.monitoring-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .monitoring-heading .description {
    margin-top: 2px;
    color: #607d8b;
    font-size: 11px; }
  .monitoring-heading .fa {
    font-size: 13px; }
  .monitoring-heading .fa-times {
    margin-right: 8px; }

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

.monitoring-heading .fa,
.monitoring-actions .fa {
  margin-left: 0.26em;
  color: #607d8b;
  cursor: pointer; }

.monitoring-heading .fa-times,
.monitoring-actions .fa-times {
  color: #d81b60;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.table-monitoring > tbody > tr {
  background-color: #f6f7f8; }
  .table-monitoring > tbody > tr.even {
    background-color: transparent; }

.monitoring-test {
  width: 100%; }
  .monitoring-test td {
    padding: 5px;
    vertical-align: top; }
    .monitoring-test td.name {
      padding-right: 10px;
      text-align: right;
      width: 120px; }
    .monitoring-test td.value {
      word-wrap: break-word;
      font-family: "Droid Sans Mono", Menlo, Monaco, Consolas, "Courier New", monospace; }
      .monitoring-test td.value span {
        padding: 1px 6px; }
        .monitoring-test td.value span.python-expression {
          color: #0277bd;
          background-color: #e1f5fe;
          border: 1px solid #e1f5fe;
          border-radius: 2px; }
        .monitoring-test td.value span.fail-message {
          color: #ff8f00;
          background-color: #fff8e1;
          border: 1px solid #fff8e1;
          border-radius: 2px; }

/*----------------------------------------------
 Project Monitoring Actions Forms
----------------------------------------------*/
.monitor-action {
  padding: 12px 20px;
  margin-bottom: 0; }
  .monitor-action button, .monitor-action button:hover, .monitor-action button:active {
    margin-top: 6px; }
  .monitor-action h3 {
    padding: 0;
    margin: 0 0 5px 0; }

.action-form h3 {
  padding: 0;
  margin: 0 0 5px 0; }

.action-form .description {
  margin: 0; }

/*----------------------------------------------
 Spider Monitoring
----------------------------------------------*/
.sm-monitor-header toggle-switch {
  margin-right: 8px; }

.sm-monitor-table tbody tr td {
  vertical-align: middle; }
  .sm-monitor-table tbody tr td:last-child {
    width: 60px;
    text-align: right; }

/*----------------------------------------------
 Expressions editor modal
----------------------------------------------*/
.modal-expressions .modal-dialog {
  width: 850px; }

.modal-expressions .modal-content {
  background-color: #f6f7f8; }

.expressions td {
  vertical-align: top;
  padding: 0;
  min-height: 535px !important; }
  .expressions td.editor-help {
    width: 50%;
    padding: 15px;
    height: 535px;
    color: #607d8b; }
    .expressions td.editor-help h4 {
      color: #37474f; }
  .expressions td.editor-form {
    width: 50%;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: -1px 0px 7px rgba(0, 0, 0, 0.3); }

.editor-container {
  height: auto; }

.ace-gutter-fix {
  margin: 8px 0 8px -42px;
  background-color: transparent;
  min-width: 52px !important; }

.ace_gutter {
  visibility: hidden; }

.ace_editor {
  height: 100px;
  font-family: "Droid Sans Mono", Menlo, Monaco, Consolas, "Courier New", monospace !important; }

.ace-editor-field {
  background-color: transparent !important; }

/*----------------------------------------------
 Expressions editor modal help
----------------------------------------------*/
.help-page h1,
.help-page h2,
.help-page h3,
.help-page h4,
.help-page h5 {
  margin: 0;
  padding: 0; }

.help-page .icon-mega {
  font-size: 100px; }

.help-home {
  text-align: center;
  width: 300px;
  margin: 130px auto 0 auto; }
  .help-home h4 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold; }

.help-reference {
  font-size: 13px;
  padding: 0 15px; }
  .help-reference h4 {
    margin-bottom: 15px;
    font-size: 17px;
    text-transform: none; }
  .help-reference h5 {
    font-size: 14px;
    margin-top: 1em;
    margin-bottom: 0.5em; }
  .help-reference table {
    margin: 10px 20px; }
    .help-reference table td {
      padding: 0 5px; }

.code-example {
  font-family: "Droid Sans Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
  display: block;
  padding: 4px 10px;
  margin: 0 0 12px 0;
  background-color: #eceff1;
  border: 1px solid #eceff1;
  color: #546e7a;
  word-wrap: break-word;
  word-break: break-all;
  border-radius: 3px; }
  .code-example i {
    font-size: 18px;
    opacity: 0.2;
    cursor: pointer;
    padding: 0 10px;
    margin-right: -10px;
    transition: opacity 0.2s ease-in-out; }
    .code-example i:hover {
      opacity: 1; }

profile-page {
  display: block; }
  @media (max-width: 992px) {
    profile-page form {
      margin-top: 10px; } }
  profile-page .button-margin-right {
    margin-right: 10px; }

password-page {
  display: block; }

api-key-page {
  display: block; }
  api-key-page .panel, api-key-page single-item, api-key-page single-request {
    min-width: 535px; }

connected-accounts-page {
  display: block; }
  connected-accounts-page .connected-accounts-page__title {
    margin-bottom: 18px; }
  connected-accounts-page .connected-account {
    margin-bottom: 18px;
    padding: 12px; }

data-retention-page,
x-data-retention-page {
  display: block; }
  data-retention-page .default-data-retention,
  x-data-retention-page .default-data-retention {
    margin-top: 2em; }
  data-retention-page .default-data-retention,
  data-retention-page .override-per-project,
  x-data-retention-page .default-data-retention,
  x-data-retention-page .override-per-project {
    margin-bottom: 10px; }
  data-retention-page .project-data-retention,
  x-data-retention-page .project-data-retention {
    margin-bottom: 10px; }
  data-retention-page .project-input__name,
  x-data-retention-page .project-input__name {
    margin-left: 5px; }
  data-retention-page .action-button,
  x-data-retention-page .action-button {
    margin-top: 10px; }

.splash-container .splash-info {
  padding-top: 10px; }

.sh-tooltip__overlay {
  position: absolute;
  pointer-events: none !important;
  box-sizing: border-box;
  z-index: 1070;
  display: flex;
  font-size: 13px; }

sh-tooltip {
  position: relative;
  display: inline-block;
  max-width: 300px;
  color: #fff;
  padding: 3px 8px;
  border: 10px transparent solid;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  pointer-events: none;
  z-index: 1070; }
  sh-tooltip::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #37474f;
    border-radius: 3px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.28);
    z-index: -1; }

.sh-tooltip__above::after,
.sh-tooltip__above-before::after,
.sh-tooltip__above-after::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-width: 5px 5px 0 5px;
  border-color: #37474f transparent transparent transparent;
  top: 100%; }

.sh-tooltip__below::after,
.sh-tooltip__below-before::after,
.sh-tooltip__below-after::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #37474f transparent;
  bottom: 100%; }

.sh-tooltip__above::after,
.sh-tooltip__below::after {
  left: calc(50% - 5px); }

.sh-tooltip__above-before,
.sh-tooltip__below-before {
  margin-right: -20px; }
  .sh-tooltip__above-before::after,
  .sh-tooltip__below-before::after {
    right: 5px; }

.sh-tooltip__above-after,
.sh-tooltip__below-after {
  margin-left: -20px; }
  .sh-tooltip__above-after::after,
  .sh-tooltip__below-after::after {
    left: 5px; }

.sh-tooltip__after::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-width: 5px 5px 5px 0;
  border-color: transparent #37474f transparent transparent;
  right: 100%;
  top: calc(50% - 5px); }

.sh-tooltip__before::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #37474f;
  left: 100%;
  top: calc(50% - 5px); }

overage-limit {
  display: block;
  padding-bottom: 40px; }
  overage-limit > div {
    display: block; }
  overage-limit .slider__content {
    display: inline-block;
    width: 75%;
    vertical-align: top; }
  overage-limit .slider__buttons {
    display: inline-flex;
    justify-content: space-around;
    width: 25%;
    padding-left: 15px;
    vertical-align: top; }
  overage-limit .steps-slider__label--selected,
  overage-limit .overage__price {
    font-size: 15px;
    font-weight: bold; }
  overage-limit .overage__price {
    margin: 0; }
  overage-limit .overage__price__statement {
    font-size: 11px;
    white-space: nowrap; }
  overage-limit .overage__price-container {
    position: absolute;
    top: 120%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center; }
  overage-limit .cta_btn {
    cursor: pointer;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    color: #607d8b;
    border: none; }
    overage-limit .cta_btn.cta_btn-confirm {
      color: #0288d1; }
    overage-limit .cta_btn.disabled {
      cursor: not-allowed;
      color: #607d8b; }

dash-header {
  display: flex;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  pointer-events: none;
  z-index: 1030; }

left-menu {
  display: flex;
  max-width: 220px;
  min-width: 161px; }
  left-menu > div {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    width: 100%;
    padding: 15px 0 0 20px; }

main-area {
  display: flex;
  padding: 0 20px 10px; }
  main-area > * {
    width: 100%; }

context-element {
  display: none; }

.context-element {
  position: absolute;
  display: block;
  width: 100%;
  padding-right: 20px; }

.context-element__content {
  --header-size: 0;
  --sticky-padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-size) + var(--sticky-padding));
  display: grid;
  grid-gap: 10px; }

ngx-charts-chart text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

ngx-charts-chart .axis text {
  fill: white; }

ngx-charts-chart .axis.x text {
  text-anchor: middle;
  -webkit-transform: none;
          transform: none; }

.ngx-charts-outer .ngx-charts {
  overflow: visible; }

.gridline-path {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  fill: none; }

.chart-legend .legend-labels {
  background: transparent !important;
  text-align: center !important;
  white-space: normal !important; }

.chart-legend .legend-label, .chart-legend .legend-label:hover,
.chart-legend .legend-label .active .legend-label-text {
  color: #ffffff !important; }

.chart-legend .legend-label [title] {
  opacity: 0.3; }
  .chart-legend .legend-label [title].active,
  .all-active .chart-legend .legend-label [title] {
    opacity: 1; }

.chart-legend .legend-label .legend-label-text {
  width: unset;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.chart-legend .legend-label .legend-label-color {
  width: 6px;
  height: 6px;
  border-radius: 50%; }

.line-highlight {
  display: none; }
  .line-highlight.active {
    display: block; }
    .line-highlight.active .area {
      opacity: 1 !important; }

[chart-type='bars'] .bar {
  opacity: 0.7; }

[chart-type='grouped-bars'] .bar {
  opacity: 1; }

.area-series linearGradient > [offset='0%'] {
  stop-opacity: 0.2 !important; }

.area-series linearGradient > [offset='100%'] {
  stop-opacity: 0.6 !important; }

.area-series > .area {
  stroke-width: 1.5px;
  opacity: 1 !important; }

.line-series > .line {
  stroke-width: 1.5px !important; }

.circle > circle {
  r: 3px !important;
  stroke: black;
  stroke-width: 1px;
  -webkit-transform: translate(0.5px, 0px);
          transform: translate(0.5px, 0px); }

.tooltip-bar {
  display: none; }

[chart-density='high'] .area-series > .area {
  stroke-width: 1px; }

[chart-density='high'] .line-series > .line {
  stroke-width: 1px !important; }

.active.area, .active.bar {
  opacity: 1 !important; }

.inactive .bar,
.inactive .line,
.inactive .area {
  opacity: 0.1 !important; }

.tick text {
  fill: white; }

.circle {
  cursor: pointer; }

.zoom-box {
  opacity: 0.1;
  pointer-events: none; }

.series-tooltip__name {
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0; }

.series-tooltip__separator {
  background: #ffffff;
  width: 100%;
  height: 1px;
  margin-bottom: 10px; }

.series-tooltip__serie {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr 1fr;
  grid-template-columns: min-content 1fr 1fr;
  grid-gap: 10px;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 10px; }
  .series-tooltip__serie.inactive {
    opacity: 0.3; }
  .series-tooltip__serie .series-tooltip__serie-circle {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    align-self: center; }
  .series-tooltip__serie .series-tooltip__serie-name {
    text-align: left; }
  .series-tooltip__serie .series-tooltip__serie-value {
    font-weight: 600;
    text-align: right; }
  .series-tooltip__serie .series-tooltip__serie-value-fraction {
    font-size: 11px; }
  .series-tooltip__serie .series-tooltip__serie-value-unit {
    font-size: 9px; }

.ngx-charts-tooltip-content.type-tooltip {
  background: #37474f !important; }
  .ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-left {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #37474f !important; }
  .ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-top {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #37474f !important; }
  .ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-right {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #37474f !important; }
  .ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-bottom {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #37474f !important; }

.delivery-status__green {
  color: #4caf50; }

.delivery-status__amber {
  color: #ffb300; }

.delivery-status__red {
  color: #d81b60; }

dod-overview activity-spinner {
  margin: auto; }

dod-overview .filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px; }
  dod-overview .filters .filter-label {
    font-weight: 600;
    color: #37474f;
    font-size: 13px;
    line-height: 40px;
    margin-right: 10px; }
  dod-overview .filters .btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }

dod-overview .green .toggle-switch.on.success:before {
  background-color: #4caf50;
  border-color: #4caf50; }

dod-overview .amber .toggle-switch.on.success:before {
  background-color: #ffb300;
  border-color: #ffb300; }

dod-overview .red .toggle-switch.on.success:before {
  background-color: #d81b60;
  border-color: #d81b60; }

sh-accordion-item {
  display: block; }
  sh-accordion-item.open .sh-accordion-item__header, sh-accordion-item:last-child .sh-accordion-item__header {
    border-bottom: 1px solid #cfd8dc; }
  sh-accordion-item.open icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  sh-accordion-item .sh-accordion-item__header {
    background-color: white;
    border-top: 1px solid #cfd8dc;
    border-right: 1px solid #cfd8dc;
    border-left: 1px solid #cfd8dc;
    cursor: pointer;
    padding: 5px; }
    sh-accordion-item .sh-accordion-item__header icon {
      transition: 400ms ease-in-out; }
  sh-accordion-item .sh-accordion-item__collapse {
    margin: -1px 5px 0 5px;
    overflow-x: scroll;
    border-radius: 0; }

alert-message {
  display: block; }

api-key-select {
  display: block; }
  api-key-select .apikey-row {
    display: flex;
    width: 100%; }
    api-key-select .apikey-row > .input-group {
      display: grid;
      grid-template-columns: 1fr -webkit-min-content;
      grid-template-columns: 1fr min-content; }
    api-key-select .apikey-row > button {
      margin-left: 10px; }
    api-key-select .apikey-row .loader {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 1 1 auto;
      max-width: 350px;
      background-color: #f6f7f8; }
      api-key-select .apikey-row .loader activity-spinner {
        width: 18px;
        height: 18px; }
  api-key-select .form-group .control-label {
    margin-bottom: 5px; }

arrow-button {
  display: block;
  padding: 5px 0; }
  arrow-button .arrow-button__icon {
    height: 12px;
    font-size: 15px; }
  arrow-button .arrow-button__text {
    display: inline-block;
    font-size: 12px;
    line-height: 12px; }

sh-checkbox {
  display: block; }
  sh-checkbox .checkbox-mark {
    color: white;
    font-size: 14px; }
  sh-checkbox .checkbox-margin {
    display: block;
    width: calc(17px + 10px); }
  sh-checkbox .checkbox-container-with-label {
    display: flex;
    position: relative;
    cursor: pointer;
    line-height: 17px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 17px;
    min-width: 17px;
    clear: both;
    background: transparent;
    margin-bottom: 0; }
  sh-checkbox .checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  sh-checkbox .checkbox-label {
    display: block;
    white-space: nowrap;
    height: 17px;
    font-size: 13px;
    line-height: 17px;
    color: #37474f;
    font-weight: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  sh-checkbox .checkbox-custom {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background: white;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #cfd8dc;
    display: flex;
    justify-content: center;
    align-items: center; }
    sh-checkbox .checkbox-custom:after {
      content: '';
      color: white; }
  sh-checkbox .checkbox-input:checked + .checkbox-custom {
    background: #1e88e5;
    border: 1px solid #1e88e5; }
  sh-checkbox .checkbox-input:indeterminate + .checkbox-custom {
    background: #1e88e5;
    border: 1px solid #1e88e5; }
  sh-checkbox .checkbox-input:disabled + .checkbox-custom {
    background: #b0bec5;
    border: 1px solid #b0bec5; }
    sh-checkbox .checkbox-input:disabled + .checkbox-custom .checkbox-mark {
      color: #eceff1; }
  sh-checkbox .checkbox-input:disabled ~ .checkbox-label {
    color: #b0bec5; }

sh-datatable {
  display: grid;
  width: 100%; }

@-webkit-keyframes gradientLoaderAnimation {
  0% {
    background-position: -1000px 0; }
  100% {
    background-position: 1000px 0; } }

@keyframes gradientLoaderAnimation {
  0% {
    background-position: -1000px 0; }
  100% {
    background-position: 1000px 0; } }
  sh-datatable .gradient-loader:after {
    content: '';
    display: block;
    height: 100%;
    opacity: 0.1;
    -webkit-animation-duration: 1.8s;
            animation-duration: 1.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: gradientLoaderAnimation;
            animation-name: gradientLoaderAnimation;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 8%, #505050 38%, rgba(0, 0, 0, 0) 54%);
    background-size: 2000px 640px;
    position: relative; }
  sh-datatable .datatable {
    display: block;
    overflow-x: visible;
    min-width: 100%;
    width: 100%; }
  sh-datatable .datatable-wrapper {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden; }
  sh-datatable .datatable-viewport {
    overflow-x: hidden;
    min-width: 100%; }
  sh-datatable .datatable-content {
    min-width: 100%; }
  sh-datatable .menu-btn-container {
    position: absolute;
    top: 0; }
  sh-datatable .hidden-header th {
    padding-top: 0;
    padding-bottom: 0; }
  sh-datatable .hidden-header .th-container {
    height: 0;
    overflow-y: hidden; }
    sh-datatable .hidden-header .th-container * {
      height: 0; }
  sh-datatable .datatable-header {
    display: flex;
    min-width: 100%;
    position: relative;
    z-index: 900;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23); }
    sh-datatable .datatable-header th {
      background-color: #ffffff;
      white-space: nowrap; }
    sh-datatable .datatable-header .th-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%; }
    sh-datatable .datatable-header .th-content {
      height: 100%;
      width: 100%;
      padding: 8px;
      overflow: hidden; }
    sh-datatable .datatable-header .resizable-column-hover {
      padding: 0 2px;
      cursor: col-resize;
      margin: 8px 0;
      height: 30px; }
    sh-datatable .datatable-header .resizable-column-dragger {
      background: #eceff1;
      width: 1px;
      height: 100%; }
  sh-datatable .datatable-body td {
    padding: 0; }
  sh-datatable .datatable-body .td-content {
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center; }
  sh-datatable .datatable-body tr.odd {
    background-color: #f6f7f8; }
  sh-datatable .datatable-loader,
  sh-datatable .datatable-no-results {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 8px; }

sh-complex-datatable {
  display: block; }
  sh-complex-datatable .complex-datatable-id-cell {
    color: #37474f;
    font-size: 13px; }
  sh-complex-datatable .complex-datatable-number-cell {
    text-align: right; }
  sh-complex-datatable .complex-datatable-image-cell img {
    display: block;
    max-width: 32px;
    max-height: 32px; }
  sh-complex-datatable .complex-datatable-images-cell {
    display: flex;
    justify-content: center; }
    sh-complex-datatable .complex-datatable-images-cell .complex-datatable-image-cell {
      margin: 5px; }
  sh-complex-datatable .complex-datatable-text-cell {
    text-align: left;
    line-height: 1.2em;
    width: 100%;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 3.6em;
    text-align: left;
    margin-right: -1em;
    padding-right: 1em; }
    sh-complex-datatable .complex-datatable-text-cell:after {
      content: '';
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 30%;
      min-width: 20px;
      height: 1.2em;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }
    sh-complex-datatable .complex-datatable-text-cell.odd {
      overflow: hidden;
      position: relative;
      line-height: 1.2em;
      max-height: 3.6em;
      text-align: left;
      margin-right: -1em;
      padding-right: 1em; }
      sh-complex-datatable .complex-datatable-text-cell.odd:after {
        content: '';
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 30%;
        min-width: 20px;
        height: 1.2em;
        background: linear-gradient(to right, rgba(246, 247, 248, 0), #f6f7f8 50%); }
  sh-complex-datatable .complex-datatable-code-cell {
    text-align: left;
    overflow: hidden;
    padding: 5px; }
    sh-complex-datatable .complex-datatable-code-cell div {
      font-size: 1em;
      line-height: 1.2em;
      overflow: hidden;
      position: relative;
      line-height: 1.2em;
      max-height: 3.6em;
      text-align: left;
      margin-right: -1em;
      padding-right: 1em; }
      sh-complex-datatable .complex-datatable-code-cell div:after {
        content: '';
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 30%;
        min-width: 20px;
        height: 1.2em;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }
  sh-complex-datatable .complex-datatable-date-cell {
    text-align: left; }
  sh-complex-datatable .popover-btn {
    cursor: pointer;
    color: white; }
  sh-complex-datatable .column-name {
    display: flex;
    align-items: center;
    position: relative; }
  sh-complex-datatable .popover-btn-container {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    right: 0; }
  sh-complex-datatable .main-popover {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    position: -webkit-sticky;
    position: sticky;
    background: white;
    box-shadow: -6px 0 6px rgba(255, 255, 255, 0.8); }
    sh-complex-datatable .main-popover .popover-btn {
      margin-left: 10px; }

.complex-datatable-popover-card {
  display: block;
  width: 100%;
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  border-radius: 3px;
  padding: 10px;
  max-height: 400px;
  overflow-y: scroll; }

.complex-datatable-popover-backdrop {
  background: rgba(0, 0, 0, 0.3); }

.complex-datatable-image-tooltip {
  max-width: 400px;
  max-height: 400px; }
  .complex-datatable-image-tooltip img {
    display: flex;
    width: 100%;
    height: auto; }

sh-structure-tree .toggle-expand {
  display: flex;
  align-items: center;
  cursor: pointer; }

sh-structure-tree .tree-node.complex-node {
  display: flex;
  align-items: center; }

sh-structure-tree .complex-node-name {
  font-weight: bold; }

sh-structure-tree .tree-node-name,
sh-structure-tree .complex-node-name {
  font-size: 13px;
  line-height: 17px;
  color: #37474f;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

sh-structure-tree ul,
sh-structure-tree li {
  list-style: none;
  margin-bottom: 0; }

sh-structure-tree ul {
  padding-left: 27px; }

sh-structure-tree .tree-node {
  display: flex;
  margin-bottom: 11px; }
  sh-structure-tree .tree-node.hidden {
    display: none; }

sh-structure-tree .mat-tree-node {
  min-height: 0; }

sh-structure-tree .tree-invisible {
  display: none; }

sh-structure-tree .toggle-expand-caret {
  margin-left: 10px; }

sh-structure-tree sh-checkbox {
  margin-right: 10px; }

sh-structure-tree .array-items-num {
  display: flex;
  align-items: baseline;
  font-size: 13px;
  line-height: 17px;
  color: #37474f;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: normal; }

sh-structure-tree input.array-items-num-input {
  max-width: 40px;
  border: 2px solid #eceff1;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 0 5px; }

.property-path {
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none; }
  .property-path .property-path-prefix {
    font-size: 11px;
    line-height: 15px;
    color: #b0bec5; }
  .property-path .property-path-ending {
    font-size: 13px;
    line-height: 18px;
    color: #37474f; }
  .property-path .property-path-count {
    font-size: 13px;
    line-height: 18px;
    color: #b0bec5; }

calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 10px 0 10px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  color: #37474f; }
  calendar-header .header__text {
    cursor: pointer;
    padding: 0 10px 0 10px; }
    calendar-header .header__text:not(.disabled):hover {
      border-radius: 3px;
      background-color: rgba(76, 175, 80, 0.2); }
    calendar-header .header__text:not(.disabled):active {
      border-radius: 3px;
      background-color: rgba(76, 175, 80, 0.5); }
    calendar-header .header__text.disabled {
      cursor: not-allowed;
      color: #eceff1; }
  calendar-header .arrow {
    display: inline-block;
    border: solid #607d8b;
    border-width: 0 2px 2px 0;
    padding: 3px; }
    calendar-header .arrow:not(.disabled):hover {
      cursor: pointer; }
    calendar-header .arrow.disabled {
      border: solid #eceff1;
      border-width: 0 2px 2px 0;
      cursor: not-allowed; }
    calendar-header .arrow.right {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    calendar-header .arrow.left {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }

calendar-picker {
  display: block;
  width: 240px;
  padding: 15px 15px 15px 15px;
  background: white; }

date-input {
  display: block; }
  date-input .date-input-wrapper {
    display: flex;
    border-radius: 3px;
    border: 1px solid #cfd8dc;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    line-height: 30px; }
    date-input .date-input-wrapper .wrapper__input {
      border: none;
      outline: none;
      font-size: 13px;
      flex: 1;
      font-size: 13px; }
    date-input .date-input-wrapper.disabled {
      background-color: #f6f7f8;
      cursor: not-allowed; }
      date-input .date-input-wrapper.disabled .wrapper__input {
        background-color: #f6f7f8;
        cursor: not-allowed; }
    date-input .date-input-wrapper.active {
      border-color: #64b5f6 !important;
      outline: 0;
      box-shadow: 0 0 8px rgba(100, 181, 246, 0.6) !important; }
    date-input .date-input-wrapper .displayed {
      padding-left: 3px;
      color: #37474f; }
    date-input .date-input-wrapper .date-input__placeholder {
      position: absolute;
      padding-left: 3px;
      color: #90a4ae;
      pointer-events: none; }
      date-input .date-input-wrapper .date-input__placeholder .fake-displayed {
        color: transparent; }
    date-input .date-input-wrapper .wrapper__input {
      padding: 0 0 0 3px; }

date-picker {
  display: block;
  position: relative; }

.calendar-overlay {
  background: #ffffff;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.28);
  border-radius: 3px; }

.date-range-picker {
  display: grid;
  grid-template-columns: 1fr -webkit-min-content -webkit-min-content;
  grid-template-columns: 1fr min-content min-content;
  grid-template-areas: 'shortcuts headerStart headerEnd' 'shortcuts from to' 'apply apply apply';
  border-radius: 3px;
  width: 600px; }
  .date-range-picker date-range-shortcuts {
    grid-area: shortcuts; }
  .date-range-picker .date-rage-picker__header-start {
    grid-area: headerStart;
    padding-top: 6px;
    font-weight: 600;
    text-align: center;
    border-left: 1px solid #eceff1; }
  .date-range-picker .date-rage-picker__header-end {
    grid-area: headerEnd;
    padding-top: 6px;
    font-weight: 600;
    text-align: center;
    border-left: 1px solid #eceff1; }
  .date-range-picker .date-range-picker__from {
    grid-area: from;
    padding-top: 6px; }
  .date-range-picker .date-range-picker__to {
    grid-area: to;
    padding-top: 6px; }
  .date-range-picker .date-range-picker__apply {
    grid-area: apply;
    text-align: right;
    border-top: 1px solid #eceff1;
    padding: 10px; }
  .date-range-picker calendar-picker {
    border-left: 1px solid #eceff1; }

date-range-shortcuts {
  width: 120px;
  padding-top: 10px; }
  date-range-shortcuts .shortcut {
    line-height: 30px;
    text-align: left;
    padding-left: 35px;
    cursor: pointer; }
    date-range-shortcuts .shortcut:not(.disabled):hover {
      background-color: #eceff1; }
    date-range-shortcuts .shortcut.disabled {
      cursor: not-allowed;
      color: #eceff1; }

day-picker .days-of-the-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  line-height: 15px;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 600;
  color: #b0bec5; }

day-picker .week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 10px; }
  day-picker .week .day {
    height: 20px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    color: #37474f; }
    day-picker .week .day .day__content {
      width: 20px;
      height: 20px;
      line-height: 20px; }
    day-picker .week .day.disabled {
      cursor: not-allowed;
      color: #eceff1; }
    day-picker .week .day:not(.disabled) .day__content.selected {
      border-radius: 3px;
      background-color: #4caf50;
      color: white; }
    day-picker .week .day:not(.disabled) .day__content:not(.selected):hover {
      border-radius: 3px;
      background-color: rgba(76, 175, 80, 0.2); }
    day-picker .week .day:not(.disabled) .day__content:not(.selected):active {
      border-radius: 3px;
      background-color: rgba(76, 175, 80, 0.5); }
    day-picker .week .day.is-from-range {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      color: white; }
    day-picker .week .day.is-to-range {
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      color: white; }
    day-picker .week .day:not(.is-to-range).as-current-from-selected {
      background: linear-gradient(to right, white 10px, rgba(76, 175, 80, 0.2) 10px); }
    day-picker .week .day:not(.is-from-range).as-current-to-selected {
      background: linear-gradient(to left, white 10px, rgba(76, 175, 80, 0.2) 10px); }
    day-picker .week .day.inside-range {
      background-color: rgba(76, 175, 80, 0.2); }
      day-picker .week .day.inside-range:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px; }
      day-picker .week .day.inside-range:last-child {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px; }
    day-picker .week .day:not(.disabled).not-belongs-to-month {
      color: #b0bec5; }

month-picker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px; }
  month-picker .month {
    width: 50px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center; }
    month-picker .month:not(.disabled):not(.selected):hover {
      border-radius: 3px;
      background-color: rgba(76, 175, 80, 0.2); }
    month-picker .month.selected {
      border-radius: 3px;
      background-color: #4caf50;
      color: white; }
    month-picker .month.disabled {
      cursor: not-allowed;
      color: #eceff1; }

year-picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px; }
  year-picker .year {
    width: 48.75px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center; }
    year-picker .year:not(.disabled):not(.selected):hover {
      border-radius: 3px;
      background-color: rgba(76, 175, 80, 0.2); }
    year-picker .year.selected {
      border-radius: 3px;
      background-color: #4caf50;
      color: white; }
    year-picker .year.disabled {
      cursor: not-allowed;
      color: #eceff1; }

sh-input-switch {
  display: grid; }
  sh-input-switch label {
    display: block; }

sh-input-tags {
  display: grid; }

sh-input-radio-group {
  display: grid; }
  sh-input-radio-group .sh-input-radio__radio-list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr; }

sh-input-slider {
  display: grid; }

sh-input-text {
  display: grid; }
  sh-input-text input.sh-input__input--error {
    border-color: #d81b60 !important; }
  sh-input-text input.sh-input__input--error:focus {
    border-color: #d81b60 !important;
    outline: 0;
    box-shadow: 0 0 8px rgba(216, 27, 96, 0.6) !important; }

.sh-input__errors {
  float: left;
  color: #d81b60; }

.sh-input__footnote {
  display: block;
  margin-top: 5px; }

sh-radio-button {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  outline: none;
  cursor: pointer; }
  sh-radio-button .sh-radio-button__circle {
    background: #ffffff;
    border: 1px solid #cfd8dc;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    position: relative;
    transition: background 0.3s ease-out, border-color 1s, box-shadow 1s;
    margin-right: 10px; }
    sh-radio-button .sh-radio-button__circle:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      height: 14px;
      width: 14px;
      border-radius: 50%;
      -webkit-transform: scale(0.4);
              transform: scale(0.4); }
  sh-radio-button .sh-radio-button__label {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer; }
  sh-radio-button:not(.disabled):focus .sh-radio-button__circle, sh-radio-button:not(.disabled):active .sh-radio-button__circle {
    border-color: #64b5f6 !important;
    outline: 0;
    box-shadow: 0 0 8px rgba(100, 181, 246, 0.6) !important; }
  sh-radio-button.checked .sh-radio-button__circle {
    background: #1e88e5; }
    sh-radio-button.checked .sh-radio-button__circle:after {
      background: #ffffff; }
  sh-radio-button.disabled .sh-radio-button__circle {
    background: #eceff1; }
  sh-radio-button.disabled .sh-radio-button__label {
    color: #cfd8dc; }

select-input {
  display: block;
  position: relative; }
  select-input .select-wrapper {
    display: flex;
    border-radius: 3px;
    border: 1px solid #cfd8dc;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    min-height: 30px;
    flex-wrap: wrap;
    padding: 0 0 3px 3px; }
    select-input .select-wrapper .wrapper__input {
      border: none;
      outline: none;
      font-size: 13px;
      flex: 1;
      font-size: 13px; }
    select-input .select-wrapper.disabled {
      background-color: #f6f7f8;
      cursor: not-allowed; }
      select-input .select-wrapper.disabled .wrapper__input {
        background-color: #f6f7f8;
        cursor: not-allowed; }
    select-input .select-wrapper.active {
      border-color: #64b5f6 !important;
      outline: 0;
      box-shadow: 0 0 8px rgba(100, 181, 246, 0.6) !important; }
    select-input .select-wrapper .wrapper__input {
      margin-top: 3px;
      margin-right: 3px;
      line-height: 22px;
      padding: 0;
      min-width: 10px; }
    select-input .select-wrapper.open {
      border-color: #64b5f6 !important;
      outline: 0;
      box-shadow: 0 0 8px rgba(100, 181, 246, 0.6) !important; }

select-selected-item {
  background: #90a4ae;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  grid-gap: 5px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 3px;
  margin-right: 3px; }
  select-selected-item.disabled {
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
    opacity: 0.5; }
  select-selected-item:hover:not(.disabled) {
    background-color: #607d8b; }
  select-selected-item:active:not(.disabled) {
    background-color: #546e7a; }
  select-selected-item .select-selected-item__close {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.2;
    transition: opacity 0.2s ease; }
    select-selected-item .select-selected-item__close:hover {
      opacity: 0.5; }

.select__option {
  box-sizing: border-box;
  cursor: pointer;
  color: #262626;
  font-size: 13px;
  line-height: 24px;
  padding: 0 20px;
  width: 100%; }
  .select__option.active {
    color: #fff;
    background-color: #428bca; }
  .select__option:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .select__option:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .select__option:hover:not(.active) {
    background-color: #f5f5f5; }

.drop-down {
  background: #ffffff;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.28);
  border-radius: 3px;
  max-height: 200px;
  overflow-y: scroll; }

arc-graph, usage-graph {
  display: block;
  position: relative;
  text-align: center; }
  arc-graph svg.graphics-container, usage-graph svg.graphics-container {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center; }
    arc-graph svg.graphics-container:not([width]), usage-graph svg.graphics-container:not([width]) {
      width: 100px; }
  arc-graph .background, usage-graph .background {
    fill: none;
    stroke: #eceff1;
    stroke-width: 10;
    stroke-miterlimit: 1; }
  arc-graph .foreground, usage-graph .foreground,
  arc-graph .overage,
  usage-graph .overage {
    fill: none;
    stroke-width: 8;
    stroke-miterlimit: 1;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    transition: all 0.6s ease-in-out; }
  arc-graph icon.fa-fw, usage-graph icon.fa-fw, arc-graph deploy-options .listing icon.fa, deploy-options .listing arc-graph icon.fa, usage-graph deploy-options .listing icon.fa, deploy-options .listing usage-graph icon.fa,
  arc-graph deploy-options .listing icon.scrapy, deploy-options .listing arc-graph icon.scrapy,
  usage-graph deploy-options .listing icon.scrapy, deploy-options .listing usage-graph icon.scrapy,
  arc-graph .next,
  usage-graph .next,
  arc-graph .current,
  usage-graph .current {
    transition: color 0.2s ease-in-out; }
  
  arc-graph .next,
  usage-graph .next,
  arc-graph .current,
  usage-graph .current {
    font-size: 20px;
    font-weight: bold;
    color: #37474f;
    white-space: nowrap; }
  arc-graph icon.fa-fw, usage-graph icon.fa-fw, arc-graph deploy-options .listing icon.fa, deploy-options .listing arc-graph icon.fa, usage-graph deploy-options .listing icon.fa, deploy-options .listing usage-graph icon.fa,
  arc-graph deploy-options .listing icon.scrapy, deploy-options .listing arc-graph icon.scrapy,
  usage-graph deploy-options .listing icon.scrapy, deploy-options .listing usage-graph icon.scrapy {
    display: block;
    font-size: 9px; }
  arc-graph icon, usage-graph icon,
  arc-graph icon + .current,
  usage-graph icon + .current {
    color: #b0bec5; }
  arc-graph .foreground, usage-graph .foreground {
    stroke: #4caf50; }
  
  arc-graph .overage,
  usage-graph .overage {
    stroke: #ffb300; }
  arc-graph.usage-medium .foreground, usage-graph.usage-medium .foreground {
    stroke: #ffb300; }
  arc-graph.usage-high .foreground, usage-graph.usage-high .foreground,
  arc-graph.usage-high .overage,
  usage-graph.usage-high .overage {
    stroke: #d81b60; }
  arc-graph .usage-container, usage-graph .usage-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center;
            transform-origin: center; }
    arc-graph .usage-container > div, usage-graph .usage-container > div {
      display: grid;
      grid-template-areas: 'content'; }
    arc-graph .usage-container .icon, usage-graph .usage-container .icon,
    arc-graph .usage-container .next,
    usage-graph .usage-container .next,
    arc-graph .usage-container .current,
    usage-graph .usage-container .current {
      grid-area: content;
      margin-bottom: 0; }
    arc-graph .usage-container .icon, usage-graph .usage-container .icon {
      -webkit-transform: translateY(4px);
              transform: translateY(4px);
      margin-left: auto;
      margin-right: auto; }
  arc-graph .inner-graph, usage-graph .inner-graph {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 100px;
    margin-left: -50px; }
  arc-graph .unit, usage-graph .unit {
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
    color: #607d8b;
    margin: 0; }

.enterprise arc-graph .foreground, .enterprise usage-graph .foreground,
.enterprise arc-graph .background,
.enterprise usage-graph .background,
.enterprise arc-graph .overage,
.enterprise usage-graph .overage {
  stroke: #5c6bc0 !important; }

.enterprise arc-graph .unit, .enterprise usage-graph .unit {
  display: none; }

.enterprise arc-graph .current, .enterprise usage-graph .current {
  font-size: 14px;
  top: 40px; }

.residential arc-graph .foreground, .residential usage-graph .foreground,
.residential arc-graph .background,
.residential usage-graph .background,
.residential arc-graph .overage,
.residential usage-graph .overage {
  stroke: #ff7043 !important; }

.residential arc-graph .unit, .residential usage-graph .unit {
  display: none; }

.residential arc-graph .current, .residential usage-graph .current {
  font-size: 14px;
  top: 40px; }

combo-chart {
  display: inline-block;
  background: linear-gradient(to bottom, #607d8b 0%, #546e7a 100%);
  border-radius: 5px; }
  combo-chart .graph-help {
    top: 10px;
    right: 10px; }
  combo-chart .loading,
  combo-chart .no-data {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; }
  combo-chart .loading {
    background: linear-gradient(to bottom, #607d8b 0%, #546e7a 100%);
    opacity: 0.7; }
    combo-chart .loading loading-message {
      display: inline-flex;
      align-items: center;
      flex-direction: row;
      color: #eceff1; }
    combo-chart .loading activity-spinner {
      width: 50px;
      height: 50px; }
  combo-chart .no-data {
    text-align: center;
    color: #fff; }
    combo-chart .no-data h4 {
      color: #fff; }

g[sh-arc] .clean {
  transition: stroke 1s ease-in-out;
  stroke: #4caf50; }

g[sh-arc] .banned {
  transition: stroke 1s ease-in-out;
  stroke: #d81b60; }

g[sh-arc] .failed {
  transition: stroke 1s ease-in-out;
  stroke: #37474f; }

g[sh-arc] .account_a {
  transition: stroke 1s ease-in-out;
  stroke: #90caf9; }

g[sh-arc] .account_b {
  stroke: #e6ee9c; }

g[sh-arc] .account_c {
  stroke: #80deea; }

sh-speedometer-graph {
  position: relative; }
  sh-speedometer-graph .low {
    stroke: #d81b60; }
  sh-speedometer-graph .mid {
    stroke: #ffb300; }
  sh-speedometer-graph .high {
    stroke: #4caf50; }
  sh-speedometer-graph .neutral {
    stroke: #eceff1; }
  sh-speedometer-graph .text-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 0; }
    sh-speedometer-graph .text-container .small, sh-speedometer-graph .text-container .fields-selector .schema-container .error-placeholder, .fields-selector .schema-container sh-speedometer-graph .text-container .error-placeholder {
      font-size: 11px; }
    sh-speedometer-graph .text-container .large {
      font-size: 14px; }
  sh-speedometer-graph .text-label {
    line-height: 100%;
    color: #b0bec5; }
  sh-speedometer-graph .text-value {
    font-weight: 600;
    line-height: 100%;
    color: #607d8b; }
  sh-speedometer-graph .speedometer-container {
    position: relative; }

g[sh-speedometer-arrow] .arrow-container {
  -webkit-transform-origin: center center;
          transform-origin: center center; }

g[sh-speedometer-arrow] .arrow {
  -webkit-transform: translate(2px, 0px);
          transform: translate(2px, 0px); }

g[sh-arc] path,
g[sh-arc] circle,
g[sh-arc] g {
  transition: stroke 0.5s ease-in-out; }

sh-progress-arc-graph {
  display: block; }
  sh-progress-arc-graph .progress-graph-container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  sh-progress-arc-graph .circle-container {
    position: relative;
    transition: stroke 0.5s ease-in-out; }
  sh-progress-arc-graph .progress-value-text {
    position: absolute;
    color: #607d8b;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0; }
    sh-progress-arc-graph .progress-value-text.sm {
      font-size: 10px; }
    sh-progress-arc-graph .progress-value-text.md {
      font-size: 14px; }
    sh-progress-arc-graph .progress-value-text.lg {
      font-size: 20px;
      font-weight: bold; }
  sh-progress-arc-graph .progress-label {
    font-weight: normal;
    font-size: 10px;
    line-height: 100%;
    color: #b0bec5;
    text-transform: none; }

helper-card {
  display: block;
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #eceff1;
  background: #f1f4f6;
  max-width: 210px; }
  helper-card.card-danger {
    background: #fef2f6;
    border-color: #fce4ec; }
    helper-card.card-danger .card-header icon {
      color: #d81b60; }
  helper-card.card-warning {
    background: #fffcf2;
    border-color: #fff8e1; }
    helper-card.card-warning .card-header icon {
      color: #ffa000; }
  helper-card.card-info {
    background: #eefaff;
    border-color: #e1f5fe; }
    helper-card.card-info .card-header icon {
      color: #0277bd; }
  helper-card img {
    max-width: 100%; }
  helper-card .card-header {
    display: grid;
    grid-template-columns: auto minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, -webkit-max-content);
    grid-template-columns: auto minmax(min-content, 1fr) minmax(min-content, max-content);
    grid-gap: 3px;
    align-items: baseline;
    color: #37474f;
    margin-bottom: 10px; }
    helper-card .card-header .icon__container {
      display: flex;
      padding-top: 8px; }
    helper-card .card-header icon {
      color: #607d8b; }
    helper-card .card-header .card-header__title {
      font-size: 13px;
      font-weight: 600;
      color: #37474f;
      padding-top: 8px;
      margin: 0; }
    helper-card .card-header .action-button__container {
      font-size: 10px;
      text-align: end;
      line-height: 14px;
      align-self: flex-start;
      text-transform: uppercase; }
      helper-card .card-header .action-button__container [action-button] {
        font-size: 10px;
        line-height: 14px;
        margin: 0;
        padding: 0;
        cursor: pointer;
        border: none;
        background-color: transparent;
        text-transform: uppercase; }
  helper-card .card-body {
    font-size: 11px;
    line-height: 15px;
    color: #607d8b; }

billing-information p {
  font-size: 13px; }
  billing-information p.info__highlight {
    font-weight: 600; }
  billing-information p.info__email {
    overflow: hidden;
    text-overflow: ellipsis; }
  billing-information p.info__no-data {
    color: #b0bec5; }

payment-method .logo {
  display: block;
  margin-bottom: 5px; }
  payment-method .logo svg {
    display: block;
    height: 25px; }

payment-method .method__card,
payment-method .method__paypal {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 13px; }

payment-method .method__disclaimer {
  color: #d81b60; }

payment-method .vi-paypal-logo .d,
payment-method .vi-mastercard-logo .d {
  fill: #b0bec5; }

payment-method .vi-paypal-logo .h,
payment-method .vi-mastercard-logo .h {
  fill: #37474f; }

payment-method .vi-paypal-logo .m,
payment-method .vi-mastercard-logo .m {
  fill: #607d8b; }

payment-method .method + .method,
payment-method .method + .payment__balance {
  margin-top: 10px;
  padding-top: 10px; }

payment-method .no-method__disclaimer {
  font-size: 13px;
  margin: 0; }

payment-method .payment__balance {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content; }
  payment-method .payment__balance usage-data,
  payment-method .payment__balance usage-unit {
    align-items: flex-end; }
  payment-method .payment__balance .credit {
    color: #4caf50; }
  payment-method .payment__balance .payment__balance__title {
    color: #37474f;
    font-weight: 600; }
  payment-method .payment__balance .payment__balance__value {
    font-size: 20px; }

payment-method .payment-method__delete-link {
  font-size: 13px;
  margin-top: 20px; }
  payment-method .payment-method__delete-link .link {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 600; }

information-panel {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 20px 1fr; }
  information-panel .information-panel__icon {
    color: #b0bec5;
    grid-row: 1 / 3;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    width: 20px; }

.information-panel__header {
  color: #607d8b;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase; }

invoice-card {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 2fr 6fr;
  grid-template-rows: auto 1fr;
  margin-bottom: 10px; }
  invoice-card invoice-header {
    grid-column: 1 / 3;
    padding: 0 20px; }
  invoice-card .card-content {
    display: grid;
    grid-template-columns: 3fr 2.5fr 2fr 2fr;
    grid-gap: 0 10px;
    grid-column: 3 / 6;
    padding: 0 30px; }
  invoice-card .card-content > * {
    grid-column: 2 / 4; }
  invoice-card .submit-button {
    margin-bottom: 30px; }

invoice-card-header {
  padding-left: 20px;
  grid-column: 1 / 3; }

invoice-card-items {
  display: block; }
  invoice-card-items .invoice-items__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  invoice-card-items .invoice-items__list-item {
    display: grid;
    grid-template-areas: 'value-unit value';
    grid-template-columns: 1.5fr 1fr;
    grid-column: 2 / 3;
    align-content: flex-end;
    padding: 10px 0;
    border-top: 1px solid #eceff1; }
    invoice-card-items .invoice-items__list-item:first-child {
      border: none; }
    invoice-card-items .invoice-items__list-item .cancelled {
      text-decoration: line-through;
      color: #b0bec5; }
      invoice-card-items .invoice-items__list-item .cancelled sh-number {
        color: #b0bec5; }
  invoice-card-items usage-data {
    grid-area: value;
    color: #37474f; }
  invoice-card-items usage-unit {
    grid-area: value-unit; }
  invoice-card-items .invoice-items__next-title small {
    grid-column: 1 / 3; }
  invoice-card-items .invoice-items__next-title + .invoice-items__list-item {
    border: none;
    padding-top: 0; }
  invoice-card-items .invoice-subtotal,
  invoice-card-items .invoice-total {
    border-top: 1px solid #37474f; }
    invoice-card-items .invoice-subtotal usage-unit,
    invoice-card-items .invoice-total usage-unit {
      font-size: 14px;
      font-weight: bold;
      color: #37474f; }
  invoice-card-items .invoice-total usage-data {
    font-size: 24px; }

invoice-submit button {
  width: 100%; }
  invoice-submit button .button-label {
    display: block;
    white-space: normal; }

invoice-submit sh-number {
  margin: 0 0.25em; }
  invoice-submit sh-number .decimal-part {
    position: relative;
    top: -0.6em;
    color: inherit; }

sh-loader {
  display: block; }
  sh-loader .loader-wrapper {
    position: relative; }
    sh-loader .loader-wrapper .loader-content.loading {
      -webkit-filter: blur(3px);
              filter: blur(3px); }
    sh-loader .loader-wrapper .loader-message-container {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1000; }
      sh-loader .loader-wrapper .loader-message-container loading-message activity-spinner {
        -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
                filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7)); }
      sh-loader .loader-wrapper .loader-message-container.loading {
        display: flex;
        justify-content: center;
        align-items: center; }

sh-loading-dots span.dot {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  sh-loading-dots span.dot:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  sh-loading-dots span.dot:nth-child(3) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }

@-webkit-keyframes blink {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@keyframes blink {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

sh-modal {
  display: none; }

modal-body,
.modal-body {
  display: block;
  padding: 25px 35px;
  background-color: #fff; }
  modal-body activity-spinner,
  .modal-body activity-spinner {
    display: inline-block; }
  modal-body:first-child,
  .modal-body:first-child {
    border-radius: 2px 2px 0 0; }
  modal-body:last-child,
  .modal-body:last-child {
    border-radius: 0 0 2px 2px; }
  modal-body:focus,
  .modal-body:focus {
    outline: 0; }

modal-container {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.49);
  display: block;
  border: none;
  border-radius: 2px;
  width: 600px;
  margin: 30px auto;
  -webkit-transform: none !important;
          transform: none !important; }
  modal-container .button-label {
    z-index: auto; }

modal-footer {
  display: grid;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  background-color: #fff;
  padding: 15px; }
  modal-footer:last-child {
    border-radius: 0 0 2px 2px; }
  modal-footer .right {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    modal-footer .right button:not(:first-child) {
      margin-left: 10px; }
  modal-footer:focus {
    outline: none; }

.modal-footer {
  background-color: #fff;
  padding: 15px; }
  .modal-footer:last-child {
    border-radius: 0 0 2px 2px; }
  .modal-footer .right {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .modal-footer .right button:not(:first-child) {
      margin-left: 10px; }
  .modal-footer:focus {
    outline: none; }

modal-title .close,
.modal-header .close, modal-title .back,
.modal-header .back {
  margin-top: 0;
  height: 46px;
  width: 46px;
  line-height: 46px;
  position: absolute;
  top: 0;
  background-color: transparent !important;
  color: #b0bec5;
  padding: 0; }
  modal-title .close:hover,
  .modal-header .close:hover, modal-title .back:hover,
  .modal-header .back:hover {
    color: #37474f; }

modal-title,
.modal-header {
  display: block;
  background-color: #eceff1;
  position: relative;
  line-height: 46px; }
  modal-title:first-child,
  .modal-header:first-child {
    border-radius: 2px 2px 0 0; }
  modal-title .modal-title__text,
  modal-title .modal-title,
  .modal-header .modal-title__text,
  .modal-header .modal-title {
    font-size: 17px;
    font-weight: 600;
    color: #37474f;
    text-align: center;
    margin: 0; }
    modal-title .modal-title__text:focus,
    modal-title .modal-title:focus,
    .modal-header .modal-title__text:focus,
    .modal-header .modal-title:focus {
      outline: 0; }
  modal-title .close,
  .modal-header .close {
    right: 0; }
  modal-title .back,
  .modal-header .back {
    left: 0; }
  modal-title:focus,
  .modal-header:focus {
    outline: 0; }

.notifications-container {
  z-index: 1031;
  pointer-events: all;
  opacity: 0.9; }

notifications-container {
  position: relative;
  display: block;
  width: 100vw;
  height: 0; }

.notifications-container {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px; }

notification {
  display: block;
  width: calc(100vw - 30px);
  max-width: 400px;
  overflow: visible; }
  notification > .alert {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 24px 43px 24px 64px;
    margin-bottom: 15px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.28); }
    notification > .alert a {
      text-decoration: underline; }
      notification > .alert a, notification > .alert a:hover, notification > .alert a:focus, notification > .alert a:active {
        color: #fff; }
    notification > .alert .close {
      color: #fff;
      outline: 0; }
    notification > .alert:before {
      display: block;
      position: absolute; }
    notification > .alert:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 52px;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
  notification > .alert-success {
    background-color: #4caf50; }
    notification > .alert-success:before {
      content: url('data:image/svg+xml,<svg viewBox="0 0 24 18" xmlns="http://www.w3.org/2000/svg"><path fill="%23fff" d="M7.627060830017055 14.201342281879196C7.627060830017055 14.201342281879196 1.937464468447982 8.604026845637584 1.937464468447982 8.604026845637584 1.937464468447982 8.604026845637584 0 10.496644295302012 0 10.496644295302012 0 10.496644295302012 7.627060830017055 18 7.627060830017055 18 7.627060830017055 18 24 1.8926174496644288 24 1.8926174496644288 24 1.8926174496644288 22.076179647527002 0 22.076179647527002 0 22.076179647527002 0 7.627060830017055 14.201342281879196 7.627060830017055 14.201342281879196"></path></svg>');
      width: 24px;
      height: 18px;
      left: 15px;
      top: 24px; }
  notification > .alert-error {
    background-color: #d81b60; }
    notification > .alert-error:before {
      content: url('data:image/svg+xml,<svg viewBox="0 0 3 19" xmlns="http://www.w3.org/2000/svg"><path fill="%23fff" d="M0 0C0 0 3 0 3 0 3 0 3 13.933333333333334 3 13.933333333333334 3 13.933333333333334 0 13.933333333333334 0 13.933333333333334 0 13.933333333333334 0 0 0 0M3 16.466666666666665C3 16.466666666666665 3 19 3 19 3 19 0 19 0 19 0 19 0 16.466666666666665 0 16.466666666666665 0 16.466666666666665 3 16.466666666666665 3 16.466666666666665 3 16.466666666666665 3 16.466666666666665 3 16.466666666666665"></path></svg>');
      width: 3px;
      height: 19px;
      left: 26px;
      top: 24px; }
  notification > .alert-dismissable .close {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 31px;
    height: 31px;
    width: 31px; }

plan-badge {
  display: inline-block; }

crawlera-plan-picker .contract-row, scrapycloud-plan-picker .contract-container, splash-plan-picker .contract-row, xod-plan-picker .contract-row {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f6f7f8;
  border-bottom: 1px solid #eceff1; }
  crawlera-plan-picker .contract-row contract-icon, scrapycloud-plan-picker .contract-container contract-icon, splash-plan-picker .contract-row contract-icon, xod-plan-picker .contract-row contract-icon {
    width: 50px;
    margin-bottom: 10px;
    height: auto; }
  crawlera-plan-picker .contract-row a, scrapycloud-plan-picker .contract-container a, splash-plan-picker .contract-row a, xod-plan-picker .contract-row a {
    text-align: center;
    font-size: 13px; }

crawlera-plan-picker .picker__selector {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  justify-content: center; }
  crawlera-plan-picker .picker__selector .row-note {
    font-weight: normal;
    font-size: 11px;
    line-height: 15px; }

crawlera-plan-picker.migrated .picker__selector {
  grid-template-columns: 1.1fr 1fr 1fr 1fr; }

crawlera-plan-picker.has-legacy .picker__selector {
  grid-template-columns: 1.1fr 1.05fr 1fr 1fr 1fr; }

crawlera-plan-picker .input-disabled {
  cursor: not-allowed;
  color: #b0bec5; }

crawlera-plan-picker.planpicker__inverted plan-description plan-row {
  background: #f6f7f8;
  border-bottom-color: #eceff1; }

crawlera-plan-picker.has-recommended {
  margin-top: 14px; }
  crawlera-plan-picker.has-recommended[recommendation-position='1'] {
    grid-template-columns: 1.1fr 1.1fr 1fr 1fr 1fr 1fr; }
  crawlera-plan-picker.has-recommended[recommendation-position='2'] {
    grid-template-columns: 1.1fr 1fr 1.1fr 1fr 1fr 1fr; }
  crawlera-plan-picker.has-recommended[recommendation-position='3'] {
    grid-template-columns: 1.1fr 1fr 1fr 1.1fr 1fr 1fr; }
  crawlera-plan-picker.has-recommended[recommendation-position='4'] {
    grid-template-columns: 1.1fr 1fr 1fr 1fr 1.1fr 1fr; }
  crawlera-plan-picker.has-recommended[recommendation-position='5'] {
    grid-template-columns: 1.1fr 1fr 1fr 1fr 1fr 1.1fr; }

crawlera-plan-picker .contract-row {
  height: 180px; }

scrapycloud-plan-picker {
  display: block; }
  scrapycloud-plan-picker.zero-units .sc-picker__highlight {
    color: #ffa000;
    transition: color 0.5s; }
  scrapycloud-plan-picker.zero-units .sc-picker__selector {
    border-color: #b0bec5;
    transition: border-color 0.5s; }
  scrapycloud-plan-picker.zero-units .sc-picker__cancellable-information {
    text-decoration: line-through; }
  scrapycloud-plan-picker .sc-picker__highlight {
    color: #4caf50;
    transition: color 0.5s; }
  scrapycloud-plan-picker .sc-picker__introduction {
    margin: 0 auto 30px;
    max-width: 950px; }
  scrapycloud-plan-picker .sc-picker__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px; }
  scrapycloud-plan-picker .sc-picker__selector {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
    border: 2px solid #4caf50;
    border-radius: 3px;
    padding: 20px 40px;
    min-width: 320px;
    margin-right: 20px;
    text-align: center;
    transition: border-color 0.5s; }
    scrapycloud-plan-picker .sc-picker__selector .price {
      display: flex;
      flex-direction: row;
      align-items: baseline;
      justify-content: center;
      font-size: 20px;
      font-weight: 600;
      color: #37474f; }
      scrapycloud-plan-picker .sc-picker__selector .price .price-value {
        position: relative;
        font-size: 44px;
        font-weight: bold; }
      scrapycloud-plan-picker .sc-picker__selector .price .price-value::before {
        content: '$';
        position: absolute;
        top: 0.5em;
        left: -0.7em;
        font-size: 20px;
        font-weight: 600;
        color: inherit; }
    scrapycloud-plan-picker .sc-picker__selector .input-selector {
      margin-bottom: 10px; }
      scrapycloud-plan-picker .sc-picker__selector .input-selector input {
        width: 70px;
        text-align: right;
        margin-right: 10px;
        font-weight: bold;
        border: 2px solid #f6f7f8;
        background-color: transparent;
        border-radius: 3px; }
      scrapycloud-plan-picker .sc-picker__selector .input-selector label {
        font-size: 16px;
        font-weight: 600;
        color: #37474f; }
  scrapycloud-plan-picker .sc-picker__texts {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
    scrapycloud-plan-picker .sc-picker__texts icon {
      color: #b0bec5; }
    scrapycloud-plan-picker .sc-picker__texts .sc-picker__heading {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #37474f;
      margin: 0; }
    scrapycloud-plan-picker .sc-picker__texts ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    scrapycloud-plan-picker .sc-picker__texts .list-item {
      line-height: 23px; }
  scrapycloud-plan-picker.planpicker__inverted .sc-picker__selector {
    background: #f6f7f8; }
  scrapycloud-plan-picker.planpicker__inverted .sc-picker__highlight,
  scrapycloud-plan-picker.planpicker__inverted .sc-picker__highlight .decimal-part {
    color: #ec9b13; }
  scrapycloud-plan-picker.planpicker__inverted .input-selector input {
    border-color: #eceff1; }
  scrapycloud-plan-picker .contract-container contract-icon {
    width: 50px; }

scrapycloud-multi-plan-picker {
  display: block;
  text-align: center; }
  scrapycloud-multi-plan-picker .sc-picker__content {
    display: inline-block;
    width: auto;
    border: 2px solid #4caf50;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 30px 40px 20px 60px; }
  scrapycloud-multi-plan-picker .sc-picker__selector {
    display: grid;
    grid-template-columns: repeat(2, -webkit-min-content);
    grid-template-columns: repeat(2, min-content);
    grid-auto-rows: 40px;
    grid-gap: 10px 30px;
    align-items: flex-end; }
    scrapycloud-multi-plan-picker .sc-picker__selector .price {
      display: grid;
      grid-gap: 5px;
      grid-template-columns: minmax(120px, 1fr) 70px;
      align-items: baseline;
      font-size: 16px;
      font-weight: 600; }
      scrapycloud-multi-plan-picker .sc-picker__selector .price .sc-picker__period {
        color: #37474f;
        text-align: left; }
    scrapycloud-multi-plan-picker .sc-picker__selector .input-selector {
      margin-bottom: 10px;
      display: grid;
      grid-template-columns: minmax(-webkit-max-content, 1fr) minmax(-webkit-max-content, 2fr);
      grid-template-columns: minmax(max-content, 1fr) minmax(max-content, 2fr);
      grid-gap: 10px;
      align-items: baseline;
      font-size: 16px;
      font-weight: normal; }
      scrapycloud-multi-plan-picker .sc-picker__selector .input-selector input {
        width: 70px;
        border: 2px solid #eceff1;
        box-sizing: border-box;
        border-radius: 3px;
        font-weight: 600;
        text-align: right;
        background-color: transparent; }
      scrapycloud-multi-plan-picker .sc-picker__selector .input-selector label {
        font-weight: normal;
        color: #37474f; }
  scrapycloud-multi-plan-picker sh-number {
    justify-self: flex-end;
    font-size: 30px;
    font-weight: 600; }
    scrapycloud-multi-plan-picker sh-number:first-letter {
      font-size: 12px;
      vertical-align: super;
      font-weight: normal; }
    scrapycloud-multi-plan-picker sh-number .decimal-part {
      position: static;
      font-size: 12px;
      font-weight: normal;
      top: unset;
      right: unset;
      letter-spacing: -0.3px;
      vertical-align: super; }
  scrapycloud-multi-plan-picker.zero-units .sc-picker__highlight {
    color: #ffa000;
    transition: color 0.5s; }
    scrapycloud-multi-plan-picker.zero-units .sc-picker__highlight .decimal-part {
      color: #ffc666;
      transition: color 0.5s; }
  scrapycloud-multi-plan-picker.zero-units .sc-picker__content {
    border-color: #b0bec5;
    transition: border-color 0.5s; }
  scrapycloud-multi-plan-picker.zero-units .sc-picker__cancellable-information {
    text-decoration: line-through; }
  scrapycloud-multi-plan-picker .sc-picker__highlight {
    color: #4caf50;
    transition: color 0.5s; }
    scrapycloud-multi-plan-picker .sc-picker__highlight .decimal-part {
      color: #92cf94;
      transition: color 0.5s; }
  scrapycloud-multi-plan-picker .sc-picker__introduction {
    margin: 0 auto 30px;
    max-width: 950px;
    text-align: left; }
  scrapycloud-multi-plan-picker.planpicker__inverted .sc-picker__content {
    background: #f6f7f8; }
  scrapycloud-multi-plan-picker.planpicker__inverted .sc-picker__highlight,
  scrapycloud-multi-plan-picker.planpicker__inverted .sc-picker__highlight .decimal-part {
    color: #ec9b13; }

splash-plan-picker {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  justify-content: center; }
  splash-plan-picker.planpicker__inverted plan-description plan-row {
    background: #f6f7f8;
    border-bottom-color: #eceff1; }
  splash-plan-picker .plan-row__input input {
    display: inline-block;
    width: 70px;
    margin-right: 0.26em;
    border: 2px solid #e2e7ea;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 600;
    text-align: right;
    background-color: transparent; }
  splash-plan-picker .plan-row__input label {
    font-weight: normal; }
  splash-plan-picker .active input {
    border: 2px solid #eceff1; }
  splash-plan-picker .contract-row {
    height: 120px; }

xod-plan-picker .picker__introduction {
  text-align: center;
  margin-bottom: 30px; }

xod-plan-picker .picker__selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  grid-gap: 10px;
  justify-content: center; }
  xod-plan-picker .picker__selector .row-note {
    font-weight: normal;
    font-size: 11px;
    line-height: 15px; }
  xod-plan-picker .picker__selector plan-description .row-note {
    color: #b0bec5; }

xod-plan-picker.planpicker__inverted plan-description plan-row {
  background: #f6f7f8;
  border-bottom-color: #eceff1; }

xod-plan-picker .contract-row {
  height: 180px; }

.picker__footnote {
  color: #b0bec5;
  font-size: 12px;
  max-width: 67%;
  margin: 4px auto 0;
  text-indent: -0.8em; }

plan-description {
  display: block; }
  plan-description.migrated.basic .plan-description__header-row {
    background-color: #81c784; }
  plan-description.migrated.advanced .plan-description__header-row {
    background-color: #ffd54f; }
  plan-description.migrated.enterprise .plan-description__header-row {
    background-color: #5c6bc0; }
  plan-description.migrated.legacy {
    margin-right: 20px; }
    plan-description.migrated.legacy .plan-description__header-row {
      background-color: #b0bec5 !important; }
  plan-description.migrated.active .plan-description__content,
  plan-description.migrated.active .plan-description__header-row {
    box-shadow: 1px 1px 3px #b0bec5; }
  plan-description.migrated.active.basic .plan-description__content,
  plan-description.migrated.active.basic .plan-description__header-row {
    border: 1px solid #81c784; }
  plan-description.migrated.active.advanced .plan-description__content,
  plan-description.migrated.active.advanced .plan-description__header-row {
    border: 1px solid #ffd54f; }
  plan-description.migrated.active.enterprise .plan-description__content,
  plan-description.migrated.active.enterprise .plan-description__header-row {
    border: 1px solid #5c6bc0; }
  plan-description.migrated.active.legacy .plan-description__content,
  plan-description.migrated.active.legacy .plan-description__header-row {
    border: 1px solid #b0bec5 !important; }
  plan-description .plan-description__header-row {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px 0 5px;
    text-align: center;
    position: relative;
    background-color: #ff7043;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #ffffff; }
    plan-description .plan-description__header-row .plan-description__plan-name {
      display: inline-block;
      vertical-align: middle;
      text-transform: capitalize; }
  plan-description .plan-description__content plan-row {
    background: #eceff1;
    border-bottom: 1px solid #ffffff; }
  plan-description .plan-description__content plan-row:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 0; }
  plan-description .plan-description__label {
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    line-height: normal;
    text-transform: uppercase;
    background-color: #ffa000;
    padding: 1px 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 2px;
    position: absolute;
    top: -4px; }

plan-description.active .plan-description__header-row {
  box-shadow: 1px 2px 3px #b0bec5; }

plan-description.active .plan-description__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 1px 1px 3px #b0bec5; }
  plan-description.active .plan-description__content plan-row {
    background: #ffffff;
    border-bottom: 1px solid #eceff1; }
  plan-description.active .plan-description__content plan-row:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 0; }

plan-description.highlighted.enlarged {
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px); }
  plan-description.highlighted.enlarged .plan-description__header-row {
    padding-top: 10px;
    height: 50px; }

plan-description.trial {
  position: relative; }

.plan-description__label {
  font-weight: unset; }

plan-row {
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px 0 5px;
  text-align: center; }
  plan-row .plan-row__content {
    display: inline-block;
    vertical-align: middle;
    line-height: normal; }
  plan-row.row-large {
    font-size: 14px;
    height: 60px;
    line-height: 60px; }

.plan-row__button {
  height: 50px;
  line-height: 46px; }

.plan-row__button__label {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0; }
  .plan-row__button__label input {
    margin-right: 0.26em; }

sh-label {
  display: inline-block;
  background-color: #eceff1;
  color: #607d8b;
  border-radius: 3px;
  padding: 0 7px;
  line-height: 18px;
  font-size: 11px;
  height: 18px; }
  sh-label.sh-label__crawlera-region {
    color: #ffffff;
    background-color: #b0bec5;
    text-transform: uppercase;
    margin-right: 5px; }

sh-loading-dots span.dot {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  sh-loading-dots span.dot:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  sh-loading-dots span.dot:nth-child(3) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }

@keyframes blink {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

progress-bar.progress-bar--default {
  height: 18px; }

progress-bar.progress-bar--small {
  height: 5px; }

sh-contextual-area {
  display: none;
  height: 100%; }
  sh-contextual-area .has-context {
    display: block; }
  sh-contextual-area .contextual-area-container {
    position: relative;
    height: 100%;
    margin-right: 20px; }
  sh-contextual-area .contextual-element-container {
    width: 100%;
    will-change: transform;
    position: absolute; }
    sh-contextual-area .contextual-element-container.animated {
      transition: opacity 0.3s; }
  sh-contextual-area .contextual-element-block {
    height: 100%; }

sh-radio-button {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  outline: none;
  cursor: pointer; }
  sh-radio-button .sh-radio-button__circle {
    background: #ffffff;
    border: 1px solid #cfd8dc;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    position: relative;
    transition: background 0.3s ease-out, border-color 1s, box-shadow 1s;
    margin-right: 10px; }
    sh-radio-button .sh-radio-button__circle:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      height: 14px;
      width: 14px;
      border-radius: 50%;
      -webkit-transform: scale(0.4);
              transform: scale(0.4); }
  sh-radio-button .sh-radio-button__label {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer; }
  sh-radio-button:not(.disabled):focus .sh-radio-button__circle, sh-radio-button:not(.disabled):active .sh-radio-button__circle {
    border-color: #64b5f6 !important;
    outline: 0;
    box-shadow: 0 0 8px rgba(100, 181, 246, 0.6) !important; }
  sh-radio-button.checked .sh-radio-button__circle {
    background: #1e88e5; }
    sh-radio-button.checked .sh-radio-button__circle:after {
      background: #ffffff; }
  sh-radio-button.disabled .sh-radio-button__circle {
    background: #eceff1; }
  sh-radio-button.disabled .sh-radio-button__label {
    color: #cfd8dc; }

subscription-tag {
  position: absolute;
  display: flex;
  flex-flow: row;
  font-size: 11px;
  line-height: 15px;
  background-color: #37474f;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  padding: 6px 15px;
  top: -10px;
  right: 15px;
  color: #ffffff; }
  subscription-tag icon {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px; }
    subscription-tag icon[type='exclamation'] {
      width: 13px;
      height: 13px;
      color: #ffa000; }
    subscription-tag icon[type='info'] {
      width: 13px;
      height: 13px;
      color: #4caf50; }
  subscription-tag .action-link {
    cursor: pointer;
    color: #0288d1; }

sh-tabs {
  display: block; }
  sh-tabs .btn-group {
    margin-bottom: 20px; }

sh-tabs-outlet {
  display: block; }

body.scroll-lock {
  overflow: hidden;
  position: fixed; }

.sh-highlighter-link {
  color: #0288d1;
  cursor: pointer; }

.highlighter-backdrop {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
  .highlighter-backdrop.active {
    opacity: 1; }
  .highlighter-backdrop .backdrop-rect {
    width: 100vw;
    height: 100vh;
    fill: rgba(0, 0, 0, 0.55); }

loading-hourglass {
  display: block; }
  loading-hourglass :host {
    --top-sand: scaleY(1);
    --bottom-sand: -15px; }

svg #top-sand {
  -webkit-transform-origin: 12.5px 20px;
          transform-origin: 12.5px 20px;
  -webkit-transform: var(--top-sand);
          transform: var(--top-sand);
  transition: all 0.5s; }

svg #bottom-sand {
  transition: all 0.5s;
  -webkit-transform: scale3d(1, var(--bottom-sand), 1) rotate(45deg);
          transform: scale3d(1, var(--bottom-sand), 1) rotate(45deg);
  -webkit-transform-origin: 35px 38px;
          transform-origin: 35px 38px; }

loading-hourglass-banner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  width: 500px;
  height: 120px;
  background-color: #37474f;
  border-radius: 3px;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.28);
  padding: 25px 65px; }
  loading-hourglass-banner .loading-meter {
    display: flex;
    flex-flow: column nowrap;
    flex: 0 0 45px;
    margin-right: 20px; }
    loading-hourglass-banner .loading-meter p {
      font-weight: 600;
      font-size: 11px;
      line-height: 15px;
      text-align: center;
      color: white; }
  loading-hourglass-banner .message {
    color: white; }
    loading-hourglass-banner .message .message-header {
      font-size: 17px;
      font-weight: 600;
      line-height: 23px; }
    loading-hourglass-banner .message .message-body {
      font-size: 13px;
      line-height: 18px; }

progress-item {
  display: grid;
  border-bottom: 1px solid #ffffff;
  grid-template-columns: 16px 1fr;
  grid-gap: 10px;
  color: #b0bec5;
  padding: 10px 0;
  transition: color 0.2s ease-in-out; }
  progress-item:first-child {
    padding-top: 0; }
  progress-item:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  progress-item.active {
    color: #607d8b; }
  progress-item.completed .progress-item__item-icon {
    color: #4caf50; }
  progress-item:not(.active) {
    pointer-events: none; }
    progress-item:not(.active) a {
      color: #b0bec5; }
  progress-item.hide-content {
    row-gap: 0; }
  progress-item .progress-item__icon-container {
    position: relative;
    grid-row: 1 / 3;
    font-size: 16px; }
  progress-item .progress-item__item-icon {
    display: block;
    text-align: center;
    width: 100%;
    opacity: 1; }
    progress-item .progress-item__item-icon svg {
      display: block; }
    .loading > progress-item .progress-item__item-icon {
      opacity: 0; }
  progress-item .progress-item__item-spinner {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  progress-item .progress-item__item-icon,
  progress-item .progress-item__item-spinner {
    transition: opacity 0.2s ease-in-out; }
  progress-item .progress-item__title {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px; }

progress-ticket {
  display: block;
  width: 100%; }
  progress-ticket .progress-ticket__header {
    display: flex;
    line-height: 13px;
    margin-bottom: 10px; }
  progress-ticket .progress-ticket__title {
    color: #607d8b;
    flex: 1 0 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase; }
  progress-ticket .progress-ticket__progress-value {
    color: #b0bec5;
    font-size: 11px;
    text-align: right; }
  progress-ticket .progress-ticket__items {
    background: #eceff1;
    border-radius: 3px;
    padding: 10px;
    margin-top: 10px; }

sh-loading-watch .rotation-rays {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotation 4s infinite linear; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

crawlera-email-weekly {
  display: block; }
  crawlera-email-weekly .panel-heading {
    padding-bottom: 0; }
  crawlera-email-weekly .checkbox {
    padding: 6px 12px; }
  crawlera-email-weekly .checkbox:nth-child(2n + 1) {
    background-color: #eceff1; }

.header {
  margin-top: 40px; }

scrapycloud-notifications {
  display: block; }

sh-crawlera-requests-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 20px; }
  sh-crawlera-requests-filters .filters-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    grid-gap: 20px;
    width: 100%; }
  sh-crawlera-requests-filters .requests-form-field {
    position: relative;
    display: block; }
    sh-crawlera-requests-filters .requests-form-field label {
      color: #37474f;
      display: block; }
  sh-crawlera-requests-filters .website-select {
    width: 350px; }
  sh-crawlera-requests-filters .date-range-select {
    width: 250px; }
  sh-crawlera-requests-filters .status-code-select {
    width: 100px; }
    sh-crawlera-requests-filters .status-code-select select-box,
    sh-crawlera-requests-filters .status-code-select .dropdown-menu,
    sh-crawlera-requests-filters .status-code-select tags-input .autocomplete,
    tags-input sh-crawlera-requests-filters .status-code-select .autocomplete {
      width: 100px;
      min-width: 100px; }
  sh-crawlera-requests-filters .requests-types .btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  sh-crawlera-requests-filters .requests-types .circle {
    border-radius: 50%;
    height: 6px;
    width: 6px;
    margin-right: 10px; }
    sh-crawlera-requests-filters .requests-types .circle.clean {
      background-color: #4caf50; }
    sh-crawlera-requests-filters .requests-types .circle.banned {
      background-color: #d81b60; }
    sh-crawlera-requests-filters .requests-types .circle.failed {
      background-color: #37474f; }
  sh-crawlera-requests-filters .csv-btn-container {
    display: flex;
    align-items: flex-end;
    margin-left: auto; }

sh-crawlera-requests-table .request-status.clean {
  background-color: #4caf50; }

sh-crawlera-requests-table .request-status.banned {
  background-color: #d81b60; }

sh-crawlera-requests-table .request-status.failed {
  background-color: #37474f; }

sh-crawlera-requests-table .no-wrap {
  white-space: nowrap;
  display: inline-block; }

sh-crawlera-requests-table .no-requests,
sh-crawlera-requests-table .no-account {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: #f6f7f8; }

sh-crawlera-requests-page {
  display: block; }
  sh-crawlera-requests-page sh-crawlera-requests-filters {
    margin-bottom: 30px; }

sh-crawlera-setup-page .crawlera-account-select {
  margin-bottom: 30px; }
  sh-crawlera-setup-page .crawlera-account-select label {
    color: #37474f; }

crawlera-usage-examples {
  display: block;
  margin-bottom: 10px; }

crawlera-overview-filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: 'accounts requests other-metrics' 'websites date-range granularity';
  width: 100%; }
  @media (max-width: 1200px) {
    crawlera-overview-filters {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: 'accounts websites' 'requests other-metrics' 'date-range granularity'; } }
  crawlera-overview-filters .accounts {
    grid-area: accounts;
    padding-right: 20px; }
    @media (max-width: 1200px) {
      crawlera-overview-filters .accounts {
        padding-right: 10px; } }
  crawlera-overview-filters .requests {
    grid-area: requests; }
    crawlera-overview-filters .requests .filter-header {
      padding-right: 20px; }
      @media (max-width: 1200px) {
        crawlera-overview-filters .requests .filter-header {
          padding-right: 10px; } }
    crawlera-overview-filters .requests .filter-label {
      margin-right: 10px; }
    crawlera-overview-filters .requests .btn-group {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr; }
      crawlera-overview-filters .requests .btn-group .btn:last-child, crawlera-overview-filters .requests .btn-group tags-input .tags .tag-item:last-child, tags-input .tags crawlera-overview-filters .requests .btn-group .tag-item:last-child {
        border-radius: 0; }
  crawlera-overview-filters .other-metrics {
    grid-area: other-metrics; }
    crawlera-overview-filters .other-metrics .btn-group {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      crawlera-overview-filters .other-metrics .btn-group .btn:first-child, crawlera-overview-filters .other-metrics .btn-group tags-input .tags .tag-item:first-child, tags-input .tags crawlera-overview-filters .other-metrics .btn-group .tag-item:first-child {
        border-radius: 0; }
  crawlera-overview-filters .websites {
    grid-area: websites;
    padding-right: 20px; }
    @media (max-width: 1200px) {
      crawlera-overview-filters .websites {
        padding-right: 0; } }
  crawlera-overview-filters .date-range {
    grid-area: date-range;
    padding-right: 20px; }
  crawlera-overview-filters .granularity {
    grid-area: granularity;
    padding-right: 20px; }
    crawlera-overview-filters .granularity select-box {
      max-width: 200px; }
    @media (max-width: 1200px) {
      crawlera-overview-filters .granularity {
        padding-right: 0; } }
  crawlera-overview-filters .filter-header {
    display: flex;
    align-items: center; }
    crawlera-overview-filters .filter-header .toggle-switch {
      min-width: 40px;
      margin-left: 10px; }
    crawlera-overview-filters .filter-header .toggle-switch-label {
      color: #607d8b;
      text-transform: none;
      margin-right: 0; }
  crawlera-overview-filters .button-label {
    text-transform: none; }
  crawlera-overview-filters .filter-label {
    font-weight: 600;
    color: #37474f;
    font-size: 13px;
    line-height: 40px;
    margin-right: 10px; }
  crawlera-overview-filters .groupByActive .active .circle {
    background-color: #90caf9 !important; }
  crawlera-overview-filters .groupByActive .circle {
    background-color: #eceff1 !important; }
  crawlera-overview-filters .circle {
    border-radius: 50%;
    height: 6px;
    width: 6px;
    margin-right: 10px; }
    crawlera-overview-filters .circle.clean {
      background-color: #4caf50; }
    crawlera-overview-filters .circle.banned {
      background-color: #d81b60; }
    crawlera-overview-filters .circle.failed {
      background-color: #b0bec5; }
    crawlera-overview-filters .circle.concurrency {
      background-color: #303f9f; }
    crawlera-overview-filters .circle.response-time {
      background-color: #c0ca33; }

crawlera-overview-contextual-help .crawlera-overview-contextual-help__wrapper {
  display: grid;
  justify-content: center; }

crawlera-overview-contextual-help .loader-message-container {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15); }

crawlera-overview-contextual-help .separator {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 10px; }

crawlera-overview-contextual-help .requests-breakdown {
  margin-bottom: 10px; }

crawlera-overview-contextual-help .serie {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr 1fr;
  grid-template-columns: min-content 1fr 1fr;
  grid-gap: 10px;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px; }
  crawlera-overview-contextual-help .serie .circle {
    height: 14px;
    width: 14px;
    border-radius: 50%; }
    crawlera-overview-contextual-help .serie .circle.clean {
      background-color: #4caf50; }
    crawlera-overview-contextual-help .serie .circle.banned {
      background-color: #d81b60; }
    crawlera-overview-contextual-help .serie .circle.failed {
      background-color: #b0bec5; }
  crawlera-overview-contextual-help .serie .name {
    text-align: left;
    text-transform: capitalize; }
  crawlera-overview-contextual-help .serie .value {
    text-align: right; }

crawlera-overview-contextual-help .disclaimer {
  font-size: 11px;
  margin-top: 5px;
  color: #b0bec5; }

crawlera-overview-graphs {
  display: block;
  margin-top: 20px; }
  crawlera-overview-graphs activity-spinner {
    width: 50px;
    height: 50px; }
  crawlera-overview-graphs combo-chart {
    position: absolute;
    margin-bottom: 20px; }
  crawlera-overview-graphs linearGradient > [offset='0%'] {
    stop-color: var(--chart-color) !important; }
  crawlera-overview-graphs linearGradient > [offset='100%'] {
    stop-color: var(--chart-color) !important; }
  crawlera-overview-graphs .area {
    stroke: var(--chart-color) !important; }
  crawlera-overview-graphs .line {
    stroke: var(--chart-color) !important; }
  crawlera-overview-graphs .bar {
    fill: var(--chart-color) !important; }
  crawlera-overview-graphs .circle > circle {
    fill: var(--chart-color) !important; }
  crawlera-overview-graphs .legend-label-color,
  crawlera-overview-graphs .series-tooltip__serie-circle {
    background-color: var(--chart-color) !important; }
  crawlera-overview-graphs [chart-index='0'],
  crawlera-overview-graphs .legend-label:nth-of-type(1) {
    --chart-color: #90caf9; }
  crawlera-overview-graphs [chart-index='1'],
  crawlera-overview-graphs .legend-label:nth-of-type(2) {
    --chart-color: #e6ee9c; }
  crawlera-overview-graphs [chart-index='2'],
  crawlera-overview-graphs .legend-label:nth-of-type(3) {
    --chart-color: #80deea; }
  crawlera-overview-graphs [chart-index='3'],
  crawlera-overview-graphs .legend-label:nth-of-type(4) {
    --chart-color: #ffffff; }
  crawlera-overview-graphs [chart-index='4'],
  crawlera-overview-graphs .legend-label:nth-of-type(5) {
    --chart-color: #a5d6a7; }
  crawlera-overview-graphs [chart-label='Clean'],
  crawlera-overview-graphs [title='Clean'] {
    --chart-color: #4caf50; }
  crawlera-overview-graphs [chart-label='Banned'],
  crawlera-overview-graphs [title='Banned'] {
    --chart-color: #d81b60; }
  crawlera-overview-graphs [chart-label='Failed'],
  crawlera-overview-graphs [title='Failed'] {
    --chart-color: #b0bec5; }
  crawlera-overview-graphs [chart-label='Concurrency'],
  crawlera-overview-graphs [title='Concurrency'] {
    --chart-color: #303f9f; }
  crawlera-overview-graphs [chart-label='Response time'],
  crawlera-overview-graphs [title='Response time'] {
    --chart-color: #c0ca33; }

crawlera-overview-page {
  display: block;
  max-width: 100%; }
  crawlera-overview-page .overview-header {
    display: grid;
    grid-template-columns: 1fr -webkit-min-content;
    grid-template-columns: 1fr min-content;
    align-items: center; }
    crawlera-overview-page .overview-header .overview-header__plan {
      display: grid;
      grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
      grid-template-columns: max-content max-content max-content;
      grid-gap: 10px;
      align-items: center; }
  crawlera-overview-page .long-time-alert {
    font-size: 11px;
    margin-top: -22px;
    margin-bottom: 22px;
    color: #b0bec5; }

sh-crawlera-account-select {
  display: block;
  width: 350px; }
  sh-crawlera-account-select .accounts-loading {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  sh-crawlera-account-select .accounts-list-loader {
    display: flex;
    justify-content: center;
    align-items: center; }
  sh-crawlera-account-select select-box {
    width: 100%; }
  sh-crawlera-account-select .select-value {
    width: 100%; }
  sh-crawlera-account-select .account-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    sh-crawlera-account-select .account-item .account-id {
      margin-right: 10px; }
    sh-crawlera-account-select .account-item .account-regions {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      sh-crawlera-account-select .account-item .account-regions .account-region {
        background: #b0bec5;
        border-radius: 40px;
        padding: 3px 5px;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 11px;
        margin-top: 2px;
        margin-bottom: 2px;
        margin-right: 5px; }
      sh-crawlera-account-select .account-item .account-regions .account-regions-more i {
        margin-left: 5px; }

.account-regions-tooltip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .account-regions-tooltip .account-regions {
    max-width: 250px;
    display: flex;
    flex-wrap: wrap; }
    .account-regions-tooltip .account-regions .account-region {
      background: #37474f;
      border-radius: 40px;
      padding: 3px 5px;
      text-transform: uppercase;
      font-size: 11px;
      line-height: 11px;
      margin-bottom: 5px; }

xod-datasets-page .dash-page-header {
  margin-bottom: 20px; }

xod-datasets-page .xod-datasets-list {
  display: flex;
  flex-direction: column; }

xod-datasets-page .no-datasets {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600; }

xod-datasets-page xod-dataset-card {
  margin-bottom: 10px; }

xod-dataset-details-page .dash-page-header {
  margin-bottom: 20px; }

xod-dataset-details-page .tabs-section {
  margin-top: 20px;
  position: relative; }

xod-dataset-details-page .download-button {
  position: absolute;
  right: 0; }

xod-dataset-settings-page .dash-page-header {
  margin-bottom: 20px; }

xod-dataset-settings-page .tabs-section {
  margin-top: 20px; }

xod-dataset-settings-page .deliveries .delivery-options__header {
  border-bottom: 1px solid #eceff1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px; }

xod-dataset-settings-page .deliveries .delivery__form {
  padding: 0 12px; }
  xod-dataset-settings-page .deliveries .delivery__form toggle-switch {
    line-height: 30px;
    margin-bottom: 10px; }

xod-dataset-error {
  display: block;
  height: 100%; }
  xod-dataset-error .dataset-card__sampling-failed {
    left: -12px;
    display: block;
    height: 100%;
    background-color: #fef2f6;
    border-radius: 2px;
    border: 1px solid #fce4ec;
    padding: 10px; }
    xod-dataset-error .dataset-card__sampling-failed::before {
      content: '';
      background: linear-gradient(225deg, #fce4ec 0%, #fce4ec 50%, #e6c5c3 100%);
      position: absolute;
      width: 12px;
      height: 12px;
      -webkit-transform: translate(-14px, 0) rotate(45deg);
      transform: translate(-14px, 0) rotate(45deg);
      top: 10px;
      left: 8px; }
    xod-dataset-error .dataset-card__sampling-failed::after {
      content: '';
      background: #fef2f6;
      position: absolute;
      width: 12px;
      height: 12px;
      -webkit-transform: translate(-14px, 0) rotate(45deg);
      top: 10px;
      left: 10px;
      transform: translate(-14px, 0) rotate(45deg); }
  xod-dataset-error .dataset-card__sampling-failed-header {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    grid-gap: 10px;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #37474f;
    margin-bottom: 10px; }
    xod-dataset-error .dataset-card__sampling-failed-header icon > svg {
      color: #d81b60; }
  xod-dataset-error .dataset-card__sampling-failed-text {
    font-size: 11px;
    line-height: 15px;
    color: #607d8b; }

/*
.dataset-card__sampling-failed {
  $arrow-size: 12px;
  $xod-dataset-card-height: 95px;

  display: block;
  top: 0;
  right: -158px;
  max-width: 150px;
  background-color: $helper-cards-danger-bg-color;
  border-radius: $border-radius-small;
  border: 1px solid $helper-cards-danger-border-color;
  height: $xod-dataset-card-height;
  padding: $padding-large-vertical;


}
*/
sh-xod-field-coverage .field-coverage-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

sh-xod-field-coverage .field-coverage-name {
  display: flex;
  align-items: center;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  text-align: left; }
  sh-xod-field-coverage .field-coverage-name:after {
    content: '';
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    min-width: 20px;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }
  sh-xod-field-coverage .field-coverage-name strong {
    max-width: 90%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden; }

sh-xod-field-coverage .field-coverage {
  width: 100%; }
  sh-xod-field-coverage .field-coverage .coverage--high {
    background-color: #4caf50; }
  sh-xod-field-coverage .field-coverage .coverage--medium {
    background-color: #ffb300; }
  sh-xod-field-coverage .field-coverage .coverage--low {
    background-color: #d81b60; }
  sh-xod-field-coverage .field-coverage .bar--other-fields {
    background-color: #607d8b; }

sh-xod-fields-coverage {
  display: block;
  padding: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  border-radius: 2px;
  background-color: #ffffff;
  overflow-y: scroll;
  display: block;
  height: 100%; }
  sh-xod-fields-coverage .coverage-no-data {
    display: flex;
    flex-direction: column;
    align-items: center; }
  sh-xod-fields-coverage .overall-coverage {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    sh-xod-fields-coverage .overall-coverage .coverage--high {
      stroke: #4caf50; }
    sh-xod-fields-coverage .overall-coverage .coverage--medium {
      stroke: #ffb300; }
    sh-xod-fields-coverage .overall-coverage .coverage--low {
      stroke: #d81b60; }
  sh-xod-fields-coverage .coverage-section {
    margin-bottom: 10px; }
  sh-xod-fields-coverage .coverage-section-header {
    margin-bottom: 5px; }
  sh-xod-fields-coverage .overall-coverage-label {
    margin-top: 5px; }

xod-dataset-items-count, xod-dataset-coverage {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end; }

xod-dataset-items-count .dataset-items-count__wrapper, xod-dataset-coverage .dataset-coverage__wrapper {
  display: inline-block;
  padding-right: 18px;
  text-align: right;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  xod-dataset-items-count .dataset-items-count__wrapper > p, xod-dataset-coverage .dataset-coverage__wrapper > p {
    position: relative;
    margin: 0; }
  xod-dataset-items-count .dataset-items-count__wrapper .fa, xod-dataset-coverage .dataset-coverage__wrapper .fa {
    position: absolute;
    bottom: 0; }
  xod-dataset-items-count .dataset-items-count__wrapper .fa-caret-up, xod-dataset-coverage .dataset-coverage__wrapper .fa-caret-up {
    color: #4caf50; }
  xod-dataset-items-count .dataset-items-count__wrapper .fa-caret-down, xod-dataset-coverage .dataset-coverage__wrapper .fa-caret-down {
    color: #d81b60; }

xod-dataset-items-count .dataset-items-count__wrapper .dataset-items-count__item-label, xod-dataset-coverage .dataset-coverage__wrapper .dataset-coverage__label {
  display: flex;
  font-size: 10px;
  line-height: 100%;
  text-align: right;
  color: #b0bec5;
  margin: 0; }

xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata-identifier, xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata-items-cell, xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata-last-cell {
  display: flex;
  align-items: center; }

xod-dataset-card {
  --card-header-width: 80px;
  --card-identifier-width: 200px;
  --card-items-width: 100px;
  --card-last-cell: 170px;
  display: block;
  position: relative;
  min-width: calc( var(--card-header-width) + var(--card-identifier-width) + var(--card-items-width) + var(--card-last-cell)); }
  xod-dataset-card .xod-dataset-card {
    position: relative;
    border: 1px solid #eceff1;
    border-left: 3px solid;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    min-height: 95px;
    border-radius: 2px;
    overflow: hidden;
    background: #ffffff; }
    xod-dataset-card .xod-dataset-card.loading {
      border-left-color: #eceff1; }
      xod-dataset-card .xod-dataset-card.loading .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #eceff1; }
    xod-dataset-card .xod-dataset-card.color-1 {
      border-left-color: #1e88e5; }
      xod-dataset-card .xod-dataset-card.color-1 .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #1e88e5; }
    xod-dataset-card .xod-dataset-card.color-2 {
      border-left-color: #d32f2f; }
      xod-dataset-card .xod-dataset-card.color-2 .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #d32f2f; }
    xod-dataset-card .xod-dataset-card.color-3 {
      border-left-color: #0097a7; }
      xod-dataset-card .xod-dataset-card.color-3 .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #0097a7; }
    xod-dataset-card .xod-dataset-card.color-4 {
      border-left-color: #c2185b; }
      xod-dataset-card .xod-dataset-card.color-4 .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #c2185b; }
    xod-dataset-card .xod-dataset-card.color-5 {
      border-left-color: #ffa000; }
      xod-dataset-card .xod-dataset-card.color-5 .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #ffa000; }
    xod-dataset-card .xod-dataset-card.color-6 {
      border-left-color: #7b1fa2; }
      xod-dataset-card .xod-dataset-card.color-6 .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #7b1fa2; }
    xod-dataset-card .xod-dataset-card.color-7 {
      border-left-color: #00897b; }
      xod-dataset-card .xod-dataset-card.color-7 .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #00897b; }
    xod-dataset-card .xod-dataset-card.color-8 {
      border-left-color: #ff5722; }
      xod-dataset-card .xod-dataset-card.color-8 .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #ff5722; }
    xod-dataset-card .xod-dataset-card.color-9 {
      border-left-color: #757575; }
      xod-dataset-card .xod-dataset-card.color-9 .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #757575; }
    xod-dataset-card .xod-dataset-card.color-10 {
      border-left-color: #3f51b5; }
      xod-dataset-card .xod-dataset-card.color-10 .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #3f51b5; }
    xod-dataset-card .xod-dataset-card.color-11 {
      border-left-color: #fdd835; }
      xod-dataset-card .xod-dataset-card.color-11 .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #fdd835; }
    xod-dataset-card .xod-dataset-card.color-12 {
      border-left-color: #f06292; }
      xod-dataset-card .xod-dataset-card.color-12 .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #f06292; }
    xod-dataset-card .xod-dataset-card.color-13 {
      border-left-color: #c0ca33; }
      xod-dataset-card .xod-dataset-card.color-13 .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        background-color: #c0ca33; }
    xod-dataset-card .xod-dataset-card .xod-dataset-card__body {
      display: flex;
      min-height: 95px; }
      xod-dataset-card .xod-dataset-card .xod-dataset-card__body.xod-dataset-card__body--clickable {
        cursor: pointer; }
      xod-dataset-card .xod-dataset-card .xod-dataset-card__body > icon {
        position: absolute;
        width: 70px;
        z-index: 0;
        top: -17px;
        left: -7px;
        opacity: 0.02; }
    xod-dataset-card .xod-dataset-card .xod-dataset-card__centered-block {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 95px; }
    xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 20px;
      min-height: 95px; }
    xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata-header {
      position: relative;
      display: flex;
      flex-flow: column nowrap;
      align-items: center;
      text-transform: uppercase;
      color: #b0bec5;
      justify-content: center;
      width: var(--card-header-width); }
      xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata-header activity-spinner {
        margin-bottom: 5px; }
    xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata-identifier {
      width: var(--card-identifier-width); }
      xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label {
        border-radius: 3px;
        padding: 0 8px 0 8px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        font-weight: 600;
        font-size: 13px;
        line-height: 34px;
        background: #eceff1;
        width: 100%; }
        xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label .fa {
          margin-right: 10px; }
      xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-icon-wrapper {
        border-radius: 50%;
        background-color: #eceff1;
        margin-right: 5px;
        height: 16px;
        width: 16px;
        padding: 1px; }
      xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata-identifier icon {
        color: #ffffff; }
      xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata-identifier .xod-dataset-card__metadata-label-text {
        text-overflow: ellipsis;
        overflow: hidden;
        color: #607d8b; }
    xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata-items-cell {
      width: var(--card-items-width);
      justify-content: flex-end; }
    xod-dataset-card .xod-dataset-card .xod-dataset-card__metadata-last-cell {
      width: var(--card-last-cell);
      justify-content: flex-end; }

xod-dataset-items-count .dataset-items-count__wrapper {
  padding-right: 0; }
  xod-dataset-items-count .dataset-items-count__wrapper .dataset-items-count__qty {
    font-size: 20px;
    line-height: 100%;
    text-align: right;
    color: #607d8b;
    margin: 0 0 5px 0;
    font-weight: 600; }
  xod-dataset-items-count .dataset-items-count__wrapper .dataset-items-count__item-label-text {
    font-weight: 600;
    text-transform: uppercase; }
  xod-dataset-items-count .dataset-items-count__wrapper .dataset-items-count__more-label {
    display: inline-block;
    background-color: #b0bec5;
    color: #ffffff;
    border-radius: 8px;
    line-height: 12px;
    font-size: 8px;
    height: 12px;
    margin-left: 5px;
    padding: 0 6px; }

.datasets-items-count__tooltip {
  padding: 0 10px; }
  .datasets-items-count__tooltip .datasets-items-count__tooltip-row {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    grid-gap: 10px;
    line-height: 30px; }
    .datasets-items-count__tooltip .datasets-items-count__tooltip-row .datasets-items-count__tooltip-cell {
      text-transform: capitalize; }

xod-dataset-coverage .dataset-coverage__wrapper .dataset-coverage__qty {
  font-size: 20px;
  line-height: 100%;
  text-align: right;
  color: #4caf50;
  margin: 0 0 5px 0; }

xod-dataset-card-settings-controls .controls {
  display: flex;
  flex-flow: row nowrap;
  border-top: 1px solid #eceff1;
  padding: 12px 20px;
  justify-content: flex-end; }

xod-dataset-card-settings-controls .settings-buttons {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px; }

xod-dataset-card-active-controls .controls {
  display: flex;
  flex-flow: row nowrap;
  border-top: 1px solid #eceff1;
  padding: 12px 20px;
  justify-content: space-between; }

xod-dataset-card-active-controls .crawl-buttons {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px; }

xod-requests-table .no-requests {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: #f6f7f8; }

xod-requests-table .pagination-container {
  margin-top: 20px; }

xod-items-table .no-requests {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: #f6f7f8; }

xod-items-table .pagination-container {
  margin-top: 20px; }

xod-dataset-tab-wrapper .xod-dataset-tab-content {
  background: #ffffff;
  border: 1px solid #eceff1;
  border-radius: 2px;
  padding: 12px; }

xod-dataset-form {
  display: block;
  margin-bottom: 15px; }
  xod-dataset-form .advanced-settings-btn {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-weight: 600; }
  xod-dataset-form .url-input-wrapper .url-input-label {
    position: absolute;
    margin-top: -25px;
    margin-left: 5px;
    font-weight: 600; }
  xod-dataset-form .basic-settings {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px; }
    xod-dataset-form .basic-settings .crawling-type-container {
      overflow: hidden;
      margin-right: 20px; }
    xod-dataset-form .basic-settings .crawling-type-label {
      position: absolute;
      margin-top: -25px;
      margin-left: 5px;
      font-weight: 600; }
    xod-dataset-form .basic-settings .crawling-type {
      display: flex;
      align-items: center;
      width: 175px; }
  xod-dataset-form .form-control.url-input {
    margin-right: 20px;
    width: 360px; }
  xod-dataset-form .url-type {
    display: flex;
    margin-bottom: 10px; }
  xod-dataset-form .radio-btn {
    margin-left: 10px; }
    xod-dataset-form .radio-btn input {
      margin-right: 5px; }
  xod-dataset-form .advanced-settings-container {
    display: flex;
    flex-direction: column; }
  xod-dataset-form .advanced-settings {
    display: flex;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    xod-dataset-form .advanced-settings button {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      align-self: flex-end; }
    xod-dataset-form .advanced-settings .crawling-type-container .crawling-type-label {
      font-weight: 600;
      margin-bottom: 10px; }
    xod-dataset-form .advanced-settings .crawling-type-container .crawling-type {
      display: flex;
      align-items: center;
      width: 175px; }
    xod-dataset-form .advanced-settings .radio-btn {
      margin-left: 0;
      margin-right: 10px; }
      xod-dataset-form .advanced-settings .radio-btn input {
        margin-right: 0; }
  xod-dataset-form .advanced-settings-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px; }

xod-dataset-error {
  display: block;
  height: 100%; }
  xod-dataset-error .dataset-card__sampling-failed {
    left: -12px;
    display: block;
    height: 100%;
    background-color: #fef2f6;
    border-radius: 2px;
    border: 1px solid #fce4ec;
    padding: 10px; }
    xod-dataset-error .dataset-card__sampling-failed::before {
      content: '';
      background: linear-gradient(225deg, #fce4ec 0%, #fce4ec 50%, #e6c5c3 100%);
      position: absolute;
      width: 12px;
      height: 12px;
      -webkit-transform: translate(-14px, 0) rotate(45deg);
      transform: translate(-14px, 0) rotate(45deg);
      top: 10px;
      left: 8px; }
    xod-dataset-error .dataset-card__sampling-failed::after {
      content: '';
      background: #fef2f6;
      position: absolute;
      width: 12px;
      height: 12px;
      -webkit-transform: translate(-14px, 0) rotate(45deg);
      top: 10px;
      left: 10px;
      transform: translate(-14px, 0) rotate(45deg); }
  xod-dataset-error .dataset-card__sampling-failed-header {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    grid-gap: 10px;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #37474f;
    margin-bottom: 10px; }
    xod-dataset-error .dataset-card__sampling-failed-header icon > svg {
      color: #d81b60; }
  xod-dataset-error .dataset-card__sampling-failed-text {
    font-size: 11px;
    line-height: 15px;
    color: #607d8b; }

/*
.dataset-card__sampling-failed {
  $arrow-size: 12px;
  $xod-dataset-card-height: 95px;

  display: block;
  top: 0;
  right: -158px;
  max-width: 150px;
  background-color: $helper-cards-danger-bg-color;
  border-radius: $border-radius-small;
  border: 1px solid $helper-cards-danger-border-color;
  height: $xod-dataset-card-height;
  padding: $padding-large-vertical;


}
*/
sh-xod-field-coverage .field-coverage-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

sh-xod-field-coverage .field-coverage-name {
  display: flex;
  align-items: center;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  text-align: left; }
  sh-xod-field-coverage .field-coverage-name:after {
    content: '';
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    min-width: 20px;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }
  sh-xod-field-coverage .field-coverage-name strong {
    max-width: 90%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden; }

sh-xod-field-coverage .field-coverage {
  width: 100%; }
  sh-xod-field-coverage .field-coverage .coverage--high {
    background-color: #4caf50; }
  sh-xod-field-coverage .field-coverage .coverage--medium {
    background-color: #ffb300; }
  sh-xod-field-coverage .field-coverage .coverage--low {
    background-color: #d81b60; }
  sh-xod-field-coverage .field-coverage .bar--other-fields {
    background-color: #607d8b; }

sh-xod-fields-coverage {
  display: block;
  padding: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  border-radius: 2px;
  background-color: #ffffff;
  overflow-y: scroll;
  display: block;
  height: 100%; }
  sh-xod-fields-coverage .coverage-no-data {
    display: flex;
    flex-direction: column;
    align-items: center; }
  sh-xod-fields-coverage .overall-coverage {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    sh-xod-fields-coverage .overall-coverage .coverage--high {
      stroke: #4caf50; }
    sh-xod-fields-coverage .overall-coverage .coverage--medium {
      stroke: #ffb300; }
    sh-xod-fields-coverage .overall-coverage .coverage--low {
      stroke: #d81b60; }
  sh-xod-fields-coverage .coverage-section {
    margin-bottom: 10px; }
  sh-xod-fields-coverage .coverage-section-header {
    margin-bottom: 5px; }
  sh-xod-fields-coverage .overall-coverage-label {
    margin-top: 5px; }

sh-xod-schedule-tab .schedule-options__header {
  border-bottom: 1px solid #eceff1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px; }

sh-xod-schedule-tab .schedule-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding: 10px 12px; }

sh-xod-delivery-config-tab .deliveries .delivery-options__header {
  border-bottom: 1px solid #eceff1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px; }

sh-xod-delivery-config-tab .deliveries .delivery__form {
  padding: 0 12px; }
  sh-xod-delivery-config-tab .deliveries .delivery__form toggle-switch {
    line-height: 30px;
    margin-bottom: 10px; }

sh-xod-dataset-url-form .url-selector {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px; }
  sh-xod-dataset-url-form .url-selector .url-input {
    margin: 0; }
  sh-xod-dataset-url-form .url-selector .radio-btn {
    width: 130px;
    text-align: left; }

sh-xod-dataset-crawling-config {
  display: block;
  padding: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  border-radius: 2px;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 0; }
  sh-xod-dataset-crawling-config .data-types-list {
    padding: 30px;
    border-right: 1px solid #eceff1; }
  sh-xod-dataset-crawling-config .settings-list {
    padding: 30px;
    max-width: 800px;
    min-width: 400px; }
  sh-xod-dataset-crawling-config label {
    text-transform: capitalize; }
  sh-xod-dataset-crawling-config .icon--success {
    color: #4caf50; }
  sh-xod-dataset-crawling-config .icon--warning {
    color: #ffb300; }
  sh-xod-dataset-crawling-config .icon--danger {
    color: #d81b60; }

sh-xod-sampling-progress {
  --sampling-progress__graph-size: 43px;
  --sampling-progress__text-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc( var(--sampling-progress__graph-size) + var(--sampling-progress__text-size)); }
  sh-xod-sampling-progress svg {
    height: var(--sampling-progress__graph-size); }
  sh-xod-sampling-progress .sampling-progress__text {
    font-size: var(--sampling-progress__text-size);
    line-height: var(--sampling-progress__text-size);
    font-weight: 600; }

sh-xod-dataset-tab-selector {
  display: block; }
  sh-xod-dataset-tab-selector .tab-selector__wrapper {
    display: flex; }
  sh-xod-dataset-tab-selector .tab-selector__choices {
    margin-right: 20px; }
    sh-xod-dataset-tab-selector .tab-selector__choices .radio {
      margin-top: 6px;
      text-transform: capitalize; }
      sh-xod-dataset-tab-selector .tab-selector__choices .radio label:not(:first-child) {
        margin-left: 15px; }

xod-requests-table sh-datatable, xod-items-table sh-complex-datatable {
  background: #ffffff;
  border: 1px solid #eceff1;
  border-radius: 2px;
  padding: 12px; }

sh-xod-dataset-sampling-page {
  display: grid;
  grid-gap: 20px; }
  sh-xod-dataset-sampling-page .sampling-page__info-area {
    text-align: center; }
    sh-xod-dataset-sampling-page .sampling-page__info-area button {
      margin-bottom: 20px; }
  sh-xod-dataset-sampling-page .sampling-page__link {
    cursor: pointer; }

sh-xod-navigation {
  display: block; }

crawlera-cancellation-form {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
  height: 100%; }

.cancel-form--message {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  background-color: #f6f7f8; }

.cancel-form--message-header {
  font-size: 17px;
  font-weight: 600; }

.cancel-form--message-text {
  font-size: 13px;
  color: #607d8b; }

.cancel-form--reasons {
  padding: 10px; }

.cancel-form--reasons-other {
  border: 0;
  padding: 10px;
  margin-left: 30px;
  width: 80%;
  resize: none;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.05); }

.cancel-form--reasons-heading {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px; }

.cancel-form--reasons-item {
  display: block;
  max-width: 90%;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #37474f;
  font-weight: normal; }
  .cancel-form--reasons-item input {
    margin-left: -30px;
    margin-right: 15px; }

.cancel-form--reasons-action {
  display: flex;
  justify-content: space-between;
  padding-top: 20px; }

.cancellation-modal--body {
  padding: 0; }

.cancellation-modal modal-container {
  width: 75%;
  min-width: 750px;
  transition: height 0.5 ease-in-out; }

.cancellation-modal--summary {
  padding: 20px 50px; }
  .cancellation-modal--summary summary-card {
    box-shadow: none; }
    .cancellation-modal--summary summary-card .card-content,
    .cancellation-modal--summary summary-card invoice-card-items,
    .cancellation-modal--summary summary-card invoice-card-header {
      grid-template-columns: 1fr;
      grid-column: auto; }
  .cancellation-modal--summary invoice-card,
  .cancellation-modal--summary .cancellation-modal--footer {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 0 50px; }
  .cancellation-modal--summary .cancellation-modal--footer {
    margin-top: 80px; }
    .cancellation-modal--summary .cancellation-modal--footer .cancellation-modal--cancel-button {
      font-size: 11px; }
      .cancellation-modal--summary .cancellation-modal--footer .cancellation-modal--cancel-button span {
        cursor: pointer;
        color: #0288d1; }

billing-contracts-table {
  display: block;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
  border-radius: 2px; }
  billing-contracts-table .contract-list {
    padding: 16px 12px; }
  billing-contracts-table .contract-item {
    color: #37474f;
    margin: 0; }
  billing-contracts-table .contract-header .contract-item {
    font-weight: 600; }
  billing-contracts-table .contract-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 0.75fr;
    padding: 10px 12px; }
    @media (max-width: 960px) {
      billing-contracts-table .contract-row {
        grid-template-columns: 2fr 1fr 1fr 0.25fr; } }
    billing-contracts-table .contract-row:nth-child(even) {
      background-color: #eceff1; }
    billing-contracts-table .contract-row .contract-item--status {
      font-size: 11px;
      color: #607d8b;
      font-weight: 600;
      text-transform: uppercase; }
      billing-contracts-table .contract-row .contract-item--status.isCurrent {
        color: #4caf50; }
  @media (min-width: 960px) {
    billing-contracts-table .mobile-only {
      display: none; } }
  @media (max-width: 960px) {
    billing-contracts-table .desktop-only {
      display: none; } }

organizations-content-wrapper {
  display: block; }

.organization-link-header {
  max-width: 100%; }

.organization-link {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.notification-icon {
  vertical-align: super;
  color: red; }

status-notifications {
  display: block;
  min-width: 350px;
  margin-top: 8px 0 -5px 0;
  background-color: #f6f7f8;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.05); }
  status-notifications .status-notification__header {
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    color: #b0bec5;
    margin: 0px;
    padding: 15px; }
  status-notifications .status-notification--error .status-notification__title icon {
    color: #d81b60;
    margin: 0; }
  status-notifications .status-notification--warning .status-notification__title icon {
    color: #ffb300;
    margin: 0; }
  status-notifications .status-notification--success .status-notification__title icon {
    color: #4caf50;
    margin: 0; }
  status-notifications .status-notification__item {
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
    status-notifications .status-notification__item:first-of-type {
      padding-top: 0;
      border: none; }
  status-notifications .status-notification__title {
    margin: 0 0 6px 0;
    color: #37474f;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px; }
  status-notifications .status-notification__status {
    margin: 0 0 3px 0;
    color: #607d8b;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px; }
  status-notifications .status-notification__message,
  status-notifications .status-notification__metadata {
    margin: 0 0 3px 0;
    font-size: 11px;
    line-height: 15px; }
  status-notifications .status-notification__metadata {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    status-notifications .status-notification__metadata .status-notification__date {
      margin: 0;
      color: #b0bec5; }
    status-notifications .status-notification__metadata .status-notification__more-button {
      margin: 0;
      cursor: pointer; }

crawlera-onboarding-provisioning {
  display: block;
  position: relative; }
  crawlera-onboarding-provisioning:before, crawlera-onboarding-provisioning:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 25%;
    pointer-events: none;
    z-index: 1; }
  crawlera-onboarding-provisioning:before {
    left: -2px;
    background: linear-gradient(to right, #f6f7f8 0%, rgba(246, 247, 248, 0) 100%); }
  crawlera-onboarding-provisioning:after {
    right: -2px;
    background: linear-gradient(to left, #f6f7f8 0%, rgba(246, 247, 248, 0) 100%); }
  crawlera-onboarding-provisioning .lt-gray-fill {
    fill: #eceff1; }
  crawlera-onboarding-provisioning .md-gray-fill {
    fill: #b0bec5; }
  crawlera-onboarding-provisioning .md-gray-fill-opaque {
    fill: #b0bec5;
    opacity: 0.7; }
  crawlera-onboarding-provisioning .drk-gray-stroke {
    stroke: #607d8b; }
  crawlera-onboarding-provisioning .no-fill-gray-stroke {
    fill: none;
    stroke: #b0bec5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 8px; }

@-webkit-keyframes vibrate {
  0% {
    -webkit-transform: translate(-26px, -34px);
            transform: translate(-26px, -34px); }
  20% {
    -webkit-transform: translate(-26px, -34px);
            transform: translate(-26px, -34px); }
  40% {
    -webkit-transform: translate(-24px, -32px);
            transform: translate(-24px, -32px); }
  60% {
    -webkit-transform: translate(-24px, -20px);
            transform: translate(-24px, -20px); }
  80% {
    -webkit-transform: translate(-26px, -30px);
            transform: translate(-26px, -30px); }
  100% {
    -webkit-transform: translate(-26px, -34px);
            transform: translate(-26px, -34px); } }

@keyframes vibrate {
  0% {
    -webkit-transform: translate(-26px, -34px);
            transform: translate(-26px, -34px); }
  20% {
    -webkit-transform: translate(-26px, -34px);
            transform: translate(-26px, -34px); }
  40% {
    -webkit-transform: translate(-24px, -32px);
            transform: translate(-24px, -32px); }
  60% {
    -webkit-transform: translate(-24px, -20px);
            transform: translate(-24px, -20px); }
  80% {
    -webkit-transform: translate(-26px, -30px);
            transform: translate(-26px, -30px); }
  100% {
    -webkit-transform: translate(-26px, -34px);
            transform: translate(-26px, -34px); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes flicker {
  0% {
    opacity: 0.3; }
  10% {
    opacity: 0;
    box-shadow: none; }
  20% {
    opacity: 0;
    box-shadow: none; }
  21% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.25); }
  30% {
    opacity: 0;
    box-shadow: none; }
  31% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  45% {
    opacity: 0;
    box-shadow: none; }
  46% {
    opacity: 0.5;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  50% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  55% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  60% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5), 0 0 60px rgba(255, 255, 255, 0.3); }
  65% {
    opacity: 0;
    box-shadow: none; }
  66% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3), 0 0 100px rgba(255, 255, 255, 0.1); }
  75% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3), 0 0 100px rgba(255, 255, 255, 0.1); }
  76% {
    opacity: 0;
    box-shadow: none; }
  85% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1); }
  86% {
    opacity: 0;
    box-shadow: none; }
  87% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); }
  100% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); } }

@keyframes flicker {
  0% {
    opacity: 0.3; }
  10% {
    opacity: 0;
    box-shadow: none; }
  20% {
    opacity: 0;
    box-shadow: none; }
  21% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.25); }
  30% {
    opacity: 0;
    box-shadow: none; }
  31% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  45% {
    opacity: 0;
    box-shadow: none; }
  46% {
    opacity: 0.5;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  50% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  55% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  60% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5), 0 0 60px rgba(255, 255, 255, 0.3); }
  65% {
    opacity: 0;
    box-shadow: none; }
  66% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3), 0 0 100px rgba(255, 255, 255, 0.1); }
  75% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3), 0 0 100px rgba(255, 255, 255, 0.1); }
  76% {
    opacity: 0;
    box-shadow: none; }
  85% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1); }
  86% {
    opacity: 0;
    box-shadow: none; }
  87% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); }
  100% {
    opacity: 0.3;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); } }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%); }
  100% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%); } }

@keyframes slide {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%); }
  100% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%); } }

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1; }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0.3; } }

@keyframes ping {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1; }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0.3; } }

@-webkit-keyframes twinkle {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@keyframes twinkle {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); }
  40% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); }
  45% {
    -webkit-transform: translateY(5px) scaleX(1.02) scaleY(calc(1 / 1.02));
            transform: translateY(5px) scaleX(1.02) scaleY(calc(1 / 1.02)); }
  50% {
    -webkit-transform: translateY(-20px) scaleX(1) scaleY(1);
            transform: translateY(-20px) scaleX(1) scaleY(1); }
  55% {
    -webkit-transform: translateY(5px) scaleX(1.02) scaleY(calc(1 / 1.02));
            transform: translateY(5px) scaleX(1.02) scaleY(calc(1 / 1.02)); }
  60% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); } }

@keyframes bounce {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); }
  40% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); }
  45% {
    -webkit-transform: translateY(5px) scaleX(1.02) scaleY(calc(1 / 1.02));
            transform: translateY(5px) scaleX(1.02) scaleY(calc(1 / 1.02)); }
  50% {
    -webkit-transform: translateY(-20px) scaleX(1) scaleY(1);
            transform: translateY(-20px) scaleX(1) scaleY(1); }
  55% {
    -webkit-transform: translateY(5px) scaleX(1.02) scaleY(calc(1 / 1.02));
            transform: translateY(5px) scaleX(1.02) scaleY(calc(1 / 1.02)); }
  60% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); } }
  crawlera-onboarding-provisioning .space-rover-details,
  crawlera-onboarding-provisioning .space-rover {
    -webkit-animation: vibrate 0.7s linear infinite both;
            animation: vibrate 0.7s linear infinite both; }
  crawlera-onboarding-provisioning .tire-big {
    -webkit-animation: rotate 5s linear infinite both;
            animation: rotate 5s linear infinite both; }
  crawlera-onboarding-provisioning .tire-small {
    -webkit-animation: rotate 3.55s linear infinite both;
            animation: rotate 3.55s linear infinite both; }
  crawlera-onboarding-provisioning .ips {
    -webkit-animation: vibrate 0.7s linear infinite both;
            animation: vibrate 0.7s linear infinite both; }
  crawlera-onboarding-provisioning #ip1,
  crawlera-onboarding-provisioning #ip2,
  crawlera-onboarding-provisioning #ip3 {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation: bounce 2s cubic-bezier(0.2, 0.8, 0.6, 1) infinite alternate;
            animation: bounce 2s cubic-bezier(0.2, 0.8, 0.6, 1) infinite alternate; }
  crawlera-onboarding-provisioning #ip1 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  crawlera-onboarding-provisioning #ip2 {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s; }
  crawlera-onboarding-provisioning .light-flicker {
    -webkit-animation: flicker 3s linear infinite both;
            animation: flicker 3s linear infinite both; }
  crawlera-onboarding-provisioning #craters {
    overflow: hidden;
    -webkit-animation: slide 17.88163s linear infinite;
            animation: slide 17.88163s linear infinite; }
  crawlera-onboarding-provisioning #ground-bg,
  crawlera-onboarding-provisioning #ground-outline {
    -webkit-animation: slide 23.6831s linear infinite;
            animation: slide 23.6831s linear infinite; }
  crawlera-onboarding-provisioning #bg {
    -webkit-animation: slide 27.89377s linear infinite;
            animation: slide 27.89377s linear infinite; }
  crawlera-onboarding-provisioning .circle-ping {
    -webkit-animation: ping 1s ease-in-out infinite both;
            animation: ping 1s ease-in-out infinite both;
    -webkit-transform-origin: 60.58% 21.5%;
            transform-origin: 60.58% 21.5%; }
  crawlera-onboarding-provisioning .stars-grp-1 {
    -webkit-animation: twinkle 20s ease-in-out infinite forwards;
            animation: twinkle 20s ease-in-out infinite forwards; }
  crawlera-onboarding-provisioning .stars-grp-2 {
    -webkit-animation: twinkle 30s ease-in-out infinite forwards;
            animation: twinkle 30s ease-in-out infinite forwards; }
  crawlera-onboarding-provisioning .stars-grp-3 {
    -webkit-animation: twinkle 40s ease-in-out infinite forwards;
            animation: twinkle 40s ease-in-out infinite forwards; }
  crawlera-onboarding-provisioning .stars-grp-4 {
    -webkit-animation: twinkle 50s ease-in-out infinite forwards;
            animation: twinkle 50s ease-in-out infinite forwards; }
  crawlera-onboarding-provisioning .circles-grp {
    -webkit-animation: twinkle 3.5s ease-in-out infinite forwards;
            animation: twinkle 3.5s ease-in-out infinite forwards; }
  crawlera-onboarding-provisioning .tire-big {
    -webkit-transform-origin: 3023px 1516px;
            transform-origin: 3023px 1516px; }
  crawlera-onboarding-provisioning .tire-small {
    -webkit-transform-origin: 4181px 1608px;
            transform-origin: 4181px 1608px; }

crawlera-onboarding-request .white-fill {
  fill: #ffffff; }

crawlera-onboarding-request .lt-gray-fill {
  fill: #eceff1; }

crawlera-onboarding-request .md-gray-fill {
  fill: #b0bec5; }

crawlera-onboarding-request .md-gray-fill-opaque {
  fill: #b0bec5;
  opacity: 0.7; }

crawlera-onboarding-request .drk-gray-stroke {
  stroke: #607d8b; }

crawlera-onboarding-request .drk-gray-fill {
  fill: #607d8b; }

crawlera-onboarding-request .drk-gray-fill-stroke {
  fill: #607d8b;
  stroke: #607d8b; }

crawlera-onboarding-request .no-fill-gray-stroke {
  fill: none;
  stroke: #b0bec5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8px; }

crawlera-onboarding-request .yellow-fill {
  fill: #ffe082; }

crawlera-onboarding-request .drk-gray-stroke {
  stroke-width: 10;
  stroke-miterlimit: 10; }

crawlera-onboarding-request .drk-gray-lg-stroke {
  stroke-width: 20;
  stroke-miterlimit: 10; }

crawlera-onboarding-request .st0 {
  fill: url(#right-cord-gradient);
  stroke: #607d8b;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

crawlera-onboarding-request .st1 {
  fill: url(#right-cord-animate);
  stroke: #607d8b;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

crawlera-onboarding-request .st2 {
  fill: url(#left-cord-original);
  stroke: #607d8b;
  stroke-width: 10;
  stroke-miterlimit: 10; }

crawlera-onboarding-request .st3 {
  fill: url(#left-cord-gradient-right); }

crawlera-onboarding-request .st4 {
  fill: none;
  stroke: #607d8b;
  stroke-width: 10;
  stroke-miterlimit: 10; }

@keyframes twinkle {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); } }

@keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); } }

@-webkit-keyframes slide-in-tr {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(20deg) translateY(-180px) translateX(0);
            transform: scale(0.4) rotate(20deg) translateY(-180px) translateX(0);
    -webkit-transform-origin: 41% 82%;
            transform-origin: 41% 82%; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(20deg) translateY(0) translateX(0);
            transform: scale(0.4) rotate(20deg) translateY(0) translateX(0);
    -webkit-transform-origin: 41% 82%;
            transform-origin: 41% 82%; } }

@keyframes slide-in-tr {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(20deg) translateY(-180px) translateX(0);
            transform: scale(0.4) rotate(20deg) translateY(-180px) translateX(0);
    -webkit-transform-origin: 41% 82%;
            transform-origin: 41% 82%; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(20deg) translateY(0) translateX(0);
            transform: scale(0.4) rotate(20deg) translateY(0) translateX(0);
    -webkit-transform-origin: 41% 82%;
            transform-origin: 41% 82%; } }

@-webkit-keyframes slide-in-tl {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(-40deg) translateY(-180px) translateX(0);
            transform: scale(0.4) rotate(-40deg) translateY(-180px) translateX(0);
    -webkit-transform-origin: 40% 81%;
            transform-origin: 40% 81%; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(-40deg) translateY(0) translateX(0);
            transform: scale(0.4) rotate(-40deg) translateY(0) translateX(0);
    -webkit-transform-origin: 40% 81%;
            transform-origin: 40% 81%; } }

@keyframes slide-in-tl {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(-40deg) translateY(-180px) translateX(0);
            transform: scale(0.4) rotate(-40deg) translateY(-180px) translateX(0);
    -webkit-transform-origin: 40% 81%;
            transform-origin: 40% 81%; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(-40deg) translateY(0) translateX(0);
            transform: scale(0.4) rotate(-40deg) translateY(0) translateX(0);
    -webkit-transform-origin: 40% 81%;
            transform-origin: 40% 81%; } }

@-webkit-keyframes slide-in-bl {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(210deg) translateY(-150px) translateX(0);
            transform: scale(0.4) rotate(210deg) translateY(-150px) translateX(0);
    -webkit-transform-origin: 40% 82%;
            transform-origin: 40% 82%; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(210deg) translateY(0) translateX(0);
            transform: scale(0.4) rotate(210deg) translateY(0) translateX(0);
    -webkit-transform-origin: 40% 82%;
            transform-origin: 40% 82%; } }

@keyframes slide-in-bl {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(210deg) translateY(-150px) translateX(0);
            transform: scale(0.4) rotate(210deg) translateY(-150px) translateX(0);
    -webkit-transform-origin: 40% 82%;
            transform-origin: 40% 82%; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(210deg) translateY(0) translateX(0);
            transform: scale(0.4) rotate(210deg) translateY(0) translateX(0);
    -webkit-transform-origin: 40% 82%;
            transform-origin: 40% 82%; } }

@-webkit-keyframes slide-in-br {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(-230deg) translateY(-180px) translateX(0);
            transform: scale(0.4) rotate(-230deg) translateY(-180px) translateX(0);
    -webkit-transform-origin: 40.5% 82%;
            transform-origin: 40.5% 82%; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(-230deg) translateY(0) translateX(0);
            transform: scale(0.4) rotate(-230deg) translateY(0) translateX(0);
    -webkit-transform-origin: 40.5% 82%;
            transform-origin: 40.5% 82%; } }

@keyframes slide-in-br {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(-230deg) translateY(-180px) translateX(0);
            transform: scale(0.4) rotate(-230deg) translateY(-180px) translateX(0);
    -webkit-transform-origin: 40.5% 82%;
            transform-origin: 40.5% 82%; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(-230deg) translateY(0) translateX(0);
            transform: scale(0.4) rotate(-230deg) translateY(0) translateX(0);
    -webkit-transform-origin: 40.5% 82%;
            transform-origin: 40.5% 82%; } }

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px); } }

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px); } }

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px); } }

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px); } }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  80% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  80% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    opacity: 0; } }

@keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    opacity: 0; } }

@-webkit-keyframes ripple-1 {
  0% {
    -webkit-transform: scale(6.5);
            transform: scale(6.5);
    opacity: 0.3; }
  100% {
    -webkit-transform: scale(9.5);
            transform: scale(9.5);
    opacity: 0; } }

@keyframes ripple-1 {
  0% {
    -webkit-transform: scale(6.5);
            transform: scale(6.5);
    opacity: 0.3; }
  100% {
    -webkit-transform: scale(9.5);
            transform: scale(9.5);
    opacity: 0; } }

@-webkit-keyframes ripple-2 {
  0% {
    -webkit-transform: scale(4.5);
            transform: scale(4.5); }
  100% {
    -webkit-transform: scale(6.5);
            transform: scale(6.5); } }

@keyframes ripple-2 {
  0% {
    -webkit-transform: scale(4.5);
            transform: scale(4.5); }
  100% {
    -webkit-transform: scale(6.5);
            transform: scale(6.5); } }

@-webkit-keyframes ripple-3 {
  0% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }
  100% {
    -webkit-transform: scale(4.5);
            transform: scale(4.5); } }

@keyframes ripple-3 {
  0% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }
  100% {
    -webkit-transform: scale(4.5);
            transform: scale(4.5); } }

@-webkit-keyframes ripple-4 {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2); } }

@keyframes ripple-4 {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2); } }

crawlera-onboarding-request #green-1 {
  fill: #4caf50;
  opacity: 0.3;
  -webkit-animation: ripple-1 0.7s linear infinite;
          animation: ripple-1 0.7s linear infinite; }

crawlera-onboarding-request #green-2 {
  fill: #4caf50;
  opacity: 0.3;
  -webkit-animation: ripple-2 0.7s linear infinite;
          animation: ripple-2 0.7s linear infinite; }

crawlera-onboarding-request #green-3 {
  fill: #4caf50;
  opacity: 0.3;
  -webkit-animation: ripple-3 0.7s linear infinite;
          animation: ripple-3 0.7s linear infinite; }

crawlera-onboarding-request #green-4 {
  fill: #4caf50;
  opacity: 1; }

crawlera-onboarding-request .stars-grp-1 {
  -webkit-animation: twinkle 20s ease-in-out infinite forwards;
          animation: twinkle 20s ease-in-out infinite forwards; }

crawlera-onboarding-request .stars-grp-2 {
  -webkit-animation: twinkle 30s ease-in-out infinite forwards;
          animation: twinkle 30s ease-in-out infinite forwards; }

crawlera-onboarding-request .stars-grp-3 {
  -webkit-animation: twinkle 40s ease-in-out infinite forwards;
          animation: twinkle 40s ease-in-out infinite forwards; }

crawlera-onboarding-request .stars-grp-4 {
  -webkit-animation: twinkle 50s ease-in-out infinite forwards;
          animation: twinkle 50s ease-in-out infinite forwards; }

crawlera-onboarding-request .circles-grp {
  -webkit-animation: twinkle 3.5s ease-in-out infinite forwards;
          animation: twinkle 3.5s ease-in-out infinite forwards; }

crawlera-onboarding-request .spark-top {
  -webkit-animation: slide-bottom 1.2s cubic-bezier(0.2, 0.4, 0.5, 0.9) infinite both;
          animation: slide-bottom 1.2s cubic-bezier(0.2, 0.4, 0.5, 0.9) infinite both; }

crawlera-onboarding-request .spark-tr {
  -webkit-animation: slide-in-tr 1.2s ease-in-out infinite both;
          animation: slide-in-tr 1.2s ease-in-out infinite both; }

crawlera-onboarding-request .spark-tl {
  -webkit-animation: slide-in-tl 1.2s ease-in-out infinite both;
          animation: slide-in-tl 1.2s ease-in-out infinite both; }

crawlera-onboarding-request .spark-bl {
  -webkit-animation: slide-in-bl 1.2s ease-in-out infinite both;
          animation: slide-in-bl 1.2s ease-in-out infinite both; }

crawlera-onboarding-request .spark-br {
  -webkit-animation: slide-in-br 1.2s ease-in-out infinite both;
          animation: slide-in-br 1.2s ease-in-out infinite both; }

crawlera-onboarding-request .left-cord-animate {
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }

crawlera-onboarding-request .right-cord-animate {
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }

crawlera-onboarding-request #lg-z {
  -webkit-animation: fade-out-top 3s cubic-bezier(0.3, 0.5, 0.4, 0.9) 2s infinite both;
          animation: fade-out-top 3s cubic-bezier(0.3, 0.5, 0.4, 0.9) 2s infinite both; }

crawlera-onboarding-request #md-z {
  -webkit-animation: fade-out-top 3s cubic-bezier(0.3, 0.5, 0.4, 0.9) 1.5s infinite both;
          animation: fade-out-top 3s cubic-bezier(0.3, 0.5, 0.4, 0.9) 1.5s infinite both; }

crawlera-onboarding-request #sm-z {
  -webkit-animation: fade-out-top 3s cubic-bezier(0.3, 0.5, 0.4, 0.9) 1s infinite both;
          animation: fade-out-top 3s cubic-bezier(0.3, 0.5, 0.4, 0.9) 1s infinite both; }

crawlera-onboarding-request #green-signals {
  opacity: 0; }

crawlera-onboarding-request #plug-hole-ellipse,
crawlera-onboarding-request .left-plug-detail,
crawlera-onboarding-request .right-plug-pins,
crawlera-onboarding-request .right-plug-detail,
crawlera-onboarding-request #plug-ellipse,
crawlera-onboarding-request #svg-sparks,
crawlera-onboarding-request .antenna-circle,
crawlera-onboarding-request #no-request,
crawlera-onboarding-request #wave,
crawlera-onboarding-request #green-signals {
  transition: opacity 200ms ease-in-out; }

crawlera-onboarding-request.request-done .left-cord-animate {
  -webkit-transform: translateX(68px);
          transform: translateX(68px);
  -webkit-animation: none;
          animation: none; }

crawlera-onboarding-request.request-done .right-cord-animate {
  -webkit-transform: translateX(-55px);
          transform: translateX(-55px);
  -webkit-animation: none;
          animation: none; }

crawlera-onboarding-request.request-done #plug-hole-ellipse,
crawlera-onboarding-request.request-done .left-plug-detail,
crawlera-onboarding-request.request-done .right-plug-pins,
crawlera-onboarding-request.request-done .right-plug-detail,
crawlera-onboarding-request.request-done #plug-ellipse,
crawlera-onboarding-request.request-done #svg-sparks,
crawlera-onboarding-request.request-done .antenna-circle,
crawlera-onboarding-request.request-done #no-request,
crawlera-onboarding-request.request-done #wave {
  opacity: 0; }

crawlera-onboarding-request.request-done #green-signals {
  opacity: 1; }

crawlera-onboarding-success > svg {
  -webkit-transform: translate(-1.7%);
          transform: translate(-1.7%); }

crawlera-onboarding-success .white-fill {
  fill: #ffffff; }

crawlera-onboarding-success .lt-gray-fill {
  fill: #eceff1; }

crawlera-onboarding-success .websites-stroke {
  fill-opacity: 0;
  stroke: #607d8b;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

crawlera-onboarding-success .drk-gray-stroke-no-fill {
  fill: none;
  stroke: #607d8b; }

@keyframes twinkle {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@keyframes bounce {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); }
  40% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); }
  45% {
    -webkit-transform: translateY(5px) scaleX(1.02) scaleY(calc(1 / 1.02));
            transform: translateY(5px) scaleX(1.02) scaleY(calc(1 / 1.02)); }
  50% {
    -webkit-transform: translateY(-20px) scaleX(1) scaleY(1);
            transform: translateY(-20px) scaleX(1) scaleY(1); }
  55% {
    -webkit-transform: translateY(5px) scaleX(1.02) scaleY(calc(1 / 1.02));
            transform: translateY(5px) scaleX(1.02) scaleY(calc(1 / 1.02)); }
  60% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); } }

@keyframes ripple-1 {
  0% {
    -webkit-transform: scale(6.5);
            transform: scale(6.5);
    opacity: 0.3; }
  100% {
    -webkit-transform: scale(9.5);
            transform: scale(9.5);
    opacity: 0; } }

@keyframes ripple-2 {
  0% {
    -webkit-transform: scale(4.5);
            transform: scale(4.5); }
  100% {
    -webkit-transform: scale(6.5);
            transform: scale(6.5); } }

@keyframes ripple-3 {
  0% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }
  100% {
    -webkit-transform: scale(4.5);
            transform: scale(4.5); } }

@keyframes ripple-4 {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2); } }

@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1.3) rotateZ(0);
            transform: scale(1.3) rotateZ(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(2.3) rotateZ(180deg);
            transform: scale(2.3) rotateZ(180deg);
    opacity: 0.3; }
  100% {
    -webkit-transform: scale(1.3) rotateZ(360deg) translate(-30px, 10px);
            transform: scale(1.3) rotateZ(360deg) translate(-30px, 10px);
    opacity: 1; } }

@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1.3) rotateZ(0);
            transform: scale(1.3) rotateZ(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(2.3) rotateZ(180deg);
            transform: scale(2.3) rotateZ(180deg);
    opacity: 0.3; }
  100% {
    -webkit-transform: scale(1.3) rotateZ(360deg) translate(-30px, 10px);
            transform: scale(1.3) rotateZ(360deg) translate(-30px, 10px);
    opacity: 1; } }

@-webkit-keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0.2; }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1; } }

@keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0.2; }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1; } }

@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 4475px 0px;
            transform-origin: 4475px 0px;
    opacity: 0; }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 4475px 0px;
            transform-origin: 4475px 0px;
    opacity: 1; } }

@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 4475px 0px;
            transform-origin: 4475px 0px;
    opacity: 0; }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 4475px 0px;
            transform-origin: 4475px 0px;
    opacity: 1; } }

@-webkit-keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 4040px 0px;
            transform-origin: 4040px 0px;
    opacity: 0; }
  100% {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    -webkit-transform-origin: 4040px 0px;
            transform-origin: 4040px 0px;
    opacity: 1; } }

@keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 4040px 0px;
            transform-origin: 4040px 0px;
    opacity: 0; }
  100% {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    -webkit-transform-origin: 4040px 0px;
            transform-origin: 4040px 0px;
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

crawlera-onboarding-success .stars-grp-1 {
  -webkit-animation: twinkle 20s ease-in-out infinite forwards;
          animation: twinkle 20s ease-in-out infinite forwards; }

crawlera-onboarding-success .stars-grp-2 {
  -webkit-animation: twinkle 30s ease-in-out infinite forwards;
          animation: twinkle 30s ease-in-out infinite forwards; }

crawlera-onboarding-success .stars-grp-3 {
  -webkit-animation: twinkle 40s ease-in-out infinite forwards;
          animation: twinkle 40s ease-in-out infinite forwards; }

crawlera-onboarding-success .stars-grp-4 {
  -webkit-animation: twinkle 50s ease-in-out infinite forwards;
          animation: twinkle 50s ease-in-out infinite forwards; }

crawlera-onboarding-success .circles-grp {
  -webkit-animation: twinkle 3.5s ease-in-out infinite forwards;
          animation: twinkle 3.5s ease-in-out infinite forwards; }

crawlera-onboarding-success .ip1,
crawlera-onboarding-success .ip2,
crawlera-onboarding-success .ip3 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: bounce 2s cubic-bezier(0.2, 0.8, 0.6, 1) infinite alternate;
          animation: bounce 2s cubic-bezier(0.2, 0.8, 0.6, 1) infinite alternate; }

crawlera-onboarding-success .ip1 {
  -webkit-transform-origin: 3433px 811px;
          transform-origin: 3433px 811px; }

crawlera-onboarding-success .ip2 {
  -webkit-transform-origin: 3786px 582px;
          transform-origin: 3786px 582px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

crawlera-onboarding-success .ip3 {
  -webkit-transform-origin: 4412px 668px;
          transform-origin: 4412px 668px;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s; }

crawlera-onboarding-success #green-1 {
  fill: #4caf50;
  opacity: 0.3;
  -webkit-animation: ripple-1 0.7s linear infinite;
          animation: ripple-1 0.7s linear infinite; }

crawlera-onboarding-success #green-2 {
  fill: #4caf50;
  opacity: 0.3;
  -webkit-animation: ripple-2 0.7s linear infinite;
          animation: ripple-2 0.7s linear infinite; }

crawlera-onboarding-success #green-3 {
  fill: #4caf50;
  opacity: 0.3;
  -webkit-animation: ripple-3 0.7s linear infinite;
          animation: ripple-3 0.7s linear infinite; }

crawlera-onboarding-success #green-4 {
  fill: #4caf50;
  opacity: 1; }

crawlera-onboarding-success #website {
  -webkit-transform-origin: 4070px 1268px;
          transform-origin: 4070px 1268px;
  -webkit-animation: rotate-scale-up 0.5s linear both;
          animation: rotate-scale-up 0.5s linear both; }

crawlera-onboarding-success .middle-ribbon {
  -webkit-animation: scale-up-hor-center 0.5s cubic-bezier(0.3, 0.5, 0.6, 1) 0.3s both;
          animation: scale-up-hor-center 0.5s cubic-bezier(0.3, 0.5, 0.6, 1) 0.3s both;
  -webkit-transform-origin: center;
          transform-origin: center; }

crawlera-onboarding-success .right-ribbon {
  -webkit-animation: scale-up-hor-right 0.5s cubic-bezier(0.3, 0.5, 0.6, 1) 0.3s both;
          animation: scale-up-hor-right 0.5s cubic-bezier(0.3, 0.5, 0.6, 1) 0.3s both; }

crawlera-onboarding-success #left-ribbon {
  -webkit-animation: scale-up-hor-left 0.5s cubic-bezier(0.3, 0.5, 0.6, 1) 0.3s both;
          animation: scale-up-hor-left 0.5s cubic-bezier(0.3, 0.5, 0.6, 1) 0.3s both; }

crawlera-onboarding-success text {
  -webkit-animation: fade-in 0.5s ease-in 0.5s both;
          animation: fade-in 0.5s ease-in 0.5s both; }

crawlera-onboarding-page crawlera-plan-picker {
  margin: 0 12px; }

crawlera-onboarding-page .crawlera-onboarding--start-button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 18px auto; }

crawlera-onboarding-page .stage-title.loading {
  display: flex;
  align-items: center; }

crawlera-onboarding-step-complete {
  display: block; }

crawlera-onboarding-step-plans {
  display: block; }

crawlera-onboarding-step-request {
  display: block; }

crawlera-onboarding-step-provisioning {
  display: block; }

sh-xod-onboarding-robot {
  display: block; }

@keyframes twinkle {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 3903px 989px;
            transform-origin: 3903px 989px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.78);
            transform: scale(0.78);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  45% {
    -webkit-transform-origin: 3903px 989px;
            transform-origin: 3903px 989px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; } }

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 3903px 989px;
            transform-origin: 3903px 989px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.78);
            transform: scale(0.78);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  45% {
    -webkit-transform-origin: 3903px 989px;
            transform-origin: 3903px 989px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; } }

@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-webkit-keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  10% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px); }
  20% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px); }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px); }
  40% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px); }
  50% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px); }
  70% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px); }
  80% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px); }
  90% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px); }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  10% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px); }
  20% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px); }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px); }
  40% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px); }
  50% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px); }
  70% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px); }
  80% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px); }
  90% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px); }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0); } }

@-webkit-keyframes left-right {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.5; }
  30% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 1; }
  60% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1; }
  80% {
    opacity: 0.3; }
  90% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateY(2px) scale(0.9);
            transform: translateY(2px) scale(0.9);
    opacity: 0.1; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; } }

@keyframes left-right {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.5; }
  30% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 1; }
  60% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1; }
  80% {
    opacity: 0.3; }
  90% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateY(2px) scale(0.9);
            transform: translateY(2px) scale(0.9);
    opacity: 0.1; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; } }

@-webkit-keyframes left-right-fade {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  30% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0.5; }
  60% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0.5; }
  90% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateY(2px) scale(0.9);
            transform: translateY(2px) scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; } }

@keyframes left-right-fade {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  30% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0.5; }
  60% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0.5; }
  90% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateY(2px) scale(0.9);
            transform: translateY(2px) scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; } }

@-webkit-keyframes fade-in-tr {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(1200px) translateY(-400px) scale(0.5);
            transform: translateX(1200px) translateY(-400px) scale(0.5);
    opacity: 0; }
  16% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    opacity: 0.9; }
  32%,
  48%,
  64% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    opacity: 1; }
  90% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; } }

@keyframes fade-in-tr {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(1200px) translateY(-400px) scale(0.5);
            transform: translateX(1200px) translateY(-400px) scale(0.5);
    opacity: 0; }
  16% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    opacity: 0.9; }
  32%,
  48%,
  64% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    opacity: 1; }
  90% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0; } }

@-webkit-keyframes monitor-rotation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(520px);
            transform: translateX(520px); }
  50% {
    -webkit-transform: translateX(520px);
            transform: translateX(520px);
    visibility: hidden; }
  75% {
    -webkit-transform: translateX(-520px);
            transform: translateX(-520px);
    visibility: hidden; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes monitor-rotation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(520px);
            transform: translateX(520px); }
  50% {
    -webkit-transform: translateX(520px);
            transform: translateX(520px);
    visibility: hidden; }
  75% {
    -webkit-transform: translateX(-520px);
            transform: translateX(-520px);
    visibility: hidden; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes screws-rotation {
  0% {
    -webkit-transform: translateX(-560px);
            transform: translateX(-560px);
    opacity: 0; }
  25% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  75% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(560px);
            transform: translateX(560px);
    opacity: 1; } }

@keyframes screws-rotation {
  0% {
    -webkit-transform: translateX(-560px);
            transform: translateX(-560px);
    opacity: 0; }
  25% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  75% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(560px);
            transform: translateX(560px);
    opacity: 1; } }

@-webkit-keyframes shadow-rotation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(520px);
            transform: translateX(520px); }
  50% {
    -webkit-transform: translateX(520px);
            transform: translateX(520px);
    visibility: hidden; }
  75% {
    -webkit-transform: translateX(-520px);
            transform: translateX(-520px);
    visibility: hidden; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes shadow-rotation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(520px);
            transform: translateX(520px); }
  50% {
    -webkit-transform: translateX(520px);
            transform: translateX(520px);
    visibility: hidden; }
  75% {
    -webkit-transform: translateX(-520px);
            transform: translateX(-520px);
    visibility: hidden; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes green-fill {
  0% {
    fill: #ffffff; }
  100% {
    fill: #4caf50; } }

@keyframes green-fill {
  0% {
    fill: #ffffff; }
  100% {
    fill: #4caf50; } }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    stroke: none; }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    stroke: #4caf50; }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1150px);
            transform: translateY(1150px);
    opacity: 0;
    stroke: #4caf50; } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    stroke: none; }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    stroke: #4caf50; }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1150px);
            transform: translateY(1150px);
    opacity: 0;
    stroke: #4caf50; } }

@-webkit-keyframes scale-down-ver-bottom {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.57) scaleY(0.5) rotate(180deg);
            transform: scaleX(0.57) scaleY(0.5) rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center; }
  10% {
    opacity: 0.35;
    -webkit-transform: scaleX(0.57) scaleY(0.5) rotate(180deg);
            transform: scaleX(0.57) scaleY(0.5) rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center; }
  80% {
    opacity: 0.35; }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0.57) scaleY(-0.58) rotate(180deg);
            transform: scaleX(0.57) scaleY(-0.58) rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center; } }

@keyframes scale-down-ver-bottom {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.57) scaleY(0.5) rotate(180deg);
            transform: scaleX(0.57) scaleY(0.5) rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center; }
  10% {
    opacity: 0.35;
    -webkit-transform: scaleX(0.57) scaleY(0.5) rotate(180deg);
            transform: scaleX(0.57) scaleY(0.5) rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center; }
  80% {
    opacity: 0.35; }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0.57) scaleY(-0.58) rotate(180deg);
            transform: scaleX(0.57) scaleY(-0.58) rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center; } }

@-webkit-keyframes eyes-rotation {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  25% {
    -webkit-transform: translateX(520px) translateY(0);
            transform: translateX(520px) translateY(0); }
  50% {
    -webkit-transform: translateX(520px) translateY(0);
            transform: translateX(520px) translateY(0);
    visibility: hidden; }
  75% {
    -webkit-transform: translateX(-520px) translateY(10px);
            transform: translateX(-520px) translateY(10px);
    visibility: hidden; }
  100% {
    -webkit-transform: translateX(10px) translateY(-10px);
            transform: translateX(10px) translateY(-10px); } }

@keyframes eyes-rotation {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  25% {
    -webkit-transform: translateX(520px) translateY(0);
            transform: translateX(520px) translateY(0); }
  50% {
    -webkit-transform: translateX(520px) translateY(0);
            transform: translateX(520px) translateY(0);
    visibility: hidden; }
  75% {
    -webkit-transform: translateX(-520px) translateY(10px);
            transform: translateX(-520px) translateY(10px);
    visibility: hidden; }
  100% {
    -webkit-transform: translateX(10px) translateY(-10px);
            transform: translateX(10px) translateY(-10px); } }

@-webkit-keyframes fade-in-bl {
  0% {
    -webkit-transform: translateX(-40px) translateY(20px);
            transform: translateX(-40px) translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 0.3; } }

@keyframes fade-in-bl {
  0% {
    -webkit-transform: translateX(-40px) translateY(20px);
            transform: translateX(-40px) translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 0.3; } }
  sh-xod-onboarding-robot svg .stars-grp-1 {
    -webkit-animation: twinkle 20s ease-in-out infinite forwards;
            animation: twinkle 20s ease-in-out infinite forwards; }
  sh-xod-onboarding-robot svg .stars-grp-2 {
    -webkit-animation: twinkle 30s ease-in-out infinite forwards;
            animation: twinkle 30s ease-in-out infinite forwards; }
  sh-xod-onboarding-robot svg .stars-grp-3 {
    -webkit-animation: twinkle 40s ease-in-out infinite forwards;
            animation: twinkle 40s ease-in-out infinite forwards; }
  sh-xod-onboarding-robot svg .stars-grp-4 {
    -webkit-animation: twinkle 50s ease-in-out infinite forwards;
            animation: twinkle 50s ease-in-out infinite forwards; }
  sh-xod-onboarding-robot svg .circles-grp {
    -webkit-animation: twinkle 3.5s ease-in-out infinite forwards;
            animation: twinkle 3.5s ease-in-out infinite forwards; }
  sh-xod-onboarding-robot svg #robot {
    -webkit-animation: vibrate-3 2.5s linear infinite both;
            animation: vibrate-3 2.5s linear infinite both; }
  sh-xod-onboarding-robot svg #antenna-signal {
    fill: #ffffff; }
  sh-xod-onboarding-robot svg #signal {
    fill: #ffffff; }
  sh-xod-onboarding-robot svg #scan-linear-gradient {
    --color-stop-1: #ffffff;
    --color-stop-2: #fffae9;
    --color-stop-3: #fff0c4;
    --color-stop-4: #ffe9a7;
    --color-stop-5: #ffe493;
    --color-stop-6: #ffe186;
    --color-stop-7: #ffe082;
    --color-stop-8: #ffa000; }
  sh-xod-onboarding-robot svg #trace-linear-gradient {
    --color-stop-1: #ffffff;
    --color-stop-2: #e1f2e2;
    --color-stop-3: #b4ddb6;
    --color-stop-4: #8ecd91;
    --color-stop-5: #71c075;
    --color-stop-6: #5db660;
    --color-stop-7: #50b154;
    --color-stop-8: #4caf50;
    --color-stop-9: #4caf50; }
  sh-xod-onboarding-robot svg #eyes,
  sh-xod-onboarding-robot svg #clip-screws,
  sh-xod-onboarding-robot svg #terminal,
  sh-xod-onboarding-robot svg #heart,
  sh-xod-onboarding-robot svg #clip-eyes,
  sh-xod-onboarding-robot svg .scan-fill,
  sh-xod-onboarding-robot svg .scan-fill-sm,
  sh-xod-onboarding-robot svg .trace-fill-sm,
  sh-xod-onboarding-robot svg #web-page,
  sh-xod-onboarding-robot svg #hologram,
  sh-xod-onboarding-robot svg #scan-bar,
  sh-xod-onboarding-robot svg #product-schema {
    visibility: hidden; }
  sh-xod-onboarding-robot svg .cls-1,
  sh-xod-onboarding-robot svg .cls-6,
  sh-xod-onboarding-robot svg .cls-8 {
    fill: none; }
  sh-xod-onboarding-robot svg .cls-1 {
    stroke: #eceff1; }
  sh-xod-onboarding-robot svg .cls-1,
  sh-xod-onboarding-robot svg .cls-10,
  sh-xod-onboarding-robot svg .cls-6,
  sh-xod-onboarding-robot svg .cls-7,
  sh-xod-onboarding-robot svg .cls-8 {
    stroke-miterlimit: 10; }
  sh-xod-onboarding-robot svg .cls-1,
  sh-xod-onboarding-robot svg .cls-10,
  sh-xod-onboarding-robot svg .cls-8 {
    stroke-width: 10px; }
  sh-xod-onboarding-robot svg .cls-1-no-fill-stroke {
    fill: none;
    stroke: #eceff1;
    stroke-linejoin: round;
    stroke-width: 8px; }
  sh-xod-onboarding-robot svg .cls-2 {
    fill: #607d8b; }
  sh-xod-onboarding-robot svg .cls-3 {
    fill: #fff; }
  sh-xod-onboarding-robot svg .cls-10,
  sh-xod-onboarding-robot svg .cls-6,
  sh-xod-onboarding-robot svg .cls-7,
  sh-xod-onboarding-robot svg .cls-8 {
    stroke: #607d8b; }
  sh-xod-onboarding-robot svg .cls-6 {
    stroke-width: 2px; }
  sh-xod-onboarding-robot svg .cls-10,
  sh-xod-onboarding-robot svg .cls-7 {
    fill: #4caf50; }
  sh-xod-onboarding-robot svg .cls-7 {
    stroke-width: 4px; }
  sh-xod-onboarding-robot svg .cls-9 {
    fill: #37474f; }
  sh-xod-onboarding-robot svg .lt-gray-fill {
    fill: #eceff1; }
  sh-xod-onboarding-robot svg .red-fill {
    fill: #d32f2f; }
  sh-xod-onboarding-robot svg .md-gray-fill {
    fill: #b0bec5; }
  sh-xod-onboarding-robot svg .md-gray-fill-opaque {
    fill: #b0bec5;
    opacity: 0.7; }
  sh-xod-onboarding-robot svg .drk-gray-stroke {
    stroke: #607d8b; }
  sh-xod-onboarding-robot svg .no-fill-gray-stroke {
    fill: none;
    stroke: #b0bec5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 8px; }
  sh-xod-onboarding-robot svg .scan-fill {
    opacity: 0.35;
    fill: url(#scan-linear-gradient); }
  sh-xod-onboarding-robot svg .trace-fill {
    opacity: 0.35;
    fill: url(#trace-linear-gradient); }
  sh-xod-onboarding-robot svg .cls-1-fill-str,
  sh-xod-onboarding-robot svg .cls-6-fill-str {
    fill: #fff; }
  sh-xod-onboarding-robot svg .cls-1-fill-str,
  sh-xod-onboarding-robot svg .cls-8-fill-str,
  sh-xod-onboarding-robot svg .cls-9-fill-str {
    stroke: #607d8b; }
  sh-xod-onboarding-robot svg .cls-1-fill-str,
  sh-xod-onboarding-robot svg .cls-10-fill-str,
  sh-xod-onboarding-robot svg .cls-11-fill-str,
  sh-xod-onboarding-robot svg .cls-12-fill-str,
  sh-xod-onboarding-robot svg .cls-8-fill-str,
  sh-xod-onboarding-robot svg .cls-9-fill-str {
    stroke-linecap: round;
    stroke-linejoin: round; }
  sh-xod-onboarding-robot svg .cls-1-fill-str {
    stroke-width: 15px; }
  sh-xod-onboarding-robot svg .cls-10-fill-str,
  sh-xod-onboarding-robot svg .cls-11-fill-str,
  sh-xod-onboarding-robot svg .cls-12-fill-str,
  sh-xod-onboarding-robot svg .cls-8-fill-str,
  sh-xod-onboarding-robot svg .cls-9-fill-str {
    fill: none; }
  sh-xod-onboarding-robot svg .cls-11-fill-str,
  sh-xod-onboarding-robot svg .cls-12-fill-str,
  sh-xod-onboarding-robot svg .cls-8-fill-str {
    stroke-width: 20px; }
  sh-xod-onboarding-robot svg .cls-10-fill-str,
  sh-xod-onboarding-robot svg .cls-9-fill-str {
    stroke-width: 10px; }
  sh-xod-onboarding-robot svg .cls-10-fill-str,
  sh-xod-onboarding-robot svg .cls-11-fill-str {
    stroke: #b0bec5; }
  sh-xod-onboarding-robot svg .cls-12-fill-str {
    stroke: #eceff1; }
  sh-xod-onboarding-robot.toggle-terminal #terminal {
    visibility: visible; }
    sh-xod-onboarding-robot.toggle-terminal #terminal .grp-1 {
      -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
              animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    sh-xod-onboarding-robot.toggle-terminal #terminal .grp-2 {
      -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
              animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both; }
    sh-xod-onboarding-robot.toggle-terminal #terminal .grp-3 {
      -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
              animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both; }
    sh-xod-onboarding-robot.toggle-terminal #terminal .grp-4 {
      -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
              animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both; }
    sh-xod-onboarding-robot.toggle-terminal #terminal .grp-5 {
      -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
              animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both; }
    sh-xod-onboarding-robot.toggle-terminal #terminal .grp-6 {
      -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
              animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both; }
  sh-xod-onboarding-robot.toggle-heart #heart {
    visibility: visible;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite forwards;
            animation: heartbeat 1.5s ease-in-out infinite forwards; }
  sh-xod-onboarding-robot.toggle-eyes #eyes {
    visibility: visible;
    -webkit-animation: blink-1 2s both;
            animation: blink-1 2s both; }
  sh-xod-onboarding-robot.toggle-eyes #antenna-signal {
    -webkit-animation: green-fill 0.8s ease-in-out both;
            animation: green-fill 0.8s ease-in-out both; }
  sh-xod-onboarding-robot.toggle-eyes #signal {
    -webkit-animation: green-fill 0.8s ease-in-out both;
            animation: green-fill 0.8s ease-in-out both; }
  sh-xod-onboarding-robot.toggle-eyes-scan #eyes {
    visibility: visible;
    -webkit-animation: left-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
            animation: left-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both; }
  sh-xod-onboarding-robot.toggle-eyes-scan .scan-fill {
    visibility: visible;
    -webkit-animation: left-right-fade 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
            animation: left-right-fade 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both; }
  sh-xod-onboarding-robot.toggle-eyes-scan #antenna-signal {
    fill: #ffa000; }
  sh-xod-onboarding-robot.toggle-eyes-scan #signal {
    fill: #ffa000; }
  sh-xod-onboarding-robot.toggle-trace-web #web-page {
    visibility: visible;
    -webkit-animation: fade-in-tr 3.5s cubic-bezier(0.4, 0.6, 0.6, 1) both;
            animation: fade-in-tr 3.5s cubic-bezier(0.4, 0.6, 0.6, 1) both; }
  sh-xod-onboarding-robot.toggle-trace-web #clip-eyes {
    visibility: visible;
    -webkit-animation: eyes-rotation 2.5s ease-in-out 0.5s both;
            animation: eyes-rotation 2.5s ease-in-out 0.5s both; }
  sh-xod-onboarding-robot.toggle-trace-web #antenna-signal {
    -webkit-animation: green-fill 0.5s ease-in-out 1.25s both;
            animation: green-fill 0.5s ease-in-out 1.25s both; }
  sh-xod-onboarding-robot.toggle-trace-web #signal {
    -webkit-animation: green-fill 0.5s ease-in-out 1.25s both;
            animation: green-fill 0.5s ease-in-out 1.25s both; }
  sh-xod-onboarding-robot.toggle-trace-web #monitor {
    -webkit-animation: monitor-rotation 2.5s ease-in-out 0.5s both;
            animation: monitor-rotation 2.5s ease-in-out 0.5s both; }
  sh-xod-onboarding-robot.toggle-trace-web #monitor-shadow {
    visibility: visible;
    -webkit-animation: shadow-rotation 2.5s ease-in-out 0.5s both;
            animation: shadow-rotation 2.5s ease-in-out 0.5s both; }
  sh-xod-onboarding-robot.toggle-trace-web #clip-screws {
    visibility: visible;
    -webkit-transform-origin: 3901px 1045px;
            transform-origin: 3901px 1045px;
    -webkit-animation: screws-rotation 2.5s ease-in-out 0.5s both;
            animation: screws-rotation 2.5s ease-in-out 0.5s both; }
  sh-xod-onboarding-robot.toggle-trace-web #scan-bar {
    visibility: visible;
    -webkit-animation: slide-in-top 1.15s ease-in-out 1.25s both;
            animation: slide-in-top 1.15s ease-in-out 1.25s both; }
  sh-xod-onboarding-robot.toggle-trace-web .trace-fill-sm {
    visibility: visible;
    -webkit-animation: scale-down-ver-bottom 1.15s ease-in-out 1.25s both;
            animation: scale-down-ver-bottom 1.15s ease-in-out 1.25s both; }
  sh-xod-onboarding-robot.toggle-trace-web #hologram {
    visibility: visible;
    -webkit-animation: fade-in-bl 0.6s cubic-bezier(0.4, 0.6, 0.5, 1) 2.8s both;
            animation: fade-in-bl 0.6s cubic-bezier(0.4, 0.6, 0.5, 1) 2.8s both; }
  sh-xod-onboarding-robot.toggle-trace-web #product-schema {
    visibility: visible;
    -webkit-animation: fade-in 0.6s cubic-bezier(0.4, 0.6, 0.5, 1) 3s both;
            animation: fade-in 0.6s cubic-bezier(0.4, 0.6, 0.5, 1) 3s both; }

xod-onboarding-page .go-back {
  text-align: right; }

xod-onboarding-page .divider {
  display: flex;
  justify-content: space-around;
  margin: 40px;
  border-top: 1px solid #cfd8dc;
  position: relative; }
  xod-onboarding-page .divider:before {
    content: 'OR';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 50%;
    color: #37474f;
    font-size: 12px;
    font-weight: 600; }

xod-onboarding-page .stage-title.loading {
  display: flex;
  align-items: center; }

xod-onboarding-step-provisioning {
  display: block; }

xod-onboarding-step-complete {
  display: block; }

xod-onboarding-step-request {
  display: block; }
  xod-onboarding-step-request .or-divider {
    display: flex;
    justify-content: space-around;
    margin: 40px;
    border-top: 1px solid #cfd8dc;
    position: relative; }
    xod-onboarding-step-request .or-divider:before {
      content: 'OR';
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background-color: #fff;
      border: 1px solid #cfd8dc;
      border-radius: 50%;
      color: #37474f;
      font-size: 12px;
      font-weight: 600; }

xod-onboarding-step-plans {
  display: block; }

