@charset "UTF-8";
/* vendor import */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/*@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/font-awesome/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7.0");
  src: url("/assets/font-awesome/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/font-awesome/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2?v=4.7.0") format("woff2"), url("/assets/font-awesome/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff?v=4.7.0") format("woff"), url("/assets/font-awesome/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf?v=4.7.0") format("truetype"), url("/assets/font-awesome/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-genderless:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

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

.fa-stop-circle:before {
  content: "";
}

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

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
colpick Color Picker / colpick.com
*/
/*Main container*/
.colpick {
  position: absolute;
  width: 346px;
  height: 170px;
  overflow: hidden;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  background: #ebebeb;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*Prevents selecting text when dragging the selectors*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/*Color selection box with gradients*/
.colpick_color {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa;
  cursor: crosshair;
}

.colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  /* IE8 */
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff');
  /* IE6 & IE7 */
}

.colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  /* IE8 */
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

/*Circular color selector*/
.colpick_selector_outer {
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid black;
  border-radius: 50%;
}

.colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid white;
  border-radius: 50%;
}

/*Vertical hue bar*/
.colpick_hue {
  position: absolute;
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa;
  cursor: n-resize;
}

/*Hue bar sliding indicator*/
.colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0 0;
}

.colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585;
}

.colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585;
}

/*New color box*/
.colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}

/*Current color box*/
.colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}

/*Input field containers*/
.colpick_field, .colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.colpick_rgb_r {
  top: 40px;
  left: 207px;
}

.colpick_rgb_g {
  top: 67px;
  left: 207px;
}

.colpick_rgb_b {
  top: 94px;
  left: 207px;
}

.colpick_hsb_h {
  top: 40px;
  left: 277px;
}

.colpick_hsb_s {
  top: 67px;
  left: 277px;
}

.colpick_hsb_b {
  top: 94px;
  left: 277px;
}

.colpick_hex_field {
  width: 68px;
  left: 207px;
  top: 121px;
}

/*Text field container on focus*/
.colpick_focus {
  border-color: #999;
}

/*Field label container*/
.colpick_field_letter {
  position: absolute;
  width: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: bold;
  color: #777;
}

/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
}

.colpick_hex_field input {
  right: 4px;
}

/*Field up/down arrows*/
.colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px;
  cursor: n-resize;
}

.colpick_field_uarr {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #959595;
}

.colpick_field_darr {
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595;
}

/*Submit/Select button*/
.colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns .colpick_submit, .colpick_full_ns .colpick_current_color {
  display: none;
}

.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px;
}

.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
  top: 42px;
}

.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
  top: 73px;
}

.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
  top: 104px;
}

.colpick_full_ns .colpick_hex_field {
  top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
  display: none;
}

.colpick_rgbhex {
  width: 282px;
}

.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
  width: 68px;
}

.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none;
}

.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns .colpick_submit, .colpick_rgbhex_ns .colpick_current_color {
  display: none;
}

.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f;
}

.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px;
}

.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px;
}

.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px;
}

.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
  display: none;
}

.colpick_hex {
  width: 206px;
  height: 201px;
}

.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px;
}

.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px;
}

.colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none;
}

.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none;
}

.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns .colpick_submit, .colpick_hex_ns .colpick_current_color {
  display: none;
}

.colpick_hex_ns .colpick_hex_field {
  width: 80px;
}

.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick_dark {
  background: #161616;
  border-color: #2a2a2a;
}

.colpick_dark .colpick_color {
  outline-color: #333;
}

.colpick_dark .colpick_hue {
  border-color: #555;
}

.colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d;
}

.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969;
}

.colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
  color: #7a7a7a;
}

.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969;
}

.colpick_dark .colpick_field_darr {
  border-top-color: #696969;
}

.colpick_dark .colpick_focus {
  border-color: #444;
}

.colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a;
}

.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444;
}

/*!
 * jQuery UI CSS Framework 1.11.2
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

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

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

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

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

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

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.11.2
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url("/assets/jquery-ui-custom/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("/assets/jquery-ui-custom/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("/assets/jquery-ui-custom/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("/assets/jquery-ui-custom/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("/assets/jquery-ui-custom/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("/assets/jquery-ui-custom/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("/assets/jquery-ui-custom/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and /assets/jquery-ui-custom */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/assets/jquery-ui-custom/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/assets/jquery-ui-custom/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/assets/jquery-ui-custom/ui-icons_ef8c08_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/assets/jquery-ui-custom/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/assets/jquery-ui-custom/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/assets/jquery-ui-custom/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/assets/jquery-ui-custom/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #666666 url("/assets/jquery-ui-custom/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("/assets/jquery-ui-custom/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 5px;
}

/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}

.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}

.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}

.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #777;
}

.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
  background: #eee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
  color: #777;
}

.bootstrap-datetimepicker-widget td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget td span:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget td span.active {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td span.old {
  color: #777;
}

.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}

.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eee;
}

.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}
.timepicker a.btn {
  background: none;
  box-shadow: none;
  color: #627373;
}
.timepicker button.btn {
  border: none;
  box-shadow: none;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

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

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #5E6361;
  background-color: #F4F4F4;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #43BFA0;
  text-decoration: none;
}
a:focus, a:hover {
  color: #2e8771;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #939695;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.7rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: rgba(252, 164, 95, 0.1);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.7rem 1.4rem;
  margin-bottom: 1.4rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #DFE0E0;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #939695;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1.4rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #DFE0E0;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F4F4F4;
  border: 1px solid #ddd;
  border-radius: 0.2rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.7rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #939695;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #FBFBFB;
  border-radius: 0.2rem;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #282E2C;
  border-radius: 0.15rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #282E2C;
  vertical-align: bottom;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
  vertical-align: bottom;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.4rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DFE0E0;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DFE0E0;
}
.table tbody + tbody {
  border-top: 2px solid #DFE0E0;
}
.table .table {
  background-color: #F4F4F4;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #DFE0E0;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #DFE0E0;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgba(67, 191, 160, 0.1);
}

.table-hover .table-success:hover {
  background-color: rgba(59, 173, 145, 0.1);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgba(59, 173, 145, 0.1);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgba(67, 169, 191, 0.1);
}

.table-hover .table-info:hover {
  background-color: rgba(59, 153, 173, 0.1);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgba(59, 153, 173, 0.1);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgba(252, 164, 95, 0.1);
}

.table-hover .table-warning:hover {
  background-color: rgba(252, 150, 70, 0.1);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgba(252, 150, 70, 0.1);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgba(212, 91, 91, 0.1);
}

.table-hover .table-danger:hover {
  background-color: rgba(207, 71, 71, 0.1);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgba(207, 71, 71, 0.1);
}

.thead-inverse th {
  color: #F4F4F4;
  background-color: #282E2C;
}

.thead-default th {
  color: #5E6361;
  background-color: #DFE0E0;
}

.table-inverse {
  color: #F4F4F4;
  background-color: #282E2C;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #F4F4F4;
}
.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #282E2C;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #282E2C;
  background-color: #fff;
  border-color: #43BFA0;
  outline: none;
}
.form-control::placeholder {
  color: #DFE0E0;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #DFE0E0;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.7rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #282E2C;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.6rem - 1px * 2);
  padding-bottom: calc(0.6rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
  line-height: 1.5;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.15rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.25rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem;
}

.form-group {
  margin-bottom: 1.4rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #939695;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.675rem;
  background-size: 1.35rem 1.35rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #43BFA0;
}
.has-success .form-control {
  border-color: #43BFA0;
}
.has-success .input-group-addon {
  color: #43BFA0;
  border-color: #43BFA0;
  background-color: #dbf3ed;
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#43BFA0' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #FCA45F;
}
.has-warning .form-control {
  border-color: #FCA45F;
}
.has-warning .input-group-addon {
  color: #FCA45F;
  border-color: #FCA45F;
  background-color: white;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#FCA45F' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #D45B5B;
}
.has-danger .form-control {
  border-color: #D45B5B;
}
.has-danger .input-group-addon {
  color: #D45B5B;
  border-color: #D45B5B;
  background-color: #fefdfd;
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#D45B5B' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  border-radius: 0.2rem;
  transition: all 0.2s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}
.btn:active, .btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #43BFA0;
  border-color: #43BFA0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #359a81;
  border-color: #32937b;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(67, 191, 160, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #43BFA0;
  border-color: #43BFA0;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #359a81;
  background-image: none;
  border-color: #32937b;
}

.btn-secondary {
  color: #606362;
  background-color: #fff;
  border-color: #606362;
}
.btn-secondary:hover {
  color: #606362;
  background-color: #e6e6e6;
  border-color: #424443;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(96, 99, 98, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #606362;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #606362;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #424443;
}

.btn-info {
  color: #fff;
  background-color: #43A9BF;
  border-color: #43A9BF;
}
.btn-info:hover {
  color: #fff;
  background-color: #35889a;
  border-color: #328293;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(67, 169, 191, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #43A9BF;
  border-color: #43A9BF;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #35889a;
  background-image: none;
  border-color: #328293;
}

.btn-success {
  color: #fff;
  background-color: #43BFA0;
  border-color: #43BFA0;
}
.btn-success:hover {
  color: #fff;
  background-color: #359a81;
  border-color: #32937b;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(67, 191, 160, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #43BFA0;
  border-color: #43BFA0;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #359a81;
  background-image: none;
  border-color: #32937b;
}

.btn-warning {
  color: #fff;
  background-color: #FCA45F;
  border-color: #FCA45F;
}
.btn-warning:hover {
  color: #fff;
  background-color: #fb882d;
  border-color: #fb8223;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(252, 164, 95, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #FCA45F;
  border-color: #FCA45F;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fb882d;
  background-image: none;
  border-color: #fb8223;
}

.btn-danger {
  color: #fff;
  background-color: #D45B5B;
  border-color: #D45B5B;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c83434;
  border-color: #c03232;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(212, 91, 91, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #D45B5B;
  border-color: #D45B5B;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c83434;
  background-image: none;
  border-color: #c03232;
}

.btn-outline-primary {
  color: #43BFA0;
  background-image: none;
  background-color: transparent;
  border-color: #43BFA0;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #43BFA0;
  border-color: #43BFA0;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(67, 191, 160, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #43BFA0;
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #43BFA0;
  border-color: #43BFA0;
}

.btn-outline-secondary {
  color: #606362;
  background-image: none;
  background-color: transparent;
  border-color: #606362;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #606362;
  border-color: #606362;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(96, 99, 98, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #606362;
  background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #606362;
  border-color: #606362;
}

.btn-outline-info {
  color: #43A9BF;
  background-image: none;
  background-color: transparent;
  border-color: #43A9BF;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #43A9BF;
  border-color: #43A9BF;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(67, 169, 191, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #43A9BF;
  background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #43A9BF;
  border-color: #43A9BF;
}

.btn-outline-success {
  color: #43BFA0;
  background-image: none;
  background-color: transparent;
  border-color: #43BFA0;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #43BFA0;
  border-color: #43BFA0;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(67, 191, 160, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #43BFA0;
  background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #43BFA0;
  border-color: #43BFA0;
}

.btn-outline-warning {
  color: #FCA45F;
  background-image: none;
  background-color: transparent;
  border-color: #FCA45F;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #FCA45F;
  border-color: #FCA45F;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(252, 164, 95, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FCA45F;
  background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #FCA45F;
  border-color: #FCA45F;
}

.btn-outline-danger {
  color: #D45B5B;
  background-image: none;
  background-color: transparent;
  border-color: #D45B5B;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #D45B5B;
  border-color: #D45B5B;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(212, 91, 91, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #D45B5B;
  background-color: transparent;
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #D45B5B;
  border-color: #D45B5B;
}

.btn-link {
  font-weight: normal;
  color: #43BFA0;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #2e8771;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #939695;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.25rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.15rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #5E6361;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.7rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #282E2C;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #1c201f;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #43BFA0;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #939695;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}
.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #939695;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.6rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #282E2C;
  text-align: center;
  background-color: #DFE0E0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.15rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.25rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  flex: 1;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: "white";
  background-color: #43BFA0;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.2rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='white' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='white'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.5rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.7rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #282E2C;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='grey;' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-select:focus {
  border-color: #43BFA0;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #282E2C;
  background-color: #fff;
}
.custom-select:disabled {
  color: #939695;
  cursor: not-allowed;
  background-color: #DFE0E0;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-sm:not([multiple]) {
  height: 32px;
  min-height: 32px;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
}
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}
.custom-file-control:lang(ja)::after {
  content: "選択してください...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0.2rem 0.2rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}
.custom-file-control:lang(ja)::before {
  content: "ファイルを選択";
}

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #939695;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #DFE0E0 #DFE0E0 rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-link.disabled {
  color: #939695;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #5E6361;
  background-color: #F4F4F4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #F4F4F4;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.2rem;
}
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #43BFA0;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.7rem 1.4rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1.4rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1.4rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1.4rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}
.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
}

.card-block {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card-header:first-child {
  border-radius: calc(0.2rem - 1px) calc(0.2rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.2rem - 1px) calc(0.2rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #43BFA0;
  border-color: #43BFA0;
}
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #43BFA0;
  border-color: #43BFA0;
}
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #43A9BF;
  border-color: #43A9BF;
}
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #FCA45F;
  border-color: #FCA45F;
}
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #D45B5B;
  border-color: #D45B5B;
}
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #43BFA0;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #606362;
}

.card-outline-info {
  background-color: transparent;
  border-color: #43A9BF;
}

.card-outline-success {
  background-color: transparent;
  border-color: #43BFA0;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #FCA45F;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #D45B5B;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.2rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.2rem - 1px);
  border-top-left-radius: calc(0.2rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.2rem - 1px);
  border-bottom-left-radius: calc(0.2rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 0.625rem;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 0.625rem;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1.4rem;
  list-style: none;
  background-color: #DFE0E0;
  border-radius: 0.2rem;
}
.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #939695;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #939695;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.2rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #43BFA0;
  border-color: #43BFA0;
}
.page-item.disabled .page-link {
  color: #939695;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #43BFA0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-link:focus, .page-link:hover {
  color: #2e8771;
  text-decoration: none;
  background-color: #DFE0E0;
  border-color: rgba(0, 0, 0, 0.1);
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.15rem;
  border-top-left-radius: 0.15rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.2rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-default {
  background-color: #939695;
}
.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #797d7c;
}

.badge-primary {
  background-color: #43BFA0;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #359a81;
}

.badge-success {
  background-color: #43BFA0;
}
.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #359a81;
}

.badge-info {
  background-color: #43A9BF;
}
.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #35889a;
}

.badge-warning {
  background-color: #FCA45F;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #fb882d;
}

.badge-danger {
  background-color: #D45B5B;
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #c83434;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #DFE0E0;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #c5c7c7;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.8rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.8rem;
  right: -1.25rem;
  padding: 0.8rem 1.25rem;
  color: inherit;
}

.alert-success {
  background-color: rgba(67, 191, 160, 0.1);
  border-color: #43BFA0;
  color: #43BFA0;
}
.alert-success hr {
  border-top-color: #3bad91;
}
.alert-success .alert-link {
  color: #359a81;
}

.alert-info {
  background-color: rgba(67, 169, 191, 0.1);
  border-color: #43A9BF;
  color: #43A9BF;
}
.alert-info hr {
  border-top-color: #3b99ad;
}
.alert-info .alert-link {
  color: #35889a;
}

.alert-warning {
  background-color: rgba(252, 164, 95, 0.1);
  border-color: #FCA45F;
  color: #FCA45F;
}
.alert-warning hr {
  border-top-color: #fc9646;
}
.alert-warning .alert-link {
  color: #fb882d;
}

.alert-danger {
  background-color: rgba(212, 91, 91, 0.1);
  border-color: #D45B5B;
  color: #D45B5B;
}
.alert-danger hr {
  border-top-color: #cf4747;
}
.alert-danger .alert-link {
  color: #c83434;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eee;
  border-radius: 0.2rem;
}

.progress-bar {
  height: 1rem;
  color: #0074d9;
  background-color: #43BFA0;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #5E6361;
  text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
  color: #282E2C;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #5E6361;
  text-decoration: none;
  background-color: #FBFBFB;
}
.list-group-item-action:active {
  color: #5E6361;
  background-color: #DFE0E0;
}

.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #939695;
  cursor: not-allowed;
  background-color: #fff;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
  color: #939695;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #43BFA0;
  border-color: #43BFA0;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text {
  color: white;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-success {
  color: #43BFA0;
  background-color: rgba(67, 191, 160, 0.1);
}

a.list-group-item-success,
button.list-group-item-success {
  color: #43BFA0;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #43BFA0;
  background-color: rgba(59, 173, 145, 0.1);
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #43BFA0;
  border-color: #43BFA0;
}

.list-group-item-info {
  color: #43A9BF;
  background-color: rgba(67, 169, 191, 0.1);
}

a.list-group-item-info,
button.list-group-item-info {
  color: #43A9BF;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #43A9BF;
  background-color: rgba(59, 153, 173, 0.1);
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #43A9BF;
  border-color: #43A9BF;
}

.list-group-item-warning {
  color: #FCA45F;
  background-color: rgba(252, 164, 95, 0.1);
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #FCA45F;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #FCA45F;
  background-color: rgba(252, 150, 70, 0.1);
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #FCA45F;
  border-color: #FCA45F;
}

.list-group-item-danger {
  color: #D45B5B;
  background-color: rgba(212, 91, 91, 0.1);
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #D45B5B;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #D45B5B;
  background-color: rgba(207, 71, 71, 0.1);
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #D45B5B;
  border-color: #D45B5B;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid transparent;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 20px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  border-top: 1px solid transparent;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 4px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  content: "";
  border-width: 4px 4px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 4px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -4px;
  content: "";
  border-width: 4px 4px 4px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 4px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -4px;
  content: "";
  border-width: 0 4px 4px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 4px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -4px;
  content: "";
  border-width: 4px 0 4px 4px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 600px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.2rem;
}
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -5px;
}
.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}
.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -6px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -5px;
  margin-left: -5px;
  border-top-color: #fff;
}
.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 5px;
}
.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}
.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -6px;
  margin-top: -6px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -5px;
  margin-top: -5px;
  border-right-color: #fff;
}
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 5px;
}
.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}
.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -6px;
  margin-left: -6px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -5px;
  margin-left: -5px;
  border-bottom-color: #f7f7f7;
}
.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -5px;
}
.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}
.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -6px;
  margin-top: -6px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -5px;
  margin-top: -5px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 6px;
}

.popover::after {
  content: "";
  border-width: 5px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}
@media (-webkit-transform-3d) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #ececec;
}

.bg-primary {
  background-color: #43BFA0 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #359a81 !important;
}

.bg-success {
  background-color: #43BFA0 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #359a81 !important;
}

.bg-info {
  background-color: #43A9BF !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #35889a !important;
}

.bg-warning {
  background-color: #FCA45F !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #fb882d !important;
}

.bg-danger {
  background-color: #D45B5B !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c83434 !important;
}

.bg-inverse {
  background-color: #282E2C !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101312 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.2rem;
}

