/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/images/vendor/chosen-js/chosen-sprite.png?6768c1976c2ad78da1634b00b1e84dc2) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/vendor/chosen-js/chosen-sprite.png?6768c1976c2ad78da1634b00b1e84dc2) no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/images/vendor/chosen-js/chosen-sprite.png?6768c1976c2ad78da1634b00b1e84dc2) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

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

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

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/images/vendor/chosen-js/chosen-sprite.png?6768c1976c2ad78da1634b00b1e84dc2) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

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

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

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

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/images/vendor/chosen-js/chosen-sprite.png?6768c1976c2ad78da1634b00b1e84dc2) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/images/vendor/chosen-js/chosen-sprite@2x.png?a0b7f3f18d93f6730bb20aa64fb27644) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;background:#fff;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row;padding:0}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;padding:0;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em;padding:0}.swal2-popup.swal2-toast .swal2-styled{margin:.125em .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(100,150,200,.5)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-no-transition{transition:none!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:5px;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center;padding:0 1.8em}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0;padding:0 1.6em}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}.swal2-styled{margin:.3125em;padding:.625em 1.1em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#2778c4;color:#fff;font-size:1.0625em}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#d14529;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#757575;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;height:.25em;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;align-items:center;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:5px;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close:focus{outline:0;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}.swal2-close::-moz-focus-inner{border:0}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0 1.6em;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto}.swal2-validation-message{display:none;align-items:center;justify-content:center;margin:0 -2.7em;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent!important}body.swal2-no-backdrop .swal2-container>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-container.swal2-top{top:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-container.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@-webkit-keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@-webkit-keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity 0.2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05, 1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all 0.2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity 0.4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom, #666, #444);position:absolute;top:0;left:0;bottom:0;width:0;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom, #be2626, #a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@-webkit-keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@-webkit-keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@-webkit-keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}@keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}.notyf{position:fixed;top:0;left:0;height:100%;width:100%;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none;box-sizing:border-box;padding:20px}.notyf__icon--error,.notyf__icon--success{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px;left:9px;height:12px;top:5px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px}.notyf__icon--success:after{height:6px;transform:rotate(-45deg);top:9px;left:6px}.notyf__icon--success:before{height:11px;transform:rotate(45deg);top:5px;left:10px}.notyf__toast{display:block;overflow:hidden;pointer-events:auto;-webkit-animation:notyf-fadeinup .3s ease-in forwards;animation:notyf-fadeinup .3s ease-in forwards;box-shadow:0 3px 7px 0 rgba(0,0,0,.25);position:relative;padding:0 15px;border-radius:2px;max-width:300px;transform:translateY(25%);box-sizing:border-box;flex-shrink:0}.notyf__toast--disappear{transform:translateY(0);-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{-webkit-animation:notyf-fadeoutright .3s forwards;animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translateX(0)}.notyf__toast--disappear .notyf__message{-webkit-animation-delay:.05s;animation-delay:.05s}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{height:400px;width:400px;position:absolute;transform-origin:bottom right;right:0;top:0;border-radius:50%;transform:scale(0) translateY(-51%) translateX(13%);z-index:5;-webkit-animation:ripple .4s ease-out forwards;animation:ripple .4s ease-out forwards}.notyf__wrapper{display:flex;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;border-radius:3px;position:relative;z-index:10}.notyf__icon{width:22px;text-align:center;font-size:1.3em;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.3s;animation-delay:.3s;margin-right:13px}.notyf__dismiss{position:absolute;top:0;right:0;height:100%;width:26px;margin-right:-15px;-webkit-animation:notyf-fadeinleft .3s forwards;animation:notyf-fadeinleft .3s forwards;-webkit-animation-delay:.35s;animation-delay:.35s;opacity:0}.notyf__dismiss-btn{background-color:rgba(0,0,0,.25);border:none;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;outline:none;opacity:.35;height:100%;width:100%}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;height:12px;width:2px;border-radius:3px;position:absolute;left:calc(50% - 1px);top:calc(50% - 5px)}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{opacity:.7;background-color:rgba(0,0,0,.15)}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{vertical-align:middle;position:relative;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;line-height:1.5em}@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{height:600px;width:600px;-webkit-animation-duration:.5s;animation-duration:.5s}.notyf__toast{max-width:none;border-radius:0;box-shadow:0 -2px 7px 0 rgba(0,0,0,.13);width:100%}.notyf__dismiss{width:56px}}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}

