@charset "UTF-8";
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:focus,
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 
 |------------------------------------------------------------------+
 ||-----------------------------------------------------------------+
 ||	VARIBLE 														+
 ||																	+
*/
/* 
   ______   ______  ________  ________
  / __/ /  / __/  |/  / __/ |/ /_  __/
 / _// /__/ _// /|_/ / _//    / / /   
/___/____/___/_/  /_/___/_/|_/ /_/    
                                      
 */
/* 
  _________  __  ______  ____  _  _______  ________
 / ___/ __ \/  |/  / _ \/ __ \/ |/ / __/ |/ /_  __/
/ /__/ /_/ / /|_/ / ___/ /_/ /    / _//    / / /   
\___/\____/_/  /_/_/   \____/_/|_/___/_/|_/ /_/    
                                                   
 */
/* 
 |------------------------------------------------------------------+
 ||-----------------------------------------------------------------+
 ||	VARIBLE 														+
 ||																	+
*/
/* 
   ______   ______  ________  ________
  / __/ /  / __/  |/  / __/ |/ /_  __/
 / _// /__/ _// /|_/ / _//    / / /   
/___/____/___/_/  /_/___/_/|_/ /_/    
                                      
 */
/* 
  _________  __  ______  ____  _  _______  ________
 / ___/ __ \/  |/  / _ \/ __ \/ |/ / __/ |/ /_  __/
/ /__/ /_/ / /|_/ / ___/ /_/ /    / _//    / / /   
\___/\____/_/  /_/_/   \____/_/|_/___/_/|_/ /_/    
                                                   
 */
/* 
   __  ________  _______  __
  /  |/  /  _/ |/_/  _/ |/ /
 / /|_/ // /_>  <_/ //    / 
/_/  /_/___/_/|_/___/_/|_/  
                            
 */