.rounded-top {
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.rounded-right {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.rounded-left {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

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

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

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

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

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

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1.4rem 1.4rem !important;
}

.mt-1 {
  margin-top: 1.4rem !important;
}

.mr-1 {
  margin-right: 1.4rem !important;
}

.mb-1 {
  margin-bottom: 1.4rem !important;
}

.ml-1 {
  margin-left: 1.4rem !important;
}

.mx-1 {
  margin-right: 1.4rem !important;
  margin-left: 1.4rem !important;
}

.my-1 {
  margin-top: 1.4rem !important;
  margin-bottom: 1.4rem !important;
}

.m-2 {
  margin: 2.1rem 2.1rem !important;
}

.mt-2 {
  margin-top: 2.1rem !important;
}

.mr-2 {
  margin-right: 2.1rem !important;
}

.mb-2 {
  margin-bottom: 2.1rem !important;
}

.ml-2 {
  margin-left: 2.1rem !important;
}

.mx-2 {
  margin-right: 2.1rem !important;
  margin-left: 2.1rem !important;
}

.my-2 {
  margin-top: 2.1rem !important;
  margin-bottom: 2.1rem !important;
}

.m-3 {
  margin: 4.2rem 4.2rem !important;
}

.mt-3 {
  margin-top: 4.2rem !important;
}

.mr-3 {
  margin-right: 4.2rem !important;
}

.mb-3 {
  margin-bottom: 4.2rem !important;
}

.ml-3 {
  margin-left: 4.2rem !important;
}

.mx-3 {
  margin-right: 4.2rem !important;
  margin-left: 4.2rem !important;
}

.my-3 {
  margin-top: 4.2rem !important;
  margin-bottom: 4.2rem !important;
}

.m-4 {
  margin: 6.3rem 6.3rem !important;
}

.mt-4 {
  margin-top: 6.3rem !important;
}

.mr-4 {
  margin-right: 6.3rem !important;
}

.mb-4 {
  margin-bottom: 6.3rem !important;
}

.ml-4 {
  margin-left: 6.3rem !important;
}

.mx-4 {
  margin-right: 6.3rem !important;
  margin-left: 6.3rem !important;
}

.my-4 {
  margin-top: 6.3rem !important;
  margin-bottom: 6.3rem !important;
}

.m-5 {
  margin: 8.4rem 8.4rem !important;
}

.mt-5 {
  margin-top: 8.4rem !important;
}

.mr-5 {
  margin-right: 8.4rem !important;
}

.mb-5 {
  margin-bottom: 8.4rem !important;
}

.ml-5 {
  margin-left: 8.4rem !important;
}

.mx-5 {
  margin-right: 8.4rem !important;
  margin-left: 8.4rem !important;
}

.my-5 {
  margin-top: 8.4rem !important;
  margin-bottom: 8.4rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1.4rem 1.4rem !important;
}

.pt-1 {
  padding-top: 1.4rem !important;
}

.pr-1 {
  padding-right: 1.4rem !important;
}

.pb-1 {
  padding-bottom: 1.4rem !important;
}

.pl-1 {
  padding-left: 1.4rem !important;
}

.px-1 {
  padding-right: 1.4rem !important;
  padding-left: 1.4rem !important;
}

.py-1 {
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
}

.p-2 {
  padding: 2.1rem 2.1rem !important;
}

.pt-2 {
  padding-top: 2.1rem !important;
}

.pr-2 {
  padding-right: 2.1rem !important;
}

.pb-2 {
  padding-bottom: 2.1rem !important;
}

.pl-2 {
  padding-left: 2.1rem !important;
}

.px-2 {
  padding-right: 2.1rem !important;
  padding-left: 2.1rem !important;
}

.py-2 {
  padding-top: 2.1rem !important;
  padding-bottom: 2.1rem !important;
}

.p-3 {
  padding: 4.2rem 4.2rem !important;
}

.pt-3 {
  padding-top: 4.2rem !important;
}

.pr-3 {
  padding-right: 4.2rem !important;
}

.pb-3 {
  padding-bottom: 4.2rem !important;
}

.pl-3 {
  padding-left: 4.2rem !important;
}

.px-3 {
  padding-right: 4.2rem !important;
  padding-left: 4.2rem !important;
}

.py-3 {
  padding-top: 4.2rem !important;
  padding-bottom: 4.2rem !important;
}

.p-4 {
  padding: 6.3rem 6.3rem !important;
}

.pt-4 {
  padding-top: 6.3rem !important;
}

.pr-4 {
  padding-right: 6.3rem !important;
}

.pb-4 {
  padding-bottom: 6.3rem !important;
}

.pl-4 {
  padding-left: 6.3rem !important;
}

.px-4 {
  padding-right: 6.3rem !important;
  padding-left: 6.3rem !important;
}

.py-4 {
  padding-top: 6.3rem !important;
  padding-bottom: 6.3rem !important;
}

.p-5 {
  padding: 8.4rem 8.4rem !important;
}

.pt-5 {
  padding-top: 8.4rem !important;
}

.pr-5 {
  padding-right: 8.4rem !important;
}

.pb-5 {
  padding-bottom: 8.4rem !important;
}

.pl-5 {
  padding-left: 8.4rem !important;
}

.px-5 {
  padding-right: 8.4rem !important;
  padding-left: 8.4rem !important;
}

.py-5 {
  padding-top: 8.4rem !important;
  padding-bottom: 8.4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 1.4rem 1.4rem !important;
  }

  .mt-sm-1 {
    margin-top: 1.4rem !important;
  }

  .mr-sm-1 {
    margin-right: 1.4rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 1.4rem !important;
  }

  .ml-sm-1 {
    margin-left: 1.4rem !important;
  }

  .mx-sm-1 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }

  .my-sm-1 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .m-sm-2 {
    margin: 2.1rem 2.1rem !important;
  }

  .mt-sm-2 {
    margin-top: 2.1rem !important;
  }

  .mr-sm-2 {
    margin-right: 2.1rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 2.1rem !important;
  }

  .ml-sm-2 {
    margin-left: 2.1rem !important;
  }

  .mx-sm-2 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }

  .my-sm-2 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }

  .m-sm-3 {
    margin: 4.2rem 4.2rem !important;
  }

  .mt-sm-3 {
    margin-top: 4.2rem !important;
  }

  .mr-sm-3 {
    margin-right: 4.2rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 4.2rem !important;
  }

  .ml-sm-3 {
    margin-left: 4.2rem !important;
  }

  .mx-sm-3 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important;
  }

  .my-sm-3 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .m-sm-4 {
    margin: 6.3rem 6.3rem !important;
  }

  .mt-sm-4 {
    margin-top: 6.3rem !important;
  }

  .mr-sm-4 {
    margin-right: 6.3rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 6.3rem !important;
  }

  .ml-sm-4 {
    margin-left: 6.3rem !important;
  }

  .mx-sm-4 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important;
  }

  .my-sm-4 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }

  .m-sm-5 {
    margin: 8.4rem 8.4rem !important;
  }

  .mt-sm-5 {
    margin-top: 8.4rem !important;
  }

  .mr-sm-5 {
    margin-right: 8.4rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 8.4rem !important;
  }

  .ml-sm-5 {
    margin-left: 8.4rem !important;
  }

  .mx-sm-5 {
    margin-right: 8.4rem !important;
    margin-left: 8.4rem !important;
  }

  .my-sm-5 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }

  .p-sm-0 {
    padding: 0 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 1.4rem 1.4rem !important;
  }

  .pt-sm-1 {
    padding-top: 1.4rem !important;
  }

  .pr-sm-1 {
    padding-right: 1.4rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 1.4rem !important;
  }

  .pl-sm-1 {
    padding-left: 1.4rem !important;
  }

  .px-sm-1 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }

  .py-sm-1 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .p-sm-2 {
    padding: 2.1rem 2.1rem !important;
  }

  .pt-sm-2 {
    padding-top: 2.1rem !important;
  }

  .pr-sm-2 {
    padding-right: 2.1rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 2.1rem !important;
  }

  .pl-sm-2 {
    padding-left: 2.1rem !important;
  }

  .px-sm-2 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }

  .py-sm-2 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }

  .p-sm-3 {
    padding: 4.2rem 4.2rem !important;
  }

  .pt-sm-3 {
    padding-top: 4.2rem !important;
  }

  .pr-sm-3 {
    padding-right: 4.2rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 4.2rem !important;
  }

  .pl-sm-3 {
    padding-left: 4.2rem !important;
  }

  .px-sm-3 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important;
  }

  .py-sm-3 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .p-sm-4 {
    padding: 6.3rem 6.3rem !important;
  }

  .pt-sm-4 {
    padding-top: 6.3rem !important;
  }

  .pr-sm-4 {
    padding-right: 6.3rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 6.3rem !important;
  }

  .pl-sm-4 {
    padding-left: 6.3rem !important;
  }

  .px-sm-4 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important;
  }

  .py-sm-4 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
  }

  .p-sm-5 {
    padding: 8.4rem 8.4rem !important;
  }

  .pt-sm-5 {
    padding-top: 8.4rem !important;
  }

  .pr-sm-5 {
    padding-right: 8.4rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 8.4rem !important;
  }

  .pl-sm-5 {
    padding-left: 8.4rem !important;
  }

  .px-sm-5 {
    padding-right: 8.4rem !important;
    padding-left: 8.4rem !important;
  }

  .py-sm-5 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 1.4rem 1.4rem !important;
  }

  .mt-md-1 {
    margin-top: 1.4rem !important;
  }

  .mr-md-1 {
    margin-right: 1.4rem !important;
  }

  .mb-md-1 {
    margin-bottom: 1.4rem !important;
  }

  .ml-md-1 {
    margin-left: 1.4rem !important;
  }

  .mx-md-1 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }

  .my-md-1 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .m-md-2 {
    margin: 2.1rem 2.1rem !important;
  }

  .mt-md-2 {
    margin-top: 2.1rem !important;
  }

  .mr-md-2 {
    margin-right: 2.1rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2.1rem !important;
  }

  .ml-md-2 {
    margin-left: 2.1rem !important;
  }

  .mx-md-2 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }

  .my-md-2 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }

  .m-md-3 {
    margin: 4.2rem 4.2rem !important;
  }

  .mt-md-3 {
    margin-top: 4.2rem !important;
  }

  .mr-md-3 {
    margin-right: 4.2rem !important;
  }

  .mb-md-3 {
    margin-bottom: 4.2rem !important;
  }

  .ml-md-3 {
    margin-left: 4.2rem !important;
  }

  .mx-md-3 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important;
  }

  .my-md-3 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .m-md-4 {
    margin: 6.3rem 6.3rem !important;
  }

  .mt-md-4 {
    margin-top: 6.3rem !important;
  }

  .mr-md-4 {
    margin-right: 6.3rem !important;
  }

  .mb-md-4 {
    margin-bottom: 6.3rem !important;
  }

  .ml-md-4 {
    margin-left: 6.3rem !important;
  }

  .mx-md-4 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important;
  }

  .my-md-4 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }

  .m-md-5 {
    margin: 8.4rem 8.4rem !important;
  }

  .mt-md-5 {
    margin-top: 8.4rem !important;
  }

  .mr-md-5 {
    margin-right: 8.4rem !important;
  }

  .mb-md-5 {
    margin-bottom: 8.4rem !important;
  }

  .ml-md-5 {
    margin-left: 8.4rem !important;
  }

  .mx-md-5 {
    margin-right: 8.4rem !important;
    margin-left: 8.4rem !important;
  }

  .my-md-5 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }

  .p-md-0 {
    padding: 0 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 1.4rem 1.4rem !important;
  }

  .pt-md-1 {
    padding-top: 1.4rem !important;
  }

  .pr-md-1 {
    padding-right: 1.4rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1.4rem !important;
  }

  .pl-md-1 {
    padding-left: 1.4rem !important;
  }

  .px-md-1 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }

  .py-md-1 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .p-md-2 {
    padding: 2.1rem 2.1rem !important;
  }

  .pt-md-2 {
    padding-top: 2.1rem !important;
  }

  .pr-md-2 {
    padding-right: 2.1rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2.1rem !important;
  }

  .pl-md-2 {
    padding-left: 2.1rem !important;
  }

  .px-md-2 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }

  .py-md-2 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }

  .p-md-3 {
    padding: 4.2rem 4.2rem !important;
  }

  .pt-md-3 {
    padding-top: 4.2rem !important;
  }

  .pr-md-3 {
    padding-right: 4.2rem !important;
  }

  .pb-md-3 {
    padding-bottom: 4.2rem !important;
  }

  .pl-md-3 {
    padding-left: 4.2rem !important;
  }

  .px-md-3 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important;
  }

  .py-md-3 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .p-md-4 {
    padding: 6.3rem 6.3rem !important;
  }

  .pt-md-4 {
    padding-top: 6.3rem !important;
  }

  .pr-md-4 {
    padding-right: 6.3rem !important;
  }

  .pb-md-4 {
    padding-bottom: 6.3rem !important;
  }

  .pl-md-4 {
    padding-left: 6.3rem !important;
  }

  .px-md-4 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important;
  }

  .py-md-4 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
  }

  .p-md-5 {
    padding: 8.4rem 8.4rem !important;
  }

  .pt-md-5 {
    padding-top: 8.4rem !important;
  }

  .pr-md-5 {
    padding-right: 8.4rem !important;
  }

  .pb-md-5 {
    padding-bottom: 8.4rem !important;
  }

  .pl-md-5 {
    padding-left: 8.4rem !important;
  }

  .px-md-5 {
    padding-right: 8.4rem !important;
    padding-left: 8.4rem !important;
  }

  .py-md-5 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 1.4rem 1.4rem !important;
  }

  .mt-lg-1 {
    margin-top: 1.4rem !important;
  }

  .mr-lg-1 {
    margin-right: 1.4rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 1.4rem !important;
  }

  .ml-lg-1 {
    margin-left: 1.4rem !important;
  }

  .mx-lg-1 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }

  .my-lg-1 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .m-lg-2 {
    margin: 2.1rem 2.1rem !important;
  }

  .mt-lg-2 {
    margin-top: 2.1rem !important;
  }

  .mr-lg-2 {
    margin-right: 2.1rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 2.1rem !important;
  }

  .ml-lg-2 {
    margin-left: 2.1rem !important;
  }

  .mx-lg-2 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }

  .my-lg-2 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }

  .m-lg-3 {
    margin: 4.2rem 4.2rem !important;
  }

  .mt-lg-3 {
    margin-top: 4.2rem !important;
  }

  .mr-lg-3 {
    margin-right: 4.2rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 4.2rem !important;
  }

  .ml-lg-3 {
    margin-left: 4.2rem !important;
  }

  .mx-lg-3 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important;
  }

  .my-lg-3 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .m-lg-4 {
    margin: 6.3rem 6.3rem !important;
  }

  .mt-lg-4 {
    margin-top: 6.3rem !important;
  }

  .mr-lg-4 {
    margin-right: 6.3rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 6.3rem !important;
  }

  .ml-lg-4 {
    margin-left: 6.3rem !important;
  }

  .mx-lg-4 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important;
  }

  .my-lg-4 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }

  .m-lg-5 {
    margin: 8.4rem 8.4rem !important;
  }

  .mt-lg-5 {
    margin-top: 8.4rem !important;
  }

  .mr-lg-5 {
    margin-right: 8.4rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 8.4rem !important;
  }

  .ml-lg-5 {
    margin-left: 8.4rem !important;
  }

  .mx-lg-5 {
    margin-right: 8.4rem !important;
    margin-left: 8.4rem !important;
  }

  .my-lg-5 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 1.4rem 1.4rem !important;
  }

  .pt-lg-1 {
    padding-top: 1.4rem !important;
  }

  .pr-lg-1 {
    padding-right: 1.4rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 1.4rem !important;
  }

  .pl-lg-1 {
    padding-left: 1.4rem !important;
  }

  .px-lg-1 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }

  .py-lg-1 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .p-lg-2 {
    padding: 2.1rem 2.1rem !important;
  }

  .pt-lg-2 {
    padding-top: 2.1rem !important;
  }

  .pr-lg-2 {
    padding-right: 2.1rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2.1rem !important;
  }

  .pl-lg-2 {
    padding-left: 2.1rem !important;
  }

  .px-lg-2 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }

  .py-lg-2 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }

  .p-lg-3 {
    padding: 4.2rem 4.2rem !important;
  }

  .pt-lg-3 {
    padding-top: 4.2rem !important;
  }

  .pr-lg-3 {
    padding-right: 4.2rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 4.2rem !important;
  }

  .pl-lg-3 {
    padding-left: 4.2rem !important;
  }

  .px-lg-3 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important;
  }

  .py-lg-3 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .p-lg-4 {
    padding: 6.3rem 6.3rem !important;
  }

  .pt-lg-4 {
    padding-top: 6.3rem !important;
  }

  .pr-lg-4 {
    padding-right: 6.3rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 6.3rem !important;
  }

  .pl-lg-4 {
    padding-left: 6.3rem !important;
  }

  .px-lg-4 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important;
  }

  .py-lg-4 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
  }

  .p-lg-5 {
    padding: 8.4rem 8.4rem !important;
  }

  .pt-lg-5 {
    padding-top: 8.4rem !important;
  }

  .pr-lg-5 {
    padding-right: 8.4rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 8.4rem !important;
  }

  .pl-lg-5 {
    padding-left: 8.4rem !important;
  }

  .px-lg-5 {
    padding-right: 8.4rem !important;
    padding-left: 8.4rem !important;
  }

  .py-lg-5 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 1.4rem 1.4rem !important;
  }

  .mt-xl-1 {
    margin-top: 1.4rem !important;
  }

  .mr-xl-1 {
    margin-right: 1.4rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 1.4rem !important;
  }

  .ml-xl-1 {
    margin-left: 1.4rem !important;
  }

  .mx-xl-1 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }

  .my-xl-1 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .m-xl-2 {
    margin: 2.1rem 2.1rem !important;
  }

  .mt-xl-2 {
    margin-top: 2.1rem !important;
  }

  .mr-xl-2 {
    margin-right: 2.1rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2.1rem !important;
  }

  .ml-xl-2 {
    margin-left: 2.1rem !important;
  }

  .mx-xl-2 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }

  .my-xl-2 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }

  .m-xl-3 {
    margin: 4.2rem 4.2rem !important;
  }

  .mt-xl-3 {
    margin-top: 4.2rem !important;
  }

  .mr-xl-3 {
    margin-right: 4.2rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 4.2rem !important;
  }

  .ml-xl-3 {
    margin-left: 4.2rem !important;
  }

  .mx-xl-3 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important;
  }

  .my-xl-3 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .m-xl-4 {
    margin: 6.3rem 6.3rem !important;
  }

  .mt-xl-4 {
    margin-top: 6.3rem !important;
  }

  .mr-xl-4 {
    margin-right: 6.3rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 6.3rem !important;
  }

  .ml-xl-4 {
    margin-left: 6.3rem !important;
  }

  .mx-xl-4 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important;
  }

  .my-xl-4 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }

  .m-xl-5 {
    margin: 8.4rem 8.4rem !important;
  }

  .mt-xl-5 {
    margin-top: 8.4rem !important;
  }

  .mr-xl-5 {
    margin-right: 8.4rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 8.4rem !important;
  }

  .ml-xl-5 {
    margin-left: 8.4rem !important;
  }

  .mx-xl-5 {
    margin-right: 8.4rem !important;
    margin-left: 8.4rem !important;
  }

  .my-xl-5 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 1.4rem 1.4rem !important;
  }

  .pt-xl-1 {
    padding-top: 1.4rem !important;
  }

  .pr-xl-1 {
    padding-right: 1.4rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 1.4rem !important;
  }

  .pl-xl-1 {
    padding-left: 1.4rem !important;
  }

  .px-xl-1 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }

  .py-xl-1 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .p-xl-2 {
    padding: 2.1rem 2.1rem !important;
  }

  .pt-xl-2 {
    padding-top: 2.1rem !important;
  }

  .pr-xl-2 {
    padding-right: 2.1rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 2.1rem !important;
  }

  .pl-xl-2 {
    padding-left: 2.1rem !important;
  }

  .px-xl-2 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }

  .py-xl-2 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }

  .p-xl-3 {
    padding: 4.2rem 4.2rem !important;
  }

  .pt-xl-3 {
    padding-top: 4.2rem !important;
  }

  .pr-xl-3 {
    padding-right: 4.2rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 4.2rem !important;
  }

  .pl-xl-3 {
    padding-left: 4.2rem !important;
  }

  .px-xl-3 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important;
  }

  .py-xl-3 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .p-xl-4 {
    padding: 6.3rem 6.3rem !important;
  }

  .pt-xl-4 {
    padding-top: 6.3rem !important;
  }

  .pr-xl-4 {
    padding-right: 6.3rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 6.3rem !important;
  }

  .pl-xl-4 {
    padding-left: 6.3rem !important;
  }

  .px-xl-4 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important;
  }

  .py-xl-4 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
  }

  .p-xl-5 {
    padding: 8.4rem 8.4rem !important;
  }

  .pt-xl-5 {
    padding-top: 8.4rem !important;
  }

  .pr-xl-5 {
    padding-right: 8.4rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 8.4rem !important;
  }

  .pl-xl-5 {
    padding-left: 8.4rem !important;
  }

  .px-xl-5 {
    padding-right: 8.4rem !important;
    padding-left: 8.4rem !important;
  }

  .py-xl-5 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

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

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #939695 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #797d7c !important;
}

.text-primary {
  color: #43BFA0 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #359a81 !important;
}

.text-success {
  color: #43BFA0 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #359a81 !important;
}

.text-info {
  color: #43A9BF !important;
}

a.text-info:focus, a.text-info:hover {
  color: #35889a !important;
}

.text-warning {
  color: #FCA45F !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #fb882d !important;
}

.text-danger {
  color: #D45B5B !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c83434 !important;
}