.dd{position:relative;display:block;margin:0;padding:0;max-width:600px;list-style:none;font-size:13px;line-height:20px}.dd-list{display:block;position:relative;margin:0;padding:0;list-style:none}.dd-list .dd-list{padding-left:30px}.dd-empty,.dd-item,.dd-placeholder{display:block;position:relative;margin:0;padding:0;min-height:20px;font-size:13px;line-height:20px}.dd-handle{display:block;height:30px;margin:5px 0;padding:5px 10px;color:#333;text-decoration:none;font-weight:700;border:1px solid #ccc;background:#fafafa;border-radius:3px;box-sizing:border-box}.dd-handle:hover{color:#2ea8e5;background:#fff}.dd-item>button{position:relative;cursor:pointer;float:left;width:25px;height:20px;margin:5px 0;padding:0;text-indent:100%;white-space:nowrap;overflow:hidden;border:0;background:0 0;font-size:12px;line-height:1;text-align:center;font-weight:700}.dd-item>button:before{display:block;position:absolute;width:100%;text-align:center;text-indent:0}.dd-item>button.dd-expand:before{content:'+'}.dd-item>button.dd-collapse:before{content:'-'}.dd-expand{display:none}.dd-collapsed .dd-collapse,.dd-collapsed .dd-list{display:none}.dd-collapsed .dd-expand{display:block}.dd-empty,.dd-placeholder{margin:5px 0;padding:0;min-height:30px;background:#f2fbff;border:1px dashed #b6bcbf;box-sizing:border-box;-moz-box-sizing:border-box}.dd-empty{border:1px dashed #bbb;min-height:100px;background-color:#e5e5e5;background-size:60px 60px;background-position:0 0,30px 30px}.dd-dragel{position:absolute;pointer-events:none;z-index:9999}.dd-dragel>.dd-item .dd-handle{margin-top:0}.dd-dragel .dd-handle{box-shadow:2px 4px 6px 0 rgba(0,0,0,.1)}.dd-nochildren .dd-placeholder{display:none}
/**
* SICONFONT - siconfont.css
*
* @description Class name to use siconfont
*
* @version 0.1.8
*
* @License MIT License
*
* @link http://segundofdez.github.io/siconfont
* @info http://segundofdez.com - @segundo_fdez | http://sond3.com - @sond3
*
* ==========================================================================
*
* Copyright (c) 2014, Segundo Fdez (@segundo_fdez) - hello@reticulas.com
* @link http://segundofdez.github.io/siconfont | http://segundofdez.com | http://sond3.com

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
*/

@font-face {
  font-family: 'siconfont';
  src:  url(/fonts/siconfont.eot?012519b5bf9f6ab11d189a3a62e9877a);
  src:  url(/fonts/siconfont.eot?012519b5bf9f6ab11d189a3a62e9877a?#iefix) format('embedded-opentype'),
        url(/fonts/siconfont.woff?1ea8f2d776a8e31888b18ba624848e56) format('woff'),
        url(/fonts/siconfont.ttf?ae7f196e3695b24373f00b75e62a7ffa) format('truetype'),
        url(/fonts/siconfont.svg?08b4fcf906681ced72c8d3b64aa3682f#Siconfont) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="sicon-"]:before,
[class*=" sicon-"]:before {
  font-family: "siconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: auto;
  text-align: center;
  line-height: 1em;
}


/*
  BASIC ICONS
  --------------------------------------------------------------------------
*/
.sicon-plus:before{
  content: '\E000';
}
.sicon-multi:before{
  content: '\E001';
}
.sicon-minus:before{
  content: '\E002';
}
.sicon-ok:before{
  content: '\E003';
}

/*
  CIRCLE BASIC ICONS
  --------------------------------------------------------------------------
*/
.sicon-circle-plus:before{
  content: '\E004';
}
.sicon-circle-multi:before{
  content: '\E005';
}
.sicon-circle-minus:before{
  content: '\E006';
}
.sicon-circle-ok:before{
  content: '\E007';
}

/*
  CIRCLE TRIANGLES ICONS
  --------------------------------------------------------------------------
*/
.sicon-circle-tri-t:before{
  content: '\E008';
}
.sicon-circle-tri-r:before{
  content: '\E009';
}
.sicon-circle-tri-b:before{
  content: '\E00A';
}
.sicon-circle-tri-l:before{
  content: '\E00B';
}

/*
  TRIANGLES ICONS
  --------------------------------------------------------------------------
*/
.sicon-triangle-t:before{
  content: '\E00C';
}
.sicon-triangle-r:before{
  content: '\E00D';
}
.sicon-triangle-b:before{
  content: '\E00E';
}
.sicon-triangle-l:before{
  content: '\E00F';
}

/*
  TRIANGLES LARGE ICONS
  --------------------------------------------------------------------------
*/
.sicon-triangle-lt:before{
  content: '\E010';
}
.sicon-triangle-lr:before{
  content: '\E011';
}
.sicon-triangle-lb:before{
  content: '\E012';
}
.sicon-triangle-ll:before{
  content: '\E013';
}

/*
  ARROWS ICONS
  --------------------------------------------------------------------------
*/
.sicon-arrow-t:before{
  content: '\E014';
}
.sicon-arrow-r:before{
  content: '\E015';
}
.sicon-arrow-b:before{
  content: '\E016';
}
.sicon-arrow-l:before{
  content: '\E017';
}

/*
  ARROWS LARGE ICONS
  --------------------------------------------------------------------------
*/
.sicon-arrow-lt:before{
  content: '\E018';
}
.sicon-arrow-lr:before{
  content: '\E019';
}
.sicon-arrow-lb:before{
  content: '\E01A';
}
.sicon-arrow-ll:before{
  content: '\E01B';
}

/*
  TRIANGLES NEGATIVE ICONS
  --------------------------------------------------------------------------
*/
.sicon-triangle-nt:before{
  content: '\E01C';
}
.sicon-triangle-nr:before{
  content: '\E01D';
}
.sicon-triangle-nb:before{
  content: '\E01E';
}
.sicon-triangle-nl:before{
  content: '\E01F';
}

/*
  TRIANGLES NEGATIVE LARGE ICONS
  --------------------------------------------------------------------------
*/
.sicon-triangle-nlt:before{
  content: '\E020';
}
.sicon-triangle-nlr:before{
  content: '\E021';
}
.sicon-triangle-nlb:before{
  content: '\E022';
}
.sicon-triangle-nll:before{
  content: '\E023';
}

/*
  FLAGS ICONS
  --------------------------------------------------------------------------
*/
.sicon-flag-r:before{
  content: '\F200';
}
.sicon-flag-l:before{
  content: '\F201';
}
.sicon-flag-wr:before{
  content: '\F202';
}
.sicon-flag-wl:before{
  content: '\F203';
}
.sicon-flag-rr:before{
  content: '\F204';
}
.sicon-flag-rl:before{
  content: '\F205';
}
.sicon-flag-rwr:before{
  content: '\F206';
}
.sicon-flag-rwl:before{
  content: '\F207';
}
.sicon-flag-lrr:before{
  content: '\F208';
}
.sicon-flag-lrl:before{
  content: '\F209';
}

/*
  SQUARE TRIANGLE ICONS
  --------------------------------------------------------------------------
*/
.sicon-square-tt:before{
  content: '\F20A';
}
.sicon-square-tr:before{
  content: '\F20B';
}
.sicon-square-tb:before{
  content: '\F20C';
}
.sicon-square-tl:before{
  content: '\F20D';
}

/*
  DIRECTIONS ICONS
  --------------------------------------------------------------------------
*/
.sicon-direction-t:before{
  content: '\F20F';
}
.sicon-direction-r:before{
  content: '\F20F';
}
.sicon-direction-b:before{
  content: '\F210';
}
.sicon-direction-l:before{
  content: '\F211';
}

/*
  PAGE ICONS
  --------------------------------------------------------------------------
*/
.sicon-page-minus:before{
  content: '\F21B';
}
.sicon-page-new:before{
  content: '\F21C';
}
.sicon-page-plus:before{
  content: '\F21D';
}
.sicon-page-list:before{
  content: '\F21E';
}
.sicon-page-ok:before{
  content: '\F21F';
}
.sicon-page-edit:before{
  content: '\F220';
}
.sicon-page-del:before{
  content: '\F221';
}

/*
  PAGE MINI ICONS
  --------------------------------------------------------------------------
*/
.sicon-page-mnew:before{
  content: '\F222';
}
.sicon-page-mplus:before{
  content: '\F223';
}
.sicon-page-mlist:before{
  content: '\F224';
}
.sicon-page-mok:before{
  content: '\F225';
}
.sicon-page-medit:before{
  content: '\F226';
}
.sicon-page-mdel:before{
  content: '\F227';
}
.sicon-page-mminus:before{
  content: '\F228';
}

/*
  GRID ICONS
  --------------------------------------------------------------------------
*/
.sicon-center:before{
  content: '\F264';
}
.sicon-aside:before{
  content: '\F265';
}
.sicon-grid:before{
  content: '\F266';
}
.sicon-file:before{
  content: '\F267';
}
.sicon-column:before{
  content: '\F268';
}
.sicon-two-column-h:before{
  content: '\F269';
}
.sicon-two-column-v:before{
  content: '\F26A';
}
.sicon-grid-four:before{
  content: '\F26B';
}
.sicon-top:before{
  content: '\F26C';
}
.sicon-bottom:before{
  content: '\F26D';
}
.sicon-aside-l:before{
  content: '\F26E';
}

/*
  NAVIGATORS ICONS
  --------------------------------------------------------------------------
*/
.sicon-firefox:before{
  content: '\F270';
}
.sicon-ie:before{
  content: '\F271';
}
.sicon-chrome:before{
  content: '\F272';
}
.sicon-safari:before{
  content: '\F273';
}
.sicon-opera:before{
  content: '\F274';
}

/*
  CONTROLS ICONS
  --------------------------------------------------------------------------
*/
.sicon-control-l:before{
  content: '\F254';
}
.sicon-control-rec:before{
  content: '\F255';
}
.sicon-control-pause:before{
  content: '\F256';
}
.sicon-control-stop:before{
  content: '\F257';
}
.sicon-control-r:before{
  content: '\F258';
}

/*
  SCREEN ICONS
  --------------------------------------------------------------------------
*/
.sicon-video:before{
  content: '\F259';
}
.sicon-photo:before{
  content: '\F25A';
}
.sicon-monitor:before{
  content: '\F25B';
}
.sicon-mobile:before{
  content: '\F25C';
}
.sicon-tablet:before{
  content: '\F25D';
}
.sicon-sound:before{
  content: '\F25E';
}
.sicon-sound-off:before{
  content: '\F25F';
}
.sicon-sound-silence:before{
  content: '\F260';
}

/*
  USER INTERFACE ICONS
  --------------------------------------------------------------------------
*/
.sicon-gmark:before{
  content: '\F28C';
}
.sicon-tag:before{
  content: '\F28D';
}
.sicon-search:before{
  content: '\F28E';
}
.sicon-love:before{
  content: '\F28F';
}
.sicon-rss:before{
  content: '\F290';
}
.sicon-off:before{
  content: '\F291';
}
.sicon-start:before{
  content: '\F292';
}
.sicon-square-cate:before{
  content: '\F293';
}
.sicon-circle-cate:before{
  content: '\F294';
}
.sicon-comment-r:before{
  content: '\F295';
}
.sicon-comment-l:before{
  content: '\F296';
}
.sicon-folder-open:before{
  content: '\F297';
}
.sicon-folder:before{
  content: '\F298';
}
.sicon-folder-alt:before{
  content: '\F299';
}
.sicon-attach:before{
  content: '\F29A';
}
.sicon-trash:before{
  content: '\F29B';
}
.sicon-home:before{
  content: '\F29C';
}
.sicon-info:before{
  content: '\F29D';
}
.sicon-alert:before{
  content: '\F29E';
}
.sicon-user:before{
  content: '\F29F';
}
.sicon-multiuser:before{
  content: '\F2A0';
}
.sicon-preferences:before{
  content: '\F2A1';
}
.sicon-contact:before{
  content: '\F2A2';
}
.sicon-move:before{
  content: '\F2A3';
}
.sicon-update:before{
  content: '\F2A4';
}
.sicon-question:before{
  content: '\F2A5';
}
.sicon-lock:before{
  content: '\F2A6';
}
.sicon-unlock:before{
  content: '\F2A7';
}
.sicon-eye:before{
  content: '\F2A8';
}
.sicon-refresh:before{
  content: '\F2A9';
}
.sicon-down:before{
  content: '\F2AA';
}
.sicon-calendar:before{
  content: '\F2AB';
}

/*
  SOCIAL ICONS
  --------------------------------------------------------------------------
*/
.sicon-social-linkedin:before{
  content: '\F2DF';
}
.sicon-social-yt:before{
  content: '\F2E0';
}
.sicon-social-yt-fa:before{
  content: '\F2E1';
}
.sicon-social-github:before{
  content: '\F2E2';
}
.sicon-social-bitbucket:before{
  content: '\F2E3';
}
.sicon-social-flickr:before{
  content: '\F2E4';
}
.sicon-social-pinterest:before{
  content: '\F2E5';
}
.sicon-social-face:before{
  content: '\F2E6';
}
.sicon-social-gplus:before{
  content: '\F2E7';
}
.sicon-social-vimeo:before{
  content: '\F2E8';
}
.sicon-social-twitter:before{
  content: '\F2E9';
}
.sicon-social-insta:before{
  content: '\F2EA';
}
.sicon-social-codepen:before{
  content: '\F2EB';
}
.sicon-social-face-s:before{
  content: '\F2EC';
}
.sicon-social-gplus-s:before{
  content: '\F2ED';
}
.sicon-social-soundcloud:before{
  content: '\F2EE';
}



/* BASIC */
/**
 * colors ----------------------------------------------------------------------
 */
/**
* Font weights -----------------------------------------------------------------
*/
/* Roboto weights > 100 300 400 500 700 900 */
/**
* Media queries break points ---------------------------------------------------
*/
/* xtra small */
/* small */
/* medium */
/* large */
/* xtra large*/
/* This selector is in most "old way" box-sizing resets */
* {
  box-sizing: border-box;
}
html,
body {
  font-family: 'Roboto', sans-serif;
  color: #252525;
}
html a,
body a {
  outline: none;
}
/* State for menu hide-show */
.content {
  padding-top: 4.5em;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 480px) {
  .content {
    padding-left: 280px;
  }
}
@media (min-width: 480px) {
  .content.no-subnav {
    padding-left: 205px;
  }
}
.no-menu .content {
  padding-left: 20px;
}
@media (min-width: 480px) {
  .no-menu .content {
    padding-left: 100px;
  }
}
@media (min-width: 480px) {
  .no-menu .content.no-subnav {
    padding-left: 25px;
  }
}
/* common classes */
.border-top {
  border-top: 1px solid #e4e4e4;
  padding-top: 1em;
}
.reset-margin {
  margin-top: -1em;
}
.has-margin-t {
  display: inline-block;
  margin-top: 1em;
}
.has-margin-l {
  margin-left: 1em;
}
/* FONTS */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbFmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtalmUiA8.ttf) format('truetype');
}
/* VENDORS */
/* MIXINS */
/*
 * YOU WRITE
 * -----------------------------------------------------------------------------
 * span {
 *     .font-size(16);
 * }
 *
 * CONVERTS TO:
 * -----------------------------------------------------------------------------
 * span {
 *     font-size:16px;
 *     font-size(1rem);
 * }
 * -----------------------------------------------------------------------------
 */
/* HELPERS */
.ratio {
  max-width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.ratio iframe,
.ratio object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-16-9 {
  padding-bottom: 56.25%;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.visuallyhide {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  overflow: hidden;
}
/* UI */
.button {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  padding: 0.5em 1em;
  overflow: hidden;
  background: none;
  color: black;
  font-family: inherit;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
  text-overflow: ellipsis;
}
.button-normal,
.button-negative,
.button-important {
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0.7em 2em;
  transition: all 0.3s;
}
.button-normal {
  background-color: #272C32;
  color: white;
}
.button-normal:hover {
  background-color: #989898;
}
.button-negative {
  background-color: white;
  border-color: #e4e4e4;
  color: #272C32;
}
.button-negative:hover {
  background-color: #989898;
}
.button-important {
  background-color: #FF6555;
  color: white;
}
.button-important:hover {
  background-color: #989898;
}
.button-mini {
  font-size: 13px;
  font-size: 13 / 16rem;
}
@media (max-width: 800px) {
  .button-ico:before {
    left: 0 !important;
  }
}
.button-ico span {
  display: none;
}
@media (min-width: 800px) {
  .button-ico span {
    display: inline-block;
  }
}
.tab-lang {
  list-style-type: none;
  padding: 10px 0 0 0;
  margin: 0;
  position: sticky;
  top: 45px;
  z-index: 3;
  background-color: white;
  border-bottom: 15px solid #f1f1f1;
}
.tab-lang li {
  display: inline-block;
}
.tab-lang li.active a {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-bottom-color: transparent;
}
.tab-lang li a {
  border: 1px solid transparent;
  display: block;
  text-decoration: none;
  color: #656565;
  font-weight: 700;
  padding: 0.5em 2em;
  background-color: white;
}
.tab-lang li a:hover {
  color: #252525;
}
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="week"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="text"],
input[type="time"],
input[type="tel"],
input[type="url"],
textarea,
select {
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 0.7em 0.5em;
  background: white;
  border-radius: 2px;
}
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #989898;
}
textarea {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  height: 10em;
  width: 100% !important;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16"><polyline fill-rule="evenodd" clip-rule="evenodd" fill="none" stroke="rgb(147,154,160)" stroke-width="2" stroke-miterlimit="10" points="0.5,4.2 8,11.8 15.5,4.2 "/></svg>');
  background-repeat: no-repeat;
  background-position: 97% center;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  /*  Box. */
  /*  Box hover */
  /*  Box checked */
  /*  Box focus
    &:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }
    */
  /*  Disabled state label. */
  /*  Disabled box. */
  /*  Checkmark */
}
input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
input[type="checkbox"] + label:before {
  content: '';
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
}
input[type="checkbox"]:hover + label:before {
  border-color: #656565;
}
input[type="checkbox"]:checked + label:before {
  border-color: #1CBB9B;
  background: #1CBB9B;
}
input[type="checkbox"]:disabled + label {
  color: #989898;
  cursor: auto;
}
input[type="checkbox"]:disabled + label:before {
  box-shadow: none;
  background: #989898;
  border-color: #989898;
}
input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
/* state for hide forms and simulate just info */
.form-special {
  position: relative;
}
.form-special-header {
  pointer-events: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #989898;
  position: sticky;
  top: 45px;
  background-color: #f1f1f1;
}
.form-special-header h4 {
  margin: 0;
}
.form-special-header a {
  color: #272C32;
  font-size: 14px;
  font-size: 14 / 16rem;
  text-decoration: none;
}
.form-special-header a:before {
  margin-right: 0.25em;
  position: relative;
  top: -2px;
}
.form-special-header a:hover {
  color: #FF6555;
}
.no-edit {
  pointer-events: none;
}
.no-edit label {
  width: 100%;
}
.no-edit input[type="text"],
.no-edit select,
.no-edit textarea {
  background-color: transparent;
  border-color: transparent;
  border-top-color: rgba(152, 152, 152, 0.4);
  font-size: 14px;
  font-size: 14 / 16rem;
  padding: 0.35em 0 0;
}
.no-edit select {
  background-image: none;
}
.analytics-block {
  position: relative;
  width: 100%;
  border: 1px solid #e1e4e7;
  background-color: white;
  box-shadow: 0px 0 8px 3px rgba(39, 44, 50, 0.1);
  margin-bottom: 1em;
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 800px) {
  .analytics-block {
    max-width: 100%;
    flex-basis: 100%;
    margin-right: 3.33%;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .analytics-block {
    max-width: 30%;
    flex-basis: 30%;
  }
}
.analytics-block ul {
  margin: 0;
  padding: 0.75em;
  color: #989898;
  width: 100%;
}
.analytics-block ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 13 / 16rem;
}
.analytics-block form {
  width: 100%;
}
.analytics-block a,
.analytics-block input {
  font-size: 13px;
  font-size: 13 / 16rem;
  width: 100% !important;
  border-radius: 0;
  align-self: flex-end;
}
.analytics-block-title {
  margin: 0;
  font-size: 18px;
  font-size: 18 / 16rem;
  padding: 0.75em;
  width: 100%;
  color: #272C32;
  border-bottom: 1px solid #e1e4e7;
}
.total-storage,
.total-entries,
.reminder {
  padding-left: 90px;
}
.total-storage:before,
.total-entries:before,
.reminder:before {
  content: "\F294";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-size: 40 / 16rem;
  color: white;
  font-family: siconfont;
  width: 90px;
  left: 0;
  background-color: #2F88A7;
  height: 100%;
  position: absolute;
}
.total-storage ul li,
.total-entries ul li,
.reminder ul li {
  display: inline-block;
  margin-right: 0.25em;
}
.total-storage ul li:after,
.total-entries ul li:after,
.reminder ul li:after {
  content: "|";
  margin-left: 0.25em;
}
.total-storage ul li:last-child,
.total-entries ul li:last-child,
.reminder ul li:last-child {
  margin-right: 0;
}
.total-storage ul li:last-child:after,
.total-entries ul li:last-child:after,
.reminder ul li:last-child:after {
  content: "";
  margin-left: 0em;
}
.total-storage span,
.total-entries span,
.reminder span {
  font-weight: bold;
}
.total-entries:before {
  content: "\F21E";
  background-color: #FFBD16;
}
.reminder:before {
  content: "\F29D";
}
.analytics-line {
  font-size: 13px;
  font-size: 13 / 16rem;
  width: 100%;
  height: 2em;
  position: relative;
  border-bottom: 1px solid #e1e4e7;
}
.analytics-line span {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #57e6bb;
  width: 80%;
}
.analytics-line.has-lowspace span {
  background-color: #FE9953;
}
.analytics-line.has-nospace span {
  background-color: #EA021A;
}
.scms-table {
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-size: 14 / 16rem;
  /* States for active, inactive and special */
}
@media (max-width: 320px) {
  .scms-table {
    overflow-x: auto;
    display: block;
  }
}
.scms-table caption {
  display: none;
}
.scms-table .is-active,
.scms-table .is-inactive,
.scms-table .is-special,
.scms-table .is-menu,
.scms-table .is-admin,
.scms-table .is-noadmin {
  font-size: 30px;
  font-size: 30 / 16rem;
}
.scms-table .is-active span,
.scms-table .is-inactive span,
.scms-table .is-special span,
.scms-table .is-menu span,
.scms-table .is-admin span,
.scms-table .is-noadmin span {
  display: none;
}
.scms-table .is-active,
.scms-table .is-admin {
  color: #1CBB9B;
}
.scms-table .is-active:before,
.scms-table .is-admin:before {
  content: "●";
}
.scms-table .is-inactive,
.scms-table .is-noadmin {
  color: #cccccc;
}
.scms-table .is-inactive:before,
.scms-table .is-noadmin:before {
  content: "○";
}
.scms-table .is-special {
  font-size: 18px;
  font-size: 18 / 16rem;
  color: #FFC01B;
}
.scms-table .is-special:before {
  position: relative;
  top: -2px;
  content: "★";
  margin-left: 0.25em;
}
.scms-table .is-menu {
  font-size: 26px;
  font-size: 26 / 16rem;
  color: #cccccc;
}
.scms-table .is-menu:before {
  content: "☰";
  position: relative;
  top: -2px;
  margin-left: 0.25em;
}
.scms-table thead th {
  color: #272C32;
  font-weight: 700;
  padding: 0.5em 0;
  padding-right: 1.5em;
  border-bottom: 1px solid #e4e4e4;
  text-transform: uppercase;
  /*
            &.half-width {
                min-width: 50%;
            }
            &.static-width {
                width: 100px;
            }
            */
}
.scms-table thead th:last-child {
  padding-right: 0;
}
.scms-table thead th.min-width {
  min-width: 80px;
}
.scms-table tbody th,
.scms-table tbody td {
  border-bottom: 1px solid #e4e4e4;
  color: #989898;
}
.scms-table tbody td {
  padding: 0.5em 0;
  padding-right: 1.5em;
  word-break: break-all;
}
.scms-table tbody td:last-child {
  padding-right: 0;
}
.scms-table tbody td p a {
  color: #272C32;
  text-decoration: none;
  display: block;
  background-color: #f1f1f1;
  padding: 0.75em;
  border-radius: 4px;
}
.scms-table tbody td p a:before {
  content: "✎";
  color: #989898;
  margin-right: 0.5em;
}
.scms-table tbody td p a:hover {
  background-color: #e4e4e4;
}
.scms-table .scms-table-input input {
  font-size: 12px;
  font-size: 12 / 16rem;
  padding: 0.35em;
}
.scms-table .scms-table-input input::-moz-selection {
  background: #e4e4e4;
}
.scms-table .scms-table-input input::selection {
  background: #e4e4e4;
}
.table-center {
  text-align: center;
}
.table-center span:before {
  margin-right: 0.5em;
  position: relative;
  top: -2px;
}
/* LAYOUT */
.wrapper,
.wrapper-narrow {
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .wrapper,
  .wrapper-narrow {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 800px) {
  .wrapper,
  .wrapper-narrow {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .wrapper,
  .wrapper-narrow {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1440px) {
  .wrapper,
  .wrapper-narrow {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 320px) {
  .wrapper-narrow {
    max-width: 740px;
  }
}
.ly-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.ly-grid.ly-center {
  align-items: center;
}
.ly-grid.column-50 {
  justify-content: space-between;
  /* invert layout order */
}
.ly-grid.column-50 > div {
  width: 100%;
}
@media (min-width: 800px) {
  .ly-grid.column-50 > div {
    max-width: 48%;
    flex-basis: 48%;
  }
}
.ly-grid.column-50.invert-order > div:first-child {
  order: 2;
}
.ly-grid.column-50.invert-order > div:last-child {
  order: 1 ;
}
.column-100,
.column-70,
.column-30,
.column-50,
.column-1-3 {
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 800px) {
  .column-70 {
    max-width: 70%;
    flex-basis: 70%;
  }
}
@media (min-width: 800px) {
  .column-30 {
    max-width: 30%;
    flex-basis: 30%;
  }
}
@media (min-width: 800px) {
  .column-20 {
    max-width: 20%;
    flex-basis: 20%;
  }
}
@media (min-width: 800px) {
  .column-1-3 {
    max-width: 33.333%;
    flex-basis: 33.333%;
  }
}
.ly-grid-column {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12em, 1fr));
  grid-column-gap: 2em;
  grid-row-gap: 1em;
}
/* MODULES */
.header-scms {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f6f6;
  margin-left: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 70px;
}
@media (min-width: 480px) {
  .header-scms {
    padding-left: 250px;
  }
}
.header-scms.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.header-scms ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-scms > h1 {
  display: none;
  font-size: 16px;
  font-size: 16 / 16rem;
  margin: 0;
}
.header-scms > h1 a:hover {
  color: #989898;
}
@media (min-width: 800px) {
  .header-scms > h1 {
    display: inline;
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  .header-scms > h1 {
    border-right: 1px solid #e4e4e4;
    padding-right: 8px;
    margin-right: 8px;
  }
}
.header-scms .logout a {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  padding: 0.5em 1em;
  overflow: hidden;
  background: none;
  color: black;
  font-family: inherit;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
  text-overflow: ellipsis;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0.7em 2em;
  transition: all 0.3s;
  background-color: #272C32;
  color: white;
  height: 44px;
  font-size: 14px;
  font-size: 14 / 16rem;
  border-radius: 0px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 14px;
}
.header-scms .logout a:hover {
  background-color: #989898;
}
.header-scms .logout a:before {
  display: inline-block;
  position: relative;
  top: -3px;
}
.header-scms .logout a span {
  display: none;
}
.header-scms .logout a:hover {
  background-color: #FF6555;
}
@media (min-width: 800px) {
  .header-scms .logout a {
    padding-left: 2em;
    padding-right: 2em;
    /*
            &:before{
                display: none;
            }

            span{
                display: inline-block;
            }
            */
  }
}
.breadcrumb li {
  display: none;
  font-size: 16px;
  font-size: 16 / 16rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #989898;
}
.breadcrumb li a {
  color: #252525;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: #989898;
}
.breadcrumb li:after {
  content: ">";
  margin-right: 0.05em;
  margin-left: 0.25em;
}
.breadcrumb li:last-child:after {
  content: "";
}
@media (min-width: 1024px) {
  .breadcrumb li {
    display: block;
  }
}
/* options nav */
.header-scms-list {
  display: flex;
  align-items: center;
  position: relative;
}
.header-scms-list li {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}
.header-scms-list .sicon-off:before {
  margin-top: 3px;
}
.header-scms-list .sicon-preferences,
.header-scms-list .sicon-grid {
  color: #272C32;
  text-decoration: none;
  font-size: 18px;
  font-size: 18 / 16rem;
}
.header-scms-list .sicon-preferences:hover,
.header-scms-list .sicon-grid:hover {
  color: #989898;
}
.header-scms-list .sicon-preferences span,
.header-scms-list .sicon-grid span {
  display: none;
}
/* sublist header */
.header-scms-sublist {
  background-color: white;
  border: 1px solid #cbcbcb;
  box-shadow: 0 2px 10px rgba(152, 152, 152, 0.5);
  position: absolute;
  right: -65px;
  top: 2.4em;
  width: 280px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 1em 1em 0 !important;
  /* state hide */
}
.header-scms-sublist:before,
.header-scms-sublist:after {
  content: "";
  position: absolute;
  left: 200px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: dashed dashed solid;
}
.header-scms-sublist:before {
  top: -9.5px;
  margin-left: -5px;
  border-width: 0 9.5px 9.5px;
  border-bottom-color: #cbcbcb;
}
.header-scms-sublist:after {
  top: -8.5px;
  margin-left: -4px;
  border-width: 0 8.5px 8.5px;
  border-bottom-color: white;
}
.header-scms-sublist li {
  background-color: white;
  margin: 0;
  margin-bottom: 0.5em;
  text-align: center;
  width: 50%;
}
.header-scms-sublist li span {
  font-size: 13px;
  font-size: 13 / 16rem;
  display: block;
}
.header-scms-sublist li a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
  color: #272C32;
  border: 1px solid transparent;
}
.header-scms-sublist li a:hover {
  color: #252525;
  background-color: #e9ecee;
  border-color: #f1f1f1;
}
.header-scms-sublist li a:before {
  font-size: 22px;
  font-size: 22 / 16rem;
  color: #989898;
  margin-bottom: 0.2em;
  color: white;
  background-color: #272C32;
  padding: 0.5em;
  border-radius: 100%;
}
.header-scms-sublist .sicon-preferences:hover {
  color: #252525;
}
.header-scms-sublist .sicon-preferences span {
  display: block;
}
.header-scms-sublist.is-hidden {
  display: none;
}
/* cms-search */
.twitter-typeahead {
  flex-grow: 1;
}
@media (min-width: 480px) {
  .twitter-typeahead {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.twitter-typeahead:after {
  content: "⚲";
  font-size: 32px;
  font-size: 32 / 16rem;
  transform: rotate(-45deg);
  position: absolute;
  right: 0.25em;
  top: 2px;
  color: #989898;
}
.scms-search[type="text"] {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  padding: 0.5em 1em;
  overflow: hidden;
  background: none;
  color: black;
  font-family: inherit;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
  text-overflow: ellipsis;
  padding-right: 3em;
  cursor: auto;
  text-align: left;
  border-color: none;
  border-color: #f1f1f1;
  background-color: white;
}
.scms-search[type="text"]:hover,
.scms-search[type="text"]:focus {
  border-color: #e4e4e4;
}
/* state without menu*/
.no-menu .header-scms {
  padding-left: 70px;
  margin-left: 0;
  width: 100%;
}
.nav-scms,
.sub-nav-scms,
.nav-toggle {
  transition: all 0.2s ease-in-out;
  position: fixed;
}
.nav-scms,
.sub-nav-scms {
  font-weight: 300;
  height: 100%;
  overflow-y: auto;
}
.nav-scms-list,
.sub-nav-scms-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-scms-list a,
.sub-nav-scms-list a {
  display: block;
  padding: 13px 0;
  text-decoration: none;
  color: #989898;
}
/* main menu */
.nav-scms {
  background-color: #272C32;
  box-shadow: inset -20px 0 45px -20px #000000;
  left: 0;
  width: 180px;
  padding-top: 0;
  top: 45px;
  z-index: 4;
}
@media (min-width: 480px) {
  .nav-scms {
    top: 0px;
  }
}
.nav-scms-seeweb {
  display: block;
  background-color: #000000;
  color: #6a7888;
  text-decoration: none;
  padding: 0.95em 0.5em;
  border-bottom: 1px solid #2e343b;
  font-size: 14px;
  font-size: 14 / 16rem;
  font-weight: 400;
  transition: ease-in-out all 250ms;
}
.nav-scms-seeweb:hover {
  color: #1CBB9B;
  padding-left: 1.5em;
}
.nav-scms-seeweb:hover:before {
  left: 0em;
}
.nav-scms-seeweb:before {
  transition: ease-in-out all 250ms;
  position: relative;
  margin-right: 0.5em;
  top: -2px;
  left: -4em;
  font-size: 10px;
  font-size: 10 / 16rem;
  color: #1CBB9B;
}
/* submenu */
.sub-nav-scms {
  background-color: white;
  border-right: 1px solid #e4e4e4;
  left: 180px;
  top: 45px;
  padding-top: 0;
  width: 70px;
  z-index: 4;
}
.nav-scms-list {
  padding-bottom: 40px;
  position: relative;
}
.nav-scms-list > li {
  display: block;
  font-size: 14px;
  font-size: 14 / 16rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  /* icon state for submenu inside main nav*/
  /* subnav inside main nav */
}
.nav-scms-list > li:last-child {
  color: #6a7888;
  border-bottom-color: transparent;
  padding-left: 1.5em;
  font-size: 12px;
  font-size: 12 / 16rem;
  padding-top: 1em;
  padding-bottom: 1em;
}
.nav-scms-list > li.has-submenu > a {
  position: relative;
}
.nav-scms-list > li.has-submenu > a:after {
  transition: ease-in-out all 250ms;
  content: "\E01A";
  font-family: 'siconfont';
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 8px;
  font-size: 8 / 16rem;
  transform: rotate(-90deg);
}
.nav-scms-list > li.has-submenu.is-hidden > a {
  position: relative;
}
.nav-scms-list > li.has-submenu.is-hidden > a:after {
  transform: rotate(0deg);
}
.nav-scms-list > li.has-submenu.is-hidden > ul {
  display: none;
}
.nav-scms-list > li.has-submenu.is-active > a:before {
  border-bottom: 1px solid #FF6555;
}
.nav-scms-list > li.active > a {
  position: relative;
  background-color: #1e2227;
  color: #f8f8f9;
  font-weight: 300;
}
.nav-scms-list > li.active > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #FF6555;
}
.nav-scms-list > li > ul {
  padding-left: 0;
}
.nav-scms-list > li > ul a {
  background-color: #424a54;
  position: relative;
  /*
                &:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 6px;
                    height: 100%;
                    background-color: @color-important;
                    border-bottom: 1px solid @color-important;
                }
                */
  /*
                &:after {
                    background-color: darken(@color-scms, 4%);
                    left: 7px;
                }
                */
}
.nav-scms-list > li > ul a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 0px;
  height: 100%;
  background-color: #545e6b;
  transition: ease-in-out width 250ms;
}
.nav-scms-list > li > ul a span {
  position: relative;
}
.nav-scms-list > li > ul a span:before {
  content: "○";
  font-size: 14px;
  font-size: 14 / 16rem;
  margin-right: 0.5em;
}
.nav-scms-list > li > ul a:hover {
  background-color: #424a54;
}
.nav-scms-list > li > ul a:hover:before {
  width: 100%;
}
.nav-scms-list > li > ul > li {
  font-size: 13px;
  font-size: 13 / 16rem;
}
.nav-scms-list > li > ul > li:last-child {
  border-bottom: none;
}
.nav-scms-list > li > ul > li.is-active a {
  background-color: #545e6b;
  color: white;
}
.nav-scms-list > li > ul > li.is-active a span:before {
  content: "●";
}
.nav-scms-list a {
  border-bottom: 1px solid #2e343b;
  color: #939eab;
  padding-left: 20px;
}
.nav-scms-list a:hover {
  color: #f8f8f9;
  background-color: #1e2227;
}
.nav-scms-list .license {
  background-color: #000000;
  color: #6a7888;
  padding-left: 0;
  margin: 0;
  font-size: 13px;
  font-size: 13 / 16rem;
  transition: ease-in-out all 250ms;
}
.nav-scms-list .license:hover {
  background-color: #000000;
  color: #1CBB9B;
  padding-left: 1.5em;
}
.nav-scms-list .license:hover:before {
  left: 0em;
}
.nav-scms-list .license:before {
  transition: ease-in-out all 250ms;
  position: relative;
  margin-right: 0.5em;
  top: -2px;
  left: -4em;
  font-size: 10px;
  font-size: 10 / 16rem;
  color: #1CBB9B;
}
.sub-nav-scms-list li {
  border-bottom: 1px solid #e4e4e4;
}
.sub-nav-scms-list .active a {
  background-color: #f1f1f1;
}
.sub-nav-scms-list .active a:hover {
  background-color: #f1f1f1;
  color: #989898;
}
.sub-nav-scms-list a {
  font-weight: 400;
  text-align: center;
  font-size: 13px;
  font-size: 13 / 16rem;
  /* icons submenu */
}
.sub-nav-scms-list a:hover {
  background-color: #989898;
  color: white;
}
.sub-nav-scms-list a:before {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.16em;
  font-size: 18px;
  font-size: 18 / 16rem;
}
.nav-toggle {
  position: fixed;
  top: 0;
  left: 0;
  height: 44px;
  width: 70px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  color: #272C32;
  text-decoration: none;
  z-index: 100;
}
.nav-toggle span {
  display: none;
}
.nav-toggle:hover {
  color: #989898;
}
@media (min-width: 480px) {
  .nav-toggle {
    left: 180px;
    width: 70px;
  }
}
/* states toggle nav */
.no-menu .nav-scms,
.no-menu .sub-nav-scms {
  transform: translate(-360px, 0);
}
@media (min-width: 480px) {
  .no-menu .nav-scms,
  .no-menu .sub-nav-scms {
    transform: translate(-180px, 0);
  }
}
.no-menu .nav-toggle {
  left: 0;
  width: 70px;
}
.module-content {
  max-width: 100%;
  flex-basis: 100%;
  order: 1;
}
@media (min-width: 800px) {
  .module-content {
    max-width: 70%;
    flex-basis: 70%;
  }
}
@media (min-width: 800px) {
  .module-content {
    padding-right: 1.5em;
    border-right: 1px solid #e4e4e4;
  }
}
.module-edit-add label {
  font-size: 14px;
  font-size: 14 / 16rem;
  display: block;
  margin-bottom: 0.25em;
  color: #989898;
}
.edit-add-content,
.edit-add-metas {
  padding: 1em;
}
.edit-add-content div,
.edit-add-metas div {
  margin-bottom: 1.25em;
}
.edit-add-content div:last-child,
.edit-add-metas div:last-child {
  margin-bottom: 0;
}
.edit-add-metas {
  padding-bottom: 0.025em;
  border: 1px solid #f1f1f1;
  margin-bottom: 2em;
}
.edit-add-metas.is-hidden .edit-add-metas-input {
  display: none;
}
.edit-add-metas-input {
  transition: all ease-in-out 0.5s;
}
.meta-option {
  display: flex;
  justify-content: center;
  background-color: #49525d;
  padding: 1em;
}
.meta-option-automatize,
.meta-option-custom {
  margin: 0;
  padding: 1em;
  text-decoration: none;
  font-size: 14px;
  font-size: 14 / 16rem;
  background-color: #3d454f;
  box-shadow: inset 0 0 10px #252525;
  color: #8591a0;
  transition: all ease-in-out 0.25s;
}
.meta-option-automatize:hover,
.meta-option-custom:hover {
  color: white;
}
.meta-option-automatize.is-active,
.meta-option-custom.is-active {
  position: relative;
  background-color: #57E6BB;
  box-shadow: none;
  color: #0f6249;
  /*
        &:after{
            position: absolute;
            right: 1em;
            top:35%;
            content: "√";
            color: #57E6BB;
            .font-size(16);
            font-weight: bold;
        }
        */
}
.meta-option-automatize.is-active label,
.meta-option-custom.is-active label {
  color: white;
}
.meta-option-automatize {
  border-radius: 5px 0 0 5px;
}
.meta-option-custom {
  border-radius: 0 5px 5px 0;
}
.edit-add-content {
  background-color: #f1f1f1;
  position: relative;
}
.edit-add-content-showlink {
  padding: 0;
  color: #FF6555;
  text-decoration: none;
  position: sticky;
  margin-right: -1em;
  float: right;
  margin-top: -60px;
  top: 62px;
  z-index: 3;
}
.edit-add-content-showlink:hover {
  color: #252525;
}
.edit-add-content-showlink:before {
  font-size: 21px;
  font-size: 21 / 16rem;
  line-height: 0;
  margin-right: 0.5em;
}
.edit-add-content-showlink span {
  display: none;
}
@media (min-width: 800px) {
  .edit-add-content-showlink span {
    display: inline-block;
  }
}
.submodule-block {
  border-left: 2px solid #e4e4e4;
  padding: 0em 0em 0em 1em;
  margin-bottom: 3em;
}
.submodule-block textarea {
  height: 100px;
}
.submodule-block:hover {
  border-color: #656565;
}
.submodule-block .img-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.cms-slug input {
  background-color: #f1f1f1;
  color: #989898;
}
.cms-slug input:focus {
  background-color: white;
  color: #252525;
}
.cms-slug a {
  text-decoration: none;
  color: #989898;
  font-size: 14px;
  font-size: 14 / 16rem;
}
.cms-slug a:hover {
  color: #FF6555;
}
/*
.submodule-block-iframe{}
.submodule-block-text{}
.submodule-block-image{}
.submodule-block-file{}
.submodule-block-sources{}
*/
.submodule-block-text .cms-body {
  margin-top: 1em;
}
.submodule-block-iframe .cms-title,
.submodule-block-image .cms-title,
.submodule-block-file .cms-title {
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .checks {
    display: flex;
  }
}
.checks > div {
  position: relative;
  margin-right: 2em;
  display: inline-block;
  /* Fix generic checkbox on this forms */
}
.checks > div input[type="checkbox"] {
  width: 100%;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .radio {
    display: flex;
  }
}
.radio > div {
  position: relative;
  margin-right: 2em;
  display: inline-block;
}
.radio > div label {
  display: block;
  position: relative;
  padding-left: 1.5em;
  color: #989898;
}
.radio > div label:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #989898;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 50%;
  margin-top: -10px;
  left: 0px;
}
.radio > div input[type=radio] {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.radio > div input[type=radio]:checked ~ label:before {
  background-color: #1CBB9B;
  border-color: #1CBB9B;
}
.submodule-block-options {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  padding: 0;
  color: #989898;
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
  font-size: 14 / 16rem;
}
.submodule-block-options li {
  padding: 0.75em 0em;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  border-right-width: 0;
}
.submodule-block-options li:last-child {
  border-right-width: 1px;
}
.submodule-block-options li:last-child:hover {
  border-color: #FF6555;
}
.submodule-block-options a,
.submodule-block-options span {
  padding: 0.75em 1.25em;
}
.submodule-block-options a {
  color: #989898;
  text-decoration: none;
}
.submodule-block-options a:hover {
  background-color: #e4e4e4;
  color: #989898;
}
.submodule-block-options + div {
  margin-bottom: 1.5em;
}
.submodule-block-options .drag-handle {
  cursor: move;
}
.submodule-block-options .close-content {
  color: #FF6555;
}
.submodule-block-options .close-content:hover {
  background-color: #FF6555;
  color: white;
}
.submodule-block-options .sicon-move:before,
.submodule-block-options .sicon-circle-multi:before {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.submodule-block-sources a {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  padding: 0.5em 1em;
  overflow: hidden;
  background: none;
  color: black;
  font-family: inherit;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
  text-overflow: ellipsis;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0.7em 2em;
  transition: all 0.3s;
  background-color: #272C32;
  color: white;
  font-size: 13px;
  font-size: 13 / 16rem;
}
.submodule-block-sources a:hover {
  background-color: #989898;
}
.submodule-block-sources a:before {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.related-blocks-list {
  list-style-type: none;
  padding: 0;
}
.related-blocks-list li {
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 2px solid #e4e4e4;
}
.related-blocks-list li:hover {
  border-color: #252525;
}
.related-blocks-list li:hover a {
  color: #252525;
  background-color: #e4e4e4;
}
.related-blocks-list a {
  display: block;
  background-color: #f1f1f1;
  border: 1px solid #e4e4e4;
  padding: 1em;
  text-decoration: none;
  color: #989898;
}
.related-blocks-list a span {
  background-color: white;
  padding: 0.25em 0.75em;
  margin-left: 1em;
  font-size: 13px;
  font-size: 13 / 16rem;
}
.related-content-block-list {
  list-style-type: none;
  padding: 0;
}
.related-content-block-list li {
  padding-left: 1em;
  border-left: 2px solid #e4e4e4;
  display: inline-block;
}
.related-content-block-list li:hover {
  border-color: #252525;
}
.related-content-block-list li:hover a {
  color: #252525;
  background-color: #e4e4e4;
}
.related-content-block-list a {
  text-decoration: none;
  display: block;
  color: #252525;
  background-color: #f1f1f1;
  padding: 0.5em 1em;
}
.related-content-block-list a:hover {
  color: #989898;
}
.popup-gallery {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding: 3em 1em 1em 1em;
  background-color: rgba(241, 241, 241, 0.95);
}
.popup-gallery .close {
  text-decoration: none;
  color: #252525;
  position: fixed;
  top: 0em;
  right: 1em;
  font-size: 32px;
  font-size: 32 / 16rem;
}
.popup-gallery .close span {
  display: none;
}
.popup-gallery .close:hover {
  color: #FF6555;
}
.module-storage-gallery {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e4e4e4;
  padding: 0.5em;
}
.module-storage-gallery img {
  width: 100%;
}
.module-storage-gallery img:hover {
  opacity: 0.5;
}
.module-storage-gallery button {
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0.7em 2em;
  transition: all 0.3s;
  background-color: white;
  border-color: #e4e4e4;
  color: #272C32;
  width: 100%;
}
.module-storage-gallery button:hover {
  background-color: #989898;
}
.module-options {
  max-width: 100%;
  flex-basis: 100%;
  order: 2;
  position: relative;
}
@media (min-width: 800px) {
  .module-options {
    max-width: 30%;
    flex-basis: 30%;
  }
}
@media (min-width: 800px) {
  .module-options {
    padding-left: 1.5em;
  }
}
.options-action {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 1.25em;
  /* state for buttons when menu is not display*/
}
.options-action input {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  padding: 0.5em 1em;
  overflow: hidden;
  background: none;
  color: black;
  font-family: inherit;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
  text-overflow: ellipsis;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0.7em 2em;
  transition: all 0.3s;
  background-color: #272C32;
  color: white;
  font-size: 14px;
  font-size: 14 / 16rem;
}
.options-action input:hover {
  background-color: #989898;
}
.options-action input.button-important {
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0.7em 2em;
  transition: all 0.3s;
  background-color: #FF6555;
  color: white;
}
.options-action input.button-important:hover {
  background-color: #989898;
}
.no-menu .options-action input {
  font-size: 16px;
  font-size: 16 / 16rem;
}
.options-action.is-sticky {
  position: relative;
  /*
        + div {
            padding-top: 4.4em;
        }
        */
}
@media (min-width: 800px) {
  .options-action.is-sticky {
    box-shadow: 0px 5px 15px 10px white;
    /* hack for ie */
    position: fixed;
    position: sticky;
    top: 43px;
    width: 100%;
    background-color: white;
  }
}
.options-info div:last-child,
.options-main div:last-child {
  margin-bottom: 0;
}
.options-info {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.85em;
}
.options-info h5 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.25em;
}
.options-info > div {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.options-info > div label {
  position: relative;
  top: 0.05em;
  color: #656565;
}
.options-info small {
  display: block;
  margin-top: 0.3em;
  color: #989898;
}
.options-info small.important {
  color: #FF6555;
}
.options-info.line-top {
  border-top: 1px solid #e4e4e4;
  padding-top: 0.5em;
}
.important {
  color: #FF6555;
}
.options-main label {
  font-size: 14px;
  font-size: 14 / 16rem;
  display: block;
  color: #989898;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}
.options-main input {
  margin-bottom: 0.75em;
}
.options-main > div {
  margin-bottom: 0.55em;
  padding-bottom: 0.55em;
}
.options-status {
  position: sticky;
  top: 138px;
  width: 100%;
  color: #272C32;
  padding: 0.5em;
  margin-top: 1em;
  background-color: rgba(113, 215, 230, 0.15);
  border: 1px solid rgba(113, 215, 230, 0.25);
  border-radius: 4px;
  /*
    &:before,
    &:after {
        content: "";
        display: block;
        position: absolute;
        right: 100%;
        width: 0;
        height: 0;
        border-style: solid;
    }
    &:after {
        top: 21px;
        border-color: transparent lighten(@color-information, 36%) transparent transparent ;
        border-width: 14px;
    }

    &:before {
        top: 20px;
        border-color:  transparent lighten(@color-information, 10%) transparent transparent ;
        border-width: 15px;
    }
    */
}
.options-status h5 {
  margin-top: 0;
  margin-bottom: 0.25em;
}
.options-status p {
  font-size: 13px;
  font-size: 13 / 16rem;
  margin-top: 0;
  color: #656565;
}
.options-status input {
  font-size: 13px;
  font-size: 13 / 16rem;
  margin-bottom: 0.75em;
  color: #989898;
}
.options-status input::-moz-selection {
  background: #e4e4e4;
}
.options-status input::selection {
  background: #e4e4e4;
}
.options-status input:last-child {
  margin-bottom: 0;
}
.options-status ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.options-status ul li {
  display: inline-block;
  margin-right: 0.5em;
  background-color: #656565;
  padding: 0.25em 0.5em;
  border-radius: 4px;
}
.options-status ul li p {
  margin: 0;
  color: #f1f1f1;
  font-weight: 300;
}
.options-status ul li:last-child {
  margin-right: 0;
}
.options-status ul li.no-tag {
  margin-right: 0;
  padding: 0;
  background-color: transparent;
}
.options-status ul li.no-tag p {
  color: #656565;
  font-weight: 400;
}
.options-status a {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  padding: 0.5em 1em;
  overflow: hidden;
  background: none;
  color: black;
  font-family: inherit;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
  text-overflow: ellipsis;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0.7em 2em;
  transition: all 0.3s;
  background-color: #FF6555;
  color: white;
}
.options-status a:hover {
  background-color: #989898;
}
.content-element {
  background-color: white;
  padding: 0.5em;
  position: sticky;
  bottom: -278px;
  box-shadow: 0 -5px 12px 5px rgba(37, 37, 37, 0.15);
  overflow: hidden;
  z-index: 3;
  transition: ease-in-out all 250ms;
}
.content-element.is-displayed {
  bottom: 0;
}
.content-element.is-displayed .content-element-toggle span:before {
  content: "\E016";
}
.content-element-toggle {
  display: block;
  padding: 1em;
  text-align: center;
  margin-bottom: 0.5em;
  color: #252525;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-size: 13 / 16rem;
}
.content-element-toggle span:before {
  font-family: siconfont;
  content: "\E014";
  position: relative;
  top: -1px;
  margin-right: 0.75em;
}
.content-element-toggle:hover {
  background-color: #e4e4e4;
}
.module-insert {
  max-width: 100%;
  flex-basis: 100%;
  order: 3;
  padding-top: 0.5em;
}
.insert-options {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 13 / 16rem;
  display: flex;
  flex-flow: row nowrap;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}
.insert-options li {
  margin-right: 0.25em;
  text-align: center;
  flex-grow: 1;
}
.insert-options li:last-child {
  margin-right: 0;
}
.insert-options li a {
  display: block;
  text-decoration: none;
  background-color: #272C32;
  color: white;
  padding: 1em;
}
.insert-options li a:hover {
  background-color: #FF6555;
}
.insert-options span:before {
  font-size: 26px;
  font-size: 26 / 16rem;
  margin-bottom: 4px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.module-settings {
  padding-bottom: 2em;
}
.module-settings label {
  font-size: 14px;
  font-size: 14 / 16rem;
  color: #989898;
}
.module-settings .module-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.module-settings .module-content > div {
  margin-bottom: 1.5em;
  width: 100%;
}
@media (min-width: 800px) {
  .module-settings .module-content > div {
    width: 48%;
  }
}
.module-settings h2 {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  font-size: 21px;
  font-size: 21 / 16rem;
  padding-bottom: 0.5em;
  color: #FF6555;
}
.module-settings h2:before {
  font-size: 14px;
  font-size: 14 / 16rem;
  position: relative;
  margin-right: 5px;
  top: -3px;
}
.storageOptions {
  padding-bottom: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 800px) {
  .storageOptions {
    display: flex;
  }
}
@media (min-width: 800px) {
  .storageOptions .analytics-block {
    max-width: 35%;
    flex-basis: 35%;
  }
}
.module-storage {
  padding-bottom: 2em;
  justify-content: space-between;
}
.module-storage .size {
  font-size: 13px;
  font-size: 13 / 16rem;
  color: #989898;
}
.module-storage-content {
  width: 100%;
  position: relative;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 0.5em;
  padding-bottom: 60px;
  margin: 1em 0;
}
@media (min-width: 800px) {
  .module-storage-content {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .module-storage-content {
    width: 18%;
  }
}
.module-storage-content p {
  font-size: 14px;
  font-size: 14 / 16rem;
  margin-top: 0;
  margin-bottom: 0.25em;
  word-wrap: break-word;
}
.module-storage-content img {
  border: 1px solid #e4e4e4;
  width: 100%;
}
.module-storage-content a {
  color: #252525;
  text-decoration: none;
  width: 100%;
}
.module-storage-content a:hover {
  color: #989898;
}
.module-storage-content input {
  font-size: 14px;
  font-size: 14 / 16rem;
  margin-top: 1em;
  border-radius: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0em;
}
.chosen-container.chosen-container-multi,
.chosen-container.chosen-container-single {
  width: 100% !important;
}
.chosen-container-multi .chosen-choices {
  padding: 0.5em;
}
.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single {
  background-image: linear-gradient(#FFF 0%, #FFF 0%);
  border: 1px solid #e4e4e4;
  border-radius: 0;
  box-shadow: 0px 0px 0px #FFF inset, 0px 0px 0px rgba(0, 0, 0, 0);
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.5em;
  height: auto;
}
.chosen-container-single .chosen-single .search-choice-close {
  top: 15px;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 11px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -17px 11px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #AAA;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: linear-gradient(#EEE 20%, #FFF 80%);
  box-shadow: 0px 1px 0px #FFF inset;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background-color: #e4e4e4;
  color: #656565;
  padding: 5px 22px 5px 7px;
  background-image: none;
  border: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 6px;
}
#noty_top_layout_container li {
  border-radius: 0px !important;
  border: none !important;
  position: relative !important;
  width: 100%;
  max-width: 375px;
  position: absolute !important;
  right: -65px !important;
}
.noty_message {
  padding: 1.08em !important;
}
.swal2-image {
  max-width: 150px !important;
}
/*
//noty message

#noty_top_layout_container{
  li{
    background: none !important;
    border-radius:0px !important;
    border:none !important;
  }
}
.noty_message {
    background-color: fade(#9DD72A,90%);
    color: #2D3F08;
    padding: 1.1em !important;
}

.noty_container_type_information {
    background-color: #bbe1e8 !important;
}

.noty_container_type_error {
    background-color: #eaadad !important;
    color: #fff;
    font-weight: bold
}

.noty_container_type_warning {
    background-color: #fbb450 !important;
    color: #fff;
}

.noty_container_type_success {
    background-color: #b1ce8c !important;
    color: #fff;
}
*/
.cke_chrome {
  border: 1px solid #e4e4e4 !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.cke_top {
  background-image: -moz-linear-gradient(center top, white, white) !important;
  box-shadow: none !important;
  border-bottom: 1px solid red #e4e4e4;
  padding: 14px 10px 6px !important;
  position: sticky !important;
  top: 105px !important;
}
/* EXTEND THE CKEDITOR TO MAKE THE HEADER NO STICKY */
.cke-no-sticky .cke_top {
  position: relative !important;
  top: 0 !important;
}
.cke_maximized .cke_top {
  top: 0px !important;
}
.cke_bottom {
  background-image: -moz-linear-gradient(center top, white, white) !important;
}
#nprogress .bar {
  background: #FF6555;
}
#nprogress .peg {
  box-shadow: 0 0 10px #272C32, 0 0 5px #272C32;
}
#nprogress .spinner {
  display: none;
}
.ghost {
  border-left: 2px solid #272C32;
}
.white-popup-block {
  position: relative;
  background: white;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
}
.white-popup-block h2 {
  font-size: 16px;
  font-size: 16 / 16rem;
  transform: translateY(-1.35em);
  margin-bottom: 0;
  padding-right: 30px;
}
.white-popup-block label {
  color: #989898;
  font-size: 14px;
  font-size: 14 / 16rem;
}
.white-popup-block input {
  width: 100%;
}
.white-popup-block textarea {
  font-size: 14px;
  font-size: 14 / 16rem;
  height: 100px;
  margin-bottom: 0.5em;
}
.white-popup-block .embed-preview {
  margin: 0.5em 0;
}
.white-popup-block .embed-preview iframe {
  width: 100%;
  max-height: 250px;
}
#dropzone {
  width: 100%;
  min-height: 200px;
  background-color: #272C32;
  border: 2px dashed white;
  color: white;
  cursor: pointer;
  text-align: center;
}
#dropzone:hover {
  background-color: #FF6555;
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
#dropzone.dz-clickable {
  cursor: pointer;
}
#dropzone.dz-clickable * {
  cursor: default;
}
#dropzone.dz-clickable .dz-message,
#dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
#dropzone.dz-started .dz-message {
  margin: 1em 0;
}
#dropzone.dz-drag-hover {
  border-color: #272C32;
  background-color: rgba(39, 44, 50, 0.1);
}
#dropzone .dz-message {
  text-align: center;
  margin: 6em 0;
  font-size: 14px;
  font-size: 14 / 16rem;
}
#dropzone.dz-drag-hover .dz-message {
  color: #989898;
}
#dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
#dropzone .dz-preview:hover {
  z-index: 1000;
}
#dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
#dropzone .dz-preview.dz-file-preview .dz-image {
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
#dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
#dropzone .dz-preview.dz-image-preview {
  background: white;
}
#dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
#dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
#dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
#dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
#dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
#dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
#dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
#dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
#dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
#dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
#dropzone .dz-preview .dz-details .dz-filename span,
#dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
}
#dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}
#dropzone .dz-preview .dz-image {
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
#dropzone .dz-preview .dz-image img {
  display: block;
}
#dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
#dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
#dropzone .dz-preview .dz-success-mark,
#dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
#dropzone .dz-preview .dz-success-mark svg,
#dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
#dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
#dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
#dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
#dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  overflow: hidden;
}
#dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
#dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
#dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
#dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
#dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/*
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}
*/
.tt-menu {
  /* used to be tt-dropdown-menu in older versions */
  margin-top: 3px;
  background-color: white;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  /*
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    */
}
.tt-menu h3 {
  padding: 0.5em 0.75em;
  border-bottom: 1px solid #989898;
  margin: 0;
}
.tt-suggestion,
.empty-message {
  color: #989898;
  font-size: 13px;
  font-size: 13 / 16rem;
  padding: 1em;
  border-bottom: 1px solid #e4e4e4;
  line-height: 1.5em;
  cursor: pointer;
}
.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
  background-color: #989898;
  color: white;
}
.tt-suggestion p {
  margin: 0;
}
.tt-hint {
  color: red;
}
/* nested tree redesign */
/* main content for list */
.dd {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-size: 14px;
  font-size: 14 / 16rem;
}
/* list inside dd-list */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* list inside list */
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-list .dd-list:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 2px;
  left: 0px;
  background-color: #272C32;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.dd-handle {
  display: block;
  font-size: 14px;
  font-size: 14 / 16rem;
  margin: 0;
  padding: 5px 10px;
  color: white;
  text-decoration: none;
  background: #656565;
  border-radius: 0px;
  box-sizing: border-box;
  cursor: move;
}
.dd-handle:hover {
  color: white;
  background: #989898;
}
.dd-item > button {
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0 5px 5px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button.dd-expand:before,
.dd-item > button.dd-collapse:before {
  content: '';
  width: 20px;
  height: 15px;
  background-image: url('/static/scms/img/folder-close.svg');
  top: 3px;
}
.dd-item > button.dd-collapse:before {
  background-image: url('/static/scms/img/folder-open.svg');
}
.dd-expand {
  display: none;
}
.dd-collapsed .dd-list,
.dd-collapsed .dd-collapse {
  display: none;
}
.dd-collapsed .dd-expand {
  display: block;
}
.dd-empty,
.dd-placeholder {
  margin: 15px 0;
  padding: 0;
  min-height: 30px;
  background: rgba(113, 215, 230, 0.2);
  border: 1px dashed #656565;
  box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-nochildren .dd-placeholder {
  display: none;
}
.dd-options {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.5em;
  border: 1px solid #e4e4e4;
  border-top: none;
  padding: 5px;
  background-color: white;
}
.dd-options > div {
  margin-left: 1em;
}
.dd-options > div:first-child {
  flex-grow: 2;
  margin-left: 0;
}
.dd-options .button-normal {
  background-color: #f1f1f1;
  color: #252525;
}
.dd-options .button-normal:hover {
  background-color: #e4e4e4;
}
.dd-options .button-normal:before {
  content: "✎";
  position: relative;
  left: -0.5em;
}
.dd-options .is-active,
.dd-options .is-inactive {
  font-size: 30px;
  font-size: 30 / 16rem;
  position: relative;
}
.dd-options .is-active {
  color: #1CBB9B;
}
.dd-options .is-active:before {
  content: "●";
}
.dd-options .is-active span {
  display: none;
}
.dd-options .is-inactive {
  color: #cccccc;
}
.dd-options .is-inactive:before {
  content: "○";
}
.dd-options .is-inactive span {
  display: none;
}
/* ==========================================================================
   Pagination
   ========================================================================== */
/**
 * Common pagination in Scms-site.
 *
 * Estructure:
 *
 * .pagination {}
 * .pagination-lazy-loader{}
 */
/* Number pagination
   ========================================================================== */
.pagination {
  margin-bottom: 2rem;
}
@media (min-width: 800px) {
  .pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.pagination svg {
  width: 40px;
  height: 40px;
  display: none;
  fill: #272C32;
}
@media (min-width: 800px) {
  .pagination svg {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.pagination a {
  text-decoration: none;
}
.prev-next {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 800px) {
  .prev-next {
    display: none;
  }
}
.pagination-info {
  width: 100%;
}
@media (min-width: 1024px) {
  .pagination-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.pagination-info p {
  font-size: 13px;
  font-size: 13 / 16rem;
  color: #989898;
}
.pagination-current-page,
.pagination-page {
  padding: 13px;
  background-color: rgba(39, 44, 50, 0.05);
  border-right: none;
  display: none;
  margin: 0 1px;
}
.pagination-current-page:hover,
.pagination-page:hover {
  background-color: #272C32;
  color: white;
}
@media (min-width: 800px) {
  .pagination-current-page,
  .pagination-page {
    display: inline-flex;
  }
}
.pagination-current-page {
  background-color: #272C32;
  color: white;
}
@media (min-width: 800px) {
  .pagination-info-pages {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/* PAGES */
.login-cms {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  background-color: #272C32;
  background-image: url('/static/scms/img/scms-login-back.jpg');
  background-size: cover;
  background-position: center center;
  color: #989898;
  padding: 4em 1em;
  margin-bottom: 1em;
}
.login-cms:before {
  content: "";
  background-color: rgba(39, 44, 50, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.login-cms-main {
  width: 100%;
  max-width: 360px;
  background-color: rgba(255, 255, 255, 0.98);
  position: relative;
  padding: 1em;
  outline: 1px solid rgba(255, 255, 255, 0.45);
  outline-offset: 10px;
}
.login-cms-main label {
  display: block;
  font-weight: 300;
  font-size: 14px;
  font-size: 14 / 16rem;
  margin-bottom: 0.25em;
}
.login-cms-main input {
  margin-bottom: 1em;
  color: #252525;
}
.login-error {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ffc1bb;
  background-color: #ffe6e4;
  color: #FF6555;
  border-radius: 2px;
  margin-top: 1em;
  text-align: center;
  padding: 0.5em;
  font-size: 13px;
  font-size: 13 / 16rem;
}
.logo,
.description {
  margin: 0;
  color: #272C32;
}
.logo {
  font-weight: 900;
  text-decoration: none;
  margin: 0;
}
.description {
  font-weight: 300;
  margin-bottom: 1em;
}
.send input {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  padding: 0.5em 1em;
  overflow: hidden;
  background: none;
  color: black;
  font-family: inherit;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
  text-overflow: ellipsis;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0.7em 2em;
  transition: all 0.3s;
  background-color: #272C32;
  color: white;
  width: 100%;
}
.send input:hover {
  background-color: #989898;
}
.login-cr {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
  text-align: center;
}
.login-cr li {
  display: inline-block;
  font-size: 13px;
  font-size: 13 / 16rem;
  margin-right: 0.25em;
}
.login-cr li a {
  color: #FF6555;
}
.login-ip {
  margin: 0.5em;
  color: #989898;
  text-align: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.login-ip:before {
  content: "";
  display: block;
  text-align: center;
  line-height: 0;
  margin-bottom: 0.75em;
  width: 20px;
  height: 1px;
  background-color: #252525;
  margin: 0.75em auto;
}
.gohome:after {
  content: "|";
  margin-left: 0.5em;
}
.gohome,
.license {
  display: block;
  text-decoration: none;
  color: #989898;
}
.gohome:hover,
.license:hover {
  color: #272C32;
}
.dashboard {
  background-color: #e9ecee;
  min-height: 100vh;
}
.dashboard .ly-grid {
  padding-bottom: 1em;
  border-bottom: 1px solid #bec5cd;
}
.reminder h2 {
  border-bottom: none;
}
/* activity errors modules */
.dashboard-module-dark {
  box-shadow: 0px 0 8px 3px rgba(39, 44, 50, 0.2);
  margin-top: 2em;
  margin-bottom: 1em;
}
.dashboard-module-dark:first-child > h2 {
  background-color: #24b7cd;
}
.dashboard-module-dark > h2 {
  margin: 0em;
  padding: 0.75em;
  font-size: 14px;
  font-size: 14 / 16rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background-color: #FF6555;
  color: white;
}
.dashboard-module-dark ul {
  list-style-type: none;
  padding: 1em;
  margin: 0;
  background-color: white;
  color: #272C32;
  font-family: monospace;
  height: 280px;
  overflow-y: auto;
}
.dashboard-module-dark li {
  margin-bottom: 1em;
}
.dashboard-module-dark h3,
.dashboard-module-dark p,
.dashboard-module-dark small {
  font-size: 13px;
  font-size: 13 / 16rem;
  margin: 0;
  margin-bottom: 0.25em;
  font-weight: normal;
}
.dashboard-module-dark p:first-child {
  color: #989898;
}
.dashboard-module-dark .error {
  color: #FF6555;
}
.dashboard-module-dark .confirm {
  color: #1CBB9B;
}
.dashboard-module-dark small {
  color: #71D7E6;
}