@keyframes slideFadeIn {
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateY(15px);
  }
  50% {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes bounce {
  100%, 20%, 53%, 80%, from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

/* toggleClass jquery animation sidebar */
/* ======================================= */
/* ############ Open Sans ############ */
@font-face {
  font-family: 'opensans-regular';
  src: url("../fonts/opensans/opensans-regular.eot");
  src: url("../fonts/opensans/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-regular.woff") format("woff"), url("../fonts/opensans/opensans-regular.ttf") format("truetype"), url("../fonts/opensans/opensans-regular.svg#opensans-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-semibold';
  src: url("../fonts/opensans/opensans-semibold.eot");
  src: url("../fonts/opensans/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-semibold.woff") format("woff"), url("../fonts/opensans/opensans-semibold.ttf") format("truetype"), url("../fonts/opensans/opensans-semibold.svg#opensans-semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-bold';
  src: url("../fonts/opensans/opensans-bold.eot");
  src: url("../fonts/opensans/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-bold.woff") format("woff"), url("../fonts/opensans/opensans-bold.ttf") format("truetype"), url("../fonts/opensans/opensans-bold.svg#opensans-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-extrabold';
  src: url("../fonts/opensans/opensans-extrabold.eot");
  src: url("../fonts/opensans/opensans-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-extrabold.woff") format("woff"), url("../fonts/opensans/opensans-extrabold.ttf") format("truetype"), url("../fonts/opensans/opensans-extrabold.svg#opensans-extrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-light';
  src: url("../fonts/opensans/opensans-light.eot");
  src: url("../fonts/opensans/opensans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-light.woff") format("woff"), url("../fonts/opensans/opensans-light.ttf") format("truetype"), url("../fonts/opensans/opensans-light.svg#opensans-light") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* fontawesome */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ico-message {
  background: url(../images/ico/ico-message.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  margin: 0 0px 0 0;
  background-size: 16px;
  background-position: center;
}

.ico-bell {
  background: url(../images/ico/ico-bell.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 16px;
  margin: 0 0px 0 0;
  background-size: 14px;
  background-position: center;
}

.ico-expand {
  background: url(../images/ico/ico-circle-plus.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: 0;
}

.ico-arrowright {
  background: url(../images/ico/ico-arrow-point-to-right.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin: 0;
}

.ico-arrowright-orange {
  background: url(../images/ico/ico-arrow-point-to-right-orange.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin: 0;
}

.ico-stats, .ico-bag, .ico-speechbubble, .ico-spedometer, .ico-questionmark, .ico-bars {
  background: url(../images/ico/ico-stats.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin: 0;
  background-size: 50px 50px;
}

.ico-bag {
  background: url(../images/ico/ico-bag.svg) no-repeat;
  background-size: 50px 50px;
}

.ico-speechbubble {
  background: url(../images/ico/ico-speech-bubble.svg) no-repeat;
  background-size: 50px 50px;
}

.ico-spedometer {
  background: url(../images/ico/ico-spedometer.svg) no-repeat;
  background-size: 50px 50px;
}

.ico-questionmark {
  background: url(../images/ico/ico-question-mark.svg) no-repeat;
  background-size: 50px 50px;
}

.ico-bars {
  background: url(../images/ico/ico-bars.svg) no-repeat;
  background-size: 50px 50px;
}

.ico-email {
  background-image: url(../images/ico/ico-email.svg);
  background-repeat: no-repeat;
  background-size: 12px;
}

.ico-password {
  background-image: url(../images/ico/ico-password.svg);
  background-repeat: no-repeat;
  background-size: 11px;
}

.ico-clock {
  background-image: url(../images/ico/ico-clock.svg);
  background-repeat: no-repeat;
  background-size: 12px;
}

.ico-search {
  background-image: url(../images/ico/ico-search.svg);
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  margin: 0 0 0 0;
  background-repeat: no-repeat;
}

.ico-shop {
  background-image: url(../images/ico/ico-shop.svg);
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin: 0 0 0 0;
  background-repeat: no-repeat;
}

.ico-user {
  background-image: url(../images/ico/ico-user.svg);
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: 0 0 0 0;
  background-repeat: no-repeat;
}

.ico-coin {
  background-image: url(../images/ico/ico-coin.svg);
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: 0 0 0 0;
  background-repeat: no-repeat;
}

.ico-time {
  background-image: url(../images/ico/ico-time.svg);
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: 0 0 0 0;
  background-repeat: no-repeat;
}

.ico-delete:hover path {
  fill: rgba(130, 33, 38, 0.8);
}

.ico-circle-chevron {
  transform: rotate(180deg);
}

.ico-circle-chevron path {
  fill: rgba(130, 33, 38, 0.8);
}

.ico:hover path {
  fill: rgba(130, 33, 38, 0.8);
}

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

iframe {
  border: none;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
  overflow-x: hidden;
  overflow-y: hidden;
}

html.bg--white .main--content__desc, html.bg-lightgrey .main--content__desc, body.bg--white .main--content__desc, body.bg-lightgrey .main--content__desc {
  color: #000;
}

img, video, picture {
  display: inherit;
  max-width: 100%;
  height: auto;
  outline: none;
}

img[src=''],
img:not([src]) {
  opacity: 0;
}

.noflicker {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
}

a i ~ small {
  display: inline-block;
  margin-top: 0;
}

.blur {
  filter: blur(5px);
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.flex, .chart-legend ul, .pagination ul, .header--notification {
  display: flex;
  display: -ms-flexbox;
}

.flex.vcenter, .chart-legend ul.vcenter, .pagination ul.vcenter, .header--notification {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.flex.vstart, .chart-legend ul.vstart, .pagination ul.vstart, .vstart.header--notification {
  align-items: flex-start;
}

.flex.vend, .chart-legend ul.vend, .pagination ul.vend, .vend.header--notification {
  align-items: flex-end;
}

.flex.flow, .chart-legend ul.flow, .pagination ul.flow, .flow.header--notification {
  flex-flow: row wrap;
}

.flex .field, .chart-legend ul .field, .pagination ul .field, .header--notification .field {
  margin-bottom: 0;
}

.left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

.right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
}

.center, .header--notification {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
}

.between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.margin-x5 {
  margin-left: 5px;
  margin-right: 5px !important;
}

.margin-x10 {
  margin-left: 10px;
  margin-right: 10px !important;
}

.margin-t5 {
  margin-top: 5px !important;
}

.margin-t10 {
  margin-top: 10px !important;
}

.margin-t15 {
  margin-top: 15px !important;
}

.margin-t20 {
  margin-top: 20px !important;
}

.margin-r5 {
  margin-right: 5px !important;
}

.margin-r10 {
  margin-right: 10px !important;
}

.margin-r15 {
  margin-right: 15px !important;
}

.margin-r20 {
  margin-right: 20px !important;
}

.margin-b5 {
  margin-bottom: 5px !important;
}

.margin-b10 {
  margin-bottom: 10px !important;
}

.margin-b15 {
  margin-bottom: 15px !important;
}

.margin-b20 {
  margin-bottom: 20px !important;
}

.margin-l5 {
  margin-left: 5px !important;
}

.margin-l10 {
  margin-left: 10px !important;
}

.margin-l15 {
  margin-left: 15px !important;
}

.margin-l20 {
  margin-left: 20px !important;
}

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.margin0 {
  margin: 0 !important;
}

.padding0 {
  padding: 0 !important;
}

.spacing0 {
  letter-spacing: 0;
}

.border {
  border: 1px solid #e1e1e1;
}

.noborder {
  border: 0px solid transparent !important;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea;
}

.width-initial {
  width: initial;
}

.width-auto {
  width: auto !important;
}

.widthfull {
  width: 100% !important;
}

.width200 {
  width: 200px !important;
}

.width150 {
  width: 150px !important;
}

.width100 {
  width: 100px !important;
}

.width50 {
  width: 50px !important;
}

.row {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.bg--white {
  background: white;
}

.bg--gray {
  background: rgba(243, 238, 253, 0.4);
}

.bg-lightgrey {
  background-color: #f7f7f7;
}

.more-desc {
  overflow: hidden;
}

.transition, .ico-delete path, .ico-circle-chevron, .ico path, a.btn--primary, a.btn--primary2, .upload--button,
input.btn--primary[type='submit'],
input.btn--primary2[type='submit'],
button.btn--primary,
button.btn--primary2 {
  transition: all .3s ease;
}

.overflow-visible {
  overflow: visible !important;
}

.link-trigger-content, .expand-content {
  display: none;
}

.bg__overlay {
  position: relative;
}

.bg__overlay:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  top: 0;
  left: 0;
  transition: .3s ease-out;
}

.main--wrapper {
  transition: left 0.3s ease;
  width: calc(100% - 220px);
  position: relative;
  left: 220px;
  transition: all .3s ease;
}

.main--wrapper.animate {
  left: 0px;
  width: 100%;
}

.main--content {
  padding: 24px 15px 26px;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 50px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.main--content .main--content-inner {
  padding: 28px 25px 0;
}

.main--content__title {
  color: rgba(130, 33, 38, 0.8);
  line-height: 33px;
  margin: 0 0 3px;
}

.main--content__desc {
  color: #fff;
  letter-spacing: 0.33px;
  line-height: 14px;
}

.main--logo {
  height: 141px;
}

.user__img {
  border-radius: 100%;
  background: inherit;
}

/* Vue js */
[v-cloak] {
  display: none;
}

.text-white {
  color: #fff;
}

.text-orange {
  color: #f48d0f;
}

.text-error {
  color: rgba(130, 33, 38, 0.8);
}

.uppercase {
  text-transform: uppercase;
}

.light {
  font-family: "opensans-light";
}

.thin {
  font-weight: 100;
}

.medium, a,
input[type='submit'],
button, .login--content .login--content__form .login--btn--submit {
  font-weight: 500;
}

.semibold {
  font-family: "opensans-semibold";
}

.bold, .main--content__title, .login--content .login--content__header h3, .header--notification i small, .datepicker--day-name {
  font-family: "opensans-bold";
}

.extrabold {
  font-family: "opensans-extrabold";
}

body {
  font-family: "opensans-regular";
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
}

h1 {
  font-size: 42px;
  font-weight: normal;
  margin: 0 0 15px 0;
}

h1.s38 {
  font-size: 38px;
  line-height: 37px;
}

h1.s36 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
  color: #212121;
  font-weight: normal;
  margin: 0 0 20px 0;
}

h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 5px 0;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 12px 0;
}

h5 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

h6 {
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 17px;
}

h6.s14 {
  font-size: 14px;
}

h6.s13 {
  font-size: 13px;
}

h6.s12 {
  font-size: 12px;
}

p {
  color: #000000;
  font-size: 14px;
}

small {
  font-size: 12px;
}

small.s8 {
  font-size: 8px;
}

small.s9 {
  font-size: 9px;
}

small.s10 {
  font-size: 10px;
}

small.s11 {
  font-size: 11px;
}

label {
  font-size: 11px;
}

label small {
  padding: 2px 0 0 0;
}

label.s9 {
  font-size: 9px;
}

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

a.link {
  color: rgba(130, 33, 38, 0.8);
}

a.link:hover {
  text-decoration: underline;
}

a small {
  color: inherit;
  line-height: 0px;
  padding: 5px 0;
}

hr {
  display: inline-block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #E6E6E6;
}

ol {
  padding-left: 15px;
}

ul {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

ul.disc, ul.alpha {
  list-style-type: disc;
  padding: 0 0 0 18px;
}

ul.disc li, ul.alpha li {
  line-height: 18px;
  margin: 5px 0;
}

ul.dash li:before {
  content: '-';
  margin-right: 5px;
}

ul.alpha {
  list-style-type: upper-alpha;
}

ul li a {
  display: block;
  text-decoration: none;
}

ul li a img {
  float: left;
}

form {
  width: 100%;
  margin: 0;
  padding: 0;
}

form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.5);
}

form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}

form p {
  margin: 0;
}

form input, form textarea, form select {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #000;
  border: 1px solid #fff;
  padding: 5px 10px;
  vertical-align: middle;
  width: auto;
  height: 30px;
  border: 1px solid transparent;
}

form input:focus, form input:active, form textarea:focus, form textarea:active, form select:focus, form select:active {
  outline: none;
}

form input:disabled, form textarea:disabled, form select:disabled {
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
}

form input.mini, form textarea.mini, form select.mini {
  height: 20px;
  padding: 0 10px;
}

form input.mini.datepick + .icon-date, form textarea.mini.datepick + .icon-date, form select.mini.datepick + .icon-date {
  width: 20px;
  height: 20px;
  background-size: 12px;
}

form select.chosen {
  -webkit-appearance: none;
}

form textarea {
  height: 120px;
  resize: none;
}

form input.has-icon {
  padding-left: 25px;
  background-position: 6px center;
}

form input[type="file"] {
  border: 0;
  padding: 2px 0;
}

form .has-error ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(130, 33, 38, 0.8);
}

form .has-error ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(130, 33, 38, 0.8);
}

form .has-error input, form .has-error textarea, form .has-error select {
  border: 1px solid rgba(130, 33, 38, 0.8);
}

form .has-error small {
  color: rgba(130, 33, 38, 0.8);
}

form .button-inside {
  position: relative;
  display: flex;
  align-items: center;
}

form .button-inside a {
  position: absolute;
  right: 8px;
  margin: auto;
  z-index: 2px;
}

form .button-inside.show-password input {
  padding-right: 30px;
}

form .button-inside.show-password a {
  font-size: 6px;
  font-weight: 700;
}

.form .form--top {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 13px 16px;
}

.form .form--top h6 {
  letter-spacing: 0.5px;
}

.form .form--middle {
  background-color: #F0F0F0;
  padding: 13px 16px;
  position: relative;
  z-index: 1;
}

.form .form--bottom {
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 14px 16px;
}

.form .form--title {
  color: rgba(0, 0, 0, 0.2);
  display: block;
  margin: 13px 0 15px;
  font-weight: bold;
}

.form hr {
  color: #e6e6e6;
  margin: 7px 0;
}

.field {
  position: relative;
  width: 250px;
  max-width: 100%;
  margin: 0 20px 15px 0;
}

.field label {
  font-size: 9px;
  display: block;
  margin: 0 0 4px;
  font-weight: 600;
}

.field.bordered input, .field.bordered textarea, .field.bordered select {
  border: 1px solid rgba(170, 170, 170, 0.25);
}

.field.bordered .chosen-container-single .chosen-single {
  border: 1px solid rgba(170, 170, 170, 0.25);
}

.field.no-shadow input, .field.no-shadow textarea, .field.no-shadow select {
  box-shadow: none;
}

.field.no-shadow .chosen-container-single .chosen-single {
  box-shadow: none;
}

.field input, .field textarea, .field select {
  width: 100%;
}

.field .width-default {
  width: 250px;
}

.field .input--icon {
  position: relative;
}

.field .input--icon i {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.field .input--icon.icon--left input, .field .input--icon.icon--left select, .field .input--icon.icon--left .chosen-single {
  padding-left: 33px;
}

.field .input--icon.icon--left i {
  left: 0;
}

.field .input--icon.icon--left .mini {
  padding-left: 23px;
}

.field .input--icon.icon--left .mini ~ .chosen-single {
  padding-left: 23px;
}

.field .input--icon.icon--right input, .field .input--icon.icon--right select, .field .input--icon.icon--right .chosen-single {
  padding-right: 33px;
}

.field .input--icon.icon--right i {
  right: 0;
}

.field .input--icon.icon--right .mini {
  padding-right: 23px;
}

.field .input--icon.icon--right .mini ~ .chosen-single {
  padding-right: 23px;
}

.field .input--icon .chosen-container-single .chosen-single div b:before {
  display: none;
}

.field .input--icon .mini ~ i {
  width: 20px;
  height: 20px;
}

.field .input--date .icon-date {
  background-color: rgba(130, 33, 38, 0.8);
  background-image: url(../images/ico/ico-calendar.svg);
  cursor: pointer;
  transition: all .2s ease;
}

.field .input--date .icon-date:hover {
  background-color: rgba(89, 23, 26, 0.8);
}

.card__header .field {
  margin: 0 6px 0 0;
  width: 120px;
}

.card__header .field label {
  letter-spacing: 0.2px;
}

.card__header .field input, .card__header .field textarea, .card__header .field select {
  border: 1px solid #F0F0F0;
}

.card__header .field .chosen-container-single .chosen-single {
  box-shadow: none;
  border: 1px solid #F0F0F0;
}

.check {
  display: none;
}

.check:disabled + label {
  cursor: default;
}

.check:disabled + label:after {
  background-color: #E6E6E6;
}

.check + label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 11px;
  margin: 8px 0;
  padding: 0 0 0 20px;
  font-weight: 400;
}

.check + label:after {
  content: '';
  display: inline-block;
  vertical-align: sub;
  border: 1px solid #D6D6D6;
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  text-align: center;
}

.check:checked + label:before, .check.checked + label:before {
  position: absolute;
  content: "";
  margin: auto;
  background: url(../images/ico/ico-check.svg) top center no-repeat;
  background-size: 15px;
  width: 15px;
  height: 13px;
  top: -1px;
  left: 3px;
  z-index: 3;
}

.checkbox__two-layers {
  background-color: #fff;
  border: 1px solid #D6D6D6;
}

.checkbox__two-layers .check + label {
  margin: 0;
  padding: 8px 10px 7px 30px;
  border-bottom: 1px solid #D6D6D6;
  display: block;
  font-size: 12px;
}

.checkbox__two-layers .check + label:after {
  margin: 8px 10px 7px;
}

.checkbox__two-layers .check:checked + label:before, .checkbox__two-layers .check.checked + label:before {
  margin: 8px 10px 7px;
}

.radio {
  display: none;
}

.radio:disabled + label {
  cursor: default;
}

.radio:disabled + label:after {
  background-color: #E6E6E6;
}

.radio + label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 11px;
  margin: 8px 0;
  padding: 0 0 0 20px;
  font-weight: 400;
}

.radio + label:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  z-index: 0;
  margin: auto;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transform: scale(0);
  transition: all .2s ease;
}

.radio + label:after {
  content: '';
  display: inline-block;
  vertical-align: sub;
  border: 1px solid #D6D6D6;
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  text-align: center;
}

.radio:checked + label:before, .radio.checked + label:before {
  background-color: rgba(130, 33, 38, 0.8);
  z-index: 3;
  transform: scale(1);
}

/* MOVE CHECK STYLE */
.checkbox--item-select {
  display: flex;
  width: 100%;
}

.checkbox--item-select .checkbox__wrapper {
  display: flex;
  align-items: center;
  height: 35px;
  margin-left: 10px;
}

.checkbox--item-select .checkbox__wrapper label {
  transition: all .2s;
}

.checkbox--item-select .checkbox__wrapper label:hover {
  color: rgba(130, 33, 38, 0.8);
}

.checkbox--item-select .item-selected__body .checkbox__wrapper label {
  white-space: nowrap;
  width: calc(100% - 48px);
  text-overflow: ellipsis;
  overflow: hidden;
}

.checkbox--item-select .item-list__body ul.disabled .form--checkbox__wrapper .checkbox--label {
  color: #aaa;
  pointer-events: none;
}

.checkbox--item-select .item-list__body ul.disabled .form--checkbox__wrapper .checkbox--label:before {
  border-color: #bbb;
  background-color: #ddd;
}

.item-selected {
  width: 230px;
  background-color: #F8F8F8;
}

.item-selected .item-selected__header {
  padding: 10px;
  border-bottom: 1px solid rgba(97, 127, 143, 0.3);
}

.item-selected .item-selected__header h6 {
  font-size: 12px;
  font-weight: bold;
}

.item-selected .item-selected__body {
  position: relative;
  z-index: 0;
}

.item-selected ul {
  min-height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  margin: 0;
}

.item-selected ul li {
  position: relative !important;
  top: 0px !important;
  animation: slideFadeIn .5s;
}

.item-selected ul li .checkbox__wrapper label {
  line-height: 16px;
}

.item-selected ul li .checkbox__wrapper:hover:after {
  cursor: pointer;
}

.item-selected ul li .handle {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  display: block;
  background-color: #9B9B9B;
  cursor: move;
}

.item-selected ul li .handle:before {
  content: '';
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  display: block;
  background-color: #9B9B9B;
  top: -10px;
}

.item-selected ul li .handle:after {
  content: '';
  position: absolute;
  top: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  display: block;
  background-color: #9B9B9B;
  bottom: -11px;
}

.item-selected .item-selected__placeholder {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  z-index: 0;
  min-height: 160px;
}

.item-selected .item-selected__placeholder svg path {
  fill: rgba(130, 33, 38, 0.8);
}

.item-selected .item-selected__placeholder p {
  font-size: 13px;
  width: 80%;
  margin: 10px auto;
  opacity: 0.3;
  color: rgba(130, 33, 38, 0.8);
  use-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
}

.item-list {
  width: calc(100% - 230px);
  margin: 0px 0px 0px 15px;
  border: 1px solid #F4F2EF;
  background-color: #fff;
}

.item-list .item-list__header {
  display: flex;
  justify-content: space-between;
  padding: 9px 10px 8px 10px;
  border: 1px solid #F3F4F6;
}

.item-list .item-list__header h6 {
  font-size: 12px;
  font-weight: bold;
}

.item-list .item-list__body {
  border: 1px solid #F3F4F6;
  border-top: none;
}

.item-list .item-list__body ul {
  min-height: 162px;
  margin: 0;
}

.item-list .item-list__body ul li {
  animation: fadeIn .5s;
  display: inline-block;
  width: 220px;
}

.item-list .checkbox--label {
  color: #9B9B9B;
}

.toggle-transition {
  transition: all .3s;
  overflow: hidden;
  height: 40px;
}

.toggle-enter, .toggle-leave {
  height: auto;
}

/* END MOVE CHECK STYLE */
/* Select Dropdown style */
.dropdown--wrapper, .select--dropdown {
  /* Size & position */
  position: relative;
  background: inherit;
  outline: none;
}

.dropdown--wrapper.active .dropdown--submenu, .select--dropdown.active .dropdown--submenu {
  border: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transform: translateY(9px);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown--wrapper.active:after, .select--dropdown.active:after {
  transform: rotate(180deg);
}

.dropdown--wrapper:hover .select--name, .select--dropdown:hover .select--name {
  color: #333333;
}

.dropdown--wrapper .select--name, .select--dropdown .select--name {
  padding: 11px 14px 15px 16px;
  cursor: pointer;
}

.dropdown--wrapper .select--name .user__img, .select--dropdown .select--name .user__img {
  margin: 0 0 0 10px;
}

.dropdown--wrapper .dropdown--submenu, .select--dropdown .dropdown--submenu {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0px -1px;
  background: #fff;
  border: 1px solid #E3E3E3;
  list-style: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transform: translateY(19px);
  min-width: 186px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.dropdown--wrapper .dropdown--submenu:before, .select--dropdown .dropdown--submenu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -8px;
  top: 0;
  right: 24px;
  box-sizing: border-box;
  border: 5px solid #000;
  border-color: #fff #fff transparent transparent;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: 1px -1px 0px 0px rgba(0, 0, 0, 0.2);
}

.dropdown--wrapper .dropdown--submenu.left, .select--dropdown .dropdown--submenu.left {
  right: initial;
  left: 0;
}

.dropdown--wrapper .dropdown--submenu.left:before, .select--dropdown .dropdown--submenu.left:before {
  right: initial;
  left: 24px;
}

.dropdown--wrapper .dropdown--submenu ul, .select--dropdown .dropdown--submenu ul {
  margin: 3px 0;
}

.dropdown--wrapper .dropdown--submenu li:hover, .select--dropdown .dropdown--submenu li:hover {
  background: #F1F1F1;
}

.dropdown--wrapper .dropdown--submenu li:last-child a, .select--dropdown .dropdown--submenu li:last-child a {
  border: none !important;
}

.dropdown--wrapper .dropdown--submenu li a, .select--dropdown .dropdown--submenu li a {
  display: block;
  text-decoration: none;
  margin: 0 14px;
  min-height: 31px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f6f8f9;
}

.dropdown--wrapper .dropdown--submenu li i, .select--dropdown .dropdown--submenu li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle;
}

.dropdown--submenu .media {
  padding: 9px 0;
  margin: 0 14px;
  border-bottom: 1px solid #f6f8f9;
  display: block;
}

.dropdown--submenu .media .user__img {
  margin: 0 5px 0 0;
}

.dropdown--submenu .media .media-body h6 {
  font-size: 12px;
}

.dropdown--submenu a.link {
  color: rgba(130, 33, 38, 0.8);
  display: inherit;
  font-size: 8px;
}

.dropdown-check {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.dropdown-check .arrow {
  display: none;
}

.dropdown-check .arrow + label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-check .arrow + label:after {
  content: '';
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid rgba(48, 51, 56, 0.5);
  border-left: 1px solid rgba(48, 51, 56, 0.5);
  margin: 0;
  padding: 0;
  top: 0px;
  right: -5px;
  transform: rotate(-135deg);
  transition: all .3s ease;
}

.dropdown-check .arrow + label:hover:after {
  border-top: 1px solid #303338;
  border-left: 1px solid #303338;
}

.dropdown-check .arrow + label + .dropdown-menu {
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.36), 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 3px 12px;
  left: -20px;
  top: 10px;
  display: none;
  position: absolute;
  min-width: 100px;
  color: initial;
}

.dropdown-check .arrow + label + .dropdown-menu a {
  padding: 8px 0;
  transition: all 0.3s ease;
}

.dropdown-check .arrow + label + .dropdown-menu a:hover {
  color: rgba(130, 33, 38, 0.8);
}

.dropdown-check .arrow + label + .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -8px;
  top: 0;
  left: 65%;
  box-sizing: border-box;
  border: 5px solid #000;
  border-color: #fff #fff transparent transparent;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: 1px -1px 0px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-check .arrow:checked + label + .dropdown-menu, .dropdown-check .arrow.checked + label + .dropdown-menu {
  display: block;
  z-index: 3;
}

/* HEADER SELECTION DROPDOWN SELECT */
.dropdown__select__list {
  margin-left: 20px;
  margin-top: 5px;
  position: relative;
}

.dropdown__select__list.open .dropdown__content {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transform: translateY(12px);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown__select__list .display__name {
  margin: 0;
  line-height: 40px;
  height: auto;
  font-size: 20px;
  text-transform: uppercase;
  /* display: block; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all .2s;
}

.dropdown__select__list .display__name:hover {
  color: #44C7F4;
}

.dropdown__select__list .dropdown__content {
  position: absolute;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 1px 0px;
  background: #FFFFFF;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: translateY(31px);
}

.dropdown__select__list .dropdown__content:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 12px;
  width: 0px;
  height: 0px;
  margin-top: 3px;
  border-bottom: 6px solid #adb2bf;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.dropdown__select__list .dropdown__content:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 12px;
  width: 0px;
  height: 0px;
  margin-top: 4px;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.dropdown__select__list .dropdown__content li .dropdown__content__link {
  font-size: 13px;
  margin: 0 14px;
  display: block;
  min-height: 31px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f6f8f9;
}

.dropdown__select__list .dropdown__content li:hover {
  background: #F1F1F1;
}

.card {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 15px 0 15px;
  position: relative;
}

.card .card__header {
  padding: 13px 15px 12px;
  border-bottom: 1px solid #EAEAEA;
  min-height: 57px;
}

.card .card__header h6 {
  letter-spacing: 0.08px;
  margin: 0;
}

.card .minimize {
  width: 14px;
  height: 14px;
  background-color: rgba(130, 33, 38, 0.8);
  position: absolute;
  left: 15px;
  top: 0;
}

.card .minimize:before {
  content: '';
  width: 8px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  top: auto;
  margin: auto;
  background-color: #fff;
  border: 0px solid #fff;
}

.card .minimize:after {
  content: '';
  height: 8px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  visibility: hidden;
}

.card .minimize.collapsed:before {
  bottom: 0;
  top: 0;
}

.card .minimize.collapsed:after {
  visibility: visible;
}

.card.form {
  z-index: 1;
}

.grid .card {
  margin: 0;
  height: 100%;
}

.grid .card__wrapper {
  margin: 8px 0 7px 0;
  position: relative;
  z-index: 0;
}

.grid .card--content {
  padding: 16px 20px;
  height: inherit;
}

.grid .card--title {
  letter-spacing: 0.33px;
  color: rgba(130, 33, 38, 0.8);
  font-size: 13px;
}

.grid .card--title.s12 {
  font-size: 12px;
}

.grid .card--title span {
  font-family: "opensans-regular";
  color: #A2A6AD;
  letter-spacing: 0.08px;
}

.card--bg-img {
  position: relative;
  background-size: cover;
  background-position: center;
}

.card--bg-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.card--bg-img .card--title {
  color: inherit;
}

.card--bg-img .dropdown-check .arrow + label:after {
  border-color: inherit;
}

.card--bg {
  color: rgba(130, 33, 38, 0.8);
}

.card--bg .card--title {
  color: inherit;
}

.card--bg .dropdown-check .arrow + label:after {
  border-color: inherit;
}

.grad-orange {
  background-image: linear-gradient(-180deg, #f95959 0%, #fc6739 100%);
}

.grad-aquablue {
  background-image: linear-gradient(0deg, #2AB8AD 0%, #03899F 100%);
}

.grad-green {
  background-image: linear-gradient(0deg, #71DF64 0%, #429321 100%);
}

.grad-darkblue {
  background-image: linear-gradient(0deg, #3B5998 0%, #154475 100%);
}

.grad-blue {
  background-image: linear-gradient(0deg, #4099FF 0%, #258BFF 100%);
}

.grid:before, .grid:after {
  display: table;
  line-height: 0;
  content: "";
}

.grid:after {
  clear: both;
}

.grid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 5px;
  margin-left: 2%;
  box-sizing: border-box;
}

.grid [class*="span"]:first-child {
  margin-left: 0;
}

.grid .span1 {
  width: 6.5%;
}

.grid .span2 {
  width: 15%;
}

.grid .span3 {
  width: 23.5%;
}

.grid .span4 {
  width: 32%;
}

.grid .span5 {
  width: 40.5%;
}

.grid .span6 {
  width: 49%;
}

.grid .span7 {
  width: 57.5%;
}

.grid .span8 {
  width: 66%;
}

.grid .span9 {
  width: 74.5%;
}

.grid .span10 {
  width: 83%;
}

.grid .span11 {
  width: 91.5%;
}

.grid .span12 {
  width: 100%;
}

.grid-fluid:before, .grid-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.grid-fluid:after {
  clear: both;
}

.grid-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0;
  min-height: 5px;
  box-sizing: border-box;
}

.grid-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.grid-fluid .span1 {
  width: 8.3333333333%;
}

.grid-fluid .span2 {
  width: 16.6666666667%;
}

.grid-fluid .span3 {
  width: 25%;
}

.grid-fluid .span4 {
  width: 33.3333333333%;
}

.grid-fluid .span5 {
  width: 41.6666666667%;
}

.grid-fluid .span6 {
  width: 50%;
}

.grid-fluid .span7 {
  width: 58.3333333333%;
}

.grid-fluid .span8 {
  width: 66.6666666667%;
}

.grid-fluid .span9 {
  width: 75%;
}

.grid-fluid .span10 {
  width: 83.3333333333%;
}

.grid-fluid .span11 {
  width: 91.6666666667%;
}

.grid-fluid .span12 {
  width: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  min-height: 1px;
}

.row .col.m1 {
  width: calc(24px + ((100% - 288px) / 12 * 1));
}

.row .col.m2 {
  width: calc(48px + ((100% - 288px) / 12 * 2));
}

.row .col.m3 {
  width: calc(72px + ((100% - 288px) / 12 * 3));
}

.row .col.m4 {
  width: calc(96px + ((100% - 288px) / 12 * 4));
}

.row .col.m5 {
  width: calc(120px + ((100% - 288px) / 12 * 5));
}

.row .col.m6 {
  width: calc(144px + ((100% - 288px) / 12 * 6));
}

.row .col.m7 {
  width: calc(168px + ((100% - 288px) / 12 * 7));
}

.row .col.m8 {
  width: calc(192px + ((100% - 288px) / 12 * 8));
}

.row .col.m9 {
  width: calc(216px + ((100% - 288px) / 12 * 9));
}

.row .col.m10 {
  width: calc(240px + ((100% - 288px) / 12 * 10));
}

.row .col.m11 {
  width: calc(264px + ((100% - 288px) / 12 * 11));
}

.row .col.m12 {
  width: calc(288px + (100% - 288px));
}

.row.flex.between:after, .chart-legend ul.row.between:after, .pagination ul.row.between:after, .row.between.header--notification:after {
  display: none;
}

.row-gutter:after {
  content: "";
  display: table;
  clear: both;
}

.row-gutter .col {
  float: left;
  min-height: 1px;
  margin-right: 24px;
}

.row-gutter .col:last-child {
  margin-right: 0;
}

.row-gutter .col.m1 {
  width: calc(((100% - 264px) / 12 * 1));
}

.row-gutter .col.m2 {
  width: calc(24px + ((100% - 264px) / 12 * 2));
}

.row-gutter .col.m3 {
  width: calc(48px + ((100% - 264px) / 12 * 3));
}

.row-gutter .col.m4 {
  width: calc(72px + ((100% - 264px) / 12 * 4));
}

.row-gutter .col.m5 {
  width: calc(96px + ((100% - 264px) / 12 * 5));
}

.row-gutter .col.m6 {
  width: calc(120px + ((100% - 264px) / 12 * 6));
}

.row-gutter .col.m7 {
  width: calc(144px + ((100% - 264px) / 12 * 7));
}

.row-gutter .col.m8 {
  width: calc(168px + ((100% - 264px) / 12 * 8));
}

.row-gutter .col.m9 {
  width: calc(192px + ((100% - 264px) / 12 * 9));
}

.row-gutter .col.m10 {
  width: calc(216px + ((100% - 264px) / 12 * 10));
}

.row-gutter .col.m11 {
  width: calc(240px + ((100% - 264px) / 12 * 11));
}

.row-gutter .col.m12 {
  width: calc(264px + (100% - 264px));
}

@media (max-width: 1023px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .row .col {
    float: left;
    min-height: 1px;
  }
  .row .col.s1 {
    width: calc(24px + ((100% - 288px) / 12 * 1));
  }
  .row .col.s2 {
    width: calc(48px + ((100% - 288px) / 12 * 2));
  }
  .row .col.s3 {
    width: calc(72px + ((100% - 288px) / 12 * 3));
  }
  .row .col.s4 {
    width: calc(96px + ((100% - 288px) / 12 * 4));
  }
  .row .col.s5 {
    width: calc(120px + ((100% - 288px) / 12 * 5));
  }
  .row .col.s6 {
    width: calc(144px + ((100% - 288px) / 12 * 6));
  }
  .row .col.s7 {
    width: calc(168px + ((100% - 288px) / 12 * 7));
  }
  .row .col.s8 {
    width: calc(192px + ((100% - 288px) / 12 * 8));
  }
  .row .col.s9 {
    width: calc(216px + ((100% - 288px) / 12 * 9));
  }
  .row .col.s10 {
    width: calc(240px + ((100% - 288px) / 12 * 10));
  }
  .row .col.s11 {
    width: calc(264px + ((100% - 288px) / 12 * 11));
  }
  .row .col.s12 {
    width: calc(288px + (100% - 288px));
  }
}

@media (max-width: 768px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .row .col {
    float: left;
    min-height: 1px;
  }
  .row .col.xs1 {
    width: calc(24px + ((100% - 288px) / 12 * 1));
  }
  .row .col.xs2 {
    width: calc(48px + ((100% - 288px) / 12 * 2));
  }
  .row .col.xs3 {
    width: calc(72px + ((100% - 288px) / 12 * 3));
  }
  .row .col.xs4 {
    width: calc(96px + ((100% - 288px) / 12 * 4));
  }
  .row .col.xs5 {
    width: calc(120px + ((100% - 288px) / 12 * 5));
  }
  .row .col.xs6 {
    width: calc(144px + ((100% - 288px) / 12 * 6));
  }
  .row .col.xs7 {
    width: calc(168px + ((100% - 288px) / 12 * 7));
  }
  .row .col.xs8 {
    width: calc(192px + ((100% - 288px) / 12 * 8));
  }
  .row .col.xs9 {
    width: calc(216px + ((100% - 288px) / 12 * 9));
  }
  .row .col.xs10 {
    width: calc(240px + ((100% - 288px) / 12 * 10));
  }
  .row .col.xs11 {
    width: calc(264px + ((100% - 288px) / 12 * 11));
  }
  .row .col.xs12 {
    width: calc(288px + (100% - 288px));
  }
}

.alpha_01 {
  opacity: 0.1;
}

.alpha_02 {
  opacity: 0.2;
}

.alpha_03 {
  opacity: 0.3;
}

.alpha_04 {
  opacity: 0.4;
}

.alpha_05 {
  opacity: 0.5;
}

.alpha_06 {
  opacity: 0.6;
}

.alpha_07 {
  opacity: 0.7;
}

.alpha_08 {
  opacity: 0.8;
}

.alpha_09 {
  opacity: 0.9;
}

.ct {
  width: 100%;
}

.ct-460 {
  width: 460px;
  margin: 0 auto;
}

@media (max-width: 490px) {
  .ct-460 {
    width: 100%;
    padding: 0 15px;
  }
}

.ct-650 {
  width: 650px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .ct-650 {
    padding: 0 15px;
    width: 100%;
  }
}

.ct-716 {
  width: 716px;
  margin: 0 auto;
}

@media (max-width: 746px) {
  .ct-716 {
    padding: 0 15px;
    width: 100%;
  }
}

.ct-730 {
  width: 730px;
  margin: 0 auto;
}

@media (max-width: 760px) {
  .ct-730 {
    padding: 0 15px;
    width: 100%;
  }
}

.ct-750 {
  width: 750px;
  margin: 0 auto;
}

@media (max-width: 780px) {
  .ct-750 {
    padding: 0 15px;
    width: 100%;
  }
}

.ct-852 {
  width: 852px;
  margin: 0 auto;
}

@media (max-width: 912px) {
  .ct-852 {
    padding: 0 30px;
    width: 100%;
  }
}

.ct-1180 {
  width: 1180px;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .ct-1180 {
    padding: 0 30px;
    width: 100%;
  }
}

.ct-1200 {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .ct-1200 {
    padding: 0 30px;
    width: 100%;
  }
}

.ct-1400 {
  width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1460px) {
  .ct-1400 {
    padding: 0 30px;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .hidden-lg {
    display: none;
  }
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
}

.img-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.lh_14 {
  line-height: 14px;
}

.lh_15 {
  line-height: 15px;
}

.lh_16 {
  line-height: 16px;
}

.lh_17 {
  line-height: 17px;
}

.lh_18 {
  line-height: 18px;
}

.lh_19 {
  line-height: 19px;
}

.lh_20 {
  line-height: 20px;
}

.lh_21 {
  line-height: 21px;
}

.lh_22 {
  line-height: 22px;
}

.lh_23 {
  line-height: 23px;
}

.lh_24 {
  line-height: 24px;
}

.lh_25 {
  line-height: 25px;
}

.lh_26 {
  line-height: 26px;
}

.lh_27 {
  line-height: 27px;
}

.lh_28 {
  line-height: 28px;
}

.lh_29 {
  line-height: 29px;
}

.lh_30 {
  line-height: 30px;
}

.lh_31 {
  line-height: 31px;
}

.lh_32 {
  line-height: 32px;
}

.lh_33 {
  line-height: 33px;
}

.lh_34 {
  line-height: 34px;
}

.lh_35 {
  line-height: 35px;
}

.lh_36 {
  line-height: 36px;
}

.lh_37 {
  line-height: 37px;
}

.lh_38 {
  line-height: 38px;
}

.lh_39 {
  line-height: 39px;
}

.lh_40 {
  line-height: 40px;
}

.lh_41 {
  line-height: 41px;
}

.lh_42 {
  line-height: 42px;
}

.lh_43 {
  line-height: 43px;
}

.lh_44 {
  line-height: 44px;
}

.lh_45 {
  line-height: 45px;
}

.lh_46 {
  line-height: 46px;
}

.lh_47 {
  line-height: 47px;
}

.lh_48 {
  line-height: 48px;
}

.lh_49 {
  line-height: 49px;
}

.lh_50 {
  line-height: 50px;
}

.lh_51 {
  line-height: 51px;
}

.lh_52 {
  line-height: 52px;
}

.lh_53 {
  line-height: 53px;
}

.lh_54 {
  line-height: 54px;
}

.lh_55 {
  line-height: 55px;
}

.lh_56 {
  line-height: 56px;
}

.lh_57 {
  line-height: 57px;
}

.lh_58 {
  line-height: 58px;
}

.lh_59 {
  line-height: 59px;
}

.lh_60 {
  line-height: 60px;
}

.lh_61 {
  line-height: 61px;
}

.lh_62 {
  line-height: 62px;
}

.lh_63 {
  line-height: 63px;
}

.lh_64 {
  line-height: 64px;
}

.lh_65 {
  line-height: 65px;
}

.lh_66 {
  line-height: 66px;
}

.lh_67 {
  line-height: 67px;
}

.lh_68 {
  line-height: 68px;
}

.lh_69 {
  line-height: 69px;
}

.lh_70 {
  line-height: 70px;
}

.lh_71 {
  line-height: 71px;
}

.lh_72 {
  line-height: 72px;
}

.lh_73 {
  line-height: 73px;
}

.lh_74 {
  line-height: 74px;
}

.lh_75 {
  line-height: 75px;
}

.lh_76 {
  line-height: 76px;
}

.lh_77 {
  line-height: 77px;
}

.lh_78 {
  line-height: 78px;
}

.lh_79 {
  line-height: 79px;
}

.lh_80 {
  line-height: 80px;
}

.lh_81 {
  line-height: 81px;
}

.lh_82 {
  line-height: 82px;
}

.lh_83 {
  line-height: 83px;
}

.lh_84 {
  line-height: 84px;
}

@media (max-width: 768px) {
  .xs-lh_14 {
    line-height: 14px;
  }
  .xs-lh_15 {
    line-height: 15px;
  }
  .xs-lh_16 {
    line-height: 16px;
  }
  .xs-lh_17 {
    line-height: 17px;
  }
  .xs-lh_18 {
    line-height: 18px;
  }
  .xs-lh_19 {
    line-height: 19px;
  }
  .xs-lh_20 {
    line-height: 20px;
  }
  .xs-lh_21 {
    line-height: 21px;
  }
  .xs-lh_22 {
    line-height: 22px;
  }
  .xs-lh_23 {
    line-height: 23px;
  }
  .xs-lh_24 {
    line-height: 24px;
  }
  .xs-lh_25 {
    line-height: 25px;
  }
  .xs-lh_26 {
    line-height: 26px;
  }
  .xs-lh_27 {
    line-height: 27px;
  }
  .xs-lh_28 {
    line-height: 28px;
  }
  .xs-lh_29 {
    line-height: 29px;
  }
  .xs-lh_30 {
    line-height: 30px;
  }
  .xs-lh_31 {
    line-height: 31px;
  }
  .xs-lh_32 {
    line-height: 32px;
  }
  .xs-lh_33 {
    line-height: 33px;
  }
  .xs-lh_34 {
    line-height: 34px;
  }
  .xs-lh_35 {
    line-height: 35px;
  }
  .xs-lh_36 {
    line-height: 36px;
  }
  .xs-lh_37 {
    line-height: 37px;
  }
  .xs-lh_38 {
    line-height: 38px;
  }
  .xs-lh_39 {
    line-height: 39px;
  }
  .xs-lh_40 {
    line-height: 40px;
  }
  .xs-lh_41 {
    line-height: 41px;
  }
  .xs-lh_42 {
    line-height: 42px;
  }
  .xs-lh_43 {
    line-height: 43px;
  }
  .xs-lh_44 {
    line-height: 44px;
  }
  .xs-lh_45 {
    line-height: 45px;
  }
  .xs-lh_46 {
    line-height: 46px;
  }
  .xs-lh_47 {
    line-height: 47px;
  }
  .xs-lh_48 {
    line-height: 48px;
  }
  .xs-lh_49 {
    line-height: 49px;
  }
  .xs-lh_50 {
    line-height: 50px;
  }
  .xs-lh_51 {
    line-height: 51px;
  }
  .xs-lh_52 {
    line-height: 52px;
  }
  .xs-lh_53 {
    line-height: 53px;
  }
  .xs-lh_54 {
    line-height: 54px;
  }
  .xs-lh_55 {
    line-height: 55px;
  }
  .xs-lh_56 {
    line-height: 56px;
  }
  .xs-lh_57 {
    line-height: 57px;
  }
  .xs-lh_58 {
    line-height: 58px;
  }
  .xs-lh_59 {
    line-height: 59px;
  }
  .xs-lh_60 {
    line-height: 60px;
  }
  .xs-lh_61 {
    line-height: 61px;
  }
  .xs-lh_62 {
    line-height: 62px;
  }
  .xs-lh_63 {
    line-height: 63px;
  }
  .xs-lh_64 {
    line-height: 64px;
  }
  .xs-lh_65 {
    line-height: 65px;
  }
  .xs-lh_66 {
    line-height: 66px;
  }
  .xs-lh_67 {
    line-height: 67px;
  }
  .xs-lh_68 {
    line-height: 68px;
  }
  .xs-lh_69 {
    line-height: 69px;
  }
  .xs-lh_70 {
    line-height: 70px;
  }
  .xs-lh_71 {
    line-height: 71px;
  }
  .xs-lh_72 {
    line-height: 72px;
  }
  .xs-lh_73 {
    line-height: 73px;
  }
  .xs-lh_74 {
    line-height: 74px;
  }
  .xs-lh_75 {
    line-height: 75px;
  }
  .xs-lh_76 {
    line-height: 76px;
  }
  .xs-lh_77 {
    line-height: 77px;
  }
  .xs-lh_78 {
    line-height: 78px;
  }
  .xs-lh_79 {
    line-height: 79px;
  }
  .xs-lh_80 {
    line-height: 80px;
  }
  .xs-lh_81 {
    line-height: 81px;
  }
  .xs-lh_82 {
    line-height: 82px;
  }
  .xs-lh_83 {
    line-height: 83px;
  }
  .xs-lh_84 {
    line-height: 84px;
  }
}

.ls_0 {
  letter-spacing: 0px;
}

.ls_01 {
  letter-spacing: 0.1px;
}

.ls_02 {
  letter-spacing: 0.2px;
}

.ls_03 {
  letter-spacing: 0.3px;
}

.ls_04 {
  letter-spacing: 0.4px;
}

.ls_05 {
  letter-spacing: 0.5px;
}

.ls_06 {
  letter-spacing: 0.6px;
}

.ls_07 {
  letter-spacing: 0.7px;
}

.ls_08 {
  letter-spacing: 0.8px;
}

.ls_09 {
  letter-spacing: 0.9px;
}

.ls_1 {
  letter-spacing: 1px;
}

.ls_20 {
  letter-spacing: 20px;
}

@media (max-width: 768px) {
  .xs-ls_0 {
    letter-spacing: 0px;
  }
  .xs-ls_01 {
    letter-spacing: 0.1px;
  }
  .xs-ls_02 {
    letter-spacing: 0.2px;
  }
  .xs-ls_03 {
    letter-spacing: 0.3px;
  }
  .xs-ls_04 {
    letter-spacing: 0.4px;
  }
  .xs-ls_05 {
    letter-spacing: 0.5px;
  }
  .xs-ls_06 {
    letter-spacing: 0.6px;
  }
  .xs-ls_07 {
    letter-spacing: 0.7px;
  }
  .xs-ls_08 {
    letter-spacing: 0.8px;
  }
  .xs-ls_09 {
    letter-spacing: 0.9px;
  }
  .xs-ls_1 {
    letter-spacing: 1px;
  }
}

.size_8 {
  font-size: 8px;
}

.size_9 {
  font-size: 9px;
}

.size_10 {
  font-size: 10px;
}

.size_11 {
  font-size: 11px;
}

.size_12 {
  font-size: 12px;
}

.size_13 {
  font-size: 13px;
}

.size_14 {
  font-size: 14px;
}

.size_15 {
  font-size: 15px;
}

.size_16 {
  font-size: 16px;
}

.size_17 {
  font-size: 17px;
}

.size_18 {
  font-size: 18px;
}

.size_19 {
  font-size: 19px;
}

.size_20 {
  font-size: 20px;
}

.size_21 {
  font-size: 21px;
}

.size_22 {
  font-size: 22px;
}

.size_23 {
  font-size: 23px;
}

.size_24 {
  font-size: 24px;
}

.size_25 {
  font-size: 25px;
}

.size_26 {
  font-size: 26px;
}

.size_27 {
  font-size: 27px;
}

.size_28 {
  font-size: 28px;
}

.size_29 {
  font-size: 29px;
}

.size_30 {
  font-size: 30px;
}

.size_31 {
  font-size: 31px;
}

.size_32 {
  font-size: 32px;
}

.size_33 {
  font-size: 33px;
}

.size_34 {
  font-size: 34px;
}

.size_35 {
  font-size: 35px;
}

.size_36 {
  font-size: 36px;
}

.size_37 {
  font-size: 37px;
}

.size_38 {
  font-size: 38px;
}

.size_39 {
  font-size: 39px;
}

.size_40 {
  font-size: 40px;
}

.size_41 {
  font-size: 41px;
}

.size_42 {
  font-size: 42px;
}

.size_43 {
  font-size: 43px;
}

.size_44 {
  font-size: 44px;
}

.size_45 {
  font-size: 45px;
}

.size_46 {
  font-size: 46px;
}

.size_47 {
  font-size: 47px;
}

.size_48 {
  font-size: 48px;
}

.size_49 {
  font-size: 49px;
}

.size_50 {
  font-size: 50px;
}

.size_51 {
  font-size: 51px;
}

.size_52 {
  font-size: 52px;
}

.size_53 {
  font-size: 53px;
}

.size_54 {
  font-size: 54px;
}

.size_55 {
  font-size: 55px;
}

.size_56 {
  font-size: 56px;
}

.size_57 {
  font-size: 57px;
}

.size_58 {
  font-size: 58px;
}

.size_59 {
  font-size: 59px;
}

.size_60 {
  font-size: 60px;
}

.size_61 {
  font-size: 61px;
}

.size_62 {
  font-size: 62px;
}

.size_63 {
  font-size: 63px;
}

.size_64 {
  font-size: 64px;
}

@media (max-width: 768px) {
  .xs-size_8 {
    font-size: 8px;
  }
  .xs-size_9 {
    font-size: 9px;
  }
  .xs-size_10 {
    font-size: 10px;
  }
  .xs-size_11 {
    font-size: 11px;
  }
  .xs-size_12 {
    font-size: 12px;
  }
  .xs-size_13 {
    font-size: 13px;
  }
  .xs-size_14 {
    font-size: 14px;
  }
  .xs-size_15 {
    font-size: 15px;
  }
  .xs-size_16 {
    font-size: 16px;
  }
  .xs-size_17 {
    font-size: 17px;
  }
  .xs-size_18 {
    font-size: 18px;
  }
  .xs-size_19 {
    font-size: 19px;
  }
  .xs-size_20 {
    font-size: 20px;
  }
  .xs-size_21 {
    font-size: 21px;
  }
  .xs-size_22 {
    font-size: 22px;
  }
  .xs-size_23 {
    font-size: 23px;
  }
  .xs-size_24 {
    font-size: 24px;
  }
  .xs-size_25 {
    font-size: 25px;
  }
  .xs-size_26 {
    font-size: 26px;
  }
  .xs-size_27 {
    font-size: 27px;
  }
  .xs-size_28 {
    font-size: 28px;
  }
  .xs-size_29 {
    font-size: 29px;
  }
  .xs-size_30 {
    font-size: 30px;
  }
  .xs-size_31 {
    font-size: 31px;
  }
  .xs-size_32 {
    font-size: 32px;
  }
  .xs-size_33 {
    font-size: 33px;
  }
  .xs-size_34 {
    font-size: 34px;
  }
  .xs-size_35 {
    font-size: 35px;
  }
  .xs-size_36 {
    font-size: 36px;
  }
  .xs-size_37 {
    font-size: 37px;
  }
  .xs-size_38 {
    font-size: 38px;
  }
  .xs-size_39 {
    font-size: 39px;
  }
  .xs-size_40 {
    font-size: 40px;
  }
  .xs-size_41 {
    font-size: 41px;
  }
  .xs-size_42 {
    font-size: 42px;
  }
  .xs-size_43 {
    font-size: 43px;
  }
  .xs-size_44 {
    font-size: 44px;
  }
  .xs-size_45 {
    font-size: 45px;
  }
  .xs-size_46 {
    font-size: 46px;
  }
  .xs-size_47 {
    font-size: 47px;
  }
  .xs-size_48 {
    font-size: 48px;
  }
  .xs-size_49 {
    font-size: 49px;
  }
  .xs-size_50 {
    font-size: 50px;
  }
  .xs-size_51 {
    font-size: 51px;
  }
  .xs-size_52 {
    font-size: 52px;
  }
  .xs-size_53 {
    font-size: 53px;
  }
  .xs-size_54 {
    font-size: 54px;
  }
  .xs-size_55 {
    font-size: 55px;
  }
  .xs-size_56 {
    font-size: 56px;
  }
  .xs-size_57 {
    font-size: 57px;
  }
  .xs-size_58 {
    font-size: 58px;
  }
  .xs-size_59 {
    font-size: 59px;
  }
  .xs-size_60 {
    font-size: 60px;
  }
  .xs-size_61 {
    font-size: 61px;
  }
  .xs-size_62 {
    font-size: 62px;
  }
  .xs-size_63 {
    font-size: 63px;
  }
  .xs-size_64 {
    font-size: 64px;
  }
}

.mt_1 {
  margin-top: 1px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_3 {
  margin-top: 3px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_7 {
  margin-top: 7px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_9 {
  margin-top: 9px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_11 {
  margin-top: 11px;
}

.mt_12 {
  margin-top: 12px;
}

.mt_13 {
  margin-top: 13px;
}

.mt_14 {
  margin-top: 14px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_16 {
  margin-top: 16px;
}

.mt_17 {
  margin-top: 17px;
}

.mt_18 {
  margin-top: 18px;
}

.mt_19 {
  margin-top: 19px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_21 {
  margin-top: 21px;
}

.mt_22 {
  margin-top: 22px;
}

.mt_23 {
  margin-top: 23px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_26 {
  margin-top: 26px;
}

.mt_27 {
  margin-top: 27px;
}

.mt_28 {
  margin-top: 28px;
}

.mt_29 {
  margin-top: 29px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_31 {
  margin-top: 31px;
}

.mt_32 {
  margin-top: 32px;
}

.mt_33 {
  margin-top: 33px;
}

.mt_34 {
  margin-top: 34px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_36 {
  margin-top: 36px;
}

.mt_37 {
  margin-top: 37px;
}

.mt_38 {
  margin-top: 38px;
}

.mt_39 {
  margin-top: 39px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_41 {
  margin-top: 41px;
}

.mt_42 {
  margin-top: 42px;
}

.mt_43 {
  margin-top: 43px;
}

.mt_44 {
  margin-top: 44px;
}

.mt_45 {
  margin-top: 45px;
}

.mt_46 {
  margin-top: 46px;
}

.mt_47 {
  margin-top: 47px;
}

.mt_48 {
  margin-top: 48px;
}

.mt_49 {
  margin-top: 49px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_51 {
  margin-top: 51px;
}

.mt_52 {
  margin-top: 52px;
}

.mt_53 {
  margin-top: 53px;
}

.mt_54 {
  margin-top: 54px;
}

.mt_55 {
  margin-top: 55px;
}

.mt_56 {
  margin-top: 56px;
}

.mt_57 {
  margin-top: 57px;
}

.mt_58 {
  margin-top: 58px;
}

.mt_59 {
  margin-top: 59px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_61 {
  margin-top: 61px;
}

.mt_62 {
  margin-top: 62px;
}

.mt_63 {
  margin-top: 63px;
}

.mt_64 {
  margin-top: 64px;
}

.mt_65 {
  margin-top: 65px;
}

.mt_66 {
  margin-top: 66px;
}

.mt_67 {
  margin-top: 67px;
}

.mt_68 {
  margin-top: 68px;
}

.mt_69 {
  margin-top: 69px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_71 {
  margin-top: 71px;
}

.mt_72 {
  margin-top: 72px;
}

.mt_73 {
  margin-top: 73px;
}

.mt_74 {
  margin-top: 74px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_76 {
  margin-top: 76px;
}

.mt_77 {
  margin-top: 77px;
}

.mt_78 {
  margin-top: 78px;
}

.mt_79 {
  margin-top: 79px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_81 {
  margin-top: 81px;
}

.mt_82 {
  margin-top: 82px;
}

.mt_83 {
  margin-top: 83px;
}

.mt_84 {
  margin-top: 84px;
}

.mt_85 {
  margin-top: 85px;
}

.mt_86 {
  margin-top: 86px;
}

.mt_87 {
  margin-top: 87px;
}

.mt_88 {
  margin-top: 88px;
}

.mt_89 {
  margin-top: 89px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_91 {
  margin-top: 91px;
}

.mt_92 {
  margin-top: 92px;
}

.mt_93 {
  margin-top: 93px;
}

.mt_94 {
  margin-top: 94px;
}

.mt_95 {
  margin-top: 95px;
}

.mt_96 {
  margin-top: 96px;
}

.mt_97 {
  margin-top: 97px;
}

.mt_98 {
  margin-top: 98px;
}

.mt_99 {
  margin-top: 99px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_1 {
  margin-bottom: 1px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_4 {
  margin-bottom: 4px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_21 {
  margin-bottom: 21px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_23 {
  margin-bottom: 23px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_27 {
  margin-bottom: 27px;
}

.mb_28 {
  margin-bottom: 28px;
}

.mb_29 {
  margin-bottom: 29px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_31 {
  margin-bottom: 31px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_33 {
  margin-bottom: 33px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_37 {
  margin-bottom: 37px;
}

.mb_38 {
  margin-bottom: 38px;
}

.mb_39 {
  margin-bottom: 39px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_41 {
  margin-bottom: 41px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_43 {
  margin-bottom: 43px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_47 {
  margin-bottom: 47px;
}

.mb_48 {
  margin-bottom: 48px;
}

.mb_49 {
  margin-bottom: 49px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_51 {
  margin-bottom: 51px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_53 {
  margin-bottom: 53px;
}

.mb_54 {
  margin-bottom: 54px;
}

.mb_55 {
  margin-bottom: 55px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_57 {
  margin-bottom: 57px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_59 {
  margin-bottom: 59px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_61 {
  margin-bottom: 61px;
}

.mb_62 {
  margin-bottom: 62px;
}

.mb_63 {
  margin-bottom: 63px;
}

.mb_64 {
  margin-bottom: 64px;
}

.mb_65 {
  margin-bottom: 65px;
}

.mb_66 {
  margin-bottom: 66px;
}

.mb_67 {
  margin-bottom: 67px;
}

.mb_68 {
  margin-bottom: 68px;
}

.mb_69 {
  margin-bottom: 69px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_71 {
  margin-bottom: 71px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_73 {
  margin-bottom: 73px;
}

.mb_74 {
  margin-bottom: 74px;
}

.mb_75 {
  margin-bottom: 75px;
}

.mb_76 {
  margin-bottom: 76px;
}

.mb_77 {
  margin-bottom: 77px;
}

.mb_78 {
  margin-bottom: 78px;
}

.mb_79 {
  margin-bottom: 79px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_81 {
  margin-bottom: 81px;
}

.mb_82 {
  margin-bottom: 82px;
}

.mb_83 {
  margin-bottom: 83px;
}

.mb_84 {
  margin-bottom: 84px;
}

.mb_85 {
  margin-bottom: 85px;
}

.mb_86 {
  margin-bottom: 86px;
}

.mb_87 {
  margin-bottom: 87px;
}

.mb_88 {
  margin-bottom: 88px;
}

.mb_89 {
  margin-bottom: 89px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_91 {
  margin-bottom: 91px;
}

.mb_92 {
  margin-bottom: 92px;
}

.mb_93 {
  margin-bottom: 93px;
}

.mb_94 {
  margin-bottom: 94px;
}

.mb_95 {
  margin-bottom: 95px;
}

.mb_96 {
  margin-bottom: 96px;
}

.mb_97 {
  margin-bottom: 97px;
}

.mb_98 {
  margin-bottom: 98px;
}

.mb_99 {
  margin-bottom: 99px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mr_1 {
  margin-right: 1px;
}

.mr_2 {
  margin-right: 2px;
}

.mr_3 {
  margin-right: 3px;
}

.mr_4 {
  margin-right: 4px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_6 {
  margin-right: 6px;
}

.mr_7 {
  margin-right: 7px;
}

.mr_8 {
  margin-right: 8px;
}

.mr_9 {
  margin-right: 9px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_11 {
  margin-right: 11px;
}

.mr_12 {
  margin-right: 12px;
}

.mr_13 {
  margin-right: 13px;
}

.mr_14 {
  margin-right: 14px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_16 {
  margin-right: 16px;
}

.mr_17 {
  margin-right: 17px;
}

.mr_18 {
  margin-right: 18px;
}

.mr_19 {
  margin-right: 19px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_21 {
  margin-right: 21px;
}

.mr_22 {
  margin-right: 22px;
}

.mr_23 {
  margin-right: 23px;
}

.mr_24 {
  margin-right: 24px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_26 {
  margin-right: 26px;
}

.mr_27 {
  margin-right: 27px;
}

.mr_28 {
  margin-right: 28px;
}

.mr_29 {
  margin-right: 29px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_31 {
  margin-right: 31px;
}

.mr_32 {
  margin-right: 32px;
}

.mr_33 {
  margin-right: 33px;
}

.mr_34 {
  margin-right: 34px;
}

.mr_35 {
  margin-right: 35px;
}

.mr_36 {
  margin-right: 36px;
}

.mr_37 {
  margin-right: 37px;
}

.mr_38 {
  margin-right: 38px;
}

.mr_39 {
  margin-right: 39px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_41 {
  margin-right: 41px;
}

.mr_42 {
  margin-right: 42px;
}

.mr_43 {
  margin-right: 43px;
}

.mr_44 {
  margin-right: 44px;
}

.mr_45 {
  margin-right: 45px;
}

.mr_46 {
  margin-right: 46px;
}

.mr_47 {
  margin-right: 47px;
}

.mr_48 {
  margin-right: 48px;
}

.mr_49 {
  margin-right: 49px;
}

.mr_50 {
  margin-right: 50px;
}

.mr_51 {
  margin-right: 51px;
}

.mr_52 {
  margin-right: 52px;
}

.mr_53 {
  margin-right: 53px;
}

.mr_54 {
  margin-right: 54px;
}

.mr_55 {
  margin-right: 55px;
}

.mr_56 {
  margin-right: 56px;
}

.mr_57 {
  margin-right: 57px;
}

.mr_58 {
  margin-right: 58px;
}

.mr_59 {
  margin-right: 59px;
}

.mr_60 {
  margin-right: 60px;
}

.mr_61 {
  margin-right: 61px;
}

.mr_62 {
  margin-right: 62px;
}

.mr_63 {
  margin-right: 63px;
}

.mr_64 {
  margin-right: 64px;
}

.mr_65 {
  margin-right: 65px;
}

.mr_66 {
  margin-right: 66px;
}

.mr_67 {
  margin-right: 67px;
}

.mr_68 {
  margin-right: 68px;
}

.mr_69 {
  margin-right: 69px;
}

.mr_70 {
  margin-right: 70px;
}

.mr_71 {
  margin-right: 71px;
}

.mr_72 {
  margin-right: 72px;
}

.mr_73 {
  margin-right: 73px;
}

.mr_74 {
  margin-right: 74px;
}

.mr_75 {
  margin-right: 75px;
}

.mr_76 {
  margin-right: 76px;
}

.mr_77 {
  margin-right: 77px;
}

.mr_78 {
  margin-right: 78px;
}

.mr_79 {
  margin-right: 79px;
}

.mr_80 {
  margin-right: 80px;
}

.mr_81 {
  margin-right: 81px;
}

.mr_82 {
  margin-right: 82px;
}

.mr_83 {
  margin-right: 83px;
}

.mr_84 {
  margin-right: 84px;
}

.mr_85 {
  margin-right: 85px;
}

.mr_86 {
  margin-right: 86px;
}

.mr_87 {
  margin-right: 87px;
}

.mr_88 {
  margin-right: 88px;
}

.mr_89 {
  margin-right: 89px;
}

.mr_90 {
  margin-right: 90px;
}

.mr_91 {
  margin-right: 91px;
}

.mr_92 {
  margin-right: 92px;
}

.mr_93 {
  margin-right: 93px;
}

.mr_94 {
  margin-right: 94px;
}

.mr_95 {
  margin-right: 95px;
}

.mr_96 {
  margin-right: 96px;
}

.mr_97 {
  margin-right: 97px;
}

.mr_98 {
  margin-right: 98px;
}

.mr_99 {
  margin-right: 99px;
}

.mr_100 {
  margin-right: 100px;
}

.ml_1 {
  margin-left: 1px;
}

.ml_2 {
  margin-left: 2px;
}

.ml_3 {
  margin-left: 3px;
}

.ml_4 {
  margin-left: 4px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_6 {
  margin-left: 6px;
}

.ml_7 {
  margin-left: 7px;
}

.ml_8 {
  margin-left: 8px;
}

.ml_9 {
  margin-left: 9px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_11 {
  margin-left: 11px;
}

.ml_12 {
  margin-left: 12px;
}

.ml_13 {
  margin-left: 13px;
}

.ml_14 {
  margin-left: 14px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_16 {
  margin-left: 16px;
}

.ml_17 {
  margin-left: 17px;
}

.ml_18 {
  margin-left: 18px;
}

.ml_19 {
  margin-left: 19px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_21 {
  margin-left: 21px;
}

.ml_22 {
  margin-left: 22px;
}

.ml_23 {
  margin-left: 23px;
}

.ml_24 {
  margin-left: 24px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_26 {
  margin-left: 26px;
}

.ml_27 {
  margin-left: 27px;
}

.ml_28 {
  margin-left: 28px;
}

.ml_29 {
  margin-left: 29px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_31 {
  margin-left: 31px;
}

.ml_32 {
  margin-left: 32px;
}

.ml_33 {
  margin-left: 33px;
}

.ml_34 {
  margin-left: 34px;
}

.ml_35 {
  margin-left: 35px;
}

.ml_36 {
  margin-left: 36px;
}

.ml_37 {
  margin-left: 37px;
}

.ml_38 {
  margin-left: 38px;
}

.ml_39 {
  margin-left: 39px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_41 {
  margin-left: 41px;
}

.ml_42 {
  margin-left: 42px;
}

.ml_43 {
  margin-left: 43px;
}

.ml_44 {
  margin-left: 44px;
}

.ml_45 {
  margin-left: 45px;
}

.ml_46 {
  margin-left: 46px;
}

.ml_47 {
  margin-left: 47px;
}

.ml_48 {
  margin-left: 48px;
}

.ml_49 {
  margin-left: 49px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_51 {
  margin-left: 51px;
}

.ml_52 {
  margin-left: 52px;
}

.ml_53 {
  margin-left: 53px;
}

.ml_54 {
  margin-left: 54px;
}

.ml_55 {
  margin-left: 55px;
}

.ml_56 {
  margin-left: 56px;
}

.ml_57 {
  margin-left: 57px;
}

.ml_58 {
  margin-left: 58px;
}

.ml_59 {
  margin-left: 59px;
}

.ml_60 {
  margin-left: 60px;
}

.ml_61 {
  margin-left: 61px;
}

.ml_62 {
  margin-left: 62px;
}

.ml_63 {
  margin-left: 63px;
}

.ml_64 {
  margin-left: 64px;
}

.ml_65 {
  margin-left: 65px;
}

.ml_66 {
  margin-left: 66px;
}

.ml_67 {
  margin-left: 67px;
}

.ml_68 {
  margin-left: 68px;
}

.ml_69 {
  margin-left: 69px;
}

.ml_70 {
  margin-left: 70px;
}

.ml_71 {
  margin-left: 71px;
}

.ml_72 {
  margin-left: 72px;
}

.ml_73 {
  margin-left: 73px;
}

.ml_74 {
  margin-left: 74px;
}

.ml_75 {
  margin-left: 75px;
}

.ml_76 {
  margin-left: 76px;
}

.ml_77 {
  margin-left: 77px;
}

.ml_78 {
  margin-left: 78px;
}

.ml_79 {
  margin-left: 79px;
}

.ml_80 {
  margin-left: 80px;
}

.ml_81 {
  margin-left: 81px;
}

.ml_82 {
  margin-left: 82px;
}

.ml_83 {
  margin-left: 83px;
}

.ml_84 {
  margin-left: 84px;
}

.ml_85 {
  margin-left: 85px;
}

.ml_86 {
  margin-left: 86px;
}

.ml_87 {
  margin-left: 87px;
}

.ml_88 {
  margin-left: 88px;
}

.ml_89 {
  margin-left: 89px;
}

.ml_90 {
  margin-left: 90px;
}

.ml_91 {
  margin-left: 91px;
}

.ml_92 {
  margin-left: 92px;
}

.ml_93 {
  margin-left: 93px;
}

.ml_94 {
  margin-left: 94px;
}

.ml_95 {
  margin-left: 95px;
}

.ml_96 {
  margin-left: 96px;
}

.ml_97 {
  margin-left: 97px;
}

.ml_98 {
  margin-left: 98px;
}

.ml_99 {
  margin-left: 99px;
}

.ml_100 {
  margin-left: 100px;
}

@media (max-width: 768px) {
  .xs-mt_1 {
    margin-top: 1px;
  }
  .xs-mt_2 {
    margin-top: 2px;
  }
  .xs-mt_3 {
    margin-top: 3px;
  }
  .xs-mt_4 {
    margin-top: 4px;
  }
  .xs-mt_5 {
    margin-top: 5px;
  }
  .xs-mt_6 {
    margin-top: 6px;
  }
  .xs-mt_7 {
    margin-top: 7px;
  }
  .xs-mt_8 {
    margin-top: 8px;
  }
  .xs-mt_9 {
    margin-top: 9px;
  }
  .xs-mt_10 {
    margin-top: 10px;
  }
  .xs-mt_11 {
    margin-top: 11px;
  }
  .xs-mt_12 {
    margin-top: 12px;
  }
  .xs-mt_13 {
    margin-top: 13px;
  }
  .xs-mt_14 {
    margin-top: 14px;
  }
  .xs-mt_15 {
    margin-top: 15px;
  }
  .xs-mt_16 {
    margin-top: 16px;
  }
  .xs-mt_17 {
    margin-top: 17px;
  }
  .xs-mt_18 {
    margin-top: 18px;
  }
  .xs-mt_19 {
    margin-top: 19px;
  }
  .xs-mt_20 {
    margin-top: 20px;
  }
  .xs-mt_21 {
    margin-top: 21px;
  }
  .xs-mt_22 {
    margin-top: 22px;
  }
  .xs-mt_23 {
    margin-top: 23px;
  }
  .xs-mt_24 {
    margin-top: 24px;
  }
  .xs-mt_25 {
    margin-top: 25px;
  }
  .xs-mt_26 {
    margin-top: 26px;
  }
  .xs-mt_27 {
    margin-top: 27px;
  }
  .xs-mt_28 {
    margin-top: 28px;
  }
  .xs-mt_29 {
    margin-top: 29px;
  }
  .xs-mt_30 {
    margin-top: 30px;
  }
  .xs-mt_31 {
    margin-top: 31px;
  }
  .xs-mt_32 {
    margin-top: 32px;
  }
  .xs-mt_33 {
    margin-top: 33px;
  }
  .xs-mt_34 {
    margin-top: 34px;
  }
  .xs-mt_35 {
    margin-top: 35px;
  }
  .xs-mt_36 {
    margin-top: 36px;
  }
  .xs-mt_37 {
    margin-top: 37px;
  }
  .xs-mt_38 {
    margin-top: 38px;
  }
  .xs-mt_39 {
    margin-top: 39px;
  }
  .xs-mt_40 {
    margin-top: 40px;
  }
  .xs-mt_41 {
    margin-top: 41px;
  }
  .xs-mt_42 {
    margin-top: 42px;
  }
  .xs-mt_43 {
    margin-top: 43px;
  }
  .xs-mt_44 {
    margin-top: 44px;
  }
  .xs-mt_45 {
    margin-top: 45px;
  }
  .xs-mt_46 {
    margin-top: 46px;
  }
  .xs-mt_47 {
    margin-top: 47px;
  }
  .xs-mt_48 {
    margin-top: 48px;
  }
  .xs-mt_49 {
    margin-top: 49px;
  }
  .xs-mt_50 {
    margin-top: 50px;
  }
  .xs-mt_51 {
    margin-top: 51px;
  }
  .xs-mt_52 {
    margin-top: 52px;
  }
  .xs-mt_53 {
    margin-top: 53px;
  }
  .xs-mt_54 {
    margin-top: 54px;
  }
  .xs-mt_55 {
    margin-top: 55px;
  }
  .xs-mt_56 {
    margin-top: 56px;
  }
  .xs-mt_57 {
    margin-top: 57px;
  }
  .xs-mt_58 {
    margin-top: 58px;
  }
  .xs-mt_59 {
    margin-top: 59px;
  }
  .xs-mt_60 {
    margin-top: 60px;
  }
  .xs-mt_61 {
    margin-top: 61px;
  }
  .xs-mt_62 {
    margin-top: 62px;
  }
  .xs-mt_63 {
    margin-top: 63px;
  }
  .xs-mt_64 {
    margin-top: 64px;
  }
  .xs-mt_65 {
    margin-top: 65px;
  }
  .xs-mt_66 {
    margin-top: 66px;
  }
  .xs-mt_67 {
    margin-top: 67px;
  }
  .xs-mt_68 {
    margin-top: 68px;
  }
  .xs-mt_69 {
    margin-top: 69px;
  }
  .xs-mt_70 {
    margin-top: 70px;
  }
  .xs-mt_71 {
    margin-top: 71px;
  }
  .xs-mt_72 {
    margin-top: 72px;
  }
  .xs-mt_73 {
    margin-top: 73px;
  }
  .xs-mt_74 {
    margin-top: 74px;
  }
  .xs-mt_75 {
    margin-top: 75px;
  }
  .xs-mt_76 {
    margin-top: 76px;
  }
  .xs-mt_77 {
    margin-top: 77px;
  }
  .xs-mt_78 {
    margin-top: 78px;
  }
  .xs-mt_79 {
    margin-top: 79px;
  }
  .xs-mt_80 {
    margin-top: 80px;
  }
  .xs-mt_81 {
    margin-top: 81px;
  }
  .xs-mt_82 {
    margin-top: 82px;
  }
  .xs-mt_83 {
    margin-top: 83px;
  }
  .xs-mt_84 {
    margin-top: 84px;
  }
  .xs-mt_85 {
    margin-top: 85px;
  }
  .xs-mt_86 {
    margin-top: 86px;
  }
  .xs-mt_87 {
    margin-top: 87px;
  }
  .xs-mt_88 {
    margin-top: 88px;
  }
  .xs-mt_89 {
    margin-top: 89px;
  }
  .xs-mt_90 {
    margin-top: 90px;
  }
  .xs-mt_91 {
    margin-top: 91px;
  }
  .xs-mt_92 {
    margin-top: 92px;
  }
  .xs-mt_93 {
    margin-top: 93px;
  }
  .xs-mt_94 {
    margin-top: 94px;
  }
  .xs-mt_95 {
    margin-top: 95px;
  }
  .xs-mt_96 {
    margin-top: 96px;
  }
  .xs-mt_97 {
    margin-top: 97px;
  }
  .xs-mt_98 {
    margin-top: 98px;
  }
  .xs-mt_99 {
    margin-top: 99px;
  }
  .xs-mt_100 {
    margin-top: 100px;
  }
  .xs-mb_1 {
    margin-bottom: 1px;
  }
  .xs-mb_2 {
    margin-bottom: 2px;
  }
  .xs-mb_3 {
    margin-bottom: 3px;
  }
  .xs-mb_4 {
    margin-bottom: 4px;
  }
  .xs-mb_5 {
    margin-bottom: 5px;
  }
  .xs-mb_6 {
    margin-bottom: 6px;
  }
  .xs-mb_7 {
    margin-bottom: 7px;
  }
  .xs-mb_8 {
    margin-bottom: 8px;
  }
  .xs-mb_9 {
    margin-bottom: 9px;
  }
  .xs-mb_10 {
    margin-bottom: 10px;
  }
  .xs-mb_11 {
    margin-bottom: 11px;
  }
  .xs-mb_12 {
    margin-bottom: 12px;
  }
  .xs-mb_13 {
    margin-bottom: 13px;
  }
  .xs-mb_14 {
    margin-bottom: 14px;
  }
  .xs-mb_15 {
    margin-bottom: 15px;
  }
  .xs-mb_16 {
    margin-bottom: 16px;
  }
  .xs-mb_17 {
    margin-bottom: 17px;
  }
  .xs-mb_18 {
    margin-bottom: 18px;
  }
  .xs-mb_19 {
    margin-bottom: 19px;
  }
  .xs-mb_20 {
    margin-bottom: 20px;
  }
  .xs-mb_21 {
    margin-bottom: 21px;
  }
  .xs-mb_22 {
    margin-bottom: 22px;
  }
  .xs-mb_23 {
    margin-bottom: 23px;
  }
  .xs-mb_24 {
    margin-bottom: 24px;
  }
  .xs-mb_25 {
    margin-bottom: 25px;
  }
  .xs-mb_26 {
    margin-bottom: 26px;
  }
  .xs-mb_27 {
    margin-bottom: 27px;
  }
  .xs-mb_28 {
    margin-bottom: 28px;
  }
  .xs-mb_29 {
    margin-bottom: 29px;
  }
  .xs-mb_30 {
    margin-bottom: 30px;
  }
  .xs-mb_31 {
    margin-bottom: 31px;
  }
  .xs-mb_32 {
    margin-bottom: 32px;
  }
  .xs-mb_33 {
    margin-bottom: 33px;
  }
  .xs-mb_34 {
    margin-bottom: 34px;
  }
  .xs-mb_35 {
    margin-bottom: 35px;
  }
  .xs-mb_36 {
    margin-bottom: 36px;
  }
  .xs-mb_37 {
    margin-bottom: 37px;
  }
  .xs-mb_38 {
    margin-bottom: 38px;
  }
  .xs-mb_39 {
    margin-bottom: 39px;
  }
  .xs-mb_40 {
    margin-bottom: 40px;
  }
  .xs-mb_41 {
    margin-bottom: 41px;
  }
  .xs-mb_42 {
    margin-bottom: 42px;
  }
  .xs-mb_43 {
    margin-bottom: 43px;
  }
  .xs-mb_44 {
    margin-bottom: 44px;
  }
  .xs-mb_45 {
    margin-bottom: 45px;
  }
  .xs-mb_46 {
    margin-bottom: 46px;
  }
  .xs-mb_47 {
    margin-bottom: 47px;
  }
  .xs-mb_48 {
    margin-bottom: 48px;
  }
  .xs-mb_49 {
    margin-bottom: 49px;
  }
  .xs-mb_50 {
    margin-bottom: 50px;
  }
  .xs-mb_51 {
    margin-bottom: 51px;
  }
  .xs-mb_52 {
    margin-bottom: 52px;
  }
  .xs-mb_53 {
    margin-bottom: 53px;
  }
  .xs-mb_54 {
    margin-bottom: 54px;
  }
  .xs-mb_55 {
    margin-bottom: 55px;
  }
  .xs-mb_56 {
    margin-bottom: 56px;
  }
  .xs-mb_57 {
    margin-bottom: 57px;
  }
  .xs-mb_58 {
    margin-bottom: 58px;
  }
  .xs-mb_59 {
    margin-bottom: 59px;
  }
  .xs-mb_60 {
    margin-bottom: 60px;
  }
  .xs-mb_61 {
    margin-bottom: 61px;
  }
  .xs-mb_62 {
    margin-bottom: 62px;
  }
  .xs-mb_63 {
    margin-bottom: 63px;
  }
  .xs-mb_64 {
    margin-bottom: 64px;
  }
  .xs-mb_65 {
    margin-bottom: 65px;
  }
  .xs-mb_66 {
    margin-bottom: 66px;
  }
  .xs-mb_67 {
    margin-bottom: 67px;
  }
  .xs-mb_68 {
    margin-bottom: 68px;
  }
  .xs-mb_69 {
    margin-bottom: 69px;
  }
  .xs-mb_70 {
    margin-bottom: 70px;
  }
  .xs-mb_71 {
    margin-bottom: 71px;
  }
  .xs-mb_72 {
    margin-bottom: 72px;
  }
  .xs-mb_73 {
    margin-bottom: 73px;
  }
  .xs-mb_74 {
    margin-bottom: 74px;
  }
  .xs-mb_75 {
    margin-bottom: 75px;
  }
  .xs-mb_76 {
    margin-bottom: 76px;
  }
  .xs-mb_77 {
    margin-bottom: 77px;
  }
  .xs-mb_78 {
    margin-bottom: 78px;
  }
  .xs-mb_79 {
    margin-bottom: 79px;
  }
  .xs-mb_80 {
    margin-bottom: 80px;
  }
  .xs-mb_81 {
    margin-bottom: 81px;
  }
  .xs-mb_82 {
    margin-bottom: 82px;
  }
  .xs-mb_83 {
    margin-bottom: 83px;
  }
  .xs-mb_84 {
    margin-bottom: 84px;
  }
  .xs-mb_85 {
    margin-bottom: 85px;
  }
  .xs-mb_86 {
    margin-bottom: 86px;
  }
  .xs-mb_87 {
    margin-bottom: 87px;
  }
  .xs-mb_88 {
    margin-bottom: 88px;
  }
  .xs-mb_89 {
    margin-bottom: 89px;
  }
  .xs-mb_90 {
    margin-bottom: 90px;
  }
  .xs-mb_91 {
    margin-bottom: 91px;
  }
  .xs-mb_92 {
    margin-bottom: 92px;
  }
  .xs-mb_93 {
    margin-bottom: 93px;
  }
  .xs-mb_94 {
    margin-bottom: 94px;
  }
  .xs-mb_95 {
    margin-bottom: 95px;
  }
  .xs-mb_96 {
    margin-bottom: 96px;
  }
  .xs-mb_97 {
    margin-bottom: 97px;
  }
  .xs-mb_98 {
    margin-bottom: 98px;
  }
  .xs-mb_99 {
    margin-bottom: 99px;
  }
  .xs-mb_100 {
    margin-bottom: 100px;
  }
  .xs-mr_1 {
    margin-right: 1px;
  }
  .xs-mr_2 {
    margin-right: 2px;
  }
  .xs-mr_3 {
    margin-right: 3px;
  }
  .xs-mr_4 {
    margin-right: 4px;
  }
  .xs-mr_5 {
    margin-right: 5px;
  }
  .xs-mr_6 {
    margin-right: 6px;
  }
  .xs-mr_7 {
    margin-right: 7px;
  }
  .xs-mr_8 {
    margin-right: 8px;
  }
  .xs-mr_9 {
    margin-right: 9px;
  }
  .xs-mr_10 {
    margin-right: 10px;
  }
  .xs-mr_11 {
    margin-right: 11px;
  }
  .xs-mr_12 {
    margin-right: 12px;
  }
  .xs-mr_13 {
    margin-right: 13px;
  }
  .xs-mr_14 {
    margin-right: 14px;
  }
  .xs-mr_15 {
    margin-right: 15px;
  }
  .xs-mr_16 {
    margin-right: 16px;
  }
  .xs-mr_17 {
    margin-right: 17px;
  }
  .xs-mr_18 {
    margin-right: 18px;
  }
  .xs-mr_19 {
    margin-right: 19px;
  }
  .xs-mr_20 {
    margin-right: 20px;
  }
  .xs-mr_21 {
    margin-right: 21px;
  }
  .xs-mr_22 {
    margin-right: 22px;
  }
  .xs-mr_23 {
    margin-right: 23px;
  }
  .xs-mr_24 {
    margin-right: 24px;
  }
  .xs-mr_25 {
    margin-right: 25px;
  }
  .xs-mr_26 {
    margin-right: 26px;
  }
  .xs-mr_27 {
    margin-right: 27px;
  }
  .xs-mr_28 {
    margin-right: 28px;
  }
  .xs-mr_29 {
    margin-right: 29px;
  }
  .xs-mr_30 {
    margin-right: 30px;
  }
  .xs-mr_31 {
    margin-right: 31px;
  }
  .xs-mr_32 {
    margin-right: 32px;
  }
  .xs-mr_33 {
    margin-right: 33px;
  }
  .xs-mr_34 {
    margin-right: 34px;
  }
  .xs-mr_35 {
    margin-right: 35px;
  }
  .xs-mr_36 {
    margin-right: 36px;
  }
  .xs-mr_37 {
    margin-right: 37px;
  }
  .xs-mr_38 {
    margin-right: 38px;
  }
  .xs-mr_39 {
    margin-right: 39px;
  }
  .xs-mr_40 {
    margin-right: 40px;
  }
  .xs-mr_41 {
    margin-right: 41px;
  }
  .xs-mr_42 {
    margin-right: 42px;
  }
  .xs-mr_43 {
    margin-right: 43px;
  }
  .xs-mr_44 {
    margin-right: 44px;
  }
  .xs-mr_45 {
    margin-right: 45px;
  }
  .xs-mr_46 {
    margin-right: 46px;
  }
  .xs-mr_47 {
    margin-right: 47px;
  }
  .xs-mr_48 {
    margin-right: 48px;
  }
  .xs-mr_49 {
    margin-right: 49px;
  }
  .xs-mr_50 {
    margin-right: 50px;
  }
  .xs-mr_51 {
    margin-right: 51px;
  }
  .xs-mr_52 {
    margin-right: 52px;
  }
  .xs-mr_53 {
    margin-right: 53px;
  }
  .xs-mr_54 {
    margin-right: 54px;
  }
  .xs-mr_55 {
    margin-right: 55px;
  }
  .xs-mr_56 {
    margin-right: 56px;
  }
  .xs-mr_57 {
    margin-right: 57px;
  }
  .xs-mr_58 {
    margin-right: 58px;
  }
  .xs-mr_59 {
    margin-right: 59px;
  }
  .xs-mr_60 {
    margin-right: 60px;
  }
  .xs-mr_61 {
    margin-right: 61px;
  }
  .xs-mr_62 {
    margin-right: 62px;
  }
  .xs-mr_63 {
    margin-right: 63px;
  }
  .xs-mr_64 {
    margin-right: 64px;
  }
  .xs-mr_65 {
    margin-right: 65px;
  }
  .xs-mr_66 {
    margin-right: 66px;
  }
  .xs-mr_67 {
    margin-right: 67px;
  }
  .xs-mr_68 {
    margin-right: 68px;
  }
  .xs-mr_69 {
    margin-right: 69px;
  }
  .xs-mr_70 {
    margin-right: 70px;
  }
  .xs-mr_71 {
    margin-right: 71px;
  }
  .xs-mr_72 {
    margin-right: 72px;
  }
  .xs-mr_73 {
    margin-right: 73px;
  }
  .xs-mr_74 {
    margin-right: 74px;
  }
  .xs-mr_75 {
    margin-right: 75px;
  }
  .xs-mr_76 {
    margin-right: 76px;
  }
  .xs-mr_77 {
    margin-right: 77px;
  }
  .xs-mr_78 {
    margin-right: 78px;
  }
  .xs-mr_79 {
    margin-right: 79px;
  }
  .xs-mr_80 {
    margin-right: 80px;
  }
  .xs-mr_81 {
    margin-right: 81px;
  }
  .xs-mr_82 {
    margin-right: 82px;
  }
  .xs-mr_83 {
    margin-right: 83px;
  }
  .xs-mr_84 {
    margin-right: 84px;
  }
  .xs-mr_85 {
    margin-right: 85px;
  }
  .xs-mr_86 {
    margin-right: 86px;
  }
  .xs-mr_87 {
    margin-right: 87px;
  }
  .xs-mr_88 {
    margin-right: 88px;
  }
  .xs-mr_89 {
    margin-right: 89px;
  }
  .xs-mr_90 {
    margin-right: 90px;
  }
  .xs-mr_91 {
    margin-right: 91px;
  }
  .xs-mr_92 {
    margin-right: 92px;
  }
  .xs-mr_93 {
    margin-right: 93px;
  }
  .xs-mr_94 {
    margin-right: 94px;
  }
  .xs-mr_95 {
    margin-right: 95px;
  }
  .xs-mr_96 {
    margin-right: 96px;
  }
  .xs-mr_97 {
    margin-right: 97px;
  }
  .xs-mr_98 {
    margin-right: 98px;
  }
  .xs-mr_99 {
    margin-right: 99px;
  }
  .xs-mr_100 {
    margin-right: 100px;
  }
  .xs-ml_1 {
    margin-left: 1px;
  }
  .xs-ml_2 {
    margin-left: 2px;
  }
  .xs-ml_3 {
    margin-left: 3px;
  }
  .xs-ml_4 {
    margin-left: 4px;
  }
  .xs-ml_5 {
    margin-left: 5px;
  }
  .xs-ml_6 {
    margin-left: 6px;
  }
  .xs-ml_7 {
    margin-left: 7px;
  }
  .xs-ml_8 {
    margin-left: 8px;
  }
  .xs-ml_9 {
    margin-left: 9px;
  }
  .xs-ml_10 {
    margin-left: 10px;
  }
  .xs-ml_11 {
    margin-left: 11px;
  }
  .xs-ml_12 {
    margin-left: 12px;
  }
  .xs-ml_13 {
    margin-left: 13px;
  }
  .xs-ml_14 {
    margin-left: 14px;
  }
  .xs-ml_15 {
    margin-left: 15px;
  }
  .xs-ml_16 {
    margin-left: 16px;
  }
  .xs-ml_17 {
    margin-left: 17px;
  }
  .xs-ml_18 {
    margin-left: 18px;
  }
  .xs-ml_19 {
    margin-left: 19px;
  }
  .xs-ml_20 {
    margin-left: 20px;
  }
  .xs-ml_21 {
    margin-left: 21px;
  }
  .xs-ml_22 {
    margin-left: 22px;
  }
  .xs-ml_23 {
    margin-left: 23px;
  }
  .xs-ml_24 {
    margin-left: 24px;
  }
  .xs-ml_25 {
    margin-left: 25px;
  }
  .xs-ml_26 {
    margin-left: 26px;
  }
  .xs-ml_27 {
    margin-left: 27px;
  }
  .xs-ml_28 {
    margin-left: 28px;
  }
  .xs-ml_29 {
    margin-left: 29px;
  }
  .xs-ml_30 {
    margin-left: 30px;
  }
  .xs-ml_31 {
    margin-left: 31px;
  }
  .xs-ml_32 {
    margin-left: 32px;
  }
  .xs-ml_33 {
    margin-left: 33px;
  }
  .xs-ml_34 {
    margin-left: 34px;
  }
  .xs-ml_35 {
    margin-left: 35px;
  }
  .xs-ml_36 {
    margin-left: 36px;
  }
  .xs-ml_37 {
    margin-left: 37px;
  }
  .xs-ml_38 {
    margin-left: 38px;
  }
  .xs-ml_39 {
    margin-left: 39px;
  }
  .xs-ml_40 {
    margin-left: 40px;
  }
  .xs-ml_41 {
    margin-left: 41px;
  }
  .xs-ml_42 {
    margin-left: 42px;
  }
  .xs-ml_43 {
    margin-left: 43px;
  }
  .xs-ml_44 {
    margin-left: 44px;
  }
  .xs-ml_45 {
    margin-left: 45px;
  }
  .xs-ml_46 {
    margin-left: 46px;
  }
  .xs-ml_47 {
    margin-left: 47px;
  }
  .xs-ml_48 {
    margin-left: 48px;
  }
  .xs-ml_49 {
    margin-left: 49px;
  }
  .xs-ml_50 {
    margin-left: 50px;
  }
  .xs-ml_51 {
    margin-left: 51px;
  }
  .xs-ml_52 {
    margin-left: 52px;
  }
  .xs-ml_53 {
    margin-left: 53px;
  }
  .xs-ml_54 {
    margin-left: 54px;
  }
  .xs-ml_55 {
    margin-left: 55px;
  }
  .xs-ml_56 {
    margin-left: 56px;
  }
  .xs-ml_57 {
    margin-left: 57px;
  }
  .xs-ml_58 {
    margin-left: 58px;
  }
  .xs-ml_59 {
    margin-left: 59px;
  }
  .xs-ml_60 {
    margin-left: 60px;
  }
  .xs-ml_61 {
    margin-left: 61px;
  }
  .xs-ml_62 {
    margin-left: 62px;
  }
  .xs-ml_63 {
    margin-left: 63px;
  }
  .xs-ml_64 {
    margin-left: 64px;
  }
  .xs-ml_65 {
    margin-left: 65px;
  }
  .xs-ml_66 {
    margin-left: 66px;
  }
  .xs-ml_67 {
    margin-left: 67px;
  }
  .xs-ml_68 {
    margin-left: 68px;
  }
  .xs-ml_69 {
    margin-left: 69px;
  }
  .xs-ml_70 {
    margin-left: 70px;
  }
  .xs-ml_71 {
    margin-left: 71px;
  }
  .xs-ml_72 {
    margin-left: 72px;
  }
  .xs-ml_73 {
    margin-left: 73px;
  }
  .xs-ml_74 {
    margin-left: 74px;
  }
  .xs-ml_75 {
    margin-left: 75px;
  }
  .xs-ml_76 {
    margin-left: 76px;
  }
  .xs-ml_77 {
    margin-left: 77px;
  }
  .xs-ml_78 {
    margin-left: 78px;
  }
  .xs-ml_79 {
    margin-left: 79px;
  }
  .xs-ml_80 {
    margin-left: 80px;
  }
  .xs-ml_81 {
    margin-left: 81px;
  }
  .xs-ml_82 {
    margin-left: 82px;
  }
  .xs-ml_83 {
    margin-left: 83px;
  }
  .xs-ml_84 {
    margin-left: 84px;
  }
  .xs-ml_85 {
    margin-left: 85px;
  }
  .xs-ml_86 {
    margin-left: 86px;
  }
  .xs-ml_87 {
    margin-left: 87px;
  }
  .xs-ml_88 {
    margin-left: 88px;
  }
  .xs-ml_89 {
    margin-left: 89px;
  }
  .xs-ml_90 {
    margin-left: 90px;
  }
  .xs-ml_91 {
    margin-left: 91px;
  }
  .xs-ml_92 {
    margin-left: 92px;
  }
  .xs-ml_93 {
    margin-left: 93px;
  }
  .xs-ml_94 {
    margin-left: 94px;
  }
  .xs-ml_95 {
    margin-left: 95px;
  }
  .xs-ml_96 {
    margin-left: 96px;
  }
  .xs-ml_97 {
    margin-left: 97px;
  }
  .xs-ml_98 {
    margin-left: 98px;
  }
  .xs-ml_99 {
    margin-left: 99px;
  }
  .xs-ml_100 {
    margin-left: 100px;
  }
}

.pt_1 {
  padding-top: 1px;
}

.pt_2 {
  padding-top: 2px;
}

.pt_3 {
  padding-top: 3px;
}

.pt_4 {
  padding-top: 4px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_6 {
  padding-top: 6px;
}

.pt_7 {
  padding-top: 7px;
}

.pt_8 {
  padding-top: 8px;
}

.pt_9 {
  padding-top: 9px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_11 {
  padding-top: 11px;
}

.pt_12 {
  padding-top: 12px;
}

.pt_13 {
  padding-top: 13px;
}

.pt_14 {
  padding-top: 14px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_16 {
  padding-top: 16px;
}

.pt_17 {
  padding-top: 17px;
}

.pt_18 {
  padding-top: 18px;
}

.pt_19 {
  padding-top: 19px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_21 {
  padding-top: 21px;
}

.pt_22 {
  padding-top: 22px;
}

.pt_23 {
  padding-top: 23px;
}

.pt_24 {
  padding-top: 24px;
}

.pt_25 {
  padding-top: 25px;
}

.pt_26 {
  padding-top: 26px;
}

.pt_27 {
  padding-top: 27px;
}

.pt_28 {
  padding-top: 28px;
}

.pt_29 {
  padding-top: 29px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_31 {
  padding-top: 31px;
}

.pt_32 {
  padding-top: 32px;
}

.pt_33 {
  padding-top: 33px;
}

.pt_34 {
  padding-top: 34px;
}

.pt_35 {
  padding-top: 35px;
}

.pt_36 {
  padding-top: 36px;
}

.pt_37 {
  padding-top: 37px;
}

.pt_38 {
  padding-top: 38px;
}

.pt_39 {
  padding-top: 39px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_41 {
  padding-top: 41px;
}

.pt_42 {
  padding-top: 42px;
}

.pt_43 {
  padding-top: 43px;
}

.pt_44 {
  padding-top: 44px;
}

.pt_45 {
  padding-top: 45px;
}

.pt_46 {
  padding-top: 46px;
}

.pt_47 {
  padding-top: 47px;
}

.pt_48 {
  padding-top: 48px;
}

.pt_49 {
  padding-top: 49px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_51 {
  padding-top: 51px;
}

.pt_52 {
  padding-top: 52px;
}

.pt_53 {
  padding-top: 53px;
}

.pt_54 {
  padding-top: 54px;
}

.pt_55 {
  padding-top: 55px;
}

.pt_56 {
  padding-top: 56px;
}

.pt_57 {
  padding-top: 57px;
}

.pt_58 {
  padding-top: 58px;
}

.pt_59 {
  padding-top: 59px;
}

.pt_60 {
  padding-top: 60px;
}

.pt_61 {
  padding-top: 61px;
}

.pt_62 {
  padding-top: 62px;
}

.pt_63 {
  padding-top: 63px;
}

.pt_64 {
  padding-top: 64px;
}

.pt_65 {
  padding-top: 65px;
}

.pt_66 {
  padding-top: 66px;
}

.pt_67 {
  padding-top: 67px;
}

.pt_68 {
  padding-top: 68px;
}

.pt_69 {
  padding-top: 69px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_71 {
  padding-top: 71px;
}

.pt_72 {
  padding-top: 72px;
}

.pt_73 {
  padding-top: 73px;
}

.pt_74 {
  padding-top: 74px;
}

.pt_75 {
  padding-top: 75px;
}

.pt_76 {
  padding-top: 76px;
}

.pt_77 {
  padding-top: 77px;
}

.pt_78 {
  padding-top: 78px;
}

.pt_79 {
  padding-top: 79px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_81 {
  padding-top: 81px;
}

.pt_82 {
  padding-top: 82px;
}

.pt_83 {
  padding-top: 83px;
}

.pt_84 {
  padding-top: 84px;
}

.pt_85 {
  padding-top: 85px;
}

.pt_86 {
  padding-top: 86px;
}

.pt_87 {
  padding-top: 87px;
}

.pt_88 {
  padding-top: 88px;
}

.pt_89 {
  padding-top: 89px;
}

.pt_90 {
  padding-top: 90px;
}

.pt_91 {
  padding-top: 91px;
}

.pt_92 {
  padding-top: 92px;
}

.pt_93 {
  padding-top: 93px;
}

.pt_94 {
  padding-top: 94px;
}

.pt_95 {
  padding-top: 95px;
}

.pt_96 {
  padding-top: 96px;
}

.pt_97 {
  padding-top: 97px;
}

.pt_98 {
  padding-top: 98px;
}

.pt_99 {
  padding-top: 99px;
}

.pt_100 {
  padding-top: 100px;
}

.pb_1 {
  padding-bottom: 1px;
}

.pb_2 {
  padding-bottom: 2px;
}

.pb_3 {
  padding-bottom: 3px;
}

.pb_4 {
  padding-bottom: 4px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_6 {
  padding-bottom: 6px;
}

.pb_7 {
  padding-bottom: 7px;
}

.pb_8 {
  padding-bottom: 8px;
}

.pb_9 {
  padding-bottom: 9px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_11 {
  padding-bottom: 11px;
}

.pb_12 {
  padding-bottom: 12px;
}

.pb_13 {
  padding-bottom: 13px;
}

.pb_14 {
  padding-bottom: 14px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_16 {
  padding-bottom: 16px;
}

.pb_17 {
  padding-bottom: 17px;
}

.pb_18 {
  padding-bottom: 18px;
}

.pb_19 {
  padding-bottom: 19px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_21 {
  padding-bottom: 21px;
}

.pb_22 {
  padding-bottom: 22px;
}

.pb_23 {
  padding-bottom: 23px;
}

.pb_24 {
  padding-bottom: 24px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pb_26 {
  padding-bottom: 26px;
}

.pb_27 {
  padding-bottom: 27px;
}

.pb_28 {
  padding-bottom: 28px;
}

.pb_29 {
  padding-bottom: 29px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_31 {
  padding-bottom: 31px;
}

.pb_32 {
  padding-bottom: 32px;
}

.pb_33 {
  padding-bottom: 33px;
}

.pb_34 {
  padding-bottom: 34px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pb_36 {
  padding-bottom: 36px;
}

.pb_37 {
  padding-bottom: 37px;
}

.pb_38 {
  padding-bottom: 38px;
}

.pb_39 {
  padding-bottom: 39px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_41 {
  padding-bottom: 41px;
}

.pb_42 {
  padding-bottom: 42px;
}

.pb_43 {
  padding-bottom: 43px;
}

.pb_44 {
  padding-bottom: 44px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pb_46 {
  padding-bottom: 46px;
}

.pb_47 {
  padding-bottom: 47px;
}

.pb_48 {
  padding-bottom: 48px;
}

.pb_49 {
  padding-bottom: 49px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_51 {
  padding-bottom: 51px;
}

.pb_52 {
  padding-bottom: 52px;
}

.pb_53 {
  padding-bottom: 53px;
}

.pb_54 {
  padding-bottom: 54px;
}

.pb_55 {
  padding-bottom: 55px;
}

.pb_56 {
  padding-bottom: 56px;
}

.pb_57 {
  padding-bottom: 57px;
}

.pb_58 {
  padding-bottom: 58px;
}

.pb_59 {
  padding-bottom: 59px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pb_61 {
  padding-bottom: 61px;
}

.pb_62 {
  padding-bottom: 62px;
}

.pb_63 {
  padding-bottom: 63px;
}

.pb_64 {
  padding-bottom: 64px;
}

.pb_65 {
  padding-bottom: 65px;
}

.pb_66 {
  padding-bottom: 66px;
}

.pb_67 {
  padding-bottom: 67px;
}

.pb_68 {
  padding-bottom: 68px;
}

.pb_69 {
  padding-bottom: 69px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pb_71 {
  padding-bottom: 71px;
}

.pb_72 {
  padding-bottom: 72px;
}

.pb_73 {
  padding-bottom: 73px;
}

.pb_74 {
  padding-bottom: 74px;
}

.pb_75 {
  padding-bottom: 75px;
}

.pb_76 {
  padding-bottom: 76px;
}

.pb_77 {
  padding-bottom: 77px;
}

.pb_78 {
  padding-bottom: 78px;
}

.pb_79 {
  padding-bottom: 79px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pb_81 {
  padding-bottom: 81px;
}

.pb_82 {
  padding-bottom: 82px;
}

.pb_83 {
  padding-bottom: 83px;
}

.pb_84 {
  padding-bottom: 84px;
}

.pb_85 {
  padding-bottom: 85px;
}

.pb_86 {
  padding-bottom: 86px;
}

.pb_87 {
  padding-bottom: 87px;
}

.pb_88 {
  padding-bottom: 88px;
}

.pb_89 {
  padding-bottom: 89px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pb_91 {
  padding-bottom: 91px;
}

.pb_92 {
  padding-bottom: 92px;
}

.pb_93 {
  padding-bottom: 93px;
}

.pb_94 {
  padding-bottom: 94px;
}

.pb_95 {
  padding-bottom: 95px;
}

.pb_96 {
  padding-bottom: 96px;
}

.pb_97 {
  padding-bottom: 97px;
}

.pb_98 {
  padding-bottom: 98px;
}

.pb_99 {
  padding-bottom: 99px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pr_1 {
  padding-right: 1px;
}

.pr_2 {
  padding-right: 2px;
}

.pr_3 {
  padding-right: 3px;
}

.pr_4 {
  padding-right: 4px;
}

.pr_5 {
  padding-right: 5px;
}

.pr_6 {
  padding-right: 6px;
}

.pr_7 {
  padding-right: 7px;
}

.pr_8 {
  padding-right: 8px;
}

.pr_9 {
  padding-right: 9px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_11 {
  padding-right: 11px;
}

.pr_12 {
  padding-right: 12px;
}

.pr_13 {
  padding-right: 13px;
}

.pr_14 {
  padding-right: 14px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_16 {
  padding-right: 16px;
}

.pr_17 {
  padding-right: 17px;
}

.pr_18 {
  padding-right: 18px;
}

.pr_19 {
  padding-right: 19px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_21 {
  padding-right: 21px;
}

.pr_22 {
  padding-right: 22px;
}

.pr_23 {
  padding-right: 23px;
}

.pr_24 {
  padding-right: 24px;
}

.pr_25 {
  padding-right: 25px;
}

.pr_26 {
  padding-right: 26px;
}

.pr_27 {
  padding-right: 27px;
}

.pr_28 {
  padding-right: 28px;
}

.pr_29 {
  padding-right: 29px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_31 {
  padding-right: 31px;
}

.pr_32 {
  padding-right: 32px;
}

.pr_33 {
  padding-right: 33px;
}

.pr_34 {
  padding-right: 34px;
}

.pr_35 {
  padding-right: 35px;
}

.pr_36 {
  padding-right: 36px;
}

.pr_37 {
  padding-right: 37px;
}

.pr_38 {
  padding-right: 38px;
}

.pr_39 {
  padding-right: 39px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_41 {
  padding-right: 41px;
}

.pr_42 {
  padding-right: 42px;
}

.pr_43 {
  padding-right: 43px;
}

.pr_44 {
  padding-right: 44px;
}

.pr_45 {
  padding-right: 45px;
}

.pr_46 {
  padding-right: 46px;
}

.pr_47 {
  padding-right: 47px;
}

.pr_48 {
  padding-right: 48px;
}

.pr_49 {
  padding-right: 49px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_51 {
  padding-right: 51px;
}

.pr_52 {
  padding-right: 52px;
}

.pr_53 {
  padding-right: 53px;
}

.pr_54 {
  padding-right: 54px;
}

.pr_55 {
  padding-right: 55px;
}

.pr_56 {
  padding-right: 56px;
}

.pr_57 {
  padding-right: 57px;
}

.pr_58 {
  padding-right: 58px;
}

.pr_59 {
  padding-right: 59px;
}

.pr_60 {
  padding-right: 60px;
}

.pr_61 {
  padding-right: 61px;
}

.pr_62 {
  padding-right: 62px;
}

.pr_63 {
  padding-right: 63px;
}

.pr_64 {
  padding-right: 64px;
}

.pr_65 {
  padding-right: 65px;
}

.pr_66 {
  padding-right: 66px;
}

.pr_67 {
  padding-right: 67px;
}

.pr_68 {
  padding-right: 68px;
}

.pr_69 {
  padding-right: 69px;
}

.pr_70 {
  padding-right: 70px;
}

.pr_71 {
  padding-right: 71px;
}

.pr_72 {
  padding-right: 72px;
}

.pr_73 {
  padding-right: 73px;
}

.pr_74 {
  padding-right: 74px;
}

.pr_75 {
  padding-right: 75px;
}

.pr_76 {
  padding-right: 76px;
}

.pr_77 {
  padding-right: 77px;
}

.pr_78 {
  padding-right: 78px;
}

.pr_79 {
  padding-right: 79px;
}

.pr_80 {
  padding-right: 80px;
}

.pr_81 {
  padding-right: 81px;
}

.pr_82 {
  padding-right: 82px;
}

.pr_83 {
  padding-right: 83px;
}

.pr_84 {
  padding-right: 84px;
}

.pr_85 {
  padding-right: 85px;
}

.pr_86 {
  padding-right: 86px;
}

.pr_87 {
  padding-right: 87px;
}

.pr_88 {
  padding-right: 88px;
}

.pr_89 {
  padding-right: 89px;
}

.pr_90 {
  padding-right: 90px;
}

.pr_91 {
  padding-right: 91px;
}

.pr_92 {
  padding-right: 92px;
}

.pr_93 {
  padding-right: 93px;
}

.pr_94 {
  padding-right: 94px;
}

.pr_95 {
  padding-right: 95px;
}

.pr_96 {
  padding-right: 96px;
}

.pr_97 {
  padding-right: 97px;
}

.pr_98 {
  padding-right: 98px;
}

.pr_99 {
  padding-right: 99px;
}

.pr_100 {
  padding-right: 100px;
}

.pl_1 {
  padding-left: 1px;
}

.pl_2 {
  padding-left: 2px;
}

.pl_3 {
  padding-left: 3px;
}

.pl_4 {
  padding-left: 4px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_6 {
  padding-left: 6px;
}

.pl_7 {
  padding-left: 7px;
}

.pl_8 {
  padding-left: 8px;
}

.pl_9 {
  padding-left: 9px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_11 {
  padding-left: 11px;
}

.pl_12 {
  padding-left: 12px;
}

.pl_13 {
  padding-left: 13px;
}

.pl_14 {
  padding-left: 14px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_16 {
  padding-left: 16px;
}

.pl_17 {
  padding-left: 17px;
}

.pl_18 {
  padding-left: 18px;
}

.pl_19 {
  padding-left: 19px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_21 {
  padding-left: 21px;
}

.pl_22 {
  padding-left: 22px;
}

.pl_23 {
  padding-left: 23px;
}

.pl_24 {
  padding-left: 24px;
}

.pl_25 {
  padding-left: 25px;
}

.pl_26 {
  padding-left: 26px;
}

.pl_27 {
  padding-left: 27px;
}

.pl_28 {
  padding-left: 28px;
}

.pl_29 {
  padding-left: 29px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_31 {
  padding-left: 31px;
}

.pl_32 {
  padding-left: 32px;
}

.pl_33 {
  padding-left: 33px;
}

.pl_34 {
  padding-left: 34px;
}

.pl_35 {
  padding-left: 35px;
}

.pl_36 {
  padding-left: 36px;
}

.pl_37 {
  padding-left: 37px;
}

.pl_38 {
  padding-left: 38px;
}

.pl_39 {
  padding-left: 39px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_41 {
  padding-left: 41px;
}

.pl_42 {
  padding-left: 42px;
}

.pl_43 {
  padding-left: 43px;
}

.pl_44 {
  padding-left: 44px;
}

.pl_45 {
  padding-left: 45px;
}

.pl_46 {
  padding-left: 46px;
}

.pl_47 {
  padding-left: 47px;
}

.pl_48 {
  padding-left: 48px;
}

.pl_49 {
  padding-left: 49px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_51 {
  padding-left: 51px;
}

.pl_52 {
  padding-left: 52px;
}

.pl_53 {
  padding-left: 53px;
}

.pl_54 {
  padding-left: 54px;
}

.pl_55 {
  padding-left: 55px;
}

.pl_56 {
  padding-left: 56px;
}

.pl_57 {
  padding-left: 57px;
}

.pl_58 {
  padding-left: 58px;
}

.pl_59 {
  padding-left: 59px;
}

.pl_60 {
  padding-left: 60px;
}

.pl_61 {
  padding-left: 61px;
}

.pl_62 {
  padding-left: 62px;
}

.pl_63 {
  padding-left: 63px;
}

.pl_64 {
  padding-left: 64px;
}

.pl_65 {
  padding-left: 65px;
}

.pl_66 {
  padding-left: 66px;
}

.pl_67 {
  padding-left: 67px;
}

.pl_68 {
  padding-left: 68px;
}

.pl_69 {
  padding-left: 69px;
}

.pl_70 {
  padding-left: 70px;
}

.pl_71 {
  padding-left: 71px;
}

.pl_72 {
  padding-left: 72px;
}

.pl_73 {
  padding-left: 73px;
}

.pl_74 {
  padding-left: 74px;
}

.pl_75 {
  padding-left: 75px;
}

.pl_76 {
  padding-left: 76px;
}

.pl_77 {
  padding-left: 77px;
}

.pl_78 {
  padding-left: 78px;
}

.pl_79 {
  padding-left: 79px;
}

.pl_80 {
  padding-left: 80px;
}

.pl_81 {
  padding-left: 81px;
}

.pl_82 {
  padding-left: 82px;
}

.pl_83 {
  padding-left: 83px;
}

.pl_84 {
  padding-left: 84px;
}

.pl_85 {
  padding-left: 85px;
}

.pl_86 {
  padding-left: 86px;
}

.pl_87 {
  padding-left: 87px;
}

.pl_88 {
  padding-left: 88px;
}

.pl_89 {
  padding-left: 89px;
}

.pl_90 {
  padding-left: 90px;
}

.pl_91 {
  padding-left: 91px;
}

.pl_92 {
  padding-left: 92px;
}

.pl_93 {
  padding-left: 93px;
}

.pl_94 {
  padding-left: 94px;
}

.pl_95 {
  padding-left: 95px;
}

.pl_96 {
  padding-left: 96px;
}

.pl_97 {
  padding-left: 97px;
}

.pl_98 {
  padding-left: 98px;
}

.pl_99 {
  padding-left: 99px;
}

.pl_100 {
  padding-left: 100px;
}

@media (max-width: 768px) {
  .xs-pt_1 {
    padding-top: 1px;
  }
  .xs-pt_2 {
    padding-top: 2px;
  }
  .xs-pt_3 {
    padding-top: 3px;
  }
  .xs-pt_4 {
    padding-top: 4px;
  }
  .xs-pt_5 {
    padding-top: 5px;
  }
  .xs-pt_6 {
    padding-top: 6px;
  }
  .xs-pt_7 {
    padding-top: 7px;
  }
  .xs-pt_8 {
    padding-top: 8px;
  }
  .xs-pt_9 {
    padding-top: 9px;
  }
  .xs-pt_10 {
    padding-top: 10px;
  }
  .xs-pt_11 {
    padding-top: 11px;
  }
  .xs-pt_12 {
    padding-top: 12px;
  }
  .xs-pt_13 {
    padding-top: 13px;
  }
  .xs-pt_14 {
    padding-top: 14px;
  }
  .xs-pt_15 {
    padding-top: 15px;
  }
  .xs-pt_16 {
    padding-top: 16px;
  }
  .xs-pt_17 {
    padding-top: 17px;
  }
  .xs-pt_18 {
    padding-top: 18px;
  }
  .xs-pt_19 {
    padding-top: 19px;
  }
  .xs-pt_20 {
    padding-top: 20px;
  }
  .xs-pt_21 {
    padding-top: 21px;
  }
  .xs-pt_22 {
    padding-top: 22px;
  }
  .xs-pt_23 {
    padding-top: 23px;
  }
  .xs-pt_24 {
    padding-top: 24px;
  }
  .xs-pt_25 {
    padding-top: 25px;
  }
  .xs-pt_26 {
    padding-top: 26px;
  }
  .xs-pt_27 {
    padding-top: 27px;
  }
  .xs-pt_28 {
    padding-top: 28px;
  }
  .xs-pt_29 {
    padding-top: 29px;
  }
  .xs-pt_30 {
    padding-top: 30px;
  }
  .xs-pt_31 {
    padding-top: 31px;
  }
  .xs-pt_32 {
    padding-top: 32px;
  }
  .xs-pt_33 {
    padding-top: 33px;
  }
  .xs-pt_34 {
    padding-top: 34px;
  }
  .xs-pt_35 {
    padding-top: 35px;
  }
  .xs-pt_36 {
    padding-top: 36px;
  }
  .xs-pt_37 {
    padding-top: 37px;
  }
  .xs-pt_38 {
    padding-top: 38px;
  }
  .xs-pt_39 {
    padding-top: 39px;
  }
  .xs-pt_40 {
    padding-top: 40px;
  }
  .xs-pt_41 {
    padding-top: 41px;
  }
  .xs-pt_42 {
    padding-top: 42px;
  }
  .xs-pt_43 {
    padding-top: 43px;
  }
  .xs-pt_44 {
    padding-top: 44px;
  }
  .xs-pt_45 {
    padding-top: 45px;
  }
  .xs-pt_46 {
    padding-top: 46px;
  }
  .xs-pt_47 {
    padding-top: 47px;
  }
  .xs-pt_48 {
    padding-top: 48px;
  }
  .xs-pt_49 {
    padding-top: 49px;
  }
  .xs-pt_50 {
    padding-top: 50px;
  }
  .xs-pt_51 {
    padding-top: 51px;
  }
  .xs-pt_52 {
    padding-top: 52px;
  }
  .xs-pt_53 {
    padding-top: 53px;
  }
  .xs-pt_54 {
    padding-top: 54px;
  }
  .xs-pt_55 {
    padding-top: 55px;
  }
  .xs-pt_56 {
    padding-top: 56px;
  }
  .xs-pt_57 {
    padding-top: 57px;
  }
  .xs-pt_58 {
    padding-top: 58px;
  }
  .xs-pt_59 {
    padding-top: 59px;
  }
  .xs-pt_60 {
    padding-top: 60px;
  }
  .xs-pt_61 {
    padding-top: 61px;
  }
  .xs-pt_62 {
    padding-top: 62px;
  }
  .xs-pt_63 {
    padding-top: 63px;
  }
  .xs-pt_64 {
    padding-top: 64px;
  }
  .xs-pt_65 {
    padding-top: 65px;
  }
  .xs-pt_66 {
    padding-top: 66px;
  }
  .xs-pt_67 {
    padding-top: 67px;
  }
  .xs-pt_68 {
    padding-top: 68px;
  }
  .xs-pt_69 {
    padding-top: 69px;
  }
  .xs-pt_70 {
    padding-top: 70px;
  }
  .xs-pt_71 {
    padding-top: 71px;
  }
  .xs-pt_72 {
    padding-top: 72px;
  }
  .xs-pt_73 {
    padding-top: 73px;
  }
  .xs-pt_74 {
    padding-top: 74px;
  }
  .xs-pt_75 {
    padding-top: 75px;
  }
  .xs-pt_76 {
    padding-top: 76px;
  }
  .xs-pt_77 {
    padding-top: 77px;
  }
  .xs-pt_78 {
    padding-top: 78px;
  }
  .xs-pt_79 {
    padding-top: 79px;
  }
  .xs-pt_80 {
    padding-top: 80px;
  }
  .xs-pt_81 {
    padding-top: 81px;
  }
  .xs-pt_82 {
    padding-top: 82px;
  }
  .xs-pt_83 {
    padding-top: 83px;
  }
  .xs-pt_84 {
    padding-top: 84px;
  }
  .xs-pt_85 {
    padding-top: 85px;
  }
  .xs-pt_86 {
    padding-top: 86px;
  }
  .xs-pt_87 {
    padding-top: 87px;
  }
  .xs-pt_88 {
    padding-top: 88px;
  }
  .xs-pt_89 {
    padding-top: 89px;
  }
  .xs-pt_90 {
    padding-top: 90px;
  }
  .xs-pt_91 {
    padding-top: 91px;
  }
  .xs-pt_92 {
    padding-top: 92px;
  }
  .xs-pt_93 {
    padding-top: 93px;
  }
  .xs-pt_94 {
    padding-top: 94px;
  }
  .xs-pt_95 {
    padding-top: 95px;
  }
  .xs-pt_96 {
    padding-top: 96px;
  }
  .xs-pt_97 {
    padding-top: 97px;
  }
  .xs-pt_98 {
    padding-top: 98px;
  }
  .xs-pt_99 {
    padding-top: 99px;
  }
  .xs-pt_100 {
    padding-top: 100px;
  }
  .xs-pb_1 {
    padding-bottom: 1px;
  }
  .xs-pb_2 {
    padding-bottom: 2px;
  }
  .xs-pb_3 {
    padding-bottom: 3px;
  }
  .xs-pb_4 {
    padding-bottom: 4px;
  }
  .xs-pb_5 {
    padding-bottom: 5px;
  }
  .xs-pb_6 {
    padding-bottom: 6px;
  }
  .xs-pb_7 {
    padding-bottom: 7px;
  }
  .xs-pb_8 {
    padding-bottom: 8px;
  }
  .xs-pb_9 {
    padding-bottom: 9px;
  }
  .xs-pb_10 {
    padding-bottom: 10px;
  }
  .xs-pb_11 {
    padding-bottom: 11px;
  }
  .xs-pb_12 {
    padding-bottom: 12px;
  }
  .xs-pb_13 {
    padding-bottom: 13px;
  }
  .xs-pb_14 {
    padding-bottom: 14px;
  }
  .xs-pb_15 {
    padding-bottom: 15px;
  }
  .xs-pb_16 {
    padding-bottom: 16px;
  }
  .xs-pb_17 {
    padding-bottom: 17px;
  }
  .xs-pb_18 {
    padding-bottom: 18px;
  }
  .xs-pb_19 {
    padding-bottom: 19px;
  }
  .xs-pb_20 {
    padding-bottom: 20px;
  }
  .xs-pb_21 {
    padding-bottom: 21px;
  }
  .xs-pb_22 {
    padding-bottom: 22px;
  }
  .xs-pb_23 {
    padding-bottom: 23px;
  }
  .xs-pb_24 {
    padding-bottom: 24px;
  }
  .xs-pb_25 {
    padding-bottom: 25px;
  }
  .xs-pb_26 {
    padding-bottom: 26px;
  }
  .xs-pb_27 {
    padding-bottom: 27px;
  }
  .xs-pb_28 {
    padding-bottom: 28px;
  }
  .xs-pb_29 {
    padding-bottom: 29px;
  }
  .xs-pb_30 {
    padding-bottom: 30px;
  }
  .xs-pb_31 {
    padding-bottom: 31px;
  }
  .xs-pb_32 {
    padding-bottom: 32px;
  }
  .xs-pb_33 {
    padding-bottom: 33px;
  }
  .xs-pb_34 {
    padding-bottom: 34px;
  }
  .xs-pb_35 {
    padding-bottom: 35px;
  }
  .xs-pb_36 {
    padding-bottom: 36px;
  }
  .xs-pb_37 {
    padding-bottom: 37px;
  }
  .xs-pb_38 {
    padding-bottom: 38px;
  }
  .xs-pb_39 {
    padding-bottom: 39px;
  }
  .xs-pb_40 {
    padding-bottom: 40px;
  }
  .xs-pb_41 {
    padding-bottom: 41px;
  }
  .xs-pb_42 {
    padding-bottom: 42px;
  }
  .xs-pb_43 {
    padding-bottom: 43px;
  }
  .xs-pb_44 {
    padding-bottom: 44px;
  }
  .xs-pb_45 {
    padding-bottom: 45px;
  }
  .xs-pb_46 {
    padding-bottom: 46px;
  }
  .xs-pb_47 {
    padding-bottom: 47px;
  }
  .xs-pb_48 {
    padding-bottom: 48px;
  }
  .xs-pb_49 {
    padding-bottom: 49px;
  }
  .xs-pb_50 {
    padding-bottom: 50px;
  }
  .xs-pb_51 {
    padding-bottom: 51px;
  }
  .xs-pb_52 {
    padding-bottom: 52px;
  }
  .xs-pb_53 {
    padding-bottom: 53px;
  }
  .xs-pb_54 {
    padding-bottom: 54px;
  }
  .xs-pb_55 {
    padding-bottom: 55px;
  }
  .xs-pb_56 {
    padding-bottom: 56px;
  }
  .xs-pb_57 {
    padding-bottom: 57px;
  }
  .xs-pb_58 {
    padding-bottom: 58px;
  }
  .xs-pb_59 {
    padding-bottom: 59px;
  }
  .xs-pb_60 {
    padding-bottom: 60px;
  }
  .xs-pb_61 {
    padding-bottom: 61px;
  }
  .xs-pb_62 {
    padding-bottom: 62px;
  }
  .xs-pb_63 {
    padding-bottom: 63px;
  }
  .xs-pb_64 {
    padding-bottom: 64px;
  }
  .xs-pb_65 {
    padding-bottom: 65px;
  }
  .xs-pb_66 {
    padding-bottom: 66px;
  }
  .xs-pb_67 {
    padding-bottom: 67px;
  }
  .xs-pb_68 {
    padding-bottom: 68px;
  }
  .xs-pb_69 {
    padding-bottom: 69px;
  }
  .xs-pb_70 {
    padding-bottom: 70px;
  }
  .xs-pb_71 {
    padding-bottom: 71px;
  }
  .xs-pb_72 {
    padding-bottom: 72px;
  }
  .xs-pb_73 {
    padding-bottom: 73px;
  }
  .xs-pb_74 {
    padding-bottom: 74px;
  }
  .xs-pb_75 {
    padding-bottom: 75px;
  }
  .xs-pb_76 {
    padding-bottom: 76px;
  }
  .xs-pb_77 {
    padding-bottom: 77px;
  }
  .xs-pb_78 {
    padding-bottom: 78px;
  }
  .xs-pb_79 {
    padding-bottom: 79px;
  }
  .xs-pb_80 {
    padding-bottom: 80px;
  }
  .xs-pb_81 {
    padding-bottom: 81px;
  }
  .xs-pb_82 {
    padding-bottom: 82px;
  }
  .xs-pb_83 {
    padding-bottom: 83px;
  }
  .xs-pb_84 {
    padding-bottom: 84px;
  }
  .xs-pb_85 {
    padding-bottom: 85px;
  }
  .xs-pb_86 {
    padding-bottom: 86px;
  }
  .xs-pb_87 {
    padding-bottom: 87px;
  }
  .xs-pb_88 {
    padding-bottom: 88px;
  }
  .xs-pb_89 {
    padding-bottom: 89px;
  }
  .xs-pb_90 {
    padding-bottom: 90px;
  }
  .xs-pb_91 {
    padding-bottom: 91px;
  }
  .xs-pb_92 {
    padding-bottom: 92px;
  }
  .xs-pb_93 {
    padding-bottom: 93px;
  }
  .xs-pb_94 {
    padding-bottom: 94px;
  }
  .xs-pb_95 {
    padding-bottom: 95px;
  }
  .xs-pb_96 {
    padding-bottom: 96px;
  }
  .xs-pb_97 {
    padding-bottom: 97px;
  }
  .xs-pb_98 {
    padding-bottom: 98px;
  }
  .xs-pb_99 {
    padding-bottom: 99px;
  }
  .xs-pb_100 {
    padding-bottom: 100px;
  }
  .xs-pr_1 {
    padding-right: 1px;
  }
  .xs-pr_2 {
    padding-right: 2px;
  }
  .xs-pr_3 {
    padding-right: 3px;
  }
  .xs-pr_4 {
    padding-right: 4px;
  }
  .xs-pr_5 {
    padding-right: 5px;
  }
  .xs-pr_6 {
    padding-right: 6px;
  }
  .xs-pr_7 {
    padding-right: 7px;
  }
  .xs-pr_8 {
    padding-right: 8px;
  }
  .xs-pr_9 {
    padding-right: 9px;
  }
  .xs-pr_10 {
    padding-right: 10px;
  }
  .xs-pr_11 {
    padding-right: 11px;
  }
  .xs-pr_12 {
    padding-right: 12px;
  }
  .xs-pr_13 {
    padding-right: 13px;
  }
  .xs-pr_14 {
    padding-right: 14px;
  }
  .xs-pr_15 {
    padding-right: 15px;
  }
  .xs-pr_16 {
    padding-right: 16px;
  }
  .xs-pr_17 {
    padding-right: 17px;
  }
  .xs-pr_18 {
    padding-right: 18px;
  }
  .xs-pr_19 {
    padding-right: 19px;
  }
  .xs-pr_20 {
    padding-right: 20px;
  }
  .xs-pr_21 {
    padding-right: 21px;
  }
  .xs-pr_22 {
    padding-right: 22px;
  }
  .xs-pr_23 {
    padding-right: 23px;
  }
  .xs-pr_24 {
    padding-right: 24px;
  }
  .xs-pr_25 {
    padding-right: 25px;
  }
  .xs-pr_26 {
    padding-right: 26px;
  }
  .xs-pr_27 {
    padding-right: 27px;
  }
  .xs-pr_28 {
    padding-right: 28px;
  }
  .xs-pr_29 {
    padding-right: 29px;
  }
  .xs-pr_30 {
    padding-right: 30px;
  }
  .xs-pr_31 {
    padding-right: 31px;
  }
  .xs-pr_32 {
    padding-right: 32px;
  }
  .xs-pr_33 {
    padding-right: 33px;
  }
  .xs-pr_34 {
    padding-right: 34px;
  }
  .xs-pr_35 {
    padding-right: 35px;
  }
  .xs-pr_36 {
    padding-right: 36px;
  }
  .xs-pr_37 {
    padding-right: 37px;
  }
  .xs-pr_38 {
    padding-right: 38px;
  }
  .xs-pr_39 {
    padding-right: 39px;
  }
  .xs-pr_40 {
    padding-right: 40px;
  }
  .xs-pr_41 {
    padding-right: 41px;
  }
  .xs-pr_42 {
    padding-right: 42px;
  }
  .xs-pr_43 {
    padding-right: 43px;
  }
  .xs-pr_44 {
    padding-right: 44px;
  }
  .xs-pr_45 {
    padding-right: 45px;
  }
  .xs-pr_46 {
    padding-right: 46px;
  }
  .xs-pr_47 {
    padding-right: 47px;
  }
  .xs-pr_48 {
    padding-right: 48px;
  }
  .xs-pr_49 {
    padding-right: 49px;
  }
  .xs-pr_50 {
    padding-right: 50px;
  }
  .xs-pr_51 {
    padding-right: 51px;
  }
  .xs-pr_52 {
    padding-right: 52px;
  }
  .xs-pr_53 {
    padding-right: 53px;
  }
  .xs-pr_54 {
    padding-right: 54px;
  }
  .xs-pr_55 {
    padding-right: 55px;
  }
  .xs-pr_56 {
    padding-right: 56px;
  }
  .xs-pr_57 {
    padding-right: 57px;
  }
  .xs-pr_58 {
    padding-right: 58px;
  }
  .xs-pr_59 {
    padding-right: 59px;
  }
  .xs-pr_60 {
    padding-right: 60px;
  }
  .xs-pr_61 {
    padding-right: 61px;
  }
  .xs-pr_62 {
    padding-right: 62px;
  }
  .xs-pr_63 {
    padding-right: 63px;
  }
  .xs-pr_64 {
    padding-right: 64px;
  }
  .xs-pr_65 {
    padding-right: 65px;
  }
  .xs-pr_66 {
    padding-right: 66px;
  }
  .xs-pr_67 {
    padding-right: 67px;
  }
  .xs-pr_68 {
    padding-right: 68px;
  }
  .xs-pr_69 {
    padding-right: 69px;
  }
  .xs-pr_70 {
    padding-right: 70px;
  }
  .xs-pr_71 {
    padding-right: 71px;
  }
  .xs-pr_72 {
    padding-right: 72px;
  }
  .xs-pr_73 {
    padding-right: 73px;
  }
  .xs-pr_74 {
    padding-right: 74px;
  }
  .xs-pr_75 {
    padding-right: 75px;
  }
  .xs-pr_76 {
    padding-right: 76px;
  }
  .xs-pr_77 {
    padding-right: 77px;
  }
  .xs-pr_78 {
    padding-right: 78px;
  }
  .xs-pr_79 {
    padding-right: 79px;
  }
  .xs-pr_80 {
    padding-right: 80px;
  }
  .xs-pr_81 {
    padding-right: 81px;
  }
  .xs-pr_82 {
    padding-right: 82px;
  }
  .xs-pr_83 {
    padding-right: 83px;
  }
  .xs-pr_84 {
    padding-right: 84px;
  }
  .xs-pr_85 {
    padding-right: 85px;
  }
  .xs-pr_86 {
    padding-right: 86px;
  }
  .xs-pr_87 {
    padding-right: 87px;
  }
  .xs-pr_88 {
    padding-right: 88px;
  }
  .xs-pr_89 {
    padding-right: 89px;
  }
  .xs-pr_90 {
    padding-right: 90px;
  }
  .xs-pr_91 {
    padding-right: 91px;
  }
  .xs-pr_92 {
    padding-right: 92px;
  }
  .xs-pr_93 {
    padding-right: 93px;
  }
  .xs-pr_94 {
    padding-right: 94px;
  }
  .xs-pr_95 {
    padding-right: 95px;
  }
  .xs-pr_96 {
    padding-right: 96px;
  }
  .xs-pr_97 {
    padding-right: 97px;
  }
  .xs-pr_98 {
    padding-right: 98px;
  }
  .xs-pr_99 {
    padding-right: 99px;
  }
  .xs-pr_100 {
    padding-right: 100px;
  }
  .xs-pl_1 {
    padding-left: 1px;
  }
  .xs-pl_2 {
    padding-left: 2px;
  }
  .xs-pl_3 {
    padding-left: 3px;
  }
  .xs-pl_4 {
    padding-left: 4px;
  }
  .xs-pl_5 {
    padding-left: 5px;
  }
  .xs-pl_6 {
    padding-left: 6px;
  }
  .xs-pl_7 {
    padding-left: 7px;
  }
  .xs-pl_8 {
    padding-left: 8px;
  }
  .xs-pl_9 {
    padding-left: 9px;
  }
  .xs-pl_10 {
    padding-left: 10px;
  }
  .xs-pl_11 {
    padding-left: 11px;
  }
  .xs-pl_12 {
    padding-left: 12px;
  }
  .xs-pl_13 {
    padding-left: 13px;
  }
  .xs-pl_14 {
    padding-left: 14px;
  }
  .xs-pl_15 {
    padding-left: 15px;
  }
  .xs-pl_16 {
    padding-left: 16px;
  }
  .xs-pl_17 {
    padding-left: 17px;
  }
  .xs-pl_18 {
    padding-left: 18px;
  }
  .xs-pl_19 {
    padding-left: 19px;
  }
  .xs-pl_20 {
    padding-left: 20px;
  }
  .xs-pl_21 {
    padding-left: 21px;
  }
  .xs-pl_22 {
    padding-left: 22px;
  }
  .xs-pl_23 {
    padding-left: 23px;
  }
  .xs-pl_24 {
    padding-left: 24px;
  }
  .xs-pl_25 {
    padding-left: 25px;
  }
  .xs-pl_26 {
    padding-left: 26px;
  }
  .xs-pl_27 {
    padding-left: 27px;
  }
  .xs-pl_28 {
    padding-left: 28px;
  }
  .xs-pl_29 {
    padding-left: 29px;
  }
  .xs-pl_30 {
    padding-left: 30px;
  }
  .xs-pl_31 {
    padding-left: 31px;
  }
  .xs-pl_32 {
    padding-left: 32px;
  }
  .xs-pl_33 {
    padding-left: 33px;
  }
  .xs-pl_34 {
    padding-left: 34px;
  }
  .xs-pl_35 {
    padding-left: 35px;
  }
  .xs-pl_36 {
    padding-left: 36px;
  }
  .xs-pl_37 {
    padding-left: 37px;
  }
  .xs-pl_38 {
    padding-left: 38px;
  }
  .xs-pl_39 {
    padding-left: 39px;
  }
  .xs-pl_40 {
    padding-left: 40px;
  }
  .xs-pl_41 {
    padding-left: 41px;
  }
  .xs-pl_42 {
    padding-left: 42px;
  }
  .xs-pl_43 {
    padding-left: 43px;
  }
  .xs-pl_44 {
    padding-left: 44px;
  }
  .xs-pl_45 {
    padding-left: 45px;
  }
  .xs-pl_46 {
    padding-left: 46px;
  }
  .xs-pl_47 {
    padding-left: 47px;
  }
  .xs-pl_48 {
    padding-left: 48px;
  }
  .xs-pl_49 {
    padding-left: 49px;
  }
  .xs-pl_50 {
    padding-left: 50px;
  }
  .xs-pl_51 {
    padding-left: 51px;
  }
  .xs-pl_52 {
    padding-left: 52px;
  }
  .xs-pl_53 {
    padding-left: 53px;
  }
  .xs-pl_54 {
    padding-left: 54px;
  }
  .xs-pl_55 {
    padding-left: 55px;
  }
  .xs-pl_56 {
    padding-left: 56px;
  }
  .xs-pl_57 {
    padding-left: 57px;
  }
  .xs-pl_58 {
    padding-left: 58px;
  }
  .xs-pl_59 {
    padding-left: 59px;
  }
  .xs-pl_60 {
    padding-left: 60px;
  }
  .xs-pl_61 {
    padding-left: 61px;
  }
  .xs-pl_62 {
    padding-left: 62px;
  }
  .xs-pl_63 {
    padding-left: 63px;
  }
  .xs-pl_64 {
    padding-left: 64px;
  }
  .xs-pl_65 {
    padding-left: 65px;
  }
  .xs-pl_66 {
    padding-left: 66px;
  }
  .xs-pl_67 {
    padding-left: 67px;
  }
  .xs-pl_68 {
    padding-left: 68px;
  }
  .xs-pl_69 {
    padding-left: 69px;
  }
  .xs-pl_70 {
    padding-left: 70px;
  }
  .xs-pl_71 {
    padding-left: 71px;
  }
  .xs-pl_72 {
    padding-left: 72px;
  }
  .xs-pl_73 {
    padding-left: 73px;
  }
  .xs-pl_74 {
    padding-left: 74px;
  }
  .xs-pl_75 {
    padding-left: 75px;
  }
  .xs-pl_76 {
    padding-left: 76px;
  }
  .xs-pl_77 {
    padding-left: 77px;
  }
  .xs-pl_78 {
    padding-left: 78px;
  }
  .xs-pl_79 {
    padding-left: 79px;
  }
  .xs-pl_80 {
    padding-left: 80px;
  }
  .xs-pl_81 {
    padding-left: 81px;
  }
  .xs-pl_82 {
    padding-left: 82px;
  }
  .xs-pl_83 {
    padding-left: 83px;
  }
  .xs-pl_84 {
    padding-left: 84px;
  }
  .xs-pl_85 {
    padding-left: 85px;
  }
  .xs-pl_86 {
    padding-left: 86px;
  }
  .xs-pl_87 {
    padding-left: 87px;
  }
  .xs-pl_88 {
    padding-left: 88px;
  }
  .xs-pl_89 {
    padding-left: 89px;
  }
  .xs-pl_90 {
    padding-left: 90px;
  }
  .xs-pl_91 {
    padding-left: 91px;
  }
  .xs-pl_92 {
    padding-left: 92px;
  }
  .xs-pl_93 {
    padding-left: 93px;
  }
  .xs-pl_94 {
    padding-left: 94px;
  }
  .xs-pl_95 {
    padding-left: 95px;
  }
  .xs-pl_96 {
    padding-left: 96px;
  }
  .xs-pl_97 {
    padding-left: 97px;
  }
  .xs-pl_98 {
    padding-left: 98px;
  }
  .xs-pl_99 {
    padding-left: 99px;
  }
  .xs-pl_100 {
    padding-left: 100px;
  }
}

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

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

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

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

.to-left {
  float: left;
}

.to-right {
  float: right;
}

input[type='submit'],
button {
  cursor: pointer;
}

a,
input[type='submit'],
button {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 11px;
}

a.btn--primary, a.btn--primary2, .upload--button,
input[type='submit'].btn--primary,
input.btn--primary2[type='submit'],
button.btn--primary,
button.btn--primary2 {
  padding: 7px 15px;
  background: linear-gradient(-180deg, rgba(130, 33, 38, 0.8) 0%, rgba(110, 28, 32, 0.8) 100%);
  color: #fff;
  border: 1px solid transparent;
}

a.btn--primary:hover, a.btn--primary2:hover, .upload--button:hover,
input[type='submit'].btn--primary:hover,
input.btn--primary2[type='submit']:hover,
button.btn--primary:hover,
button.btn--primary2:hover {
  background: linear-gradient(-180deg, rgba(110, 28, 32, 0.8) 0%, rgba(130, 33, 38, 0.8) 100%);
}

a.btn--primary2, .upload--button,
input[type='submit'].btn--primary2,
button.btn--primary2 {
  background: #fff;
  color: rgba(130, 33, 38, 0.8);
  border: 1px solid #E3E3E3;
}

a.btn--primary2:hover, .upload--button:hover,
input[type='submit'].btn--primary2:hover,
button.btn--primary2:hover {
  background: #e6e5e5;
}

a.btn--primary2.transparent, .transparent.upload--button,
input[type='submit'].btn--primary2.transparent,
button.btn--primary2.transparent {
  background-color: transparent;
}

a.mini,
input[type='submit'].mini,
button.mini {
  padding: 3px 8px 2px;
  font-size: 10px;
}

a.disabled,
input[type='submit'].disabled,
button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.switch, .switch-line {
  position: relative;
  display: block;
  vertical-align: top;
  width: 32px;
  height: 20px;
  border-radius: 18px;
  margin-bottom: 0 !important;
}

.switch .switch-input, .switch-line .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch .switch-label, .switch-line .switch-label {
  position: relative;
  display: block;
  height: inherit;
  cursor: pointer;
  font-size: 12px;
  background: #fff;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

.switch .switch-label:before, .switch-line .switch-label:before, .switch .switch-label:after, .switch-line .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  transition: inherit;
}

.switch .switch-input:checked ~ .switch-label, .switch-line .switch-input:checked ~ .switch-label {
  background: rgba(130, 33, 38, 0.8);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch .switch-input:checked ~ .switch-label:before, .switch-line .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch .switch-input:checked ~ .switch-label:after, .switch-line .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch .switch-input:disabled ~ .switch-label, .switch-line .switch-input:disabled ~ .switch-label {
  background: #fff !important;
  opacity: .5;
  pointer-events: none;
}

.switch .switch-input:disabled ~ .switch-handle, .switch-line .switch-input:disabled ~ .switch-handle {
  opacity: .5;
  pointer-events: none;
}

.switch .switch-handle, .switch-line .switch-handle {
  position: absolute;
  top: 2px;
  right: 14px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.switch .switch-input:checked ~ .switch-handle, .switch-line .switch-input:checked ~ .switch-handle {
  right: 2px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch .switch-label, .switch-line .switch-label, .switch .switch-handle, .switch-line .switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.switch-line {
  width: 12px;
  height: 2px;
}

.switch-line .switch-input {
  visibility: hidden;
}

.switch-line .switch-label {
  box-shadow: none;
  border: 1px solid #E3E3E3;
}

.switch-line .switch-handle {
  width: 10px;
  height: 10px;
  top: -4px;
  right: 7px;
  border: 1px solid #AEAEAE;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.18);
}

.switch-line .switch-input:checked ~ .switch-handle {
  right: -4px;
  border: 2px solid rgba(130, 33, 38, 0.8);
}

.switch-line .switch-input:checked ~ .switch-label {
  border-color: rgba(130, 33, 38, 0.8);
}

.upload--button {
  border-radius: 3px;
  color: #212121;
  cursor: pointer;
  margin: 0;
  letter-spacing: 0.24px;
}

.upload--placeholder {
  letter-spacing: 0.24px;
}

.upload--file {
  visibility: hidden;
  position: absolute;
}

.upload--file + .upload--button {
  margin: 0 8px 0 0;
}

.upload--tip {
  color: rgba(0, 0, 0, 0.5);
  line-height: 14px;
  margin-top: 4px;
  display: block;
}

.upload--img {
  width: 42px;
  height: 42px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e6e8ec;
}

.upload--img input[type="file"] {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload--img label {
  width: inherit;
  height: inherit;
  position: relative;
  background-image: url(../images/ico/ico-upload.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all .2s;
}

.upload--img label:hover {
  box-shadow: inset 0 0 10px #c7ccd5;
}

.upload--img img {
  height: 100%;
  width: auto;
  position: absolute;
}

.upload--img img.portrait {
  height: auto;
  width: 100%;
}

.upload--img--remove, .upload--img--multiple ul li .img--card__remove {
  position: absolute;
  background-size: 12px;
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  right: 1px;
  bottom: 1px;
  border-radius: 100%;
  background-color: #DE6060;
  border: 1px solid #DE6060;
}

.upload--img--remove:hover, .upload--img--multiple ul li .img--card__remove:hover {
  background-color: #d53636;
}

.upload--img--remove:before, .upload--img--multiple ul li .img--card__remove:before {
  content: '\00D7';
}

.upload--img--multiple {
  background-color: #F6F8F9;
  padding: 10px;
  display: inline-block;
}

.upload--img--multiple small {
  color: rgba(0, 0, 0, 0.5);
}

.upload--img--multiple.single__image .form__photo__uploader__li {
  width: initial !important;
}

.upload--img--multiple.single__image .form__photo__uploader__li:first-child:before {
  left: 45% !important;
}

.upload--img--multiple.single__image .form__photo__uploader__li .form__photo__group .upload__img {
  width: 80px !important;
  height: 80px !important;
}

.upload--img--multiple.single__image .form__photo__placeholder {
  width: 102px;
  height: 125px;
}

.upload--img--multiple ul {
  margin: 10px 0;
  display: flex;
  position: relative;
}

.upload--img--multiple ul li {
  padding: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-right: 10px;
  position: relative !important;
  top: 0px !important;
}

.upload--img--multiple ul li:first-child:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -8px;
  top: 0;
  left: 50px;
  box-sizing: border-box;
  border: 5px solid #000;
  border-color: #fff #fff transparent transparent;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: 1px -1px 0 0 rgba(0, 0, 0, 0.2);
}

.upload--img--multiple ul li:last-child {
  margin-right: 0px;
}

.upload--img--multiple ul li .handle {
  position: relative;
  cursor: move;
  display: inline-block;
}

.upload--img--multiple ul li .handle svg {
  transform: rotate(90deg);
  margin-left: 5px;
}

.upload--img--multiple ul li .img--multiple__group {
  display: flex;
  justify-content: space-between;
}

.upload--img--multiple ul li .img--multiple__group .upload--img--card {
  margin-right: 6px;
}

.upload--img--multiple ul li .img--multiple__group .upload--img--card:last-child {
  margin: 0;
}

.upload--img--multiple ul li .img--multiple__group .upload--img {
  width: 60px;
  height: 60px;
}

.upload--img--multiple ul li .img--multiple__group .upload--img:hover .preview--show {
  opacity: 1;
  visibility: visible;
}

.upload--img--multiple ul li .img--multiple__group .upload--img:hover .upload--img--remove, .upload--img--multiple ul li .img--multiple__group .upload--img:hover .img--card__remove {
  opacity: 1;
  visibility: visible;
}

.upload--img--multiple ul li .img--multiple__group .upload--img .preview--show {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: url("../images/ico/ico-see-preview.svg") center no-repeat;
  background-size: 9px;
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  right: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
  border-radius: 100%;
  background-color: #44C7F4;
  border: 1px solid #44C7F4;
  transition: all .3s;
}

.upload--img--multiple ul li .img--multiple__group .upload--img .preview--show:hover {
  background-color: #14b9f1;
}

.upload--img--multiple ul li .img--multiple__group .upload--img .upload--img--remove, .upload--img--multiple ul li .img--multiple__group .upload--img .img--card__remove {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.upload--img--multiple ul li .img--multiple__group .img--multiple__title {
  display: block;
  font-size: 10px;
  text-align: center;
  border: 1px solid #e6e8ec;
  margin-top: 3px;
  padding: 2px 0;
}

.upload--img--multiple ul li .img--card__remove {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  text-align: center;
  line-height: 15px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.upload--img--multiple ul li .img--card__remove:hover {
  background-color: #d53636;
}

.upload--img--multiple ul li .img--card__remove:before {
  position: absolute;
  top: -1px;
}

.upload--img--multiple ul li .form__photo__remove__server {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  border-radius: 100%;
  text-align: center;
  line-height: 13px;
  color: #fff;
  background-color: #DE6060;
}

.upload--img--multiple ul li .form__photo__remove__server:hover {
  background-color: #d53636;
}

.upload--img--multiple .img--multiple__placeholder {
  width: 135px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed;
  border-radius: 5px;
  flex-direction: column;
  margin: 10px 0 10px 10px;
}

.upload--img--multiple .img--multiple__placeholder:hover i {
  top: 0px;
}

.upload--img--multiple .img--multiple__placeholder:hover span {
  bottom: -15px;
  opacity: 1;
}

.upload--img--multiple .img--multiple__placeholder i {
  font-style: normal;
  font-size: 38px;
  display: block;
  line-height: 0;
  position: relative;
  top: 10px;
  transition: all .4s ease-in-out;
}

.upload--img--multiple .img--multiple__placeholder span {
  font-size: 15px;
  display: block;
  position: relative;
  bottom: 0px;
  opacity: 0;
  transition: all .4s ease-in-out;
}

.preview--overlay {
  position: fixed;
  z-index: 99;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.preview--popup {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  position: absolute;
}

.preview--popup .preview--popup--inner {
  position: absolute;
  width: 600px;
  height: auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
}

.preview--popup .preview--popup--inner .preview--close {
  position: absolute;
  background-size: 12px;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  right: -11px;
  top: -11px;
  border-radius: 100%;
  background-color: #DE6060;
  border: 1px solid #DE6060;
}

.preview--popup .preview--popup--inner .preview--close:hover {
  background-color: #d53636;
}

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

.preview .main--sidebar {
  z-index: 10;
}

.preview .main--header {
  position: relative;
  z-index: 0;
}

.preview .main--content {
  position: relative;
  z-index: 11;
}

/* STYLE ANIMASI SORTABLE JQUERY-UI */
.sort-active {
  background: rgba(0, 0, 0, 0.03);
  transition: all .3s;
}

.sort-trans {
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.9;
}

.sort-el {
  transition: none !important;
}

.plcehldr {
  display: none;
}

.sortable {
  position: relative;
}

.sort-item {
  position: relative !important;
  top: 0px !important;
}

.sort-ghost {
  opacity: 0.3;
  transition: all 0.5s ease-out;
}

.handle {
  display: flex;
  cursor: move;
}

/*  END  */
.sortable {
  position: relative;
}

.sortable li {
  position: relative !important;
  top: 0px !important;
}

.tips {
  margin: 0 10px;
  font-size: 10px;
  background-color: #e6e6e6;
  border: 0px solid transparent;
  color: rgba(0, 0, 0, 0.5);
  height: 30px;
  padding: 10px;
  line-height: 12px;
  display: inline-block;
}

.tips .chars {
  margin: 0 3px;
}

.tips.textonly {
  width: auto;
  height: auto;
  background-color: inherit;
  margin: 5px 0 0;
  padding: 0;
  line-height: 14px;
}

.tips.big {
  height: auto;
  width: 320px;
  box-sizing: border-box;
  padding: 7px;
  text-align: left;
  line-height: 14px;
  display: block;
}

.tips.link {
  width: auto;
  height: auto;
  background-color: inherit;
  padding: 0;
  color: rgba(130, 33, 38, 0.8);
  line-height: 14px;
}

.status {
  padding-left: 10px;
  position: relative;
}

.status:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.status.waiting:before {
  content: "";
  background-color: #FFE183;
}

.status.paid:before {
  content: "";
  background-color: #50E3C2;
}

.status.cancelled:before {
  content: "";
  background-color: #F37373;
}

.status.expired:before {
  content: "";
  background-color: #E3E3E3;
}

.status.draft:before {
  content: "";
  background-color: #000000;
}

.status.waiting__checkout:before {
  content: "";
  background-color: #B8E986;
}

.pace .pace-progress {
  background: rgba(130, 33, 38, 0.8);
}

table {
  width: 100%;
  text-align: left;
  font-size: 11px;
}

table .link {
  font-size: inherit;
  color: rgba(130, 33, 38, 0.8);
}

table thead th {
  background-color: #F8F8F8;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  padding: 12px 3px;
  letter-spacing: 0.5px;
  min-width: 20px;
}

table tbody td {
  padding: 7px 3px 8px;
  box-shadow: 0 1px 0 0 #F2F2F2;
  min-width: 20px;
}

table.even tbody tr:nth-child(even) {
  background-color: #F8F8F8;
}

table.odd tbody tr:nth-child(odd) {
  background-color: #F8F8F8;
}

table.border tbody tr td {
  border-right: 1px solid #f1f1f1;
}

table.border tbody tr td:last-child {
  border: 0px solid transparent;
}

table.noshadow tbody td {
  box-shadow: none;
}

table .total td {
  background-color: #F7F7F7;
  box-shadow: 0 1px 0 0 #F2F2F2;
  font-weight: bold;
  letter-spacing: 0.5px;
}

table .toggle {
  background: url(../images/ico/ico-circle-plus.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: 0;
}

table .notexpand .toggle {
  background: url(../images/ico/ico-circle-min.svg) no-repeat;
}

table .nested.hide {
  display: none;
}

table .nested td:nth-child(2) {
  position: relative;
  padding-left: 13px;
}

table .nested td:nth-child(2):before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #D8D8D8;
  position: absolute;
  left: 3px;
  top: 0;
}

table.table-bordered tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: none;
}

table.table-bgw {
  background-color: #fff;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 400px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-container.loading {
  min-height: 150px;
  position: relative;
}

.modal-container.loading:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  width: 45px;
  height: 50px;
  background: url(../images/ico/ico-spinnerorange.svg) no-repeat center center;
  background-size: 100%;
  animation: spin 0.6s linear infinite;
  z-index: 2;
}

.modal-container.loading:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.modal-header {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 18px;
  position: relative;
}

.modal-body {
  background-color: #F0F0F0;
  padding: 25px 20px 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.close-popup {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(130, 33, 38, 0.8);
  color: #fff;
}

.close-popup:before {
  content: '✖';
  width: inherit;
  height: inherit;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.close-popup:hover {
  background-color: rgba(110, 28, 32, 0.8);
}

.modal-default-button {
  float: right;
}

.show-popup {
  transform: initial;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.1);
}

.chart-legend ul {
  margin: 0;
}

.chart-legend li {
  font-size: 11px;
  margin: 10px 15px 10px 0;
}

.chart-legend li:last-child {
  margin: 10px 0;
}

.chart-legend li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 100%;
}

.wizard--tab {
  border-bottom: 1px solid #F3F4F6;
  position: relative;
}

.wizard--tab .wizard--tab--ul {
  display: flex;
  background-color: #F7F7F7;
  margin: 0;
}

.wizard--tab .wizard--tab--ul .wizard--tab--li {
  min-width: 100px;
  height: 40px;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wizard--tab .wizard--tab--ul .wizard--tab--li .wizard--tab--link {
  font-size: 12px;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
}

.wizard--tab .wizard--tab--ul .wizard--tab--li .wizard--tab--link:hover {
  color: rgba(130, 33, 38, 0.8);
}

.wizard--tab .wizard--tab--ul .wizard--tab--li.active__tab a {
  color: rgba(130, 33, 38, 0.8);
  font-weight: bold;
  transition: all .3s;
}

.content__tab {
  display: none !important;
}

.content__tab.active__content {
  display: block !important;
  animation: fadeIn 3.5s;
}

.content__tab2 {
  display: none !important;
}

.content__tab2.active__content2 {
  display: block !important;
  animation: fadeIn 2.5s;
}

.content__tab3 {
  display: none !important;
}

.content__tab3.active__content3 {
  display: block !important;
  animation: fadeIn 2.5s;
}

.wizard-no-tab .wizard__content__tab {
  display: none !important;
}

.wizard-no-tab .wizard__content__tab.wizard__active__content {
  display: block !important;
  animation: fadeIn 2.5s;
}

#box,
#box2,
#box3 {
  position: relative;
}

#menu li.slide-line,
#menu2 li.slide-line,
#menu3 li.slide-line {
  display: block;
  padding: 0;
  margin: 0;
  background: none rgba(130, 33, 38, 0.8);
  position: absolute;
  width: 15px;
  height: 2px;
  left: 10px;
  bottom: 0;
  z-index: 0;
}

[class*="error"] .toastr .toastr--title {
  color: #F95959;
}

[class*="success"] .toastr .toastr--title {
  color: #08ADB0;
}

[class*="info"] .toastr .toastr--title {
  color: #0862B0;
}

/* NOTIFICATION FORM ERROR MESSAGE */
.toastr {
  width: 420px;
  position: relative;
  display: flex;
}

.toastr .toastr--icon {
  background-color: #000;
  position: relative;
  width: 49px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.toastr .toastr--icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.toastr .toastr--msg {
  background-color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px 19px 10px 18px;
  width: calc(100% - 49px);
}

.toastr .toastr--close {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 28px;
  color: rgba(66, 66, 66, 0.5);
  width: 12px;
  line-height: 0;
  position: absolute;
  height: 12px;
  right: 22px;
  top: 22px;
}

.toastr .toastr--close:hover {
  color: #424242;
}

.toastr .toastr--title {
  color: #0862B0;
  margin: 5px 0;
  display: block;
}

.toastr .toastr--content {
  color: #424242;
  margin: 7px 19px 7px 0;
}

.toastr .toastr--content--ul {
  overflow-y: auto;
  max-height: 70px;
  overflow-x: hidden;
  word-break: break-word;
  margin: 0;
}

.toastr .toastr--content--ul li {
  letter-spacing: 0.3px;
  list-style-type: disc;
  margin-left: 18px;
  color: #E3E3E3;
}

.toastr .toastr--content--ul li small {
  color: #777;
}

.login--background {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.login__wrapper {
  width: 492px;
  height: auto;
  position: absolute;
  top: -10%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login--header {
  display: flex;
  justify-content: center;
}

.forgot-password {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 20px;
}

.login--content {
  width: 492px;
  height: auto;
  padding: 50px 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.login--content .login--content__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
}

.login--content .login--content__header h3 {
  font-size: 30px;
  color: rgba(130, 33, 38, 0.8);
}

.login--content .login--content__header p {
  margin: 0;
  width: 250px;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
}

.login--content .login--content__form {
  width: 392px;
}

.login--content .login--content__form .login--input__container {
  display: flex;
  flex-direction: column;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  margin-bottom: 21px;
}

.login--content .login--content__form .login--input__container input {
  margin: 0;
  height: 49px;
  border: 1px solid rgba(94, 95, 97, 0.1);
  padding: 10px 16px;
  font-size: 14px;
  color: #4A4A4A;
}

.login--content .login--content__form .login--input__container ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(74, 74, 74, 0.4);
  font-size: 14px;
}

.login--content .login--content__form .login--input__container ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(74, 74, 74, 0.4);
  font-size: 14px;
}

.login--content .login--content__form .login--input__container .input__username {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.login--content .login--content__form .login--input__container .input__password {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.login--content .login--content__form .login--btn--submit {
  width: 100%;
  background: rgba(130, 33, 38, 0.8);
  border: 1px solid transparent;
  height: 50px;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.login--content .login--content__form .login--btn--submit:hover {
  background: rgba(110, 28, 32, 0.8);
}

.login--content .error--state {
  border: 1px solid #CE655C;
  box-shadow: 0px 0px 5px 2px #CE655C;
}

.login--content .error--state--message {
  color: #FF6358 !important;
}

@media only screen and (max-width: 1280px) {
  .login__wrapper .login__content {
    width: 422px;
    height: 360px;
    margin: 20px auto 0 auto;
  }
  .login__wrapper .login__content .login__content__header h3 {
    font-size: 32px;
  }
  .login__wrapper .login__content .login__content__form {
    width: 322px;
  }
  .login__wrapper .login__content .login__content__form .form__input_wrapper input {
    height: 39px;
  }
  .login__wrapper .login__content .login__content__form .form__btn .btn__submit__login {
    height: 40px;
  }
}

.dashboard-card .card--content {
  padding: 16px 20px 30px;
}

.dashboard-card .card--content.text-white {
  color: #fff;
}

.dashboard-card .dashboard-card-bottom {
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin-left: -20px;
  padding: 0 20px;
}

.dashboard-card .dashboard-card-bottom a {
  display: block;
}

.dashboard-icon {
  display: inline-block;
  position: absolute;
  bottom: 15px;
}

.dashboard-linkgoto {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.dashboard-weather h1 {
  margin: 0;
  padding: 48px;
  font-size: 88px;
  line-height: normal;
  position: relative;
}

.dashboard-weather .card--title {
  position: relative;
}

.dashboardpage .grid {
  display: flex;
  display: -ms-flexbox;
  margin: 20px 0;
}

.dashboard-highlight {
  margin-bottom: 42px;
}

.dashboard-highlight .card {
  border-radius: 6px;
}

.dashboard-highlight .card .btn--primary2 {
  padding: 7px 15px;
}

.dashboard-highlight .grid-fluid [class*="span"].separator {
  position: relative;
}

.dashboard-highlight .grid-fluid [class*="span"].separator:after {
  content: '';
  width: 1px;
  height: 55%;
  background-color: #eaeaea;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.dashboard-highlight .grid-fluid [class*="span"].separator:last-child:after {
  display: none;
}

.pagination ul li a {
  padding: 5px 10px;
  color: rgba(130, 33, 38, 0.8);
  border: 1px solid rgba(130, 33, 38, 0.8);
  margin: 0 5px;
  position: relative;
  transition: .3s ease;
}

.pagination ul li a:hover {
  color: inherit;
  border-color: rgba(130, 33, 38, 0.8);
  background-color: rgba(130, 33, 38, 0.8);
}

.pagination ul li.active a {
  color: inherit;
  border-color: rgba(130, 33, 38, 0.8);
  background-color: rgba(130, 33, 38, 0.8);
  pointer-events: none;
}

.pagination ul .first:before {
  content: '\276E\276E';
  color: inherit;
}

.pagination ul .prev:before {
  content: '\276E';
  color: inherit;
}

.pagination ul .next:before {
  content: '\276F';
  color: inherit;
}

.pagination ul .last:before {
  content: '\276F\276F';
  color: inherit;
}

.media {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F6F8F9;
}

.media .media-body,
.media .media-left,
.media .media-right {
  display: table-cell;
  vertical-align: top;
}

.media .media-middle {
  vertical-align: middle;
}

.media .media__drag {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 15px 0 0;
}

.media .media__drag svg {
  color: #dcdfe5;
}

.media .media__drag svg:hover {
  color: #d6d9e0;
}

.media .media__drag i:last-child {
  position: relative;
  right: -3px;
}

.media .media__thumb {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 2px;
}

.media .media__thumb img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.media .media__text {
  padding-right: 15px;
}

.media .media__text h6 {
  margin: 5px 0;
}

.media .media__text small {
  color: #7F7F7F;
}

.media .media__text small i, .media .media__text small b {
  color: #000;
}

.media .media__text .media__text--item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.media .media__text a.pin-item {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.media .media__text a.pin-item span {
  visibility: visible;
}

.media .media__text a.pin-item:hover {
  text-decoration: underline;
}

.media .media__text a.pin-item:hover span {
  visibility: hidden;
}

.media .media__text a.pin-item.disable {
  pointer-events: none;
  color: #777;
}

.media .media__text a.pin-item.disable i svg path {
  fill: #777;
}

.media .media__text .pin-item {
  color: #7F7F7F;
}

.media .media__text .pin-item i {
  margin-right: 3px;
}

.media .media__text .pin-item i svg path {
  fill: #7F7F7F;
}

.media .media__text .pin-item.pinned {
  color: rgba(130, 33, 38, 0.8);
}

.media .media__text .pin-item.pinned i svg path {
  fill: rgba(130, 33, 38, 0.8);
}

.media .media__text .pin-item.wait {
  color: #9b9b9b;
  pointer-events: none;
}

.media .media__control {
  display: flex;
  align-items: center;
  min-width: 150px;
  justify-content: flex-end;
  transition: .3s;
}

.media .media__control label {
  font-size: 12px;
  color: #adb2bf;
}

.media .media__control .application__list__received {
  top: 7px;
  position: relative;
}

.media .media__control .application__list__received b label {
  margin: 0px;
}

.media--accordion {
  position: relative !important;
  top: 0px !important;
}

.media--accordion .media--accordion__header {
  position: relative;
  z-index: 2;
  padding: 5px 15px;
  background-color: #FAFAFA;
  box-shadow: 0 1px 0 0 #EAEAEA, 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.media--accordion .media--accordion__header small {
  color: #777777;
}

.media--accordion .media--accordion__header .handle {
  padding: 0 15px 0 0;
}

.media--accordion .media--accordion__header .accordion-inner-handle {
  visibility: hidden;
}

.media--accordion .media--accordion__body {
  position: relative;
  z-index: 1;
}

.media-panel {
  padding: 24px;
  display: flex;
}

.media-panel.vcenter {
  align-items: center;
}

.media-panel .media-thumb {
  flex-shrink: 0;
  margin-right: 22px;
}

.media-panel .media-thumb.border {
  border: 1px solid #f5f5f6;
}

.media-panel .media-thumb.rounded {
  border-radius: 6px;
}

.media-panel .media-thumb.shadow {
  box-shadow: 0 8px 14px 0 rgba(224, 229, 238, 0.5);
}

.media-panel-list {
  padding-right: 24px;
  padding-left: 24px;
}

.media-panel-list .media-panel {
  border-bottom: 1px solid #eaeaea;
  padding-right: 0;
  padding-left: 0;
}

.media-panel-list .media-panel table tbody td {
  padding: 5px 3px 4px;
}

.style__accordion, .accordion-inner-toggle-button {
  position: relative;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.style__accordion i, .accordion-inner-toggle-button i {
  margin-left: 5px;
}

.style__accordion svg, .accordion-inner-toggle-button svg {
  position: absolute;
  transform: rotate(180deg);
  transition: all .3s;
}

.style__accordion svg circle, .accordion-inner-toggle-button svg circle {
  fill: #fff;
  transition: all .3s;
}

.style__accordion svg path, .accordion-inner-toggle-button svg path {
  fill: rgba(130, 33, 38, 0.8);
}

.style__accordion svg:hover circle, .accordion-inner-toggle-button svg:hover circle {
  fill: #f7f7f7;
}

.style__accordion.clicked svg, .accordion-inner-toggle-button.clicked svg {
  transform: rotate(0deg);
}

.style__accordion.inverse-color svg circle, .accordion-inner-toggle-button.inverse-color svg circle {
  fill: #D8D8D8;
}

.style__accordion.inverse-color svg path, .accordion-inner-toggle-button.inverse-color svg path {
  fill: #fff;
}

.style__accordion.inverse-color svg:hover circle, .accordion-inner-toggle-button.inverse-color svg:hover circle {
  fill: #d0d0d0;
}

.data-stat {
  display: inline-block;
  border-radius: 4px;
  font-family: "opensans-bold";
  color: #fff;
  position: relative;
  padding: 5px 5px 5px 20px;
}

.data-stat.increase {
  background-color: #309282;
}

.data-stat.increase:before {
  top: 12px;
}

.data-stat.decrease {
  background-color: #ed1c24;
}

.data-stat.decrease:before {
  top: 12px;
  transform: rotate(180deg);
}

.data-stat:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid white;
  position: absolute;
  left: 5px;
}

.main--sidebar {
  background: #f7f7f7;
  height: 100vh;
  width: 220px;
  z-index: 3;
  position: fixed;
  left: 0;
  transition: all .3s ease;
  box-shadow: inset -1px 0 0 0 #dfe3e8;
}

.main--sidebar.animate {
  left: -221px;
}

.main--sidebar ul {
  margin: 0;
}

.main--logo {
  height: 141px;
}

.main--menu {
  height: calc(100vh - 141px);
  overflow-y: auto;
  overflow-x: hidden;
}

.main--menu li {
  position: relative;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.5px;
}

.main--menu li [class*="ico"] {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 20px;
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main--menu li [class*="ico"] svg path {
  transition: all .3s ease;
}

.main--menu li .submenu li {
  font-size: 10px;
  color: #000000;
  letter-spacing: 0.42px;
  padding-left: 12px;
  margin: 0 0 0 -12px;
}

.main--menu a {
  height: 33px;
  padding-left: 41px;
  display: flex;
  align-items: center;
  font-weight: lighter;
  transition: all .3s ease;
}

.main--menu a:hover {
  color: #807f7f;
}

.main--menu .menu--link {
  transition: all .3s ease;
  font-size: 12px;
}

.main--menu .menu--link.active {
  color: rgba(130, 33, 38, 0.8);
}

.main--menu .menu--link.active i svg path {
  fill: rgba(130, 33, 38, 0.8);
}

.main--menu .menu--title {
  font-weight: bold;
  font-size: 9px;
  color: rgba(130, 33, 38, 0.8);
  letter-spacing: 0;
  padding: 20px 0 6px 20px;
}

.main--menu .has-child {
  transition: all .3s ease;
}

.main--menu .has-child.active {
  background: #ffffff;
}

.main--menu .has-child.active .isparent {
  box-shadow: 0 -1px 0 0 #F0F0F0;
}

.main--menu .has-child.active .isparent:after {
  transform: rotate(45deg);
  border-color: rgba(130, 33, 38, 0.8);
}

.main--menu .has-child.active .isparent i svg path {
  fill: rgba(130, 33, 38, 0.8);
}

.main--menu .has-child.active .isparent:before {
  left: 0;
}

.main--menu .has-child.active .submenu {
  box-shadow: 0 1px 0 0 #F0F0F0;
}

.main--menu .has-child .isparent {
  position: relative;
}

.main--menu .has-child .isparent:after {
  content: '';
  width: 5px;
  height: 5px;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 0 0 1px;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(225deg);
  transition: all .3s ease;
}

.main--menu .has-child .isparent:before {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  left: -3px;
  background-color: rgba(130, 33, 38, 0.8);
  transition: all .3s ease;
}

.main--menu .has-child .submenu {
  display: none;
}

.main--menu .has-child .submenu li a {
  font-size: 11px;
  font-weight: 400;
  position: relative;
}

.main--menu .has-child .submenu li a:before {
  content: "";
  width: 1.5px;
  height: 100%;
  background: #F4F2EF;
  position: absolute;
  left: 26px;
  top: 0;
}

.main--menu .has-child .submenu li a:after {
  content: "";
  height: 1.5px;
  width: 6px;
  background: #F4F2EF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 27px;
}

.main--menu .has-child .submenu li:last-child a:before {
  height: 50%;
}

.sidebar--toggle {
  height: 100%;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 1px 0 0 0 #dfe3e8;
}

.sidebar--toggle .bar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: all .3s;
}

.sidebar--toggle .bar .bar-1 {
  height: 2px;
  display: block;
  background-color: rgba(130, 33, 38, 0.8);
  width: 14px;
  position: relative;
  top: -3px;
  transition: all .3s;
}

.sidebar--toggle .bar .bar-2 {
  height: 2px;
  display: block;
  background-color: rgba(130, 33, 38, 0.8);
  width: 14px;
  position: relative;
  transition: all .3s;
}

.sidebar--toggle .bar .bar-2:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 4px solid rgba(130, 33, 38, 0.8);
  position: absolute;
  left: -5px;
  top: -1px;
  visibility: visible;
}

.sidebar--toggle .bar .bar-2:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 4px solid rgba(130, 33, 38, 0.8);
  position: absolute;
  right: -5px;
  top: -1px;
  visibility: hidden;
}

.sidebar--toggle .bar .bar-3 {
  height: 2px;
  display: block;
  background-color: rgba(130, 33, 38, 0.8);
  width: 14px;
  position: relative;
  bottom: -3px;
  transition: all .3s;
}

.sidebar--toggle:hover {
  background-color: #e6e5e5;
}

.sidebar--toggle.animate .bar .bar-2:before {
  visibility: hidden;
}

.sidebar--toggle.animate .bar .bar-2:after {
  visibility: visible;
}

.main--header {
  background-color: #F7F7F7;
  height: 50px;
  width: 100%;
  position: relative;
  z-index: 10;
  box-shadow: 1px 0 2px 0 rgba(33, 46, 77, 0.1);
}

.main--header .header--notification {
  border-right: 0px;
}

.main--header .menu--user {
  border-left: 1px solid rgba(37, 52, 76, 0.07);
  margin-right: 25px;
}

.main--header .menu--user:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 52%;
  right: 0;
  margin-top: -3px;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #9B9B9B transparent;
  transition: all .3s ease;
}

.user__img {
  width: 24px;
  height: 24px;
}

.user__img img {
  display: block;
}

.header--selector {
  height: 100%;
}

.header--selector .dropdown--wrapper .select--name {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.header--selector .dropdown--wrapper .select--name:hover {
  color: rgba(130, 33, 38, 0.8);
}

.header--notification {
  width: 62px;
  height: 50px;
  border-left: 1px solid rgba(37, 52, 76, 0.07);
  border-right: 1px solid rgba(37, 52, 76, 0.07);
  transition: all .3s;
}

.header--notification i {
  position: relative;
  font-style: normal;
}

.header--notification i small {
  width: 21px;
  height: 18px;
  border-radius: 30px;
  background-color: rgba(130, 33, 38, 0.8);
  color: #f7f7f7;
  border: 2px solid #f7f7f7;
  position: absolute;
  top: -11px;
  right: -13px;
  font-size: 8px;
}

.header--notification .select--name {
  padding: 0;
  height: 100%;
  width: 100%;
}

.header--notification .select--name:hover {
  background-color: #e6e5e5;
}

.header--notification .dropdown--submenu {
  min-width: 293px !important;
}

.header--notification .dropdown--submenu .media {
  margin: 0;
}

.header--notification .media .media-body {
  width: 100%;
}

.header--notification .message--list.new-message {
  top: 115% !important;
  right: -250% !important;
}

.header--notification .message--list.new-message:before {
  right: 47% !important;
  border: 10px solid #fff !important;
}

.header--notification .message--list.new-message .btn--primary2 {
  color: #000000;
}

.header--notification .message--list ul {
  margin: 0;
  max-height: 250px;
  overflow: auto;
}

.header--notification .message--list .message--header {
  padding: 20px 14px 10px;
  border-bottom: 1px solid #f6f8f9;
}

.header--notification .message--list .message--header small {
  color: rgba(0, 0, 0, 0.5);
}

.header--notification .message--list .message--header a small {
  color: inherit;
}

.header--notification .message--list .message--text {
  max-width: 221px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.header--notification .message--list form .field {
  margin-right: 0;
}

.header--notification .message--list form textarea {
  width: 348px;
  padding: 10px;
}

.header--notification .message--list .message--recipient {
  position: relative;
}

.header--notification .message--list .message--recipient:before {
  content: 'To:';
  height: 100%;
  width: 30px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 9px;
  color: rgba(0, 0, 0, 0.5);
}

.themes__builder #menu-themes-builder {
  margin: 0;
  background-color: #F7F7F7;
}

.themes__builder #menu-themes-builder ul {
  margin: 0;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}

.themes__builder #menu-themes-builder span {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}

.themes__builder #menu-themes-builder > li > span {
  padding: 10px 15px;
}

.themes__builder #menu-themes-builder > li:hover > span {
  color: rgba(130, 33, 38, 0.8);
}

.themes__builder #menu-themes-builder > li:hover > ul {
  margin: 0;
  left: 0;
}

.themes__builder #menu-themes-builder > li > ul {
  background-color: #F7F7F7;
}

.themes__builder #menu-themes-builder > li > ul > li {
  position: relative;
}

.themes__builder #menu-themes-builder > li > ul > li span {
  padding: 4px 15px;
}

.themes__builder #menu-themes-builder > li > ul > li:hover > span {
  color: rgba(130, 33, 38, 0.8);
}

.themes__builder #menu-themes-builder > li > ul > li > ul {
  background-color: #F7F7F7;
}