.text-gray-dark {
  color: #282E2C !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101312 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* ==========================================================================
   override & settings
========================================================================== */
/*

   bootstrap custom.scss を継承します

*/
/* ==========================================================================
  override bootstrap
========================================================================== */
.alert {
  line-height: 2;
}
.alert > .fa {
  vertical-align: top;
  line-height: 2;
  margin-right: 0.6em;
  transform: scale(1.5);
}
.alert .close {
  opacity: 0.5;
  text-shadow: none;
}
.alert .close:hover {
  color: inherit;
  opacity: 0.75;
}
.alert.alert-dismissible .close {
  top: -.7rem;
}
.alert.alert-dismissible .close:focus {
  outline: none;
}

.btn {
  cursor: pointer;
}
.btn:hover {
  transform: scale(1.02);
  box-shadow: none !important;
}
.btn-group .btn {
  transform: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn.focus
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-width-s {
  width: 120px;
}
.btn.btn-width-m {
  width: 160px;
}
.btn.btn-width-l {
  width: 200px;
}
.btn.btn-width-xl {
  width: 300px;
}
.btn.btn-fluid {
  width: 100%;
}
.btn.btn-width-50 {
  width: 50px;
}
.btn.btn-width-100 {
  width: 100px;
}
.btn.btn-width-150 {
  width: 150px;
}
.btn.btn-width-200 {
  width: 200px;
}
.btn.btn-width-250 {
  width: 250px;
}
.btn.btn-width-300 {
  width: 300px;
}
.btn.btn-width-350 {
  width: 350px;
}
.btn.btn-width-400 {
  width: 400px;
}
.btn.btn-width-450 {
  width: 450px;
}
.btn.btn-width-500 {
  width: 500px;
}
.btn.btn-width-550 {
  width: 550px;
}
.btn.btn-width-600 {
  width: 600px;
}
.btn.btn-width-650 {
  width: 650px;
}
.btn.btn-width-700 {
  width: 700px;
}
.btn.btn-width-750 {
  width: 750px;
}
.btn.btn-width-800 {
  width: 800px;
}
.btn.btn-width-850 {
  width: 850px;
}
.btn.btn-width-900 {
  width: 900px;
}
.btn.btn-width-950 {
  width: 950px;
}
.btn.btn-width-1000 {
  width: 1000px;
}
.btn > .fa {
  margin-left: .25em;
  margin-right: .4em;
}

.btn-group > .btn {
  margin-left: 1px !important;
}
.btn-group > .btn:first-child {
  margin-left: 0 !important;
}
.btn-group .btn-primary.is-active {
  background-color: white;
  color: #43BFA0;
}

.btn-secondary {
  border-color: rgba(0, 0, 0, 0.02) !important;
}

.btn-negative,
.btn-util {
  color: white;
  background-color: #939695;
  border-color: transparent;
}
.btn-negative:hover,
.btn-util:hover {
  color: white;
  background-color: #797d7c;
  border-color: transparent;
}
.btn-negative:focus, .btn-negative.focus,
.btn-util:focus,
.btn-util.focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.btn-negative.disabled, .btn-negative:disabled,
.btn-util.disabled,
.btn-util:disabled {
  background-color: #939695;
  border-color: transparent;
}
.btn-negative:active, .btn-negative.active, .show > .btn-negative.dropdown-toggle,
.btn-util:active,
.btn-util.active, .show >
.btn-util.dropdown-toggle {
  color: white;
  background-color: #797d7c;
  background-image: none;
  border-color: transparent;
}

.btn-tutorial {
  color: #43BFA0;
  background-color: white;
  border-color: transparent;
}
.btn-tutorial:hover {
  color: #43BFA0;
  background-color: #e6e6e6;
  border-color: transparent;
}
.btn-tutorial:focus, .btn-tutorial.focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.btn-tutorial.disabled, .btn-tutorial:disabled {
  background-color: white;
  border-color: transparent;
}
.btn-tutorial:active, .btn-tutorial.active, .show > .btn-tutorial.dropdown-toggle {
  color: #43BFA0;
  background-color: #e6e6e6;
  background-image: none;
  border-color: transparent;
}

.btn.btn-text-negative,
.btn.btn-text-util {
  color: #939695;
}

.btn.btn-text-tutorial {
  color: white;
}

.btn.btn-text-primary {
  color: #43BFA0;
}

.btn-outline-negative {
  color: #939695;
  background-image: none;
  background-color: transparent;
  border-color: #939695;
}
.btn-outline-negative:hover {
  color: #fff;
  background-color: #939695;
  border-color: #939695;
}
.btn-outline-negative:focus, .btn-outline-negative.focus {
  box-shadow: 0 0 0 2px rgba(147, 150, 149, 0.5);
}
.btn-outline-negative.disabled, .btn-outline-negative:disabled {
  color: #939695;
  background-color: transparent;
}
.btn-outline-negative:active, .btn-outline-negative.active, .show > .btn-outline-negative.dropdown-toggle {
  color: #fff;
  background-color: #939695;
  border-color: #939695;
}

.btn-choice {
  color: #DFE0E0;
}
.btn-choice:hover {
  color: #939695;
}
.btn-choice.is-active {
  color: #5E6361;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease;
}
.modal .modal-footer {
  justify-content: center;
}

.form-control {
  letter-spacing: 0.05em;
}
.form-control::-moz-selection {
  color: black;
}
.form-control::selection {
  color: black;
}
.form-control--with-icon {
  position: relative;
}
.form-control--with-icon .form-control {
  padding-left: 1.8em;
}
.form-control--with-icon > svg, .form-control--with-icon__icon {
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  left: 0.6em;
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  opacity: 0.2;
}
.form-control:disabled {
  background-color: #eeeeee;
  color: rgba(147, 150, 149, 0.5);
}
.form-control--preview {
  border-style: dashed;
  color: #5E6361;
}
.form-control--preview--dummy-textarea {
  min-height: 8em;
}
.form-control--preview .dummy-placeholder {
  color: #5E6361;
  opacity: 0.2;
}

.custom-control-indicator {
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.15);
}

.custom-control-input:checked ~ .custom-control-indicator {
  animation: form-bound 0.3s ease 0s 1;
  border: transparent;
}

.custom-control.custom-checkbox .custom-control-description {
  min-width: 1em;
}

@-webkit-keyframes form-bound {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes form-bound {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.input-group .input-group-addon {
  background-color: #FBFBFB;
  color: #939695;
}
.input-group .custom-select {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.form-control {
  font-size: 0.9em;
  line-height: 1.5;
}

.form-control-feedback {
  font-size: 0.7em;
  line-height: 1.5;
}

.tooltip {
  font-size: 11px;
}

.badge-new {
  background-color: #D45B5B;
}
.badge-new[href]:focus, .badge-new[href]:hover {
  background-color: #c83434;
}

.badge-open {
  background-color: #43BFA0;
}
.badge-open[href]:focus, .badge-open[href]:hover {
  background-color: #359a81;
}

.badge-wating {
  background-color: #FCA45F;
}
.badge-wating[href]:focus, .badge-wating[href]:hover {
  background-color: #fb882d;
}

.badge-close {
  background-color: #939695;
}
.badge-close[href]:focus, .badge-close[href]:hover {
  background-color: #797d7c;
}

.pagination .page-item .page-link {
  color: #5E6361;
}
.pagination .page-item.active .page-link {
  color: #fff;
}
.pagination .page-item.disabled .page-link {
  color: #939695;
}

.table th,
.table td {
  word-break: break-word;
}

.custom-file {
  text-align: left;
  min-width: 350px;
}
.custom-file .custom-file-control::after {
  content: attr(data-content-value);
}

/* ==========================================================================
  override perfectScrollbar
========================================================================== */
.ps-container .ps-scrollbar-x-rail {
  opacity: 0 !important;
  display: none !important;
}
.ps-container .ps-scrollbar-x-rail .ps-scrollbar-x {
  opacity: 0 !important;
  display: none !important;
}
.ps-container .ps-scrollbar-y-rail {
  opacity: 0 !important;
  display: none !important;
}
.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
  opacity: 0 !important;
  display: none !important;
}

/* ==========================================================================
  override noty
========================================================================== */
[id^="noty_"],
[id*=" noty_"] {
  font-size: 13px;
}
[id^="noty_"] > li,
[id*=" noty_"] > li {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2) !important;
}
[id^="noty_"] .noty_bar,
[id*=" noty_"] .noty_bar {
  font-weight: bold;
}
[id^="noty_"] .noty_bar.noty_type_alert,
[id*=" noty_"] .noty_bar.noty_type_alert {
  color: white;
  background-color: rgba(94, 99, 97, 0.9);
}
[id^="noty_"] .noty_bar.noty_type_success,
[id*=" noty_"] .noty_bar.noty_type_success {
  color: white;
  background-color: rgba(67, 191, 160, 0.9);
}
[id^="noty_"] .noty_bar.noty_type_error,
[id*=" noty_"] .noty_bar.noty_type_error {
  color: white;
  background-color: rgba(212, 91, 91, 0.9);
}
[id^="noty_"] .noty_bar.noty_type_warning,
[id*=" noty_"] .noty_bar.noty_type_warning {
  color: white;
  background-color: rgba(252, 164, 95, 0.9);
}
[id^="noty_"] .noty_bar.noty_type_information,
[id*=" noty_"] .noty_bar.noty_type_information {
  color: white;
  background-color: rgba(67, 169, 191, 0.9);
}
[id^="noty_"] .noty_bar.noty_type_notification,
[id*=" noty_"] .noty_bar.noty_type_notification {
  color: #5E6361;
  background-color: white;
}
[id^="noty_"] .noty_bar .noty_message,
[id*=" noty_"] .noty_bar .noty_message {
  padding: 16px !important;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid transparent;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 291;
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #43BFA0;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #43BFA0;
  border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #43BFA0;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.ranges li:hover {
  background-color: #43BFA0;
  border: 1px solid #43BFA0;
  color: #fff;
}
.ranges li.active {
  background-color: #43BFA0;
  border: 1px solid #43BFA0;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
.daterangepicker.dropdown-menu {
  font-size: 12px;
  line-height: 1.8;
  border-color: transparent;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}
.daterangepicker select {
  height: 2em;
}

/* ==========================================================================
  _override-jquery-ui-autocomplete
========================================================================== */
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
  border: none;
  max-height: 400px;
  overflow-y: scroll;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item {
  padding: 0;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item-wrapper {
  padding: 7px 1em 7px .5em;
  font-weight: normal;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  border: none;
  color: #43BFA0;
  margin: 0;
  font-weight: normal;
}

button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
}

html,
body {
  font-family: "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo , sans-serif;
}

::-moz-selection {
  color: white;
  background: #43BFA0;
}

::selection {
  color: white;
  background: #43BFA0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
}

a:hover {
  text-decoration: none;
}

html, body {
  height: 100%;
}
html.scrollable, body.scrollable {
  height: auto;
  overflow: auto;
}

.l-layout {
  height: 100%;
  height: 100vh;
  overflow: hidden;
}

.l-layout__dashboard {
  height: 100%;
  width: 180px;
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  overflow: hidden;
  z-index: 890;
  transition: all 0.25s cubic-bezier(0.03, 0.65, 0.43, 0.89);
}
.dashboard-is-closed .l-layout__dashboard {
  width: 60px;
}

.l-layout__main {
  height: 100%;
  min-width: 800px;
  position: relative;
  overflow: hidden;
  margin-left: 180px;
  transition: margin 0.25s cubic-bezier(0.03, 0.65, 0.43, 0.89);
}
.dashboard-is-closed .l-layout__main {
  margin-left: 60px;
}
.no-dashboard .l-layout__main, .no-dashboard.dashboard-is-closed .l-layout__main {
  margin-left: 0;
}
.l-layout__main--type-tutorial {
  background: linear-gradient(to bottom, #43bfa0 10%, #5bcdc5 100%);
}
.l-layout__main__head {
  height: 61px;
  position: fixed;
  background-color: white;
  top: 0;
  right: 0;
  z-index: 850;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.25s cubic-bezier(0.03, 0.65, 0.43, 0.89);
  width: calc( 100% - 180px);
}
.dashboard-is-closed .l-layout__main__head {
  width: calc( 100% - 60px);
}
.l-layout__main__body {
  padding-top: 60px;
}
.l-layout__main__body__inner {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
}
.l-layout__main__body__inner--no-scroll {
  overflow: hidden;
}
.use-page-bottom-actions .l-layout__main__body__content {
  padding-bottom: 110px;
}
.use-page-bottom-form-ui .l-layout__main__body__content {
  padding-bottom: 260px;
}
.use-page-bottom-form-ui.page-bottom-form-ui-is-close .l-layout__main__body__content {
  padding-bottom: 40px;
}
.main-head--is-fixed .l-layout__main__body__content {
  padding-top: 90px;
}

.l-layout__dashboard {
  background: linear-gradient(to bottom, #43bfa0 10%, #5bcdc5 100%);
}

.l-dashboard {
  color: white;
  position: relative;
  z-index: 890;
}
.l-dashboard__head {
  height: 60px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.l-dashboard__head a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  transition: all 0.25s cubic-bezier(0.03, 0.65, 0.43, 0.89);
}
.l-dashboard__head a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.l-dashboard__head a .site-logo-icon,
.l-dashboard__head a .site-logo-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.03, 0.65, 0.43, 0.89);
}
.l-dashboard__head a .site-logo-icon img,
.l-dashboard__head a .site-logo-text img {
  padding: 19px 20px 20px 20px;
  display: inline-block;
  width: auto;
  height: 100%;
}
.l-dashboard__head a .site-logo-icon {
  transform: scale(0);
  opacity: 0;
}
.l-dashboard__head a .site-logo-text {
  transform: scale(1);
  opacity: 1;
}
.dashboard-is-closed .l-dashboard__head a .site-logo-icon {
  transform: scale(1);
  opacity: 1;
}
.dashboard-is-closed .l-dashboard__head a .site-logo-text {
  transform: scale(0);
  opacity: 0;
}
.l-dashboard__nav {
  width: 100%;
}
.l-dashboard__nav__list__item {
  font-size: 0.75em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.l-dashboard__nav__list__item__hit {
  display: block;
  color: white;
  height: 55px;
  position: relative;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.03, 0.65, 0.43, 0.89);
}
.l-dashboard__nav__list__item__hit:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.l-dashboard__nav__list__item__hit:hover .l-dashboard__nav__list__item__hit__icon {
  transform: scale(1.05);
}
.l-dashboard__nav__list__item__hit .c-badge {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  z-index: 895;
  transition: all 0.25s cubic-bezier(0.03, 0.65, 0.43, 0.89);
}
.dashboard-is-closed .l-dashboard__nav__list__item__hit .c-badge {
  top: 4px;
  right: 4px;
  margin-top: 0;
}
.l-dashboard__nav__list__item__hit__icon {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 891;
  margin-top: -19px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.l-dashboard__nav__list__item__hit__icon img,
.l-dashboard__nav__list__item__hit__icon svg {
  fill: white;
  width: 90%;
  height: 90%;
}
.l-dashboard__nav__list__item__hit__label {
  margin-top: 5px;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 52px;
  margin-top: -0.5em;
  width: 118px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.dashboard-is-closed .l-dashboard__nav__list__item__hit__label {
  opacity: 0;
}
.l-dashboard__nav__list__item__hit__label__name {
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.l-dashboard__nav__list__item__hit__label__name span {
  margin-left: 0.25em;
  font-weight: normal;
  font-size: 10px;
}
.l-dashboard__nav__list__item__hit__label__company {
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 10px;
}
.l-dashboard__nav__list__item.is-active .l-dashboard__nav__list__item__hit {
  background-color: #F4F4F4;
  color: #43BFA0;
}
.l-dashboard__nav__list__item.is-active .l-dashboard__nav__list__item__hit__icon img,
.l-dashboard__nav__list__item.is-active .l-dashboard__nav__list__item__hit__icon svg {
  fill: #43BFA0;
}

@-webkit-keyframes notification-show {
  0% {
    -webkit-transform: translateX(2em);
    transform: translateX(2em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes notification-show {
  0% {
    -webkit-transform: translateX(2em);
    -ms-transform: translateX(2em);
    transform: translateX(2em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes notification-show-dropdown {
  0% {
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes notification-show-dropdown {
  0% {
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.l-content-head {
  height: 60px;
  width: 100%;
  display: flex;
  z-index: 860;
}
.l-content-head__switch {
  width: 60px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.l-content-head__switch__hit {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
}
.l-content-head__switch__hit:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.l-content-head__switch__hit__icon {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 13px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
}
.l-content-head__switch__hit__icon::before, .l-content-head__switch__hit__icon::after {
  content: "";
  width: 13px;
  height: 2px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
.l-content-head__switch__hit__icon::before {
  top: -4px;
}
.l-content-head__switch__hit__icon::after {
  bottom: -4px;
}
.l-content-head__notification {
  flex-grow: 1;
  margin-left: 60px;
  position: relative;
}
.l-content-head__notification__inner {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.l-content-head__notification__label {
  color: #DFE0E0;
  padding: 0 1em;
  margin: 0;
  height: 60px;
  text-align: center;
}
.l-content-head__notification__btn {
  cursor: pointer;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #939695;
  height: 60px;
  line-height: 60px;
}
.l-content-head__notification__btn:hover {
  color: #5E6361;
}
.l-content-head__notification__dropdown {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: none;
  overflow: hidden;
  width: 440px;
  position: absolute;
  z-index: 960;
  top: 100%;
  left: 0;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.3);
  padding-bottom: 60px;
}
.l-content-head__notification__dropdown.is-highlight {
  background-color: #FFFDED;
}
.l-content-head__notification__dropdown.is-disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.l-content-head__notification__dropdown.is-completed {
  opacity: 0.5;
}
.l-content-head__notification__dropdown.is-focus {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #dbf3ed;
  box-shadow: 0 0 20px 2px #43BFA0;
}
.notification__dropdown--is-show .l-content-head__notification__dropdown {
  display: block;
  animation: notification-show-dropdown 0.3s ease-out 0s both;
}
.l-content-head__notification__dropdown__scroll {
  max-height: 380px;
  overflow: hidden;
}
.l-content-head__notification__dropdown__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  background-color: white;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.l-content-head__notification__dropdown__bottom__btn {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 1em;
  display: block;
  font-size: 0.8em;
  transition: all 0.3s ease;
}
.l-content-head__notification__dropdown__bottom__btn:hover {
  background-color: rgba(94, 99, 97, 0.05);
}
.l-content-head__notification__content {
  flex-grow: 1;
  height: 60px;
  font-size: 0.85em;
  position: relative;
}
.l-content-head__notification__content__list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-content-head__notification__content__list__item,
.l-content-head__notification__content__list > a {
  height: 100%;
  width: 100%;
  line-height: 60px;
  padding: 0.2em 2em 0 1em;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: none;
  font-size: 0.9em;
}
.l-content-head__notification__content__list__item.is-gone,
.l-content-head__notification__content__list > a.is-gone {
  display: none;
}
.l-content-head__notification__content__list__item.is-active,
.l-content-head__notification__content__list > a.is-active {
  display: block;
  animation: notification-show 1s ease 0s both;
}
.l-content-head__notification__content__list > a:hover {
  color: #43BFA0;
}
.l-content-head__user {
  height: 100%;
}
.l-content-head__user:hover {
  background-color: rgba(94, 99, 97, 0.05);
}
.l-content-head__user__inner {
  height: 100%;
  display: flex;
  align-items: center;
  color: #5E6361;
  padding: 0 1em;
  text-decoration: none !important;
  cursor: pointer;
}
.l-content-head__user__inner:hover {
  color: #5E6361;
}
.l-content-head__user__inner:focus {
  color: #5E6361;
}
.l-content-head__user__content {
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 1.4;
}
.l-content-head__user__content__name {
  text-align: left;
  font-weight: bold;
  font-size: 0.8em;
}
.l-content-head__user__content__name span {
  font-size: 11px;
  font-weight: normal;
}
.l-content-head__user__content__info {
  font-size: 10px;
}
.l-content-head__user__arrow {
  padding: 0 1em 0 0.2em;
}
.l-content-head__user__dropdown {
  position: absolute;
  z-index: 960;
  top: 100%;
  left: auto;
  right: 2px;
  min-width: 260px;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.3);
  margin-top: -2px;
  border: none;
}
.l-content-head__user__dropdown .dropdown-item {
  font-size: 0.9em;
  padding: 0.8em 2em;
}
.content-head__user__dropdown--is-show .l-content-head__user .l-content-head__user__dropdown {
  display: block;
  animation: notification-show-dropdown 0.3s ease-out 0s both;
}

.l-wrapper {
  margin: auto;
  max-width: 940px;
  min-width: 800px;
  padding: 0 20px;
}

.l-wrapper-narrow {
  margin: auto;
  max-width: 500px;
  min-width: 540px;
  padding: 0 20px;
}

.l-wrapper-fluid {
  margin: 0 20px;
}

.l-basic-header {
  background-color: #43BFA0;
  width: 100%;
  color: white;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 501;
}
.l-basic-header__logo {
  height: 100%;
  margin: auto;
  text-align: center;
  display: block;
  padding: 0 10px;
  width: 100px;
  vertical-align: middle;
}
.l-basic-header__logo img {
  margin-top: -1px;
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.l-basic-header__logo:hover img {
  transform: scale(1.05);
}

.l-tutorial-header {
  width: 100%;
  color: white;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 501;
  background-color: #43BFA0;
  min-width: 800px;
}
.l-tutorial-header::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 80px;
  pointer-events: none;
}
.l-tutorial-header__logo {
  height: 100%;
  margin: auto;
  text-align: center;
  display: block;
  padding: 0 10px;
  width: 100px;
  vertical-align: middle;
}
.l-tutorial-header__logo img {
  margin-top: -1px;
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.l-tutorial-header__logo:hover img {
  transform: scale(1.05);
}

/*

   js側で高さの制御を追加しています。

*/
.l-layout-mailer {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: calc(100vh - (60px + 72px));
}
.l-layout-mailer__col {
  position: relative;
}
.l-layout-mailer__col__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.l-layout-mailer__col__inner__scroll {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow-y: scroll;
}
.l-layout-mailer__col--side {
  flex-basis: 200px;
  width: 200px;
  min-width: 200px;
}
.l-layout-mailer__col--side .l-layout-mailer__col__inner__scroll {
  padding: 8px;
}
.l-layout-mailer__col--main {
  flex-grow: 1;
}
.l-layout-mailer__col--main .l-layout-mailer__col__inner {
  background-color: #F4F4F4;
  min-height: 100%;
}
.l-layout-mailer__col--main .l-layout-mailer__col__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 3px;
  height: 100%;
}

.l-vertical-divide {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
}
.l-vertical-divide__col {
  flex: 1;
  flex-basis: auto;
  width: 50%;
  flex-basis: 50%;
  min-width: 0;
}
.l-vertical-divide__divider {
  min-width: 1px;
  width: 1px;
  flex-basis: 1px;
  margin: 0 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
.l-vertical-divide--vertical-center .l-vertical-divide__col {
  align-self: center;
}

.c-box, .c-box-gray, .c-box-gray-light, .c-box-gray-lighter, .c-box-gray-lightest, .c-box-gray-dark {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.c-box.is-highlight, .is-highlight.c-box-gray, .is-highlight.c-box-gray-light, .is-highlight.c-box-gray-lighter, .is-highlight.c-box-gray-lightest, .is-highlight.c-box-gray-dark {
  background-color: #FFFDED;
}
.c-box.is-disabled, .is-disabled.c-box-gray, .is-disabled.c-box-gray-light, .is-disabled.c-box-gray-lighter, .is-disabled.c-box-gray-lightest, .is-disabled.c-box-gray-dark {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.c-box.is-completed, .is-completed.c-box-gray, .is-completed.c-box-gray-light, .is-completed.c-box-gray-lighter, .is-completed.c-box-gray-lightest, .is-completed.c-box-gray-dark {
  opacity: 0.5;
}
.c-box.is-focus, .is-focus.c-box-gray, .is-focus.c-box-gray-light, .is-focus.c-box-gray-lighter, .is-focus.c-box-gray-lightest, .is-focus.c-box-gray-dark {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #dbf3ed;
  box-shadow: 0 0 20px 2px #43BFA0;
}
.c-box__content {
  padding: 20px;
}

.c-box-gray {
  background-color: #5E6361;
}

.c-box-gray-light {
  background-color: #939695;
}

.c-box-gray-lighter {
  background-color: #DFE0E0;
}

.c-box-gray-lightest {
  background-color: #FBFBFB;
}

.c-box-gray-dark {
  background-color: #282E2C;
}

.c-text-basic {
  font-size: 0.9em;
  line-height: 1.6;
}
.c-text-basic--light {
  color: #939695;
}
.c-text-basic--lighter {
  color: #DFE0E0;
}
.c-text-basic--lightest {
  color: #FBFBFB;
}
.c-text-basic--dark {
  color: #282E2C;
}
.c-text-basic--sm {
  font-size: 11px;
}

small.text-muted {
  font-size: 11px;
}

.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: rgba(67, 191, 160, 0.9);
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #43BFA0;
  left: 24px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #DFE0E0;
  border-radius: 10px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: white;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(67, 191, 160, 0.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: not-allowed;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #a2aeaa;
}

.switch.switch--type-online {
  display: inline-block;
}
.switch.switch--type-online input[type=checkbox]:checked + .lever {
  background-color: #43BFA0;
}
.switch.switch--type-online input[type=checkbox]:checked + .lever:after {
  background-color: #43BFA0;
}
.switch.switch--type-online label .lever {
  background-color: #D45B5B;
}
.switch.switch--type-online label .lever:after {
  background-color: #D45B5B;
}
.switch.switch--type-online .label-text {
  margin-right: 1em;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
}
.switch.switch--type-online .label-text--offline {
  color: #D45B5B;
  display: inline-block;
}
.switch.switch--type-online .label-text--online {
  color: #43BFA0;
  display: none;
}
.switch.switch--type-online input[type=checkbox]:checked ~ .label-text--offline {
  display: none;
}
.switch.switch--type-online input[type=checkbox]:checked ~ .label-text--online {
  display: inline-block;
}

.c-with-badge {
  position: relative;
}
.c-with-badge .c-badge {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  z-index: 20;
}

.c-badge {
  font-size: 10px;
  line-height: 1;
  padding: 2px 5px;
  background-color: #D45B5B;
  color: white;
  display: inline-block;
  border-radius: 20px;
  text-decoration: none !important;
  transform: translateY(-1px);
  position: relative;
  font-family: "Lato";
}
:hover > .c-badge {
  text-decoration: none !important;
}
.c-badge::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: #D45B5B;
  border-radius: 20px;
  animation: badge-blink 0.8s ease-out 0s infinite;
}

@-webkit-keyframes badge-blink {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes badge-blink {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.c-avatar {
  width: 45px;
  height: 45px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 22.5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
}
.c-avatar::after {
  content: attr(data-user-initial);
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  color: white;
  width: 100%;
  height: 100%;
  line-height: 45px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.c-avatar img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-avatar--size-0 {
  width: 22px;
  height: 22px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 11px;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
}
.c-avatar--size-0::after {
  content: attr(data-user-initial);
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  color: white;
  width: 100%;
  height: 100%;
  line-height: 22px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.c-avatar--size-0 img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-avatar--size-1 {
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
}
.c-avatar--size-1::after {
  content: attr(data-user-initial);
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  color: white;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.c-avatar--size-1 img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-avatar--size-2 {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
}
.c-avatar--size-2::after {
  content: attr(data-user-initial);
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  color: white;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.c-avatar--size-2 img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-avatar--size-3 {
  width: 45px;
  height: 45px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 22.5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
}
.c-avatar--size-3::after {
  content: attr(data-user-initial);
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  color: white;
  width: 100%;
  height: 100%;
  line-height: 45px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.c-avatar--size-3 img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-avatar--size-4 {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 25px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
}
.c-avatar--size-4::after {
  content: attr(data-user-initial);
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  color: white;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.c-avatar--size-4 img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-avatar--size-5 {
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
}
.c-avatar--size-5::after {
  content: attr(data-user-initial);
  position: absolute;
  font-weight: normal;
  top: 50%;
  left: 50%;
  color: white;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.c-avatar--size-5 img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-avatar--size-6 {
  width: 70px;
  height: 70px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 35px;
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
}
.c-avatar--size-6::after {
  content: attr(data-user-initial);
  position: absolute;
  font-weight: normal;
  top: 50%;
  left: 50%;
  color: white;
  width: 100%;
  height: 100%;
  line-height: 70px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.c-avatar--size-6 img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-avatar--size-7 {
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 40px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
}
.c-avatar--size-7::after {
  content: attr(data-user-initial);
  position: absolute;
  font-weight: normal;
  top: 50%;
  left: 50%;
  color: white;
  width: 100%;
  height: 100%;
  line-height: 80px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.c-avatar--size-7 img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-avatar--size-8 {
  width: 90px;
  height: 90px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 45px;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
}
.c-avatar--size-8::after {
  content: attr(data-user-initial);
  position: absolute;
  font-weight: normal;
  top: 50%;
  left: 50%;
  color: white;
  width: 100%;
  height: 100%;
  line-height: 90px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.c-avatar--size-8 img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-avatar--size-9 {
  width: 100px;
  height: 100px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
}
.c-avatar--size-9::after {
  content: attr(data-user-initial);
  position: absolute;
  font-weight: normal;
  top: 50%;
  left: 50%;
  color: white;
  width: 100%;
  height: 100%;
  line-height: 100px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.c-avatar--size-9 img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-avatar--size-10 {
  width: 125px;
  height: 125px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 62.5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 50px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
}
.c-avatar--size-10::after {
  content: attr(data-user-initial);
  position: absolute;
  font-weight: normal;
  top: 50%;
  left: 50%;
  color: white;
  width: 100%;
  height: 100%;
  line-height: 125px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.c-avatar--size-10 img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-avatar--member-info {
  background-color: transparent;
  box-shadow: none;
}
.c-avatar--member-info::after {
  text-shadow: none;
  color: #939695;
  font-size: 10px;
  letter-spacing: 0;
}

.c-avatars-grid {
  min-width: 78px;
}
.c-avatars-grid .c-avatar {
  margin-bottom: 5px;
}

.c-avatar-company {
  width: 45px;
  height: 45px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
  z-index: 10;
}
.c-avatar-company img {
  max-width: 100%;
  height: auto;
}
.c-avatar-company--size-0 {
  width: 22px;
  height: 22px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
  z-index: 10;
}
.c-avatar-company--size-0 img {
  max-width: 100%;
  height: auto;
}
.c-avatar-company--size-1 {
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
  z-index: 10;
}
.c-avatar-company--size-1 img {
  max-width: 100%;
  height: auto;
}
.c-avatar-company--size-2 {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
  z-index: 10;
}
.c-avatar-company--size-2 img {
  max-width: 100%;
  height: auto;
}
.c-avatar-company--size-3 {
  width: 45px;
  height: 45px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
  z-index: 10;
}
.c-avatar-company--size-3 img {
  max-width: 100%;
  height: auto;
}
.c-avatar-company--size-4 {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
  z-index: 10;
}
.c-avatar-company--size-4 img {
  max-width: 100%;
  height: auto;
}
.c-avatar-company--size-5 {
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
  z-index: 10;
}
.c-avatar-company--size-5 img {
  max-width: 100%;
  height: auto;
}
.c-avatar-company--size-6 {
  width: 70px;
  height: 70px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
  z-index: 10;
}
.c-avatar-company--size-6 img {
  max-width: 100%;
  height: auto;
}
.c-avatar-company--size-7 {
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
  z-index: 10;
}
.c-avatar-company--size-7 img {
  max-width: 100%;
  height: auto;
}
.c-avatar-company--size-8 {
  width: 90px;
  height: 90px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
  z-index: 10;
}
.c-avatar-company--size-8 img {
  max-width: 100%;
  height: auto;
}
.c-avatar-company--size-9 {
  width: 100px;
  height: 100px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
  z-index: 10;
}
.c-avatar-company--size-9 img {
  max-width: 100%;
  height: auto;
}
.c-avatar-company--size-10 {
  width: 125px;
  height: 125px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 50px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
  z-index: 10;
}
.c-avatar-company--size-10 img {
  max-width: 100%;
  height: auto;
}

pre,
.c-pre {
  font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  width: auto;
  width: 100%;
  color: white;
  background-color: #282E2C;
  padding: 2em;
  font-size: 12px;
  border: none;
  border-radius: 2px;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  resize: none;
}
pre:focus,
.c-pre:focus {
  outline: none;
}

code,
.c-code {
  border: none;
  border-radius: 2px;
  display: block;
}

.c-with-btn-copy-code {
  position: relative;
  z-index: 10;
}
.c-with-btn-copy-code__item {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 50;
  display: block;
}
.c-with-btn-copy-code__item .btn {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.c-none {
  text-align: center;
  padding: 5em 1em;
  color: #939695;
}

.c-link-text {
  margin: 0.25em 0;
  font-size: 0.8em;
  color: #5E6361;
}
.c-link-text > a {
  color: #5E6361;
  transition: all 0.3s ease;
}
.c-link-text > a:hover {
  color: #43BFA0;
}
.c-link-text .fa {
  margin-right: 0.5em;
  color: #43BFA0;
}

.c-form-label {
  font-size: 0.9em;
  color: #939695;
  margin-bottom: .25em;
  position: relative;
}
.c-form-label--required::after {
  content: "*";
  color: #D45B5B;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  top: 0;
  right: -0.75em;
}
.c-form-label__required {
  color: #D45B5B;
  font-weight: bold;
}

.c-online-signal {
  position: relative;
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  vertical-align: middle;
  background-color: #D45B5B;
  border: 2px solid #F4F4F4;
}
.c-online-signal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 0.4em;
  margin: -1px 0 0 -0.2em;
  background-color: white;
}
.c-online-signal.is-online {
  background-color: #43BFA0;
}
.c-online-signal.is-online::after {
  display: none;
}
.c-online-signal--no-border {
  border: none;
}

.c-with-online-signal {
  position: relative;
  overflow: visible;
  display: inline-block;
}
.c-with-online-signal__item {
  position: absolute;
  z-index: 20;
  bottom: -0.25em;
  right: -0.25em;
  font-size: 1em;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #D45B5B;
  border: 2px solid #F4F4F4;
}
.c-with-online-signal__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 0.4em;
  margin: -1px 0 0 -0.2em;
  background-color: white;
}
.c-with-online-signal.is-online .c-with-online-signal__item {
  background-color: #43BFA0;
}
.c-with-online-signal.is-online .c-with-online-signal__item::after {
  display: none;
}

.c-section-basic {
  margin-bottom: 25px;
}
.c-section-basic__title {
  font-weight: bold;
  color: #939695;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}
.c-section-basic__content {
  padding: 20px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FBFBFB;
}
.c-section-basic__content--transparent {
  background-color: transparent;
}
.c-section-basic__layout {
  display: flex;
  align-items: stretch;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FBFBFB;
}
.c-section-basic__layout__content {
  flex-grow: 1;
  width: 50%;
  padding: 20px;
}
.c-section-basic__layout__figure {
  flex-grow: 1;
  width: 50%;
  padding: 20px;
  background-color: #f6f6f6;
}

.c-color-chip {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0.25em;
}
.c-color-chip__target {
  height: 2em;
  width: 5em;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.c-color-chip__label {
  font-size: 12px;
  color: #939695;
}

.c-with-del-btn {
  position: relative;
  overflow: visible;
  z-index: 50;
}
.c-with-del-btn__item {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  z-index: 60;
  right: -11px;
  top: -11px;
  line-height: 22px;
  border-radius: 22px;
  background-color: #5E6361;
  color: white;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-with-del-btn__item .fa {
  margin-top: -1px;
  font-size: 1em;
  line-height: 22px;
}
.c-with-del-btn__item:hover {
  transform: scale(1.1);
}
.c-with-del-btn__item:focus {
  outline: none;
}
.c-with-del-btn .c-avatar,
.c-with-del-btn .c-avatar-company {
  z-index: 40;
}
.c-with-del-btn--type-circle .c-with-del-btn__item {
  right: -4.62px;
  top: -4.62px;
}

.c-drag-and-drop {
  margin: 1em auto;
  position: relative;
  width: 100%;
  height: 160px;
  text-align: center;
}
.c-drag-and-drop__target {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px dashed rgba(0, 0, 0, 0.1);
  background-color: #FBFBFB;
  text-align: center;
  border-radius: 6px;
}
.c-drag-and-drop__target__title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 1.5em auto 1em auto;
  color: #939695;
}
.c-drag-and-drop__target-mark {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #43BFA0;
  color: white;
  font-size: 1.2em;
  border-radius: 6px;
}
.c-drag-and-drop__target-mark__title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -0.5em;
  font-weight: bold;
  color: white;
}

.c-preview-image {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.c-preview-image > img {
  width: 100%;
  height: auto;
}

.c-btn-scroll-select {
  position: relative;
}
.c-btn-scroll-select__list {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  height: 270px;
  overflow-y: scroll;
  padding: 0.5em;
}
.c-btn-scroll-select__list__item button {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0.5em;
  text-align: left;
  border-radius: 3px;
}
.c-btn-scroll-select__list__item button::-webkit-input-placeholder {
  color: #939695;
}
.c-btn-scroll-select__list__item button::-moz-placeholder {
  color: #939695;
}
.c-btn-scroll-select__list__item button:-ms-input-placeholder {
  color: #939695;
}
.c-btn-scroll-select__list__item button:-moz-placeholder {
  color: #939695;
}
.c-btn-scroll-select__list__item button:focus {
  outline: none;
  border: none;
}
.c-btn-scroll-select__list__item button:hover {
  background-color: #eeeeee;
}
.c-btn-scroll-select__list__item button > svg {
  font-size: 1em;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.c-btn-grid-select {
  position: relative;
}
.c-btn-grid-select__list {
  zoom: 1;
}
.c-btn-grid-select__list:before, .c-btn-grid-select__list:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.c-btn-grid-select__list:after {
  clear: both;
}
.c-btn-grid-select__list__item {
  width: 50%;
  float: left;
}
.c-btn-grid-select__list__item button {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0.5em;
  text-align: left;
  border-radius: 3px;
}
.c-btn-grid-select__list__item button::-webkit-input-placeholder {
  color: #939695;
}
.c-btn-grid-select__list__item button::-moz-placeholder {
  color: #939695;
}
.c-btn-grid-select__list__item button:-ms-input-placeholder {
  color: #939695;
}
.c-btn-grid-select__list__item button:-moz-placeholder {
  color: #939695;
}
.c-btn-grid-select__list__item button:focus {
  outline: none;
  border: none;
}
.c-btn-grid-select__list__item button:hover {
  background-color: #eeeeee;
}
.c-btn-grid-select__list__item button > svg {
  font-size: 1em;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}
.c-btn-grid-select__list__hr {
  float: none;
  margin: 0.5em 0;
  padding-top: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  clear: both;
  height: 0;
}

.c-scroll-box {
  margin-bottom: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  min-height: 60px;
  max-height: 130px;
  overflow-y: scroll;
  padding: 1em;
}

.c-rating {
  position: relative;
}
.c-rating__num-list {
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-rating__num-list__item {
  padding: 0.5em 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: white;
  font-size: 0.8em;
  font-weight: bold;
  min-width: 2.5em;
  text-align: center;
}
.c-rating__star-list {
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-rating__star-list__item {
  text-align: center;
  padding: 0.25em;
  font-size: 1.1em;
  color: #939695;
}
.c-rating__face-list {
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-rating__face-list__item {
  text-align: center;
  padding: 0.25em;
}
.c-rating__face-list__item img {
  width: 24px;
  height: auto;
}
.c-rating__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  margin-bottom: 1em;
}

.c-motion-once-fade-in-up {
  opacity: 0;
  animation: motion-once-fade-in-up 0.8s ease 0s 1 both;
}
.c-motion-once-fade-in-up--delay-0 {
  animation: motion-once-fade-in-up 0.8s ease 0s 1 both;
  animation-delay: 0s;
}
.c-motion-once-fade-in-up--delay-1 {
  animation: motion-once-fade-in-up 0.8s ease 0s 1 both;
  animation-delay: 0.2s;
}
.c-motion-once-fade-in-up--delay-2 {
  animation: motion-once-fade-in-up 0.8s ease 0s 1 both;
  animation-delay: 0.4s;
}
.c-motion-once-fade-in-up--delay-3 {
  animation: motion-once-fade-in-up 0.8s ease 0s 1 both;
  animation-delay: 0.6s;
}
.c-motion-once-fade-in-up--delay-4 {
  animation: motion-once-fade-in-up 0.8s ease 0s 1 both;
  animation-delay: 0.8s;
}
.c-motion-once-fade-in-up--delay-5 {
  animation: motion-once-fade-in-up 0.8s ease 0s 1 both;
  animation-delay: 1s;
}
.c-motion-once-fade-in-up--delay-6 {
  animation: motion-once-fade-in-up 0.8s ease 0s 1 both;
  animation-delay: 1.2s;
}
.c-motion-once-fade-in-up--delay-7 {
  animation: motion-once-fade-in-up 0.8s ease 0s 1 both;
  animation-delay: 1.4s;
}
.c-motion-once-fade-in-up--delay-8 {
  animation: motion-once-fade-in-up 0.8s ease 0s 1 both;
  animation-delay: 1.6s;
}
.c-motion-once-fade-in-up--delay-9 {
  animation: motion-once-fade-in-up 0.8s ease 0s 1 both;
  animation-delay: 1.8s;
}
.c-motion-once-fade-in-up--delay-10 {
  animation: motion-once-fade-in-up 0.8s ease 0s 1 both;
  animation-delay: 2s;
}

@-webkit-keyframes motion-once-fade-in-up {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes motion-once-fade-in-up {
  0% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.c-guide-beacon-target {
  position: relative;
}

.c-guide-beacon {
  width: 0px;
  height: 0px;
  z-index: 1000;
  position: relative;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.c-guide-beacon::before, .c-guide-beacon::after {
  content: "";
  opacity: 0;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background: #43A9BF;
}
.c-guide-beacon::before {
  -webkit-animation: guide-beacon-flash 1.5s ease-in-out 0s infinite;
  -moz-animation: guide-beacon-flash 1.5s ease-in-out 0s infinite;
  -ms-animation: guide-beacon-flash 1.5s ease-in-out 0s infinite;
  -o-animation: guide-beacon-flash 1.5s ease-in-out 0s infinite;
  animation: guide-beacon-flash 1.5s ease-in-out 0s infinite;
}
.c-guide-beacon::after {
  -webkit-animation: guide-beacon-flash 1.5s ease-in-out 0.75s infinite;
  -moz-animation: guide-beacon-flash 1.5s ease-in-out 0.75s infinite;
  -ms-animation: guide-beacon-flash 1.5s ease-in-out 0.75s infinite;
  -o-animation: guide-beacon-flash 1.5s ease-in-out 0.75s infinite;
  animation: guide-beacon-flash 1.5s ease-in-out 0.75s infinite;
}

@-webkit-keyframes guide-beacon-flash {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes guide-beacon-flash {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.c-attention-label {
  list-style: none;
  color: #FCA45F;
  font-size: 0.7em;
  line-height: 1.5;
  margin: 0.4em 0 0.5em 0;
  padding: 0;
}
.c-attention-label__item {
  margin-top: 0.1em;
}

.c-emoji-ui {
  max-height: 200px;
  overflow-x: visible;
  overflow-y: scroll;
  padding: 0.5em 0;
  margin-right: -15px;
}
.c-emoji-ui__group__title {
  padding: 0.5em;
  font-size: 0.75em;
  font-weight: bold;
}
.c-emoji-ui__list {
  font-size: 0;
}
.c-emoji-ui__list__item {
  display: inline-block;
  font-size: 20px;
}
.c-emoji-ui__list__item__hit {
  padding: 0.20em;
  border-radius: 2px;
  line-height: 1;
  vertical-align: bottom;
  display: block;
  font-size: 20px;
}
.c-emoji-ui__list__item__hit:hover {
  background-color: #E9EBEE;
}
.c-emoji-ui__list__item__hit:focus {
  outline: none;
}

.p-main-head {
  position: relative;
  background-color: rgba(251, 251, 251, 0.9);
  margin-bottom: 20px;
  z-index: 825;
  min-width: 800px;
  overflow: hidden;
}
.main-head--is-fixed .p-main-head {
  position: fixed;
  top: 60px;
  right: 0;
  left: 180px;
  transition: all 0.25s cubic-bezier(0.03, 0.65, 0.43, 0.89);
}
.dashboard-is-closed.main-head--is-fixed .p-main-head {
  left: 60px;
}
.p-main-head__title {
  height: 72px;
  color: #43BFA0;
  line-height: 1;
  font-size: 1.3em;
  line-height: 72px;
  margin: 0 20px;
}
.p-main-head__title__icon {
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  fill: #43BFA0;
}
.p-main-head__title__text {
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
}
.p-main-head__action {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin-right: 20px;
}
.p-main-head__action .btn {
  margin-top: 14px;
  margin-left: 3px;
}
.p-main-head__nav {
  font-size: 0.8em;
  position: relative;
}
.p-main-head__nav__list {
  padding: 0 20px;
}
.p-main-head__nav__list__item {
  height: 100%;
  display: inline-block;
  margin-right: 3em;
}
.p-main-head__nav__list__item__hit {
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
  height: 100%;
  font-weight: bold;
  color: rgba(40, 46, 44, 0.45);
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.p-main-head__nav__list__item__hit:hover {
  color: #282e2c;
}
.p-main-head__nav__list__item.is-active .p-main-head__nav__list__item__hit {
  color: #43BFA0;
  border-bottom: 4px solid;
}
.p-main-head__btn-back {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.p-main-head__btn-back:focus {
  text-decoration: none;
}
.p-main-head__btn-back svg {
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 1em;
  margin: -1em 0 0 0;
  width: 2em;
  height: 2em;
  fill: #939695;
}
.p-main-head__btn-back:hover svg {
  fill: #5E6361;
  transform: translateX(-5px);
}
.p-main-head__btn-back__label {
  line-height: 72px;
  font-size: 0.7em;
  text-decoration: none;
  color: #939695;
  margin-left: 6em;
  transition: all 0.3s ease;
}
.p-main-head__btn-back__label:hover {
  color: #5E6361;
}
.p-main-head__sub-title {
  color: #939695;
  line-height: 72px;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  max-width: 420px;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.p-main-head__description {
  line-height: 72px;
  padding: 0 2em;
  position: absolute;
  display: block;
  vertical-align: middle;
  top: 0;
  right: 0;
  bottom: 0;
  color: #939695;
  font-size: 10px;
}
.p-main-head__description .fa {
  margin: 0 0.25em;
}

.p-info-list {
  margin-bottom: 20px;
}
.p-info-list__item {
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.p-info-list__item.is-highlight {
  background-color: #FFFDED;
}
.p-info-list__item.is-disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.p-info-list__item.is-completed {
  opacity: 0.5;
}
.p-info-list__item.is-focus {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #dbf3ed;
  box-shadow: 0 0 20px 2px #43BFA0;
}
.p-info-list__item__inner {
  display: flex;
  align-items: center;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.p-info-list__item__icon {
  padding-right: 0.9em;
}
.p-info-list__item__icon .fa {
  font-size: 1.4em;
}
.p-info-list__item__icon svg {
  fill: #43BFA0;
  width: 1.8em;
  height: 1.8em;
  vertical-align: middle;
}
.p-info-list__item__icon img {
  width: 2em;
  height: auto;
}
.p-info-list__item__icon--cat-icon * {
  fill: #5E6361;
  color: #5E6361;
}
.p-info-list__item__content {
  flex-grow: 1;
  font-size: 0.9em;
}
.p-info-list__item__description {
  min-width: 110px;
  font-size: 0.65em;
  color: #939695;
  text-align: right;
}
.p-info-list__item__title {
  width: 10%;
  flex-grow: 1;
  font-weight: bold;
  padding-right: 1em;
}
.p-info-list__item__title__inner {
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.p-info-list__item__summary {
  width: 10%;
  flex-grow: 1;
  font-size: 0.65em;
  color: #939695;
  padding-right: 1em;
}
.p-info-list__item__summary__inner {
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.p-info-list__item__action {
  padding: 0 0.5em;
  cursor: pointer;
  width: 2.5em;
}
.p-info-list__item__action button,
.p-info-list__item__action a {
  display: block;
  outline: none;
  cursor: pointer;
  text-align: center;
}
.p-info-list__item__action button .fa,
.p-info-list__item__action a .fa {
  color: #939695;
  font-size: 1.4em;
  transition: all 0.3s ease;
}
.p-info-list__item__action button svg,
.p-info-list__item__action a svg {
  fill: #939695;
  width: 1.8em;
  height: 1.8em;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.p-info-list__item__action button:hover .fa,
.p-info-list__item__action a:hover .fa {
  color: #282E2C;
}
.p-info-list__item__action button:hover svg,
.p-info-list__item__action a:hover svg {
  fill: #282E2C;
}
.p-info-list__item__action button:disabled, .p-info-list__item__action button.disabled,
.p-info-list__item__action a:disabled,
.p-info-list__item__action a.disabled {
  cursor: not-allowed;
}
.p-info-list__item__action button:disabled .fa, .p-info-list__item__action button.disabled .fa,
.p-info-list__item__action a:disabled .fa,
.p-info-list__item__action a.disabled .fa {
  color: #5E6361 !important;
  opacity: 0.25;
}
.p-info-list__item__action button:disabled svg, .p-info-list__item__action button.disabled svg,
.p-info-list__item__action a:disabled svg,
.p-info-list__item__action a.disabled svg {
  fill: #5E6361 !important;
  opacity: 0.25;
}
.p-info-list__item.is-draggable {
  padding-left: 30px;
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: 12px center;
}
.p-info-list__item__hundle {
  cursor: move;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
}
.p-info-list--type-sm, .p-info-list--type-sm-white {
  margin-bottom: 10px;
}
.p-info-list--type-sm .p-info-list__item, .p-info-list--type-sm-white .p-info-list__item {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  box-shadow: none;
}
.p-info-list--type-sm .p-info-list__item.is-draggable, .p-info-list--type-sm-white .p-info-list__item.is-draggable {
  padding-left: 30px;
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: 12px center;
}
.p-info-list--type-sm .p-info-list__item__title, .p-info-list--type-sm-white .p-info-list__item__title {
  font-weight: normal;
  font-size: 0.9em;
}
.p-info-list--type-sm-white .p-info-list__item {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.p-info-list--type-sm-white .p-info-list__item.is-highlight {
  background-color: #FFFDED;
}
.p-info-list--type-sm-white .p-info-list__item.is-disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.p-info-list--type-sm-white .p-info-list__item.is-completed {
  opacity: 0.5;
}
.p-info-list--type-sm-white .p-info-list__item.is-focus {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #dbf3ed;
  box-shadow: 0 0 20px 2px #43BFA0;
}
.p-info-list--type-faq {
  margin-bottom: 0;
}
.p-info-list--type-faq .p-info-list__item {
  background-color: transparent;
  border: none;
  padding: 5px 0;
  box-shadow: none;
  margin-bottom: 0.25em;
}
.p-info-list--type-faq .p-info-list__item.is-draggable {
  padding-left: 25px;
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.p-info-list--type-faq .p-info-list__item__hundle {
  right: 60px;
  width: auto;
}
.p-info-list--type-faq .p-info-list__item__title {
  font-weight: normal;
  font-size: 0.9em;
}
.p-info-list--type-faq .p-info-list__item__action {
  padding: 0 0.25em;
  width: 1.25em;
}
.p-info-list--type-faq .p-info-list__item__action button .fa,
.p-info-list--type-faq .p-info-list__item__action a .fa {
  font-size: 1.0em;
}
.p-info-list--type-faq .p-info-list__item__action button svg,
.p-info-list--type-faq .p-info-list__item__action a svg {
  width: 1.4em;
  height: 1.4em;
}

.p-basic-table {
  width: 100%;
  margin-bottom: 20px;
}
.p-basic-table--type-no-separate .p-basic-table__body {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.p-basic-table--type-no-separate .p-basic-table__body.is-highlight {
  background-color: #FFFDED;
}
.p-basic-table--type-no-separate .p-basic-table__body.is-disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.p-basic-table--type-no-separate .p-basic-table__body.is-completed {
  opacity: 0.5;
}
.p-basic-table--type-no-separate .p-basic-table__body.is-focus {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #dbf3ed;
  box-shadow: 0 0 20px 2px #43BFA0;
}
.p-basic-table--type-no-separate .p-basic-table__body .p-basic-table__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.p-basic-table--type-no-separate .p-basic-table__body .p-basic-table__item:last-child {
  border: none;
}
.p-basic-table__item {
  display: table;
  width: 100%;
  text-decoration: none !important;
  color: #5E6361;
  vertical-align: middle;
  position: relative;
}
.p-basic-table__item__head {
  width: 100%;
  display: table;
}
.p-basic-table__item__body {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2em;
}
.p-basic-table__item__hit {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 10;
}
.p-basic-table__item__col {
  display: table-cell;
  text-align: left;
  padding: 15px 5px 14px 5px;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}
.p-basic-table__item__col__w1 {
  width: 6.25%;
}
.p-basic-table__item__col__w2 {
  width: 12.5%;
}
.p-basic-table__item__col__w3 {
  width: 18.75%;
}
.p-basic-table__item__col__w4 {
  width: 25%;
}
.p-basic-table__item__col__w5 {
  width: 31.25%;
}
.p-basic-table__item__col__w6 {
  width: 37.5%;
}
.p-basic-table__item__col__w7 {
  width: 43.75%;
}
.p-basic-table__item__col__w8 {
  width: 50%;
}
.p-basic-table__item__col__w9 {
  width: 56.25%;
}
.p-basic-table__item__col__w10 {
  width: 62.5%;
}
.p-basic-table__item__col__w11 {
  width: 68.75%;
}
.p-basic-table__item__col__w12 {
  width: 75%;
}
.p-basic-table__item__col__w13 {
  width: 81.25%;
}
.p-basic-table__item__col__w14 {
  width: 87.5%;
}
.p-basic-table__item__col__w15 {
  width: 93.75%;
}
.p-basic-table__item__col__w16 {
  width: 100%;
}
.p-basic-table__item__col--date {
  font-size: 10px;
  color: #939695;
}
.p-basic-table__item__col--num {
  font-family: "Lato";
  font-size: 12px;
  font-weight: bold;
}
.p-basic-table__item__col--user-name {
  font-size: 12px;
}
.p-basic-table__item__col--user-name strong {
  font-weight: bold;
  font-size: 14px;
}
.p-basic-table__item__col--user-name .fa-commenting {
  font-size: 1.3em;
  margin: 0 0.25em;
  color: #282E2C;
}
.p-basic-table__item__col--chat-name {
  font-size: 13px;
}
.p-basic-table__item__col--chat-name strong {
  font-weight: bold;
}
.p-basic-table__item__col--summary {
  font-size: 12px;
  color: #939695;
  word-break: break-all;
}
.p-basic-table__item__col--title {
  color: #5E6361;
}
.p-basic-table__item__col--title__main {
  font-size: 0.9em;
  font-weight: bold;
}
.p-basic-table__item__col--title__sub {
  font-size: 10px;
  color: #939695;
}
.p-basic-table__item__col--action {
  padding-left: 20px;
}
.p-basic-table__item__col--action > * {
  transition: all 0.3s ease;
  cursor: pointer;
}
.p-basic-table__item__col--action > *:hover {
  transform: scale(1.1);
}
.p-basic-table__item__col--action > .custom-control {
  margin-bottom: 0;
  padding-left: 0em;
  margin-right: 0.25em;
}
.p-basic-table__item__col--action > a,
.p-basic-table__item__col--action > button {
  display: inline-block;
  margin-left: 0.25em;
  color: #c5c8c7;
}
.p-basic-table__item__col--action > a:focus,
.p-basic-table__item__col--action > button:focus {
  outline: none;
}
.p-basic-table__item__col--action > a.is-checked,
.p-basic-table__item__col--action > button.is-checked {
  color: #FCA45F;
}
.p-basic-table__item__col--action > a .fa-envelope-o,
.p-basic-table__item__col--action > button .fa-envelope-o {
  display: inline-block;
}
.p-basic-table__item__col--action > a .fa-envelope-open-o,
.p-basic-table__item__col--action > button .fa-envelope-open-o {
  display: none;
}
.p-basic-table__item__col--action > a.is-open,
.p-basic-table__item__col--action > button.is-open {
  color: #43BFA0;
}
.p-basic-table__item__col--action > a.is-open .fa-envelope-o,
.p-basic-table__item__col--action > button.is-open .fa-envelope-o {
  display: none;
}
.p-basic-table__item__col--action > a.is-open .fa-envelope-open-o,
.p-basic-table__item__col--action > button.is-open .fa-envelope-open-o {
  display: inline-block;
}
.p-basic-table__item__col--button {
  font-size: 1.1em;
}
.p-basic-table__item__col--button > a,
.p-basic-table__item__col--button > button {
  display: inline-block;
  margin: 0;
  padding: 0 0.5em;
  color: #5E6361;
  cursor: pointer;
}
.p-basic-table__item__col--button > a:hover,
.p-basic-table__item__col--button > button:hover {
  color: #5E6361;
}
.p-basic-table__item__col--button > a:focus,
.p-basic-table__item__col--button > button:focus {
  outline: none;
}
.p-basic-table__item__col--sep-left {
  position: relative;
}
.p-basic-table__item__col--sep-left::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 30%;
  height: 40%;
  width: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.p-basic-table__item__col .badge {
  font-size: 11px;
}
.p-basic-table__head {
  width: 100%;
}
.p-basic-table__head .p-basic-table__item {
  color: #939695;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.p-basic-table__head .p-basic-table__item__col {
  padding: 10px 20px 10px 20px;
  font-size: 0.75em;
  line-height: 1.9;
  vertical-align: bottom;
}
.p-basic-table__body {
  width: 100%;
}
.p-basic-table__body .p-basic-table__item {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-basic-table__body .p-basic-table__item.is-highlight {
  background-color: #FFFDED;
}
.p-basic-table__body .p-basic-table__item.is-disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.p-basic-table__body .p-basic-table__item.is-completed {
  opacity: 0.5;
}
.p-basic-table__body .p-basic-table__item.is-focus {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #dbf3ed;
  box-shadow: 0 0 20px 2px #43BFA0;
}
.p-basic-table__body .p-basic-table__item:hover {
  color: #5E6361;
}

.p-btn-add-new {
  display: block;
  border-radius: 2px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  text-decoration: none;
  width: auto;
  background-color: transparent !important;
  box-shadow: none !important;
  text-align: center;
  padding: 1em;
  cursor: pointer;
  color: #939695;
  vertical-align: middle;
  line-height: 2;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}
.p-btn-add-new:hover {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1) !important;
  color: #939695 !important;
}
.p-btn-add-new:hover svg {
  transform: scale(1.1);
}
.p-btn-add-new:focus {
  outline: none;
}
.p-btn-add-new svg {
  margin: 0 0.25em;
  width: 2em;
  height: 2em;
  vertical-align: bottom;
  fill: #939695;
  transition: all 0.3s ease;
}
.p-btn-add-new--size-small {
  font-size: 0.9em;
  padding: 0.75em 1em;
}
.p-btn-add-new--size-tall {
  font-size: 1.1em;
  padding: 3em 1em;
}
.p-btn-add-new--type-faq-manage {
  font-size: 0.8em;
  padding: 0.3em 1em;
  margin-top: 1em;
  margin-bottom: 0.25em;
}
.p-btn-add-new--type-faq-manage:hover {
  border-color: transparent;
  background-color: #f2f2f2 !important;
  box-shadow: none !important;
  color: #5E6361 !important;
}
.p-btn-add-new--type-faq-manage:hover svg {
  fill: #5E6361 !important;
  transform: scale(1);
}

.p-page-bottom-actions {
  z-index: 750;
  padding: 2em 2em 1em 2em;
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: center;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  width: calc(100% - 180px );
  pointer-events: none;
  transition: width 0.25s cubic-bezier(0.03, 0.65, 0.43, 0.89);
}
.dashboard-is-closed .p-page-bottom-actions {
  width: calc(100% - 60px );
}
.no-dashboard .p-page-bottom-actions,
.p-page-bottom-actions .no-dashboard.dashboard-is-closed {
  width: 100%;
}
.p-page-bottom-actions .btn {
  pointer-events: auto;
  margin: 0 0.25em 1em 0.25em;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  position: relative;
}
.p-page-bottom-actions .btn-primary::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: #43BFA0;
  border-radius: 3px;
  animation: submit-btn-blink 0.8s ease-out 0s infinite;
}
.p-page-bottom-actions .btn-util,
.p-page-bottom-actions .btn-negative {
  color: rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes submit-btn-blink {
  0% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1.1, 1.2);
    transform: scale(1.1, 1.2);
    opacity: 0;
  }
}
@keyframes submit-btn-blink {
  0% {
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1.1, 1.2);
    -ms-transform: scale(1.1, 1.2);
    transform: scale(1.1, 1.2);
    opacity: 0;
  }
}
.p-page-bottom-form-ui {
  z-index: 750;
  padding: 1em 0;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 180px;
  background-color: rgba(249, 249, 249, 0.95);
  transition: left 0.25s cubic-bezier(0.03, 0.65, 0.43, 0.89), bottom 0.25s cubic-bezier(0.03, 0.65, 0.43, 0.89);
}
.dashboard-is-closed .p-page-bottom-form-ui {
  left: 60px;
}
.page-bottom-form-ui-is-close .p-page-bottom-form-ui {
  bottom: -238px;
}
.p-page-bottom-form-ui::before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 3vh;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.p-page-bottom-form-ui__btn-toggle {
  top: -84px;
  right: 20px;
  position: absolute;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #5E6361;
  z-index: 751;
  border-radius: 64px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: background-color 0.25s cubic-bezier(0.03, 0.65, 0.43, 0.89), transform 0.25s cubic-bezier(0.03, 0.65, 0.43, 0.89);
}
.p-page-bottom-form-ui__btn-toggle:focus {
  outline: none;
}
.p-page-bottom-form-ui__btn-toggle:hover {
  transform: scale(1.05);
}
.page-bottom-form-ui-is-close .p-page-bottom-form-ui__btn-toggle {
  background-color: #43BFA0;
}
.p-page-bottom-form-ui__btn-toggle__label {
  height: 100%;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.4em;
}
.p-page-bottom-form-ui__btn-toggle__label--is-open {
  display: block;
}
.page-bottom-form-ui-is-close .p-page-bottom-form-ui__btn-toggle__label--is-open {
  display: none;
}
.p-page-bottom-form-ui__btn-toggle__label--is-close {
  display: none;
}
.page-bottom-form-ui-is-close .p-page-bottom-form-ui__btn-toggle__label--is-close {
  display: block;
}
.p-page-bottom-form-ui__head {
  position: relative;
}
.p-page-bottom-form-ui__head__action {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 4px;
}
.p-page-bottom-form-ui__head__action > * {
  margin: 0 0.1em;
}
.p-page-bottom-form-ui__head .nav.nav-tabs {
  border: none;
}
.p-page-bottom-form-ui__head .nav.nav-tabs .nav-item .nav-link {
  border-bottom: none;
  font-size: 0.9em;
  font-weight: bold;
  padding: 1em 1.5em;
  border-width: 2px;
}
.p-page-bottom-form-ui__head .nav.nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}
.p-page-bottom-form-ui__head .nav.nav-tabs .nav-item .nav-link.active {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: white;
}
.p-page-bottom-form-ui__body {
  margin-top: -1px;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 1em 1em 0 1em;
}
.p-page-bottom-form-ui__body__input .form-control,
.p-page-bottom-form-ui__body__input textarea {
  resize: none;
  border-color: transparent;
  outline: none;
  padding: 0;
  min-height: 80px;
}
.p-page-bottom-form-ui__body__input .form-control:focus,
.p-page-bottom-form-ui__body__input textarea:focus {
  border-color: transparent;
  outline: none;
}
.p-page-bottom-form-ui__body__action {
  margin-top: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 0;
}
.p-page-bottom-form-ui__body__action .btn {
  font-size: 0.9em;
  margin: 0 0.1em;
}
.p-page-bottom-form-ui__body__action .btn--file-attachment-ready {
  background-color: rgba(0, 0, 0, 0.08);
  color: #43BFA0;
  vertical-align: middle;
}
.p-page-bottom-form-ui__body__action .btn--file-attachment-ready__filename {
  font-size: 0.8em;
  color: #5E6361;
  margin-right: 1em;
  margin: 0.1em 0.5em 0.1em 0.2em;
  max-width: 140px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  letter-spacing: 0.05;
}
.p-page-bottom-form-ui__body__action .btn--file-attachment-ready__label {
  color: #43BFA0;
  font-size: 0.8em;
  margin: 0.1em 0.2em 0.1em 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.p-page-bottom-form-ui__body__action .btn--file-attachment-ready .fa-times-circle {
  color: #43BFA0;
}
.p-page-bottom-form-ui__body__action__layout {
  display: flex;
  justify-content: space-between;
}
.p-page-bottom-form-ui__body__action__layout__col--submit {
  flex-grow: 1;
  text-align: right;
}
.p-page-bottom-form-ui__head .nav.nav-tabs .nav-item.nav-item--ui-comment .nav-link.active {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #FFFDED;
}
.p-page-bottom-form-ui .tab-pane--ui-comment .p-page-bottom-form-ui__body {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #FFFDED;
}
.p-page-bottom-form-ui .tab-pane--ui-comment .p-page-bottom-form-ui__body .form-control,
.p-page-bottom-form-ui .tab-pane--ui-comment .p-page-bottom-form-ui__body textarea {
  background-color: #FFFDED;
}

.p-form-card {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin: 20px auto;
}
.p-form-card.is-highlight {
  background-color: #FFFDED;
}
.p-form-card.is-disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.p-form-card.is-completed {
  opacity: 0.5;
}
.p-form-card.is-focus {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #dbf3ed;
  box-shadow: 0 0 20px 2px #43BFA0;
}
.p-form-card small {
  font-size: 11px;
}
.p-form-card__head {
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 0.7em 1em;
  background-color: #43BFA0;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-form-card__body {
  padding: 20px;
}
.p-form-card__body__btns {
  padding-top: 10px;
  text-align: center;
}

.p-project-unit {
  margin-bottom: 20px;
}
.p-project-unit__item {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.p-project-unit__item.is-highlight {
  background-color: #FFFDED;
}
.p-project-unit__item.is-disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.p-project-unit__item.is-completed {
  opacity: 0.5;
}
.p-project-unit__item.is-focus {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #dbf3ed;
  box-shadow: 0 0 20px 2px #43BFA0;
}
.p-project-unit__item__content {
  padding: 15px 20px;
}
.p-project-unit__item__content__layout {
  display: flex;
  align-items: center;
  width: 100%;
}
.p-project-unit__item__content__layout__meta {
  flex-grow: 1;
}
.p-project-unit__item__content__layout__stats {
  padding-left: 20px;
}
.p-project-unit__item__content__title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.p-project-unit__item__content__title .badge {
  vertical-align: middle;
  font-size: 10px;
  margin: 0 0.5em;
}
.p-project-unit__item__content__title .c-with-online-signal {
  font-size: 14px;
}
.p-project-unit__item__content__title .c-with-online-signal__item {
  border-color: white;
}
.p-project-unit__item__content__title__icon {
  display: inline-block;
}
.p-project-unit__item__content__title__icon svg {
  vertical-align: middle;
  width: 2em;
  height: 2em;
  fill: #43BFA0;
}
.p-project-unit__item__content__description {
  font-size: 11px;
  margin-top: 0.1em;
  color: #939695;
}
.p-project-unit__item__nav__list {
  height: 45px;
  background-color: #FBFBFB;
  font-size: 0.8em;
  padding-left: 0.5em;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.p-project-unit__item__nav__list__item {
  height: 45px;
  display: inline-block;
  margin-right: 0.2em;
  position: relative;
}
.p-project-unit__item__nav__list__item__hit {
  height: 45px;
  line-height: 45px;
  display: block;
  padding: 0 0.9em;
  transition: all 0.3s ease;
  color: #777d7b;
  cursor: pointer;
}
.p-project-unit__item__nav__list__item__hit:hover {
  color: #282E2C;
}
.p-project-unit__item__nav__list__item.is-active .p-project-unit__item__nav__list__item__hit {
  font-weight: bold;
  color: #43BFA0;
}
.p-project-unit__item__nav__list__item.is-active::after {
  bottom: -20px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
  filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.05));
}

.p-project-unit-body {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
}
.p-project-unit-body.is-highlight {
  background-color: #FFFDED;
}
.p-project-unit-body.is-disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.p-project-unit-body.is-completed {
  opacity: 0.5;
}
.p-project-unit-body.is-focus {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #dbf3ed;
  box-shadow: 0 0 20px 2px #43BFA0;
}
.p-project-unit-body--gray {
  background-color: #5E6361;
}
.p-project-unit-body--gray-light {
  background-color: #939695;
}
.p-project-unit-body--gray-lighter {
  background-color: #DFE0E0;
}
.p-project-unit-body--gray-lightest {
  background-color: #FBFBFB;
}
.p-project-unit-body--gray-dark {
  background-color: #282E2C;
}
.p-project-unit-body__layout {
  display: flex;
  align-items: stretch;
}
.p-project-unit-body__layout__content {
  flex-grow: 1;
  width: 50%;
}
.p-project-unit-body__layout__figure {
  flex-grow: 1;
  width: 50%;
  background-color: #FBFBFB;
}
.p-project-unit-body__wrapper {
  padding: 20px;
}
@media screen and (min-width: 980px) {
  .p-project-unit-body__wrapper {
    padding: 40px 40px 20px 40px;
  }
}
.p-project-unit-body__action-header {
  display: flex;
  align-items: center;
  padding: 1em;
}
.p-project-unit-body__action-header__content {
  flex-grow: 1;
}
.p-project-unit-body__action-header .btn {
  margin: 0 0.1em;
}

.p-project-unit-design-preview-box {
  text-align: center;
}
.p-project-unit-design-preview-box__figure {
  margin: 1em auto;
  padding: 0 1em;
  width: 100%;
  max-width: 400px;
}
.p-project-unit-design-preview-box__figure > img {
  width: 100%;
}

.p-stats-unit {
  display: flex;
  align-items: center;
}
.p-stats-unit__item {
  padding: 0.5em 1.5em;
  text-align: center;
  position: relative;
  min-width: 90px;
  flex-grow: 1;
}
.p-stats-unit__item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30%;
  top: 35%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-stats-unit__item:first-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30%;
  top: 35%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-stats-unit__item__label {
  font-size: 10px;
}
.p-stats-unit__item__num {
  font-size: 1.7em;
  color: #43BFA0;
  font-family: "Lato";
}

.p-result__mark {
  text-align: center;
}
.p-result__mark svg {
  fill: #43BFA0;
  width: 10em;
  height: 10em;
}
.p-result__error-code {
  font-family: "Lato";
  text-align: center;
  font-size: 8em;
  line-height: 1;
  color: #43BFA0;
}
.p-result__title {
  margin-top: 1em;
  font-size: 1.4em;
  font-weight: bold;
  color: #43BFA0;
  text-align: center;
}
.p-result__title--danger {
  color: #D45B5B;
}
.p-result__text {
  margin-top: 1em;
  text-align: center;
  font-size: 0.9em;
}
.p-result--type-tutorial * {
  color: white;
}
.p-result--type-tutorial a {
  text-decoration: underline;
  color: white;
}
.p-result--type-tutorial a:hover {
  text-decoration: none;
}

.icon-success {
  margin: auto;
}
.icon-success circle,
.icon-success polyline {
  stroke: #43BFA0;
  fill: none;
  stroke-width: 3px;
}
.icon-success__circle {
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: icon-success-in;
  animation-timing-function: ease;
  animation-duration: 0.5s;
  animation-delay: 0s;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center center;
}
.icon-success__check {
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: icon-success-draw;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-delay: 0.5s;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}
@media all and (-ms-high-contrast: none) {
  .icon-success__check {
    stroke-dashoffset: 0 !important;
  }
}
@supports (-ms-accelerator: true) {
  .icon-success__check {
    stroke-dashoffset: 0 !important;
  }
}

@keyframes icon-success-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes icon-success-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.icon-exclamation {
  margin: auto;
}
.icon-exclamation circle,
.icon-exclamation polyline {
  stroke: #D45B5B;
  fill: none;
  stroke-width: 3px;
}
.icon-exclamation path {
  fill: #D45B5B;
}
.icon-exclamation__circle {
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: icon-exclamation-in;
  animation-timing-function: ease;
  animation-duration: 0.5s;
  animation-delay: 0s;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center center;
}
.icon-exclamation__check {
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: icon-exclamation-in;
  animation-timing-function: ease;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center center;
  animation-duration: 0.5s;
  animation-delay: 0s;
}

@keyframes icon-exclamation-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.p-notifications {
  text-align: left;
}
.p-notifications__list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.p-notifications__list__item:last-child {
  border-bottom: none;
}
.p-notifications__list__item__inner {
  display: flex;
  padding: 1em 2.5em 1em 0;
  display: flex;
  align-items: center;
  position: relative;
}
.p-notifications__list__item > a {
  transition: all 0.3s ease;
}
.p-notifications__list__item > a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
}
.p-notifications__list__item > a:hover {
  background-color: rgba(94, 99, 97, 0.05);
}
.p-notifications__list__item__icon {
  font-size: 2.5em;
  color: #43BFA0;
  text-align: center;
  flex-basis: 80px;
  min-width: 80px;
  width: 80px;
}
.p-notifications__list__item__icon > svg {
  width: 1em;
  height: 1em;
  vertical-align: baseline;
  fill: #43BFA0;
}
.p-notifications__list__item__content {
  flex-grow: 1;
  font-size: 1em;
  color: #5E6361;
  line-height: 1.5;
}
.p-notifications__list__item__content__header {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.p-notifications__list__item__content__text {
  font-size: 0.8em;
  margin-bottom: 0.25em;
}
.p-notifications__list__item__content__description {
  margin-top: 0.25em;
  font-size: 10px;
  color: #939695;
}

@-webkit-keyframes writing-dot {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes writing-dot {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-chat-timeline__list__item {
  margin: 1.25em auto;
}
.p-chat-timeline__list__item__layout {
  display: flex;
  width: 100%;
  max-width: 100%;
}
.p-chat-timeline__list__item__layout__avatar {
  padding: 1em;
}
.p-chat-timeline__list__item__layout__avatar .c-avatar {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
}
.p-chat-timeline__list__item__layout__avatar .c-avatar::after {
  content: attr(data-user-initial);
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  color: white;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.p-chat-timeline__list__item__layout__avatar .c-avatar img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.p-chat-timeline__list__item__layout__avatar .c-avatar-company {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-bottom: 2px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  background-color: #cccccc;
  z-index: 10;
}
.p-chat-timeline__list__item__layout__avatar .c-avatar-company img {
  max-width: 100%;
  height: auto;
}
.p-chat-timeline__list__item__layout__content {
  flex-grow: 1;
}
.p-chat-timeline__list__item__content__header {
  font-size: 11px;
  color: #939695;
  padding-bottom: 0.25em;
  display: flex;
  justify-content: space-between;
}
.p-chat-timeline__list__item__content__header__date {
  font-family: "Lato";
}
.p-chat-timeline__list__item__content__footer {
  padding-top: 0.25em;
  font-size: 11px;
  color: #939695;
  text-align: right;
}
.p-chat-timeline__list__item__content__footer__name {
  display: inline-block;
}
.p-chat-timeline__list__item__content__speach {
  font-size: 0.9em;
  border-radius: 4px;
  padding: 0.75em;
  position: relative;
}
.p-chat-timeline__list__item__content__speach::after {
  top: 19px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 6px;
  margin-top: -6px;
}
.p-chat-timeline__list__item__content__speach a:link {
  color: inherit;
  text-decoration: underline;
}
.p-chat-timeline__list__item__content__speach a:visited {
  color: inherit;
  text-decoration: underline;
}
.p-chat-timeline__list__item__content__speach a:hover {
  color: inherit;
  text-decoration: none;
}
.p-chat-timeline__list__item__content__speach a:active {
  color: inherit;
  text-decoration: none;
}
.p-chat-timeline__list__item__content__speach a:focus {
  color: inherit;
  text-decoration: none;
}
.p-chat-timeline__list__item__content__message {
  padding: 1em;
  text-align: center;
  font-size: 11px;
  color: #939695;
}
.p-chat-timeline__list__item__content__attachment {
  text-align: center;
  padding: 1em;
}
.p-chat-timeline__list__item__content__attachment img,
.p-chat-timeline__list__item__content__attachment iframe {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.p-chat-timeline__list__item--opponent .p-chat-timeline__list__item__layout__content {
  padding-right: 1em;
}
.p-chat-timeline__list__item--opponent .p-chat-timeline__list__item__layout__avatar {
  text-align: right;
}
.p-chat-timeline__list__item--opponent .p-chat-timeline__list__item__content__speach {
  color: #5E6361;
  background-color: #E9EEED;
}
.p-chat-timeline__list__item--opponent .p-chat-timeline__list__item__content__speach::after {
  right: 99.9%;
  border-right-color: #E9EEED;
}
.p-chat-timeline__list__item--opponent--no-avatar .p-chat-timeline__list__item__layout__content {
  padding-left: 1em;
  padding-right: calc( 40px + 2em );
}
.p-chat-timeline__list__item--opponent--no-avatar .p-chat-timeline__list__item__layout__avatar {
  display: none;
}
.p-chat-timeline__list__item--myself .p-chat-timeline__list__item__layout {
  flex-direction: row-reverse;
}
.p-chat-timeline__list__item--myself .p-chat-timeline__list__item__layout__content {
  padding-left: 1em;
}
.p-chat-timeline__list__item--myself .p-chat-timeline__list__item__layout__avatar {
  text-align: left;
}
.p-chat-timeline__list__item--myself .p-chat-timeline__list__item__content__speach {
  color: white;
  background-color: #5E6361;
}
.p-chat-timeline__list__item--myself .p-chat-timeline__list__item__content__speach::after {
  left: 99.9%;
  border-left-color: #5E6361;
}
.p-chat-timeline__list__item--memo .p-chat-timeline__list__item__content__speach {
  color: gray;
  border: 1px dashed;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #FFFDED;
}
.p-chat-timeline__list__item--memo .p-chat-timeline__list__item__content__speach::after {
  display: none;
}
.p-chat-timeline__list__item--now-writing .p-chat-timeline__list__item__content {
  max-width: 80px;
}
.p-chat-timeline__list__item--now-writing__item {
  position: relative;
  width: 100%;
  height: 1.4em;
}
.p-chat-timeline__list__item--now-writing__item > i {
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  opacity: 0.4;
  border-radius: 6px;
  margin-top: -2.4px;
}
.p-chat-timeline__list__item--now-writing__item > i:nth-child(1) {
  margin-left: -15px;
  animation: writing-dot 0.6s ease 0s infinite;
}
.p-chat-timeline__list__item--now-writing__item > i:nth-child(2) {
  margin-left: -3px;
  animation: writing-dot 0.6s ease 0.1s infinite;
}
.p-chat-timeline__list__item--now-writing__item > i:nth-child(3) {
  margin-left: 9px;
  animation: writing-dot 0.6s ease 0.2s infinite;
}

.p-mailer-side-nav {
  font-size: 0.9em;
}
.p-mailer-side-nav__list__item > a, .p-mailer-side-nav__list__item__hit {
  padding: 0.75em 0.6em;
  display: block;
  color: #5E6361;
  border-radius: 3px;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.p-mailer-side-nav__list__item > a:hover, .p-mailer-side-nav__list__item__hit:hover {
  color: #282E2C;
  background-color: rgba(255, 255, 255, 0.4);
}
.p-mailer-side-nav__list__item.is-active .p-mailer-side-nav__list__item__hit {
  font-weight: bold;
  color: #43BFA0;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-mailer-side-nav__list__item--user {
  font-size: 0.9em;
}

.p-form-contact-reply-content {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.p-form-contact-reply-content.is-highlight {
  background-color: #FFFDED;
}
.p-form-contact-reply-content.is-disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.p-form-contact-reply-content.is-completed {
  opacity: 0.5;
}
.p-form-contact-reply-content.is-focus {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #dbf3ed;
  box-shadow: 0 0 20px 2px #43BFA0;
}
.p-form-contact-reply-content__layout {
  zoom: 1;
  width: 100%;
  max-width: 100%;
}
.p-form-contact-reply-content__layout:before, .p-form-contact-reply-content__layout:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.p-form-contact-reply-content__layout:after {
  clear: both;
}
.p-form-contact-reply-content__layout__main {
  float: left;
  vertical-align: top;
  width: 75%;
  min-width: 75%;
  max-width: 75%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.p-form-contact-reply-content__layout__side {
  float: left;
  vertical-align: top;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}
.p-form-contact-reply-content__layout__inner {
  padding: 20px;
}
.p-form-contact-reply-content__header {
  border-radius: 2px;
}
.p-form-contact-reply-content__header__head {
  display: table;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 1em;
  letter-spacing: 0;
}
.p-form-contact-reply-content__header__head__label-left {
  display: table-cell;
  text-align: left;
}
.p-form-contact-reply-content__header__head__label-right {
  display: table-cell;
  text-align: right;
}
.p-form-contact-reply-content__header__body > .group {
  width: 100%;
  background-color: rgba(233, 238, 237, 0.4);
  margin: 1px 0;
  padding: 12px 30px 20px 15px;
}
.p-form-contact-reply-content__header__body > .group > .label {
  display: block;
  vertical-align: middle;
  text-align: left;
  font-size: 0.75em;
  color: rgba(94, 99, 97, 0.6);
  margin-bottom: 0.5em;
}
.p-form-contact-reply-content__header__body > .group > .input {
  display: block;
  vertical-align: middle;
  text-align: left;
  font-size: 0.85em;
  font-weight: bold;
  margin-left: 2em;
  word-break: break-all;
}
.p-form-contact-reply-content__toggle-switch {
  height: 60px;
  position: relative;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.p-form-contact-reply-content__toggle-switch:focus {
  outline: none;
}
.p-form-contact-reply-content__toggle-switch::after {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.p-form-contact-reply-content__toggle-switch:hover::after {
  border-color: #939695;
}
.p-form-contact-reply-content__toggle-switch:hover .p-form-contact-reply-content__toggle-switch__label {
  color: #5e6361;
}
.p-form-contact-reply-content__toggle-switch__label {
  position: relative;
  display: inline-block;
  background-color: white;
  z-index: 10;
  height: 60px;
  line-height: 60px;
  padding: 0 2em;
  transition: all 0.3s ease;
  color: rgba(94, 99, 97, 0.5);
  font-size: 0.90em;
}
.p-form-contact-reply-content__toggle-switch__label .fa-comments {
  font-size: 1.25em;
}
.p-form-contact-reply-content__toggle-switch__label .fa-caret-up,
.p-form-contact-reply-content__toggle-switch__label .fa-caret-down {
  margin-left: 0.5em;
}
.p-form-contact-reply-content__toggle-switch__label__num {
  color: #43BFA0;
  font-weight: bold;
}
.p-form-contact-reply-content__toggle-switch__label--on {
  display: none;
}
.p-form-contact-reply-content__toggle-switch__label--off {
  display: inline-block;
}
.p-form-contact-reply-content__toggle-switch.is-on .p-form-contact-reply-content__toggle-switch__label--on {
  display: inline-block;
}
.p-form-contact-reply-content__toggle-switch.is-on .p-form-contact-reply-content__toggle-switch__label--off {
  display: none;
}
.p-form-contact-reply-content__users {
  font-size: 0.9em;
}
.p-form-contact-reply-content__users__list__item {
  padding: 0.5em 0;
  display: block;
  color: #5E6361;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.p-form-contact-reply-content__users__list__item__label {
  padding-left: 0.5em;
  display: inline;
  font-weight: bold;
}
.p-form-contact-reply-content__users__list__item__label small {
  font-weight: normal;
  font-size: 0.8em;
}
.p-form-contact-reply-content__users__list__item > a, .p-form-contact-reply-content__users__list__item__hit {
  display: block;
  color: #939695;
  text-decoration: none;
}
.p-form-contact-reply-content__users__list__item > a:focus, .p-form-contact-reply-content__users__list__item__hit:focus {
  outline: none !important;
}
.p-form-contact-reply-content__users__list__item--add-new {
  font-size: 0.8em;
  font-weight: bold;
  color: #939695;
}

.p-user-ctrl-unit {
  font-size: 0.9em;
}
.p-user-ctrl-unit__list {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-height: 430px;
  overflow-y: scroll;
  padding: 0.5em 1em;
  margin-top: 1em;
}
.p-user-ctrl-unit__list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 100%;
  padding: 0.5em 0;
  display: block;
  color: #5E6361;
}
.p-user-ctrl-unit__list__item:last-child {
  border-bottom: none;
}
.p-user-ctrl-unit__list__item__layout {
  display: table;
  width: 100%;
}
.p-user-ctrl-unit__list__item__layout__main {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}
.p-user-ctrl-unit__list__item__layout__side {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 20%;
  min-width: 20%;
}
.p-user-ctrl-unit__list__item__content {
  max-width: 100%;
  vertical-align: middle;
}
.p-user-ctrl-unit__list__item__content__label {
  padding-left: 0.5em;
  display: inline;
  font-weight: bold;
}
.p-user-ctrl-unit__list__item__content__label small {
  font-weight: normal;
  font-size: 0.8em;
}

.p-color-theme-ctrl {
  position: relative;
}
.p-color-theme-ctrl__canvas {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-color-theme-ctrl__btn {
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  color: white;
  background-color: #43BFA0;
  padding: 0.5em 1em;
  font-size: 0.9em;
  min-width: 120px;
  margin-bottom: 0.25em;
}
.p-color-theme-ctrl__form {
  border-radius: 3px;
  width: 100%;
  padding: 0.38em 0.5em;
  color: inherit;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* firefox 19+ */
  /* ie */
}
.p-color-theme-ctrl__form::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(94, 99, 97, 0.2);
}
.p-color-theme-ctrl__form::-moz-placeholder {
  opacity: 1;
  color: rgba(94, 99, 97, 0.2);
}
.p-color-theme-ctrl__form:-ms-input-placeholder {
  opacity: 1;
  color: rgba(94, 99, 97, 0.2);
}
.p-color-theme-ctrl__form:-moz-placeholder {
  opacity: 1;
  color: rgba(94, 99, 97, 0.2);
}
.p-color-theme-ctrl__form:focus {
  outline: none;
}
.p-color-theme-ctrl__title {
  font-weight: bold;
  margin-bottom: 0.5em;
  color: inherit;
}
.p-color-theme-ctrl__label {
  font-size: 0.8em;
  font-weight: bold;
  color: inherit;
}
.p-color-theme-ctrl__text {
  font-size: 0.9em;
  color: inherit;
}
.p-color-theme-ctrl__section {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75em;
  background-color: white;
  margin: 0.5em auto;
}
.p-color-theme-ctrl__simulator--form__content {
  width: 250px;
  margin: 1em auto;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.p-color-theme-ctrl__simulator--form__head {
  background-color: #ddd;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-color-theme-ctrl__simulator--form__body {
  background-color: #fff;
  padding: 1em;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-color-theme-ctrl__simulator--chat__content {
  width: 300px;
  margin: 1em auto;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  position: relative;
}
.p-color-theme-ctrl__simulator--chat__head {
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.p-color-theme-ctrl__simulator--chat__head__btn-close {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  border-radius: 25px;
  text-align: center;
  transition: all 0.3s ease;
}
.p-color-theme-ctrl__simulator--chat__head__btn-close::before, .p-color-theme-ctrl__simulator--chat__head__btn-close::after {
  content: "";
  background-color: white;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -1px;
  transform-origin: center center;
}
.p-color-theme-ctrl__simulator--chat__head__btn-close::before {
  transform: rotate(45deg);
}
.p-color-theme-ctrl__simulator--chat__head__btn-close::after {
  transform: rotate(-45deg);
}
.p-color-theme-ctrl__simulator--chat__body {
  padding: 1em;
  position: relative;
}
.p-color-theme-ctrl__simulator--chat__foot {
  text-align: center;
  position: relative;
  padding: 2px;
}
.p-color-theme-ctrl__simulator--chat__foot__nav__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-color-theme-ctrl__simulator--chat__foot__nav__item {
  font-size: 2.0em;
  width: 2.5em;
  text-align: center;
  position: relative;
}
.p-color-theme-ctrl__simulator--chat__foot__nav__item > a, .p-color-theme-ctrl__simulator--chat__foot__nav__item__hit {
  opacity: 0.6;
  position: relative;
  display: block;
  color: #111;
  text-decoration: none !important;
  text-align: center;
}
.p-color-theme-ctrl__simulator--chat__foot__nav__item__icon {
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.7em 0 0 -0.5em;
  vertical-align: top;
  width: 1em;
  height: 1em;
  fill: #111;
}
.p-color-theme-ctrl__simulator--chat__foot__nav__item__label {
  opacity: 0.6;
  padding-top: 3em;
  font-size: 10px;
}
.p-color-theme-ctrl__simulator--chat__foot__nav__item.is-active > a,
.p-color-theme-ctrl__simulator--chat__foot__nav__item.is-active .p-color-theme-ctrl__simulator--chat__foot__nav__item__hit {
  opacity: 1;
  color: #111;
}
.p-color-theme-ctrl__simulator--chat__foot__nav__item.is-active .p-color-theme-ctrl__simulator--chat__foot__nav__item__icon {
  opacity: 1;
  fill: #111;
}
.p-color-theme-ctrl__simulator--chat__foot__nav__item.is-active .p-color-theme-ctrl__simulator--chat__foot__nav__item__label {
  opacity: 1;
  fill: #111;
}
.p-color-theme-ctrl__simulator--chat__foot__nav__item__online-signal {
  position: absolute;
  bottom: 68%;
  right: 25%;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #43BFA0;
  border: 2px solid white;
  z-index: 10;
}
.p-color-theme-ctrl__simulator--chat__foot__nav__item__offline-signal {
  position: absolute;
  bottom: 68%;
  right: 4%;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #D45B5B;
  border: 2px solid white;
  z-index: 10;
}
.p-color-theme-ctrl__simulator--chat .speach-arrow {
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  z-index: 1;
  background-color: #ddd;
}
.p-color-theme-ctrl__simulator--chat__speach-opponent {
  font-size: 13px;
  background-color: #ddd;
  border-radius: 4px;
  width: 90%;
  margin-right: 10%;
  margin-bottom: 0.75em;
  padding: 0.6em 1em;
  position: relative;
  z-index: 10;
}
.p-color-theme-ctrl__simulator--chat__speach-opponent .speach-arrow {
  left: -4px;
}
.p-color-theme-ctrl__simulator--chat__speach-myself {
  font-size: 13px;
  background-color: #ddd;
  border-radius: 4px;
  width: 90%;
  margin-left: 10%;
  margin-bottom: 0.75em;
  padding: 0.6em 1em;
  position: relative;
  z-index: 10;
}
.p-color-theme-ctrl__simulator--chat__speach-myself .speach-arrow {
  right: -4px;
}
.p-color-theme-ctrl__simulator--faq__content {
  width: 250px;
  margin: 1em auto;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.p-color-theme-ctrl__simulator--faq__head {
  background-color: #ddd;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-color-theme-ctrl__simulator--faq__body {
  background-color: #fff;
  padding: 0.75em;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-color-theme-ctrl__simulator--faq__body__title {
  font-weight: bold;
  padding: 0.25em 0 0.75em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  margin-bottom: 0.75em;
}
.p-color-theme-ctrl__simulator--faq__body__list {
  margin-bottom: 0.25em;
  font-size: 13px;
  color: #43BFA0;
}

.p-project-group {
  background-color: #eeeeee;
  padding: 40px 40px 20px 40px;
}
.p-project-group__layout {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.p-project-group__layout__col {
  width: 50%;
  flex: 1;
  flex-basis: auto;
  width: 50%;
  flex-basis: 50%;
  min-width: 0;
  margin: 0 10px;
}
.p-project-group__item {
  background-color: white;
  border-radius: 2px;
  margin-bottom: 20px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
}
.p-project-group__item__inner {
  padding: 20px;
}
.p-project-group__item__title {
  font-weight: bold;
  margin-bottom: 1.5em;
}
.p-project-group__item__head {
  padding: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.p-project-group__item__head__title {
  font-weight: bold;
  font-size: 0.9em;
  margin-right: 150px;
}
.p-project-group__item__head__title strong {
  color: #43BFA0;
}
.p-project-group__item__head__description {
  color: #939695;
  width: 150px;
  text-align: right;
  position: absolute;
  font-size: 0.8em;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.55em;
}
.p-project-group__icon-nav {
  text-align: center;
}
.p-project-group__icon-nav__list__item {
  display: inline-block;
  color: #DFE0E0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-project-group__icon-nav__list__item__inner {
  padding: 1em 1.5em;
  text-align: center;
  display: block;
  cursor: pointer;
}
.p-project-group__icon-nav__list__item__inner > svg, .p-project-group__icon-nav__list__item__inner__icon {
  fill: #DFE0E0;
  transition: all 0.3s ease;
  width: 4em;
  height: 4em;
}
.p-project-group__icon-nav__list__item__inner__label {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
}
.p-project-group__icon-nav__list__item:hover {
  color: #5E6361;
}
.p-project-group__icon-nav__list__item:hover .p-project-group__icon-nav__list__item__inner svg, .p-project-group__icon-nav__list__item:hover .p-project-group__icon-nav__list__item__inner__icon {
  fill: #5E6361;
}
.p-project-group__icon-nav__list__item.is-active {
  color: #43BFA0;
}
.p-project-group__icon-nav__list__item.is-active:after {
  content: " ";
  top: 85%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #eeeeee;
  border-width: 20px;
  margin-left: -20px;
}
.p-project-group__icon-nav__list__item.is-active .p-project-group__icon-nav__list__item__inner svg, .p-project-group__icon-nav__list__item.is-active .p-project-group__icon-nav__list__item__inner__icon {
  fill: #43BFA0;
}
.p-project-group__text-nav {
  text-align: center;
  padding: 1em;
}
.p-project-group__text-nav__list__item {
  display: inline-block;
  color: #DFE0E0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.p-project-group__text-nav__list__item__inner {
  padding: 1em 1.5em;
  text-align: center;
  display: block;
  cursor: pointer;
  font-weight: bold;
}
.p-project-group__text-nav__list__item:hover {
  color: #5E6361;
}
.p-project-group__text-nav__list__item.is-active {
  color: #43BFA0;
}
.p-project-group__text-nav__list__item.is-active:after {
  content: " ";
  top: 65%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #eeeeee;
  border-width: 20px;
  margin-left: -20px;
}

.p-project-group-tab__item .btn-primary {
  display: none;
}
.p-project-group-tab__item .btn-util {
  display: inline-block;
}
.p-project-group-tab__item.is-active {
  border: 2px solid #43BFA0;
  background-color: #dbf3ed;
}
.p-project-group-tab__item.is-active .btn-primary {
  display: inline-block;
}
.p-project-group-tab__item.is-active .btn-util {
  display: none;
}

.p-btn-color-simulator {
  margin: 1em;
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
}
.p-btn-color-simulator__inner {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-btn-color-simulator__inner img {
  width: 100%;
  height: auto;
}
.p-btn-color-simulator__inner svg {
  fill: white;
  width: 40px;
  height: 40px;
}

.p-btn-tab-color-simulator {
  margin: 1em;
  display: inline-block;
  width: 200px;
  height: 30px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-btn-tab-color-simulator__layout {
  height: 100%;
  display: flex;
  align-items: center;
}
.p-btn-tab-color-simulator__layout__left {
  width: 30px;
}
.p-btn-tab-color-simulator__layout__left > img {
  padding: 4px;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.p-btn-tab-color-simulator__layout__right {
  width: 30px;
}
.p-btn-tab-color-simulator__layout__right > img {
  padding: 4px;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.p-btn-tab-color-simulator__layout__right > svg {
  padding: 6px;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.p-btn-tab-color-simulator__layout__center {
  flex-grow: 1;
  text-align: center;
  font-size: 11px;
}

.p-btn-message-bar-simulator {
  width: 90%;
  height: 45px;
  line-height: 24px;
  padding: 11px;
  margin: 1em auto;
  overflow: hidden;
  font-size: 0.875em;
}
.p-btn-message-bar-simulator span {
  font-weight: bold;
}
.p-btn-message-bar-simulator__message {
  padding: 5px;
}
.p-btn-message-bar-simulator__btn {
  padding: 7px;
  border-radius: 5px;
  cursor: pointer;
}

.p-btn-slide-in-simulator {
  margin: 1em auto;
  width: 380px;
  color: #000;
  display: inline-block;
}
.p-btn-slide-in-simulator__inner {
  background-color: white;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #E3E3E3;
  position: relative;
}
.p-btn-slide-in-simulator__btn-close {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
.p-btn-slide-in-simulator__btn-close::before, .p-btn-slide-in-simulator__btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 2px;
  margin: -4px 0 0 -1px;
  background-color: white;
}
.p-btn-slide-in-simulator__btn-close::before {
  transform: rotate(45deg);
}
.p-btn-slide-in-simulator__btn-close::after {
  transform: rotate(-45deg);
}
.p-btn-slide-in-simulator__head {
  padding: 10px 30px 10px 15px;
  font-weight: bold;
  position: relative;
  background-color: #FAFAFA;
  border-bottom: 1px solid #E3E3E3;
  text-align: left;
}
.p-btn-slide-in-simulator__body {
  text-align: left;
  font-size: 14px;
}
.p-btn-slide-in-simulator__body__text {
  padding: 15px;
}
.p-btn-slide-in-simulator__body__btn {
  padding: 5px 20px;
  margin-left: 15px;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.p-btn-slide-in-simulator__foot {
  position: relative;
}
.p-btn-slide-in-simulator__foot__tayori-info {
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 1;
  color: #B6B6B6;
  font-size: x-small;
  letter-spacing: 0;
  cursor: pointer;
}
.p-btn-slide-in-simulator__foot__tayori-info > svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  fill: #B6B6B6;
  vertical-align: middle;
}
.p-btn-slide-in-simulator__foot__tayori-info:hover {
  color: #43BFA0;
}
.p-btn-slide-in-simulator__foot__tayori-info:hover > svg {
  fill: #43BFA0;
}

.p-domain-list {
  font-size: 0.8em;
}
.p-domain-list__item {
  display: inline-block;
  border-radius: 25px;
  margin: 0 2px 5px 0;
  padding: 0 0 0 1em;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-domain-list__item .btn {
  padding: 0 0.25em;
}

.p-with-icon-speach {
  position: relative;
}
.p-with-icon-speach__item {
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
}

.p-chat-status-unit-trigger {
  height: 100%;
  display: flex;
  align-items: center;
  background-size: red;
}
.p-chat-status-unit-trigger__inner {
  cursor: pointer;
}
.p-chat-status-unit-trigger__list {
  display: inline-block;
}
.chat-status-unit-is-open .p-chat-status-unit-trigger__list {
  display: none;
}
.p-chat-status-unit-trigger__list__item {
  padding: 0 0.2em;
  display: inline-block;
}
.p-chat-status-unit-trigger__label-other {
  display: inline-block;
  color: #939695;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 1em;
}
.chat-status-unit-is-open .p-chat-status-unit-trigger__label-other {
  display: none;
}
.p-chat-status-unit-trigger__label-btn {
  color: #939695;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 1em;
  display: none;
}
.chat-status-unit-is-open .p-chat-status-unit-trigger__label-btn {
  display: inline-block;
}
.p-chat-status-unit-trigger__arrow {
  padding: 0 0.1em;
  display: inline-block;
}
.p-chat-status-unit-trigger__arrow__down {
  display: inline-block;
}
.chat-status-unit-is-open .p-chat-status-unit-trigger__arrow__down {
  display: none;
}
.p-chat-status-unit-trigger__arrow__up {
  display: none;
}
.chat-status-unit-is-open .p-chat-status-unit-trigger__arrow__up {
  display: inline-block;
}

.p-chat-status-unit {
  position: relative;
  z-index: 350;
  width: 100%;
}
.p-chat-status-unit__ov {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background: rgba(251, 251, 251, 0.9);
  max-height: 100vh;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scaleY(0);
  transform-origin: top center;
}
.chat-status-unit-is-open .p-chat-status-unit__ov {
  transform: scaleY(1);
}
.p-chat-status-unit__ov::after {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 50px;
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
}
.p-chat-status-unit__ov__inner {
  overflow-y: scroll;
  overflow: hidden;
}

.p-chat-status-unit-list {
  margin: 0.5em 1.5em;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}
.chat-status-unit-is-open .p-chat-status-unit-list {
  display: block;
  transition-delay: 0.1s;
  opacity: 1;
}
.p-chat-status-unit-list .p-basic-table__item {
  margin: 5px auto;
  box-shadow: none;
}
.p-chat-status-unit-list .p-basic-table__item__col {
  padding: 0.5em 1em;
}

.p-chat-window {
  width: 440px;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 901;
  transition: right 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  right: -528px;
}
.p-chat-window.is-open {
  transition: right 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 900;
  right: 0;
  box-shadow: 1px 1px 100px 1px rgba(0, 0, 0, 0.5);
}
.p-chat-window__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  background-color: rgba(249, 249, 249, 0.9);
}
.p-chat-window__inner:hover {
  background-color: #F9F9F9;
}
.p-chat-window__btn-close {
  position: absolute;
  width: 450px;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #5E6361;
  color: white;
  border-radius: 41px;
  text-align: center;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 910;
}
.p-chat-window__btn-close:hover {
  background-color: rgba(94, 99, 97, 0.6);
}
.p-chat-window__btn-close::before, .p-chat-window__btn-close::after {
  content: "";
  background-color: white;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -1px;
  transform-origin: center center;
}
.p-chat-window__btn-close::before {
  transform: rotate(45deg);
}
.p-chat-window__btn-close::after {
  transform: rotate(-45deg);
}
.p-chat-window__btn-close:focus {
  outline: none;
}
.p-chat-window__bottom-action {
  background: #ececec;
  position: absolute;
  z-index: 909;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-chat-window__bottom-action::before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 3vh;
  opacity: 0.5;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.p-chat-window__bottom-action__row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.p-chat-window__bottom-action__row:last-child {
  border-bottom: none;
}
.p-chat-window__bottom-action__row__inner {
  padding: 0.7em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
}
.p-chat-window__bottom-action__row__label {
  font-weight: bold;
  padding-right: 1em;
}
.p-chat-window__bottom-action__row__text {
  padding-right: 1em;
}
.p-chat-window__bottom-action__row__text .none {
  opacity: 0.5;
}
@-webkit-keyframes typing-effect {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes typing-effect {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-chat-window__bottom-action__row__text__inner {
  display: inline-block;
}
.p-chat-window__bottom-action__row__text.is-typing .p-chat-window__bottom-action__row__text__inner {
  animation: typing-effect 0.5s linear 0s infinite alternate;
}
.p-chat-window__bottom-action__row__btn {
  padding: 0.2em 0.5em;
  margin-left: auto;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.p-chat-window__bottom-action__row__btn:focus {
  outline: none;
}
.p-chat-window__bottom-action__row__btn--switch-user {
  background-color: transparent;
}
.p-chat-window__bottom-action__row__btn--switch-user:hover {
  transform: scale(1.05);
  color: white !important;
  background-color: #5E6361;
}
.p-chat-window__bottom-action__row__btn--finish-conversation {
  color: #43BFA0;
  background-color: transparent;
}
.p-chat-window__bottom-action__row__btn--finish-conversation:hover {
  transform: scale(1.05);
  color: white !important;
  background-color: #43BFA0;
}
.p-chat-window__bottom-action__message-ui {
  width: 100%;
}
.p-chat-window__bottom-action__message-ui__waiting {
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-chat-window__bottom-action__message-ui__waiting__inner {
  text-align: center;
}
.p-chat-window__bottom-action__message-ui__actions {
  position: relative;
}
.p-chat-window__bottom-action__message-ui__actions__list__item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.p-chat-window__bottom-action__message-ui__actions__list__item > button,
.p-chat-window__bottom-action__message-ui__actions__list__item > a, .p-chat-window__bottom-action__message-ui__actions__list__item__hit {
  font-size: 1.4em;
  padding: 0 0.25em;
  color: inherit;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.p-chat-window__bottom-action__message-ui__actions__list__item > button:hover,
.p-chat-window__bottom-action__message-ui__actions__list__item > a:hover, .p-chat-window__bottom-action__message-ui__actions__list__item__hit:hover {
  opacity: 1;
}
.p-chat-window__bottom-action__message-ui__actions__list__item > button:focus,
.p-chat-window__bottom-action__message-ui__actions__list__item > a:focus, .p-chat-window__bottom-action__message-ui__actions__list__item__hit:focus {
  outline: none;
}
.p-chat-window__bottom-action__message-ui__actions__list__item > button--submit,
.p-chat-window__bottom-action__message-ui__actions__list__item > a--submit, .p-chat-window__bottom-action__message-ui__actions__list__item__hit--submit {
  display: none !important;
}
.p-chat-window__bottom-action__message-ui__actions__list__item > button.is-ready,
.p-chat-window__bottom-action__message-ui__actions__list__item > a.is-ready, .p-chat-window__bottom-action__message-ui__actions__list__item__hit.is-ready {
  display: block !important;
  opacity: 1;
  color: #43BFA0;
}
.p-chat-window__bottom-action__message-ui__actions__list__item.is-active > button,
.p-chat-window__bottom-action__message-ui__actions__list__item.is-active > a, .p-chat-window__bottom-action__message-ui__actions__list__item.is-active__hit {
  opacity: 1;
}
.p-chat-window__bottom-action__message-ui__actions__list__item.is-active::after {
  content: "";
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: white;
  top: -1px;
  border-width: 7px;
  margin-left: -7px;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
  z-index: 920;
}
.p-chat-window__bottom-action__message-ui__actions__dropdown {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  box-shadow: 1px 1px 50px 1px rgba(0, 0, 0, 0.5);
  z-index: 910;
  padding: 1.5em;
  font-size: 16px;
  display: none;
}
.p-chat-window__bottom-action__message-ui__actions__dropdown.is-active {
  display: block;
}
.p-chat-window__bottom-action__message-ui__textarea {
  outline: none;
  border: none;
  background-color: transparent;
  clear: both;
  display: block;
  width: 100%;
  background-color: white;
  border-radius: 3px;
  margin-top: 0.5em;
  padding: 0.6em;
  font-size: 16px;
  /* firefox 19+ */
  /* ie */
}
.p-chat-window__bottom-action__message-ui__textarea::-webkit-input-placeholder {
  color: #939695;
}
.p-chat-window__bottom-action__message-ui__textarea::-moz-placeholder {
  color: #939695;
}
.p-chat-window__bottom-action__message-ui__textarea:-ms-input-placeholder {
  color: #939695;
}
.p-chat-window__bottom-action__message-ui__textarea:-moz-placeholder {
  color: #939695;
}
.p-chat-window__bottom-action__message-ui__textarea:focus {
  outline: none;
  border: none;
}
.p-chat-window__bottom-action__message-ui__textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(17, 17, 17, 0.2);
}
.p-chat-window__bottom-action__message-ui__textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(17, 17, 17, 0.2);
}
.p-chat-window__bottom-action__message-ui__textarea:-ms-input-placeholder {
  opacity: 1;
  color: rgba(17, 17, 17, 0.2);
}
.p-chat-window__bottom-action__message-ui__textarea:-moz-placeholder {
  opacity: 1;
  color: rgba(17, 17, 17, 0.2);
}
.p-chat-window__bottom-action__message-ui__textarea::-moz-selection {
  color: black;
}
.p-chat-window__bottom-action__message-ui__textarea::selection {
  color: black;
}
.p-chat-window__body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 901;
}
.p-chat-window__body__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 901;
  overflow-y: scroll;
}
.p-chat-window__body__contents {
  padding: 30px 0.75em 0.75em 0.75em;
}

.p-icon-selector {
  position: relative;
  margin-bottom: 1em;
}
.p-icon-selector__inner {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
}
.p-icon-selector__inner::before, .p-icon-selector__inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: green;
  height: 20px;
  z-index: 10;
}
.p-icon-selector__inner::before {
  top: 0;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.p-icon-selector__inner::after {
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.p-icon-selector__scroll {
  overflow-y: scroll;
  height: 240px;
}
.p-icon-selector__list {
  padding: 30px 40px;
}
.p-icon-selector__list__inner {
  width: auto;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.p-icon-selector__list__item {
  vertical-align: bottom;
  border-radius: 3px;
}
.p-icon-selector__list__item.is-focus {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #dbf3ed;
  box-shadow: 0 0 20px 2px #43BFA0;
}
.p-icon-selector__list__item__icon {
  padding: 0.6em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-icon-selector__list__item__icon:hover {
  transform: scale(1.1);
}
.p-icon-selector__list__item__icon > img {
  vertical-align: bottom;
  width: 40px;
  height: auto;
}
.p-icon-selector__list__item__icon > svg {
  vertical-align: bottom;
  width: 40px;
  height: 40px;
  fill: #5E6361;
}
.p-icon-selector--narrow .p-icon-selector__list {
  padding: 20px 5px 20px 15px;
}

.p-icon-selector-target {
  text-align: center;
  margin: 1em auto;
}
.p-icon-selector-target__item {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 1em;
  text-align: center;
}
.p-icon-selector-target__item > img {
  vertical-align: bottom;
  width: 3em;
  height: auto;
}
.p-icon-selector-target__item > svg {
  vertical-align: bottom;
  width: 3em;
  height: 3em;
  fill: #5E6361;
}

.p-contents-maker {
  position: relative;
  margin-bottom: 1em;
}
.p-contents-maker__list {
  position: relative;
  background-color: white;
  border-radius: 6px;
  padding: 1em 0;
}
.p-contents-maker__list__item-insert {
  height: 30px;
  margin: 1em 0;
  position: relative;
  text-align: center;
}
.p-contents-maker__list__item-insert::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.p-contents-maker__list__item-insert__btn-main {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #5E6361;
  padding: 0 2em;
  position: relative;
  font-size: 0.8em;
  font-weight: bold;
  z-index: 6;
  transition: all 0.3s ease;
}
.p-contents-maker__list__item-insert__btn-main:focus {
  outline: none;
}
.p-contents-maker__list__item-insert__btn-main:hover {
  border: 1px solid #5E6361;
  color: #5E6361;
  font-weight: bold;
}
.p-contents-maker__list__item-insert__btn-sub {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 0 1em;
  height: 18px;
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 30px;
  margin: -9px 0 0 0;
  background-color: #939695;
  color: white;
  border-radius: 24px;
  text-align: center;
  transition: all 0.3s ease;
}
.p-contents-maker__list__item-insert__btn-sub::-webkit-input-placeholder {
  color: #939695;
}
.p-contents-maker__list__item-insert__btn-sub::-moz-placeholder {
  color: #939695;
}
.p-contents-maker__list__item-insert__btn-sub:-ms-input-placeholder {
  color: #939695;
}
.p-contents-maker__list__item-insert__btn-sub:-moz-placeholder {
  color: #939695;
}
.p-contents-maker__list__item-insert__btn-sub:focus {
  outline: none;
  border: none;
}
.p-contents-maker__list__item-insert__btn-sub:hover {
  background-color: #5E6361;
}
.p-contents-maker__list__item-insert-page {
  background-color: #eeeeee;
  padding: 6px 1em;
  text-align: center;
  position: relative;
}
.p-contents-maker__list__item-insert-page__btn-main {
  cursor: pointer;
  display: inline-block;
  color: #939695;
  padding: 1.5em 2em;
  position: relative;
  font-size: 0.7em;
  font-weight: bold;
  z-index: 6;
  transition: all 0.3s ease;
}
.p-contents-maker__list__item-insert-page__btn-main:focus {
  outline: none;
}
.p-contents-maker__list__item-insert-page__btn-main:hover {
  color: #5E6361;
  font-weight: bold;
}
.p-contents-maker__list__item-insert-page::before, .p-contents-maker__list__item-insert-page::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 7px;
  background-color: white;
  width: 100%;
  left: 0;
}
.p-contents-maker__list__item-insert-page::before {
  top: -1px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-contents-maker__list__item-insert-page::after {
  bottom: -1px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-contents-maker__list__item {
  position: relative;
  transition: height 0.3s ease;
}
.p-contents-maker__list__item__preview {
  padding: 1em;
  position: relative;
  z-index: 50;
}
.p-contents-maker__list__item__preview__mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 55;
  cursor: pointer;
}
.p-contents-maker__list__item__preview__label {
  font-size: 12px;
  font-weight: bold;
  color: #5E6361;
  position: absolute;
  top: 0.5em;
  left: 1em;
}
.p-contents-maker__list__item__preview__actions {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.6em;
}
.p-contents-maker__list__item__preview__actions__item {
  display: inline-block;
}
.p-contents-maker__list__item__preview__actions__item button,
.p-contents-maker__list__item__preview__actions__item a {
  display: block;
  outline: none;
  cursor: pointer;
}
.p-contents-maker__list__item__preview__actions__item button .fa,
.p-contents-maker__list__item__preview__actions__item a .fa {
  color: #939695;
  font-size: 1.2em;
  transition: all 0.3s ease;
}
.p-contents-maker__list__item__preview__actions__item button svg,
.p-contents-maker__list__item__preview__actions__item a svg {
  fill: #939695;
  width: 1.8em;
  height: 1.8em;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.p-contents-maker__list__item__preview__actions__item button:hover .fa,
.p-contents-maker__list__item__preview__actions__item a:hover .fa {
  color: #282E2C;
}
.p-contents-maker__list__item__preview__actions__item button:hover svg,
.p-contents-maker__list__item__preview__actions__item a:hover svg {
  fill: #282E2C;
}
.p-contents-maker__list__item__preview__pos-ctrl {
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-contents-maker__list__item__preview__pos-ctrl__item {
  font-size: 1.2em;
  color: #5E6361;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.p-contents-maker__list__item__preview__pos-ctrl__item:hover {
  opacity: 1;
}
.p-contents-maker__list__item__preview__pos-ctrl__item:focus {
  outline: none;
}
.p-contents-maker__list__item__edit {
  padding: 1em;
  position: relative;
  z-index: 100;
  background-color: white;
  z-index: 800;
}
.p-contents-maker__list__item__edit__label {
  font-size: 12px;
  font-weight: bold;
  color: #5E6361;
  position: absolute;
  top: 1em;
  left: 1em;
}
.p-contents-maker__list__item__edit__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1em;
  text-align: center;
}
.p-contents-maker__list__item__wrapper {
  position: relative;
  margin: 1em auto;
  max-width: 400px;
  min-width: 440px;
  min-height: 50px;
  padding: 0 20px;
}
.p-contents-maker__list__item__preview {
  display: block;
  animation: edit-mode-close 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s both;
}
.p-contents-maker__list__item__edit {
  display: none;
}
.p-contents-maker__list__item.is-mode-edit .p-contents-maker__list__item__preview {
  display: none;
}
.p-contents-maker__list__item.is-mode-edit .p-contents-maker__list__item__edit {
  display: block;
  animation: edit-mode-open 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s both;
}
.p-contents-maker__with-actions {
  position: relative;
}
.p-contents-maker__with-actions__item {
  position: absolute;
  top: 50%;
  left: 105%;
  min-width: 6em;
}
.p-contents-maker__with-actions__item button,
.p-contents-maker__with-actions__item a {
  display: inline-block;
  outline: none;
  cursor: pointer;
}
.p-contents-maker__with-actions__item button .fa,
.p-contents-maker__with-actions__item a .fa {
  color: #939695;
  font-size: 1.2em;
  transition: all 0.3s ease;
}
.p-contents-maker__with-actions__item button svg,
.p-contents-maker__with-actions__item a svg {
  fill: #939695;
  width: 1.8em;
  height: 1.8em;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.p-contents-maker__with-actions__item button:hover .fa,
.p-contents-maker__with-actions__item a:hover .fa {
  color: #282E2C;
}
.p-contents-maker__with-actions__item button:hover svg,
.p-contents-maker__with-actions__item a:hover svg {
  fill: #282E2C;
}

@-webkit-keyframes edit-mode-open {
  0% {
    opacity: 0;
    box-shadow: 0px 0px 50px 0px transparent;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.6);
  }
}
@keyframes edit-mode-open {
  0% {
    opacity: 0;
    box-shadow: 0px 0px 50px 0px transparent;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.6);
  }
}
@-webkit-keyframes edit-mode-close {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes edit-mode-close {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-faq-manager {
  position: relative;
}
.p-faq-manager__list {
  margin: -1em -0.5em 0 -0.5em;
}
.p-faq-manager__list__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.p-faq-manager__list__item {
  margin: 1em 0.5em;
  flex-basis: auto;
  width: 47%;
  flex-basis: 47%;
  min-width: 0;
  background-color: white;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.p-faq-manager__list__item__head {
  padding: 0.25em 1em 0.25em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.p-faq-manager__list__item__head .p-info-list__item {
  margin-bottom: 0;
}
.p-faq-manager__list__item__head .p-info-list__item__title {
  font-weight: bold;
}
.p-faq-manager__list__item__head__add-new {
  padding: 5px 1em;
}
.p-faq-manager__list__item__body {
  padding: 0.25em 1em 0.75em 0;
  min-height: 4em;
}
.p-faq-manager__list__item__body .p-btn-add-new {
  margin-left: 1em;
}
.p-faq-manager__list__item__body .badge {
  font-size: 10px;
}
.p-faq-manager__list__item--add-new {
  background-color: transparent;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  color: #939695;
  transition: all 0.3s ease;
}
.p-faq-manager__list__item--add-new .p-faq-manager__list__item__head {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.p-faq-manager__list__item--add-new:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #5E6361;
  background-color: white;
}
.p-faq-manager__list__item--add-new:hover .p-faq-manager__list__item__head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.p-faq-manager--type-read .p-faq-manager__list__item {
  background-color: transparent;
  border: none;
}
.p-faq-manager--type-read .p-faq-manager__list__item__head {
  border: none;
}

.p-tutorial {
  position: relative;
  padding-top: 5em;
  min-width: 800px;
}
.p-tutorial__head {
  color: white;
  text-align: center;
  margin-bottom: 1em;
}
.p-tutorial__head__title {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}
.p-tutorial__head__text {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.p-tutorial__contents-list {
  text-align: center;
  margin: auto;
}
.p-tutorial__contents-list__item {
  display: inline-block;
  width: 185px;
  margin: 1em;
}
.p-tutorial__contents-list__item__icon {
  color: white;
  font-size: 5em;
}
.p-tutorial__contents-list__item__icon > svg {
  vertical-align: bottom;
  width: 1em;
  height: 1em;
  fill: white;
}
.p-tutorial__contents-list__item__label {
  color: white;
  font-weight: bold;
  margin: 1em auto;
}
.p-tutorial__contents-list__item__text {
  color: white;
  font-size: 0.9em;
  text-align: left;
  margin-bottom: 1em;
}

.p-tutorial-step {
  position: absolute;
  top: 0;
  right: 5px;
  color: white;
  z-index: 870;
  height: 60px;
  line-height: 60px;
}
.p-tutorial-step__list {
  display: flex;
  align-items: center;
  height: 100%;
}
.p-tutorial-step__list__item {
  line-height: 30px;
  width: 36px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}
.p-tutorial-step__list__item--num {
  font-weight: bold;
  border: 3px solid white;
  border-radius: 36px;
  border-radius: 50%;
  margin: 0 0.5em;
}
.p-tutorial-step__list__item--arrow {
  width: auto;
  font-size: 0.8em;
}
.p-tutorial-step__list__item.is-active, .p-tutorial-step__list__item.is-done {
  background-color: white;
  color: #43BFA0;
}

.p-loading-ov {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(67, 191, 160, 0.9);
}
.loading-ov-is-active .p-loading-ov {
  display: block;
}
.p-loading-ov__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-loading-ov__content {
  text-align: center;
  color: white;
  display: none;
}
.loading-ov-is-active .p-loading-ov__content {
  display: block;
}
.p-loading-ov__content__icon {
  margin: 1em auto;
}
.p-loading-ov__content__icon svg {
  vertical-align: bottom;
  animation: loading-ov-icon-spin 3s linear infinite;
  width: 4em;
  height: 4em;
}
.p-loading-ov__content__icon svg path {
  fill: white;
}
@keyframes loading-ov-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-loading-ov__content__label {
  font-size: 12px;
  font-weight: bold;
  animation: loading-ov-label-brink 1s ease infinite;
}
@keyframes loading-ov-label-brink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-price-table {
  background-color: white;
  margin: 40px auto 60px auto;
  padding: 0 0;
  width: 100%;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.p-price-table__col {
  text-align: center;
  font-size: 1rem;
  position: relative;
  width: auto;
  display: table-cell;
  vertical-align: top;
}
.p-price-table__col__head {
  border-bottom: 5px solid #43BFA0;
}
.p-price-table__col__head__item {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.5em 0.1em;
  height: 200px;
}
.p-price-table__col__head__item__name {
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.p-price-table__col__head__item__price {
  margin-bottom: 0.2em;
  font-size: 0.8em;
}
.p-price-table__col__head__item__price strong {
  font-size: 1.5em;
  color: #43BFA0;
}
.p-price-table__col__head__item__lead {
  margin: 1.2em 0.9em;
  font-size: 0.7em;
  margin-bottom: 0.2em;
  text-align: left;
  min-height: 5em;
}
.p-price-table__col__head__item__btn {
  text-align: center;
}
.p-price-table__col__head__item__btn__active-label {
  display: none;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 0.5em;
}
.p-price-table__col__body__item {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.5em 1em;
  box-sizing: border-box;
  height: 50px;
  font-size: 0.9em;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-price-table__col__body__item:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.015);
}
.p-price-table__col__body__item .fa-check {
  color: #43BFA0;
}
.p-price-table__col--side {
  text-align: left;
  display: table-cell;
  width: 14%;
}
.p-price-table__col--side .p-price-table__col__body__item {
  background-color: rgba(0, 0, 0, 0.01);
  font-size: 0.7em;
}
.p-price-table__col--side .p-price-table__col__body__item .fa {
  display: block;
}
.p-price-table__col--side .p-price-table__col__body__item span {
  display: block;
}
.p-price-table__col--side .p-price-table__col__body__item:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.02);
}
.p-price-table__col--plan {
  margin-bottom: 0;
  width: 21.5%;
}
.p-price-table__col.is-active {
  position: relative;
  z-index: 10;
  background: linear-gradient(to bottom, #43bfa0 10%, #5bcdc5 100%);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
}
.p-price-table__col.is-active * {
  color: white;
}
.p-price-table__col.is-active .p-price-table__col__head {
  border-bottom: transparent;
}
.p-price-table__col.is-active .p-price-table__col__head__item {
  border-color: transparent;
}
.p-price-table__col.is-active .p-price-table__col__head__item__btn .btn {
  display: none;
}
.p-price-table__col.is-active .p-price-table__col__head__item__btn__active-label {
  display: block;
}
.p-price-table__col.is-active .p-price-table__col__body__item {
  border-color: transparent;
}

.u-clearfix,
.u-clearFix,
.u-c,
.u-cf {
  zoom: 1;
}
.u-clearfix:before, .u-clearfix:after,
.u-clearFix:before,
.u-clearFix:after,
.u-c:before,
.u-c:after,
.u-cf:before,
.u-cf:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.u-clearfix:after,
.u-clearFix:after,
.u-c:after,
.u-cf:after {
  clear: both;
}

.u-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.u-offLeft, .u-offleft, .u-of, .u-off-left {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.u-floatleft, .u-floatLeft, .u-fl, .u-float-left {
  float: left;
  display: inline;
}

.u-floatright, .u-floatRight, .u-fr, .u-float-right {
  float: right;
  display: inline;
}

.u-floatnone, .u-floatNone, .u-fn, .u-float-none {
  float: none !important;
}

.u-clearleft, .u-clearLeft, .u-cl, .u-clear-left {
  clear: left;
}

.u-clearright, .u-clearRight, .u-cr, .u-clear-right {
  clear: right;
}

.u-clearboth, .u-clearBoth, .u-cb, .u-clear-both {
  clear: both;
}

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

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

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

.u-bold {
  font-weight: bold;
}

.u-displaynone, .u-displayNone, .u-dn, .u-display-none, .u-hidden {
  display: none;
}

.u-displayblock, .u-displayBlock, .u-db, .u-display-block {
  display: block;
}




.hider {
  display: none !important;
}