.themes__builder #menu-themes-builder > li > ul > li > ul > li > span {
  display: block;
}

.themes__builder #menu-themes-builder > li > ul > li > ul > li:hover > span {
  color: rgba(130, 33, 38, 0.8);
}

.datepicker {
  border-radius: 0 !important;
  border: 0px solid transparent;
  margin: -11px 0;
  font-family: 'opensans-regular';
}

.datepicker--nav {
  border-bottom: none !important;
  margin: 15px 10px 0px 10px;
  padding: 0 !important;
}

.datepicker--pointer {
  display: none !important;
}

.datepicker--nav-title {
  text-transform: uppercase;
  color: #000;
}

.datepicker--nav-title i {
  color: inherit !important;
}

.datepicker--nav-action svg path {
  fill: none;
  stroke: #9B9B9B;
}

.datepicker--day-name {
  color: rgba(0, 0, 0, 0.5) !important;
}

.datepicker--content {
  padding: 0 !important;
  margin: 10px 15px 15px;
}

.datepicker--cell-day {
  border-radius: 100% !important;
  height: 31.42px !important;
}

.datepicker--cell-day.-focus- {
  background: rgba(130, 33, 38, 0.8) !important;
  color: #fff !important;
}

.datepicker--cell-day.-disabled-.-focus- {
  background: #ffffff !important;
  color: #aeaeae !important;
}

.datepicker--cell-month, .datepicker--cell-year {
  color: #4A4A4A;
}

.datepicker--cell-month.-focus-, .datepicker--cell-year.-focus- {
  background: rgba(130, 33, 38, 0.8) !important;
  color: #fff !important;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  visibility: hidden;
}

.datepicker--cell.-current- {
  color: rgba(130, 33, 38, 0.8) !important;
}

.datepicker--cell.-current-:hover {
  color: #fff !important;
}

.datepicker--cell-day.-selected {
  background: rgba(130, 33, 38, 0.8) !important;
}

.datepicker--cell.-selected- {
  background: rgba(130, 33, 38, 0.8) !important;
}

.datepicker--cell.-selected-.-current- {
  color: #fff !important;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

select.mini ~ .chosen-container a span {
  font-size: 11px;
}

select.mini ~ .chosen-container .chosen-search input[type="text"] {
  font-size: 11px;
}

select.mini ~ .chosen-container .chosen-results li {
  font-size: 11px;
}

select.mini ~ .chosen-container-single .chosen-single {
  line-height: 12px;
}

.chosen-container-single .chosen-single {
  height: auto;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #fff;
  background: #fff;
  padding: 3px 0 3px 8px;
  line-height: 22px;
}

.chosen-container-single .chosen-single div b {
  position: relative;
}

.chosen-container-single .chosen-single div b:before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(130, 33, 38, 0.8);
  border-left: 1px solid rgba(130, 33, 38, 0.8);
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  right: 5px;
  margin: auto;
  transform: rotate(225deg);
}

.chosen-container-single .chosen-drop {
  border-radius: 0;
}

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

.chosen-container-single .chosen-results li.highlighted {
  background-image: none;
  background-color: #f9f9f9;
  color: #212121;
}

.chosen-container-single.chosen-with-drop .chosen-single div b:before {
  transform: rotate(405deg);
  top: 3px;
}

.chosen-container {
  width: 100%;
}

.chosen-container .chosen-drop {
  margin: 5px 0;
  border: 0px solid transparent;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
}

.chosen-container .chosen-results li {
  padding: 10px 7px;
  font-size: 11px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid transparent;
  background-image: none;
}

.chosen-container-single .chosen-single abbr {
  background: none;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.chosen-container-single .chosen-search input[type="text"] {
  background: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  background: none;
}

.mCSB_scrollTools {
  margin: 10px 0 !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 16px !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0) !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.main--sidebar .mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

.main--sidebar .mCSB_scrollTools {
  width: 3px !important;
}

.main--sidebar .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.main--sidebar .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.main--sidebar .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.main--sidebar .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.main--sidebar .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2) !important;
}

a.cke_dialog_ui_button_ok {
  color: #fff !important;
  background: rgba(130, 33, 38, 0.8) !important;
  border: 1px solid rgba(130, 33, 38, 0.8) !important;
}

.cke {
  flex-shrink: 0;
}

.texteditor-lang select, .texteditor-lang .chosen-container {
  margin-left: 10px;
}

ul.token-input-list {
  width: auto;
  padding-left: 25px;
  border: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

ul.token-input-list li input {
  width: 100%;
  padding-left: 8px !important;
}

ul.token-input-list .token-input-input-token {
  float: left;
}

ul.token-input-list .token-input-input-token:hover {
  background: inherit;
}

ul.token-input-list .token-input-token {
  float: left;
  font-weight: normal;
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

ul.token-input-list .token-input-token p {
  font-size: 9px;
}

ul.token-input-list .token-input-token span {
  margin-left: 4px;
  font-size: 9px;
}

div.token-input-dropdown {
  position: absolute;
  width: 348px;
  background-color: #fff;
  overflow: hidden;
  border: 0px solid transparent;
  font-size: 11px;
  font-family: "opensans-regular";
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

div.token-input-dropdown p {
  font-size: 11px;
  font-weight: normal;
}

div.token-input-dropdown ul {
  max-height: 205px;
  overflow: auto;
  background-color: #fff;
}

div.token-input-dropdown ul li {
  display: flex;
  padding: 3px;
}

div.token-input-dropdown ul li em {
  font-weight: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-color: rgba(130, 33, 38, 0.8);
  color: #fff;
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome/fontawesome-webfont.eot?v=4.0.3");
  src: url("/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("/fonts/fontawesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("/fonts/fontawesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("/fonts/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

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

.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[type='range'] {
  -webkit-appearance: none;
  background: transparent;
  margin: 6px 0;
  width: 100%;
}

[type='range']::-moz-focus-outer {
  border: 0;
}

[type='range']:focus {
  outline: 0;
}

[type='range']:focus::-webkit-slider-runnable-track {
  background: #fbfbfc;
}

[type='range']:focus::-ms-fill-lower {
  background: #eceff1;
}

[type='range']:focus::-ms-fill-upper {
  background: #fbfbfc;
}

[type='range']::-webkit-slider-runnable-track {
  cursor: default;
  height: 4px;
  transition: all .2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 5px;
}

[type='range']::-webkit-slider-thumb {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: rgba(130, 33, 38, 0.8);
  border: 1px solid #eceff1;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: default;
  height: 12px;
  width: 12px;
  -webkit-appearance: none;
  margin-top: -6px;
}

[type='range']::-moz-range-track {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 4px;
  transition: all .2s ease;
  width: 100%;
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 5px;
  height: 2px;
}

[type='range']::-moz-range-thumb {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: rgba(130, 33, 38, 0.8);
  border: 1px solid #eceff1;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: default;
  height: 12px;
  width: 12px;
}

[type='range']::-ms-track {
  cursor: default;
  height: 4px;
  transition: all .2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}

[type='range']::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #dde3e6;
  border: 2px solid #cfd8dc;
  border-radius: 10px;
}

[type='range']::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 10px;
}

[type='range']::-ms-thumb {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: rgba(130, 33, 38, 0.8);
  border: 1px solid #eceff1;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: default;
  height: 12px;
  width: 12px;
  margin-top: 1px;
}

[type='range']:disabled::-webkit-slider-thumb, [type='range']:disabled::-moz-range-thumb, [type='range']:disabled::-ms-thumb, [type='range']:disabled::-webkit-slider-runnable-track, [type='range']:disabled::-ms-fill-lower, [type='range']:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

/*# sourceMappingURL=facile_styles.css.map */
