/*------------------------------------------------------------------
[Bootstrap CSS]
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/static/fonts/glyphicons-halflings-regular.eot');
  src: url('/static/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/static/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/static/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/static/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/static/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Montserrat', montserrat;
  font-size: 13px;
  line-height: 1.42857143;
  color: #222222;
  background-color: #f0f0f0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00002e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #FFC870;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00002e;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000;
}
.text-success {
  color: #7ACCBE;
}
a.text-success:hover,
a.text-success:focus {
  color: #55beac;
}
.text-info {
  color: #8dcadf;
}
a.text-info:hover,
a.text-info:focus {
  color: #65b7d4;
}
.text-warning {
  color: #FFC870;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffb43d;
}
.text-danger {
  color: #EF6262;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ea3434;
}
.bg-primary {
  color: #fff;
  background-color: #00002e;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #000000;
}
.bg-success {
  background-color: #7ACCBE;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #55beac;
}
.bg-info {
  background-color: #8dcadf;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #65b7d4;
}
.bg-warning {
  background-color: #FFC870;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffb43d;
}
.bg-danger {
  background-color: #EF6262;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ea3434;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.rtl .list-inline {
  padding-right: 0;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #666666;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.rtl .col-xs-offset-12 {
  margin-right: 100%;
  margin-left: 0;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.rtl .col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.rtl .col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.rtl .col-xs-offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.rtl .col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.rtl .col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.rtl .col-xs-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.rtl .col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.rtl .col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.rtl .col-xs-offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.rtl .col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.rtl .col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.rtl .col-xs-offset-0 {
  margin-right: 0%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .rtl .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .rtl .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .rtl .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .rtl .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .rtl .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .rtl .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .rtl .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .rtl .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .rtl .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .rtl .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .rtl .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .rtl .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .rtl .col-sm-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .rtl .col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .rtl .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .rtl .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .rtl .col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .rtl .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .rtl .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .rtl .col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .rtl .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .rtl .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .rtl .col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .rtl .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .rtl .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .rtl .col-md-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .rtl .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .rtl .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .rtl .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .rtl .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .rtl .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .rtl .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .rtl .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .rtl .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .rtl .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .rtl .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .rtl .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .rtl .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .rtl .col-lg-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 12px 10px;
  padding-bottom: 12px 10px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f0f0f0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 7px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  color: #ffffff;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #7ACCBE;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #68c5b5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  color: #ffffff;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #8dcadf;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #79c1d9;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  color: #ffffff;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #FFC870;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ffbe57;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  color: #ffffff;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #EF6262;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ed4b4b;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  color: #ffffff;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #3c3c3c;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #3c3c3c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #00002e;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 46, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 51px;
  }
}
.form-group {
  margin-bottom: 20px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 31px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 51px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
  border-radius: 0;
}
select.input-lg {
  height: 51px;
  line-height: 51px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 51px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 51px;
  line-height: 51px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 51px;
  min-height: 33px;
  padding: 13px 16px;
  font-size: 15px;
  line-height: 1.6333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 51px;
  height: 51px;
  line-height: 51px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #7ACCBE;
}
.has-success .form-control {
  border-color: #7ACCBE;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #55beac;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c4e8e2;
}
.has-success .input-group-addon {
  color: #7ACCBE;
  border-color: #7ACCBE;
  background-color: #7ACCBE;
}
.has-success .form-control-feedback {
  color: #7ACCBE;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #7ACCBE;
}
.has-success .form-control {
  border-color: #7ACCBE;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #68c5b5;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #7ACCBE;
  border-color: #7ACCBE;
  background-color: #7ACCBE;
}
.has-success .form-control-feedback {
  color: #7ACCBE;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #FFC870;
}
.has-warning .form-control {
  border-color: #FFC870;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #ffb43d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffefd6;
}
.has-warning .input-group-addon {
  color: #FFC870;
  border-color: #FFC870;
  background-color: #FFC870;
}
.has-warning .form-control-feedback {
  color: #FFC870;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #FFC870;
}
.has-warning .form-control {
  border-color: #FFC870;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #ffbe57;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #FFC870;
  border-color: #FFC870;
  background-color: #FFC870;
}
.has-warning .form-control-feedback {
  color: #FFC870;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #EF6262;
}
.has-error .form-control {
  border-color: #EF6262;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #ea3434;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8bfbf;
}
.has-error .input-group-addon {
  color: #EF6262;
  border-color: #EF6262;
  background-color: #EF6262;
}
.has-error .form-control-feedback {
  color: #EF6262;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #EF6262;
}
.has-error .form-control {
  border-color: #EF6262;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #ed4b4b;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #EF6262;
  border-color: #EF6262;
  background-color: #EF6262;
}
.has-error .form-control-feedback {
  color: #EF6262;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 13px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #222222;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  border-color: #dedede;
  color: #222222;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:focus,
.btn-default.focus {
  color: #222222;
  background-color: #e6e6e6;
  border-color: #9e9e9e;
}
.btn-default:hover {
  color: #222222;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #222222;
  background-color: #d4d4d4;
  border-color: #9e9e9e;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #dedede;
}
.btn-default .badge {
  color: #fff;
  background-color: #222222;
}
.btn-default:focus,
.btn-default.focus {
  color: #222222;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:hover {
  color: #222222;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #222222;
}
.btn-primary {
  border-color: #000014;
  color: #fff;
  background-color: #00002e;
  border-color: #00002e;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00002e;
  border-color: #000014;
}
.btn-primary .badge {
  color: #00002e;
  background-color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00002e;
  border-color: #00002e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000048;
  border-color: #000048;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000014;
  border-color: #000014;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #000014;
  border-color: #000014;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00002e;
  border-color: #00002e;
}
.btn-primary .badge {
  color: #00002e;
  background-color: #fff;
}
.btn-success {
  border-color: #68c5b5;
  color: #fff;
  background-color: #7ACCBE;
  border-color: #7ACCBE;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #55beac;
  border-color: #307d70;
}
.btn-success:hover {
  color: #fff;
  background-color: #55beac;
  border-color: #42ad9b;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #55beac;
  border-color: #42ad9b;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #42ad9b;
  border-color: #307d70;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #7ACCBE;
  border-color: #68c5b5;
}
.btn-success .badge {
  color: #7ACCBE;
  background-color: #fff;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #7ACCBE;
  border-color: #7ACCBE;
}
.btn-success:hover {
  color: #fff;
  background-color: #8cd3c7;
  border-color: #8cd3c7;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #68c5b5;
  border-color: #68c5b5;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #68c5b5;
  border-color: #68c5b5;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #7ACCBE;
  border-color: #7ACCBE;
}
.btn-success .badge {
  color: #7ACCBE;
  background-color: #fff;
}
.btn-info {
  border-color: #79c1d9;
  color: #fff;
  background-color: #8dcadf;
  border-color: #8dcadf;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #65b7d4;
  border-color: #2e86a5;
}
.btn-info:hover {
  color: #fff;
  background-color: #65b7d4;
  border-color: #49abcc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #65b7d4;
  border-color: #49abcc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #49abcc;
  border-color: #2e86a5;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #8dcadf;
  border-color: #79c1d9;
}
.btn-info .badge {
  color: #8dcadf;
  background-color: #fff;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #8dcadf;
  border-color: #8dcadf;
}
.btn-info:hover {
  color: #fff;
  background-color: #a1d3e5;
  border-color: #a1d3e5;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #79c1d9;
  border-color: #79c1d9;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #79c1d9;
  border-color: #79c1d9;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #8dcadf;
  border-color: #8dcadf;
}
.btn-info .badge {
  color: #8dcadf;
  background-color: #fff;
}
.btn-warning {
  border-color: #ffbe57;
  color: #fff;
  background-color: #FFC870;
  border-color: #FFC870;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ffb43d;
  border-color: #d68400;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ffb43d;
  border-color: #ffa719;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ffb43d;
  border-color: #ffa719;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #ffa719;
  border-color: #d68400;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FFC870;
  border-color: #ffbe57;
}
.btn-warning .badge {
  color: #FFC870;
  background-color: #fff;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #FFC870;
  border-color: #FFC870;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ffd28a;
  border-color: #ffd28a;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ffbe57;
  border-color: #ffbe57;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #ffbe57;
  border-color: #ffbe57;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #FFC870;
  border-color: #FFC870;
}
.btn-warning .badge {
  color: #FFC870;
  background-color: #fff;
}
.btn-danger {
  border-color: #ed4b4b;
  color: #fff;
  background-color: #EF6262;
  border-color: #EF6262;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ea3434;
  border-color: #a71111;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ea3434;
  border-color: #e31717;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ea3434;
  border-color: #e31717;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #e31717;
  border-color: #a71111;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #EF6262;
  border-color: #ed4b4b;
}
.btn-danger .badge {
  color: #EF6262;
  background-color: #fff;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #EF6262;
  border-color: #EF6262;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f17979;
  border-color: #f17979;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ed4b4b;
  border-color: #ed4b4b;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ed4b4b;
  border-color: #ed4b4b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #EF6262;
  border-color: #EF6262;
}
.btn-danger .badge {
  color: #EF6262;
  background-color: #fff;
}
.btn-link {
  color: #00002e;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00002e;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.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-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.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-top-right-radius: 0;
  border-top-left-radius: 0;
  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;
  border-bottom-right-radius: 0;
  border-bottom-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;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 51px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
  border-radius: 0;
  height: 54px;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 300;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 51px;
  line-height: 51px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 9px;
  line-height: 1.5;
  border-radius: 0;
  height: 33px;
  font-size: 12px;
  padding: 4px 12px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #3c3c3c;
  text-align: center;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 9px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 12px 16px;
  font-size: 15px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00002e;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f0f0f0;
  border: 1px solid #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.rtl .nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f0f0f0;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00002e;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f0f0f0;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 15px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #00002e;
  border-color: #00000d;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #00001f;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #00000d;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #00001f;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #00001f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #222222;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00002e;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #000000;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #00002e;
  border-color: #00002e;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #00002e;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #000000;
}
.label-success {
  background-color: #7ACCBE;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #55beac;
}
.label-info {
  background-color: #8dcadf;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #65b7d4;
}
.label-warning {
  background-color: #FFC870;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ffb43d;
}
.label-danger {
  background-color: #EF6262;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ea3434;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00002e;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00002e;
}
.thumbnail .caption {
  padding: 9px;
  color: #222222;
}
.alert {
  padding: 18px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 38px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #7ACCBE;
  border-color: #7ACCBE;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #68c5b5;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #8dcadf;
  border-color: #8dcadf;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #79c1d9;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #FFC870;
  border-color: #FFC870;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #ffbe57;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #EF6262;
  border-color: #EF6262;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #ed4b4b;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #00002e;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #7ACCBE;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #8dcadf;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #FFC870;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #EF6262;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00002e;
  border-color: #00002e;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #0000fa;
}
.list-group-item-success {
  color: #7ACCBE;
  background-color: #7ACCBE;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #7ACCBE;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #7ACCBE;
  background-color: #68c5b5;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #7ACCBE;
  border-color: #7ACCBE;
}
.list-group-item-info {
  color: #8dcadf;
  background-color: #8dcadf;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #8dcadf;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #8dcadf;
  background-color: #79c1d9;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #8dcadf;
  border-color: #8dcadf;
}
.list-group-item-warning {
  color: #FFC870;
  background-color: #FFC870;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #FFC870;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #FFC870;
  background-color: #ffbe57;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #FFC870;
  border-color: #FFC870;
}
.list-group-item-danger {
  color: #EF6262;
  background-color: #EF6262;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #EF6262;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #EF6262;
  background-color: #ed4b4b;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #EF6262;
  border-color: #EF6262;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px 20px 20px;
}
.panel-heading {
  padding: 20px 20px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 20px 20px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px 20px 20px;
  padding-right: 15px 20px 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #00002e;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #00002e;
  border-color: #00002e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00002e;
}
.panel-primary > .panel-heading .badge {
  color: #00002e;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00002e;
}
.panel-success {
  border-color: #7ACCBE;
}
.panel-success > .panel-heading {
  color: #7ACCBE;
  background-color: #7ACCBE;
  border-color: #7ACCBE;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #7ACCBE;
}
.panel-success > .panel-heading .badge {
  color: #7ACCBE;
  background-color: #7ACCBE;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #7ACCBE;
}
.panel-info {
  border-color: #8dcadf;
}
.panel-info > .panel-heading {
  color: #8dcadf;
  background-color: #8dcadf;
  border-color: #8dcadf;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8dcadf;
}
.panel-info > .panel-heading .badge {
  color: #8dcadf;
  background-color: #8dcadf;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8dcadf;
}
.panel-warning {
  border-color: #FFC870;
}
.panel-warning > .panel-heading {
  color: #FFC870;
  background-color: #FFC870;
  border-color: #FFC870;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FFC870;
}
.panel-warning > .panel-heading .badge {
  color: #FFC870;
  background-color: #FFC870;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FFC870;
}
.panel-danger {
  border-color: #EF6262;
}
.panel-danger > .panel-heading {
  color: #EF6262;
  background-color: #EF6262;
  border-color: #EF6262;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EF6262;
}
.panel-danger > .panel-heading .badge {
  color: #EF6262;
  background-color: #EF6262;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #EF6262;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Montserrat', montserrat;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Montserrat', montserrat;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.modal-open {
  overflow: hidden;
}
.modal-perspective,
.modal-perspective body {
  height: 100%;
  overflow: hidden;
}
.modal-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modal-show {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
}
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
     transition: all 0.3s;
}
.modal-show ~ .modal-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.modal-content {
  position: relative;
  border-radius: 3px;
  margin: 30px auto;
  max-width: 630px;
  min-width: 320px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/* Effect 1: Fade in and scale up */
.modal-effect-1 .modal-content {
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
     transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
     transition: all 0.3s;
}
.modal-show.modal-effect-1 .modal-content {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
  opacity: 1;
}
/* Effect 2: Slide from the right */
.modal-effect-2 .modal-content {
  -webkit-transform: translateX(20%);
  -o-transform: translateX(20%);
     transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
     transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.modal-show.modal-effect-2 .modal-content {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
     transform: translateX(0);
  opacity: 1;
}
/* Effect 3: Slide from the bottom */
.modal-effect-3 .modal-content {
  -webkit-transform: translateY(20%);
  -o-transform: translateY(20%);
     transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
     transition: all 0.3s;
}
.modal-show.modal-effect-3 .modal-content {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
     transform: translateY(0);
  opacity: 1;
}
/* Effect 4: Newspaper */
.modal-effect-4 .modal-content {
  -webkit-transform: scale(0) rotate(720deg);
  -o-transform: scale(0) rotate(720deg);
     transform: scale(0) rotate(720deg);
  opacity: 0;
}
.modal-show.modal-effect-4 ~ .modal-overlay,
.modal-effect-4 .modal-content {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
     transition: all 0.5s;
}
.modal-show.modal-effect-4 .modal-content {
  -webkit-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
     transform: scale(1) rotate(0deg);
  opacity: 1;
}
/* Effect 5: fall */
.modal-effect-5.modal-container {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.modal-effect-5 .modal-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
.modal-show.modal-effect-5 .modal-content {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
/* Effect 6: side fall */
.modal-effect-6.modal-container {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.modal-effect-6 .modal-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}
.modal-show.modal-effect-6 .modal-content {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}
/* Effect 7:  slide and stick to top */
.modal-effect-7 {
  top: 0;
}
.modal-effect-7 .modal-content {
  margin-top: 0;
  -webkit-transform: translateY(-200%);
  -o-transform: translateY(-200%);
     transform: translateY(-200%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
     transition: all 0.3s;
  opacity: 0;
}
.modal-show.modal-effect-7 .modal-content {
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
     transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}
/* Effect 8: 3D flip horizontal */
.modal-effect-8.modal-container {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.modal-effect-8 .modal-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
     transition: all 0.3s;
  opacity: 0;
}
.modal-show.modal-effect-8 .modal-content {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
/* Effect 9: 3D flip vertical */
.modal-effect-9.modal-container {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.modal-effect-9 .modal-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
     transition: all 0.3s;
  opacity: 0;
}
.modal-show.modal-effect-9 .modal-content {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 10: 3D sign */
.modal-effect-10.modal-container {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.modal-effect-10 .modal-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
     transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
     transition: all 0.3s;
}
.modal-show.modal-effect-10 .modal-content {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 11: Super scaled */
.modal-effect-11 .modal-content {
  -webkit-transform: scale(2);
  -o-transform: scale(2);
     transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
     transition: all 0.3s;
}
.modal-show.modal-effect-11 .modal-content {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
  opacity: 1;
}
/* Effect 12:  Just me */
.modal-effect-12 .modal-content {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
     transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
     transition: all 0.3s;
}
.modal-show.modal-effect-12 ~ .modal-overlay {
  background: #000;
}
.modal-show.modal-effect-12 .modal-content {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
  opacity: 1;
}
/* Effect 13: 3D slit */
.modal-effect-13.modal-container {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.modal-effect-13 .modal-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}
.modal-show.modal-effect-13 .modal-content {
  -webkit-animation: slit 0.7s forwards ease-out;
  -o-animation: slit 0.7s forwards ease-out;
     animation: slit 0.7s forwards ease-out;
}
@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
            transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
            transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
.modal-effect-14.modal-container {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.modal-effect-14 .modal-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
     transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}
.modal-show.modal-effect-14 .modal-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
/* Effect 15:  3D Rotate in from left */
.modal-effect-15.modal-container {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.modal-effect-15 .modal-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
     transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
     transition: all 0.3s;
}
.modal-show.modal-effect-15 .modal-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
/* Effect 16:  Blur */
.modal-show.modal-effect-16 ~ .modal-overlay {
  background: rgba(180, 46, 32, 0.5);
}
.modal-show.modal-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
.modal-effect-16 .modal-content {
  -webkit-transform: translateY(-5%);
  -o-transform: translateY(-5%);
     transform: translateY(-5%);
  opacity: 0;
}
.modal-show.modal-effect-16 ~ .container,
.modal-effect-16 .modal-content {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
     transition: all 0.3s;
}
.modal-show.modal-effect-16 .modal-content {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
     transform: translateY(0);
  opacity: 1;
}
/* Effect 17:  Slide in from bottom with perspective on container */
.modal-show.modal-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
     transition: transform 0.3s;
}
.modal-show.modal-effect-17 ~ .container,
.modal-show.modal-effect-17 ~ .modal-overlay {
  -webkit-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
     transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.modal-effect-17 .modal-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -o-transform: translateY(200%);
     transform: translateY(200%);
}
.modal-show.modal-effect-17 .modal-content {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
     transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
     transition: all 0.3s 0.2s;
}
/* Effect 18:  Slide from right with perspective on container */
.modal-show.modal-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}
.modal-show.modal-effect-18 ~ .modal-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
     transition: all 0.5s;
}
.modal-show.modal-effect-18 ~ .container,
.modal-show.modal-effect-18 ~ .modal-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
       -o-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
       -o-animation: rotateRightSideFirst 0.5s forwards ease-in;
          animation: rotateRightSideFirst 0.5s forwards ease-in;
}
@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-o-keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
            transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
         -o-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px);
  }
}
.modal-effect-18 .modal-content {
  -webkit-transform: translateX(200%);
  -o-transform: translateX(200%);
     transform: translateX(200%);
  opacity: 0;
}
.modal-show.modal-effect-18 .modal-content {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
     transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
     transition: all 0.5s 0.1s;
}
/* the norm */
#gritter-notice-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 301px;
  z-index: 9999;
}
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}
#gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}
#gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
.gritter-item-wrapper {
  position: relative;
  margin: 0 0 10px 0;
  background: url('../images/ie-spacer.gif');
  /* ie7/8 fix */
}
.gritter-top {
  background: url(../images/gritter.png) no-repeat left -30px;
  height: 10px;
}
.hover .gritter-top {
  background-position: right -30px;
}
.gritter-bottom {
  background: url(../images/gritter.png) no-repeat left bottom;
  height: 8px;
  margin: 0;
}
.hover .gritter-bottom {
  background-position: bottom right;
}
.gritter-item {
  display: block;
  background: url(../images/gritter.png) no-repeat left -40px;
  color: #eee;
  padding: 2px 11px 8px 11px;
  font-size: 11px;
  font-family: verdana;
}
.hover .gritter-item {
  background-position: right -40px;
}
.gritter-item p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
.gritter-close {
  display: none;
  position: absolute;
  top: 5px;
  left: 3px;
  background: url(../images/gritter.png) no-repeat left top;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
}
.gritter-title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 7px 0;
  display: block;
  text-shadow: 1px 1px 0 #000;
  /* Not supported by IE :( */
}
.gritter-image {
  width: 48px;
  height: 48px;
  float: left;
}
.gritter-with-image,
.gritter-without-image {
  padding: 0;
}
.gritter-with-image {
  width: 220px;
  float: right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
  background-image: url(../images/gritter-light.png);
  color: #222;
}
.gritter-light .gritter-title {
  text-shadow: none;
}
@font-face {
  font-family: 'Stroke 7';
  src: url('/static/fonts/Stroke-7.eot?21lgsr');
  src: url('/static/fonts/Stroke-7.eot?#iefix21lgsr') format('embedded-opentype'), url('/static/fonts/Stroke-7.ttf?21lgsr') format('truetype'), url('/static/fonts/Stroke-7.woff?21lgsr') format('woff'), url('/static/fonts/Stroke-7.svg?21lgsr#Stroke-7') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="s7-"],
[class*=" s7-"] {
  font-family: 'Stroke 7';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.s7-point:before {
  content: "\e6ce";
}
.s7-input-check:before {
  content: "\e6cd";
}
.s7-menu3:before {
  content: "\e6cc";
}
.s7-menu2:before {
  content: "\e6cb";
}
.s7-check:before {
  content: "\e6ca";
}
.s7-album:before {
  content: "\e6aa";
}
.s7-arc:before {
  content: "\e6ab";
}
.s7-back-2:before {
  content: "\e6ac";
}
.s7-bandaid:before {
  content: "\e6ad";
}
.s7-car:before {
  content: "\e6ae";
}
.s7-diamond:before {
  content: "\e6af";
}
.s7-door-lock:before {
  content: "\e6b0";
}
.s7-eyedropper:before {
  content: "\e6b1";
}
.s7-female:before {
  content: "\e6b2";
}
.s7-gym:before {
  content: "\e6b3";
}
.s7-hammer:before {
  content: "\e6b4";
}
.s7-headphones:before {
  content: "\e6b5";
}
.s7-helm:before {
  content: "\e6b6";
}
.s7-hourglass:before {
  content: "\e6b7";
}
.s7-leaf:before {
  content: "\e6b8";
}
.s7-magic-wand:before {
  content: "\e6b9";
}
.s7-male:before {
  content: "\e6ba";
}
.s7-map-2:before {
  content: "\e6bb";
}
.s7-next-2:before {
  content: "\e6bc";
}
.s7-paint-bucket:before {
  content: "\e6bd";
}
.s7-pendrive:before {
  content: "\e6be";
}
.s7-photo:before {
  content: "\e6bf";
}
.s7-piggy:before {
  content: "\e6c0";
}
.s7-plugin:before {
  content: "\e6c1";
}
.s7-refresh-2:before {
  content: "\e6c2";
}
.s7-rocket:before {
  content: "\e6c3";
}
.s7-settings:before {
  content: "\e6c4";
}
.s7-shield:before {
  content: "\e6c5";
}
.s7-smile:before {
  content: "\e6c6";
}
.s7-usb:before {
  content: "\e6c7";
}
.s7-vector:before {
  content: "\e6c8";
}
.s7-wine:before {
  content: "\e6c9";
}
.s7-cloud-upload:before {
  content: "\e68a";
}
.s7-cash:before {
  content: "\e68c";
}
.s7-close:before {
  content: "\e680";
}
.s7-bluetooth:before {
  content: "\e68d";
}
.s7-cloud-download:before {
  content: "\e68b";
}
.s7-way:before {
  content: "\e68e";
}
.s7-close-circle:before {
  content: "\e681";
}
.s7-id:before {
  content: "\e68f";
}
.s7-angle-up:before {
  content: "\e682";
}
.s7-wristwatch:before {
  content: "\e690";
}
.s7-angle-up-circle:before {
  content: "\e683";
}
.s7-world:before {
  content: "\e691";
}
.s7-angle-right:before {
  content: "\e684";
}
.s7-volume:before {
  content: "\e692";
}
.s7-angle-right-circle:before {
  content: "\e685";
}
.s7-users:before {
  content: "\e693";
}
.s7-angle-left:before {
  content: "\e686";
}
.s7-user-female:before {
  content: "\e694";
}
.s7-angle-left-circle:before {
  content: "\e687";
}
.s7-up-arrow:before {
  content: "\e695";
}
.s7-angle-down:before {
  content: "\e688";
}
.s7-switch:before {
  content: "\e696";
}
.s7-angle-down-circle:before {
  content: "\e689";
}
.s7-scissors:before {
  content: "\e697";
}
.s7-wallet:before {
  content: "\e600";
}
.s7-safe:before {
  content: "\e698";
}
.s7-volume2:before {
  content: "\e601";
}
.s7-volume1:before {
  content: "\e602";
}
.s7-voicemail:before {
  content: "\e603";
}
.s7-video:before {
  content: "\e604";
}
.s7-user:before {
  content: "\e605";
}
.s7-upload:before {
  content: "\e606";
}
.s7-unlock:before {
  content: "\e607";
}
.s7-umbrella:before {
  content: "\e608";
}
.s7-trash:before {
  content: "\e609";
}
.s7-tools:before {
  content: "\e60a";
}
.s7-timer:before {
  content: "\e60b";
}
.s7-ticket:before {
  content: "\e60c";
}
.s7-target:before {
  content: "\e60d";
}
.s7-sun:before {
  content: "\e60e";
}
.s7-study:before {
  content: "\e60f";
}
.s7-stopwatch:before {
  content: "\e610";
}
.s7-star:before {
  content: "\e611";
}
.s7-speaker:before {
  content: "\e612";
}
.s7-signal:before {
  content: "\e613";
}
.s7-shuffle:before {
  content: "\e614";
}
.s7-shopbag:before {
  content: "\e615";
}
.s7-share:before {
  content: "\e616";
}
.s7-server:before {
  content: "\e617";
}
.s7-search:before {
  content: "\e618";
}
.s7-film:before {
  content: "\e6a5";
}
.s7-science:before {
  content: "\e619";
}
.s7-disk:before {
  content: "\e6a6";
}
.s7-ribbon:before {
  content: "\e61a";
}
.s7-repeat:before {
  content: "\e61b";
}
.s7-refresh:before {
  content: "\e61c";
}
.s7-add-user:before {
  content: "\e6a9";
}
.s7-refresh-cloud:before {
  content: "\e61d";
}
.s7-paperclip:before {
  content: "\e69c";
}
.s7-radio:before {
  content: "\e61e";
}
.s7-note2:before {
  content: "\e69d";
}
.s7-print:before {
  content: "\e61f";
}
.s7-network:before {
  content: "\e69e";
}
.s7-prev:before {
  content: "\e620";
}
.s7-mute:before {
  content: "\e69f";
}
.s7-power:before {
  content: "\e621";
}
.s7-medal:before {
  content: "\e6a0";
}
.s7-portfolio:before {
  content: "\e622";
}
.s7-like2:before {
  content: "\e6a1";
}
.s7-plus:before {
  content: "\e623";
}
.s7-left-arrow:before {
  content: "\e6a2";
}
.s7-play:before {
  content: "\e624";
}
.s7-key:before {
  content: "\e6a3";
}
.s7-plane:before {
  content: "\e625";
}
.s7-joy:before {
  content: "\e6a4";
}
.s7-photo-gallery:before {
  content: "\e626";
}
.s7-pin:before {
  content: "\e69b";
}
.s7-phone:before {
  content: "\e627";
}
.s7-plug:before {
  content: "\e69a";
}
.s7-pen:before {
  content: "\e628";
}
.s7-right-arrow:before {
  content: "\e699";
}
.s7-paper-plane:before {
  content: "\e629";
}
.s7-delete-user:before {
  content: "\e6a7";
}
.s7-paint:before {
  content: "\e62a";
}
.s7-bottom-arrow:before {
  content: "\e6a8";
}
.s7-notebook:before {
  content: "\e62b";
}
.s7-note:before {
  content: "\e62c";
}
.s7-next:before {
  content: "\e62d";
}
.s7-news-paper:before {
  content: "\e62e";
}
.s7-musiclist:before {
  content: "\e62f";
}
.s7-music:before {
  content: "\e630";
}
.s7-mouse:before {
  content: "\e631";
}
.s7-more:before {
  content: "\e632";
}
.s7-moon:before {
  content: "\e633";
}
.s7-monitor:before {
  content: "\e634";
}
.s7-micro:before {
  content: "\e635";
}
.s7-menu:before {
  content: "\e636";
}
.s7-map:before {
  content: "\e637";
}
.s7-map-marker:before {
  content: "\e638";
}
.s7-mail:before {
  content: "\e639";
}
.s7-mail-open:before {
  content: "\e63a";
}
.s7-mail-open-file:before {
  content: "\e63b";
}
.s7-magnet:before {
  content: "\e63c";
}
.s7-loop:before {
  content: "\e63d";
}
.s7-look:before {
  content: "\e63e";
}
.s7-lock:before {
  content: "\e63f";
}
.s7-lintern:before {
  content: "\e640";
}
.s7-link:before {
  content: "\e641";
}
.s7-like:before {
  content: "\e642";
}
.s7-light:before {
  content: "\e643";
}
.s7-less:before {
  content: "\e644";
}
.s7-keypad:before {
  content: "\e645";
}
.s7-junk:before {
  content: "\e646";
}
.s7-info:before {
  content: "\e647";
}
.s7-home:before {
  content: "\e648";
}
.s7-help2:before {
  content: "\e649";
}
.s7-help1:before {
  content: "\e64a";
}
.s7-graph3:before {
  content: "\e64b";
}
.s7-graph2:before {
  content: "\e64c";
}
.s7-graph1:before {
  content: "\e64d";
}
.s7-graph:before {
  content: "\e64e";
}
.s7-global:before {
  content: "\e64f";
}
.s7-gleam:before {
  content: "\e650";
}
.s7-glasses:before {
  content: "\e651";
}
.s7-gift:before {
  content: "\e652";
}
.s7-folder:before {
  content: "\e653";
}
.s7-flag:before {
  content: "\e654";
}
.s7-filter:before {
  content: "\e655";
}
.s7-file:before {
  content: "\e656";
}
.s7-expand1:before {
  content: "\e657";
}
.s7-expand2:before {
  content: "\e658";
}
.s7-edit:before {
  content: "\e659";
}
.s7-drop:before {
  content: "\e65a";
}
.s7-drawer:before {
  content: "\e65b";
}
.s7-download:before {
  content: "\e65c";
}
.s7-display2:before {
  content: "\e65d";
}
.s7-display1:before {
  content: "\e65e";
}
.s7-diskette:before {
  content: "\e65f";
}
.s7-date:before {
  content: "\e660";
}
.s7-cup:before {
  content: "\e661";
}
.s7-culture:before {
  content: "\e662";
}
.s7-crop:before {
  content: "\e663";
}
.s7-credit:before {
  content: "\e664";
}
.s7-copy-file:before {
  content: "\e665";
}
.s7-config:before {
  content: "\e666";
}
.s7-compass:before {
  content: "\e667";
}
.s7-comment:before {
  content: "\e668";
}
.s7-coffee:before {
  content: "\e669";
}
.s7-cloud:before {
  content: "\e66a";
}
.s7-clock:before {
  content: "\e66b";
}
.s7-check-circle:before {
  content: "\e66c";
}
.s7-chat:before {
  content: "\e66d";
}
.s7-cart:before {
  content: "\e66e";
}
.s7-camera:before {
  content: "\e66f";
}
.s7-call:before {
  content: "\e670";
}
.s7-calculator:before {
  content: "\e671";
}
.s7-browser:before {
  content: "\e672";
}
.s7-box2:before {
  content: "\e673";
}
.s7-box1:before {
  content: "\e674";
}
.s7-bookmarks:before {
  content: "\e675";
}
.s7-bicycle:before {
  content: "\e676";
}
.s7-bell:before {
  content: "\e677";
}
.s7-battery:before {
  content: "\e678";
}
.s7-ball:before {
  content: "\e679";
}
.s7-back:before {
  content: "\e67a";
}
.s7-attention:before {
  content: "\e67b";
}
.s7-anchor:before {
  content: "\e67c";
}
.s7-albums:before {
  content: "\e67d";
}
.s7-alarm:before {
  content: "\e67e";
}
.s7-airplay:before {
  content: "\e67f";
}
/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 0 0 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #222222;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #222222;
  font-family: inherit;
  font-size: inherit;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #eaeaea;
  padding: 8px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 7px 12px 4px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 0 0 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #222222;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #00002e;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #6f6f6f;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0 0;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(34, 34, 34, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #222222 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #222222 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}
/**
 * selectize.bootstrap3.css (v0.12.4) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 44px;
}
.selectize-input.dropdown-active {
  border-radius: 0;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #00002e;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 46, 0.6);
}
.has-error .selectize-input {
  border-color: #EF6262;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #ea3434;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8bfbf;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  border-radius: -1px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
/*!
 * Bootstrap Colorpicker v2.5.2
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC");
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC");
}
.colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  display: none;
}
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}
.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  border-radius: 4px;
  z-index: 2500;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:after {
  clear: both;
}
.colorpicker: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: 6px;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}
.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}
.colorpicker-selectors i + i {
  margin-left: 3px;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=");
}
.colorpicker-right:before {
  left: auto;
  right: 6px;
}
.colorpicker-right:after {
  left: auto;
  right: 7px;
}
.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}
.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}
.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}
.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
/*!
 * FullCalendar v3.10.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}
.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}
/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}
/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}
/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}
/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}
/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}
/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}
/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}
/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}
/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}
.fc.fc-bootstrap3 a {
  text-decoration: none;
}
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}
.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}
.fc.fc-bootstrap4 a {
  text-decoration: none;
}
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}
/* title text */
.fc-toolbar h2 {
  margin: 0;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}
.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}
/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: bold;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt {
  float: right;
}
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}
/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}
/*!
 * bootstrap-fileinput v4.4.6
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2017, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
.file-loading input[type=file],
input[type=file].file-loading {
  width: 0;
  height: 0;
}
.kv-hidden,
.file-caption-icon,
.file-zoom-dialog .modal-header:before,
.file-zoom-dialog .modal-header:after,
.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .no-browse .input-group-btn,
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .no-browse .input-group-btn,
.hide-content .kv-file-content {
  display: none;
}
.btn-file input[type=file],
.file-caption-icon,
.file-preview .fileinput-remove,
.krajee-default .file-thumb-progress,
.file-zoom-dialog .btn-navigate,
.file-zoom-dialog .floating-buttons {
  position: absolute;
}
.file-loading:before,
.btn-file,
.file-caption,
.file-preview,
.krajee-default.file-preview-frame,
.krajee-default .file-thumbnail-footer,
.file-zoom-dialog .modal-dialog {
  position: relative;
}
.file-error-message pre,
.file-error-message ul,
.krajee-default .file-actions,
.krajee-default .file-other-error {
  text-align: left;
}
.file-error-message pre,
.file-error-message ul {
  margin: 0;
}
.krajee-default .file-drag-handle,
.krajee-default .file-upload-indicator {
  float: left;
  margin: 5px 0 -5px;
  width: 16px;
  height: 16px;
}
.krajee-default .file-thumb-progress .progress,
.krajee-default .file-thumb-progress .progress-bar {
  height: 11px;
  font-size: 9px;
  line-height: 10px;
}
.krajee-default .file-caption-info,
.krajee-default .file-size-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  height: 15px;
  margin: auto;
}
.file-zoom-content > .file-object.type-video,
.file-zoom-content > .file-object.type-flash,
.file-zoom-content > .file-object.type-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.file-zoom-content > .file-object.type-video,
.file-zoom-content > .file-object.type-flash {
  height: 100%;
}
.file-zoom-content > .file-object.type-pdf,
.file-zoom-content > .file-object.type-html,
.file-zoom-content > .file-object.type-text,
.file-zoom-content > .file-object.type-default {
  width: 100%;
}
.rotate-2 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.rotate-3 {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rotate-4 {
  -webkit-transform: rotate(180deg) rotateY(180deg);
          transform: rotate(180deg) rotateY(180deg);
}
.rotate-5 {
  -webkit-transform: rotate(270deg) rotateY(180deg);
          transform: rotate(270deg) rotateY(180deg);
}
.rotate-6 {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.rotate-7 {
  -webkit-transform: rotate(90deg) rotateY(180deg);
          transform: rotate(90deg) rotateY(180deg);
}
.rotate-8 {
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}
.file-loading:before {
  content: " Loading...";
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  font-size: 13px;
  font-variant: small-caps;
  color: #999;
  background: transparent url(../img/loading.gif) top left no-repeat;
}
.file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}
.btn-file {
  overflow: hidden;
}
.btn-file input[type=file] {
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.btn-file ::-ms-browse {
  font-size: 10000px;
  width: 100%;
  height: 100%;
}
.file-caption .file-caption-name {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  background: none;
  outline: none;
}
.file-caption.icon-visible .file-caption-icon {
  display: inline-block;
}
.file-caption.icon-visible .file-caption-name {
  padding-left: 15px;
}
.file-caption-icon {
  line-height: 1;
  left: 8px;
}
.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}
.file-error-message pre {
  margin: 5px 0;
}
.file-caption-disabled {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}
.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 100%;
  margin-bottom: 5px;
}
.file-preview .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.file-preview .fileinput-remove {
  top: 1px;
  right: 1px;
  line-height: 10px;
}
.file-preview .clickable {
  cursor: pointer;
}
.file-preview-image {
  font: 40px Impact, Charcoal, sans-serif;
  color: #008000;
}
.krajee-default.file-preview-frame {
  margin: 8px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 0 #a2958a;
  padding: 6px;
  float: left;
  text-align: center;
}
.krajee-default.file-preview-frame .kv-file-content {
  width: 213px;
  height: 160px;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  box-shadow: 3px 3px 5px 0 #333;
}
.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none;
}
.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}
.krajee-default .file-other-icon {
  font-size: 6em;
}
.krajee-default .file-footer-buttons {
  float: right;
}
.krajee-default .file-footer-caption {
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin-bottom: 15px;
}
.krajee-default .file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}
.krajee-default .file-thumb-progress {
  height: 11px;
  top: 37px;
  left: 0;
  right: 0;
}
.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}
.krajee-default .file-preview-other:hover {
  opacity: 0.8;
}
.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}
.kv-upload-progress .progress {
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  overflow: hidden;
}
.kv-upload-progress .progress-bar {
  height: 20px;
  line-height: 20px;
}
/*noinspection CssOverwrittenProperties*/
.file-zoom-dialog .file-other-icon {
  font-size: 22em;
  font-size: 50vmin;
}
.file-zoom-dialog .modal-dialog {
  width: auto;
}
.file-zoom-dialog .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.file-zoom-dialog .btn-navigate {
  padding: 0;
  margin: 0;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4;
}
.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: none;
  box-shadow: none;
  opacity: 0.6;
}
.file-zoom-dialog .floating-buttons {
  top: 5px;
  right: 10px;
}
.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}
.file-zoom-dialog .btn-prev {
  left: 1px;
}
.file-zoom-dialog .btn-next {
  right: 1px;
}
.file-zoom-dialog .kv-zoom-title {
  font-weight: 300;
  color: #999;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.file-input-ajax-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.file-caption-main {
  width: 100%;
}
.file-thumb-loading {
  background: transparent url(../img/loading.gif) no-repeat scroll center center content-box !important;
}
.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}
.file-drop-zone.clickable:hover {
  border: 2px dashed #999;
}
.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}
.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}
.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}
.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #eee;
}
.file-uploading {
  background: url(../img/loading-sm.gif) no-repeat center bottom 10px;
  opacity: 0.65;
}
@media (min-width: 576px) {
  .file-zoom-dialog .modal-dialog {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .file-zoom-dialog .modal-lg {
    max-width: 800px;
  }
}
.file-zoom-fullscreen.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.file-zoom-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}
.btn-kv {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 90%;
  border-radius: 0.2rem;
}
.floating-buttons {
  z-index: 3000;
}
.floating-buttons .btn-kv {
  margin-left: 3px;
  z-index: 3000;
}
.file-zoom-content {
  height: 480px;
  text-align: center;
}
.file-zoom-content .file-preview-image {
  max-height: 100%;
}
.file-zoom-content .file-preview-video {
  max-height: 100%;
}
.file-zoom-content .is-portrait-gt4 {
  margin-top: 60px;
}
.file-zoom-content > .file-object.type-image {
  height: auto;
  min-height: inherit;
}
.file-zoom-content > .file-object.type-audio {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .file-preview-thumbnails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .file-zoom-dialog .modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 350px) {
  .krajee-default.file-preview-frame .kv-file-content {
    width: 160px;
  }
}
.file-loading[dir=rtl]:before {
  background: transparent url(../img/loading.gif) top right no-repeat;
  padding-left: 0;
  padding-right: 20px;
}
.file-sortable .file-drag-handle {
  cursor: move;
  opacity: 1;
}
.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}
.clickable .file-drop-zone-title {
  cursor: pointer;
}
.kv-zoom-actions .btn-kv {
  margin-left: 3px;
}
.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}
/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}
/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.CodeMirror-guttermarker {
  color: black;
}
.CodeMirror-guttermarker-subtle {
  color: #999;
}
/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -o-animation: blink 1.06s steps(1) infinite;
     animation: blink 1.06s steps(1) infinite;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -o-animation: blink 1.06s steps(1) infinite;
     animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-o-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -20px;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}
/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: bold;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3,
.cm-s-default .cm-type {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta {
  color: #555;
}
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-s-default .cm-error {
  color: #f00;
}
.cm-invalidchar {
  color: #f00;
}
.CodeMirror-composing {
  border-bottom: 2px solid;
}
/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}
.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}
.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}
.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  -moz-font-variant-ligatures: contextual;
       font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
  /* Force widget margins to stay inside of the container */
}
.CodeMirror-rtl pre {
  direction: rtl;
}
.CodeMirror-code {
  outline: none;
}
/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre {
  position: static;
}
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}
.CodeMirror-crosshair {
  cursor: crosshair;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}
/* Used to force a border model for a node */
.cm-force-border {
  padding-right: 0.1px;
}
@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: '';
}
/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none;
}
/*

    Name:       material
    Author:     Michael Kaminsky (http://github.com/mkaminsky11)

    Original material color scheme by Mattia Astorino (https://github.com/equinusocio/material-theme)

*/
.cm-s-material.CodeMirror {
  background-color: #263238;
  color: #e9eded;
}
.cm-s-material .CodeMirror-gutters {
  background: #263238;
  color: #537f7e;
  border: none;
}
.cm-s-material .CodeMirror-guttermarker,
.cm-s-material .CodeMirror-guttermarker-subtle,
.cm-s-material .CodeMirror-linenumber {
  color: #537f7e;
}
.cm-s-material .CodeMirror-cursor {
  border-left: 1px solid #f8f8f0;
}
.cm-s-material div.CodeMirror-selected {
  background: rgba(255, 255, 255, 0.15);
}
.cm-s-material.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-material .CodeMirror-line::-moz-selection,
.cm-s-material .CodeMirror-line > span::-moz-selection,
.cm-s-material .CodeMirror-line > span > span::-moz-selection {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-material .CodeMirror-line::selection,
.cm-s-material .CodeMirror-line > span::selection,
.cm-s-material .CodeMirror-line > span > span::selection {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-material .CodeMirror-line::-moz-selection,
.cm-s-material .CodeMirror-line > span::-moz-selection,
.cm-s-material .CodeMirror-line > span > span::-moz-selection {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-material .CodeMirror-activeline-background {
  background: rgba(0, 0, 0, 0);
}
.cm-s-material .cm-keyword {
  color: #c792ea;
}
.cm-s-material .cm-operator {
  color: #e9eded;
}
.cm-s-material .cm-variable-2 {
  color: #80CBC4;
}
.cm-s-material .cm-variable-3,
.cm-s-material .cm-type {
  color: #82B1FF;
}
.cm-s-material .cm-builtin {
  color: #DECB6B;
}
.cm-s-material .cm-atom {
  color: #F77669;
}
.cm-s-material .cm-number {
  color: #F77669;
}
.cm-s-material .cm-def {
  color: #e9eded;
}
.cm-s-material .cm-string {
  color: #C3E88D;
}
.cm-s-material .cm-string-2 {
  color: #80CBC4;
}
.cm-s-material .cm-comment {
  color: #546E7A;
}
.cm-s-material .cm-variable {
  color: #82B1FF;
}
.cm-s-material .cm-tag {
  color: #80CBC4;
}
.cm-s-material .cm-meta {
  color: #80CBC4;
}
.cm-s-material .cm-attribute {
  color: #FFCB6B;
}
.cm-s-material .cm-property {
  color: #80CBAE;
}
.cm-s-material .cm-qualifier {
  color: #DECB6B;
}
.cm-s-material .cm-variable-3,
.cm-s-material .cm-type {
  color: #DECB6B;
}
.cm-s-material .cm-tag {
  color: #ff5370;
}
.cm-s-material .cm-error {
  color: #ffffff;
  background-color: #EC5F67;
}
.cm-s-material .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}
/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.c3 path,
.c3 line {
  fill: none;
  stroke: #000;
}
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc rect {
  stroke: white;
  stroke-width: 1;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}
/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em;
}
/*-- Line --*/
.c3-line {
  stroke-width: 1px;
}
/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white;
}
.c3-selected-circle {
  fill: white;
  stroke-width: 2px;
}
/*-- Bar --*/
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75;
}
/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}
/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: 0.1;
}
/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: 0.1;
}
/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px;
}
.c3-legend-item-hidden {
  opacity: 0.15;
}
.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1;
}
/*-- Title --*/
.c3-title {
  font: 14px sans-serif;
}
/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9;
}
.c3-tooltip tr {
  border: 1px solid #CCC;
}
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}
/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}
/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #FFF;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/
}
.c3-chart-arc.c3-target g path {
  opacity: 1;
}
.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, 'Font Awesome 6 Pro');
  font-weight: var(--fa-style, 900);
}
.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa-sharp-solid,
.fa-classic,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas::before,
.fass::before,
.far::before,
.fasr::before,
.fal::before,
.fasl::before,
.fat::before,
.fast::before,
.fad::before,
.fadr::before,
.fadl::before,
.fadt::before,
.fasds::before,
.fasdr::before,
.fasdl::before,
.fasdt::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-thin::before,
.fa-brands::before,
.fa-classic::before,
.fa-duotone::before,
.fa-sharp::before,
.fa-sharp-duotone::before,
.fa::before {
  content: var(--fa);
}
.fad::after,
.fa-duotone.fa-solid::after,
.fa-duotone::after,
.fadr::after,
.fa-duotone.fa-regular::after,
.fadl::after,
.fa-duotone.fa-light::after,
.fadt::after,
.fa-duotone.fa-thin::after,
.fasds::after,
.fa-sharp-duotone.fa-solid::after,
.fa-sharp-duotone::after,
.fasdr::after,
.fa-sharp-duotone.fa-regular::after,
.fasdl::after,
.fa-sharp-duotone.fa-light::after,
.fasdt::after,
.fa-sharp-duotone.fa-thin::after {
  content: var(--fa--fa);
}
.fa-classic.fa-duotone {
  font-family: 'Font Awesome 6 Duotone';
}
.fass,
.fa-sharp {
  font-weight: 900;
}
.fad,
.fa-duotone {
  font-weight: 900;
}
.fasds,
.fa-sharp-duotone {
  font-weight: 900;
}
.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: 'Font Awesome 6 Pro';
}
.fa-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: 'Font Awesome 6 Duotone';
}
.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands';
}
.fa-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: 'Font Awesome 6 Sharp';
}
.fa-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: 'Font Awesome 6 Sharp Duotone';
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07142857em;
  vertical-align: 0.05357143em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04166667em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -webkit-calc(var(--fa-li-width, 2em) * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
       -o-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
       -o-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
       -o-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
       -o-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
       -o-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
       -o-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
       -o-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
       -o-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
       -o-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
       -o-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
       -o-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
       -o-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
}
.fa-fade {
  -webkit-animation-name: fa-fade;
       -o-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
       -o-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
       -o-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
       -o-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
       -o-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
       -o-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
       -o-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
       -o-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
       -o-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
       -o-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
       -o-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
       -o-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  -webkit-animation-name: fa-flip;
       -o-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
       -o-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
       -o-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
       -o-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
       -o-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
       -o-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
       -o-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
       -o-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
       -o-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
       -o-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
       -o-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
       -o-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
       -o-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
       -o-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
       -o-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
       -o-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
       -o-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
       -o-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
       -o-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
       -o-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
       -o-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
       -o-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
       -o-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8));;
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
         -o-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
         -o-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
         -o-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-o-keyframes fa-beat {
  0%,
  90% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  45% {
    -o-transform: scale(var(--fa-beat-scale, 1.25));
       transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
         -o-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@-o-keyframes fa-bounce {
  0% {
    -o-transform: scale(1, 1) translateY(0);
       transform: scale(1, 1) translateY(0);
  }
  10% {
    -o-transform: scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
       transform: scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -o-transform: scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
       transform: scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -o-transform: scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
       transform: scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -o-transform: scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em));
       transform: scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -o-transform: scale(1, 1) translateY(0);
       transform: scale(1, 1) translateY(0);
  }
  100% {
    -o-transform: scale(1, 1) translateY(0);
       transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
         -o-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
         -o-transform: scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
         -o-transform: scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
         -o-transform: scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em));
         -o-transform: scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
         -o-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
         -o-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-o-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-o-keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    opacity: 1;
    -o-transform: scale(var(--fa-beat-fade-scale, 1.125));
       transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
         -o-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-o-keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-o-keyframes fa-shake {
  0% {
    -o-transform: rotate(-15deg);
       transform: rotate(-15deg);
  }
  4% {
    -o-transform: rotate(15deg);
       transform: rotate(15deg);
  }
  8%,
  24% {
    -o-transform: rotate(-18deg);
       transform: rotate(-18deg);
  }
  12%,
  28% {
    -o-transform: rotate(18deg);
       transform: rotate(18deg);
  }
  16% {
    -o-transform: rotate(-22deg);
       transform: rotate(-22deg);
  }
  20% {
    -o-transform: rotate(22deg);
       transform: rotate(22deg);
  }
  32% {
    -o-transform: rotate(-12deg);
       transform: rotate(-12deg);
  }
  36% {
    -o-transform: rotate(12deg);
       transform: rotate(12deg);
  }
  40%,
  100% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
         -o-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
         -o-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
         -o-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
         -o-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
         -o-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
         -o-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
         -o-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
         -o-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%,
  100% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes fa-spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
       -o-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, 0));
       -o-transform: rotate(var(--fa-rotate-angle, 0));
          transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30";
  --fa--fa: "\30\30";
}
.fa-00 {
  --fa: "\e467";
  --fa--fa: "\e467\e467";
}
.fa-1 {
  --fa: "\31";
  --fa--fa: "\31\31";
}
.fa-2 {
  --fa: "\32";
  --fa--fa: "\32\32";
}
.fa-3 {
  --fa: "\33";
  --fa--fa: "\33\33";
}
.fa-360-degrees {
  --fa: "\e2dc";
  --fa--fa: "\e2dc\e2dc";
}
.fa-4 {
  --fa: "\34";
  --fa--fa: "\34\34";
}
.fa-5 {
  --fa: "\35";
  --fa--fa: "\35\35";
}
.fa-6 {
  --fa: "\36";
  --fa--fa: "\36\36";
}
.fa-7 {
  --fa: "\37";
  --fa--fa: "\37\37";
}
.fa-8 {
  --fa: "\38";
  --fa--fa: "\38\38";
}
.fa-9 {
  --fa: "\39";
  --fa--fa: "\39\39";
}
.fa-a {
  --fa: "\41";
  --fa--fa: "\41\41";
}
.fa-abacus {
  --fa: "\f640";
  --fa--fa: "\f640\f640";
}
.fa-accent-grave {
  --fa: "\60";
  --fa--fa: "\60\60";
}
.fa-acorn {
  --fa: "\f6ae";
  --fa--fa: "\f6ae\f6ae";
}
.fa-address-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9";
}
.fa-contact-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9";
}
.fa-address-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}
.fa-contact-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}
.fa-vcard {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}
.fa-air-conditioner {
  --fa: "\f8f4";
  --fa--fa: "\f8f4\f8f4";
}
.fa-airplay {
  --fa: "\e089";
  --fa--fa: "\e089\e089";
}
.fa-alarm-clock {
  --fa: "\f34e";
  --fa--fa: "\f34e\f34e";
}
.fa-alarm-exclamation {
  --fa: "\f843";
  --fa--fa: "\f843\f843";
}
.fa-alarm-plus {
  --fa: "\f844";
  --fa--fa: "\f844\f844";
}
.fa-alarm-snooze {
  --fa: "\f845";
  --fa--fa: "\f845\f845";
}
.fa-album {
  --fa: "\f89f";
  --fa--fa: "\f89f\f89f";
}
.fa-album-circle-plus {
  --fa: "\e48c";
  --fa--fa: "\e48c\e48c";
}
.fa-album-circle-user {
  --fa: "\e48d";
  --fa--fa: "\e48d\e48d";
}
.fa-album-collection {
  --fa: "\f8a0";
  --fa--fa: "\f8a0\f8a0";
}
.fa-album-collection-circle-plus {
  --fa: "\e48e";
  --fa--fa: "\e48e\e48e";
}
.fa-album-collection-circle-user {
  --fa: "\e48f";
  --fa--fa: "\e48f\e48f";
}
.fa-alicorn {
  --fa: "\f6b0";
  --fa--fa: "\f6b0\f6b0";
}
.fa-alien {
  --fa: "\f8f5";
  --fa--fa: "\f8f5\f8f5";
}
.fa-alien-8bit {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6";
}
.fa-alien-monster {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6";
}
.fa-align-center {
  --fa: "\f037";
  --fa--fa: "\f037\f037";
}
.fa-align-justify {
  --fa: "\f039";
  --fa--fa: "\f039\f039";
}
.fa-align-left {
  --fa: "\f036";
  --fa--fa: "\f036\f036";
}
.fa-align-right {
  --fa: "\f038";
  --fa--fa: "\f038\f038";
}
.fa-align-slash {
  --fa: "\f846";
  --fa--fa: "\f846\f846";
}
.fa-alt {
  --fa: "\e08a";
  --fa--fa: "\e08a\e08a";
}
.fa-amp-guitar {
  --fa: "\f8a1";
  --fa--fa: "\f8a1\f8a1";
}
.fa-ampersand {
  --fa: "\26";
  --fa--fa: "\26\26";
}
.fa-anchor {
  --fa: "\f13d";
  --fa--fa: "\f13d\f13d";
}
.fa-anchor-circle-check {
  --fa: "\e4aa";
  --fa--fa: "\e4aa\e4aa";
}
.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
  --fa--fa: "\e4ab\e4ab";
}
.fa-anchor-circle-xmark {
  --fa: "\e4ac";
  --fa--fa: "\e4ac\e4ac";
}
.fa-anchor-lock {
  --fa: "\e4ad";
  --fa--fa: "\e4ad\e4ad";
}
.fa-angel {
  --fa: "\f779";
  --fa--fa: "\f779\f779";
}
.fa-angle {
  --fa: "\e08c";
  --fa--fa: "\e08c\e08c";
}
.fa-angle-90 {
  --fa: "\e08d";
  --fa--fa: "\e08d\e08d";
}
.fa-angle-down {
  --fa: "\f107";
  --fa--fa: "\f107\f107";
}
.fa-angle-left {
  --fa: "\f104";
  --fa--fa: "\f104\f104";
}
.fa-angle-right {
  --fa: "\f105";
  --fa--fa: "\f105\f105";
}
.fa-angle-up {
  --fa: "\f106";
  --fa--fa: "\f106\f106";
}
.fa-angles-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103";
}
.fa-angle-double-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103";
}
.fa-angles-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100";
}
.fa-angle-double-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100";
}
.fa-angles-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101";
}
.fa-angle-double-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101";
}
.fa-angles-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102";
}
.fa-angle-double-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102";
}
.fa-angles-up-down {
  --fa: "\e60d";
  --fa--fa: "\e60d\e60d";
}
.fa-ankh {
  --fa: "\f644";
  --fa--fa: "\f644\f644";
}
.fa-ant {
  --fa: "\e680";
  --fa--fa: "\e680\e680";
}
.fa-apartment {
  --fa: "\e468";
  --fa--fa: "\e468\e468";
}
.fa-aperture {
  --fa: "\e2df";
  --fa--fa: "\e2df\e2df";
}
.fa-apostrophe {
  --fa: "\27";
  --fa--fa: "\27\27";
}
.fa-apple-core {
  --fa: "\e08f";
  --fa--fa: "\e08f\e08f";
}
.fa-apple-whole {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1";
}
.fa-apple-alt {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1";
}
.fa-archway {
  --fa: "\f557";
  --fa--fa: "\f557\f557";
}
.fa-arrow-down {
  --fa: "\f063";
  --fa--fa: "\f063\f063";
}
.fa-arrow-down-1-9 {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}
.fa-sort-numeric-asc {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}
.fa-sort-numeric-down {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}
.fa-arrow-down-9-1 {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}
.fa-sort-numeric-desc {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}
.fa-sort-numeric-down-alt {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}
.fa-arrow-down-a-z {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}
.fa-sort-alpha-asc {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}
.fa-sort-alpha-down {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}
.fa-arrow-down-arrow-up {
  --fa: "\f883";
  --fa--fa: "\f883\f883";
}
.fa-sort-alt {
  --fa: "\f883";
  --fa--fa: "\f883\f883";
}
.fa-arrow-down-big-small {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c";
}
.fa-sort-size-down {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c";
}
.fa-arrow-down-from-arc {
  --fa: "\e614";
  --fa--fa: "\e614\e614";
}
.fa-arrow-down-from-bracket {
  --fa: "\e667";
  --fa--fa: "\e667\e667";
}
.fa-arrow-down-from-dotted-line {
  --fa: "\e090";
  --fa--fa: "\e090\e090";
}
.fa-arrow-down-from-line {
  --fa: "\f345";
  --fa--fa: "\f345\f345";
}
.fa-arrow-from-top {
  --fa: "\f345";
  --fa--fa: "\f345\f345";
}
.fa-arrow-down-left {
  --fa: "\e091";
  --fa--fa: "\e091\e091";
}
.fa-arrow-down-left-and-arrow-up-right-to-center {
  --fa: "\e092";
  --fa--fa: "\e092\e092";
}
.fa-arrow-down-long {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}
.fa-long-arrow-down {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}
.fa-arrow-down-right {
  --fa: "\e093";
  --fa--fa: "\e093\e093";
}
.fa-arrow-down-short-wide {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}
.fa-sort-amount-desc {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}
.fa-sort-amount-down-alt {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}
.fa-arrow-down-small-big {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d";
}
.fa-sort-size-down-alt {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d";
}
.fa-arrow-down-square-triangle {
  --fa: "\f889";
  --fa--fa: "\f889\f889";
}
.fa-sort-shapes-down-alt {
  --fa: "\f889";
  --fa--fa: "\f889\f889";
}
.fa-arrow-down-to-arc {
  --fa: "\e4ae";
  --fa--fa: "\e4ae\e4ae";
}
.fa-arrow-down-to-bracket {
  --fa: "\e094";
  --fa--fa: "\e094\e094";
}
.fa-arrow-down-to-dotted-line {
  --fa: "\e095";
  --fa--fa: "\e095\e095";
}
.fa-arrow-down-to-line {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d";
}
.fa-arrow-to-bottom {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d";
}
.fa-arrow-down-to-square {
  --fa: "\e096";
  --fa--fa: "\e096\e096";
}
.fa-arrow-down-triangle-square {
  --fa: "\f888";
  --fa--fa: "\f888\f888";
}
.fa-sort-shapes-down {
  --fa: "\f888";
  --fa--fa: "\f888\f888";
}
.fa-arrow-down-up-across-line {
  --fa: "\e4af";
  --fa--fa: "\e4af\e4af";
}
.fa-arrow-down-up-lock {
  --fa: "\e4b0";
  --fa--fa: "\e4b0\e4b0";
}
.fa-arrow-down-wide-short {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}
.fa-sort-amount-asc {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}
.fa-sort-amount-down {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}
.fa-arrow-down-z-a {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}
.fa-sort-alpha-desc {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}
.fa-sort-alpha-down-alt {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}
.fa-arrow-left {
  --fa: "\f060";
  --fa--fa: "\f060\f060";
}
.fa-arrow-left-from-arc {
  --fa: "\e615";
  --fa--fa: "\e615\e615";
}
.fa-arrow-left-from-bracket {
  --fa: "\e668";
  --fa--fa: "\e668\e668";
}
.fa-arrow-left-from-line {
  --fa: "\f344";
  --fa--fa: "\f344\f344";
}
.fa-arrow-from-right {
  --fa: "\f344";
  --fa--fa: "\f344\f344";
}
.fa-arrow-left-long {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}
.fa-long-arrow-left {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}
.fa-arrow-left-long-to-line {
  --fa: "\e3d4";
  --fa--fa: "\e3d4\e3d4";
}
.fa-arrow-left-to-arc {
  --fa: "\e616";
  --fa--fa: "\e616\e616";
}
.fa-arrow-left-to-bracket {
  --fa: "\e669";
  --fa--fa: "\e669\e669";
}
.fa-arrow-left-to-line {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e";
}
.fa-arrow-to-left {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e";
}
.fa-arrow-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}
.fa-mouse-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}
.fa-arrow-progress {
  --fa: "\e5df";
  --fa--fa: "\e5df\e5df";
}
.fa-arrow-right {
  --fa: "\f061";
  --fa--fa: "\f061\f061";
}
.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}
.fa-exchange {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}
.fa-arrow-right-from-arc {
  --fa: "\e4b1";
  --fa--fa: "\e4b1\e4b1";
}
.fa-arrow-right-from-bracket {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}
.fa-sign-out {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}
.fa-arrow-right-from-line {
  --fa: "\f343";
  --fa--fa: "\f343\f343";
}
.fa-arrow-from-left {
  --fa: "\f343";
  --fa--fa: "\f343\f343";
}
.fa-arrow-right-long {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}
.fa-long-arrow-right {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}
.fa-arrow-right-long-to-line {
  --fa: "\e3d5";
  --fa--fa: "\e3d5\e3d5";
}
.fa-arrow-right-to-arc {
  --fa: "\e4b2";
  --fa--fa: "\e4b2\e4b2";
}
.fa-arrow-right-to-bracket {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}
.fa-sign-in {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}
.fa-arrow-right-to-city {
  --fa: "\e4b3";
  --fa--fa: "\e4b3\e4b3";
}
.fa-arrow-right-to-line {
  --fa: "\f340";
  --fa--fa: "\f340\f340";
}
.fa-arrow-to-right {
  --fa: "\f340";
  --fa--fa: "\f340\f340";
}
.fa-arrow-rotate-left {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa-arrow-left-rotate {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa-arrow-rotate-back {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa-arrow-rotate-backward {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa-undo {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa-arrow-rotate-right {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}
.fa-arrow-right-rotate {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}
.fa-arrow-rotate-forward {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}
.fa-redo {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}
.fa-arrow-trend-down {
  --fa: "\e097";
  --fa--fa: "\e097\e097";
}
.fa-arrow-trend-up {
  --fa: "\e098";
  --fa--fa: "\e098\e098";
}
.fa-arrow-turn-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}
.fa-level-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}
.fa-arrow-turn-down-left {
  --fa: "\e2e1";
  --fa--fa: "\e2e1\e2e1";
}
.fa-arrow-turn-down-right {
  --fa: "\e3d6";
  --fa--fa: "\e3d6\e3d6";
}
.fa-arrow-turn-left {
  --fa: "\e632";
  --fa--fa: "\e632\e632";
}
.fa-arrow-turn-left-down {
  --fa: "\e633";
  --fa--fa: "\e633\e633";
}
.fa-arrow-turn-left-up {
  --fa: "\e634";
  --fa--fa: "\e634\e634";
}
.fa-arrow-turn-right {
  --fa: "\e635";
  --fa--fa: "\e635\e635";
}
.fa-arrow-turn-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}
.fa-level-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}
.fa-arrow-up {
  --fa: "\f062";
  --fa--fa: "\f062\f062";
}
.fa-arrow-up-1-9 {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}
.fa-sort-numeric-up {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}
.fa-arrow-up-9-1 {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}
.fa-sort-numeric-up-alt {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}
.fa-arrow-up-a-z {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}
.fa-sort-alpha-up {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}
.fa-arrow-up-arrow-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099";
}
.fa-sort-up-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099";
}
.fa-arrow-up-big-small {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e";
}
.fa-sort-size-up {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e";
}
.fa-arrow-up-from-arc {
  --fa: "\e4b4";
  --fa--fa: "\e4b4\e4b4";
}
.fa-arrow-up-from-bracket {
  --fa: "\e09a";
  --fa--fa: "\e09a\e09a";
}
.fa-arrow-up-from-dotted-line {
  --fa: "\e09b";
  --fa--fa: "\e09b\e09b";
}
.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
  --fa--fa: "\e4b5\e4b5";
}
.fa-arrow-up-from-line {
  --fa: "\f342";
  --fa--fa: "\f342\f342";
}
.fa-arrow-from-bottom {
  --fa: "\f342";
  --fa--fa: "\f342\f342";
}
.fa-arrow-up-from-square {
  --fa: "\e09c";
  --fa--fa: "\e09c\e09c";
}
.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
  --fa--fa: "\e4b6\e4b6";
}
.fa-arrow-up-left {
  --fa: "\e09d";
  --fa--fa: "\e09d\e09d";
}
.fa-arrow-up-left-from-circle {
  --fa: "\e09e";
  --fa--fa: "\e09e\e09e";
}
.fa-arrow-up-long {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}
.fa-long-arrow-up {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}
.fa-arrow-up-right {
  --fa: "\e09f";
  --fa--fa: "\e09f\e09f";
}
.fa-arrow-up-right-and-arrow-down-left-from-center {
  --fa: "\e0a0";
  --fa--fa: "\e0a0\e0a0";
}
.fa-arrow-up-right-dots {
  --fa: "\e4b7";
  --fa--fa: "\e4b7\e4b7";
}
.fa-arrow-up-right-from-square {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}
.fa-external-link {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}
.fa-arrow-up-short-wide {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}
.fa-sort-amount-up-alt {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}
.fa-arrow-up-small-big {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f";
}
.fa-sort-size-up-alt {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f";
}
.fa-arrow-up-square-triangle {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b";
}
.fa-sort-shapes-up-alt {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b";
}
.fa-arrow-up-to-arc {
  --fa: "\e617";
  --fa--fa: "\e617\e617";
}
.fa-arrow-up-to-bracket {
  --fa: "\e66a";
  --fa--fa: "\e66a\e66a";
}
.fa-arrow-up-to-dotted-line {
  --fa: "\e0a1";
  --fa--fa: "\e0a1\e0a1";
}
.fa-arrow-up-to-line {
  --fa: "\f341";
  --fa--fa: "\f341\f341";
}
.fa-arrow-to-top {
  --fa: "\f341";
  --fa--fa: "\f341\f341";
}
.fa-arrow-up-triangle-square {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a";
}
.fa-sort-shapes-up {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a";
}
.fa-arrow-up-wide-short {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}
.fa-sort-amount-up {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}
.fa-arrow-up-z-a {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}
.fa-sort-alpha-up-alt {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}
.fa-arrows-cross {
  --fa: "\e0a2";
  --fa--fa: "\e0a2\e0a2";
}
.fa-arrows-down-to-line {
  --fa: "\e4b8";
  --fa--fa: "\e4b8\e4b8";
}
.fa-arrows-down-to-people {
  --fa: "\e4b9";
  --fa--fa: "\e4b9\e4b9";
}
.fa-arrows-from-dotted-line {
  --fa: "\e0a3";
  --fa--fa: "\e0a3\e0a3";
}
.fa-arrows-from-line {
  --fa: "\e0a4";
  --fa--fa: "\e0a4\e0a4";
}
.fa-arrows-left-right {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}
.fa-arrows-h {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}
.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
  --fa--fa: "\e4ba\e4ba";
}
.fa-arrows-maximize {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d";
}
.fa-expand-arrows {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d";
}
.fa-arrows-minimize {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5";
}
.fa-compress-arrows {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5";
}
.fa-arrows-repeat {
  --fa: "\f364";
  --fa--fa: "\f364\f364";
}
.fa-repeat-alt {
  --fa: "\f364";
  --fa--fa: "\f364\f364";
}
.fa-arrows-repeat-1 {
  --fa: "\f366";
  --fa--fa: "\f366\f366";
}
.fa-repeat-1-alt {
  --fa: "\f366";
  --fa--fa: "\f366\f366";
}
.fa-arrows-retweet {
  --fa: "\f361";
  --fa--fa: "\f361\f361";
}
.fa-retweet-alt {
  --fa: "\f361";
  --fa--fa: "\f361\f361";
}
.fa-arrows-rotate {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}
.fa-refresh {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}
.fa-sync {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}
.fa-arrows-rotate-reverse {
  --fa: "\e630";
  --fa--fa: "\e630\e630";
}
.fa-arrows-spin {
  --fa: "\e4bb";
  --fa--fa: "\e4bb\e4bb";
}
.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
  --fa--fa: "\e4bc\e4bc";
}
.fa-arrows-to-circle {
  --fa: "\e4bd";
  --fa--fa: "\e4bd\e4bd";
}
.fa-arrows-to-dot {
  --fa: "\e4be";
  --fa--fa: "\e4be\e4be";
}
.fa-arrows-to-dotted-line {
  --fa: "\e0a6";
  --fa--fa: "\e0a6\e0a6";
}
.fa-arrows-to-eye {
  --fa: "\e4bf";
  --fa--fa: "\e4bf\e4bf";
}
.fa-arrows-to-line {
  --fa: "\e0a7";
  --fa--fa: "\e0a7\e0a7";
}
.fa-arrows-turn-right {
  --fa: "\e4c0";
  --fa--fa: "\e4c0\e4c0";
}
.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
  --fa--fa: "\e4c1\e4c1";
}
.fa-arrows-up-down {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}
.fa-arrows-v {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}
.fa-arrows-up-down-left-right {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}
.fa-arrows {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}
.fa-arrows-up-to-line {
  --fa: "\e4c2";
  --fa--fa: "\e4c2\e4c2";
}
.fa-asterisk {
  --fa: "\2a";
  --fa--fa: "\2a\2a";
}
.fa-at {
  --fa: "\40";
  --fa--fa: "\40\40";
}
.fa-atom {
  --fa: "\f5d2";
  --fa--fa: "\f5d2\f5d2";
}
.fa-atom-simple {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3";
}
.fa-atom-alt {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3";
}
.fa-audio-description {
  --fa: "\f29e";
  --fa--fa: "\f29e\f29e";
}
.fa-audio-description-slash {
  --fa: "\e0a8";
  --fa--fa: "\e0a8\e0a8";
}
.fa-austral-sign {
  --fa: "\e0a9";
  --fa--fa: "\e0a9\e0a9";
}
.fa-avocado {
  --fa: "\e0aa";
  --fa--fa: "\e0aa\e0aa";
}
.fa-award {
  --fa: "\f559";
  --fa--fa: "\f559\f559";
}
.fa-award-simple {
  --fa: "\e0ab";
  --fa--fa: "\e0ab\e0ab";
}
.fa-axe {
  --fa: "\f6b2";
  --fa--fa: "\f6b2\f6b2";
}
.fa-axe-battle {
  --fa: "\f6b3";
  --fa--fa: "\f6b3\f6b3";
}
.fa-b {
  --fa: "\42";
  --fa--fa: "\42\42";
}
.fa-baby {
  --fa: "\f77c";
  --fa--fa: "\f77c\f77c";
}
.fa-baby-carriage {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d";
}
.fa-carriage-baby {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d";
}
.fa-backpack {
  --fa: "\f5d4";
  --fa--fa: "\f5d4\f5d4";
}
.fa-backward {
  --fa: "\f04a";
  --fa--fa: "\f04a\f04a";
}
.fa-backward-fast {
  --fa: "\f049";
  --fa--fa: "\f049\f049";
}
.fa-fast-backward {
  --fa: "\f049";
  --fa--fa: "\f049\f049";
}
.fa-backward-step {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}
.fa-step-backward {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}
.fa-bacon {
  --fa: "\f7e5";
  --fa--fa: "\f7e5\f7e5";
}
.fa-bacteria {
  --fa: "\e059";
  --fa--fa: "\e059\e059";
}
.fa-bacterium {
  --fa: "\e05a";
  --fa--fa: "\e05a\e05a";
}
.fa-badge {
  --fa: "\f335";
  --fa--fa: "\f335\f335";
}
.fa-badge-check {
  --fa: "\f336";
  --fa--fa: "\f336\f336";
}
.fa-badge-dollar {
  --fa: "\f645";
  --fa--fa: "\f645\f645";
}
.fa-badge-percent {
  --fa: "\f646";
  --fa--fa: "\f646\f646";
}
.fa-badge-sheriff {
  --fa: "\f8a2";
  --fa--fa: "\f8a2\f8a2";
}
.fa-badger-honey {
  --fa: "\f6b4";
  --fa--fa: "\f6b4\f6b4";
}
.fa-badminton {
  --fa: "\e33a";
  --fa--fa: "\e33a\e33a";
}
.fa-bag-seedling {
  --fa: "\e5f2";
  --fa--fa: "\e5f2\e5f2";
}
.fa-bag-shopping {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}
.fa-shopping-bag {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}
.fa-bag-shopping-minus {
  --fa: "\e650";
  --fa--fa: "\e650\e650";
}
.fa-bag-shopping-plus {
  --fa: "\e651";
  --fa--fa: "\e651\e651";
}
.fa-bagel {
  --fa: "\e3d7";
  --fa--fa: "\e3d7\e3d7";
}
.fa-bags-shopping {
  --fa: "\f847";
  --fa--fa: "\f847\f847";
}
.fa-baguette {
  --fa: "\e3d8";
  --fa--fa: "\e3d8\e3d8";
}
.fa-bahai {
  --fa: "\f666";
  --fa--fa: "\f666\f666";
}
.fa-haykal {
  --fa: "\f666";
  --fa--fa: "\f666\f666";
}
.fa-baht-sign {
  --fa: "\e0ac";
  --fa--fa: "\e0ac\e0ac";
}
.fa-ball-pile {
  --fa: "\f77e";
  --fa--fa: "\f77e\f77e";
}
.fa-balloon {
  --fa: "\e2e3";
  --fa--fa: "\e2e3\e2e3";
}
.fa-balloons {
  --fa: "\e2e4";
  --fa--fa: "\e2e4\e2e4";
}
.fa-ballot {
  --fa: "\f732";
  --fa--fa: "\f732\f732";
}
.fa-ballot-check {
  --fa: "\f733";
  --fa--fa: "\f733\f733";
}
.fa-ban {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e";
}
.fa-cancel {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e";
}
.fa-ban-bug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9";
}
.fa-debug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9";
}
.fa-ban-parking {
  --fa: "\f616";
  --fa--fa: "\f616\f616";
}
.fa-parking-circle-slash {
  --fa: "\f616";
  --fa--fa: "\f616\f616";
}
.fa-ban-smoking {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}
.fa-smoking-ban {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}
.fa-banana {
  --fa: "\e2e5";
  --fa--fa: "\e2e5\e2e5";
}
.fa-bandage {
  --fa: "\f462";
  --fa--fa: "\f462\f462";
}
.fa-band-aid {
  --fa: "\f462";
  --fa--fa: "\f462\f462";
}
.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
  --fa--fa: "\e2e6\e2e6";
}
.fa-banjo {
  --fa: "\f8a3";
  --fa--fa: "\f8a3\f8a3";
}
.fa-barcode {
  --fa: "\f02a";
  --fa--fa: "\f02a\f02a";
}
.fa-barcode-read {
  --fa: "\f464";
  --fa--fa: "\f464\f464";
}
.fa-barcode-scan {
  --fa: "\f465";
  --fa--fa: "\f465\f465";
}
.fa-bars {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}
.fa-navicon {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}
.fa-bars-filter {
  --fa: "\e0ad";
  --fa--fa: "\e0ad\e0ad";
}
.fa-bars-progress {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}
.fa-tasks-alt {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}
.fa-bars-sort {
  --fa: "\e0ae";
  --fa--fa: "\e0ae\e0ae";
}
.fa-bars-staggered {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}
.fa-reorder {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}
.fa-stream {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}
.fa-baseball {
  --fa: "\f433";
  --fa--fa: "\f433\f433";
}
.fa-baseball-ball {
  --fa: "\f433";
  --fa--fa: "\f433\f433";
}
.fa-baseball-bat-ball {
  --fa: "\f432";
  --fa--fa: "\f432\f432";
}
.fa-basket-shopping {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}
.fa-shopping-basket {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}
.fa-basket-shopping-minus {
  --fa: "\e652";
  --fa--fa: "\e652\e652";
}
.fa-basket-shopping-plus {
  --fa: "\e653";
  --fa--fa: "\e653\e653";
}
.fa-basket-shopping-simple {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af";
}
.fa-shopping-basket-alt {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af";
}
.fa-basketball {
  --fa: "\f434";
  --fa--fa: "\f434\f434";
}
.fa-basketball-ball {
  --fa: "\f434";
  --fa--fa: "\f434\f434";
}
.fa-basketball-hoop {
  --fa: "\f435";
  --fa--fa: "\f435\f435";
}
.fa-bat {
  --fa: "\f6b5";
  --fa--fa: "\f6b5\f6b5";
}
.fa-bath {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd";
}
.fa-bathtub {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd";
}
.fa-battery-bolt {
  --fa: "\f376";
  --fa--fa: "\f376\f376";
}
.fa-battery-empty {
  --fa: "\f244";
  --fa--fa: "\f244\f244";
}
.fa-battery-0 {
  --fa: "\f244";
  --fa--fa: "\f244\f244";
}
.fa-battery-exclamation {
  --fa: "\e0b0";
  --fa--fa: "\e0b0\e0b0";
}
.fa-battery-full {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}
.fa-battery {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}
.fa-battery-5 {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}
.fa-battery-half {
  --fa: "\f242";
  --fa--fa: "\f242\f242";
}
.fa-battery-3 {
  --fa: "\f242";
  --fa--fa: "\f242\f242";
}
.fa-battery-low {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1";
}
.fa-battery-1 {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1";
}
.fa-battery-quarter {
  --fa: "\f243";
  --fa--fa: "\f243\f243";
}
.fa-battery-2 {
  --fa: "\f243";
  --fa--fa: "\f243\f243";
}
.fa-battery-slash {
  --fa: "\f377";
  --fa--fa: "\f377\f377";
}
.fa-battery-three-quarters {
  --fa: "\f241";
  --fa--fa: "\f241\f241";
}
.fa-battery-4 {
  --fa: "\f241";
  --fa--fa: "\f241\f241";
}
.fa-bed {
  --fa: "\f236";
  --fa--fa: "\f236\f236";
}
.fa-bed-bunk {
  --fa: "\f8f8";
  --fa--fa: "\f8f8\f8f8";
}
.fa-bed-empty {
  --fa: "\f8f9";
  --fa--fa: "\f8f9\f8f9";
}
.fa-bed-front {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7";
}
.fa-bed-alt {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7";
}
.fa-bed-pulse {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}
.fa-procedures {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}
.fa-bee {
  --fa: "\e0b2";
  --fa--fa: "\e0b2\e0b2";
}
.fa-beer-mug {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3";
}
.fa-beer-foam {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3";
}
.fa-beer-mug-empty {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc";
}
.fa-beer {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc";
}
.fa-bell {
  --fa: "\f0f3";
  --fa--fa: "\f0f3\f0f3";
}
.fa-bell-concierge {
  --fa: "\f562";
  --fa--fa: "\f562\f562";
}
.fa-concierge-bell {
  --fa: "\f562";
  --fa--fa: "\f562\f562";
}
.fa-bell-exclamation {
  --fa: "\f848";
  --fa--fa: "\f848\f848";
}
.fa-bell-on {
  --fa: "\f8fa";
  --fa--fa: "\f8fa\f8fa";
}
.fa-bell-plus {
  --fa: "\f849";
  --fa--fa: "\f849\f849";
}
.fa-bell-ring {
  --fa: "\e62c";
  --fa--fa: "\e62c\e62c";
}
.fa-bell-school {
  --fa: "\f5d5";
  --fa--fa: "\f5d5\f5d5";
}
.fa-bell-school-slash {
  --fa: "\f5d6";
  --fa--fa: "\f5d6\f5d6";
}
.fa-bell-slash {
  --fa: "\f1f6";
  --fa--fa: "\f1f6\f1f6";
}
.fa-bells {
  --fa: "\f77f";
  --fa--fa: "\f77f\f77f";
}
.fa-bench-tree {
  --fa: "\e2e7";
  --fa--fa: "\e2e7\e2e7";
}
.fa-bezier-curve {
  --fa: "\f55b";
  --fa--fa: "\f55b\f55b";
}
.fa-bicycle {
  --fa: "\f206";
  --fa--fa: "\f206\f206";
}
.fa-billboard {
  --fa: "\e5cd";
  --fa--fa: "\e5cd\e5cd";
}
.fa-bin-bottles {
  --fa: "\e5f5";
  --fa--fa: "\e5f5\e5f5";
}
.fa-bin-bottles-recycle {
  --fa: "\e5f6";
  --fa--fa: "\e5f6\e5f6";
}
.fa-bin-recycle {
  --fa: "\e5f7";
  --fa--fa: "\e5f7\e5f7";
}
.fa-binary {
  --fa: "\e33b";
  --fa--fa: "\e33b\e33b";
}
.fa-binary-circle-check {
  --fa: "\e33c";
  --fa--fa: "\e33c\e33c";
}
.fa-binary-lock {
  --fa: "\e33d";
  --fa--fa: "\e33d\e33d";
}
.fa-binary-slash {
  --fa: "\e33e";
  --fa--fa: "\e33e\e33e";
}
.fa-binoculars {
  --fa: "\f1e5";
  --fa--fa: "\f1e5\f1e5";
}
.fa-biohazard {
  --fa: "\f780";
  --fa--fa: "\f780\f780";
}
.fa-bird {
  --fa: "\e469";
  --fa--fa: "\e469\e469";
}
.fa-bitcoin-sign {
  --fa: "\e0b4";
  --fa--fa: "\e0b4\e0b4";
}
.fa-blanket {
  --fa: "\f498";
  --fa--fa: "\f498\f498";
}
.fa-blanket-fire {
  --fa: "\e3da";
  --fa--fa: "\e3da\e3da";
}
.fa-blender {
  --fa: "\f517";
  --fa--fa: "\f517\f517";
}
.fa-blender-phone {
  --fa: "\f6b6";
  --fa--fa: "\f6b6\f6b6";
}
.fa-blinds {
  --fa: "\f8fb";
  --fa--fa: "\f8fb\f8fb";
}
.fa-blinds-open {
  --fa: "\f8fc";
  --fa--fa: "\f8fc\f8fc";
}
.fa-blinds-raised {
  --fa: "\f8fd";
  --fa--fa: "\f8fd\f8fd";
}
.fa-block {
  --fa: "\e46a";
  --fa--fa: "\e46a\e46a";
}
.fa-block-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db";
}
.fa-wall-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db";
}
.fa-block-brick-fire {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc";
}
.fa-firewall {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc";
}
.fa-block-question {
  --fa: "\e3dd";
  --fa--fa: "\e3dd\e3dd";
}
.fa-block-quote {
  --fa: "\e0b5";
  --fa--fa: "\e0b5\e0b5";
}
.fa-blog {
  --fa: "\f781";
  --fa--fa: "\f781\f781";
}
.fa-blueberries {
  --fa: "\e2e8";
  --fa--fa: "\e2e8\e2e8";
}
.fa-bold {
  --fa: "\f032";
  --fa--fa: "\f032\f032";
}
.fa-bolt {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7";
}
.fa-zap {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7";
}
.fa-bolt-auto {
  --fa: "\e0b6";
  --fa--fa: "\e0b6\e0b6";
}
.fa-bolt-lightning {
  --fa: "\e0b7";
  --fa--fa: "\e0b7\e0b7";
}
.fa-bolt-slash {
  --fa: "\e0b8";
  --fa--fa: "\e0b8\e0b8";
}
.fa-bomb {
  --fa: "\f1e2";
  --fa--fa: "\f1e2\f1e2";
}
.fa-bone {
  --fa: "\f5d7";
  --fa--fa: "\f5d7\f5d7";
}
.fa-bone-break {
  --fa: "\f5d8";
  --fa--fa: "\f5d8\f5d8";
}
.fa-bong {
  --fa: "\f55c";
  --fa--fa: "\f55c\f55c";
}
.fa-book {
  --fa: "\f02d";
  --fa--fa: "\f02d\f02d";
}
.fa-book-arrow-right {
  --fa: "\e0b9";
  --fa--fa: "\e0b9\e0b9";
}
.fa-book-arrow-up {
  --fa: "\e0ba";
  --fa--fa: "\e0ba\e0ba";
}
.fa-book-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558";
}
.fa-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558";
}
.fa-book-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647";
}
.fa-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647";
}
.fa-book-blank {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9";
}
.fa-book-alt {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9";
}
.fa-book-bookmark {
  --fa: "\e0bb";
  --fa--fa: "\e0bb\e0bb";
}
.fa-book-circle-arrow-right {
  --fa: "\e0bc";
  --fa--fa: "\e0bc\e0bc";
}
.fa-book-circle-arrow-up {
  --fa: "\e0bd";
  --fa--fa: "\e0bd\e0bd";
}
.fa-book-copy {
  --fa: "\e0be";
  --fa--fa: "\e0be\e0be";
}
.fa-book-font {
  --fa: "\e0bf";
  --fa--fa: "\e0bf\e0bf";
}
.fa-book-heart {
  --fa: "\f499";
  --fa--fa: "\f499\f499";
}
.fa-book-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}
.fa-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}
.fa-book-medical {
  --fa: "\f7e6";
  --fa--fa: "\f7e6\f7e6";
}
.fa-book-open {
  --fa: "\f518";
  --fa--fa: "\f518\f518";
}
.fa-book-open-cover {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0";
}
.fa-book-open-alt {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0";
}
.fa-book-open-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da";
}
.fa-book-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da";
}
.fa-book-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}
.fa-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}
.fa-book-section {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1";
}
.fa-book-law {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1";
}
.fa-book-skull {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7";
}
.fa-book-dead {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7";
}
.fa-book-sparkles {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8";
}
.fa-book-spells {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8";
}
.fa-book-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}
.fa-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}
.fa-book-user {
  --fa: "\f7e7";
  --fa--fa: "\f7e7\f7e7";
}
.fa-bookmark {
  --fa: "\f02e";
  --fa--fa: "\f02e\f02e";
}
.fa-bookmark-slash {
  --fa: "\e0c2";
  --fa--fa: "\e0c2\e0c2";
}
.fa-books {
  --fa: "\f5db";
  --fa--fa: "\f5db\f5db";
}
.fa-books-medical {
  --fa: "\f7e8";
  --fa--fa: "\f7e8\f7e8";
}
.fa-boombox {
  --fa: "\f8a5";
  --fa--fa: "\f8a5\f8a5";
}
.fa-boot {
  --fa: "\f782";
  --fa--fa: "\f782\f782";
}
.fa-boot-heeled {
  --fa: "\e33f";
  --fa--fa: "\e33f\e33f";
}
.fa-booth-curtain {
  --fa: "\f734";
  --fa--fa: "\f734\f734";
}
.fa-border-all {
  --fa: "\f84c";
  --fa--fa: "\f84c\f84c";
}
.fa-border-bottom {
  --fa: "\f84d";
  --fa--fa: "\f84d\f84d";
}
.fa-border-bottom-right {
  --fa: "\f854";
  --fa--fa: "\f854\f854";
}
.fa-border-style-alt {
  --fa: "\f854";
  --fa--fa: "\f854\f854";
}
.fa-border-center-h {
  --fa: "\f89c";
  --fa--fa: "\f89c\f89c";
}
.fa-border-center-v {
  --fa: "\f89d";
  --fa--fa: "\f89d\f89d";
}
.fa-border-inner {
  --fa: "\f84e";
  --fa--fa: "\f84e\f84e";
}
.fa-border-left {
  --fa: "\f84f";
  --fa--fa: "\f84f\f84f";
}
.fa-border-none {
  --fa: "\f850";
  --fa--fa: "\f850\f850";
}
.fa-border-outer {
  --fa: "\f851";
  --fa--fa: "\f851\f851";
}
.fa-border-right {
  --fa: "\f852";
  --fa--fa: "\f852\f852";
}
.fa-border-top {
  --fa: "\f855";
  --fa--fa: "\f855\f855";
}
.fa-border-top-left {
  --fa: "\f853";
  --fa--fa: "\f853\f853";
}
.fa-border-style {
  --fa: "\f853";
  --fa--fa: "\f853\f853";
}
.fa-bore-hole {
  --fa: "\e4c3";
  --fa--fa: "\e4c3\e4c3";
}
.fa-bottle-baby {
  --fa: "\e673";
  --fa--fa: "\e673\e673";
}
.fa-bottle-droplet {
  --fa: "\e4c4";
  --fa--fa: "\e4c4\e4c4";
}
.fa-bottle-water {
  --fa: "\e4c5";
  --fa--fa: "\e4c5\e4c5";
}
.fa-bow-arrow {
  --fa: "\f6b9";
  --fa--fa: "\f6b9\f6b9";
}
.fa-bowl-chopsticks {
  --fa: "\e2e9";
  --fa--fa: "\e2e9\e2e9";
}
.fa-bowl-chopsticks-noodles {
  --fa: "\e2ea";
  --fa--fa: "\e2ea\e2ea";
}
.fa-bowl-food {
  --fa: "\e4c6";
  --fa--fa: "\e4c6\e4c6";
}
.fa-bowl-hot {
  --fa: "\f823";
  --fa--fa: "\f823\f823";
}
.fa-soup {
  --fa: "\f823";
  --fa--fa: "\f823\f823";
}
.fa-bowl-rice {
  --fa: "\e2eb";
  --fa--fa: "\e2eb\e2eb";
}
.fa-bowl-scoop {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de";
}
.fa-bowl-shaved-ice {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de";
}
.fa-bowl-scoops {
  --fa: "\e3df";
  --fa--fa: "\e3df\e3df";
}
.fa-bowl-soft-serve {
  --fa: "\e46b";
  --fa--fa: "\e46b\e46b";
}
.fa-bowl-spoon {
  --fa: "\e3e0";
  --fa--fa: "\e3e0\e3e0";
}
.fa-bowling-ball {
  --fa: "\f436";
  --fa--fa: "\f436\f436";
}
.fa-bowling-ball-pin {
  --fa: "\e0c3";
  --fa--fa: "\e0c3\e0c3";
}
.fa-bowling-pins {
  --fa: "\f437";
  --fa--fa: "\f437\f437";
}
.fa-box {
  --fa: "\f466";
  --fa--fa: "\f466\f466";
}
.fa-box-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187";
}
.fa-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187";
}
.fa-box-ballot {
  --fa: "\f735";
  --fa--fa: "\f735\f735";
}
.fa-box-check {
  --fa: "\f467";
  --fa--fa: "\f467\f467";
}
.fa-box-circle-check {
  --fa: "\e0c4";
  --fa--fa: "\e0c4\e0c4";
}
.fa-box-dollar {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0";
}
.fa-box-usd {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0";
}
.fa-box-heart {
  --fa: "\f49d";
  --fa--fa: "\f49d\f49d";
}
.fa-box-open {
  --fa: "\f49e";
  --fa--fa: "\f49e\f49e";
}
.fa-box-open-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c";
}
.fa-box-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c";
}
.fa-box-taped {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a";
}
.fa-box-alt {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a";
}
.fa-box-tissue {
  --fa: "\e05b";
  --fa--fa: "\e05b\e05b";
}
.fa-boxes-packing {
  --fa: "\e4c7";
  --fa--fa: "\e4c7\e4c7";
}
.fa-boxes-stacked {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}
.fa-boxes {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}
.fa-boxes-alt {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}
.fa-boxing-glove {
  --fa: "\f438";
  --fa--fa: "\f438\f438";
}
.fa-glove-boxing {
  --fa: "\f438";
  --fa--fa: "\f438\f438";
}
.fa-bracket-curly {
  --fa: "\7b";
  --fa--fa: "\7b\7b";
}
.fa-bracket-curly-left {
  --fa: "\7b";
  --fa--fa: "\7b\7b";
}
.fa-bracket-curly-right {
  --fa: "\7d";
  --fa--fa: "\7d\7d";
}
.fa-bracket-round {
  --fa: "\28";
  --fa--fa: "\28\28";
}
.fa-parenthesis {
  --fa: "\28";
  --fa--fa: "\28\28";
}
.fa-bracket-round-right {
  --fa: "\29";
  --fa--fa: "\29\29";
}
.fa-bracket-square {
  --fa: "\5b";
  --fa--fa: "\5b\5b";
}
.fa-bracket {
  --fa: "\5b";
  --fa--fa: "\5b\5b";
}
.fa-bracket-left {
  --fa: "\5b";
  --fa--fa: "\5b\5b";
}
.fa-bracket-square-right {
  --fa: "\5d";
  --fa--fa: "\5d\5d";
}
.fa-brackets-curly {
  --fa: "\f7ea";
  --fa--fa: "\f7ea\f7ea";
}
.fa-brackets-round {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5";
}
.fa-parentheses {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5";
}
.fa-brackets-square {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9";
}
.fa-brackets {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9";
}
.fa-braille {
  --fa: "\f2a1";
  --fa--fa: "\f2a1\f2a1";
}
.fa-brain {
  --fa: "\f5dc";
  --fa--fa: "\f5dc\f5dc";
}
.fa-brain-arrow-curved-right {
  --fa: "\f677";
  --fa--fa: "\f677\f677";
}
.fa-mind-share {
  --fa: "\f677";
  --fa--fa: "\f677\f677";
}
.fa-brain-circuit {
  --fa: "\e0c6";
  --fa--fa: "\e0c6\e0c6";
}
.fa-brake-warning {
  --fa: "\e0c7";
  --fa--fa: "\e0c7\e0c7";
}
.fa-brazilian-real-sign {
  --fa: "\e46c";
  --fa--fa: "\e46c\e46c";
}
.fa-bread-loaf {
  --fa: "\f7eb";
  --fa--fa: "\f7eb\f7eb";
}
.fa-bread-slice {
  --fa: "\f7ec";
  --fa--fa: "\f7ec\f7ec";
}
.fa-bread-slice-butter {
  --fa: "\e3e1";
  --fa--fa: "\e3e1\e3e1";
}
.fa-bridge {
  --fa: "\e4c8";
  --fa--fa: "\e4c8\e4c8";
}
.fa-bridge-circle-check {
  --fa: "\e4c9";
  --fa--fa: "\e4c9\e4c9";
}
.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
  --fa--fa: "\e4ca\e4ca";
}
.fa-bridge-circle-xmark {
  --fa: "\e4cb";
  --fa--fa: "\e4cb\e4cb";
}
.fa-bridge-lock {
  --fa: "\e4cc";
  --fa--fa: "\e4cc\e4cc";
}
.fa-bridge-suspension {
  --fa: "\e4cd";
  --fa--fa: "\e4cd\e4cd";
}
.fa-bridge-water {
  --fa: "\e4ce";
  --fa--fa: "\e4ce\e4ce";
}
.fa-briefcase {
  --fa: "\f0b1";
  --fa--fa: "\f0b1\f0b1";
}
.fa-briefcase-arrow-right {
  --fa: "\e2f2";
  --fa--fa: "\e2f2\e2f2";
}
.fa-briefcase-blank {
  --fa: "\e0c8";
  --fa--fa: "\e0c8\e0c8";
}
.fa-briefcase-medical {
  --fa: "\f469";
  --fa--fa: "\f469\f469";
}
.fa-brightness {
  --fa: "\e0c9";
  --fa--fa: "\e0c9\e0c9";
}
.fa-brightness-low {
  --fa: "\e0ca";
  --fa--fa: "\e0ca\e0ca";
}
.fa-bring-forward {
  --fa: "\f856";
  --fa--fa: "\f856\f856";
}
.fa-bring-front {
  --fa: "\f857";
  --fa--fa: "\f857\f857";
}
.fa-broccoli {
  --fa: "\e3e2";
  --fa--fa: "\e3e2\e3e2";
}
.fa-broom {
  --fa: "\f51a";
  --fa--fa: "\f51a\f51a";
}
.fa-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}
.fa-quidditch {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}
.fa-quidditch-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}
.fa-broom-wide {
  --fa: "\e5d1";
  --fa--fa: "\e5d1\e5d1";
}
.fa-browser {
  --fa: "\f37e";
  --fa--fa: "\f37e\f37e";
}
.fa-browsers {
  --fa: "\e0cb";
  --fa--fa: "\e0cb\e0cb";
}
.fa-brush {
  --fa: "\f55d";
  --fa--fa: "\f55d\f55d";
}
.fa-bucket {
  --fa: "\e4cf";
  --fa--fa: "\e4cf\e4cf";
}
.fa-bug {
  --fa: "\f188";
  --fa--fa: "\f188\f188";
}
.fa-bug-slash {
  --fa: "\e490";
  --fa--fa: "\e490\e490";
}
.fa-bugs {
  --fa: "\e4d0";
  --fa--fa: "\e4d0\e4d0";
}
.fa-building {
  --fa: "\f1ad";
  --fa--fa: "\f1ad\f1ad";
}
.fa-building-circle-arrow-right {
  --fa: "\e4d1";
  --fa--fa: "\e4d1\e4d1";
}
.fa-building-circle-check {
  --fa: "\e4d2";
  --fa--fa: "\e4d2\e4d2";
}
.fa-building-circle-exclamation {
  --fa: "\e4d3";
  --fa--fa: "\e4d3\e4d3";
}
.fa-building-circle-xmark {
  --fa: "\e4d4";
  --fa--fa: "\e4d4\e4d4";
}
.fa-building-columns {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa-bank {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa-institution {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa-museum {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa-university {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa-building-flag {
  --fa: "\e4d5";
  --fa--fa: "\e4d5\e4d5";
}
.fa-building-lock {
  --fa: "\e4d6";
  --fa--fa: "\e4d6\e4d6";
}
.fa-building-magnifying-glass {
  --fa: "\e61c";
  --fa--fa: "\e61c\e61c";
}
.fa-building-memo {
  --fa: "\e61e";
  --fa--fa: "\e61e\e61e";
}
.fa-building-ngo {
  --fa: "\e4d7";
  --fa--fa: "\e4d7\e4d7";
}
.fa-building-shield {
  --fa: "\e4d8";
  --fa--fa: "\e4d8\e4d8";
}
.fa-building-un {
  --fa: "\e4d9";
  --fa--fa: "\e4d9\e4d9";
}
.fa-building-user {
  --fa: "\e4da";
  --fa--fa: "\e4da\e4da";
}
.fa-building-wheat {
  --fa: "\e4db";
  --fa--fa: "\e4db\e4db";
}
.fa-buildings {
  --fa: "\e0cc";
  --fa--fa: "\e0cc\e0cc";
}
.fa-bulldozer {
  --fa: "\e655";
  --fa--fa: "\e655\e655";
}
.fa-bullhorn {
  --fa: "\f0a1";
  --fa--fa: "\f0a1\f0a1";
}
.fa-bullseye {
  --fa: "\f140";
  --fa--fa: "\f140\f140";
}
.fa-bullseye-arrow {
  --fa: "\f648";
  --fa--fa: "\f648\f648";
}
.fa-bullseye-pointer {
  --fa: "\f649";
  --fa--fa: "\f649\f649";
}
.fa-buoy {
  --fa: "\e5b5";
  --fa--fa: "\e5b5\e5b5";
}
.fa-buoy-mooring {
  --fa: "\e5b6";
  --fa--fa: "\e5b6\e5b6";
}
.fa-burger {
  --fa: "\f805";
  --fa--fa: "\f805\f805";
}
.fa-hamburger {
  --fa: "\f805";
  --fa--fa: "\f805\f805";
}
.fa-burger-cheese {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1";
}
.fa-cheeseburger {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1";
}
.fa-burger-fries {
  --fa: "\e0cd";
  --fa--fa: "\e0cd\e0cd";
}
.fa-burger-glass {
  --fa: "\e0ce";
  --fa--fa: "\e0ce\e0ce";
}
.fa-burger-lettuce {
  --fa: "\e3e3";
  --fa--fa: "\e3e3\e3e3";
}
.fa-burger-soda {
  --fa: "\f858";
  --fa--fa: "\f858\f858";
}
.fa-burrito {
  --fa: "\f7ed";
  --fa--fa: "\f7ed\f7ed";
}
.fa-burst {
  --fa: "\e4dc";
  --fa--fa: "\e4dc\e4dc";
}
.fa-bus {
  --fa: "\f207";
  --fa--fa: "\f207\f207";
}
.fa-bus-school {
  --fa: "\f5dd";
  --fa--fa: "\f5dd\f5dd";
}
.fa-bus-simple {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e";
}
.fa-bus-alt {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e";
}
.fa-business-time {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a";
}
.fa-briefcase-clock {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a";
}
.fa-butter {
  --fa: "\e3e4";
  --fa--fa: "\e3e4\e3e4";
}
.fa-c {
  --fa: "\43";
  --fa--fa: "\43\43";
}
.fa-cabin {
  --fa: "\e46d";
  --fa--fa: "\e46d\e46d";
}
.fa-cabinet-filing {
  --fa: "\f64b";
  --fa--fa: "\f64b\f64b";
}
.fa-cable-car {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}
.fa-tram {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}
.fa-cactus {
  --fa: "\f8a7";
  --fa--fa: "\f8a7\f8a7";
}
.fa-caduceus {
  --fa: "\e681";
  --fa--fa: "\e681\e681";
}
.fa-cake-candles {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}
.fa-birthday-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}
.fa-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}
.fa-cake-slice {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5";
}
.fa-shortcake {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5";
}
.fa-calculator {
  --fa: "\f1ec";
  --fa--fa: "\f1ec\f1ec";
}
.fa-calculator-simple {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c";
}
.fa-calculator-alt {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c";
}
.fa-calendar {
  --fa: "\f133";
  --fa--fa: "\f133\f133";
}
.fa-calendar-arrow-down {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0";
}
.fa-calendar-download {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0";
}
.fa-calendar-arrow-up {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1";
}
.fa-calendar-upload {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1";
}
.fa-calendar-check {
  --fa: "\f274";
  --fa--fa: "\f274\f274";
}
.fa-calendar-circle-exclamation {
  --fa: "\e46e";
  --fa--fa: "\e46e\e46e";
}
.fa-calendar-circle-minus {
  --fa: "\e46f";
  --fa--fa: "\e46f\e46f";
}
.fa-calendar-circle-plus {
  --fa: "\e470";
  --fa--fa: "\e470\e470";
}
.fa-calendar-circle-user {
  --fa: "\e471";
  --fa--fa: "\e471\e471";
}
.fa-calendar-clock {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2";
}
.fa-calendar-time {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2";
}
.fa-calendar-day {
  --fa: "\f783";
  --fa--fa: "\f783\f783";
}
.fa-calendar-days {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
}
.fa-calendar-alt {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
}
.fa-calendar-exclamation {
  --fa: "\f334";
  --fa--fa: "\f334\f334";
}
.fa-calendar-heart {
  --fa: "\e0d3";
  --fa--fa: "\e0d3\e0d3";
}
.fa-calendar-image {
  --fa: "\e0d4";
  --fa--fa: "\e0d4\e0d4";
}
.fa-calendar-lines {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5";
}
.fa-calendar-note {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5";
}
.fa-calendar-lines-pen {
  --fa: "\e472";
  --fa--fa: "\e472\e472";
}
.fa-calendar-minus {
  --fa: "\f272";
  --fa--fa: "\f272\f272";
}
.fa-calendar-pen {
  --fa: "\f333";
  --fa--fa: "\f333\f333";
}
.fa-calendar-edit {
  --fa: "\f333";
  --fa--fa: "\f333\f333";
}
.fa-calendar-plus {
  --fa: "\f271";
  --fa--fa: "\f271\f271";
}
.fa-calendar-range {
  --fa: "\e0d6";
  --fa--fa: "\e0d6\e0d6";
}
.fa-calendar-star {
  --fa: "\f736";
  --fa--fa: "\f736\f736";
}
.fa-calendar-users {
  --fa: "\e5e2";
  --fa--fa: "\e5e2\e5e2";
}
.fa-calendar-week {
  --fa: "\f784";
  --fa--fa: "\f784\f784";
}
.fa-calendar-xmark {
  --fa: "\f273";
  --fa--fa: "\f273\f273";
}
.fa-calendar-times {
  --fa: "\f273";
  --fa--fa: "\f273\f273";
}
.fa-calendars {
  --fa: "\e0d7";
  --fa--fa: "\e0d7\e0d7";
}
.fa-camcorder {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8";
}
.fa-video-handheld {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8";
}
.fa-camera {
  --fa: "\f030";
  --fa--fa: "\f030\f030";
}
.fa-camera-alt {
  --fa: "\f030";
  --fa--fa: "\f030\f030";
}
.fa-camera-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac";
}
.fa-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac";
}
.fa-camera-movie {
  --fa: "\f8a9";
  --fa--fa: "\f8a9\f8a9";
}
.fa-camera-polaroid {
  --fa: "\f8aa";
  --fa--fa: "\f8aa\f8aa";
}
.fa-camera-retro {
  --fa: "\f083";
  --fa--fa: "\f083\f083";
}
.fa-camera-rotate {
  --fa: "\e0d8";
  --fa--fa: "\e0d8\e0d8";
}
.fa-camera-security {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe";
}
.fa-camera-home {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe";
}
.fa-camera-slash {
  --fa: "\e0d9";
  --fa--fa: "\e0d9\e0d9";
}
.fa-camera-viewfinder {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da";
}
.fa-screenshot {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da";
}
.fa-camera-web {
  --fa: "\f832";
  --fa--fa: "\f832\f832";
}
.fa-webcam {
  --fa: "\f832";
  --fa--fa: "\f832\f832";
}
.fa-camera-web-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833";
}
.fa-webcam-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833";
}
.fa-campfire {
  --fa: "\f6ba";
  --fa--fa: "\f6ba\f6ba";
}
.fa-campground {
  --fa: "\f6bb";
  --fa--fa: "\f6bb\f6bb";
}
.fa-can-food {
  --fa: "\e3e6";
  --fa--fa: "\e3e6\e3e6";
}
.fa-candle-holder {
  --fa: "\f6bc";
  --fa--fa: "\f6bc\f6bc";
}
.fa-candy {
  --fa: "\e3e7";
  --fa--fa: "\e3e7\e3e7";
}
.fa-candy-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8";
}
.fa-chocolate-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8";
}
.fa-candy-cane {
  --fa: "\f786";
  --fa--fa: "\f786\f786";
}
.fa-candy-corn {
  --fa: "\f6bd";
  --fa--fa: "\f6bd\f6bd";
}
.fa-cannabis {
  --fa: "\f55f";
  --fa--fa: "\f55f\f55f";
}
.fa-cannon {
  --fa: "\e642";
  --fa--fa: "\e642\e642";
}
.fa-capsules {
  --fa: "\f46b";
  --fa--fa: "\f46b\f46b";
}
.fa-car {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9";
}
.fa-automobile {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9";
}
.fa-car-battery {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df";
}
.fa-battery-car {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df";
}
.fa-car-bolt {
  --fa: "\e341";
  --fa--fa: "\e341\e341";
}
.fa-car-building {
  --fa: "\f859";
  --fa--fa: "\f859\f859";
}
.fa-car-bump {
  --fa: "\f5e0";
  --fa--fa: "\f5e0\f5e0";
}
.fa-car-burst {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1";
}
.fa-car-crash {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1";
}
.fa-car-bus {
  --fa: "\f85a";
  --fa--fa: "\f85a\f85a";
}
.fa-car-circle-bolt {
  --fa: "\e342";
  --fa--fa: "\e342\e342";
}
.fa-car-garage {
  --fa: "\f5e2";
  --fa--fa: "\f5e2\f5e2";
}
.fa-car-mirrors {
  --fa: "\e343";
  --fa--fa: "\e343\e343";
}
.fa-car-on {
  --fa: "\e4dd";
  --fa--fa: "\e4dd\e4dd";
}
.fa-car-rear {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de";
}
.fa-car-alt {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de";
}
.fa-car-side {
  --fa: "\f5e4";
  --fa--fa: "\f5e4\f5e4";
}
.fa-car-side-bolt {
  --fa: "\e344";
  --fa--fa: "\e344\e344";
}
.fa-car-tilt {
  --fa: "\f5e5";
  --fa--fa: "\f5e5\f5e5";
}
.fa-car-tunnel {
  --fa: "\e4de";
  --fa--fa: "\e4de\e4de";
}
.fa-car-wash {
  --fa: "\f5e6";
  --fa--fa: "\f5e6\f5e6";
}
.fa-car-wrench {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3";
}
.fa-car-mechanic {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3";
}
.fa-caravan {
  --fa: "\f8ff";
  --fa--fa: "\f8ff\f8ff";
}
.fa-caravan-simple {
  --fa: "\e000";
  --fa--fa: "\e000\e000";
}
.fa-caravan-alt {
  --fa: "\e000";
  --fa--fa: "\e000\e000";
}
.fa-card-club {
  --fa: "\e3e9";
  --fa--fa: "\e3e9\e3e9";
}
.fa-card-diamond {
  --fa: "\e3ea";
  --fa--fa: "\e3ea\e3ea";
}
.fa-card-heart {
  --fa: "\e3eb";
  --fa--fa: "\e3eb\e3eb";
}
.fa-card-spade {
  --fa: "\e3ec";
  --fa--fa: "\e3ec\e3ec";
}
.fa-cards {
  --fa: "\e3ed";
  --fa--fa: "\e3ed\e3ed";
}
.fa-cards-blank {
  --fa: "\e4df";
  --fa--fa: "\e4df\e4df";
}
.fa-caret-down {
  --fa: "\f0d7";
  --fa--fa: "\f0d7\f0d7";
}
.fa-caret-left {
  --fa: "\f0d9";
  --fa--fa: "\f0d9\f0d9";
}
.fa-caret-right {
  --fa: "\f0da";
  --fa--fa: "\f0da\f0da";
}
.fa-caret-up {
  --fa: "\f0d8";
  --fa--fa: "\f0d8\f0d8";
}
.fa-carpool {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c";
}
.fa-car-people {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c";
}
.fa-carrot {
  --fa: "\f787";
  --fa--fa: "\f787\f787";
}
.fa-cars {
  --fa: "\f85b";
  --fa--fa: "\f85b\f85b";
}
.fa-cart-arrow-down {
  --fa: "\f218";
  --fa--fa: "\f218\f218";
}
.fa-cart-arrow-up {
  --fa: "\e3ee";
  --fa--fa: "\e3ee\e3ee";
}
.fa-cart-circle-arrow-down {
  --fa: "\e3ef";
  --fa--fa: "\e3ef\e3ef";
}
.fa-cart-circle-arrow-up {
  --fa: "\e3f0";
  --fa--fa: "\e3f0\e3f0";
}
.fa-cart-circle-check {
  --fa: "\e3f1";
  --fa--fa: "\e3f1\e3f1";
}
.fa-cart-circle-exclamation {
  --fa: "\e3f2";
  --fa--fa: "\e3f2\e3f2";
}
.fa-cart-circle-plus {
  --fa: "\e3f3";
  --fa--fa: "\e3f3\e3f3";
}
.fa-cart-circle-xmark {
  --fa: "\e3f4";
  --fa--fa: "\e3f4\e3f4";
}
.fa-cart-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474";
}
.fa-dolly-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474";
}
.fa-cart-flatbed-boxes {
  --fa: "\f475";
  --fa--fa: "\f475\f475";
}
.fa-dolly-flatbed-alt {
  --fa: "\f475";
  --fa--fa: "\f475\f475";
}
.fa-cart-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476";
}
.fa-dolly-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476";
}
.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}
.fa-luggage-cart {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}
.fa-cart-minus {
  --fa: "\e0db";
  --fa--fa: "\e0db\e0db";
}
.fa-cart-plus {
  --fa: "\f217";
  --fa--fa: "\f217\f217";
}
.fa-cart-shopping {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}
.fa-shopping-cart {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}
.fa-cart-shopping-fast {
  --fa: "\e0dc";
  --fa--fa: "\e0dc\e0dc";
}
.fa-cart-xmark {
  --fa: "\e0dd";
  --fa--fa: "\e0dd\e0dd";
}
.fa-cash-register {
  --fa: "\f788";
  --fa--fa: "\f788\f788";
}
.fa-cassette-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4";
}
.fa-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4";
}
.fa-cassette-tape {
  --fa: "\f8ab";
  --fa--fa: "\f8ab\f8ab";
}
.fa-cassette-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec";
}
.fa-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec";
}
.fa-castle {
  --fa: "\e0de";
  --fa--fa: "\e0de\e0de";
}
.fa-cat {
  --fa: "\f6be";
  --fa--fa: "\f6be\f6be";
}
.fa-cat-space {
  --fa: "\e001";
  --fa--fa: "\e001\e001";
}
.fa-cauldron {
  --fa: "\f6bf";
  --fa--fa: "\f6bf\f6bf";
}
.fa-cedi-sign {
  --fa: "\e0df";
  --fa--fa: "\e0df\e0df";
}
.fa-cent-sign {
  --fa: "\e3f5";
  --fa--fa: "\e3f5\e3f5";
}
.fa-certificate {
  --fa: "\f0a3";
  --fa--fa: "\f0a3\f0a3";
}
.fa-chair {
  --fa: "\f6c0";
  --fa--fa: "\f6c0\f6c0";
}
.fa-chair-office {
  --fa: "\f6c1";
  --fa--fa: "\f6c1\f6c1";
}
.fa-chalkboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b";
}
.fa-blackboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b";
}
.fa-chalkboard-user {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c";
}
.fa-chalkboard-teacher {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c";
}
.fa-champagne-glass {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e";
}
.fa-glass-champagne {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e";
}
.fa-champagne-glasses {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f";
}
.fa-glass-cheers {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f";
}
.fa-charging-station {
  --fa: "\f5e7";
  --fa--fa: "\f5e7\f5e7";
}
.fa-chart-area {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe";
}
.fa-area-chart {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe";
}
.fa-chart-bar {
  --fa: "\f080";
  --fa--fa: "\f080\f080";
}
.fa-bar-chart {
  --fa: "\f080";
  --fa--fa: "\f080\f080";
}
.fa-chart-bullet {
  --fa: "\e0e1";
  --fa--fa: "\e0e1\e0e1";
}
.fa-chart-candlestick {
  --fa: "\e0e2";
  --fa--fa: "\e0e2\e0e2";
}
.fa-chart-column {
  --fa: "\e0e3";
  --fa--fa: "\e0e3\e0e3";
}
.fa-chart-diagram {
  --fa: "\e695";
  --fa--fa: "\e695\e695";
}
.fa-chart-fft {
  --fa: "\e69e";
  --fa--fa: "\e69e\e69e";
}
.fa-chart-gantt {
  --fa: "\e0e4";
  --fa--fa: "\e0e4\e0e4";
}
.fa-chart-kanban {
  --fa: "\e64f";
  --fa--fa: "\e64f\e64f";
}
.fa-chart-line {
  --fa: "\f201";
  --fa--fa: "\f201\f201";
}
.fa-line-chart {
  --fa: "\f201";
  --fa--fa: "\f201\f201";
}
.fa-chart-line-down {
  --fa: "\f64d";
  --fa--fa: "\f64d\f64d";
}
.fa-chart-line-up {
  --fa: "\e0e5";
  --fa--fa: "\e0e5\e0e5";
}
.fa-chart-line-up-down {
  --fa: "\e5d7";
  --fa--fa: "\e5d7\e5d7";
}
.fa-chart-mixed {
  --fa: "\f643";
  --fa--fa: "\f643\f643";
}
.fa-analytics {
  --fa: "\f643";
  --fa--fa: "\f643\f643";
}
.fa-chart-mixed-up-circle-currency {
  --fa: "\e5d8";
  --fa--fa: "\e5d8\e5d8";
}
.fa-chart-mixed-up-circle-dollar {
  --fa: "\e5d9";
  --fa--fa: "\e5d9\e5d9";
}
.fa-chart-network {
  --fa: "\f78a";
  --fa--fa: "\f78a\f78a";
}
.fa-chart-pie {
  --fa: "\f200";
  --fa--fa: "\f200\f200";
}
.fa-pie-chart {
  --fa: "\f200";
  --fa--fa: "\f200\f200";
}
.fa-chart-pie-simple {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e";
}
.fa-chart-pie-alt {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e";
}
.fa-chart-pie-simple-circle-currency {
  --fa: "\e604";
  --fa--fa: "\e604\e604";
}
.fa-chart-pie-simple-circle-dollar {
  --fa: "\e605";
  --fa--fa: "\e605\e605";
}
.fa-chart-pyramid {
  --fa: "\e0e6";
  --fa--fa: "\e0e6\e0e6";
}
.fa-chart-radar {
  --fa: "\e0e7";
  --fa--fa: "\e0e7\e0e7";
}
.fa-chart-scatter {
  --fa: "\f7ee";
  --fa--fa: "\f7ee\f7ee";
}
.fa-chart-scatter-3d {
  --fa: "\e0e8";
  --fa--fa: "\e0e8\e0e8";
}
.fa-chart-scatter-bubble {
  --fa: "\e0e9";
  --fa--fa: "\e0e9\e0e9";
}
.fa-chart-simple {
  --fa: "\e473";
  --fa--fa: "\e473\e473";
}
.fa-chart-simple-horizontal {
  --fa: "\e474";
  --fa--fa: "\e474\e474";
}
.fa-chart-sine {
  --fa: "\e69d";
  --fa--fa: "\e69d\e69d";
}
.fa-chart-tree-map {
  --fa: "\e0ea";
  --fa--fa: "\e0ea\e0ea";
}
.fa-chart-user {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3";
}
.fa-user-chart {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3";
}
.fa-chart-waterfall {
  --fa: "\e0eb";
  --fa--fa: "\e0eb\e0eb";
}
.fa-check {
  --fa: "\f00c";
  --fa--fa: "\f00c\f00c";
}
.fa-check-double {
  --fa: "\f560";
  --fa--fa: "\f560\f560";
}
.fa-check-to-slot {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}
.fa-vote-yea {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}
.fa-cheese {
  --fa: "\f7ef";
  --fa--fa: "\f7ef\f7ef";
}
.fa-cheese-swiss {
  --fa: "\f7f0";
  --fa--fa: "\f7f0\f7f0";
}
.fa-cherries {
  --fa: "\e0ec";
  --fa--fa: "\e0ec\e0ec";
}
.fa-chess {
  --fa: "\f439";
  --fa--fa: "\f439\f439";
}
.fa-chess-bishop {
  --fa: "\f43a";
  --fa--fa: "\f43a\f43a";
}
.fa-chess-bishop-piece {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b";
}
.fa-chess-bishop-alt {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b";
}
.fa-chess-board {
  --fa: "\f43c";
  --fa--fa: "\f43c\f43c";
}
.fa-chess-clock {
  --fa: "\f43d";
  --fa--fa: "\f43d\f43d";
}
.fa-chess-clock-flip {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e";
}
.fa-chess-clock-alt {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e";
}
.fa-chess-king {
  --fa: "\f43f";
  --fa--fa: "\f43f\f43f";
}
.fa-chess-king-piece {
  --fa: "\f440";
  --fa--fa: "\f440\f440";
}
.fa-chess-king-alt {
  --fa: "\f440";
  --fa--fa: "\f440\f440";
}
.fa-chess-knight {
  --fa: "\f441";
  --fa--fa: "\f441\f441";
}
.fa-chess-knight-piece {
  --fa: "\f442";
  --fa--fa: "\f442\f442";
}
.fa-chess-knight-alt {
  --fa: "\f442";
  --fa--fa: "\f442\f442";
}
.fa-chess-pawn {
  --fa: "\f443";
  --fa--fa: "\f443\f443";
}
.fa-chess-pawn-piece {
  --fa: "\f444";
  --fa--fa: "\f444\f444";
}
.fa-chess-pawn-alt {
  --fa: "\f444";
  --fa--fa: "\f444\f444";
}
.fa-chess-queen {
  --fa: "\f445";
  --fa--fa: "\f445\f445";
}
.fa-chess-queen-piece {
  --fa: "\f446";
  --fa--fa: "\f446\f446";
}
.fa-chess-queen-alt {
  --fa: "\f446";
  --fa--fa: "\f446\f446";
}
.fa-chess-rook {
  --fa: "\f447";
  --fa--fa: "\f447\f447";
}
.fa-chess-rook-piece {
  --fa: "\f448";
  --fa--fa: "\f448\f448";
}
.fa-chess-rook-alt {
  --fa: "\f448";
  --fa--fa: "\f448\f448";
}
.fa-chestnut {
  --fa: "\e3f6";
  --fa--fa: "\e3f6\e3f6";
}
.fa-chevron-down {
  --fa: "\f078";
  --fa--fa: "\f078\f078";
}
.fa-chevron-left {
  --fa: "\f053";
  --fa--fa: "\f053\f053";
}
.fa-chevron-right {
  --fa: "\f054";
  --fa--fa: "\f054\f054";
}
.fa-chevron-up {
  --fa: "\f077";
  --fa--fa: "\f077\f077";
}
.fa-chevrons-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322";
}
.fa-chevron-double-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322";
}
.fa-chevrons-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323";
}
.fa-chevron-double-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323";
}
.fa-chevrons-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324";
}
.fa-chevron-double-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324";
}
.fa-chevrons-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325";
}
.fa-chevron-double-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325";
}
.fa-chf-sign {
  --fa: "\e602";
  --fa--fa: "\e602\e602";
}
.fa-child {
  --fa: "\f1ae";
  --fa--fa: "\f1ae\f1ae";
}
.fa-child-combatant {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}
.fa-child-rifle {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}
.fa-child-dress {
  --fa: "\e59c";
  --fa--fa: "\e59c\e59c";
}
.fa-child-reaching {
  --fa: "\e59d";
  --fa--fa: "\e59d\e59d";
}
.fa-children {
  --fa: "\e4e1";
  --fa--fa: "\e4e1\e4e1";
}
.fa-chimney {
  --fa: "\f78b";
  --fa--fa: "\f78b\f78b";
}
.fa-chopsticks {
  --fa: "\e3f7";
  --fa--fa: "\e3f7\e3f7";
}
.fa-church {
  --fa: "\f51d";
  --fa--fa: "\f51d\f51d";
}
.fa-circle {
  --fa: "\f111";
  --fa--fa: "\f111\f111";
}
.fa-circle-0 {
  --fa: "\e0ed";
  --fa--fa: "\e0ed\e0ed";
}
.fa-circle-1 {
  --fa: "\e0ee";
  --fa--fa: "\e0ee\e0ee";
}
.fa-circle-2 {
  --fa: "\e0ef";
  --fa--fa: "\e0ef\e0ef";
}
.fa-circle-3 {
  --fa: "\e0f0";
  --fa--fa: "\e0f0\e0f0";
}
.fa-circle-4 {
  --fa: "\e0f1";
  --fa--fa: "\e0f1\e0f1";
}
.fa-circle-5 {
  --fa: "\e0f2";
  --fa--fa: "\e0f2\e0f2";
}
.fa-circle-6 {
  --fa: "\e0f3";
  --fa--fa: "\e0f3\e0f3";
}
.fa-circle-7 {
  --fa: "\e0f4";
  --fa--fa: "\e0f4\e0f4";
}
.fa-circle-8 {
  --fa: "\e0f5";
  --fa--fa: "\e0f5\e0f5";
}
.fa-circle-9 {
  --fa: "\e0f6";
  --fa--fa: "\e0f6\e0f6";
}
.fa-circle-a {
  --fa: "\e0f7";
  --fa--fa: "\e0f7\e0f7";
}
.fa-circle-ampersand {
  --fa: "\e0f8";
  --fa--fa: "\e0f8\e0f8";
}
.fa-circle-arrow-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab";
}
.fa-arrow-circle-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab";
}
.fa-circle-arrow-down-left {
  --fa: "\e0f9";
  --fa--fa: "\e0f9\e0f9";
}
.fa-circle-arrow-down-right {
  --fa: "\e0fa";
  --fa--fa: "\e0fa\e0fa";
}
.fa-circle-arrow-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8";
}
.fa-arrow-circle-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8";
}
.fa-circle-arrow-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9";
}
.fa-arrow-circle-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9";
}
.fa-circle-arrow-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa";
}
.fa-arrow-circle-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa";
}
.fa-circle-arrow-up-left {
  --fa: "\e0fb";
  --fa--fa: "\e0fb\e0fb";
}
.fa-circle-arrow-up-right {
  --fa: "\e0fc";
  --fa--fa: "\e0fc\e0fc";
}
.fa-circle-b {
  --fa: "\e0fd";
  --fa--fa: "\e0fd\e0fd";
}
.fa-circle-bolt {
  --fa: "\e0fe";
  --fa--fa: "\e0fe\e0fe";
}
.fa-circle-book-open {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff";
}
.fa-book-circle {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff";
}
.fa-circle-bookmark {
  --fa: "\e100";
  --fa--fa: "\e100\e100";
}
.fa-bookmark-circle {
  --fa: "\e100";
  --fa--fa: "\e100\e100";
}
.fa-circle-c {
  --fa: "\e101";
  --fa--fa: "\e101\e101";
}
.fa-circle-calendar {
  --fa: "\e102";
  --fa--fa: "\e102\e102";
}
.fa-calendar-circle {
  --fa: "\e102";
  --fa--fa: "\e102\e102";
}
.fa-circle-camera {
  --fa: "\e103";
  --fa--fa: "\e103\e103";
}
.fa-camera-circle {
  --fa: "\e103";
  --fa--fa: "\e103\e103";
}
.fa-circle-caret-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d";
}
.fa-caret-circle-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d";
}
.fa-circle-caret-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e";
}
.fa-caret-circle-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e";
}
.fa-circle-caret-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330";
}
.fa-caret-circle-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330";
}
.fa-circle-caret-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331";
}
.fa-caret-circle-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331";
}
.fa-circle-check {
  --fa: "\f058";
  --fa--fa: "\f058\f058";
}
.fa-check-circle {
  --fa: "\f058";
  --fa--fa: "\f058\f058";
}
.fa-circle-chevron-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a";
}
.fa-chevron-circle-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a";
}
.fa-circle-chevron-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137";
}
.fa-chevron-circle-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137";
}
.fa-circle-chevron-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138";
}
.fa-chevron-circle-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138";
}
.fa-circle-chevron-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139";
}
.fa-chevron-circle-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139";
}
.fa-circle-d {
  --fa: "\e104";
  --fa--fa: "\e104\e104";
}
.fa-circle-dashed {
  --fa: "\e105";
  --fa--fa: "\e105\e105";
}
.fa-circle-divide {
  --fa: "\e106";
  --fa--fa: "\e106\e106";
}
.fa-circle-dollar {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}
.fa-dollar-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}
.fa-usd-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}
.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9";
}
.fa-donate {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9";
}
.fa-circle-dot {
  --fa: "\f192";
  --fa--fa: "\f192\f192";
}
.fa-dot-circle {
  --fa: "\f192";
  --fa--fa: "\f192\f192";
}
.fa-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358";
}
.fa-arrow-alt-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358";
}
.fa-circle-down-left {
  --fa: "\e107";
  --fa--fa: "\e107\e107";
}
.fa-circle-down-right {
  --fa: "\e108";
  --fa--fa: "\e108\e108";
}
.fa-circle-e {
  --fa: "\e109";
  --fa--fa: "\e109\e109";
}
.fa-circle-ellipsis {
  --fa: "\e10a";
  --fa--fa: "\e10a\e10a";
}
.fa-circle-ellipsis-vertical {
  --fa: "\e10b";
  --fa--fa: "\e10b\e10b";
}
.fa-circle-envelope {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c";
}
.fa-envelope-circle {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c";
}
.fa-circle-euro {
  --fa: "\e5ce";
  --fa--fa: "\e5ce\e5ce";
}
.fa-circle-exclamation {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a";
}
.fa-exclamation-circle {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a";
}
.fa-circle-exclamation-check {
  --fa: "\e10d";
  --fa--fa: "\e10d\e10d";
}
.fa-circle-f {
  --fa: "\e10e";
  --fa--fa: "\e10e\e10e";
}
.fa-circle-g {
  --fa: "\e10f";
  --fa--fa: "\e10f\e10f";
}
.fa-circle-gf {
  --fa: "\e67f";
  --fa--fa: "\e67f\e67f";
}
.fa-circle-h {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e";
}
.fa-hospital-symbol {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e";
}
.fa-circle-half {
  --fa: "\e110";
  --fa--fa: "\e110\e110";
}
.fa-circle-half-stroke {
  --fa: "\f042";
  --fa--fa: "\f042\f042";
}
.fa-adjust {
  --fa: "\f042";
  --fa--fa: "\f042\f042";
}
.fa-circle-heart {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7";
}
.fa-heart-circle {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7";
}
.fa-circle-i {
  --fa: "\e111";
  --fa--fa: "\e111\e111";
}
.fa-circle-info {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}
.fa-info-circle {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}
.fa-circle-j {
  --fa: "\e112";
  --fa--fa: "\e112\e112";
}
.fa-circle-k {
  --fa: "\e113";
  --fa--fa: "\e113\e113";
}
.fa-circle-l {
  --fa: "\e114";
  --fa--fa: "\e114\e114";
}
.fa-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359";
}
.fa-arrow-alt-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359";
}
.fa-circle-location-arrow {
  --fa: "\f602";
  --fa--fa: "\f602\f602";
}
.fa-location-circle {
  --fa: "\f602";
  --fa--fa: "\f602\f602";
}
.fa-circle-m {
  --fa: "\e115";
  --fa--fa: "\e115\e115";
}
.fa-circle-microphone {
  --fa: "\e116";
  --fa--fa: "\e116\e116";
}
.fa-microphone-circle {
  --fa: "\e116";
  --fa--fa: "\e116\e116";
}
.fa-circle-microphone-lines {
  --fa: "\e117";
  --fa--fa: "\e117\e117";
}
.fa-microphone-circle-alt {
  --fa: "\e117";
  --fa--fa: "\e117\e117";
}
.fa-circle-minus {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}
.fa-minus-circle {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}
.fa-circle-n {
  --fa: "\e118";
  --fa--fa: "\e118\e118";
}
.fa-circle-nodes {
  --fa: "\e4e2";
  --fa--fa: "\e4e2\e4e2";
}
.fa-circle-notch {
  --fa: "\f1ce";
  --fa--fa: "\f1ce\f1ce";
}
.fa-circle-o {
  --fa: "\e119";
  --fa--fa: "\e119\e119";
}
.fa-circle-p {
  --fa: "\e11a";
  --fa--fa: "\e11a\e11a";
}
.fa-circle-parking {
  --fa: "\f615";
  --fa--fa: "\f615\f615";
}
.fa-parking-circle {
  --fa: "\f615";
  --fa--fa: "\f615\f615";
}
.fa-circle-pause {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}
.fa-pause-circle {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}
.fa-circle-phone {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b";
}
.fa-phone-circle {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b";
}
.fa-circle-phone-flip {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c";
}
.fa-phone-circle-alt {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c";
}
.fa-circle-phone-hangup {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d";
}
.fa-phone-circle-down {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d";
}
.fa-circle-play {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}
.fa-play-circle {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}
.fa-circle-plus {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}
.fa-plus-circle {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}
.fa-circle-q {
  --fa: "\e11e";
  --fa--fa: "\e11e\e11e";
}
.fa-circle-quarter {
  --fa: "\e11f";
  --fa--fa: "\e11f\e11f";
}
.fa-circle-quarter-stroke {
  --fa: "\e5d3";
  --fa--fa: "\e5d3\e5d3";
}
.fa-circle-quarters {
  --fa: "\e3f8";
  --fa--fa: "\e3f8\e3f8";
}
.fa-circle-question {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}
.fa-question-circle {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}
.fa-circle-r {
  --fa: "\e120";
  --fa--fa: "\e120\e120";
}
.fa-circle-radiation {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}
.fa-radiation-alt {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}
.fa-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a";
}
.fa-arrow-alt-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a";
}
.fa-circle-s {
  --fa: "\e121";
  --fa--fa: "\e121\e121";
}
.fa-circle-small {
  --fa: "\e122";
  --fa--fa: "\e122\e122";
}
.fa-circle-sort {
  --fa: "\e030";
  --fa--fa: "\e030\e030";
}
.fa-sort-circle {
  --fa: "\e030";
  --fa--fa: "\e030\e030";
}
.fa-circle-sort-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031";
}
.fa-sort-circle-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031";
}
.fa-circle-sort-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032";
}
.fa-sort-circle-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032";
}
.fa-circle-star {
  --fa: "\e123";
  --fa--fa: "\e123\e123";
}
.fa-star-circle {
  --fa: "\e123";
  --fa--fa: "\e123\e123";
}
.fa-circle-sterling {
  --fa: "\e5cf";
  --fa--fa: "\e5cf\e5cf";
}
.fa-circle-stop {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}
.fa-stop-circle {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}
.fa-circle-t {
  --fa: "\e124";
  --fa--fa: "\e124\e124";
}
.fa-circle-three-quarters {
  --fa: "\e125";
  --fa--fa: "\e125\e125";
}
.fa-circle-three-quarters-stroke {
  --fa: "\e5d4";
  --fa--fa: "\e5d4\e5d4";
}
.fa-circle-trash {
  --fa: "\e126";
  --fa--fa: "\e126\e126";
}
.fa-trash-circle {
  --fa: "\e126";
  --fa--fa: "\e126\e126";
}
.fa-circle-u {
  --fa: "\e127";
  --fa--fa: "\e127\e127";
}
.fa-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b";
}
.fa-arrow-alt-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b";
}
.fa-circle-up-left {
  --fa: "\e128";
  --fa--fa: "\e128\e128";
}
.fa-circle-up-right {
  --fa: "\e129";
  --fa--fa: "\e129\e129";
}
.fa-circle-user {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}
.fa-user-circle {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}
.fa-circle-v {
  --fa: "\e12a";
  --fa--fa: "\e12a\e12a";
}
.fa-circle-video {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b";
}
.fa-video-circle {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b";
}
.fa-circle-w {
  --fa: "\e12c";
  --fa--fa: "\e12c\e12c";
}
.fa-circle-waveform-lines {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d";
}
.fa-waveform-circle {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d";
}
.fa-circle-wifi {
  --fa: "\e67d";
  --fa--fa: "\e67d\e67d";
}
.fa-circle-wifi-circle-wifi {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e";
}
.fa-circle-wifi-group {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e";
}
.fa-circle-x {
  --fa: "\e12e";
  --fa--fa: "\e12e\e12e";
}
.fa-circle-xmark {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}
.fa-times-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}
.fa-xmark-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}
.fa-circle-y {
  --fa: "\e12f";
  --fa--fa: "\e12f\e12f";
}
.fa-circle-yen {
  --fa: "\e5d0";
  --fa--fa: "\e5d0\e5d0";
}
.fa-circle-z {
  --fa: "\e130";
  --fa--fa: "\e130\e130";
}
.fa-circles-overlap {
  --fa: "\e600";
  --fa--fa: "\e600\e600";
}
.fa-circles-overlap-3 {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1";
}
.fa-pronoun {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1";
}
.fa-citrus {
  --fa: "\e2f4";
  --fa--fa: "\e2f4\e2f4";
}
.fa-citrus-slice {
  --fa: "\e2f5";
  --fa--fa: "\e2f5\e2f5";
}
.fa-city {
  --fa: "\f64f";
  --fa--fa: "\f64f\f64f";
}
.fa-clapperboard {
  --fa: "\e131";
  --fa--fa: "\e131\e131";
}
.fa-clapperboard-play {
  --fa: "\e132";
  --fa--fa: "\e132\e132";
}
.fa-clarinet {
  --fa: "\f8ad";
  --fa--fa: "\f8ad\f8ad";
}
.fa-claw-marks {
  --fa: "\f6c2";
  --fa--fa: "\f6c2\f6c2";
}
.fa-clipboard {
  --fa: "\f328";
  --fa--fa: "\f328\f328";
}
.fa-clipboard-check {
  --fa: "\f46c";
  --fa--fa: "\f46c\f46c";
}
.fa-clipboard-list {
  --fa: "\f46d";
  --fa--fa: "\f46d\f46d";
}
.fa-clipboard-list-check {
  --fa: "\f737";
  --fa--fa: "\f737\f737";
}
.fa-clipboard-medical {
  --fa: "\e133";
  --fa--fa: "\e133\e133";
}
.fa-clipboard-prescription {
  --fa: "\f5e8";
  --fa--fa: "\f5e8\f5e8";
}
.fa-clipboard-question {
  --fa: "\e4e3";
  --fa--fa: "\e4e3\e4e3";
}
.fa-clipboard-user {
  --fa: "\f7f3";
  --fa--fa: "\f7f3\f7f3";
}
.fa-clock {
  --fa: "\f017";
  --fa--fa: "\f017\f017";
}
.fa-clock-four {
  --fa: "\f017";
  --fa--fa: "\f017\f017";
}
.fa-clock-desk {
  --fa: "\e134";
  --fa--fa: "\e134\e134";
}
.fa-clock-eight {
  --fa: "\e345";
  --fa--fa: "\e345\e345";
}
.fa-clock-eight-thirty {
  --fa: "\e346";
  --fa--fa: "\e346\e346";
}
.fa-clock-eleven {
  --fa: "\e347";
  --fa--fa: "\e347\e347";
}
.fa-clock-eleven-thirty {
  --fa: "\e348";
  --fa--fa: "\e348\e348";
}
.fa-clock-five {
  --fa: "\e349";
  --fa--fa: "\e349\e349";
}
.fa-clock-five-thirty {
  --fa: "\e34a";
  --fa--fa: "\e34a\e34a";
}
.fa-clock-four-thirty {
  --fa: "\e34b";
  --fa--fa: "\e34b\e34b";
}
.fa-clock-nine {
  --fa: "\e34c";
  --fa--fa: "\e34c\e34c";
}
.fa-clock-nine-thirty {
  --fa: "\e34d";
  --fa--fa: "\e34d\e34d";
}
.fa-clock-one {
  --fa: "\e34e";
  --fa--fa: "\e34e\e34e";
}
.fa-clock-one-thirty {
  --fa: "\e34f";
  --fa--fa: "\e34f\e34f";
}
.fa-clock-rotate-left {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da";
}
.fa-history {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da";
}
.fa-clock-seven {
  --fa: "\e350";
  --fa--fa: "\e350\e350";
}
.fa-clock-seven-thirty {
  --fa: "\e351";
  --fa--fa: "\e351\e351";
}
.fa-clock-six {
  --fa: "\e352";
  --fa--fa: "\e352\e352";
}
.fa-clock-six-thirty {
  --fa: "\e353";
  --fa--fa: "\e353\e353";
}
.fa-clock-ten {
  --fa: "\e354";
  --fa--fa: "\e354\e354";
}
.fa-clock-ten-thirty {
  --fa: "\e355";
  --fa--fa: "\e355\e355";
}
.fa-clock-three {
  --fa: "\e356";
  --fa--fa: "\e356\e356";
}
.fa-clock-three-thirty {
  --fa: "\e357";
  --fa--fa: "\e357\e357";
}
.fa-clock-twelve {
  --fa: "\e358";
  --fa--fa: "\e358\e358";
}
.fa-clock-twelve-thirty {
  --fa: "\e359";
  --fa--fa: "\e359\e359";
}
.fa-clock-two {
  --fa: "\e35a";
  --fa--fa: "\e35a\e35a";
}
.fa-clock-two-thirty {
  --fa: "\e35b";
  --fa--fa: "\e35b\e35b";
}
.fa-clone {
  --fa: "\f24d";
  --fa--fa: "\f24d\f24d";
}
.fa-closed-captioning {
  --fa: "\f20a";
  --fa--fa: "\f20a\f20a";
}
.fa-closed-captioning-slash {
  --fa: "\e135";
  --fa--fa: "\e135\e135";
}
.fa-clothes-hanger {
  --fa: "\e136";
  --fa--fa: "\e136\e136";
}
.fa-cloud {
  --fa: "\f0c2";
  --fa--fa: "\f0c2\f0c2";
}
.fa-cloud-arrow-down {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}
.fa-cloud-download {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}
.fa-cloud-download-alt {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}
.fa-cloud-arrow-up {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}
.fa-cloud-upload {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}
.fa-cloud-upload-alt {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}
.fa-cloud-binary {
  --fa: "\e601";
  --fa--fa: "\e601\e601";
}
.fa-cloud-bolt {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}
.fa-thunderstorm {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}
.fa-cloud-bolt-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d";
}
.fa-thunderstorm-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d";
}
.fa-cloud-bolt-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e";
}
.fa-thunderstorm-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e";
}
.fa-cloud-check {
  --fa: "\e35c";
  --fa--fa: "\e35c\e35c";
}
.fa-cloud-drizzle {
  --fa: "\f738";
  --fa--fa: "\f738\f738";
}
.fa-cloud-exclamation {
  --fa: "\e491";
  --fa--fa: "\e491\e491";
}
.fa-cloud-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e";
}
.fa-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e";
}
.fa-cloud-hail {
  --fa: "\f739";
  --fa--fa: "\f739\f739";
}
.fa-cloud-hail-mixed {
  --fa: "\f73a";
  --fa--fa: "\f73a\f73a";
}
.fa-cloud-meatball {
  --fa: "\f73b";
  --fa--fa: "\f73b\f73b";
}
.fa-cloud-minus {
  --fa: "\e35d";
  --fa--fa: "\e35d\e35d";
}
.fa-cloud-moon {
  --fa: "\f6c3";
  --fa--fa: "\f6c3\f6c3";
}
.fa-cloud-moon-rain {
  --fa: "\f73c";
  --fa--fa: "\f73c\f73c";
}
.fa-cloud-music {
  --fa: "\f8ae";
  --fa--fa: "\f8ae\f8ae";
}
.fa-cloud-plus {
  --fa: "\e35e";
  --fa--fa: "\e35e\e35e";
}
.fa-cloud-question {
  --fa: "\e492";
  --fa--fa: "\e492\e492";
}
.fa-cloud-rain {
  --fa: "\f73d";
  --fa--fa: "\f73d\f73d";
}
.fa-cloud-rainbow {
  --fa: "\f73e";
  --fa--fa: "\f73e\f73e";
}
.fa-cloud-showers {
  --fa: "\f73f";
  --fa--fa: "\f73f\f73f";
}
.fa-cloud-showers-heavy {
  --fa: "\f740";
  --fa--fa: "\f740\f740";
}
.fa-cloud-showers-water {
  --fa: "\e4e4";
  --fa--fa: "\e4e4\e4e4";
}
.fa-cloud-slash {
  --fa: "\e137";
  --fa--fa: "\e137\e137";
}
.fa-cloud-sleet {
  --fa: "\f741";
  --fa--fa: "\f741\f741";
}
.fa-cloud-snow {
  --fa: "\f742";
  --fa--fa: "\f742\f742";
}
.fa-cloud-sun {
  --fa: "\f6c4";
  --fa--fa: "\f6c4\f6c4";
}
.fa-cloud-sun-rain {
  --fa: "\f743";
  --fa--fa: "\f743\f743";
}
.fa-cloud-word {
  --fa: "\e138";
  --fa--fa: "\e138\e138";
}
.fa-cloud-xmark {
  --fa: "\e35f";
  --fa--fa: "\e35f\e35f";
}
.fa-clouds {
  --fa: "\f744";
  --fa--fa: "\f744\f744";
}
.fa-clouds-moon {
  --fa: "\f745";
  --fa--fa: "\f745\f745";
}
.fa-clouds-sun {
  --fa: "\f746";
  --fa--fa: "\f746\f746";
}
.fa-clover {
  --fa: "\e139";
  --fa--fa: "\e139\e139";
}
.fa-club {
  --fa: "\f327";
  --fa--fa: "\f327\f327";
}
.fa-coconut {
  --fa: "\e2f6";
  --fa--fa: "\e2f6\e2f6";
}
.fa-code {
  --fa: "\f121";
  --fa--fa: "\f121\f121";
}
.fa-code-branch {
  --fa: "\f126";
  --fa--fa: "\f126\f126";
}
.fa-code-commit {
  --fa: "\f386";
  --fa--fa: "\f386\f386";
}
.fa-code-compare {
  --fa: "\e13a";
  --fa--fa: "\e13a\e13a";
}
.fa-code-fork {
  --fa: "\e13b";
  --fa--fa: "\e13b\e13b";
}
.fa-code-merge {
  --fa: "\f387";
  --fa--fa: "\f387\f387";
}
.fa-code-pull-request {
  --fa: "\e13c";
  --fa--fa: "\e13c\e13c";
}
.fa-code-pull-request-closed {
  --fa: "\e3f9";
  --fa--fa: "\e3f9\e3f9";
}
.fa-code-pull-request-draft {
  --fa: "\e3fa";
  --fa--fa: "\e3fa\e3fa";
}
.fa-code-simple {
  --fa: "\e13d";
  --fa--fa: "\e13d\e13d";
}
.fa-coffee-bean {
  --fa: "\e13e";
  --fa--fa: "\e13e\e13e";
}
.fa-coffee-beans {
  --fa: "\e13f";
  --fa--fa: "\e13f\e13f";
}
.fa-coffee-pot {
  --fa: "\e002";
  --fa--fa: "\e002\e002";
}
.fa-coffin {
  --fa: "\f6c6";
  --fa--fa: "\f6c6\f6c6";
}
.fa-coffin-cross {
  --fa: "\e051";
  --fa--fa: "\e051\e051";
}
.fa-coin {
  --fa: "\f85c";
  --fa--fa: "\f85c\f85c";
}
.fa-coin-blank {
  --fa: "\e3fb";
  --fa--fa: "\e3fb\e3fb";
}
.fa-coin-front {
  --fa: "\e3fc";
  --fa--fa: "\e3fc\e3fc";
}
.fa-coin-vertical {
  --fa: "\e3fd";
  --fa--fa: "\e3fd\e3fd";
}
.fa-coins {
  --fa: "\f51e";
  --fa--fa: "\f51e\f51e";
}
.fa-colon {
  --fa: "\3a";
  --fa--fa: "\3a\3a";
}
.fa-colon-sign {
  --fa: "\e140";
  --fa--fa: "\e140\e140";
}
.fa-columns-3 {
  --fa: "\e361";
  --fa--fa: "\e361\e361";
}
.fa-comet {
  --fa: "\e003";
  --fa--fa: "\e003\e003";
}
.fa-comma {
  --fa: "\2c";
  --fa--fa: "\2c\2c";
}
.fa-command {
  --fa: "\e142";
  --fa--fa: "\e142\e142";
}
.fa-comment {
  --fa: "\f075";
  --fa--fa: "\f075\f075";
}
.fa-comment-arrow-down {
  --fa: "\e143";
  --fa--fa: "\e143\e143";
}
.fa-comment-arrow-up {
  --fa: "\e144";
  --fa--fa: "\e144\e144";
}
.fa-comment-arrow-up-right {
  --fa: "\e145";
  --fa--fa: "\e145\e145";
}
.fa-comment-captions {
  --fa: "\e146";
  --fa--fa: "\e146\e146";
}
.fa-comment-check {
  --fa: "\f4ac";
  --fa--fa: "\f4ac\f4ac";
}
.fa-comment-code {
  --fa: "\e147";
  --fa--fa: "\e147\e147";
}
.fa-comment-dollar {
  --fa: "\f651";
  --fa--fa: "\f651\f651";
}
.fa-comment-dots {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad";
}
.fa-commenting {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad";
}
.fa-comment-exclamation {
  --fa: "\f4af";
  --fa--fa: "\f4af\f4af";
}
.fa-comment-heart {
  --fa: "\e5c8";
  --fa--fa: "\e5c8\e5c8";
}
.fa-comment-image {
  --fa: "\e148";
  --fa--fa: "\e148\e148";
}
.fa-comment-lines {
  --fa: "\f4b0";
  --fa--fa: "\f4b0\f4b0";
}
.fa-comment-medical {
  --fa: "\f7f5";
  --fa--fa: "\f7f5\f7f5";
}
.fa-comment-middle {
  --fa: "\e149";
  --fa--fa: "\e149\e149";
}
.fa-comment-middle-top {
  --fa: "\e14a";
  --fa--fa: "\e14a\e14a";
}
.fa-comment-minus {
  --fa: "\f4b1";
  --fa--fa: "\f4b1\f4b1";
}
.fa-comment-music {
  --fa: "\f8b0";
  --fa--fa: "\f8b0\f8b0";
}
.fa-comment-nodes {
  --fa: "\e696";
  --fa--fa: "\e696\e696";
}
.fa-comment-pen {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae";
}
.fa-comment-edit {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae";
}
.fa-comment-plus {
  --fa: "\f4b2";
  --fa--fa: "\f4b2\f4b2";
}
.fa-comment-question {
  --fa: "\e14b";
  --fa--fa: "\e14b\e14b";
}
.fa-comment-quote {
  --fa: "\e14c";
  --fa--fa: "\e14c\e14c";
}
.fa-comment-slash {
  --fa: "\f4b3";
  --fa--fa: "\f4b3\f4b3";
}
.fa-comment-smile {
  --fa: "\f4b4";
  --fa--fa: "\f4b4\f4b4";
}
.fa-comment-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}
.fa-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}
.fa-comment-text {
  --fa: "\e14d";
  --fa--fa: "\e14d\e14d";
}
.fa-comment-xmark {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5";
}
.fa-comment-times {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5";
}
.fa-comments {
  --fa: "\f086";
  --fa--fa: "\f086\f086";
}
.fa-comments-dollar {
  --fa: "\f653";
  --fa--fa: "\f653\f653";
}
.fa-comments-question {
  --fa: "\e14e";
  --fa--fa: "\e14e\e14e";
}
.fa-comments-question-check {
  --fa: "\e14f";
  --fa--fa: "\e14f\e14f";
}
.fa-compact-disc {
  --fa: "\f51f";
  --fa--fa: "\f51f\f51f";
}
.fa-compass {
  --fa: "\f14e";
  --fa--fa: "\f14e\f14e";
}
.fa-compass-drafting {
  --fa: "\f568";
  --fa--fa: "\f568\f568";
}
.fa-drafting-compass {
  --fa: "\f568";
  --fa--fa: "\f568\f568";
}
.fa-compass-slash {
  --fa: "\f5e9";
  --fa--fa: "\f5e9\f5e9";
}
.fa-compress {
  --fa: "\f066";
  --fa--fa: "\f066\f066";
}
.fa-compress-wide {
  --fa: "\f326";
  --fa--fa: "\f326\f326";
}
.fa-computer {
  --fa: "\e4e5";
  --fa--fa: "\e4e5\e4e5";
}
.fa-computer-classic {
  --fa: "\f8b1";
  --fa--fa: "\f8b1\f8b1";
}
.fa-computer-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}
.fa-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}
.fa-computer-mouse-scrollwheel {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd";
}
.fa-mouse-alt {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd";
}
.fa-computer-speaker {
  --fa: "\f8b2";
  --fa--fa: "\f8b2\f8b2";
}
.fa-container-storage {
  --fa: "\f4b7";
  --fa--fa: "\f4b7\f4b7";
}
.fa-conveyor-belt {
  --fa: "\f46e";
  --fa--fa: "\f46e\f46e";
}
.fa-conveyor-belt-arm {
  --fa: "\e5f8";
  --fa--fa: "\e5f8\e5f8";
}
.fa-conveyor-belt-boxes {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f";
}
.fa-conveyor-belt-alt {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f";
}
.fa-conveyor-belt-empty {
  --fa: "\e150";
  --fa--fa: "\e150\e150";
}
.fa-cookie {
  --fa: "\f563";
  --fa--fa: "\f563\f563";
}
.fa-cookie-bite {
  --fa: "\f564";
  --fa--fa: "\f564\f564";
}
.fa-copy {
  --fa: "\f0c5";
  --fa--fa: "\f0c5\f0c5";
}
.fa-copyright {
  --fa: "\f1f9";
  --fa--fa: "\f1f9\f1f9";
}
.fa-corn {
  --fa: "\f6c7";
  --fa--fa: "\f6c7\f6c7";
}
.fa-corner {
  --fa: "\e3fe";
  --fa--fa: "\e3fe\e3fe";
}
.fa-couch {
  --fa: "\f4b8";
  --fa--fa: "\f4b8\f4b8";
}
.fa-court-sport {
  --fa: "\e643";
  --fa--fa: "\e643\e643";
}
.fa-cow {
  --fa: "\f6c8";
  --fa--fa: "\f6c8\f6c8";
}
.fa-cowbell {
  --fa: "\f8b3";
  --fa--fa: "\f8b3\f8b3";
}
.fa-cowbell-circle-plus {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4";
}
.fa-cowbell-more {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4";
}
.fa-crab {
  --fa: "\e3ff";
  --fa--fa: "\e3ff\e3ff";
}
.fa-crate-apple {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1";
}
.fa-apple-crate {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1";
}
.fa-crate-empty {
  --fa: "\e151";
  --fa--fa: "\e151\e151";
}
.fa-credit-card {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d";
}
.fa-credit-card-alt {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d";
}
.fa-credit-card-blank {
  --fa: "\f389";
  --fa--fa: "\f389\f389";
}
.fa-credit-card-front {
  --fa: "\f38a";
  --fa--fa: "\f38a\f38a";
}
.fa-cricket-bat-ball {
  --fa: "\f449";
  --fa--fa: "\f449\f449";
}
.fa-cricket {
  --fa: "\f449";
  --fa--fa: "\f449\f449";
}
.fa-croissant {
  --fa: "\f7f6";
  --fa--fa: "\f7f6\f7f6";
}
.fa-crop {
  --fa: "\f125";
  --fa--fa: "\f125\f125";
}
.fa-crop-simple {
  --fa: "\f565";
  --fa--fa: "\f565\f565";
}
.fa-crop-alt {
  --fa: "\f565";
  --fa--fa: "\f565\f565";
}
.fa-cross {
  --fa: "\f654";
  --fa--fa: "\f654\f654";
}
.fa-crosshairs {
  --fa: "\f05b";
  --fa--fa: "\f05b\f05b";
}
.fa-crosshairs-simple {
  --fa: "\e59f";
  --fa--fa: "\e59f\e59f";
}
.fa-crow {
  --fa: "\f520";
  --fa--fa: "\f520\f520";
}
.fa-crown {
  --fa: "\f521";
  --fa--fa: "\f521\f521";
}
.fa-crutch {
  --fa: "\f7f7";
  --fa--fa: "\f7f7\f7f7";
}
.fa-crutches {
  --fa: "\f7f8";
  --fa--fa: "\f7f8\f7f8";
}
.fa-cruzeiro-sign {
  --fa: "\e152";
  --fa--fa: "\e152\e152";
}
.fa-crystal-ball {
  --fa: "\e362";
  --fa--fa: "\e362\e362";
}
.fa-cube {
  --fa: "\f1b2";
  --fa--fa: "\f1b2\f1b2";
}
.fa-cubes {
  --fa: "\f1b3";
  --fa--fa: "\f1b3\f1b3";
}
.fa-cubes-stacked {
  --fa: "\e4e6";
  --fa--fa: "\e4e6\e4e6";
}
.fa-cucumber {
  --fa: "\e401";
  --fa--fa: "\e401\e401";
}
.fa-cup-straw {
  --fa: "\e363";
  --fa--fa: "\e363\e363";
}
.fa-cup-straw-swoosh {
  --fa: "\e364";
  --fa--fa: "\e364\e364";
}
.fa-cup-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5";
}
.fa-coffee-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5";
}
.fa-cupcake {
  --fa: "\e402";
  --fa--fa: "\e402\e402";
}
.fa-curling-stone {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a";
}
.fa-curling {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a";
}
.fa-custard {
  --fa: "\e403";
  --fa--fa: "\e403\e403";
}
.fa-d {
  --fa: "\44";
  --fa--fa: "\44\44";
}
.fa-dagger {
  --fa: "\f6cb";
  --fa--fa: "\f6cb\f6cb";
}
.fa-dash {
  --fa: "\e404";
  --fa--fa: "\e404\e404";
}
.fa-minus-large {
  --fa: "\e404";
  --fa--fa: "\e404\e404";
}
.fa-database {
  --fa: "\f1c0";
  --fa--fa: "\f1c0\f1c0";
}
.fa-deer {
  --fa: "\f78e";
  --fa--fa: "\f78e\f78e";
}
.fa-deer-rudolph {
  --fa: "\f78f";
  --fa--fa: "\f78f\f78f";
}
.fa-delete-left {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a";
}
.fa-backspace {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a";
}
.fa-delete-right {
  --fa: "\e154";
  --fa--fa: "\e154\e154";
}
.fa-democrat {
  --fa: "\f747";
  --fa--fa: "\f747\f747";
}
.fa-desktop {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}
.fa-desktop-alt {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}
.fa-desktop-arrow-down {
  --fa: "\e155";
  --fa--fa: "\e155\e155";
}
.fa-dharmachakra {
  --fa: "\f655";
  --fa--fa: "\f655\f655";
}
.fa-diagram-cells {
  --fa: "\e475";
  --fa--fa: "\e475\e475";
}
.fa-diagram-lean-canvas {
  --fa: "\e156";
  --fa--fa: "\e156\e156";
}
.fa-diagram-nested {
  --fa: "\e157";
  --fa--fa: "\e157\e157";
}
.fa-diagram-next {
  --fa: "\e476";
  --fa--fa: "\e476\e476";
}
.fa-diagram-predecessor {
  --fa: "\e477";
  --fa--fa: "\e477\e477";
}
.fa-diagram-previous {
  --fa: "\e478";
  --fa--fa: "\e478\e478";
}
.fa-diagram-project {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}
.fa-project-diagram {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}
.fa-diagram-sankey {
  --fa: "\e158";
  --fa--fa: "\e158\e158";
}
.fa-diagram-subtask {
  --fa: "\e479";
  --fa--fa: "\e479\e479";
}
.fa-diagram-successor {
  --fa: "\e47a";
  --fa--fa: "\e47a\e47a";
}
.fa-diagram-venn {
  --fa: "\e15a";
  --fa--fa: "\e15a\e15a";
}
.fa-dial {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b";
}
.fa-dial-med-high {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b";
}
.fa-dial-high {
  --fa: "\e15c";
  --fa--fa: "\e15c\e15c";
}
.fa-dial-low {
  --fa: "\e15d";
  --fa--fa: "\e15d\e15d";
}
.fa-dial-max {
  --fa: "\e15e";
  --fa--fa: "\e15e\e15e";
}
.fa-dial-med {
  --fa: "\e15f";
  --fa--fa: "\e15f\e15f";
}
.fa-dial-med-low {
  --fa: "\e160";
  --fa--fa: "\e160\e160";
}
.fa-dial-min {
  --fa: "\e161";
  --fa--fa: "\e161\e161";
}
.fa-dial-off {
  --fa: "\e162";
  --fa--fa: "\e162\e162";
}
.fa-diamond {
  --fa: "\f219";
  --fa--fa: "\f219\f219";
}
.fa-diamond-exclamation {
  --fa: "\e405";
  --fa--fa: "\e405\e405";
}
.fa-diamond-half {
  --fa: "\e5b7";
  --fa--fa: "\e5b7\e5b7";
}
.fa-diamond-half-stroke {
  --fa: "\e5b8";
  --fa--fa: "\e5b8\e5b8";
}
.fa-diamond-turn-right {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb";
}
.fa-directions {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb";
}
.fa-diamonds-4 {
  --fa: "\e68b";
  --fa--fa: "\e68b\e68b";
}
.fa-dice {
  --fa: "\f522";
  --fa--fa: "\f522\f522";
}
.fa-dice-d10 {
  --fa: "\f6cd";
  --fa--fa: "\f6cd\f6cd";
}
.fa-dice-d12 {
  --fa: "\f6ce";
  --fa--fa: "\f6ce\f6ce";
}
.fa-dice-d20 {
  --fa: "\f6cf";
  --fa--fa: "\f6cf\f6cf";
}
.fa-dice-d4 {
  --fa: "\f6d0";
  --fa--fa: "\f6d0\f6d0";
}
.fa-dice-d6 {
  --fa: "\f6d1";
  --fa--fa: "\f6d1\f6d1";
}
.fa-dice-d8 {
  --fa: "\f6d2";
  --fa--fa: "\f6d2\f6d2";
}
.fa-dice-five {
  --fa: "\f523";
  --fa--fa: "\f523\f523";
}
.fa-dice-four {
  --fa: "\f524";
  --fa--fa: "\f524\f524";
}
.fa-dice-one {
  --fa: "\f525";
  --fa--fa: "\f525\f525";
}
.fa-dice-six {
  --fa: "\f526";
  --fa--fa: "\f526\f526";
}
.fa-dice-three {
  --fa: "\f527";
  --fa--fa: "\f527\f527";
}
.fa-dice-two {
  --fa: "\f528";
  --fa--fa: "\f528\f528";
}
.fa-dinosaur {
  --fa: "\e5fe";
  --fa--fa: "\e5fe\e5fe";
}
.fa-diploma {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea";
}
.fa-scroll-ribbon {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea";
}
.fa-disc-drive {
  --fa: "\f8b5";
  --fa--fa: "\f8b5\f8b5";
}
.fa-disease {
  --fa: "\f7fa";
  --fa--fa: "\f7fa\f7fa";
}
.fa-display {
  --fa: "\e163";
  --fa--fa: "\e163\e163";
}
.fa-display-arrow-down {
  --fa: "\e164";
  --fa--fa: "\e164\e164";
}
.fa-display-chart-up {
  --fa: "\e5e3";
  --fa--fa: "\e5e3\e5e3";
}
.fa-display-chart-up-circle-currency {
  --fa: "\e5e5";
  --fa--fa: "\e5e5\e5e5";
}
.fa-display-chart-up-circle-dollar {
  --fa: "\e5e6";
  --fa--fa: "\e5e6\e5e6";
}
.fa-display-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165";
}
.fa-desktop-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165";
}
.fa-display-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166";
}
.fa-desktop-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166";
}
.fa-display-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa";
}
.fa-desktop-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa";
}
.fa-distribute-spacing-horizontal {
  --fa: "\e365";
  --fa--fa: "\e365\e365";
}
.fa-distribute-spacing-vertical {
  --fa: "\e366";
  --fa--fa: "\e366\e366";
}
.fa-ditto {
  --fa: "\22";
  --fa--fa: "\22\22";
}
.fa-divide {
  --fa: "\f529";
  --fa--fa: "\f529\f529";
}
.fa-dna {
  --fa: "\f471";
  --fa--fa: "\f471\f471";
}
.fa-do-not-enter {
  --fa: "\f5ec";
  --fa--fa: "\f5ec\f5ec";
}
.fa-dog {
  --fa: "\f6d3";
  --fa--fa: "\f6d3\f6d3";
}
.fa-dog-leashed {
  --fa: "\f6d4";
  --fa--fa: "\f6d4\f6d4";
}
.fa-dollar-sign {
  --fa: "\24";
  --fa--fa: "\24\24";
}
.fa-dollar {
  --fa: "\24";
  --fa--fa: "\24\24";
}
.fa-usd {
  --fa: "\24";
  --fa--fa: "\24\24";
}
.fa-dolly {
  --fa: "\f472";
  --fa--fa: "\f472\f472";
}
.fa-dolly-box {
  --fa: "\f472";
  --fa--fa: "\f472\f472";
}
.fa-dolly-empty {
  --fa: "\f473";
  --fa--fa: "\f473\f473";
}
.fa-dolphin {
  --fa: "\e168";
  --fa--fa: "\e168\e168";
}
.fa-dong-sign {
  --fa: "\e169";
  --fa--fa: "\e169\e169";
}
.fa-donut {
  --fa: "\e406";
  --fa--fa: "\e406\e406";
}
.fa-doughnut {
  --fa: "\e406";
  --fa--fa: "\e406\e406";
}
.fa-door-closed {
  --fa: "\f52a";
  --fa--fa: "\f52a\f52a";
}
.fa-door-open {
  --fa: "\f52b";
  --fa--fa: "\f52b\f52b";
}
.fa-dove {
  --fa: "\f4ba";
  --fa--fa: "\f4ba\f4ba";
}
.fa-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354";
}
.fa-arrow-alt-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354";
}
.fa-down-from-bracket {
  --fa: "\e66b";
  --fa--fa: "\e66b\e66b";
}
.fa-down-from-dotted-line {
  --fa: "\e407";
  --fa--fa: "\e407\e407";
}
.fa-down-from-line {
  --fa: "\f349";
  --fa--fa: "\f349\f349";
}
.fa-arrow-alt-from-top {
  --fa: "\f349";
  --fa--fa: "\f349\f349";
}
.fa-down-left {
  --fa: "\e16a";
  --fa--fa: "\e16a\e16a";
}
.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
  --fa--fa: "\f422\f422";
}
.fa-compress-alt {
  --fa: "\f422";
  --fa--fa: "\f422\f422";
}
.fa-down-long {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}
.fa-long-arrow-alt-down {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}
.fa-down-right {
  --fa: "\e16b";
  --fa--fa: "\e16b\e16b";
}
.fa-down-to-bracket {
  --fa: "\e4e7";
  --fa--fa: "\e4e7\e4e7";
}
.fa-down-to-dotted-line {
  --fa: "\e408";
  --fa--fa: "\e408\e408";
}
.fa-down-to-line {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a";
}
.fa-arrow-alt-to-bottom {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a";
}
.fa-download {
  --fa: "\f019";
  --fa--fa: "\f019\f019";
}
.fa-dragon {
  --fa: "\f6d5";
  --fa--fa: "\f6d5\f6d5";
}
.fa-draw-circle {
  --fa: "\f5ed";
  --fa--fa: "\f5ed\f5ed";
}
.fa-draw-polygon {
  --fa: "\f5ee";
  --fa--fa: "\f5ee\f5ee";
}
.fa-draw-square {
  --fa: "\f5ef";
  --fa--fa: "\f5ef\f5ef";
}
.fa-dreidel {
  --fa: "\f792";
  --fa--fa: "\f792\f792";
}
.fa-drone {
  --fa: "\f85f";
  --fa--fa: "\f85f\f85f";
}
.fa-drone-front {
  --fa: "\f860";
  --fa--fa: "\f860\f860";
}
.fa-drone-alt {
  --fa: "\f860";
  --fa--fa: "\f860\f860";
}
.fa-droplet {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}
.fa-tint {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}
.fa-droplet-degree {
  --fa: "\f748";
  --fa--fa: "\f748\f748";
}
.fa-dewpoint {
  --fa: "\f748";
  --fa--fa: "\f748\f748";
}
.fa-droplet-percent {
  --fa: "\f750";
  --fa--fa: "\f750\f750";
}
.fa-humidity {
  --fa: "\f750";
  --fa--fa: "\f750\f750";
}
.fa-droplet-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}
.fa-tint-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}
.fa-drum {
  --fa: "\f569";
  --fa--fa: "\f569\f569";
}
.fa-drum-steelpan {
  --fa: "\f56a";
  --fa--fa: "\f56a\f56a";
}
.fa-drumstick {
  --fa: "\f6d6";
  --fa--fa: "\f6d6\f6d6";
}
.fa-drumstick-bite {
  --fa: "\f6d7";
  --fa--fa: "\f6d7\f6d7";
}
.fa-dryer {
  --fa: "\f861";
  --fa--fa: "\f861\f861";
}
.fa-dryer-heat {
  --fa: "\f862";
  --fa--fa: "\f862\f862";
}
.fa-dryer-alt {
  --fa: "\f862";
  --fa--fa: "\f862\f862";
}
.fa-duck {
  --fa: "\f6d8";
  --fa--fa: "\f6d8\f6d8";
}
.fa-dumbbell {
  --fa: "\f44b";
  --fa--fa: "\f44b\f44b";
}
.fa-dumpster {
  --fa: "\f793";
  --fa--fa: "\f793\f793";
}
.fa-dumpster-fire {
  --fa: "\f794";
  --fa--fa: "\f794\f794";
}
.fa-dungeon {
  --fa: "\f6d9";
  --fa--fa: "\f6d9\f6d9";
}
.fa-e {
  --fa: "\45";
  --fa--fa: "\45\45";
}
.fa-ear {
  --fa: "\f5f0";
  --fa--fa: "\f5f0\f5f0";
}
.fa-ear-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}
.fa-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}
.fa-deafness {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}
.fa-hard-of-hearing {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}
.fa-ear-listen {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2";
}
.fa-assistive-listening-systems {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2";
}
.fa-ear-muffs {
  --fa: "\f795";
  --fa--fa: "\f795\f795";
}
.fa-earth-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c";
}
.fa-globe-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c";
}
.fa-earth-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}
.fa-earth {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}
.fa-earth-america {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}
.fa-globe-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}
.fa-earth-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e";
}
.fa-globe-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e";
}
.fa-earth-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2";
}
.fa-globe-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2";
}
.fa-earth-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}
.fa-globe-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}
.fa-eclipse {
  --fa: "\f749";
  --fa--fa: "\f749\f749";
}
.fa-egg {
  --fa: "\f7fb";
  --fa--fa: "\f7fb\f7fb";
}
.fa-egg-fried {
  --fa: "\f7fc";
  --fa--fa: "\f7fc\f7fc";
}
.fa-eggplant {
  --fa: "\e16c";
  --fa--fa: "\e16c\e16c";
}
.fa-eject {
  --fa: "\f052";
  --fa--fa: "\f052\f052";
}
.fa-elephant {
  --fa: "\f6da";
  --fa--fa: "\f6da\f6da";
}
.fa-elevator {
  --fa: "\e16d";
  --fa--fa: "\e16d\e16d";
}
.fa-ellipsis {
  --fa: "\f141";
  --fa--fa: "\f141\f141";
}
.fa-ellipsis-h {
  --fa: "\f141";
  --fa--fa: "\f141\f141";
}
.fa-ellipsis-stroke {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b";
}
.fa-ellipsis-h-alt {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b";
}
.fa-ellipsis-stroke-vertical {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c";
}
.fa-ellipsis-v-alt {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c";
}
.fa-ellipsis-vertical {
  --fa: "\f142";
  --fa--fa: "\f142\f142";
}
.fa-ellipsis-v {
  --fa: "\f142";
  --fa--fa: "\f142\f142";
}
.fa-empty-set {
  --fa: "\f656";
  --fa--fa: "\f656\f656";
}
.fa-engine {
  --fa: "\e16e";
  --fa--fa: "\e16e\e16e";
}
.fa-engine-warning {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2";
}
.fa-engine-exclamation {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2";
}
.fa-envelope {
  --fa: "\f0e0";
  --fa--fa: "\f0e0\f0e0";
}
.fa-envelope-circle-check {
  --fa: "\e4e8";
  --fa--fa: "\e4e8\e4e8";
}
.fa-envelope-dot {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f";
}
.fa-envelope-badge {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f";
}
.fa-envelope-open {
  --fa: "\f2b6";
  --fa--fa: "\f2b6\f2b6";
}
.fa-envelope-open-dollar {
  --fa: "\f657";
  --fa--fa: "\f657\f657";
}
.fa-envelope-open-text {
  --fa: "\f658";
  --fa--fa: "\f658\f658";
}
.fa-envelopes {
  --fa: "\e170";
  --fa--fa: "\e170\e170";
}
.fa-envelopes-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}
.fa-mail-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}
.fa-equals {
  --fa: "\3d";
  --fa--fa: "\3d\3d";
}
.fa-eraser {
  --fa: "\f12d";
  --fa--fa: "\f12d\f12d";
}
.fa-escalator {
  --fa: "\e171";
  --fa--fa: "\e171\e171";
}
.fa-ethernet {
  --fa: "\f796";
  --fa--fa: "\f796\f796";
}
.fa-euro-sign {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}
.fa-eur {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}
.fa-euro {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}
.fa-excavator {
  --fa: "\e656";
  --fa--fa: "\e656\e656";
}
.fa-exclamation {
  --fa: "\21";
  --fa--fa: "\21\21";
}
.fa-expand {
  --fa: "\f065";
  --fa--fa: "\f065\f065";
}
.fa-expand-wide {
  --fa: "\f320";
  --fa--fa: "\f320\f320";
}
.fa-explosion {
  --fa: "\e4e9";
  --fa--fa: "\e4e9\e4e9";
}
.fa-eye {
  --fa: "\f06e";
  --fa--fa: "\f06e\f06e";
}
.fa-eye-dropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}
.fa-eye-dropper-empty {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}
.fa-eyedropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}
.fa-eye-dropper-full {
  --fa: "\e172";
  --fa--fa: "\e172\e172";
}
.fa-eye-dropper-half {
  --fa: "\e173";
  --fa--fa: "\e173\e173";
}
.fa-eye-evil {
  --fa: "\f6db";
  --fa--fa: "\f6db\f6db";
}
.fa-eye-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}
.fa-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}
.fa-eye-slash {
  --fa: "\f070";
  --fa--fa: "\f070\f070";
}
.fa-eyes {
  --fa: "\e367";
  --fa--fa: "\e367\e367";
}
.fa-f {
  --fa: "\46";
  --fa--fa: "\46\46";
}
.fa-face-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556";
}
.fa-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556";
}
.fa-face-angry-horns {
  --fa: "\e368";
  --fa--fa: "\e368\e368";
}
.fa-face-anguished {
  --fa: "\e369";
  --fa--fa: "\e369\e369";
}
.fa-face-anxious-sweat {
  --fa: "\e36a";
  --fa--fa: "\e36a\e36a";
}
.fa-face-astonished {
  --fa: "\e36b";
  --fa--fa: "\e36b\e36b";
}
.fa-face-awesome {
  --fa: "\e409";
  --fa--fa: "\e409\e409";
}
.fa-gave-dandy {
  --fa: "\e409";
  --fa--fa: "\e409\e409";
}
.fa-face-beam-hand-over-mouth {
  --fa: "\e47c";
  --fa--fa: "\e47c\e47c";
}
.fa-face-clouds {
  --fa: "\e47d";
  --fa--fa: "\e47d\e47d";
}
.fa-face-confounded {
  --fa: "\e36c";
  --fa--fa: "\e36c\e36c";
}
.fa-face-confused {
  --fa: "\e36d";
  --fa--fa: "\e36d\e36d";
}
.fa-face-cowboy-hat {
  --fa: "\e36e";
  --fa--fa: "\e36e\e36e";
}
.fa-face-diagonal-mouth {
  --fa: "\e47e";
  --fa--fa: "\e47e\e47e";
}
.fa-face-disappointed {
  --fa: "\e36f";
  --fa--fa: "\e36f\e36f";
}
.fa-face-disguise {
  --fa: "\e370";
  --fa--fa: "\e370\e370";
}
.fa-face-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567";
}
.fa-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567";
}
.fa-face-dotted {
  --fa: "\e47f";
  --fa--fa: "\e47f\e47f";
}
.fa-face-downcast-sweat {
  --fa: "\e371";
  --fa--fa: "\e371\e371";
}
.fa-face-drooling {
  --fa: "\e372";
  --fa--fa: "\e372\e372";
}
.fa-face-exhaling {
  --fa: "\e480";
  --fa--fa: "\e480\e480";
}
.fa-face-explode {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe";
}
.fa-exploding-head {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe";
}
.fa-face-expressionless {
  --fa: "\e373";
  --fa--fa: "\e373\e373";
}
.fa-face-eyes-xmarks {
  --fa: "\e374";
  --fa--fa: "\e374\e374";
}
.fa-face-fearful {
  --fa: "\e375";
  --fa--fa: "\e375\e375";
}
.fa-face-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579";
}
.fa-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579";
}
.fa-face-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119";
}
.fa-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119";
}
.fa-face-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a";
}
.fa-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a";
}
.fa-face-frown-slight {
  --fa: "\e376";
  --fa--fa: "\e376\e376";
}
.fa-face-glasses {
  --fa: "\e377";
  --fa--fa: "\e377\e377";
}
.fa-face-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f";
}
.fa-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f";
}
.fa-face-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580";
}
.fa-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580";
}
.fa-face-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582";
}
.fa-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582";
}
.fa-face-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583";
}
.fa-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583";
}
.fa-face-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584";
}
.fa-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584";
}
.fa-face-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585";
}
.fa-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585";
}
.fa-face-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586";
}
.fa-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586";
}
.fa-face-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587";
}
.fa-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587";
}
.fa-face-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588";
}
.fa-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588";
}
.fa-face-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589";
}
.fa-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589";
}
.fa-face-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a";
}
.fa-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a";
}
.fa-face-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b";
}
.fa-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b";
}
.fa-face-grin-wide {
  --fa: "\f581";
  --fa--fa: "\f581\f581";
}
.fa-grin-alt {
  --fa: "\f581";
  --fa--fa: "\f581\f581";
}
.fa-face-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c";
}
.fa-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c";
}
.fa-face-hand-over-mouth {
  --fa: "\e378";
  --fa--fa: "\e378\e378";
}
.fa-face-hand-peeking {
  --fa: "\e481";
  --fa--fa: "\e481\e481";
}
.fa-face-hand-yawn {
  --fa: "\e379";
  --fa--fa: "\e379\e379";
}
.fa-face-head-bandage {
  --fa: "\e37a";
  --fa--fa: "\e37a\e37a";
}
.fa-face-holding-back-tears {
  --fa: "\e482";
  --fa--fa: "\e482\e482";
}
.fa-face-hushed {
  --fa: "\e37b";
  --fa--fa: "\e37b\e37b";
}
.fa-face-icicles {
  --fa: "\e37c";
  --fa--fa: "\e37c\e37c";
}
.fa-face-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}
.fa-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}
.fa-face-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}
.fa-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}
.fa-face-kiss-closed-eyes {
  --fa: "\e37d";
  --fa--fa: "\e37d\e37d";
}
.fa-face-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}
.fa-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}
.fa-face-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}
.fa-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}
.fa-face-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}
.fa-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}
.fa-face-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}
.fa-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}
.fa-face-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}
.fa-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}
.fa-face-lying {
  --fa: "\e37e";
  --fa--fa: "\e37e\e37e";
}
.fa-face-mask {
  --fa: "\e37f";
  --fa--fa: "\e37f\e37f";
}
.fa-face-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}
.fa-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}
.fa-face-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}
.fa-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}
.fa-face-melting {
  --fa: "\e483";
  --fa--fa: "\e483\e483";
}
.fa-face-monocle {
  --fa: "\e380";
  --fa--fa: "\e380\e380";
}
.fa-face-nauseated {
  --fa: "\e381";
  --fa--fa: "\e381\e381";
}
.fa-face-nose-steam {
  --fa: "\e382";
  --fa--fa: "\e382\e382";
}
.fa-face-party {
  --fa: "\e383";
  --fa--fa: "\e383\e383";
}
.fa-face-pensive {
  --fa: "\e384";
  --fa--fa: "\e384\e384";
}
.fa-face-persevering {
  --fa: "\e385";
  --fa--fa: "\e385\e385";
}
.fa-face-pleading {
  --fa: "\e386";
  --fa--fa: "\e386\e386";
}
.fa-face-pouting {
  --fa: "\e387";
  --fa--fa: "\e387\e387";
}
.fa-face-raised-eyebrow {
  --fa: "\e388";
  --fa--fa: "\e388\e388";
}
.fa-face-relieved {
  --fa: "\e389";
  --fa--fa: "\e389\e389";
}
.fa-face-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}
.fa-meh-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}
.fa-face-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}
.fa-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}
.fa-face-sad-sweat {
  --fa: "\e38a";
  --fa--fa: "\e38a\e38a";
}
.fa-face-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}
.fa-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}
.fa-face-saluting {
  --fa: "\e484";
  --fa--fa: "\e484\e484";
}
.fa-face-scream {
  --fa: "\e38b";
  --fa--fa: "\e38b\e38b";
}
.fa-face-shush {
  --fa: "\e38c";
  --fa--fa: "\e38c\e38c";
}
.fa-face-sleeping {
  --fa: "\e38d";
  --fa--fa: "\e38d\e38d";
}
.fa-face-sleepy {
  --fa: "\e38e";
  --fa--fa: "\e38e\e38e";
}
.fa-face-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}
.fa-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}
.fa-face-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}
.fa-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}
.fa-face-smile-halo {
  --fa: "\e38f";
  --fa--fa: "\e38f\e38f";
}
.fa-face-smile-hearts {
  --fa: "\e390";
  --fa--fa: "\e390\e390";
}
.fa-face-smile-horns {
  --fa: "\e391";
  --fa--fa: "\e391\e391";
}
.fa-face-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9";
}
.fa-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9";
}
.fa-face-smile-relaxed {
  --fa: "\e392";
  --fa--fa: "\e392\e392";
}
.fa-face-smile-tear {
  --fa: "\e393";
  --fa--fa: "\e393\e393";
}
.fa-face-smile-tongue {
  --fa: "\e394";
  --fa--fa: "\e394\e394";
}
.fa-face-smile-upside-down {
  --fa: "\e395";
  --fa--fa: "\e395\e395";
}
.fa-face-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}
.fa-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}
.fa-face-smiling-hands {
  --fa: "\e396";
  --fa--fa: "\e396\e396";
}
.fa-face-smirking {
  --fa: "\e397";
  --fa--fa: "\e397\e397";
}
.fa-face-spiral-eyes {
  --fa: "\e485";
  --fa--fa: "\e485\e485";
}
.fa-face-sunglasses {
  --fa: "\e398";
  --fa--fa: "\e398\e398";
}
.fa-face-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}
.fa-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}
.fa-face-swear {
  --fa: "\e399";
  --fa--fa: "\e399\e399";
}
.fa-face-thermometer {
  --fa: "\e39a";
  --fa--fa: "\e39a\e39a";
}
.fa-face-thinking {
  --fa: "\e39b";
  --fa--fa: "\e39b\e39b";
}
.fa-face-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}
.fa-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}
.fa-face-tissue {
  --fa: "\e39c";
  --fa--fa: "\e39c\e39c";
}
.fa-face-tongue-money {
  --fa: "\e39d";
  --fa--fa: "\e39d\e39d";
}
.fa-face-tongue-sweat {
  --fa: "\e39e";
  --fa--fa: "\e39e\e39e";
}
.fa-face-unamused {
  --fa: "\e39f";
  --fa--fa: "\e39f\e39f";
}
.fa-face-viewfinder {
  --fa: "\e2ff";
  --fa--fa: "\e2ff\e2ff";
}
.fa-face-vomit {
  --fa: "\e3a0";
  --fa--fa: "\e3a0\e3a0";
}
.fa-face-weary {
  --fa: "\e3a1";
  --fa--fa: "\e3a1\e3a1";
}
.fa-face-woozy {
  --fa: "\e3a2";
  --fa--fa: "\e3a2\e3a2";
}
.fa-face-worried {
  --fa: "\e3a3";
  --fa--fa: "\e3a3\e3a3";
}
.fa-face-zany {
  --fa: "\e3a4";
  --fa--fa: "\e3a4\e3a4";
}
.fa-face-zipper {
  --fa: "\e3a5";
  --fa--fa: "\e3a5\e3a5";
}
.fa-falafel {
  --fa: "\e40a";
  --fa--fa: "\e40a\e40a";
}
.fa-family {
  --fa: "\e300";
  --fa--fa: "\e300\e300";
}
.fa-family-dress {
  --fa: "\e301";
  --fa--fa: "\e301\e301";
}
.fa-family-pants {
  --fa: "\e302";
  --fa--fa: "\e302\e302";
}
.fa-fan {
  --fa: "\f863";
  --fa--fa: "\f863\f863";
}
.fa-fan-table {
  --fa: "\e004";
  --fa--fa: "\e004\e004";
}
.fa-farm {
  --fa: "\f864";
  --fa--fa: "\f864\f864";
}
.fa-barn-silo {
  --fa: "\f864";
  --fa--fa: "\f864\f864";
}
.fa-faucet {
  --fa: "\e005";
  --fa--fa: "\e005\e005";
}
.fa-faucet-drip {
  --fa: "\e006";
  --fa--fa: "\e006\e006";
}
.fa-fax {
  --fa: "\f1ac";
  --fa--fa: "\f1ac\f1ac";
}
.fa-feather {
  --fa: "\f52d";
  --fa--fa: "\f52d\f52d";
}
.fa-feather-pointed {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b";
}
.fa-feather-alt {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b";
}
.fa-fence {
  --fa: "\e303";
  --fa--fa: "\e303\e303";
}
.fa-ferris-wheel {
  --fa: "\e174";
  --fa--fa: "\e174\e174";
}
.fa-ferry {
  --fa: "\e4ea";
  --fa--fa: "\e4ea\e4ea";
}
.fa-field-hockey-stick-ball {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c";
}
.fa-field-hockey {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c";
}
.fa-file {
  --fa: "\f15b";
  --fa--fa: "\f15b\f15b";
}
.fa-file-arrow-down {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d";
}
.fa-file-download {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d";
}
.fa-file-arrow-up {
  --fa: "\f574";
  --fa--fa: "\f574\f574";
}
.fa-file-upload {
  --fa: "\f574";
  --fa--fa: "\f574\f574";
}
.fa-file-audio {
  --fa: "\f1c7";
  --fa--fa: "\f1c7\f1c7";
}
.fa-file-binary {
  --fa: "\e175";
  --fa--fa: "\e175\e175";
}
.fa-file-cad {
  --fa: "\e672";
  --fa--fa: "\e672\e672";
}
.fa-file-certificate {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3";
}
.fa-file-award {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3";
}
.fa-file-chart-column {
  --fa: "\f659";
  --fa--fa: "\f659\f659";
}
.fa-file-chart-line {
  --fa: "\f659";
  --fa--fa: "\f659\f659";
}
.fa-file-chart-pie {
  --fa: "\f65a";
  --fa--fa: "\f65a\f65a";
}
.fa-file-check {
  --fa: "\f316";
  --fa--fa: "\f316\f316";
}
.fa-file-circle-check {
  --fa: "\e5a0";
  --fa--fa: "\e5a0\e5a0";
}
.fa-file-circle-exclamation {
  --fa: "\e4eb";
  --fa--fa: "\e4eb\e4eb";
}
.fa-file-circle-info {
  --fa: "\e493";
  --fa--fa: "\e493\e493";
}
.fa-file-circle-minus {
  --fa: "\e4ed";
  --fa--fa: "\e4ed\e4ed";
}
.fa-file-circle-plus {
  --fa: "\e494";
  --fa--fa: "\e494\e494";
}
.fa-file-circle-question {
  --fa: "\e4ef";
  --fa--fa: "\e4ef\e4ef";
}
.fa-file-circle-xmark {
  --fa: "\e5a1";
  --fa--fa: "\e5a1\e5a1";
}
.fa-file-code {
  --fa: "\f1c9";
  --fa--fa: "\f1c9\f1c9";
}
.fa-file-contract {
  --fa: "\f56c";
  --fa--fa: "\f56c\f56c";
}
.fa-file-csv {
  --fa: "\f6dd";
  --fa--fa: "\f6dd\f6dd";
}
.fa-file-dashed-line {
  --fa: "\f877";
  --fa--fa: "\f877\f877";
}
.fa-page-break {
  --fa: "\f877";
  --fa--fa: "\f877\f877";
}
.fa-file-doc {
  --fa: "\e5ed";
  --fa--fa: "\e5ed\e5ed";
}
.fa-file-eps {
  --fa: "\e644";
  --fa--fa: "\e644\e644";
}
.fa-file-excel {
  --fa: "\f1c3";
  --fa--fa: "\f1c3\f1c3";
}
.fa-file-exclamation {
  --fa: "\f31a";
  --fa--fa: "\f31a\f31a";
}
.fa-file-export {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e";
}
.fa-arrow-right-from-file {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e";
}
.fa-file-fragment {
  --fa: "\e697";
  --fa--fa: "\e697\e697";
}
.fa-file-gif {
  --fa: "\e645";
  --fa--fa: "\e645\e645";
}
.fa-file-half-dashed {
  --fa: "\e698";
  --fa--fa: "\e698\e698";
}
.fa-file-heart {
  --fa: "\e176";
  --fa--fa: "\e176\e176";
}
.fa-file-image {
  --fa: "\f1c5";
  --fa--fa: "\f1c5\f1c5";
}
.fa-file-import {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f";
}
.fa-arrow-right-to-file {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f";
}
.fa-file-invoice {
  --fa: "\f570";
  --fa--fa: "\f570\f570";
}
.fa-file-invoice-dollar {
  --fa: "\f571";
  --fa--fa: "\f571\f571";
}
.fa-file-jpg {
  --fa: "\e646";
  --fa--fa: "\e646\e646";
}
.fa-file-lines {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}
.fa-file-alt {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}
.fa-file-text {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}
.fa-file-lock {
  --fa: "\e3a6";
  --fa--fa: "\e3a6\e3a6";
}
.fa-file-magnifying-glass {
  --fa: "\f865";
  --fa--fa: "\f865\f865";
}
.fa-file-search {
  --fa: "\f865";
  --fa--fa: "\f865\f865";
}
.fa-file-medical {
  --fa: "\f477";
  --fa--fa: "\f477\f477";
}
.fa-file-minus {
  --fa: "\f318";
  --fa--fa: "\f318\f318";
}
.fa-file-mov {
  --fa: "\e647";
  --fa--fa: "\e647\e647";
}
.fa-file-mp3 {
  --fa: "\e648";
  --fa--fa: "\e648\e648";
}
.fa-file-mp4 {
  --fa: "\e649";
  --fa--fa: "\e649\e649";
}
.fa-file-music {
  --fa: "\f8b6";
  --fa--fa: "\f8b6\f8b6";
}
.fa-file-pdf {
  --fa: "\f1c1";
  --fa--fa: "\f1c1\f1c1";
}
.fa-file-pen {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}
.fa-file-edit {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}
.fa-file-plus {
  --fa: "\f319";
  --fa--fa: "\f319\f319";
}
.fa-file-plus-minus {
  --fa: "\e177";
  --fa--fa: "\e177\e177";
}
.fa-file-png {
  --fa: "\e666";
  --fa--fa: "\e666\e666";
}
.fa-file-powerpoint {
  --fa: "\f1c4";
  --fa--fa: "\f1c4\f1c4";
}
.fa-file-ppt {
  --fa: "\e64a";
  --fa--fa: "\e64a\e64a";
}
.fa-file-prescription {
  --fa: "\f572";
  --fa--fa: "\f572\f572";
}
.fa-file-shield {
  --fa: "\e4f0";
  --fa--fa: "\e4f0\e4f0";
}
.fa-file-signature {
  --fa: "\f573";
  --fa--fa: "\f573\f573";
}
.fa-file-slash {
  --fa: "\e3a7";
  --fa--fa: "\e3a7\e3a7";
}
.fa-file-spreadsheet {
  --fa: "\f65b";
  --fa--fa: "\f65b\f65b";
}
.fa-file-svg {
  --fa: "\e64b";
  --fa--fa: "\e64b\e64b";
}
.fa-file-user {
  --fa: "\f65c";
  --fa--fa: "\f65c\f65c";
}
.fa-file-vector {
  --fa: "\e64c";
  --fa--fa: "\e64c\e64c";
}
.fa-file-video {
  --fa: "\f1c8";
  --fa--fa: "\f1c8\f1c8";
}
.fa-file-waveform {
  --fa: "\f478";
  --fa--fa: "\f478\f478";
}
.fa-file-medical-alt {
  --fa: "\f478";
  --fa--fa: "\f478\f478";
}
.fa-file-word {
  --fa: "\f1c2";
  --fa--fa: "\f1c2\f1c2";
}
.fa-file-xls {
  --fa: "\e64d";
  --fa--fa: "\e64d\e64d";
}
.fa-file-xmark {
  --fa: "\f317";
  --fa--fa: "\f317\f317";
}
.fa-file-times {
  --fa: "\f317";
  --fa--fa: "\f317\f317";
}
.fa-file-xml {
  --fa: "\e654";
  --fa--fa: "\e654\e654";
}
.fa-file-zip {
  --fa: "\e5ee";
  --fa--fa: "\e5ee\e5ee";
}
.fa-file-zipper {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6";
}
.fa-file-archive {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6";
}
.fa-files {
  --fa: "\e178";
  --fa--fa: "\e178\e178";
}
.fa-files-medical {
  --fa: "\f7fd";
  --fa--fa: "\f7fd\f7fd";
}
.fa-fill {
  --fa: "\f575";
  --fa--fa: "\f575\f575";
}
.fa-fill-drip {
  --fa: "\f576";
  --fa--fa: "\f576\f576";
}
.fa-film {
  --fa: "\f008";
  --fa--fa: "\f008\f008";
}
.fa-film-canister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7";
}
.fa-film-cannister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7";
}
.fa-film-simple {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0";
}
.fa-film-alt {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0";
}
.fa-film-slash {
  --fa: "\e179";
  --fa--fa: "\e179\e179";
}
.fa-films {
  --fa: "\e17a";
  --fa--fa: "\e17a\e17a";
}
.fa-filter {
  --fa: "\f0b0";
  --fa--fa: "\f0b0\f0b0";
}
.fa-filter-circle-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662";
}
.fa-funnel-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662";
}
.fa-filter-circle-xmark {
  --fa: "\e17b";
  --fa--fa: "\e17b\e17b";
}
.fa-filter-list {
  --fa: "\e17c";
  --fa--fa: "\e17c\e17c";
}
.fa-filter-slash {
  --fa: "\e17d";
  --fa--fa: "\e17d\e17d";
}
.fa-filters {
  --fa: "\e17e";
  --fa--fa: "\e17e\e17e";
}
.fa-fingerprint {
  --fa: "\f577";
  --fa--fa: "\f577\f577";
}
.fa-fire {
  --fa: "\f06d";
  --fa--fa: "\f06d\f06d";
}
.fa-fire-burner {
  --fa: "\e4f1";
  --fa--fa: "\e4f1\e4f1";
}
.fa-fire-extinguisher {
  --fa: "\f134";
  --fa--fa: "\f134\f134";
}
.fa-fire-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df";
}
.fa-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df";
}
.fa-fire-flame-curved {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4";
}
.fa-fire-alt {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4";
}
.fa-fire-flame-simple {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a";
}
.fa-burn {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a";
}
.fa-fire-hydrant {
  --fa: "\e17f";
  --fa--fa: "\e17f\e17f";
}
.fa-fire-smoke {
  --fa: "\f74b";
  --fa--fa: "\f74b\f74b";
}
.fa-fireplace {
  --fa: "\f79a";
  --fa--fa: "\f79a\f79a";
}
.fa-fish {
  --fa: "\f578";
  --fa--fa: "\f578\f578";
}
.fa-fish-bones {
  --fa: "\e304";
  --fa--fa: "\e304\e304";
}
.fa-fish-cooked {
  --fa: "\f7fe";
  --fa--fa: "\f7fe\f7fe";
}
.fa-fish-fins {
  --fa: "\e4f2";
  --fa--fa: "\e4f2\e4f2";
}
.fa-fishing-rod {
  --fa: "\e3a8";
  --fa--fa: "\e3a8\e3a8";
}
.fa-flag {
  --fa: "\f024";
  --fa--fa: "\f024\f024";
}
.fa-flag-checkered {
  --fa: "\f11e";
  --fa--fa: "\f11e\f11e";
}
.fa-flag-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456";
}
.fa-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456";
}
.fa-flag-swallowtail {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c";
}
.fa-flag-alt {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c";
}
.fa-flag-usa {
  --fa: "\f74d";
  --fa--fa: "\f74d\f74d";
}
.fa-flashlight {
  --fa: "\f8b8";
  --fa--fa: "\f8b8\f8b8";
}
.fa-flask {
  --fa: "\f0c3";
  --fa--fa: "\f0c3\f0c3";
}
.fa-flask-gear {
  --fa: "\e5f1";
  --fa--fa: "\e5f1\e5f1";
}
.fa-flask-round-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0";
}
.fa-flask-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0";
}
.fa-flask-round-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1";
}
.fa-flask-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1";
}
.fa-flask-vial {
  --fa: "\e4f3";
  --fa--fa: "\e4f3\e4f3";
}
.fa-flatbread {
  --fa: "\e40b";
  --fa--fa: "\e40b\e40b";
}
.fa-flatbread-stuffed {
  --fa: "\e40c";
  --fa--fa: "\e40c\e40c";
}
.fa-floppy-disk {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}
.fa-save {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}
.fa-floppy-disk-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180";
}
.fa-save-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180";
}
.fa-floppy-disk-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}
.fa-floppy-disk-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}
.fa-save-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}
.fa-save-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}
.fa-floppy-disk-pen {
  --fa: "\e182";
  --fa--fa: "\e182\e182";
}
.fa-floppy-disks {
  --fa: "\e183";
  --fa--fa: "\e183\e183";
}
.fa-florin-sign {
  --fa: "\e184";
  --fa--fa: "\e184\e184";
}
.fa-flower {
  --fa: "\f7ff";
  --fa--fa: "\f7ff\f7ff";
}
.fa-flower-daffodil {
  --fa: "\f800";
  --fa--fa: "\f800\f800";
}
.fa-flower-tulip {
  --fa: "\f801";
  --fa--fa: "\f801\f801";
}
.fa-flute {
  --fa: "\f8b9";
  --fa--fa: "\f8b9\f8b9";
}
.fa-flux-capacitor {
  --fa: "\f8ba";
  --fa--fa: "\f8ba\f8ba";
}
.fa-flying-disc {
  --fa: "\e3a9";
  --fa--fa: "\e3a9\e3a9";
}
.fa-folder {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b";
}
.fa-folder-blank {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b";
}
.fa-folder-arrow-down {
  --fa: "\e053";
  --fa--fa: "\e053\e053";
}
.fa-folder-download {
  --fa: "\e053";
  --fa--fa: "\e053\e053";
}
.fa-folder-arrow-up {
  --fa: "\e054";
  --fa--fa: "\e054\e054";
}
.fa-folder-upload {
  --fa: "\e054";
  --fa--fa: "\e054\e054";
}
.fa-folder-bookmark {
  --fa: "\e186";
  --fa--fa: "\e186\e186";
}
.fa-folder-check {
  --fa: "\e64e";
  --fa--fa: "\e64e\e64e";
}
.fa-folder-closed {
  --fa: "\e185";
  --fa--fa: "\e185\e185";
}
.fa-folder-gear {
  --fa: "\e187";
  --fa--fa: "\e187\e187";
}
.fa-folder-cog {
  --fa: "\e187";
  --fa--fa: "\e187\e187";
}
.fa-folder-grid {
  --fa: "\e188";
  --fa--fa: "\e188\e188";
}
.fa-folder-heart {
  --fa: "\e189";
  --fa--fa: "\e189\e189";
}
.fa-folder-image {
  --fa: "\e18a";
  --fa--fa: "\e18a\e18a";
}
.fa-folder-magnifying-glass {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b";
}
.fa-folder-search {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b";
}
.fa-folder-medical {
  --fa: "\e18c";
  --fa--fa: "\e18c\e18c";
}
.fa-folder-minus {
  --fa: "\f65d";
  --fa--fa: "\f65d\f65d";
}
.fa-folder-music {
  --fa: "\e18d";
  --fa--fa: "\e18d\e18d";
}
.fa-folder-open {
  --fa: "\f07c";
  --fa--fa: "\f07c\f07c";
}
.fa-folder-plus {
  --fa: "\f65e";
  --fa--fa: "\f65e\f65e";
}
.fa-folder-tree {
  --fa: "\f802";
  --fa--fa: "\f802\f802";
}
.fa-folder-user {
  --fa: "\e18e";
  --fa--fa: "\e18e\e18e";
}
.fa-folder-xmark {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f";
}
.fa-folder-times {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f";
}
.fa-folders {
  --fa: "\f660";
  --fa--fa: "\f660\f660";
}
.fa-fondue-pot {
  --fa: "\e40d";
  --fa--fa: "\e40d\e40d";
}
.fa-font {
  --fa: "\f031";
  --fa--fa: "\f031\f031";
}
.fa-font-case {
  --fa: "\f866";
  --fa--fa: "\f866\f866";
}
.fa-football {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e";
}
.fa-football-ball {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e";
}
.fa-football-helmet {
  --fa: "\f44f";
  --fa--fa: "\f44f\f44f";
}
.fa-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3";
}
.fa-utensil-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3";
}
.fa-fork-knife {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6";
}
.fa-utensils-alt {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6";
}
.fa-forklift {
  --fa: "\f47a";
  --fa--fa: "\f47a\f47a";
}
.fa-fort {
  --fa: "\e486";
  --fa--fa: "\e486\e486";
}
.fa-forward {
  --fa: "\f04e";
  --fa--fa: "\f04e\f04e";
}
.fa-forward-fast {
  --fa: "\f050";
  --fa--fa: "\f050\f050";
}
.fa-fast-forward {
  --fa: "\f050";
  --fa--fa: "\f050\f050";
}
.fa-forward-step {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}
.fa-step-forward {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}
.fa-frame {
  --fa: "\e495";
  --fa--fa: "\e495\e495";
}
.fa-franc-sign {
  --fa: "\e18f";
  --fa--fa: "\e18f\e18f";
}
.fa-french-fries {
  --fa: "\f803";
  --fa--fa: "\f803\f803";
}
.fa-frog {
  --fa: "\f52e";
  --fa--fa: "\f52e\f52e";
}
.fa-function {
  --fa: "\f661";
  --fa--fa: "\f661\f661";
}
.fa-futbol {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}
.fa-futbol-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}
.fa-soccer-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}
.fa-g {
  --fa: "\47";
  --fa--fa: "\47\47";
}
.fa-galaxy {
  --fa: "\e008";
  --fa--fa: "\e008\e008";
}
.fa-gallery-thumbnails {
  --fa: "\e3aa";
  --fa--fa: "\e3aa\e3aa";
}
.fa-game-board {
  --fa: "\f867";
  --fa--fa: "\f867\f867";
}
.fa-game-board-simple {
  --fa: "\f868";
  --fa--fa: "\f868\f868";
}
.fa-game-board-alt {
  --fa: "\f868";
  --fa--fa: "\f868\f868";
}
.fa-game-console-handheld {
  --fa: "\f8bb";
  --fa--fa: "\f8bb\f8bb";
}
.fa-game-console-handheld-crank {
  --fa: "\e5b9";
  --fa--fa: "\e5b9\e5b9";
}
.fa-gamepad {
  --fa: "\f11b";
  --fa--fa: "\f11b\f11b";
}
.fa-gamepad-modern {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2";
}
.fa-gamepad-alt {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2";
}
.fa-garage {
  --fa: "\e009";
  --fa--fa: "\e009\e009";
}
.fa-garage-car {
  --fa: "\e00a";
  --fa--fa: "\e00a\e00a";
}
.fa-garage-open {
  --fa: "\e00b";
  --fa--fa: "\e00b\e00b";
}
.fa-garlic {
  --fa: "\e40e";
  --fa--fa: "\e40e\e40e";
}
.fa-gas-pump {
  --fa: "\f52f";
  --fa--fa: "\f52f\f52f";
}
.fa-gas-pump-slash {
  --fa: "\f5f4";
  --fa--fa: "\f5f4\f5f4";
}
.fa-gauge {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}
.fa-dashboard {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}
.fa-gauge-med {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}
.fa-tachometer-alt-average {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}
.fa-gauge-circle-bolt {
  --fa: "\e496";
  --fa--fa: "\e496\e496";
}
.fa-gauge-circle-minus {
  --fa: "\e497";
  --fa--fa: "\e497\e497";
}
.fa-gauge-circle-plus {
  --fa: "\e498";
  --fa--fa: "\e498\e498";
}
.fa-gauge-high {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}
.fa-tachometer-alt {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}
.fa-tachometer-alt-fast {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}
.fa-gauge-low {
  --fa: "\f627";
  --fa--fa: "\f627\f627";
}
.fa-tachometer-alt-slow {
  --fa: "\f627";
  --fa--fa: "\f627\f627";
}
.fa-gauge-max {
  --fa: "\f626";
  --fa--fa: "\f626\f626";
}
.fa-tachometer-alt-fastest {
  --fa: "\f626";
  --fa--fa: "\f626\f626";
}
.fa-gauge-min {
  --fa: "\f628";
  --fa--fa: "\f628\f628";
}
.fa-tachometer-alt-slowest {
  --fa: "\f628";
  --fa--fa: "\f628\f628";
}
.fa-gauge-simple {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}
.fa-gauge-simple-med {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}
.fa-tachometer-average {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}
.fa-gauge-simple-high {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}
.fa-tachometer {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}
.fa-tachometer-fast {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}
.fa-gauge-simple-low {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c";
}
.fa-tachometer-slow {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c";
}
.fa-gauge-simple-max {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b";
}
.fa-tachometer-fastest {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b";
}
.fa-gauge-simple-min {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d";
}
.fa-tachometer-slowest {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d";
}
.fa-gavel {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3";
}
.fa-legal {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3";
}
.fa-gear {
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}
.fa-cog {
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}
.fa-gear-code {
  --fa: "\e5e8";
  --fa--fa: "\e5e8\e5e8";
}
.fa-gear-complex {
  --fa: "\e5e9";
  --fa--fa: "\e5e9\e5e9";
}
.fa-gear-complex-code {
  --fa: "\e5eb";
  --fa--fa: "\e5eb\e5eb";
}
.fa-gears {
  --fa: "\f085";
  --fa--fa: "\f085\f085";
}
.fa-cogs {
  --fa: "\f085";
  --fa--fa: "\f085\f085";
}
.fa-gem {
  --fa: "\f3a5";
  --fa--fa: "\f3a5\f3a5";
}
.fa-genderless {
  --fa: "\f22d";
  --fa--fa: "\f22d\f22d";
}
.fa-ghost {
  --fa: "\f6e2";
  --fa--fa: "\f6e2\f6e2";
}
.fa-gif {
  --fa: "\e190";
  --fa--fa: "\e190\e190";
}
.fa-gift {
  --fa: "\f06b";
  --fa--fa: "\f06b\f06b";
}
.fa-gift-card {
  --fa: "\f663";
  --fa--fa: "\f663\f663";
}
.fa-gifts {
  --fa: "\f79c";
  --fa--fa: "\f79c\f79c";
}
.fa-gingerbread-man {
  --fa: "\f79d";
  --fa--fa: "\f79d\f79d";
}
.fa-glass {
  --fa: "\f804";
  --fa--fa: "\f804\f804";
}
.fa-glass-citrus {
  --fa: "\f869";
  --fa--fa: "\f869\f869";
}
.fa-glass-empty {
  --fa: "\e191";
  --fa--fa: "\e191\e191";
}
.fa-glass-half {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}
.fa-glass-half-empty {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}
.fa-glass-half-full {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}
.fa-glass-water {
  --fa: "\e4f4";
  --fa--fa: "\e4f4\e4f4";
}
.fa-glass-water-droplet {
  --fa: "\e4f5";
  --fa--fa: "\e4f5\e4f5";
}
.fa-glasses {
  --fa: "\f530";
  --fa--fa: "\f530\f530";
}
.fa-glasses-round {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5";
}
.fa-glasses-alt {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5";
}
.fa-globe {
  --fa: "\f0ac";
  --fa--fa: "\f0ac\f0ac";
}
.fa-globe-pointer {
  --fa: "\e60e";
  --fa--fa: "\e60e\e60e";
}
.fa-globe-snow {
  --fa: "\f7a3";
  --fa--fa: "\f7a3\f7a3";
}
.fa-globe-stand {
  --fa: "\f5f6";
  --fa--fa: "\f5f6\f5f6";
}
.fa-globe-wifi {
  --fa: "\e685";
  --fa--fa: "\e685\e685";
}
.fa-goal-net {
  --fa: "\e3ab";
  --fa--fa: "\e3ab\e3ab";
}
.fa-golf-ball-tee {
  --fa: "\f450";
  --fa--fa: "\f450\f450";
}
.fa-golf-ball {
  --fa: "\f450";
  --fa--fa: "\f450\f450";
}
.fa-golf-club {
  --fa: "\f451";
  --fa--fa: "\f451\f451";
}
.fa-golf-flag-hole {
  --fa: "\e3ac";
  --fa--fa: "\e3ac\e3ac";
}
.fa-gopuram {
  --fa: "\f664";
  --fa--fa: "\f664\f664";
}
.fa-graduation-cap {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d";
}
.fa-mortar-board {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d";
}
.fa-gramophone {
  --fa: "\f8bd";
  --fa--fa: "\f8bd\f8bd";
}
.fa-grapes {
  --fa: "\e306";
  --fa--fa: "\e306\e306";
}
.fa-grate {
  --fa: "\e193";
  --fa--fa: "\e193\e193";
}
.fa-grate-droplet {
  --fa: "\e194";
  --fa--fa: "\e194\e194";
}
.fa-greater-than {
  --fa: "\3e";
  --fa--fa: "\3e\3e";
}
.fa-greater-than-equal {
  --fa: "\f532";
  --fa--fa: "\f532\f532";
}
.fa-grid {
  --fa: "\e195";
  --fa--fa: "\e195\e195";
}
.fa-grid-3 {
  --fa: "\e195";
  --fa--fa: "\e195\e195";
}
.fa-grid-2 {
  --fa: "\e196";
  --fa--fa: "\e196\e196";
}
.fa-grid-2-plus {
  --fa: "\e197";
  --fa--fa: "\e197\e197";
}
.fa-grid-4 {
  --fa: "\e198";
  --fa--fa: "\e198\e198";
}
.fa-grid-5 {
  --fa: "\e199";
  --fa--fa: "\e199\e199";
}
.fa-grid-dividers {
  --fa: "\e3ad";
  --fa--fa: "\e3ad\e3ad";
}
.fa-grid-horizontal {
  --fa: "\e307";
  --fa--fa: "\e307\e307";
}
.fa-grid-round {
  --fa: "\e5da";
  --fa--fa: "\e5da\e5da";
}
.fa-grid-round-2 {
  --fa: "\e5db";
  --fa--fa: "\e5db\e5db";
}
.fa-grid-round-2-plus {
  --fa: "\e5dc";
  --fa--fa: "\e5dc\e5dc";
}
.fa-grid-round-4 {
  --fa: "\e5dd";
  --fa--fa: "\e5dd\e5dd";
}
.fa-grid-round-5 {
  --fa: "\e5de";
  --fa--fa: "\e5de\e5de";
}
.fa-grill {
  --fa: "\e5a3";
  --fa--fa: "\e5a3\e5a3";
}
.fa-grill-fire {
  --fa: "\e5a4";
  --fa--fa: "\e5a4\e5a4";
}
.fa-grill-hot {
  --fa: "\e5a5";
  --fa--fa: "\e5a5\e5a5";
}
.fa-grip {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d";
}
.fa-grip-horizontal {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d";
}
.fa-grip-dots {
  --fa: "\e410";
  --fa--fa: "\e410\e410";
}
.fa-grip-dots-vertical {
  --fa: "\e411";
  --fa--fa: "\e411\e411";
}
.fa-grip-lines {
  --fa: "\f7a4";
  --fa--fa: "\f7a4\f7a4";
}
.fa-grip-lines-vertical {
  --fa: "\f7a5";
  --fa--fa: "\f7a5\f7a5";
}
.fa-grip-vertical {
  --fa: "\f58e";
  --fa--fa: "\f58e\f58e";
}
.fa-group-arrows-rotate {
  --fa: "\e4f6";
  --fa--fa: "\e4f6\e4f6";
}
.fa-guarani-sign {
  --fa: "\e19a";
  --fa--fa: "\e19a\e19a";
}
.fa-guitar {
  --fa: "\f7a6";
  --fa--fa: "\f7a6\f7a6";
}
.fa-guitar-electric {
  --fa: "\f8be";
  --fa--fa: "\f8be\f8be";
}
.fa-guitars {
  --fa: "\f8bf";
  --fa--fa: "\f8bf\f8bf";
}
.fa-gun {
  --fa: "\e19b";
  --fa--fa: "\e19b\e19b";
}
.fa-gun-slash {
  --fa: "\e19c";
  --fa--fa: "\e19c\e19c";
}
.fa-gun-squirt {
  --fa: "\e19d";
  --fa--fa: "\e19d\e19d";
}
.fa-h {
  --fa: "\48";
  --fa--fa: "\48\48";
}
.fa-h1 {
  --fa: "\f313";
  --fa--fa: "\f313\f313";
}
.fa-h2 {
  --fa: "\f314";
  --fa--fa: "\f314\f314";
}
.fa-h3 {
  --fa: "\f315";
  --fa--fa: "\f315\f315";
}
.fa-h4 {
  --fa: "\f86a";
  --fa--fa: "\f86a\f86a";
}
.fa-h5 {
  --fa: "\e412";
  --fa--fa: "\e412\e412";
}
.fa-h6 {
  --fa: "\e413";
  --fa--fa: "\e413\e413";
}
.fa-hammer {
  --fa: "\f6e3";
  --fa--fa: "\f6e3\f6e3";
}
.fa-hammer-brush {
  --fa: "\e620";
  --fa--fa: "\e620\e620";
}
.fa-hammer-crash {
  --fa: "\e414";
  --fa--fa: "\e414\e414";
}
.fa-hammer-war {
  --fa: "\f6e4";
  --fa--fa: "\f6e4\f6e4";
}
.fa-hamsa {
  --fa: "\f665";
  --fa--fa: "\f665\f665";
}
.fa-hand {
  --fa: "\f256";
  --fa--fa: "\f256\f256";
}
.fa-hand-paper {
  --fa: "\f256";
  --fa--fa: "\f256\f256";
}
.fa-hand-back-fist {
  --fa: "\f255";
  --fa--fa: "\f255\f255";
}
.fa-hand-rock {
  --fa: "\f255";
  --fa--fa: "\f255\f255";
}
.fa-hand-back-point-down {
  --fa: "\e19e";
  --fa--fa: "\e19e\e19e";
}
.fa-hand-back-point-left {
  --fa: "\e19f";
  --fa--fa: "\e19f\e19f";
}
.fa-hand-back-point-ribbon {
  --fa: "\e1a0";
  --fa--fa: "\e1a0\e1a0";
}
.fa-hand-back-point-right {
  --fa: "\e1a1";
  --fa--fa: "\e1a1\e1a1";
}
.fa-hand-back-point-up {
  --fa: "\e1a2";
  --fa--fa: "\e1a2\e1a2";
}
.fa-hand-dots {
  --fa: "\f461";
  --fa--fa: "\f461\f461";
}
.fa-allergies {
  --fa: "\f461";
  --fa--fa: "\f461\f461";
}
.fa-hand-fingers-crossed {
  --fa: "\e1a3";
  --fa--fa: "\e1a3\e1a3";
}
.fa-hand-fist {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de";
}
.fa-fist-raised {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de";
}
.fa-hand-heart {
  --fa: "\f4bc";
  --fa--fa: "\f4bc\f4bc";
}
.fa-hand-holding {
  --fa: "\f4bd";
  --fa--fa: "\f4bd\f4bd";
}
.fa-hand-holding-box {
  --fa: "\f47b";
  --fa--fa: "\f47b\f47b";
}
.fa-hand-holding-circle-dollar {
  --fa: "\e621";
  --fa--fa: "\e621\e621";
}
.fa-hand-holding-dollar {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0";
}
.fa-hand-holding-usd {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0";
}
.fa-hand-holding-droplet {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1";
}
.fa-hand-holding-water {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1";
}
.fa-hand-holding-hand {
  --fa: "\e4f7";
  --fa--fa: "\e4f7\e4f7";
}
.fa-hand-holding-heart {
  --fa: "\f4be";
  --fa--fa: "\f4be\f4be";
}
.fa-hand-holding-magic {
  --fa: "\f6e5";
  --fa--fa: "\f6e5\f6e5";
}
.fa-hand-holding-medical {
  --fa: "\e05c";
  --fa--fa: "\e05c\e05c";
}
.fa-hand-holding-seedling {
  --fa: "\f4bf";
  --fa--fa: "\f4bf\f4bf";
}
.fa-hand-holding-skull {
  --fa: "\e1a4";
  --fa--fa: "\e1a4\e1a4";
}
.fa-hand-horns {
  --fa: "\e1a9";
  --fa--fa: "\e1a9\e1a9";
}
.fa-hand-lizard {
  --fa: "\f258";
  --fa--fa: "\f258\f258";
}
.fa-hand-love {
  --fa: "\e1a5";
  --fa--fa: "\e1a5\e1a5";
}
.fa-hand-middle-finger {
  --fa: "\f806";
  --fa--fa: "\f806\f806";
}
.fa-hand-peace {
  --fa: "\f25b";
  --fa--fa: "\f25b\f25b";
}
.fa-hand-point-down {
  --fa: "\f0a7";
  --fa--fa: "\f0a7\f0a7";
}
.fa-hand-point-left {
  --fa: "\f0a5";
  --fa--fa: "\f0a5\f0a5";
}
.fa-hand-point-ribbon {
  --fa: "\e1a6";
  --fa--fa: "\e1a6\e1a6";
}
.fa-hand-point-right {
  --fa: "\f0a4";
  --fa--fa: "\f0a4\f0a4";
}
.fa-hand-point-up {
  --fa: "\f0a6";
  --fa--fa: "\f0a6\f0a6";
}
.fa-hand-pointer {
  --fa: "\f25a";
  --fa--fa: "\f25a\f25a";
}
.fa-hand-scissors {
  --fa: "\f257";
  --fa--fa: "\f257\f257";
}
.fa-hand-sparkles {
  --fa: "\e05d";
  --fa--fa: "\e05d\e05d";
}
.fa-hand-spock {
  --fa: "\f259";
  --fa--fa: "\f259\f259";
}
.fa-hand-wave {
  --fa: "\e1a7";
  --fa--fa: "\e1a7\e1a7";
}
.fa-handcuffs {
  --fa: "\e4f8";
  --fa--fa: "\e4f8\e4f8";
}
.fa-hands {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}
.fa-sign-language {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}
.fa-signing {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}
.fa-hands-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}
.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}
.fa-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}
.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}
.fa-hands-bound {
  --fa: "\e4f9";
  --fa--fa: "\e4f9\e4f9";
}
.fa-hands-bubbles {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e";
}
.fa-hands-wash {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e";
}
.fa-hands-clapping {
  --fa: "\e1a8";
  --fa--fa: "\e1a8\e1a8";
}
.fa-hands-holding {
  --fa: "\f4c2";
  --fa--fa: "\f4c2\f4c2";
}
.fa-hands-holding-child {
  --fa: "\e4fa";
  --fa--fa: "\e4fa\e4fa";
}
.fa-hands-holding-circle {
  --fa: "\e4fb";
  --fa--fa: "\e4fb\e4fb";
}
.fa-hands-holding-diamond {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c";
}
.fa-hand-receiving {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c";
}
.fa-hands-holding-dollar {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5";
}
.fa-hands-usd {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5";
}
.fa-hands-holding-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3";
}
.fa-hands-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3";
}
.fa-hands-praying {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}
.fa-praying-hands {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}
.fa-handshake {
  --fa: "\f2b5";
  --fa--fa: "\f2b5\f2b5";
}
.fa-handshake-angle {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4";
}
.fa-hands-helping {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4";
}
.fa-handshake-simple {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}
.fa-handshake-alt {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}
.fa-handshake-simple-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f";
}
.fa-handshake-alt-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f";
}
.fa-handshake-slash {
  --fa: "\e060";
  --fa--fa: "\e060\e060";
}
.fa-hanukiah {
  --fa: "\f6e6";
  --fa--fa: "\f6e6\f6e6";
}
.fa-hard-drive {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0";
}
.fa-hdd {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0";
}
.fa-hashtag {
  --fa: "\23";
  --fa--fa: "\23\23";
}
.fa-hashtag-lock {
  --fa: "\e415";
  --fa--fa: "\e415\e415";
}
.fa-hat-beach {
  --fa: "\e606";
  --fa--fa: "\e606\e606";
}
.fa-hat-chef {
  --fa: "\f86b";
  --fa--fa: "\f86b\f86b";
}
.fa-hat-cowboy {
  --fa: "\f8c0";
  --fa--fa: "\f8c0\f8c0";
}
.fa-hat-cowboy-side {
  --fa: "\f8c1";
  --fa--fa: "\f8c1\f8c1";
}
.fa-hat-santa {
  --fa: "\f7a7";
  --fa--fa: "\f7a7\f7a7";
}
.fa-hat-winter {
  --fa: "\f7a8";
  --fa--fa: "\f7a8\f7a8";
}
.fa-hat-witch {
  --fa: "\f6e7";
  --fa--fa: "\f6e7\f6e7";
}
.fa-hat-wizard {
  --fa: "\f6e8";
  --fa--fa: "\f6e8\f6e8";
}
.fa-head-side {
  --fa: "\f6e9";
  --fa--fa: "\f6e9\f6e9";
}
.fa-head-side-brain {
  --fa: "\f808";
  --fa--fa: "\f808\f808";
}
.fa-head-side-cough {
  --fa: "\e061";
  --fa--fa: "\e061\e061";
}
.fa-head-side-cough-slash {
  --fa: "\e062";
  --fa--fa: "\e062\e062";
}
.fa-head-side-gear {
  --fa: "\e611";
  --fa--fa: "\e611\e611";
}
.fa-head-side-goggles {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea";
}
.fa-head-vr {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea";
}
.fa-head-side-headphones {
  --fa: "\f8c2";
  --fa--fa: "\f8c2\f8c2";
}
.fa-head-side-heart {
  --fa: "\e1aa";
  --fa--fa: "\e1aa\e1aa";
}
.fa-head-side-mask {
  --fa: "\e063";
  --fa--fa: "\e063\e063";
}
.fa-head-side-medical {
  --fa: "\f809";
  --fa--fa: "\f809\f809";
}
.fa-head-side-virus {
  --fa: "\e064";
  --fa--fa: "\e064\e064";
}
.fa-heading {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc";
}
.fa-header {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc";
}
.fa-headphones {
  --fa: "\f025";
  --fa--fa: "\f025\f025";
}
.fa-headphones-simple {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f";
}
.fa-headphones-alt {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f";
}
.fa-headset {
  --fa: "\f590";
  --fa--fa: "\f590\f590";
}
.fa-heart {
  --fa: "\f004";
  --fa--fa: "\f004\f004";
}
.fa-heart-circle-bolt {
  --fa: "\e4fc";
  --fa--fa: "\e4fc\e4fc";
}
.fa-heart-circle-check {
  --fa: "\e4fd";
  --fa--fa: "\e4fd\e4fd";
}
.fa-heart-circle-exclamation {
  --fa: "\e4fe";
  --fa--fa: "\e4fe\e4fe";
}
.fa-heart-circle-minus {
  --fa: "\e4ff";
  --fa--fa: "\e4ff\e4ff";
}
.fa-heart-circle-plus {
  --fa: "\e500";
  --fa--fa: "\e500\e500";
}
.fa-heart-circle-xmark {
  --fa: "\e501";
  --fa--fa: "\e501\e501";
}
.fa-heart-crack {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9";
}
.fa-heart-broken {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9";
}
.fa-heart-half {
  --fa: "\e1ab";
  --fa--fa: "\e1ab\e1ab";
}
.fa-heart-half-stroke {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac";
}
.fa-heart-half-alt {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac";
}
.fa-heart-pulse {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e";
}
.fa-heartbeat {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e";
}
.fa-heat {
  --fa: "\e00c";
  --fa--fa: "\e00c\e00c";
}
.fa-helicopter {
  --fa: "\f533";
  --fa--fa: "\f533\f533";
}
.fa-helicopter-symbol {
  --fa: "\e502";
  --fa--fa: "\e502\e502";
}
.fa-helmet-battle {
  --fa: "\f6eb";
  --fa--fa: "\f6eb\f6eb";
}
.fa-helmet-safety {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}
.fa-hard-hat {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}
.fa-hat-hard {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}
.fa-helmet-un {
  --fa: "\e503";
  --fa--fa: "\e503\e503";
}
.fa-hexagon {
  --fa: "\f312";
  --fa--fa: "\f312\f312";
}
.fa-hexagon-check {
  --fa: "\e416";
  --fa--fa: "\e416\e416";
}
.fa-hexagon-divide {
  --fa: "\e1ad";
  --fa--fa: "\e1ad\e1ad";
}
.fa-hexagon-exclamation {
  --fa: "\e417";
  --fa--fa: "\e417\e417";
}
.fa-hexagon-image {
  --fa: "\e504";
  --fa--fa: "\e504\e504";
}
.fa-hexagon-minus {
  --fa: "\f307";
  --fa--fa: "\f307\f307";
}
.fa-minus-hexagon {
  --fa: "\f307";
  --fa--fa: "\f307\f307";
}
.fa-hexagon-nodes {
  --fa: "\e699";
  --fa--fa: "\e699\e699";
}
.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
  --fa--fa: "\e69a\e69a";
}
.fa-hexagon-plus {
  --fa: "\f300";
  --fa--fa: "\f300\f300";
}
.fa-plus-hexagon {
  --fa: "\f300";
  --fa--fa: "\f300\f300";
}
.fa-hexagon-vertical-nft {
  --fa: "\e505";
  --fa--fa: "\e505\e505";
}
.fa-hexagon-vertical-nft-slanted {
  --fa: "\e506";
  --fa--fa: "\e506\e506";
}
.fa-hexagon-xmark {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}
.fa-times-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}
.fa-xmark-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}
.fa-high-definition {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae";
}
.fa-rectangle-hd {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae";
}
.fa-highlighter {
  --fa: "\f591";
  --fa--fa: "\f591\f591";
}
.fa-highlighter-line {
  --fa: "\e1af";
  --fa--fa: "\e1af\e1af";
}
.fa-hill-avalanche {
  --fa: "\e507";
  --fa--fa: "\e507\e507";
}
.fa-hill-rockslide {
  --fa: "\e508";
  --fa--fa: "\e508\e508";
}
.fa-hippo {
  --fa: "\f6ed";
  --fa--fa: "\f6ed\f6ed";
}
.fa-hockey-mask {
  --fa: "\f6ee";
  --fa--fa: "\f6ee\f6ee";
}
.fa-hockey-puck {
  --fa: "\f453";
  --fa--fa: "\f453\f453";
}
.fa-hockey-stick-puck {
  --fa: "\e3ae";
  --fa--fa: "\e3ae\e3ae";
}
.fa-hockey-sticks {
  --fa: "\f454";
  --fa--fa: "\f454\f454";
}
.fa-holly-berry {
  --fa: "\f7aa";
  --fa--fa: "\f7aa\f7aa";
}
.fa-honey-pot {
  --fa: "\e418";
  --fa--fa: "\e418\e418";
}
.fa-hood-cloak {
  --fa: "\f6ef";
  --fa--fa: "\f6ef\f6ef";
}
.fa-horizontal-rule {
  --fa: "\f86c";
  --fa--fa: "\f86c\f86c";
}
.fa-horse {
  --fa: "\f6f0";
  --fa--fa: "\f6f0\f6f0";
}
.fa-horse-head {
  --fa: "\f7ab";
  --fa--fa: "\f7ab\f7ab";
}
.fa-horse-saddle {
  --fa: "\f8c3";
  --fa--fa: "\f8c3\f8c3";
}
.fa-hose {
  --fa: "\e419";
  --fa--fa: "\e419\e419";
}
.fa-hose-reel {
  --fa: "\e41a";
  --fa--fa: "\e41a\e41a";
}
.fa-hospital {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}
.fa-hospital-alt {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}
.fa-hospital-wide {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}
.fa-hospital-user {
  --fa: "\f80d";
  --fa--fa: "\f80d\f80d";
}
.fa-hospitals {
  --fa: "\f80e";
  --fa--fa: "\f80e\f80e";
}
.fa-hot-tub-person {
  --fa: "\f593";
  --fa--fa: "\f593\f593";
}
.fa-hot-tub {
  --fa: "\f593";
  --fa--fa: "\f593\f593";
}
.fa-hotdog {
  --fa: "\f80f";
  --fa--fa: "\f80f\f80f";
}
.fa-hotel {
  --fa: "\f594";
  --fa--fa: "\f594\f594";
}
.fa-hourglass {
  --fa: "\f254";
  --fa--fa: "\f254\f254";
}
.fa-hourglass-empty {
  --fa: "\f254";
  --fa--fa: "\f254\f254";
}
.fa-hourglass-clock {
  --fa: "\e41b";
  --fa--fa: "\e41b\e41b";
}
.fa-hourglass-end {
  --fa: "\f253";
  --fa--fa: "\f253\f253";
}
.fa-hourglass-3 {
  --fa: "\f253";
  --fa--fa: "\f253\f253";
}
.fa-hourglass-half {
  --fa: "\f252";
  --fa--fa: "\f252\f252";
}
.fa-hourglass-2 {
  --fa: "\f252";
  --fa--fa: "\f252\f252";
}
.fa-hourglass-start {
  --fa: "\f251";
  --fa--fa: "\f251\f251";
}
.fa-hourglass-1 {
  --fa: "\f251";
  --fa--fa: "\f251\f251";
}
.fa-house {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}
.fa-home {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}
.fa-home-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}
.fa-home-lg-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}
.fa-house-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487";
}
.fa-home-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487";
}
.fa-house-building {
  --fa: "\e1b1";
  --fa--fa: "\e1b1\e1b1";
}
.fa-house-chimney {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}
.fa-home-lg {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}
.fa-house-chimney-blank {
  --fa: "\e3b0";
  --fa--fa: "\e3b0\e3b0";
}
.fa-house-chimney-crack {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1";
}
.fa-house-damage {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1";
}
.fa-house-chimney-heart {
  --fa: "\e1b2";
  --fa--fa: "\e1b2\e1b2";
}
.fa-house-chimney-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2";
}
.fa-clinic-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2";
}
.fa-house-chimney-user {
  --fa: "\e065";
  --fa--fa: "\e065\e065";
}
.fa-house-chimney-window {
  --fa: "\e00d";
  --fa--fa: "\e00d\e00d";
}
.fa-house-circle-check {
  --fa: "\e509";
  --fa--fa: "\e509\e509";
}
.fa-house-circle-exclamation {
  --fa: "\e50a";
  --fa--fa: "\e50a\e50a";
}
.fa-house-circle-xmark {
  --fa: "\e50b";
  --fa--fa: "\e50b\e50b";
}
.fa-house-crack {
  --fa: "\e3b1";
  --fa--fa: "\e3b1\e3b1";
}
.fa-house-day {
  --fa: "\e00e";
  --fa--fa: "\e00e\e00e";
}
.fa-house-fire {
  --fa: "\e50c";
  --fa--fa: "\e50c\e50c";
}
.fa-house-flag {
  --fa: "\e50d";
  --fa--fa: "\e50d\e50d";
}
.fa-house-flood-water {
  --fa: "\e50e";
  --fa--fa: "\e50e\e50e";
}
.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
  --fa--fa: "\e50f\e50f";
}
.fa-house-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9";
}
.fa-home-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9";
}
.fa-house-laptop {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}
.fa-laptop-house {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}
.fa-house-lock {
  --fa: "\e510";
  --fa--fa: "\e510\e510";
}
.fa-house-medical {
  --fa: "\e3b2";
  --fa--fa: "\e3b2\e3b2";
}
.fa-house-medical-circle-check {
  --fa: "\e511";
  --fa--fa: "\e511\e511";
}
.fa-house-medical-circle-exclamation {
  --fa: "\e512";
  --fa--fa: "\e512\e512";
}
.fa-house-medical-circle-xmark {
  --fa: "\e513";
  --fa--fa: "\e513\e513";
}
.fa-house-medical-flag {
  --fa: "\e514";
  --fa--fa: "\e514\e514";
}
.fa-house-night {
  --fa: "\e010";
  --fa--fa: "\e010\e010";
}
.fa-house-person-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}
.fa-house-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}
.fa-house-person-depart {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}
.fa-house-person-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}
.fa-house-person-arrive {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}
.fa-house-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}
.fa-house-signal {
  --fa: "\e012";
  --fa--fa: "\e012\e012";
}
.fa-house-tree {
  --fa: "\e1b3";
  --fa--fa: "\e1b3\e1b3";
}
.fa-house-tsunami {
  --fa: "\e515";
  --fa--fa: "\e515\e515";
}
.fa-house-turret {
  --fa: "\e1b4";
  --fa--fa: "\e1b4\e1b4";
}
.fa-house-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}
.fa-home-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}
.fa-house-water {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f";
}
.fa-house-flood {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f";
}
.fa-house-window {
  --fa: "\e3b3";
  --fa--fa: "\e3b3\e3b3";
}
.fa-hryvnia-sign {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2";
}
.fa-hryvnia {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2";
}
.fa-hundred-points {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c";
}
.fa-100 {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c";
}
.fa-hurricane {
  --fa: "\f751";
  --fa--fa: "\f751\f751";
}
.fa-hydra {
  --fa: "\e686";
  --fa--fa: "\e686\e686";
}
.fa-hyphen {
  --fa: "\2d";
  --fa--fa: "\2d\2d";
}
.fa-i {
  --fa: "\49";
  --fa--fa: "\49\49";
}
.fa-i-cursor {
  --fa: "\f246";
  --fa--fa: "\f246\f246";
}
.fa-ice-cream {
  --fa: "\f810";
  --fa--fa: "\f810\f810";
}
.fa-ice-skate {
  --fa: "\f7ac";
  --fa--fa: "\f7ac\f7ac";
}
.fa-icicles {
  --fa: "\f7ad";
  --fa--fa: "\f7ad\f7ad";
}
.fa-icons {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d";
}
.fa-heart-music-camera-bolt {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d";
}
.fa-id-badge {
  --fa: "\f2c1";
  --fa--fa: "\f2c1\f2c1";
}
.fa-id-card {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2";
}
.fa-drivers-license {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2";
}
.fa-id-card-clip {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f";
}
.fa-id-card-alt {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f";
}
.fa-igloo {
  --fa: "\f7ae";
  --fa--fa: "\f7ae\f7ae";
}
.fa-image {
  --fa: "\f03e";
  --fa--fa: "\f03e\f03e";
}
.fa-image-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5";
}
.fa-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5";
}
.fa-image-polaroid {
  --fa: "\f8c4";
  --fa--fa: "\f8c4\f8c4";
}
.fa-image-polaroid-user {
  --fa: "\e1b6";
  --fa--fa: "\e1b6\e1b6";
}
.fa-image-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}
.fa-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}
.fa-image-slash {
  --fa: "\e1b7";
  --fa--fa: "\e1b7\e1b7";
}
.fa-image-user {
  --fa: "\e1b8";
  --fa--fa: "\e1b8\e1b8";
}
.fa-images {
  --fa: "\f302";
  --fa--fa: "\f302\f302";
}
.fa-images-user {
  --fa: "\e1b9";
  --fa--fa: "\e1b9\e1b9";
}
.fa-inbox {
  --fa: "\f01c";
  --fa--fa: "\f01c\f01c";
}
.fa-inbox-full {
  --fa: "\e1ba";
  --fa--fa: "\e1ba\e1ba";
}
.fa-inbox-in {
  --fa: "\f310";
  --fa--fa: "\f310\f310";
}
.fa-inbox-arrow-down {
  --fa: "\f310";
  --fa--fa: "\f310\f310";
}
.fa-inbox-out {
  --fa: "\f311";
  --fa--fa: "\f311\f311";
}
.fa-inbox-arrow-up {
  --fa: "\f311";
  --fa--fa: "\f311\f311";
}
.fa-inboxes {
  --fa: "\e1bb";
  --fa--fa: "\e1bb\e1bb";
}
.fa-indent {
  --fa: "\f03c";
  --fa--fa: "\f03c\f03c";
}
.fa-indian-rupee-sign {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}
.fa-indian-rupee {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}
.fa-inr {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}
.fa-industry {
  --fa: "\f275";
  --fa--fa: "\f275\f275";
}
.fa-industry-windows {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3";
}
.fa-industry-alt {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3";
}
.fa-infinity {
  --fa: "\f534";
  --fa--fa: "\f534\f534";
}
.fa-info {
  --fa: "\f129";
  --fa--fa: "\f129\f129";
}
.fa-inhaler {
  --fa: "\f5f9";
  --fa--fa: "\f5f9\f5f9";
}
.fa-input-numeric {
  --fa: "\e1bd";
  --fa--fa: "\e1bd\e1bd";
}
.fa-input-pipe {
  --fa: "\e1be";
  --fa--fa: "\e1be\e1be";
}
.fa-input-text {
  --fa: "\e1bf";
  --fa--fa: "\e1bf\e1bf";
}
.fa-integral {
  --fa: "\f667";
  --fa--fa: "\f667\f667";
}
.fa-interrobang {
  --fa: "\e5ba";
  --fa--fa: "\e5ba\e5ba";
}
.fa-intersection {
  --fa: "\f668";
  --fa--fa: "\f668\f668";
}
.fa-island-tropical {
  --fa: "\f811";
  --fa--fa: "\f811\f811";
}
.fa-island-tree-palm {
  --fa: "\f811";
  --fa--fa: "\f811\f811";
}
.fa-italic {
  --fa: "\f033";
  --fa--fa: "\f033\f033";
}
.fa-j {
  --fa: "\4a";
  --fa--fa: "\4a\4a";
}
.fa-jack-o-lantern {
  --fa: "\f30e";
  --fa--fa: "\f30e\f30e";
}
.fa-jar {
  --fa: "\e516";
  --fa--fa: "\e516\e516";
}
.fa-jar-wheat {
  --fa: "\e517";
  --fa--fa: "\e517\e517";
}
.fa-jedi {
  --fa: "\f669";
  --fa--fa: "\f669\f669";
}
.fa-jet-fighter {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb";
}
.fa-fighter-jet {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb";
}
.fa-jet-fighter-up {
  --fa: "\e518";
  --fa--fa: "\e518\e518";
}
.fa-joint {
  --fa: "\f595";
  --fa--fa: "\f595\f595";
}
.fa-joystick {
  --fa: "\f8c5";
  --fa--fa: "\f8c5\f8c5";
}
.fa-jug {
  --fa: "\f8c6";
  --fa--fa: "\f8c6\f8c6";
}
.fa-jug-bottle {
  --fa: "\e5fb";
  --fa--fa: "\e5fb\e5fb";
}
.fa-jug-detergent {
  --fa: "\e519";
  --fa--fa: "\e519\e519";
}
.fa-k {
  --fa: "\4b";
  --fa--fa: "\4b\4b";
}
.fa-kaaba {
  --fa: "\f66b";
  --fa--fa: "\f66b\f66b";
}
.fa-kazoo {
  --fa: "\f8c7";
  --fa--fa: "\f8c7\f8c7";
}
.fa-kerning {
  --fa: "\f86f";
  --fa--fa: "\f86f\f86f";
}
.fa-key {
  --fa: "\f084";
  --fa--fa: "\f084\f084";
}
.fa-key-skeleton {
  --fa: "\f6f3";
  --fa--fa: "\f6f3\f6f3";
}
.fa-key-skeleton-left-right {
  --fa: "\e3b4";
  --fa--fa: "\e3b4\e3b4";
}
.fa-keyboard {
  --fa: "\f11c";
  --fa--fa: "\f11c\f11c";
}
.fa-keyboard-brightness {
  --fa: "\e1c0";
  --fa--fa: "\e1c0\e1c0";
}
.fa-keyboard-brightness-low {
  --fa: "\e1c1";
  --fa--fa: "\e1c1\e1c1";
}
.fa-keyboard-down {
  --fa: "\e1c2";
  --fa--fa: "\e1c2\e1c2";
}
.fa-keyboard-left {
  --fa: "\e1c3";
  --fa--fa: "\e1c3\e1c3";
}
.fa-keynote {
  --fa: "\f66c";
  --fa--fa: "\f66c\f66c";
}
.fa-khanda {
  --fa: "\f66d";
  --fa--fa: "\f66d\f66d";
}
.fa-kidneys {
  --fa: "\f5fb";
  --fa--fa: "\f5fb\f5fb";
}
.fa-kip-sign {
  --fa: "\e1c4";
  --fa--fa: "\e1c4\e1c4";
}
.fa-kit-medical {
  --fa: "\f479";
  --fa--fa: "\f479\f479";
}
.fa-first-aid {
  --fa: "\f479";
  --fa--fa: "\f479\f479";
}
.fa-kitchen-set {
  --fa: "\e51a";
  --fa--fa: "\e51a\e51a";
}
.fa-kite {
  --fa: "\f6f4";
  --fa--fa: "\f6f4\f6f4";
}
.fa-kiwi-bird {
  --fa: "\f535";
  --fa--fa: "\f535\f535";
}
.fa-kiwi-fruit {
  --fa: "\e30c";
  --fa--fa: "\e30c\e30c";
}
.fa-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4";
}
.fa-utensil-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4";
}
.fa-knife-kitchen {
  --fa: "\f6f5";
  --fa--fa: "\f6f5\f6f5";
}
.fa-l {
  --fa: "\4c";
  --fa--fa: "\4c\4c";
}
.fa-lacrosse-stick {
  --fa: "\e3b5";
  --fa--fa: "\e3b5\e3b5";
}
.fa-lacrosse-stick-ball {
  --fa: "\e3b6";
  --fa--fa: "\e3b6\e3b6";
}
.fa-lambda {
  --fa: "\f66e";
  --fa--fa: "\f66e\f66e";
}
.fa-lamp {
  --fa: "\f4ca";
  --fa--fa: "\f4ca\f4ca";
}
.fa-lamp-desk {
  --fa: "\e014";
  --fa--fa: "\e014\e014";
}
.fa-lamp-floor {
  --fa: "\e015";
  --fa--fa: "\e015\e015";
}
.fa-lamp-street {
  --fa: "\e1c5";
  --fa--fa: "\e1c5\e1c5";
}
.fa-land-mine-on {
  --fa: "\e51b";
  --fa--fa: "\e51b\e51b";
}
.fa-landmark {
  --fa: "\f66f";
  --fa--fa: "\f66f\f66f";
}
.fa-landmark-dome {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}
.fa-landmark-alt {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}
.fa-landmark-flag {
  --fa: "\e51c";
  --fa--fa: "\e51c\e51c";
}
.fa-landmark-magnifying-glass {
  --fa: "\e622";
  --fa--fa: "\e622\e622";
}
.fa-language {
  --fa: "\f1ab";
  --fa--fa: "\f1ab\f1ab";
}
.fa-laptop {
  --fa: "\f109";
  --fa--fa: "\f109\f109";
}
.fa-laptop-arrow-down {
  --fa: "\e1c6";
  --fa--fa: "\e1c6\e1c6";
}
.fa-laptop-binary {
  --fa: "\e5e7";
  --fa--fa: "\e5e7\e5e7";
}
.fa-laptop-code {
  --fa: "\f5fc";
  --fa--fa: "\f5fc\f5fc";
}
.fa-laptop-file {
  --fa: "\e51d";
  --fa--fa: "\e51d\e51d";
}
.fa-laptop-medical {
  --fa: "\f812";
  --fa--fa: "\f812\f812";
}
.fa-laptop-mobile {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a";
}
.fa-phone-laptop {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a";
}
.fa-laptop-slash {
  --fa: "\e1c7";
  --fa--fa: "\e1c7\e1c7";
}
.fa-lari-sign {
  --fa: "\e1c8";
  --fa--fa: "\e1c8\e1c8";
}
.fa-lasso {
  --fa: "\f8c8";
  --fa--fa: "\f8c8\f8c8";
}
.fa-lasso-sparkles {
  --fa: "\e1c9";
  --fa--fa: "\e1c9\e1c9";
}
.fa-layer-group {
  --fa: "\f5fd";
  --fa--fa: "\f5fd\f5fd";
}
.fa-layer-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe";
}
.fa-layer-group-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe";
}
.fa-layer-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff";
}
.fa-layer-group-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff";
}
.fa-leaf {
  --fa: "\f06c";
  --fa--fa: "\f06c\f06c";
}
.fa-leaf-heart {
  --fa: "\f4cb";
  --fa--fa: "\f4cb\f4cb";
}
.fa-leaf-maple {
  --fa: "\f6f6";
  --fa--fa: "\f6f6\f6f6";
}
.fa-leaf-oak {
  --fa: "\f6f7";
  --fa--fa: "\f6f7\f6f7";
}
.fa-leafy-green {
  --fa: "\e41d";
  --fa--fa: "\e41d\e41d";
}
.fa-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355";
}
.fa-arrow-alt-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355";
}
.fa-left-from-bracket {
  --fa: "\e66c";
  --fa--fa: "\e66c\e66c";
}
.fa-left-from-line {
  --fa: "\f348";
  --fa--fa: "\f348\f348";
}
.fa-arrow-alt-from-right {
  --fa: "\f348";
  --fa--fa: "\f348\f348";
}
.fa-left-long {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}
.fa-long-arrow-alt-left {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}
.fa-left-long-to-line {
  --fa: "\e41e";
  --fa--fa: "\e41e\e41e";
}
.fa-left-right {
  --fa: "\f337";
  --fa--fa: "\f337\f337";
}
.fa-arrows-alt-h {
  --fa: "\f337";
  --fa--fa: "\f337\f337";
}
.fa-left-to-bracket {
  --fa: "\e66d";
  --fa--fa: "\e66d\e66d";
}
.fa-left-to-line {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b";
}
.fa-arrow-alt-to-left {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b";
}
.fa-lemon {
  --fa: "\f094";
  --fa--fa: "\f094\f094";
}
.fa-less-than {
  --fa: "\3c";
  --fa--fa: "\3c\3c";
}
.fa-less-than-equal {
  --fa: "\f537";
  --fa--fa: "\f537\f537";
}
.fa-life-ring {
  --fa: "\f1cd";
  --fa--fa: "\f1cd\f1cd";
}
.fa-light-ceiling {
  --fa: "\e016";
  --fa--fa: "\e016\e016";
}
.fa-light-emergency {
  --fa: "\e41f";
  --fa--fa: "\e41f\e41f";
}
.fa-light-emergency-on {
  --fa: "\e420";
  --fa--fa: "\e420\e420";
}
.fa-light-switch {
  --fa: "\e017";
  --fa--fa: "\e017\e017";
}
.fa-light-switch-off {
  --fa: "\e018";
  --fa--fa: "\e018\e018";
}
.fa-light-switch-on {
  --fa: "\e019";
  --fa--fa: "\e019\e019";
}
.fa-lightbulb {
  --fa: "\f0eb";
  --fa--fa: "\f0eb\f0eb";
}
.fa-lightbulb-cfl {
  --fa: "\e5a6";
  --fa--fa: "\e5a6\e5a6";
}
.fa-lightbulb-cfl-on {
  --fa: "\e5a7";
  --fa--fa: "\e5a7\e5a7";
}
.fa-lightbulb-dollar {
  --fa: "\f670";
  --fa--fa: "\f670\f670";
}
.fa-lightbulb-exclamation {
  --fa: "\f671";
  --fa--fa: "\f671\f671";
}
.fa-lightbulb-exclamation-on {
  --fa: "\e1ca";
  --fa--fa: "\e1ca\e1ca";
}
.fa-lightbulb-gear {
  --fa: "\e5fd";
  --fa--fa: "\e5fd\e5fd";
}
.fa-lightbulb-message {
  --fa: "\e687";
  --fa--fa: "\e687\e687";
}
.fa-lightbulb-on {
  --fa: "\f672";
  --fa--fa: "\f672\f672";
}
.fa-lightbulb-slash {
  --fa: "\f673";
  --fa--fa: "\f673\f673";
}
.fa-lighthouse {
  --fa: "\e612";
  --fa--fa: "\e612\e612";
}
.fa-lights-holiday {
  --fa: "\f7b2";
  --fa--fa: "\f7b2\f7b2";
}
.fa-line-columns {
  --fa: "\f870";
  --fa--fa: "\f870\f870";
}
.fa-line-height {
  --fa: "\f871";
  --fa--fa: "\f871\f871";
}
.fa-lines-leaning {
  --fa: "\e51e";
  --fa--fa: "\e51e\e51e";
}
.fa-link {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}
.fa-chain {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}
.fa-link-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb";
}
.fa-chain-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb";
}
.fa-link-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc";
}
.fa-chain-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc";
}
.fa-link-simple {
  --fa: "\e1cd";
  --fa--fa: "\e1cd\e1cd";
}
.fa-link-simple-slash {
  --fa: "\e1ce";
  --fa--fa: "\e1ce\e1ce";
}
.fa-link-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}
.fa-chain-broken {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}
.fa-chain-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}
.fa-unlink {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}
.fa-lips {
  --fa: "\f600";
  --fa--fa: "\f600\f600";
}
.fa-lira-sign {
  --fa: "\f195";
  --fa--fa: "\f195\f195";
}
.fa-list {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}
.fa-list-squares {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}
.fa-list-check {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}
.fa-tasks {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}
.fa-list-dropdown {
  --fa: "\e1cf";
  --fa--fa: "\e1cf\e1cf";
}
.fa-list-music {
  --fa: "\f8c9";
  --fa--fa: "\f8c9\f8c9";
}
.fa-list-ol {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}
.fa-list-1-2 {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}
.fa-list-numeric {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}
.fa-list-radio {
  --fa: "\e1d0";
  --fa--fa: "\e1d0\e1d0";
}
.fa-list-timeline {
  --fa: "\e1d1";
  --fa--fa: "\e1d1\e1d1";
}
.fa-list-tree {
  --fa: "\e1d2";
  --fa--fa: "\e1d2\e1d2";
}
.fa-list-ul {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}
.fa-list-dots {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}
.fa-litecoin-sign {
  --fa: "\e1d3";
  --fa--fa: "\e1d3\e1d3";
}
.fa-loader {
  --fa: "\e1d4";
  --fa--fa: "\e1d4\e1d4";
}
.fa-lobster {
  --fa: "\e421";
  --fa--fa: "\e421\e421";
}
.fa-location-arrow {
  --fa: "\f124";
  --fa--fa: "\f124\f124";
}
.fa-location-arrow-up {
  --fa: "\e63a";
  --fa--fa: "\e63a\e63a";
}
.fa-location-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606";
}
.fa-map-marker-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606";
}
.fa-location-crosshairs {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}
.fa-location {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}
.fa-location-crosshairs-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603";
}
.fa-location-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603";
}
.fa-location-dot {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}
.fa-map-marker-alt {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}
.fa-location-dot-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605";
}
.fa-map-marker-alt-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605";
}
.fa-location-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608";
}
.fa-map-marker-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608";
}
.fa-location-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609";
}
.fa-map-marker-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609";
}
.fa-location-pen {
  --fa: "\f607";
  --fa--fa: "\f607\f607";
}
.fa-map-marker-edit {
  --fa: "\f607";
  --fa--fa: "\f607\f607";
}
.fa-location-pin {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}
.fa-map-marker {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}
.fa-location-pin-lock {
  --fa: "\e51f";
  --fa--fa: "\e51f\e51f";
}
.fa-location-pin-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c";
}
.fa-map-marker-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c";
}
.fa-location-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a";
}
.fa-map-marker-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a";
}
.fa-location-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b";
}
.fa-map-marker-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b";
}
.fa-location-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d";
}
.fa-map-marker-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d";
}
.fa-location-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}
.fa-map-marker-times {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}
.fa-map-marker-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}
.fa-lock {
  --fa: "\f023";
  --fa--fa: "\f023\f023";
}
.fa-lock-a {
  --fa: "\e422";
  --fa--fa: "\e422\e422";
}
.fa-lock-hashtag {
  --fa: "\e423";
  --fa--fa: "\e423\e423";
}
.fa-lock-keyhole {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d";
}
.fa-lock-alt {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d";
}
.fa-lock-keyhole-open {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2";
}
.fa-lock-open-alt {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2";
}
.fa-lock-open {
  --fa: "\f3c1";
  --fa--fa: "\f3c1\f3c1";
}
.fa-locust {
  --fa: "\e520";
  --fa--fa: "\e520\e520";
}
.fa-lollipop {
  --fa: "\e424";
  --fa--fa: "\e424\e424";
}
.fa-lollypop {
  --fa: "\e424";
  --fa--fa: "\e424\e424";
}
.fa-loveseat {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc";
}
.fa-couch-small {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc";
}
.fa-luchador-mask {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}
.fa-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}
.fa-mask-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}
.fa-lungs {
  --fa: "\f604";
  --fa--fa: "\f604\f604";
}
.fa-lungs-virus {
  --fa: "\e067";
  --fa--fa: "\e067\e067";
}
.fa-m {
  --fa: "\4d";
  --fa--fa: "\4d\4d";
}
.fa-mace {
  --fa: "\f6f8";
  --fa--fa: "\f6f8\f6f8";
}
.fa-magnet {
  --fa: "\f076";
  --fa--fa: "\f076\f076";
}
.fa-magnifying-glass {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}
.fa-search {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}
.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
  --fa--fa: "\e521\e521";
}
.fa-magnifying-glass-arrows-rotate {
  --fa: "\e65e";
  --fa--fa: "\e65e\e65e";
}
.fa-magnifying-glass-chart {
  --fa: "\e522";
  --fa--fa: "\e522\e522";
}
.fa-magnifying-glass-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}
.fa-search-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}
.fa-magnifying-glass-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}
.fa-search-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}
.fa-magnifying-glass-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}
.fa-search-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}
.fa-magnifying-glass-music {
  --fa: "\e65f";
  --fa--fa: "\e65f\e65f";
}
.fa-magnifying-glass-play {
  --fa: "\e660";
  --fa--fa: "\e660\e660";
}
.fa-magnifying-glass-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}
.fa-search-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}
.fa-magnifying-glass-waveform {
  --fa: "\e661";
  --fa--fa: "\e661\e661";
}
.fa-mailbox {
  --fa: "\f813";
  --fa--fa: "\f813\f813";
}
.fa-mailbox-flag-up {
  --fa: "\e5bb";
  --fa--fa: "\e5bb\e5bb";
}
.fa-manat-sign {
  --fa: "\e1d5";
  --fa--fa: "\e1d5\e1d5";
}
.fa-mandolin {
  --fa: "\f6f9";
  --fa--fa: "\f6f9\f6f9";
}
.fa-mango {
  --fa: "\e30f";
  --fa--fa: "\e30f\e30f";
}
.fa-manhole {
  --fa: "\e1d6";
  --fa--fa: "\e1d6\e1d6";
}
.fa-map {
  --fa: "\f279";
  --fa--fa: "\f279\f279";
}
.fa-map-location {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}
.fa-map-marked {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}
.fa-map-location-dot {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}
.fa-map-marked-alt {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}
.fa-map-pin {
  --fa: "\f276";
  --fa--fa: "\f276\f276";
}
.fa-marker {
  --fa: "\f5a1";
  --fa--fa: "\f5a1\f5a1";
}
.fa-mars {
  --fa: "\f222";
  --fa--fa: "\f222\f222";
}
.fa-mars-and-venus {
  --fa: "\f224";
  --fa--fa: "\f224\f224";
}
.fa-mars-and-venus-burst {
  --fa: "\e523";
  --fa--fa: "\e523\e523";
}
.fa-mars-double {
  --fa: "\f227";
  --fa--fa: "\f227\f227";
}
.fa-mars-stroke {
  --fa: "\f229";
  --fa--fa: "\f229\f229";
}
.fa-mars-stroke-right {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}
.fa-mars-stroke-h {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}
.fa-mars-stroke-up {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}
.fa-mars-stroke-v {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}
.fa-martini-glass {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b";
}
.fa-glass-martini-alt {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b";
}
.fa-martini-glass-citrus {
  --fa: "\f561";
  --fa--fa: "\f561\f561";
}
.fa-cocktail {
  --fa: "\f561";
  --fa--fa: "\f561\f561";
}
.fa-martini-glass-empty {
  --fa: "\f000";
  --fa--fa: "\f000\f000";
}
.fa-glass-martini {
  --fa: "\f000";
  --fa--fa: "\f000\f000";
}
.fa-mask {
  --fa: "\f6fa";
  --fa--fa: "\f6fa\f6fa";
}
.fa-mask-face {
  --fa: "\e1d7";
  --fa--fa: "\e1d7\e1d7";
}
.fa-mask-snorkel {
  --fa: "\e3b7";
  --fa--fa: "\e3b7\e3b7";
}
.fa-mask-ventilator {
  --fa: "\e524";
  --fa--fa: "\e524\e524";
}
.fa-masks-theater {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}
.fa-theater-masks {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}
.fa-mattress-pillow {
  --fa: "\e525";
  --fa--fa: "\e525\e525";
}
.fa-maximize {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e";
}
.fa-expand-arrows-alt {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e";
}
.fa-meat {
  --fa: "\f814";
  --fa--fa: "\f814\f814";
}
.fa-medal {
  --fa: "\f5a2";
  --fa--fa: "\f5a2\f5a2";
}
.fa-megaphone {
  --fa: "\f675";
  --fa--fa: "\f675\f675";
}
.fa-melon {
  --fa: "\e310";
  --fa--fa: "\e310\e310";
}
.fa-melon-slice {
  --fa: "\e311";
  --fa--fa: "\e311\e311";
}
.fa-memo {
  --fa: "\e1d8";
  --fa--fa: "\e1d8\e1d8";
}
.fa-memo-circle-check {
  --fa: "\e1d9";
  --fa--fa: "\e1d9\e1d9";
}
.fa-memo-circle-info {
  --fa: "\e49a";
  --fa--fa: "\e49a\e49a";
}
.fa-memo-pad {
  --fa: "\e1da";
  --fa--fa: "\e1da\e1da";
}
.fa-memory {
  --fa: "\f538";
  --fa--fa: "\f538\f538";
}
.fa-menorah {
  --fa: "\f676";
  --fa--fa: "\f676\f676";
}
.fa-mercury {
  --fa: "\f223";
  --fa--fa: "\f223\f223";
}
.fa-merge {
  --fa: "\e526";
  --fa--fa: "\e526\e526";
}
.fa-message {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a";
}
.fa-comment-alt {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a";
}
.fa-message-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db";
}
.fa-comment-alt-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db";
}
.fa-message-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc";
}
.fa-comment-alt-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc";
}
.fa-message-arrow-up-right {
  --fa: "\e1dd";
  --fa--fa: "\e1dd\e1dd";
}
.fa-message-bot {
  --fa: "\e3b8";
  --fa--fa: "\e3b8\e3b8";
}
.fa-message-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de";
}
.fa-comment-alt-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de";
}
.fa-message-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2";
}
.fa-comment-alt-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2";
}
.fa-message-code {
  --fa: "\e1df";
  --fa--fa: "\e1df\e1df";
}
.fa-message-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650";
}
.fa-comment-alt-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650";
}
.fa-message-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}
.fa-comment-alt-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}
.fa-messaging {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}
.fa-message-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5";
}
.fa-comment-alt-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5";
}
.fa-message-heart {
  --fa: "\e5c9";
  --fa--fa: "\e5c9\e5c9";
}
.fa-message-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0";
}
.fa-comment-alt-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0";
}
.fa-message-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6";
}
.fa-comment-alt-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6";
}
.fa-message-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4";
}
.fa-comment-alt-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4";
}
.fa-message-middle {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1";
}
.fa-comment-middle-alt {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1";
}
.fa-message-middle-top {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2";
}
.fa-comment-middle-top-alt {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2";
}
.fa-message-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7";
}
.fa-comment-alt-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7";
}
.fa-message-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af";
}
.fa-comment-alt-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af";
}
.fa-message-pen {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}
.fa-comment-alt-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}
.fa-message-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}
.fa-message-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8";
}
.fa-comment-alt-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8";
}
.fa-message-question {
  --fa: "\e1e3";
  --fa--fa: "\e1e3\e1e3";
}
.fa-message-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4";
}
.fa-comment-alt-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4";
}
.fa-message-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9";
}
.fa-comment-alt-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9";
}
.fa-message-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa";
}
.fa-comment-alt-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa";
}
.fa-message-sms {
  --fa: "\e1e5";
  --fa--fa: "\e1e5\e1e5";
}
.fa-message-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6";
}
.fa-comment-alt-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6";
}
.fa-message-xmark {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}
.fa-comment-alt-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}
.fa-message-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}
.fa-messages {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6";
}
.fa-comments-alt {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6";
}
.fa-messages-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652";
}
.fa-comments-alt-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652";
}
.fa-messages-question {
  --fa: "\e1e7";
  --fa--fa: "\e1e7\e1e7";
}
.fa-meteor {
  --fa: "\f753";
  --fa--fa: "\f753\f753";
}
.fa-meter {
  --fa: "\e1e8";
  --fa--fa: "\e1e8\e1e8";
}
.fa-meter-bolt {
  --fa: "\e1e9";
  --fa--fa: "\e1e9\e1e9";
}
.fa-meter-droplet {
  --fa: "\e1ea";
  --fa--fa: "\e1ea\e1ea";
}
.fa-meter-fire {
  --fa: "\e1eb";
  --fa--fa: "\e1eb\e1eb";
}
.fa-microchip {
  --fa: "\f2db";
  --fa--fa: "\f2db\f2db";
}
.fa-microchip-ai {
  --fa: "\e1ec";
  --fa--fa: "\e1ec\e1ec";
}
.fa-microphone {
  --fa: "\f130";
  --fa--fa: "\f130\f130";
}
.fa-microphone-lines {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}
.fa-microphone-alt {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}
.fa-microphone-lines-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}
.fa-microphone-alt-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}
.fa-microphone-slash {
  --fa: "\f131";
  --fa--fa: "\f131\f131";
}
.fa-microphone-stand {
  --fa: "\f8cb";
  --fa--fa: "\f8cb\f8cb";
}
.fa-microscope {
  --fa: "\f610";
  --fa--fa: "\f610\f610";
}
.fa-microwave {
  --fa: "\e01b";
  --fa--fa: "\e01b\e01b";
}
.fa-mill-sign {
  --fa: "\e1ed";
  --fa--fa: "\e1ed\e1ed";
}
.fa-minimize {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c";
}
.fa-compress-arrows-alt {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c";
}
.fa-minus {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}
.fa-subtract {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}
.fa-mistletoe {
  --fa: "\f7b4";
  --fa--fa: "\f7b4\f7b4";
}
.fa-mitten {
  --fa: "\f7b5";
  --fa--fa: "\f7b5\f7b5";
}
.fa-mobile {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}
.fa-mobile-android {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}
.fa-mobile-phone {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}
.fa-mobile-button {
  --fa: "\f10b";
  --fa--fa: "\f10b\f10b";
}
.fa-mobile-notch {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee";
}
.fa-mobile-iphone {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee";
}
.fa-mobile-retro {
  --fa: "\e527";
  --fa--fa: "\e527\e527";
}
.fa-mobile-screen {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}
.fa-mobile-android-alt {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}
.fa-mobile-screen-button {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}
.fa-mobile-alt {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}
.fa-mobile-signal {
  --fa: "\e1ef";
  --fa--fa: "\e1ef\e1ef";
}
.fa-mobile-signal-out {
  --fa: "\e1f0";
  --fa--fa: "\e1f0\e1f0";
}
.fa-money-bill {
  --fa: "\f0d6";
  --fa--fa: "\f0d6\f0d6";
}
.fa-money-bill-1 {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}
.fa-money-bill-alt {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}
.fa-money-bill-1-wave {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}
.fa-money-bill-wave-alt {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}
.fa-money-bill-simple {
  --fa: "\e1f1";
  --fa--fa: "\e1f1\e1f1";
}
.fa-money-bill-simple-wave {
  --fa: "\e1f2";
  --fa--fa: "\e1f2\e1f2";
}
.fa-money-bill-transfer {
  --fa: "\e528";
  --fa--fa: "\e528\e528";
}
.fa-money-bill-trend-up {
  --fa: "\e529";
  --fa--fa: "\e529\e529";
}
.fa-money-bill-wave {
  --fa: "\f53a";
  --fa--fa: "\f53a\f53a";
}
.fa-money-bill-wheat {
  --fa: "\e52a";
  --fa--fa: "\e52a\e52a";
}
.fa-money-bills {
  --fa: "\e1f3";
  --fa--fa: "\e1f3\e1f3";
}
.fa-money-bills-simple {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4";
}
.fa-money-bills-alt {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4";
}
.fa-money-check {
  --fa: "\f53c";
  --fa--fa: "\f53c\f53c";
}
.fa-money-check-dollar {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}
.fa-money-check-alt {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}
.fa-money-check-dollar-pen {
  --fa: "\f873";
  --fa--fa: "\f873\f873";
}
.fa-money-check-edit-alt {
  --fa: "\f873";
  --fa--fa: "\f873\f873";
}
.fa-money-check-pen {
  --fa: "\f872";
  --fa--fa: "\f872\f872";
}
.fa-money-check-edit {
  --fa: "\f872";
  --fa--fa: "\f872\f872";
}
.fa-money-from-bracket {
  --fa: "\e312";
  --fa--fa: "\e312\e312";
}
.fa-money-simple-from-bracket {
  --fa: "\e313";
  --fa--fa: "\e313\e313";
}
.fa-monitor-waveform {
  --fa: "\f611";
  --fa--fa: "\f611\f611";
}
.fa-monitor-heart-rate {
  --fa: "\f611";
  --fa--fa: "\f611\f611";
}
.fa-monkey {
  --fa: "\f6fb";
  --fa--fa: "\f6fb\f6fb";
}
.fa-monument {
  --fa: "\f5a6";
  --fa--fa: "\f5a6\f5a6";
}
.fa-moon {
  --fa: "\f186";
  --fa--fa: "\f186\f186";
}
.fa-moon-cloud {
  --fa: "\f754";
  --fa--fa: "\f754\f754";
}
.fa-moon-over-sun {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a";
}
.fa-eclipse-alt {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a";
}
.fa-moon-stars {
  --fa: "\f755";
  --fa--fa: "\f755\f755";
}
.fa-moped {
  --fa: "\e3b9";
  --fa--fa: "\e3b9\e3b9";
}
.fa-mortar-pestle {
  --fa: "\f5a7";
  --fa--fa: "\f5a7\f5a7";
}
.fa-mosque {
  --fa: "\f678";
  --fa--fa: "\f678\f678";
}
.fa-mosquito {
  --fa: "\e52b";
  --fa--fa: "\e52b\e52b";
}
.fa-mosquito-net {
  --fa: "\e52c";
  --fa--fa: "\e52c\e52c";
}
.fa-motorcycle {
  --fa: "\f21c";
  --fa--fa: "\f21c\f21c";
}
.fa-mound {
  --fa: "\e52d";
  --fa--fa: "\e52d\e52d";
}
.fa-mountain {
  --fa: "\f6fc";
  --fa--fa: "\f6fc\f6fc";
}
.fa-mountain-city {
  --fa: "\e52e";
  --fa--fa: "\e52e\e52e";
}
.fa-mountain-sun {
  --fa: "\e52f";
  --fa--fa: "\e52f\e52f";
}
.fa-mountains {
  --fa: "\f6fd";
  --fa--fa: "\f6fd\f6fd";
}
.fa-mouse-field {
  --fa: "\e5a8";
  --fa--fa: "\e5a8\e5a8";
}
.fa-mp3-player {
  --fa: "\f8ce";
  --fa--fa: "\f8ce\f8ce";
}
.fa-mug {
  --fa: "\f874";
  --fa--fa: "\f874\f874";
}
.fa-mug-hot {
  --fa: "\f7b6";
  --fa--fa: "\f7b6\f7b6";
}
.fa-mug-marshmallows {
  --fa: "\f7b7";
  --fa--fa: "\f7b7\f7b7";
}
.fa-mug-saucer {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4";
}
.fa-coffee {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4";
}
.fa-mug-tea {
  --fa: "\f875";
  --fa--fa: "\f875\f875";
}
.fa-mug-tea-saucer {
  --fa: "\e1f5";
  --fa--fa: "\e1f5\e1f5";
}
.fa-mushroom {
  --fa: "\e425";
  --fa--fa: "\e425\e425";
}
.fa-music {
  --fa: "\f001";
  --fa--fa: "\f001\f001";
}
.fa-music-magnifying-glass {
  --fa: "\e662";
  --fa--fa: "\e662\e662";
}
.fa-music-note {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf";
}
.fa-music-alt {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf";
}
.fa-music-note-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0";
}
.fa-music-alt-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0";
}
.fa-music-slash {
  --fa: "\f8d1";
  --fa--fa: "\f8d1\f8d1";
}
.fa-mustache {
  --fa: "\e5bc";
  --fa--fa: "\e5bc\e5bc";
}
.fa-n {
  --fa: "\4e";
  --fa--fa: "\4e\4e";
}
.fa-naira-sign {
  --fa: "\e1f6";
  --fa--fa: "\e1f6\e1f6";
}
.fa-narwhal {
  --fa: "\f6fe";
  --fa--fa: "\f6fe\f6fe";
}
.fa-nesting-dolls {
  --fa: "\e3ba";
  --fa--fa: "\e3ba\e3ba";
}
.fa-network-wired {
  --fa: "\f6ff";
  --fa--fa: "\f6ff\f6ff";
}
.fa-neuter {
  --fa: "\f22c";
  --fa--fa: "\f22c\f22c";
}
.fa-newspaper {
  --fa: "\f1ea";
  --fa--fa: "\f1ea\f1ea";
}
.fa-nfc {
  --fa: "\e1f7";
  --fa--fa: "\e1f7\e1f7";
}
.fa-nfc-lock {
  --fa: "\e1f8";
  --fa--fa: "\e1f8\e1f8";
}
.fa-nfc-magnifying-glass {
  --fa: "\e1f9";
  --fa--fa: "\e1f9\e1f9";
}
.fa-nfc-pen {
  --fa: "\e1fa";
  --fa--fa: "\e1fa\e1fa";
}
.fa-nfc-signal {
  --fa: "\e1fb";
  --fa--fa: "\e1fb\e1fb";
}
.fa-nfc-slash {
  --fa: "\e1fc";
  --fa--fa: "\e1fc\e1fc";
}
.fa-nfc-trash {
  --fa: "\e1fd";
  --fa--fa: "\e1fd\e1fd";
}
.fa-nose {
  --fa: "\e5bd";
  --fa--fa: "\e5bd\e5bd";
}
.fa-not-equal {
  --fa: "\f53e";
  --fa--fa: "\f53e\f53e";
}
.fa-notdef {
  --fa: "\e1fe";
  --fa--fa: "\e1fe\e1fe";
}
.fa-note {
  --fa: "\e1ff";
  --fa--fa: "\e1ff\e1ff";
}
.fa-note-medical {
  --fa: "\e200";
  --fa--fa: "\e200\e200";
}
.fa-note-sticky {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}
.fa-sticky-note {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}
.fa-notebook {
  --fa: "\e201";
  --fa--fa: "\e201\e201";
}
.fa-notes {
  --fa: "\e202";
  --fa--fa: "\e202\e202";
}
.fa-notes-medical {
  --fa: "\f481";
  --fa--fa: "\f481\f481";
}
.fa-o {
  --fa: "\4f";
  --fa--fa: "\4f\4f";
}
.fa-object-exclude {
  --fa: "\e49c";
  --fa--fa: "\e49c\e49c";
}
.fa-object-group {
  --fa: "\f247";
  --fa--fa: "\f247\f247";
}
.fa-object-intersect {
  --fa: "\e49d";
  --fa--fa: "\e49d\e49d";
}
.fa-object-subtract {
  --fa: "\e49e";
  --fa--fa: "\e49e\e49e";
}
.fa-object-ungroup {
  --fa: "\f248";
  --fa--fa: "\f248\f248";
}
.fa-object-union {
  --fa: "\e49f";
  --fa--fa: "\e49f\e49f";
}
.fa-objects-align-bottom {
  --fa: "\e3bb";
  --fa--fa: "\e3bb\e3bb";
}
.fa-objects-align-center-horizontal {
  --fa: "\e3bc";
  --fa--fa: "\e3bc\e3bc";
}
.fa-objects-align-center-vertical {
  --fa: "\e3bd";
  --fa--fa: "\e3bd\e3bd";
}
.fa-objects-align-left {
  --fa: "\e3be";
  --fa--fa: "\e3be\e3be";
}
.fa-objects-align-right {
  --fa: "\e3bf";
  --fa--fa: "\e3bf\e3bf";
}
.fa-objects-align-top {
  --fa: "\e3c0";
  --fa--fa: "\e3c0\e3c0";
}
.fa-objects-column {
  --fa: "\e3c1";
  --fa--fa: "\e3c1\e3c1";
}
.fa-octagon {
  --fa: "\f306";
  --fa--fa: "\f306\f306";
}
.fa-octagon-check {
  --fa: "\e426";
  --fa--fa: "\e426\e426";
}
.fa-octagon-divide {
  --fa: "\e203";
  --fa--fa: "\e203\e203";
}
.fa-octagon-exclamation {
  --fa: "\e204";
  --fa--fa: "\e204\e204";
}
.fa-octagon-minus {
  --fa: "\f308";
  --fa--fa: "\f308\f308";
}
.fa-minus-octagon {
  --fa: "\f308";
  --fa--fa: "\f308\f308";
}
.fa-octagon-plus {
  --fa: "\f301";
  --fa--fa: "\f301\f301";
}
.fa-plus-octagon {
  --fa: "\f301";
  --fa--fa: "\f301\f301";
}
.fa-octagon-xmark {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}
.fa-times-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}
.fa-xmark-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}
.fa-octopus {
  --fa: "\e688";
  --fa--fa: "\e688\e688";
}
.fa-oil-can {
  --fa: "\f613";
  --fa--fa: "\f613\f613";
}
.fa-oil-can-drip {
  --fa: "\e205";
  --fa--fa: "\e205\e205";
}
.fa-oil-temperature {
  --fa: "\f614";
  --fa--fa: "\f614\f614";
}
.fa-oil-temp {
  --fa: "\f614";
  --fa--fa: "\f614\f614";
}
.fa-oil-well {
  --fa: "\e532";
  --fa--fa: "\e532\e532";
}
.fa-olive {
  --fa: "\e316";
  --fa--fa: "\e316\e316";
}
.fa-olive-branch {
  --fa: "\e317";
  --fa--fa: "\e317\e317";
}
.fa-om {
  --fa: "\f679";
  --fa--fa: "\f679\f679";
}
.fa-omega {
  --fa: "\f67a";
  --fa--fa: "\f67a\f67a";
}
.fa-onion {
  --fa: "\e427";
  --fa--fa: "\e427\e427";
}
.fa-option {
  --fa: "\e318";
  --fa--fa: "\e318\e318";
}
.fa-ornament {
  --fa: "\f7b8";
  --fa--fa: "\f7b8\f7b8";
}
.fa-otter {
  --fa: "\f700";
  --fa--fa: "\f700\f700";
}
.fa-outdent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}
.fa-dedent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}
.fa-outlet {
  --fa: "\e01c";
  --fa--fa: "\e01c\e01c";
}
.fa-oven {
  --fa: "\e01d";
  --fa--fa: "\e01d\e01d";
}
.fa-overline {
  --fa: "\f876";
  --fa--fa: "\f876\f876";
}
.fa-p {
  --fa: "\50";
  --fa--fa: "\50\50";
}
.fa-page {
  --fa: "\e428";
  --fa--fa: "\e428\e428";
}
.fa-page-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429";
}
.fa-file-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429";
}
.fa-page-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a";
}
.fa-file-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a";
}
.fa-pager {
  --fa: "\f815";
  --fa--fa: "\f815\f815";
}
.fa-paint-roller {
  --fa: "\f5aa";
  --fa--fa: "\f5aa\f5aa";
}
.fa-paintbrush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}
.fa-paint-brush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}
.fa-paintbrush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}
.fa-paint-brush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}
.fa-paint-brush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}
.fa-paintbrush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}
.fa-paintbrush-pencil {
  --fa: "\e206";
  --fa--fa: "\e206\e206";
}
.fa-palette {
  --fa: "\f53f";
  --fa--fa: "\f53f\f53f";
}
.fa-pallet {
  --fa: "\f482";
  --fa--fa: "\f482\f482";
}
.fa-pallet-box {
  --fa: "\e208";
  --fa--fa: "\e208\e208";
}
.fa-pallet-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}
.fa-palette-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}
.fa-pallet-alt {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}
.fa-pan-food {
  --fa: "\e42b";
  --fa--fa: "\e42b\e42b";
}
.fa-pan-frying {
  --fa: "\e42c";
  --fa--fa: "\e42c\e42c";
}
.fa-pancakes {
  --fa: "\e42d";
  --fa--fa: "\e42d\e42d";
}
.fa-panel-ews {
  --fa: "\e42e";
  --fa--fa: "\e42e\e42e";
}
.fa-panel-fire {
  --fa: "\e42f";
  --fa--fa: "\e42f\e42f";
}
.fa-panorama {
  --fa: "\e209";
  --fa--fa: "\e209\e209";
}
.fa-paper-plane {
  --fa: "\f1d8";
  --fa--fa: "\f1d8\f1d8";
}
.fa-paper-plane-top {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}
.fa-paper-plane-alt {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}
.fa-send {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}
.fa-paperclip {
  --fa: "\f0c6";
  --fa--fa: "\f0c6\f0c6";
}
.fa-paperclip-vertical {
  --fa: "\e3c2";
  --fa--fa: "\e3c2\e3c2";
}
.fa-parachute-box {
  --fa: "\f4cd";
  --fa--fa: "\f4cd\f4cd";
}
.fa-paragraph {
  --fa: "\f1dd";
  --fa--fa: "\f1dd\f1dd";
}
.fa-paragraph-left {
  --fa: "\f878";
  --fa--fa: "\f878\f878";
}
.fa-paragraph-rtl {
  --fa: "\f878";
  --fa--fa: "\f878\f878";
}
.fa-party-bell {
  --fa: "\e31a";
  --fa--fa: "\e31a\e31a";
}
.fa-party-horn {
  --fa: "\e31b";
  --fa--fa: "\e31b\e31b";
}
.fa-passport {
  --fa: "\f5ab";
  --fa--fa: "\f5ab\f5ab";
}
.fa-paste {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}
.fa-file-clipboard {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}
.fa-pause {
  --fa: "\f04c";
  --fa--fa: "\f04c\f04c";
}
.fa-paw {
  --fa: "\f1b0";
  --fa--fa: "\f1b0\f1b0";
}
.fa-paw-claws {
  --fa: "\f702";
  --fa--fa: "\f702\f702";
}
.fa-paw-simple {
  --fa: "\f701";
  --fa--fa: "\f701\f701";
}
.fa-paw-alt {
  --fa: "\f701";
  --fa--fa: "\f701\f701";
}
.fa-peace {
  --fa: "\f67c";
  --fa--fa: "\f67c\f67c";
}
.fa-peach {
  --fa: "\e20b";
  --fa--fa: "\e20b\e20b";
}
.fa-peanut {
  --fa: "\e430";
  --fa--fa: "\e430\e430";
}
.fa-peanuts {
  --fa: "\e431";
  --fa--fa: "\e431\e431";
}
.fa-peapod {
  --fa: "\e31c";
  --fa--fa: "\e31c\e31c";
}
.fa-pear {
  --fa: "\e20c";
  --fa--fa: "\e20c\e20c";
}
.fa-pedestal {
  --fa: "\e20d";
  --fa--fa: "\e20d\e20d";
}
.fa-pegasus {
  --fa: "\f703";
  --fa--fa: "\f703\f703";
}
.fa-pen {
  --fa: "\f304";
  --fa--fa: "\f304\f304";
}
.fa-pen-circle {
  --fa: "\e20e";
  --fa--fa: "\e20e\e20e";
}
.fa-pen-clip {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}
.fa-pen-alt {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}
.fa-pen-clip-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f";
}
.fa-pen-alt-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f";
}
.fa-pen-fancy {
  --fa: "\f5ac";
  --fa--fa: "\f5ac\f5ac";
}
.fa-pen-fancy-slash {
  --fa: "\e210";
  --fa--fa: "\e210\e210";
}
.fa-pen-field {
  --fa: "\e211";
  --fa--fa: "\e211\e211";
}
.fa-pen-line {
  --fa: "\e212";
  --fa--fa: "\e212\e212";
}
.fa-pen-nib {
  --fa: "\f5ad";
  --fa--fa: "\f5ad\f5ad";
}
.fa-pen-nib-slash {
  --fa: "\e4a1";
  --fa--fa: "\e4a1\e4a1";
}
.fa-pen-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618";
}
.fa-pencil-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618";
}
.fa-pen-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}
.fa-pencil-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}
.fa-pen-slash {
  --fa: "\e213";
  --fa--fa: "\e213\e213";
}
.fa-pen-swirl {
  --fa: "\e214";
  --fa--fa: "\e214\e214";
}
.fa-pen-to-square {
  --fa: "\f044";
  --fa--fa: "\f044\f044";
}
.fa-edit {
  --fa: "\f044";
  --fa--fa: "\f044\f044";
}
.fa-pencil {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}
.fa-pencil-alt {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}
.fa-pencil-mechanical {
  --fa: "\e5ca";
  --fa--fa: "\e5ca\e5ca";
}
.fa-pencil-slash {
  --fa: "\e215";
  --fa--fa: "\e215\e215";
}
.fa-people {
  --fa: "\e216";
  --fa--fa: "\e216\e216";
}
.fa-people-arrows {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}
.fa-people-arrows-left-right {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}
.fa-people-carry-box {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}
.fa-people-carry {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}
.fa-people-dress {
  --fa: "\e217";
  --fa--fa: "\e217\e217";
}
.fa-people-dress-simple {
  --fa: "\e218";
  --fa--fa: "\e218\e218";
}
.fa-people-group {
  --fa: "\e533";
  --fa--fa: "\e533\e533";
}
.fa-people-line {
  --fa: "\e534";
  --fa--fa: "\e534\e534";
}
.fa-people-pants {
  --fa: "\e219";
  --fa--fa: "\e219\e219";
}
.fa-people-pants-simple {
  --fa: "\e21a";
  --fa--fa: "\e21a\e21a";
}
.fa-people-pulling {
  --fa: "\e535";
  --fa--fa: "\e535\e535";
}
.fa-people-robbery {
  --fa: "\e536";
  --fa--fa: "\e536\e536";
}
.fa-people-roof {
  --fa: "\e537";
  --fa--fa: "\e537\e537";
}
.fa-people-simple {
  --fa: "\e21b";
  --fa--fa: "\e21b\e21b";
}
.fa-pepper {
  --fa: "\e432";
  --fa--fa: "\e432\e432";
}
.fa-pepper-hot {
  --fa: "\f816";
  --fa--fa: "\f816\f816";
}
.fa-percent {
  --fa: "\25";
  --fa--fa: "\25\25";
}
.fa-percentage {
  --fa: "\25";
  --fa--fa: "\25\25";
}
.fa-period {
  --fa: "\2e";
  --fa--fa: "\2e\2e";
}
.fa-person {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}
.fa-male {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}
.fa-person-arrow-down-to-line {
  --fa: "\e538";
  --fa--fa: "\e538\e538";
}
.fa-person-arrow-up-from-line {
  --fa: "\e539";
  --fa--fa: "\e539\e539";
}
.fa-person-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a";
}
.fa-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a";
}
.fa-person-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b";
}
.fa-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b";
}
.fa-person-booth {
  --fa: "\f756";
  --fa--fa: "\f756\f756";
}
.fa-person-breastfeeding {
  --fa: "\e53a";
  --fa--fa: "\e53a\e53a";
}
.fa-person-burst {
  --fa: "\e53b";
  --fa--fa: "\e53b\e53b";
}
.fa-person-cane {
  --fa: "\e53c";
  --fa--fa: "\e53c\e53c";
}
.fa-person-carry-box {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf";
}
.fa-person-carry {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf";
}
.fa-person-chalkboard {
  --fa: "\e53d";
  --fa--fa: "\e53d\e53d";
}
.fa-person-circle-check {
  --fa: "\e53e";
  --fa--fa: "\e53e\e53e";
}
.fa-person-circle-exclamation {
  --fa: "\e53f";
  --fa--fa: "\e53f\e53f";
}
.fa-person-circle-minus {
  --fa: "\e540";
  --fa--fa: "\e540\e540";
}
.fa-person-circle-plus {
  --fa: "\e541";
  --fa--fa: "\e541\e541";
}
.fa-person-circle-question {
  --fa: "\e542";
  --fa--fa: "\e542\e542";
}
.fa-person-circle-xmark {
  --fa: "\e543";
  --fa--fa: "\e543\e543";
}
.fa-person-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}
.fa-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}
.fa-person-dolly {
  --fa: "\f4d0";
  --fa--fa: "\f4d0\f4d0";
}
.fa-person-dolly-empty {
  --fa: "\f4d1";
  --fa--fa: "\f4d1\f4d1";
}
.fa-person-dots-from-line {
  --fa: "\f470";
  --fa--fa: "\f470\f470";
}
.fa-diagnoses {
  --fa: "\f470";
  --fa--fa: "\f470\f470";
}
.fa-person-dress {
  --fa: "\f182";
  --fa--fa: "\f182\f182";
}
.fa-female {
  --fa: "\f182";
  --fa--fa: "\f182\f182";
}
.fa-person-dress-burst {
  --fa: "\e544";
  --fa--fa: "\e544\e544";
}
.fa-person-dress-fairy {
  --fa: "\e607";
  --fa--fa: "\e607\e607";
}
.fa-person-dress-simple {
  --fa: "\e21c";
  --fa--fa: "\e21c\e21c";
}
.fa-person-drowning {
  --fa: "\e545";
  --fa--fa: "\e545\e545";
}
.fa-person-fairy {
  --fa: "\e608";
  --fa--fa: "\e608\e608";
}
.fa-person-falling {
  --fa: "\e546";
  --fa--fa: "\e546\e546";
}
.fa-person-falling-burst {
  --fa: "\e547";
  --fa--fa: "\e547\e547";
}
.fa-person-from-portal {
  --fa: "\e023";
  --fa--fa: "\e023\e023";
}
.fa-portal-exit {
  --fa: "\e023";
  --fa--fa: "\e023\e023";
}
.fa-person-half-dress {
  --fa: "\e548";
  --fa--fa: "\e548\e548";
}
.fa-person-harassing {
  --fa: "\e549";
  --fa--fa: "\e549\e549";
}
.fa-person-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec";
}
.fa-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec";
}
.fa-person-military-pointing {
  --fa: "\e54a";
  --fa--fa: "\e54a\e54a";
}
.fa-person-military-rifle {
  --fa: "\e54b";
  --fa--fa: "\e54b\e54b";
}
.fa-person-military-to-person {
  --fa: "\e54c";
  --fa--fa: "\e54c\e54c";
}
.fa-person-pinball {
  --fa: "\e21d";
  --fa--fa: "\e21d\e21d";
}
.fa-person-praying {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}
.fa-pray {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}
.fa-person-pregnant {
  --fa: "\e31e";
  --fa--fa: "\e31e\e31e";
}
.fa-person-rays {
  --fa: "\e54d";
  --fa--fa: "\e54d\e54d";
}
.fa-person-rifle {
  --fa: "\e54e";
  --fa--fa: "\e54e\e54e";
}
.fa-person-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}
.fa-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}
.fa-person-running-fast {
  --fa: "\e5ff";
  --fa--fa: "\e5ff\e5ff";
}
.fa-person-seat {
  --fa: "\e21e";
  --fa--fa: "\e21e\e21e";
}
.fa-person-seat-reclined {
  --fa: "\e21f";
  --fa--fa: "\e21f\e21f";
}
.fa-person-shelter {
  --fa: "\e54f";
  --fa--fa: "\e54f\e54f";
}
.fa-person-sign {
  --fa: "\f757";
  --fa--fa: "\f757\f757";
}
.fa-person-simple {
  --fa: "\e220";
  --fa--fa: "\e220\e220";
}
.fa-person-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}
.fa-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}
.fa-person-ski-jumping {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7";
}
.fa-ski-jump {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7";
}
.fa-person-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8";
}
.fa-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8";
}
.fa-person-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}
.fa-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}
.fa-person-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}
.fa-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}
.fa-person-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb";
}
.fa-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb";
}
.fa-person-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}
.fa-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}
.fa-person-snowmobiling {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1";
}
.fa-snowmobile {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1";
}
.fa-person-swimming {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}
.fa-swimmer {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}
.fa-person-through-window {
  --fa: "\e5a9";
  --fa--fa: "\e5a9\e5a9";
}
.fa-person-to-door {
  --fa: "\e433";
  --fa--fa: "\e433\e433";
}
.fa-person-to-portal {
  --fa: "\e022";
  --fa--fa: "\e022\e022";
}
.fa-portal-enter {
  --fa: "\e022";
  --fa--fa: "\e022\e022";
}
.fa-person-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}
.fa-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}
.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
  --fa--fa: "\e551\e551";
}
.fa-person-walking-arrow-right {
  --fa: "\e552";
  --fa--fa: "\e552\e552";
}
.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
  --fa--fa: "\e553\e553";
}
.fa-person-walking-luggage {
  --fa: "\e554";
  --fa--fa: "\e554\e554";
}
.fa-person-walking-with-cane {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d";
}
.fa-blind {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d";
}
.fa-peseta-sign {
  --fa: "\e221";
  --fa--fa: "\e221\e221";
}
.fa-peso-sign {
  --fa: "\e222";
  --fa--fa: "\e222\e222";
}
.fa-phone {
  --fa: "\f095";
  --fa--fa: "\f095\f095";
}
.fa-phone-arrow-down-left {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}
.fa-phone-arrow-down {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}
.fa-phone-incoming {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}
.fa-phone-arrow-right {
  --fa: "\e5be";
  --fa--fa: "\e5be\e5be";
}
.fa-phone-arrow-up-right {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}
.fa-phone-arrow-up {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}
.fa-phone-outgoing {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}
.fa-phone-flip {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}
.fa-phone-alt {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}
.fa-phone-hangup {
  --fa: "\e225";
  --fa--fa: "\e225\e225";
}
.fa-phone-intercom {
  --fa: "\e434";
  --fa--fa: "\e434\e434";
}
.fa-phone-missed {
  --fa: "\e226";
  --fa--fa: "\e226\e226";
}
.fa-phone-office {
  --fa: "\f67d";
  --fa--fa: "\f67d\f67d";
}
.fa-phone-plus {
  --fa: "\f4d2";
  --fa--fa: "\f4d2\f4d2";
}
.fa-phone-rotary {
  --fa: "\f8d3";
  --fa--fa: "\f8d3\f8d3";
}
.fa-phone-slash {
  --fa: "\f3dd";
  --fa--fa: "\f3dd\f3dd";
}
.fa-phone-volume {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}
.fa-volume-control-phone {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}
.fa-phone-xmark {
  --fa: "\e227";
  --fa--fa: "\e227\e227";
}
.fa-photo-film {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}
.fa-photo-video {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}
.fa-photo-film-music {
  --fa: "\e228";
  --fa--fa: "\e228\e228";
}
.fa-pi {
  --fa: "\f67e";
  --fa--fa: "\f67e\f67e";
}
.fa-piano {
  --fa: "\f8d4";
  --fa--fa: "\f8d4\f8d4";
}
.fa-piano-keyboard {
  --fa: "\f8d5";
  --fa--fa: "\f8d5\f8d5";
}
.fa-pickaxe {
  --fa: "\e5bf";
  --fa--fa: "\e5bf\e5bf";
}
.fa-pickleball {
  --fa: "\e435";
  --fa--fa: "\e435\e435";
}
.fa-pie {
  --fa: "\f705";
  --fa--fa: "\f705\f705";
}
.fa-pig {
  --fa: "\f706";
  --fa--fa: "\f706\f706";
}
.fa-piggy-bank {
  --fa: "\f4d3";
  --fa--fa: "\f4d3\f4d3";
}
.fa-pills {
  --fa: "\f484";
  --fa--fa: "\f484\f484";
}
.fa-pinata {
  --fa: "\e3c3";
  --fa--fa: "\e3c3\e3c3";
}
.fa-pinball {
  --fa: "\e229";
  --fa--fa: "\e229\e229";
}
.fa-pineapple {
  --fa: "\e31f";
  --fa--fa: "\e31f\e31f";
}
.fa-pipe {
  --fa: "\7c";
  --fa--fa: "\7c\7c";
}
.fa-pipe-circle-check {
  --fa: "\e436";
  --fa--fa: "\e436\e436";
}
.fa-pipe-collar {
  --fa: "\e437";
  --fa--fa: "\e437\e437";
}
.fa-pipe-section {
  --fa: "\e438";
  --fa--fa: "\e438\e438";
}
.fa-pipe-smoking {
  --fa: "\e3c4";
  --fa--fa: "\e3c4\e3c4";
}
.fa-pipe-valve {
  --fa: "\e439";
  --fa--fa: "\e439\e439";
}
.fa-pizza {
  --fa: "\f817";
  --fa--fa: "\f817\f817";
}
.fa-pizza-slice {
  --fa: "\f818";
  --fa--fa: "\f818\f818";
}
.fa-place-of-worship {
  --fa: "\f67f";
  --fa--fa: "\f67f\f67f";
}
.fa-plane {
  --fa: "\f072";
  --fa--fa: "\f072\f072";
}
.fa-plane-arrival {
  --fa: "\f5af";
  --fa--fa: "\f5af\f5af";
}
.fa-plane-circle-check {
  --fa: "\e555";
  --fa--fa: "\e555\e555";
}
.fa-plane-circle-exclamation {
  --fa: "\e556";
  --fa--fa: "\e556\e556";
}
.fa-plane-circle-xmark {
  --fa: "\e557";
  --fa--fa: "\e557\e557";
}
.fa-plane-departure {
  --fa: "\f5b0";
  --fa--fa: "\f5b0\f5b0";
}
.fa-plane-engines {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de";
}
.fa-plane-alt {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de";
}
.fa-plane-lock {
  --fa: "\e558";
  --fa--fa: "\e558\e558";
}
.fa-plane-prop {
  --fa: "\e22b";
  --fa--fa: "\e22b\e22b";
}
.fa-plane-slash {
  --fa: "\e069";
  --fa--fa: "\e069\e069";
}
.fa-plane-tail {
  --fa: "\e22c";
  --fa--fa: "\e22c\e22c";
}
.fa-plane-up {
  --fa: "\e22d";
  --fa--fa: "\e22d\e22d";
}
.fa-plane-up-slash {
  --fa: "\e22e";
  --fa--fa: "\e22e\e22e";
}
.fa-planet-moon {
  --fa: "\e01f";
  --fa--fa: "\e01f\e01f";
}
.fa-planet-ringed {
  --fa: "\e020";
  --fa--fa: "\e020\e020";
}
.fa-plant-wilt {
  --fa: "\e5aa";
  --fa--fa: "\e5aa\e5aa";
}
.fa-plate-utensils {
  --fa: "\e43b";
  --fa--fa: "\e43b\e43b";
}
.fa-plate-wheat {
  --fa: "\e55a";
  --fa--fa: "\e55a\e55a";
}
.fa-play {
  --fa: "\f04b";
  --fa--fa: "\f04b\f04b";
}
.fa-play-pause {
  --fa: "\e22f";
  --fa--fa: "\e22f\e22f";
}
.fa-plug {
  --fa: "\f1e6";
  --fa--fa: "\f1e6\f1e6";
}
.fa-plug-circle-bolt {
  --fa: "\e55b";
  --fa--fa: "\e55b\e55b";
}
.fa-plug-circle-check {
  --fa: "\e55c";
  --fa--fa: "\e55c\e55c";
}
.fa-plug-circle-exclamation {
  --fa: "\e55d";
  --fa--fa: "\e55d\e55d";
}
.fa-plug-circle-minus {
  --fa: "\e55e";
  --fa--fa: "\e55e\e55e";
}
.fa-plug-circle-plus {
  --fa: "\e55f";
  --fa--fa: "\e55f\e55f";
}
.fa-plug-circle-xmark {
  --fa: "\e560";
  --fa--fa: "\e560\e560";
}
.fa-plus {
  --fa: "\2b";
  --fa--fa: "\2b\2b";
}
.fa-add {
  --fa: "\2b";
  --fa--fa: "\2b\2b";
}
.fa-plus-large {
  --fa: "\e59e";
  --fa--fa: "\e59e\e59e";
}
.fa-plus-minus {
  --fa: "\e43c";
  --fa--fa: "\e43c\e43c";
}
.fa-podcast {
  --fa: "\f2ce";
  --fa--fa: "\f2ce\f2ce";
}
.fa-podium {
  --fa: "\f680";
  --fa--fa: "\f680\f680";
}
.fa-podium-star {
  --fa: "\f758";
  --fa--fa: "\f758\f758";
}
.fa-police-box {
  --fa: "\e021";
  --fa--fa: "\e021\e021";
}
.fa-poll-people {
  --fa: "\f759";
  --fa--fa: "\f759\f759";
}
.fa-pompebled {
  --fa: "\e43d";
  --fa--fa: "\e43d\e43d";
}
.fa-poo {
  --fa: "\f2fe";
  --fa--fa: "\f2fe\f2fe";
}
.fa-poo-storm {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}
.fa-poo-bolt {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}
.fa-pool-8-ball {
  --fa: "\e3c5";
  --fa--fa: "\e3c5\e3c5";
}
.fa-poop {
  --fa: "\f619";
  --fa--fa: "\f619\f619";
}
.fa-popcorn {
  --fa: "\f819";
  --fa--fa: "\f819\f819";
}
.fa-popsicle {
  --fa: "\e43e";
  --fa--fa: "\e43e\e43e";
}
.fa-pot-food {
  --fa: "\e43f";
  --fa--fa: "\e43f\e43f";
}
.fa-potato {
  --fa: "\e440";
  --fa--fa: "\e440\e440";
}
.fa-power-off {
  --fa: "\f011";
  --fa--fa: "\f011\f011";
}
.fa-prescription {
  --fa: "\f5b1";
  --fa--fa: "\f5b1\f5b1";
}
.fa-prescription-bottle {
  --fa: "\f485";
  --fa--fa: "\f485\f485";
}
.fa-prescription-bottle-medical {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}
.fa-prescription-bottle-alt {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}
.fa-prescription-bottle-pill {
  --fa: "\e5c0";
  --fa--fa: "\e5c0\e5c0";
}
.fa-presentation-screen {
  --fa: "\f685";
  --fa--fa: "\f685\f685";
}
.fa-presentation {
  --fa: "\f685";
  --fa--fa: "\f685\f685";
}
.fa-pretzel {
  --fa: "\e441";
  --fa--fa: "\e441\e441";
}
.fa-print {
  --fa: "\f02f";
  --fa--fa: "\f02f\f02f";
}
.fa-print-magnifying-glass {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a";
}
.fa-print-search {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a";
}
.fa-print-slash {
  --fa: "\f686";
  --fa--fa: "\f686\f686";
}
.fa-projector {
  --fa: "\f8d6";
  --fa--fa: "\f8d6\f8d6";
}
.fa-pump {
  --fa: "\e442";
  --fa--fa: "\e442\e442";
}
.fa-pump-medical {
  --fa: "\e06a";
  --fa--fa: "\e06a\e06a";
}
.fa-pump-soap {
  --fa: "\e06b";
  --fa--fa: "\e06b\e06b";
}
.fa-pumpkin {
  --fa: "\f707";
  --fa--fa: "\f707\f707";
}
.fa-puzzle {
  --fa: "\e443";
  --fa--fa: "\e443\e443";
}
.fa-puzzle-piece {
  --fa: "\f12e";
  --fa--fa: "\f12e\f12e";
}
.fa-puzzle-piece-simple {
  --fa: "\e231";
  --fa--fa: "\e231\e231";
}
.fa-puzzle-piece-alt {
  --fa: "\e231";
  --fa--fa: "\e231\e231";
}
.fa-q {
  --fa: "\51";
  --fa--fa: "\51\51";
}
.fa-qrcode {
  --fa: "\f029";
  --fa--fa: "\f029\f029";
}
.fa-question {
  --fa: "\3f";
  --fa--fa: "\3f\3f";
}
.fa-quote-left {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}
.fa-quote-left-alt {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}
.fa-quote-right {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}
.fa-quote-right-alt {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}
.fa-quotes {
  --fa: "\e234";
  --fa--fa: "\e234\e234";
}
.fa-r {
  --fa: "\52";
  --fa--fa: "\52\52";
}
.fa-rabbit {
  --fa: "\f708";
  --fa--fa: "\f708\f708";
}
.fa-rabbit-running {
  --fa: "\f709";
  --fa--fa: "\f709\f709";
}
.fa-rabbit-fast {
  --fa: "\f709";
  --fa--fa: "\f709\f709";
}
.fa-raccoon {
  --fa: "\e613";
  --fa--fa: "\e613\e613";
}
.fa-racquet {
  --fa: "\f45a";
  --fa--fa: "\f45a\f45a";
}
.fa-radar {
  --fa: "\e024";
  --fa--fa: "\e024\e024";
}
.fa-radiation {
  --fa: "\f7b9";
  --fa--fa: "\f7b9\f7b9";
}
.fa-radio {
  --fa: "\f8d7";
  --fa--fa: "\f8d7\f8d7";
}
.fa-radio-tuner {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8";
}
.fa-radio-alt {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8";
}
.fa-rainbow {
  --fa: "\f75b";
  --fa--fa: "\f75b\f75b";
}
.fa-raindrops {
  --fa: "\f75c";
  --fa--fa: "\f75c\f75c";
}
.fa-ram {
  --fa: "\f70a";
  --fa--fa: "\f70a\f70a";
}
.fa-ramp-loading {
  --fa: "\f4d4";
  --fa--fa: "\f4d4\f4d4";
}
.fa-ranking-star {
  --fa: "\e561";
  --fa--fa: "\e561\e561";
}
.fa-raygun {
  --fa: "\e025";
  --fa--fa: "\e025\e025";
}
.fa-receipt {
  --fa: "\f543";
  --fa--fa: "\f543\f543";
}
.fa-record-vinyl {
  --fa: "\f8d9";
  --fa--fa: "\f8d9\f8d9";
}
.fa-rectangle {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa";
}
.fa-rectangle-landscape {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa";
}
.fa-rectangle-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641";
}
.fa-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641";
}
.fa-rectangle-barcode {
  --fa: "\f463";
  --fa--fa: "\f463\f463";
}
.fa-barcode-alt {
  --fa: "\f463";
  --fa--fa: "\f463\f463";
}
.fa-rectangle-code {
  --fa: "\e322";
  --fa--fa: "\e322\e322";
}
.fa-rectangle-history {
  --fa: "\e4a2";
  --fa--fa: "\e4a2\e4a2";
}
.fa-rectangle-history-circle-plus {
  --fa: "\e4a3";
  --fa--fa: "\e4a3\e4a3";
}
.fa-rectangle-history-circle-user {
  --fa: "\e4a4";
  --fa--fa: "\e4a4\e4a4";
}
.fa-rectangle-list {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}
.fa-list-alt {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}
.fa-rectangle-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235";
}
.fa-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235";
}
.fa-rectangle-terminal {
  --fa: "\e236";
  --fa--fa: "\e236\e236";
}
.fa-rectangle-vertical {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb";
}
.fa-rectangle-portrait {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb";
}
.fa-rectangle-vertical-history {
  --fa: "\e237";
  --fa--fa: "\e237\e237";
}
.fa-rectangle-wide {
  --fa: "\f2fc";
  --fa--fa: "\f2fc\f2fc";
}
.fa-rectangle-xmark {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}
.fa-rectangle-times {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}
.fa-times-rectangle {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}
.fa-window-close {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}
.fa-rectangles-mixed {
  --fa: "\e323";
  --fa--fa: "\e323\e323";
}
.fa-recycle {
  --fa: "\f1b8";
  --fa--fa: "\f1b8\f1b8";
}
.fa-reel {
  --fa: "\e238";
  --fa--fa: "\e238\e238";
}
.fa-reflect-both {
  --fa: "\e66f";
  --fa--fa: "\e66f\e66f";
}
.fa-reflect-horizontal {
  --fa: "\e664";
  --fa--fa: "\e664\e664";
}
.fa-reflect-vertical {
  --fa: "\e665";
  --fa--fa: "\e665\e665";
}
.fa-refrigerator {
  --fa: "\e026";
  --fa--fa: "\e026\e026";
}
.fa-registered {
  --fa: "\f25d";
  --fa--fa: "\f25d\f25d";
}
.fa-repeat {
  --fa: "\f363";
  --fa--fa: "\f363\f363";
}
.fa-repeat-1 {
  --fa: "\f365";
  --fa--fa: "\f365\f365";
}
.fa-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}
.fa-mail-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}
.fa-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}
.fa-mail-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}
.fa-reply-clock {
  --fa: "\e239";
  --fa--fa: "\e239\e239";
}
.fa-reply-time {
  --fa: "\e239";
  --fa--fa: "\e239\e239";
}
.fa-republican {
  --fa: "\f75e";
  --fa--fa: "\f75e\f75e";
}
.fa-restroom {
  --fa: "\f7bd";
  --fa--fa: "\f7bd\f7bd";
}
.fa-restroom-simple {
  --fa: "\e23a";
  --fa--fa: "\e23a\e23a";
}
.fa-retweet {
  --fa: "\f079";
  --fa--fa: "\f079\f079";
}
.fa-rhombus {
  --fa: "\e23b";
  --fa--fa: "\e23b\e23b";
}
.fa-ribbon {
  --fa: "\f4d6";
  --fa--fa: "\f4d6\f4d6";
}
.fa-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356";
}
.fa-arrow-alt-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356";
}
.fa-right-from-bracket {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}
.fa-sign-out-alt {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}
.fa-right-from-line {
  --fa: "\f347";
  --fa--fa: "\f347\f347";
}
.fa-arrow-alt-from-left {
  --fa: "\f347";
  --fa--fa: "\f347\f347";
}
.fa-right-left {
  --fa: "\f362";
  --fa--fa: "\f362\f362";
}
.fa-exchange-alt {
  --fa: "\f362";
  --fa--fa: "\f362\f362";
}
.fa-right-left-large {
  --fa: "\e5e1";
  --fa--fa: "\e5e1\e5e1";
}
.fa-right-long {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}
.fa-long-arrow-alt-right {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}
.fa-right-long-to-line {
  --fa: "\e444";
  --fa--fa: "\e444\e444";
}
.fa-right-to-bracket {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}
.fa-sign-in-alt {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}
.fa-right-to-line {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c";
}
.fa-arrow-alt-to-right {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c";
}
.fa-ring {
  --fa: "\f70b";
  --fa--fa: "\f70b\f70b";
}
.fa-ring-diamond {
  --fa: "\e5ab";
  --fa--fa: "\e5ab\e5ab";
}
.fa-rings-wedding {
  --fa: "\f81b";
  --fa--fa: "\f81b\f81b";
}
.fa-road {
  --fa: "\f018";
  --fa--fa: "\f018\f018";
}
.fa-road-barrier {
  --fa: "\e562";
  --fa--fa: "\e562\e562";
}
.fa-road-bridge {
  --fa: "\e563";
  --fa--fa: "\e563\e563";
}
.fa-road-circle-check {
  --fa: "\e564";
  --fa--fa: "\e564\e564";
}
.fa-road-circle-exclamation {
  --fa: "\e565";
  --fa--fa: "\e565\e565";
}
.fa-road-circle-xmark {
  --fa: "\e566";
  --fa--fa: "\e566\e566";
}
.fa-road-lock {
  --fa: "\e567";
  --fa--fa: "\e567\e567";
}
.fa-road-spikes {
  --fa: "\e568";
  --fa--fa: "\e568\e568";
}
.fa-robot {
  --fa: "\f544";
  --fa--fa: "\f544\f544";
}
.fa-robot-astromech {
  --fa: "\e2d2";
  --fa--fa: "\e2d2\e2d2";
}
.fa-rocket {
  --fa: "\f135";
  --fa--fa: "\f135\f135";
}
.fa-rocket-launch {
  --fa: "\e027";
  --fa--fa: "\e027\e027";
}
.fa-roller-coaster {
  --fa: "\e324";
  --fa--fa: "\e324\e324";
}
.fa-rotate {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}
.fa-sync-alt {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}
.fa-rotate-exclamation {
  --fa: "\e23c";
  --fa--fa: "\e23c\e23c";
}
.fa-rotate-left {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}
.fa-rotate-back {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}
.fa-rotate-backward {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}
.fa-undo-alt {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}
.fa-rotate-reverse {
  --fa: "\e631";
  --fa--fa: "\e631\e631";
}
.fa-rotate-right {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}
.fa-redo-alt {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}
.fa-rotate-forward {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}
.fa-route {
  --fa: "\f4d7";
  --fa--fa: "\f4d7\f4d7";
}
.fa-route-highway {
  --fa: "\f61a";
  --fa--fa: "\f61a\f61a";
}
.fa-route-interstate {
  --fa: "\f61b";
  --fa--fa: "\f61b\f61b";
}
.fa-router {
  --fa: "\f8da";
  --fa--fa: "\f8da\f8da";
}
.fa-rss {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}
.fa-feed {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}
.fa-ruble-sign {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}
.fa-rouble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}
.fa-rub {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}
.fa-ruble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}
.fa-rug {
  --fa: "\e569";
  --fa--fa: "\e569\e569";
}
.fa-rugby-ball {
  --fa: "\e3c6";
  --fa--fa: "\e3c6\e3c6";
}
.fa-ruler {
  --fa: "\f545";
  --fa--fa: "\f545\f545";
}
.fa-ruler-combined {
  --fa: "\f546";
  --fa--fa: "\f546\f546";
}
.fa-ruler-horizontal {
  --fa: "\f547";
  --fa--fa: "\f547\f547";
}
.fa-ruler-triangle {
  --fa: "\f61c";
  --fa--fa: "\f61c\f61c";
}
.fa-ruler-vertical {
  --fa: "\f548";
  --fa--fa: "\f548\f548";
}
.fa-rupee-sign {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}
.fa-rupee {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}
.fa-rupiah-sign {
  --fa: "\e23d";
  --fa--fa: "\e23d\e23d";
}
.fa-rv {
  --fa: "\f7be";
  --fa--fa: "\f7be\f7be";
}
.fa-s {
  --fa: "\53";
  --fa--fa: "\53\53";
}
.fa-sack {
  --fa: "\f81c";
  --fa--fa: "\f81c\f81c";
}
.fa-sack-dollar {
  --fa: "\f81d";
  --fa--fa: "\f81d\f81d";
}
.fa-sack-xmark {
  --fa: "\e56a";
  --fa--fa: "\e56a\e56a";
}
.fa-sailboat {
  --fa: "\e445";
  --fa--fa: "\e445\e445";
}
.fa-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e";
}
.fa-bowl-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e";
}
.fa-salt-shaker {
  --fa: "\e446";
  --fa--fa: "\e446\e446";
}
.fa-sandwich {
  --fa: "\f81f";
  --fa--fa: "\f81f\f81f";
}
.fa-satellite {
  --fa: "\f7bf";
  --fa--fa: "\f7bf\f7bf";
}
.fa-satellite-dish {
  --fa: "\f7c0";
  --fa--fa: "\f7c0\f7c0";
}
.fa-sausage {
  --fa: "\f820";
  --fa--fa: "\f820\f820";
}
.fa-saxophone {
  --fa: "\f8dc";
  --fa--fa: "\f8dc\f8dc";
}
.fa-saxophone-fire {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db";
}
.fa-sax-hot {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db";
}
.fa-scale-balanced {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e";
}
.fa-balance-scale {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e";
}
.fa-scale-unbalanced {
  --fa: "\f515";
  --fa--fa: "\f515\f515";
}
.fa-balance-scale-left {
  --fa: "\f515";
  --fa--fa: "\f515\f515";
}
.fa-scale-unbalanced-flip {
  --fa: "\f516";
  --fa--fa: "\f516\f516";
}
.fa-balance-scale-right {
  --fa: "\f516";
  --fa--fa: "\f516\f516";
}
.fa-scalpel {
  --fa: "\f61d";
  --fa--fa: "\f61d\f61d";
}
.fa-scalpel-line-dashed {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e";
}
.fa-scalpel-path {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e";
}
.fa-scanner-gun {
  --fa: "\f488";
  --fa--fa: "\f488\f488";
}
.fa-scanner {
  --fa: "\f488";
  --fa--fa: "\f488\f488";
}
.fa-scanner-image {
  --fa: "\f8f3";
  --fa--fa: "\f8f3\f8f3";
}
.fa-scanner-keyboard {
  --fa: "\f489";
  --fa--fa: "\f489\f489";
}
.fa-scanner-touchscreen {
  --fa: "\f48a";
  --fa--fa: "\f48a\f48a";
}
.fa-scarecrow {
  --fa: "\f70d";
  --fa--fa: "\f70d\f70d";
}
.fa-scarf {
  --fa: "\f7c1";
  --fa--fa: "\f7c1\f7c1";
}
.fa-school {
  --fa: "\f549";
  --fa--fa: "\f549\f549";
}
.fa-school-circle-check {
  --fa: "\e56b";
  --fa--fa: "\e56b\e56b";
}
.fa-school-circle-exclamation {
  --fa: "\e56c";
  --fa--fa: "\e56c\e56c";
}
.fa-school-circle-xmark {
  --fa: "\e56d";
  --fa--fa: "\e56d\e56d";
}
.fa-school-flag {
  --fa: "\e56e";
  --fa--fa: "\e56e\e56e";
}
.fa-school-lock {
  --fa: "\e56f";
  --fa--fa: "\e56f\e56f";
}
.fa-scissors {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4";
}
.fa-cut {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4";
}
.fa-screen-users {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d";
}
.fa-users-class {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d";
}
.fa-screencast {
  --fa: "\e23e";
  --fa--fa: "\e23e\e23e";
}
.fa-screwdriver {
  --fa: "\f54a";
  --fa--fa: "\f54a\f54a";
}
.fa-screwdriver-wrench {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}
.fa-tools {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}
.fa-scribble {
  --fa: "\e23f";
  --fa--fa: "\e23f\e23f";
}
.fa-scroll {
  --fa: "\f70e";
  --fa--fa: "\f70e\f70e";
}
.fa-scroll-old {
  --fa: "\f70f";
  --fa--fa: "\f70f\f70f";
}
.fa-scroll-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}
.fa-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}
.fa-scrubber {
  --fa: "\f2f8";
  --fa--fa: "\f2f8\f2f8";
}
.fa-scythe {
  --fa: "\f710";
  --fa--fa: "\f710\f710";
}
.fa-sd-card {
  --fa: "\f7c2";
  --fa--fa: "\f7c2\f7c2";
}
.fa-sd-cards {
  --fa: "\e240";
  --fa--fa: "\e240\e240";
}
.fa-seal {
  --fa: "\e241";
  --fa--fa: "\e241\e241";
}
.fa-seal-exclamation {
  --fa: "\e242";
  --fa--fa: "\e242\e242";
}
.fa-seal-question {
  --fa: "\e243";
  --fa--fa: "\e243\e243";
}
.fa-seat-airline {
  --fa: "\e244";
  --fa--fa: "\e244\e244";
}
.fa-section {
  --fa: "\e447";
  --fa--fa: "\e447\e447";
}
.fa-seedling {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}
.fa-sprout {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}
.fa-semicolon {
  --fa: "\3b";
  --fa--fa: "\3b\3b";
}
.fa-send-back {
  --fa: "\f87e";
  --fa--fa: "\f87e\f87e";
}
.fa-send-backward {
  --fa: "\f87f";
  --fa--fa: "\f87f\f87f";
}
.fa-sensor {
  --fa: "\e028";
  --fa--fa: "\e028\e028";
}
.fa-sensor-cloud {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c";
}
.fa-sensor-smoke {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c";
}
.fa-sensor-fire {
  --fa: "\e02a";
  --fa--fa: "\e02a\e02a";
}
.fa-sensor-on {
  --fa: "\e02b";
  --fa--fa: "\e02b\e02b";
}
.fa-sensor-triangle-exclamation {
  --fa: "\e029";
  --fa--fa: "\e029\e029";
}
.fa-sensor-alert {
  --fa: "\e029";
  --fa--fa: "\e029\e029";
}
.fa-server {
  --fa: "\f233";
  --fa--fa: "\f233\f233";
}
.fa-shapes {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}
.fa-triangle-circle-square {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}
.fa-share {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}
.fa-mail-forward {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}
.fa-share-all {
  --fa: "\f367";
  --fa--fa: "\f367\f367";
}
.fa-share-from-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}
.fa-share-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}
.fa-share-nodes {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}
.fa-share-alt {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}
.fa-sheep {
  --fa: "\f711";
  --fa--fa: "\f711\f711";
}
.fa-sheet-plastic {
  --fa: "\e571";
  --fa--fa: "\e571\e571";
}
.fa-shekel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa-ils {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa-shekel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa-sheqel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa-sheqel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa-shelves {
  --fa: "\f480";
  --fa--fa: "\f480\f480";
}
.fa-inventory {
  --fa: "\f480";
  --fa--fa: "\f480\f480";
}
.fa-shelves-empty {
  --fa: "\e246";
  --fa--fa: "\e246\e246";
}
.fa-shield {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}
.fa-shield-blank {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}
.fa-shield-cat {
  --fa: "\e572";
  --fa--fa: "\e572\e572";
}
.fa-shield-check {
  --fa: "\f2f7";
  --fa--fa: "\f2f7\f2f7";
}
.fa-shield-cross {
  --fa: "\f712";
  --fa--fa: "\f712\f712";
}
.fa-shield-dog {
  --fa: "\e573";
  --fa--fa: "\e573\e573";
}
.fa-shield-exclamation {
  --fa: "\e247";
  --fa--fa: "\e247\e247";
}
.fa-shield-halved {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}
.fa-shield-alt {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}
.fa-shield-heart {
  --fa: "\e574";
  --fa--fa: "\e574\e574";
}
.fa-shield-keyhole {
  --fa: "\e248";
  --fa--fa: "\e248\e248";
}
.fa-shield-minus {
  --fa: "\e249";
  --fa--fa: "\e249\e249";
}
.fa-shield-plus {
  --fa: "\e24a";
  --fa--fa: "\e24a\e24a";
}
.fa-shield-quartered {
  --fa: "\e575";
  --fa--fa: "\e575\e575";
}
.fa-shield-slash {
  --fa: "\e24b";
  --fa--fa: "\e24b\e24b";
}
.fa-shield-virus {
  --fa: "\e06c";
  --fa--fa: "\e06c\e06c";
}
.fa-shield-xmark {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c";
}
.fa-shield-times {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c";
}
.fa-ship {
  --fa: "\f21a";
  --fa--fa: "\f21a\f21a";
}
.fa-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}
.fa-t-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}
.fa-tshirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}
.fa-shirt-long-sleeve {
  --fa: "\e3c7";
  --fa--fa: "\e3c7\e3c7";
}
.fa-shirt-running {
  --fa: "\e3c8";
  --fa--fa: "\e3c8\e3c8";
}
.fa-shirt-tank-top {
  --fa: "\e3c9";
  --fa--fa: "\e3c9\e3c9";
}
.fa-shish-kebab {
  --fa: "\f821";
  --fa--fa: "\f821\f821";
}
.fa-shoe-prints {
  --fa: "\f54b";
  --fa--fa: "\f54b\f54b";
}
.fa-shop {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}
.fa-store-alt {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}
.fa-shop-lock {
  --fa: "\e4a5";
  --fa--fa: "\e4a5\e4a5";
}
.fa-shop-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}
.fa-store-alt-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}
.fa-shovel {
  --fa: "\f713";
  --fa--fa: "\f713\f713";
}
.fa-shovel-snow {
  --fa: "\f7c3";
  --fa--fa: "\f7c3\f7c3";
}
.fa-shower {
  --fa: "\f2cc";
  --fa--fa: "\f2cc\f2cc";
}
.fa-shower-down {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d";
}
.fa-shower-alt {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d";
}
.fa-shredder {
  --fa: "\f68a";
  --fa--fa: "\f68a\f68a";
}
.fa-shrimp {
  --fa: "\e448";
  --fa--fa: "\e448\e448";
}
.fa-shuffle {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}
.fa-random {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}
.fa-shutters {
  --fa: "\e449";
  --fa--fa: "\e449\e449";
}
.fa-shuttle-space {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}
.fa-space-shuttle {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}
.fa-shuttlecock {
  --fa: "\f45b";
  --fa--fa: "\f45b\f45b";
}
.fa-sickle {
  --fa: "\f822";
  --fa--fa: "\f822\f822";
}
.fa-sidebar {
  --fa: "\e24e";
  --fa--fa: "\e24e\e24e";
}
.fa-sidebar-flip {
  --fa: "\e24f";
  --fa--fa: "\e24f\e24f";
}
.fa-sigma {
  --fa: "\f68b";
  --fa--fa: "\f68b\f68b";
}
.fa-sign-hanging {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}
.fa-sign {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}
.fa-sign-post {
  --fa: "\e624";
  --fa--fa: "\e624\e624";
}
.fa-sign-posts {
  --fa: "\e625";
  --fa--fa: "\e625\e625";
}
.fa-sign-posts-wrench {
  --fa: "\e626";
  --fa--fa: "\e626\e626";
}
.fa-signal {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}
.fa-signal-5 {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}
.fa-signal-perfect {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}
.fa-signal-bars {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}
.fa-signal-alt {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}
.fa-signal-alt-4 {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}
.fa-signal-bars-strong {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}
.fa-signal-bars-fair {
  --fa: "\f692";
  --fa--fa: "\f692\f692";
}
.fa-signal-alt-2 {
  --fa: "\f692";
  --fa--fa: "\f692\f692";
}
.fa-signal-bars-good {
  --fa: "\f693";
  --fa--fa: "\f693\f693";
}
.fa-signal-alt-3 {
  --fa: "\f693";
  --fa--fa: "\f693\f693";
}
.fa-signal-bars-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694";
}
.fa-signal-alt-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694";
}
.fa-signal-bars-weak {
  --fa: "\f691";
  --fa--fa: "\f691\f691";
}
.fa-signal-alt-1 {
  --fa: "\f691";
  --fa--fa: "\f691\f691";
}
.fa-signal-fair {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d";
}
.fa-signal-2 {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d";
}
.fa-signal-good {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e";
}
.fa-signal-3 {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e";
}
.fa-signal-slash {
  --fa: "\f695";
  --fa--fa: "\f695\f695";
}
.fa-signal-stream {
  --fa: "\f8dd";
  --fa--fa: "\f8dd\f8dd";
}
.fa-signal-stream-slash {
  --fa: "\e250";
  --fa--fa: "\e250\e250";
}
.fa-signal-strong {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f";
}
.fa-signal-4 {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f";
}
.fa-signal-weak {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c";
}
.fa-signal-1 {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c";
}
.fa-signature {
  --fa: "\f5b7";
  --fa--fa: "\f5b7\f5b7";
}
.fa-signature-lock {
  --fa: "\e3ca";
  --fa--fa: "\e3ca\e3ca";
}
.fa-signature-slash {
  --fa: "\e3cb";
  --fa--fa: "\e3cb\e3cb";
}
.fa-signs-post {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}
.fa-map-signs {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}
.fa-sim-card {
  --fa: "\f7c4";
  --fa--fa: "\f7c4\f7c4";
}
.fa-sim-cards {
  --fa: "\e251";
  --fa--fa: "\e251\e251";
}
.fa-sink {
  --fa: "\e06d";
  --fa--fa: "\e06d\e06d";
}
.fa-siren {
  --fa: "\e02d";
  --fa--fa: "\e02d\e02d";
}
.fa-siren-on {
  --fa: "\e02e";
  --fa--fa: "\e02e\e02e";
}
.fa-sitemap {
  --fa: "\f0e8";
  --fa--fa: "\f0e8\f0e8";
}
.fa-skeleton {
  --fa: "\f620";
  --fa--fa: "\f620\f620";
}
.fa-skeleton-ribs {
  --fa: "\e5cb";
  --fa--fa: "\e5cb\e5cb";
}
.fa-ski-boot {
  --fa: "\e3cc";
  --fa--fa: "\e3cc\e3cc";
}
.fa-ski-boot-ski {
  --fa: "\e3cd";
  --fa--fa: "\e3cd\e3cd";
}
.fa-skull {
  --fa: "\f54c";
  --fa--fa: "\f54c\f54c";
}
.fa-skull-cow {
  --fa: "\f8de";
  --fa--fa: "\f8de\f8de";
}
.fa-skull-crossbones {
  --fa: "\f714";
  --fa--fa: "\f714\f714";
}
.fa-slash {
  --fa: "\f715";
  --fa--fa: "\f715\f715";
}
.fa-slash-back {
  --fa: "\5c";
  --fa--fa: "\5c\5c";
}
.fa-slash-forward {
  --fa: "\2f";
  --fa--fa: "\2f\2f";
}
.fa-sleigh {
  --fa: "\f7cc";
  --fa--fa: "\f7cc\f7cc";
}
.fa-slider {
  --fa: "\e252";
  --fa--fa: "\e252\e252";
}
.fa-sliders {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}
.fa-sliders-h {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}
.fa-sliders-simple {
  --fa: "\e253";
  --fa--fa: "\e253\e253";
}
.fa-sliders-up {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1";
}
.fa-sliders-v {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1";
}
.fa-slot-machine {
  --fa: "\e3ce";
  --fa--fa: "\e3ce\e3ce";
}
.fa-smog {
  --fa: "\f75f";
  --fa--fa: "\f75f\f75f";
}
.fa-smoke {
  --fa: "\f760";
  --fa--fa: "\f760\f760";
}
.fa-smoking {
  --fa: "\f48d";
  --fa--fa: "\f48d\f48d";
}
.fa-snake {
  --fa: "\f716";
  --fa--fa: "\f716\f716";
}
.fa-snooze {
  --fa: "\f880";
  --fa--fa: "\f880\f880";
}
.fa-zzz {
  --fa: "\f880";
  --fa--fa: "\f880\f880";
}
.fa-snow-blowing {
  --fa: "\f761";
  --fa--fa: "\f761\f761";
}
.fa-snowflake {
  --fa: "\f2dc";
  --fa--fa: "\f2dc\f2dc";
}
.fa-snowflake-droplets {
  --fa: "\e5c1";
  --fa--fa: "\e5c1\e5c1";
}
.fa-snowflakes {
  --fa: "\f7cf";
  --fa--fa: "\f7cf\f7cf";
}
.fa-snowman {
  --fa: "\f7d0";
  --fa--fa: "\f7d0\f7d0";
}
.fa-snowman-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b";
}
.fa-frosty-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b";
}
.fa-snowplow {
  --fa: "\f7d2";
  --fa--fa: "\f7d2\f7d2";
}
.fa-soap {
  --fa: "\e06e";
  --fa--fa: "\e06e\e06e";
}
.fa-socks {
  --fa: "\f696";
  --fa--fa: "\f696\f696";
}
.fa-soft-serve {
  --fa: "\e400";
  --fa--fa: "\e400\e400";
}
.fa-creemee {
  --fa: "\e400";
  --fa--fa: "\e400\e400";
}
.fa-solar-panel {
  --fa: "\f5ba";
  --fa--fa: "\f5ba\f5ba";
}
.fa-solar-system {
  --fa: "\e02f";
  --fa--fa: "\e02f\e02f";
}
.fa-sort {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}
.fa-unsorted {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}
.fa-sort-down {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}
.fa-sort-desc {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}
.fa-sort-up {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}
.fa-sort-asc {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}
.fa-spa {
  --fa: "\f5bb";
  --fa--fa: "\f5bb\f5bb";
}
.fa-space-station-moon {
  --fa: "\e033";
  --fa--fa: "\e033\e033";
}
.fa-space-station-moon-construction {
  --fa: "\e034";
  --fa--fa: "\e034\e034";
}
.fa-space-station-moon-alt {
  --fa: "\e034";
  --fa--fa: "\e034\e034";
}
.fa-spade {
  --fa: "\f2f4";
  --fa--fa: "\f2f4\f2f4";
}
.fa-spaghetti-monster-flying {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}
.fa-pastafarianism {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}
.fa-sparkle {
  --fa: "\e5d6";
  --fa--fa: "\e5d6\e5d6";
}
.fa-sparkles {
  --fa: "\f890";
  --fa--fa: "\f890\f890";
}
.fa-speaker {
  --fa: "\f8df";
  --fa--fa: "\f8df\f8df";
}
.fa-speakers {
  --fa: "\f8e0";
  --fa--fa: "\f8e0\f8e0";
}
.fa-spell-check {
  --fa: "\f891";
  --fa--fa: "\f891\f891";
}
.fa-spider {
  --fa: "\f717";
  --fa--fa: "\f717\f717";
}
.fa-spider-black-widow {
  --fa: "\f718";
  --fa--fa: "\f718\f718";
}
.fa-spider-web {
  --fa: "\f719";
  --fa--fa: "\f719\f719";
}
.fa-spinner {
  --fa: "\f110";
  --fa--fa: "\f110\f110";
}
.fa-spinner-scale {
  --fa: "\e62a";
  --fa--fa: "\e62a\e62a";
}
.fa-spinner-third {
  --fa: "\f3f4";
  --fa--fa: "\f3f4\f3f4";
}
.fa-split {
  --fa: "\e254";
  --fa--fa: "\e254\e254";
}
.fa-splotch {
  --fa: "\f5bc";
  --fa--fa: "\f5bc\f5bc";
}
.fa-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}
.fa-utensil-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}
.fa-sportsball {
  --fa: "\e44b";
  --fa--fa: "\e44b\e44b";
}
.fa-spray-can {
  --fa: "\f5bd";
  --fa--fa: "\f5bd\f5bd";
}
.fa-spray-can-sparkles {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0";
}
.fa-air-freshener {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0";
}
.fa-sprinkler {
  --fa: "\e035";
  --fa--fa: "\e035\e035";
}
.fa-sprinkler-ceiling {
  --fa: "\e44c";
  --fa--fa: "\e44c\e44c";
}
.fa-square {
  --fa: "\f0c8";
  --fa--fa: "\f0c8\f0c8";
}
.fa-square-0 {
  --fa: "\e255";
  --fa--fa: "\e255\e255";
}
.fa-square-1 {
  --fa: "\e256";
  --fa--fa: "\e256\e256";
}
.fa-square-2 {
  --fa: "\e257";
  --fa--fa: "\e257\e257";
}
.fa-square-3 {
  --fa: "\e258";
  --fa--fa: "\e258\e258";
}
.fa-square-4 {
  --fa: "\e259";
  --fa--fa: "\e259\e259";
}
.fa-square-5 {
  --fa: "\e25a";
  --fa--fa: "\e25a\e25a";
}
.fa-square-6 {
  --fa: "\e25b";
  --fa--fa: "\e25b\e25b";
}
.fa-square-7 {
  --fa: "\e25c";
  --fa--fa: "\e25c\e25c";
}
.fa-square-8 {
  --fa: "\e25d";
  --fa--fa: "\e25d\e25d";
}
.fa-square-9 {
  --fa: "\e25e";
  --fa--fa: "\e25e\e25e";
}
.fa-square-a {
  --fa: "\e25f";
  --fa--fa: "\e25f\e25f";
}
.fa-square-a-lock {
  --fa: "\e44d";
  --fa--fa: "\e44d\e44d";
}
.fa-square-ampersand {
  --fa: "\e260";
  --fa--fa: "\e260\e260";
}
.fa-square-arrow-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339";
}
.fa-arrow-square-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339";
}
.fa-square-arrow-down-left {
  --fa: "\e261";
  --fa--fa: "\e261\e261";
}
.fa-square-arrow-down-right {
  --fa: "\e262";
  --fa--fa: "\e262\e262";
}
.fa-square-arrow-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a";
}
.fa-arrow-square-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a";
}
.fa-square-arrow-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b";
}
.fa-arrow-square-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b";
}
.fa-square-arrow-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c";
}
.fa-arrow-square-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c";
}
.fa-square-arrow-up-left {
  --fa: "\e263";
  --fa--fa: "\e263\e263";
}
.fa-square-arrow-up-right {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}
.fa-external-link-square {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}
.fa-square-b {
  --fa: "\e264";
  --fa--fa: "\e264\e264";
}
.fa-square-binary {
  --fa: "\e69b";
  --fa--fa: "\e69b\e69b";
}
.fa-square-bolt {
  --fa: "\e265";
  --fa--fa: "\e265\e265";
}
.fa-square-c {
  --fa: "\e266";
  --fa--fa: "\e266\e266";
}
.fa-square-caret-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150";
}
.fa-caret-square-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150";
}
.fa-square-caret-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191";
}
.fa-caret-square-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191";
}
.fa-square-caret-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152";
}
.fa-caret-square-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152";
}
.fa-square-caret-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151";
}
.fa-caret-square-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151";
}
.fa-square-check {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a";
}
.fa-check-square {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a";
}
.fa-square-chevron-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329";
}
.fa-chevron-square-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329";
}
.fa-square-chevron-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a";
}
.fa-chevron-square-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a";
}
.fa-square-chevron-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b";
}
.fa-chevron-square-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b";
}
.fa-square-chevron-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c";
}
.fa-chevron-square-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c";
}
.fa-square-code {
  --fa: "\e267";
  --fa--fa: "\e267\e267";
}
.fa-square-d {
  --fa: "\e268";
  --fa--fa: "\e268\e268";
}
.fa-square-dashed {
  --fa: "\e269";
  --fa--fa: "\e269\e269";
}
.fa-square-dashed-circle-plus {
  --fa: "\e5c2";
  --fa--fa: "\e5c2\e5c2";
}
.fa-square-divide {
  --fa: "\e26a";
  --fa--fa: "\e26a\e26a";
}
.fa-square-dollar {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}
.fa-dollar-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}
.fa-usd-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}
.fa-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350";
}
.fa-arrow-alt-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350";
}
.fa-square-down-left {
  --fa: "\e26b";
  --fa--fa: "\e26b\e26b";
}
.fa-square-down-right {
  --fa: "\e26c";
  --fa--fa: "\e26c\e26c";
}
.fa-square-e {
  --fa: "\e26d";
  --fa--fa: "\e26d\e26d";
}
.fa-square-ellipsis {
  --fa: "\e26e";
  --fa--fa: "\e26e\e26e";
}
.fa-square-ellipsis-vertical {
  --fa: "\e26f";
  --fa--fa: "\e26f\e26f";
}
.fa-square-envelope {
  --fa: "\f199";
  --fa--fa: "\f199\f199";
}
.fa-envelope-square {
  --fa: "\f199";
  --fa--fa: "\f199\f199";
}
.fa-square-exclamation {
  --fa: "\f321";
  --fa--fa: "\f321\f321";
}
.fa-exclamation-square {
  --fa: "\f321";
  --fa--fa: "\f321\f321";
}
.fa-square-f {
  --fa: "\e270";
  --fa--fa: "\e270\e270";
}
.fa-square-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}
.fa-box-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}
.fa-square-wine-glass-crack {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}
.fa-square-full {
  --fa: "\f45c";
  --fa--fa: "\f45c\f45c";
}
.fa-square-g {
  --fa: "\e271";
  --fa--fa: "\e271\e271";
}
.fa-square-h {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd";
}
.fa-h-square {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd";
}
.fa-square-heart {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8";
}
.fa-heart-square {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8";
}
.fa-square-i {
  --fa: "\e272";
  --fa--fa: "\e272\e272";
}
.fa-square-info {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f";
}
.fa-info-square {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f";
}
.fa-square-j {
  --fa: "\e273";
  --fa--fa: "\e273\e273";
}
.fa-square-k {
  --fa: "\e274";
  --fa--fa: "\e274\e274";
}
.fa-square-kanban {
  --fa: "\e488";
  --fa--fa: "\e488\e488";
}
.fa-square-l {
  --fa: "\e275";
  --fa--fa: "\e275\e275";
}
.fa-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351";
}
.fa-arrow-alt-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351";
}
.fa-square-list {
  --fa: "\e489";
  --fa--fa: "\e489\e489";
}
.fa-square-m {
  --fa: "\e276";
  --fa--fa: "\e276\e276";
}
.fa-square-minus {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}
.fa-minus-square {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}
.fa-square-n {
  --fa: "\e277";
  --fa--fa: "\e277\e277";
}
.fa-square-nfi {
  --fa: "\e576";
  --fa--fa: "\e576\e576";
}
.fa-square-o {
  --fa: "\e278";
  --fa--fa: "\e278\e278";
}
.fa-square-p {
  --fa: "\e279";
  --fa--fa: "\e279\e279";
}
.fa-square-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}
.fa-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}
.fa-square-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617";
}
.fa-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617";
}
.fa-square-pen {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}
.fa-pen-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}
.fa-pencil-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}
.fa-square-person-confined {
  --fa: "\e577";
  --fa--fa: "\e577\e577";
}
.fa-square-phone {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}
.fa-phone-square {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}
.fa-square-phone-flip {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}
.fa-phone-square-alt {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}
.fa-square-phone-hangup {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a";
}
.fa-phone-square-down {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a";
}
.fa-square-plus {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}
.fa-plus-square {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}
.fa-square-poll-horizontal {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}
.fa-poll-h {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}
.fa-square-poll-vertical {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}
.fa-poll {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}
.fa-square-q {
  --fa: "\e27b";
  --fa--fa: "\e27b\e27b";
}
.fa-square-quarters {
  --fa: "\e44e";
  --fa--fa: "\e44e\e44e";
}
.fa-square-question {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd";
}
.fa-question-square {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd";
}
.fa-square-quote {
  --fa: "\e329";
  --fa--fa: "\e329\e329";
}
.fa-square-r {
  --fa: "\e27c";
  --fa--fa: "\e27c\e27c";
}
.fa-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352";
}
.fa-arrow-alt-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352";
}
.fa-square-ring {
  --fa: "\e44f";
  --fa--fa: "\e44f\e44f";
}
.fa-square-root {
  --fa: "\f697";
  --fa--fa: "\f697\f697";
}
.fa-square-root-variable {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}
.fa-square-root-alt {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}
.fa-square-rss {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}
.fa-rss-square {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}
.fa-square-s {
  --fa: "\e27d";
  --fa--fa: "\e27d\e27d";
}
.fa-square-share-nodes {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}
.fa-share-alt-square {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}
.fa-square-sliders {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0";
}
.fa-sliders-h-square {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0";
}
.fa-square-sliders-vertical {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2";
}
.fa-sliders-v-square {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2";
}
.fa-square-small {
  --fa: "\e27e";
  --fa--fa: "\e27e\e27e";
}
.fa-square-star {
  --fa: "\e27f";
  --fa--fa: "\e27f\e27f";
}
.fa-square-t {
  --fa: "\e280";
  --fa--fa: "\e280\e280";
}
.fa-square-terminal {
  --fa: "\e32a";
  --fa--fa: "\e32a\e32a";
}
.fa-square-this-way-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f";
}
.fa-box-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f";
}
.fa-square-u {
  --fa: "\e281";
  --fa--fa: "\e281\e281";
}
.fa-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353";
}
.fa-arrow-alt-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353";
}
.fa-square-up-left {
  --fa: "\e282";
  --fa--fa: "\e282\e282";
}
.fa-square-up-right {
  --fa: "\f360";
  --fa--fa: "\f360\f360";
}
.fa-external-link-square-alt {
  --fa: "\f360";
  --fa--fa: "\f360\f360";
}
.fa-square-user {
  --fa: "\e283";
  --fa--fa: "\e283\e283";
}
.fa-square-v {
  --fa: "\e284";
  --fa--fa: "\e284\e284";
}
.fa-square-virus {
  --fa: "\e578";
  --fa--fa: "\e578\e578";
}
.fa-square-w {
  --fa: "\e285";
  --fa--fa: "\e285\e285";
}
.fa-square-x {
  --fa: "\e286";
  --fa--fa: "\e286\e286";
}
.fa-square-xmark {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}
.fa-times-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}
.fa-xmark-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}
.fa-square-y {
  --fa: "\e287";
  --fa--fa: "\e287\e287";
}
.fa-square-z {
  --fa: "\e288";
  --fa--fa: "\e288\e288";
}
.fa-squid {
  --fa: "\e450";
  --fa--fa: "\e450\e450";
}
.fa-squirrel {
  --fa: "\f71a";
  --fa--fa: "\f71a\f71a";
}
.fa-staff {
  --fa: "\f71b";
  --fa--fa: "\f71b\f71b";
}
.fa-staff-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}
.fa-rod-asclepius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}
.fa-rod-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}
.fa-staff-aesculapius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}
.fa-stairs {
  --fa: "\e289";
  --fa--fa: "\e289\e289";
}
.fa-stamp {
  --fa: "\f5bf";
  --fa--fa: "\f5bf\f5bf";
}
.fa-standard-definition {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a";
}
.fa-rectangle-sd {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a";
}
.fa-stapler {
  --fa: "\e5af";
  --fa--fa: "\e5af\e5af";
}
.fa-star {
  --fa: "\f005";
  --fa--fa: "\f005\f005";
}
.fa-star-and-crescent {
  --fa: "\f699";
  --fa--fa: "\f699\f699";
}
.fa-star-christmas {
  --fa: "\f7d4";
  --fa--fa: "\f7d4\f7d4";
}
.fa-star-exclamation {
  --fa: "\f2f3";
  --fa--fa: "\f2f3\f2f3";
}
.fa-star-half {
  --fa: "\f089";
  --fa--fa: "\f089\f089";
}
.fa-star-half-stroke {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}
.fa-star-half-alt {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}
.fa-star-of-david {
  --fa: "\f69a";
  --fa--fa: "\f69a\f69a";
}
.fa-star-of-life {
  --fa: "\f621";
  --fa--fa: "\f621\f621";
}
.fa-star-sharp {
  --fa: "\e28b";
  --fa--fa: "\e28b\e28b";
}
.fa-star-sharp-half {
  --fa: "\e28c";
  --fa--fa: "\e28c\e28c";
}
.fa-star-sharp-half-stroke {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d";
}
.fa-star-sharp-half-alt {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d";
}
.fa-star-shooting {
  --fa: "\e036";
  --fa--fa: "\e036\e036";
}
.fa-starfighter {
  --fa: "\e037";
  --fa--fa: "\e037\e037";
}
.fa-starfighter-twin-ion-engine {
  --fa: "\e038";
  --fa--fa: "\e038\e038";
}
.fa-starfighter-alt {
  --fa: "\e038";
  --fa--fa: "\e038\e038";
}
.fa-starfighter-twin-ion-engine-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e";
}
.fa-starfighter-alt-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e";
}
.fa-stars {
  --fa: "\f762";
  --fa--fa: "\f762\f762";
}
.fa-starship {
  --fa: "\e039";
  --fa--fa: "\e039\e039";
}
.fa-starship-freighter {
  --fa: "\e03a";
  --fa--fa: "\e03a\e03a";
}
.fa-steak {
  --fa: "\f824";
  --fa--fa: "\f824\f824";
}
.fa-steering-wheel {
  --fa: "\f622";
  --fa--fa: "\f622\f622";
}
.fa-sterling-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}
.fa-gbp {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}
.fa-pound-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}
.fa-stethoscope {
  --fa: "\f0f1";
  --fa--fa: "\f0f1\f0f1";
}
.fa-stocking {
  --fa: "\f7d5";
  --fa--fa: "\f7d5\f7d5";
}
.fa-stomach {
  --fa: "\f623";
  --fa--fa: "\f623\f623";
}
.fa-stop {
  --fa: "\f04d";
  --fa--fa: "\f04d\f04d";
}
.fa-stopwatch {
  --fa: "\f2f2";
  --fa--fa: "\f2f2\f2f2";
}
.fa-stopwatch-20 {
  --fa: "\e06f";
  --fa--fa: "\e06f\e06f";
}
.fa-store {
  --fa: "\f54e";
  --fa--fa: "\f54e\f54e";
}
.fa-store-lock {
  --fa: "\e4a6";
  --fa--fa: "\e4a6\e4a6";
}
.fa-store-slash {
  --fa: "\e071";
  --fa--fa: "\e071\e071";
}
.fa-strawberry {
  --fa: "\e32b";
  --fa--fa: "\e32b\e32b";
}
.fa-street-view {
  --fa: "\f21d";
  --fa--fa: "\f21d\f21d";
}
.fa-stretcher {
  --fa: "\f825";
  --fa--fa: "\f825\f825";
}
.fa-strikethrough {
  --fa: "\f0cc";
  --fa--fa: "\f0cc\f0cc";
}
.fa-stroopwafel {
  --fa: "\f551";
  --fa--fa: "\f551\f551";
}
.fa-subscript {
  --fa: "\f12c";
  --fa--fa: "\f12c\f12c";
}
.fa-subtitles {
  --fa: "\e60f";
  --fa--fa: "\e60f\e60f";
}
.fa-subtitles-slash {
  --fa: "\e610";
  --fa--fa: "\e610\e610";
}
.fa-suitcase {
  --fa: "\f0f2";
  --fa--fa: "\f0f2\f0f2";
}
.fa-suitcase-medical {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}
.fa-medkit {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}
.fa-suitcase-rolling {
  --fa: "\f5c1";
  --fa--fa: "\f5c1\f5c1";
}
.fa-sun {
  --fa: "\f185";
  --fa--fa: "\f185\f185";
}
.fa-sun-bright {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f";
}
.fa-sun-alt {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f";
}
.fa-sun-cloud {
  --fa: "\f763";
  --fa--fa: "\f763\f763";
}
.fa-sun-dust {
  --fa: "\f764";
  --fa--fa: "\f764\f764";
}
.fa-sun-haze {
  --fa: "\f765";
  --fa--fa: "\f765\f765";
}
.fa-sun-plant-wilt {
  --fa: "\e57a";
  --fa--fa: "\e57a\e57a";
}
.fa-sunglasses {
  --fa: "\f892";
  --fa--fa: "\f892\f892";
}
.fa-sunrise {
  --fa: "\f766";
  --fa--fa: "\f766\f766";
}
.fa-sunset {
  --fa: "\f767";
  --fa--fa: "\f767\f767";
}
.fa-superscript {
  --fa: "\f12b";
  --fa--fa: "\f12b\f12b";
}
.fa-sushi {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a";
}
.fa-nigiri {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a";
}
.fa-sushi-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}
.fa-maki-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}
.fa-makizushi {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}
.fa-swap {
  --fa: "\e609";
  --fa--fa: "\e609\e609";
}
.fa-swap-arrows {
  --fa: "\e60a";
  --fa--fa: "\e60a\e60a";
}
.fa-swatchbook {
  --fa: "\f5c3";
  --fa--fa: "\f5c3\f5c3";
}
.fa-sword {
  --fa: "\f71c";
  --fa--fa: "\f71c\f71c";
}
.fa-sword-laser {
  --fa: "\e03b";
  --fa--fa: "\e03b\e03b";
}
.fa-sword-laser-alt {
  --fa: "\e03c";
  --fa--fa: "\e03c\e03c";
}
.fa-swords {
  --fa: "\f71d";
  --fa--fa: "\f71d\f71d";
}
.fa-swords-laser {
  --fa: "\e03d";
  --fa--fa: "\e03d\e03d";
}
.fa-symbols {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e";
}
.fa-icons-alt {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e";
}
.fa-synagogue {
  --fa: "\f69b";
  --fa--fa: "\f69b\f69b";
}
.fa-syringe {
  --fa: "\f48e";
  --fa--fa: "\f48e\f48e";
}
.fa-t {
  --fa: "\54";
  --fa--fa: "\54\54";
}
.fa-t-rex {
  --fa: "\e629";
  --fa--fa: "\e629\e629";
}
.fa-table {
  --fa: "\f0ce";
  --fa--fa: "\f0ce\f0ce";
}
.fa-table-cells {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}
.fa-th {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}
.fa-table-cells-column-lock {
  --fa: "\e678";
  --fa--fa: "\e678\e678";
}
.fa-table-cells-column-unlock {
  --fa: "\e690";
  --fa--fa: "\e690\e690";
}
.fa-table-cells-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}
.fa-th-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}
.fa-table-cells-lock {
  --fa: "\e679";
  --fa--fa: "\e679\e679";
}
.fa-table-cells-row-lock {
  --fa: "\e67a";
  --fa--fa: "\e67a\e67a";
}
.fa-table-cells-row-unlock {
  --fa: "\e691";
  --fa--fa: "\e691\e691";
}
.fa-table-cells-unlock {
  --fa: "\e692";
  --fa--fa: "\e692\e692";
}
.fa-table-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db";
}
.fa-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db";
}
.fa-table-layout {
  --fa: "\e290";
  --fa--fa: "\e290\e290";
}
.fa-table-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}
.fa-th-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}
.fa-table-picnic {
  --fa: "\e32d";
  --fa--fa: "\e32d\e32d";
}
.fa-table-pivot {
  --fa: "\e291";
  --fa--fa: "\e291\e291";
}
.fa-table-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292";
}
.fa-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292";
}
.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}
.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}
.fa-table-tennis {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}
.fa-table-tree {
  --fa: "\e293";
  --fa--fa: "\e293\e293";
}
.fa-tablet {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}
.fa-tablet-android {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}
.fa-tablet-button {
  --fa: "\f10a";
  --fa--fa: "\f10a\f10a";
}
.fa-tablet-rugged {
  --fa: "\f48f";
  --fa--fa: "\f48f\f48f";
}
.fa-tablet-screen {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc";
}
.fa-tablet-android-alt {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc";
}
.fa-tablet-screen-button {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}
.fa-tablet-alt {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}
.fa-tablets {
  --fa: "\f490";
  --fa--fa: "\f490\f490";
}
.fa-tachograph-digital {
  --fa: "\f566";
  --fa--fa: "\f566\f566";
}
.fa-digital-tachograph {
  --fa: "\f566";
  --fa--fa: "\f566\f566";
}
.fa-taco {
  --fa: "\f826";
  --fa--fa: "\f826\f826";
}
.fa-tag {
  --fa: "\f02b";
  --fa--fa: "\f02b\f02b";
}
.fa-tags {
  --fa: "\f02c";
  --fa--fa: "\f02c\f02c";
}
.fa-tally {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c";
}
.fa-tally-5 {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c";
}
.fa-tally-1 {
  --fa: "\e294";
  --fa--fa: "\e294\e294";
}
.fa-tally-2 {
  --fa: "\e295";
  --fa--fa: "\e295\e295";
}
.fa-tally-3 {
  --fa: "\e296";
  --fa--fa: "\e296\e296";
}
.fa-tally-4 {
  --fa: "\e297";
  --fa--fa: "\e297\e297";
}
.fa-tamale {
  --fa: "\e451";
  --fa--fa: "\e451\e451";
}
.fa-tank-water {
  --fa: "\e452";
  --fa--fa: "\e452\e452";
}
.fa-tape {
  --fa: "\f4db";
  --fa--fa: "\f4db\f4db";
}
.fa-tarp {
  --fa: "\e57b";
  --fa--fa: "\e57b\e57b";
}
.fa-tarp-droplet {
  --fa: "\e57c";
  --fa--fa: "\e57c\e57c";
}
.fa-taxi {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}
.fa-cab {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}
.fa-taxi-bus {
  --fa: "\e298";
  --fa--fa: "\e298\e298";
}
.fa-teddy-bear {
  --fa: "\e3cf";
  --fa--fa: "\e3cf\e3cf";
}
.fa-teeth {
  --fa: "\f62e";
  --fa--fa: "\f62e\f62e";
}
.fa-teeth-open {
  --fa: "\f62f";
  --fa--fa: "\f62f\f62f";
}
.fa-telescope {
  --fa: "\e03e";
  --fa--fa: "\e03e\e03e";
}
.fa-temperature-arrow-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}
.fa-temperature-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}
.fa-temperature-arrow-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}
.fa-temperature-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}
.fa-temperature-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}
.fa-temperature-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}
.fa-thermometer-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}
.fa-thermometer-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}
.fa-temperature-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}
.fa-temperature-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}
.fa-thermometer-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}
.fa-thermometer-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}
.fa-temperature-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}
.fa-temperature-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}
.fa-thermometer-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}
.fa-thermometer-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}
.fa-temperature-high {
  --fa: "\f769";
  --fa--fa: "\f769\f769";
}
.fa-temperature-list {
  --fa: "\e299";
  --fa--fa: "\e299\e299";
}
.fa-temperature-low {
  --fa: "\f76b";
  --fa--fa: "\f76b\f76b";
}
.fa-temperature-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}
.fa-temperature-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}
.fa-thermometer-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}
.fa-thermometer-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}
.fa-temperature-snow {
  --fa: "\f768";
  --fa--fa: "\f768\f768";
}
.fa-temperature-frigid {
  --fa: "\f768";
  --fa--fa: "\f768\f768";
}
.fa-temperature-sun {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a";
}
.fa-temperature-hot {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a";
}
.fa-temperature-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}
.fa-temperature-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}
.fa-thermometer-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}
.fa-thermometer-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}
.fa-tenge-sign {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}
.fa-tenge {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}
.fa-tennis-ball {
  --fa: "\f45e";
  --fa--fa: "\f45e\f45e";
}
.fa-tent {
  --fa: "\e57d";
  --fa--fa: "\e57d\e57d";
}
.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
  --fa--fa: "\e57e\e57e";
}
.fa-tent-arrow-left-right {
  --fa: "\e57f";
  --fa--fa: "\e57f\e57f";
}
.fa-tent-arrow-turn-left {
  --fa: "\e580";
  --fa--fa: "\e580\e580";
}
.fa-tent-arrows-down {
  --fa: "\e581";
  --fa--fa: "\e581\e581";
}
.fa-tent-double-peak {
  --fa: "\e627";
  --fa--fa: "\e627\e627";
}
.fa-tents {
  --fa: "\e582";
  --fa--fa: "\e582\e582";
}
.fa-terminal {
  --fa: "\f120";
  --fa--fa: "\f120\f120";
}
.fa-text {
  --fa: "\f893";
  --fa--fa: "\f893\f893";
}
.fa-text-height {
  --fa: "\f034";
  --fa--fa: "\f034\f034";
}
.fa-text-size {
  --fa: "\f894";
  --fa--fa: "\f894\f894";
}
.fa-text-slash {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}
.fa-remove-format {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}
.fa-text-width {
  --fa: "\f035";
  --fa--fa: "\f035\f035";
}
.fa-thermometer {
  --fa: "\f491";
  --fa--fa: "\f491\f491";
}
.fa-theta {
  --fa: "\f69e";
  --fa--fa: "\f69e\f69e";
}
.fa-thought-bubble {
  --fa: "\e32e";
  --fa--fa: "\e32e\e32e";
}
.fa-thumbs-down {
  --fa: "\f165";
  --fa--fa: "\f165\f165";
}
.fa-thumbs-up {
  --fa: "\f164";
  --fa--fa: "\f164\f164";
}
.fa-thumbtack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}
.fa-thumb-tack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}
.fa-thumbtack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}
.fa-thumb-tack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}
.fa-tick {
  --fa: "\e32f";
  --fa--fa: "\e32f\e32f";
}
.fa-ticket {
  --fa: "\f145";
  --fa--fa: "\f145\f145";
}
.fa-ticket-airline {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}
.fa-ticket-perforated-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}
.fa-ticket-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}
.fa-ticket-perforated {
  --fa: "\e63e";
  --fa--fa: "\e63e\e63e";
}
.fa-ticket-simple {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}
.fa-ticket-alt {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}
.fa-tickets {
  --fa: "\e658";
  --fa--fa: "\e658\e658";
}
.fa-tickets-airline {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}
.fa-tickets-perforated-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}
.fa-tickets-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}
.fa-tickets-perforated {
  --fa: "\e63f";
  --fa--fa: "\e63f\e63f";
}
.fa-tickets-simple {
  --fa: "\e659";
  --fa--fa: "\e659\e659";
}
.fa-tilde {
  --fa: "\7e";
  --fa--fa: "\7e\7e";
}
.fa-timeline {
  --fa: "\e29c";
  --fa--fa: "\e29c\e29c";
}
.fa-timeline-arrow {
  --fa: "\e29d";
  --fa--fa: "\e29d\e29d";
}
.fa-timer {
  --fa: "\e29e";
  --fa--fa: "\e29e\e29e";
}
.fa-tire {
  --fa: "\f631";
  --fa--fa: "\f631\f631";
}
.fa-tire-flat {
  --fa: "\f632";
  --fa--fa: "\f632\f632";
}
.fa-tire-pressure-warning {
  --fa: "\f633";
  --fa--fa: "\f633\f633";
}
.fa-tire-rugged {
  --fa: "\f634";
  --fa--fa: "\f634\f634";
}
.fa-toggle-large-off {
  --fa: "\e5b0";
  --fa--fa: "\e5b0\e5b0";
}
.fa-toggle-large-on {
  --fa: "\e5b1";
  --fa--fa: "\e5b1\e5b1";
}
.fa-toggle-off {
  --fa: "\f204";
  --fa--fa: "\f204\f204";
}
.fa-toggle-on {
  --fa: "\f205";
  --fa--fa: "\f205\f205";
}
.fa-toilet {
  --fa: "\f7d8";
  --fa--fa: "\f7d8\f7d8";
}
.fa-toilet-paper {
  --fa: "\f71e";
  --fa--fa: "\f71e\f71e";
}
.fa-toilet-paper-blank {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f";
}
.fa-toilet-paper-alt {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f";
}
.fa-toilet-paper-blank-under {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f";
}
.fa-toilet-paper-reverse-alt {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f";
}
.fa-toilet-paper-check {
  --fa: "\e5b2";
  --fa--fa: "\e5b2\e5b2";
}
.fa-toilet-paper-slash {
  --fa: "\e072";
  --fa--fa: "\e072\e072";
}
.fa-toilet-paper-under {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0";
}
.fa-toilet-paper-reverse {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0";
}
.fa-toilet-paper-under-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1";
}
.fa-toilet-paper-reverse-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1";
}
.fa-toilet-paper-xmark {
  --fa: "\e5b3";
  --fa--fa: "\e5b3\e5b3";
}
.fa-toilet-portable {
  --fa: "\e583";
  --fa--fa: "\e583\e583";
}
.fa-toilets-portable {
  --fa: "\e584";
  --fa--fa: "\e584\e584";
}
.fa-tomato {
  --fa: "\e330";
  --fa--fa: "\e330\e330";
}
.fa-tombstone {
  --fa: "\f720";
  --fa--fa: "\f720\f720";
}
.fa-tombstone-blank {
  --fa: "\f721";
  --fa--fa: "\f721\f721";
}
.fa-tombstone-alt {
  --fa: "\f721";
  --fa--fa: "\f721\f721";
}
.fa-toolbox {
  --fa: "\f552";
  --fa--fa: "\f552\f552";
}
.fa-tooth {
  --fa: "\f5c9";
  --fa--fa: "\f5c9\f5c9";
}
.fa-toothbrush {
  --fa: "\f635";
  --fa--fa: "\f635\f635";
}
.fa-torii-gate {
  --fa: "\f6a1";
  --fa--fa: "\f6a1\f6a1";
}
.fa-tornado {
  --fa: "\f76f";
  --fa--fa: "\f76f\f76f";
}
.fa-tower-broadcast {
  --fa: "\f519";
  --fa--fa: "\f519\f519";
}
.fa-broadcast-tower {
  --fa: "\f519";
  --fa--fa: "\f519\f519";
}
.fa-tower-cell {
  --fa: "\e585";
  --fa--fa: "\e585\e585";
}
.fa-tower-control {
  --fa: "\e2a2";
  --fa--fa: "\e2a2\e2a2";
}
.fa-tower-observation {
  --fa: "\e586";
  --fa--fa: "\e586\e586";
}
.fa-tractor {
  --fa: "\f722";
  --fa--fa: "\f722\f722";
}
.fa-trademark {
  --fa: "\f25c";
  --fa--fa: "\f25c\f25c";
}
.fa-traffic-cone {
  --fa: "\f636";
  --fa--fa: "\f636\f636";
}
.fa-traffic-light {
  --fa: "\f637";
  --fa--fa: "\f637\f637";
}
.fa-traffic-light-go {
  --fa: "\f638";
  --fa--fa: "\f638\f638";
}
.fa-traffic-light-slow {
  --fa: "\f639";
  --fa--fa: "\f639\f639";
}
.fa-traffic-light-stop {
  --fa: "\f63a";
  --fa--fa: "\f63a\f63a";
}
.fa-trailer {
  --fa: "\e041";
  --fa--fa: "\e041\e041";
}
.fa-train {
  --fa: "\f238";
  --fa--fa: "\f238\f238";
}
.fa-train-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}
.fa-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}
.fa-train-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3";
}
.fa-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3";
}
.fa-train-track {
  --fa: "\e453";
  --fa--fa: "\e453\e453";
}
.fa-train-tram {
  --fa: "\e5b4";
  --fa--fa: "\e5b4\e5b4";
}
.fa-train-tunnel {
  --fa: "\e454";
  --fa--fa: "\e454\e454";
}
.fa-transformer-bolt {
  --fa: "\e2a4";
  --fa--fa: "\e2a4\e2a4";
}
.fa-transgender {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}
.fa-transgender-alt {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}
.fa-transporter {
  --fa: "\e042";
  --fa--fa: "\e042\e042";
}
.fa-transporter-1 {
  --fa: "\e043";
  --fa--fa: "\e043\e043";
}
.fa-transporter-2 {
  --fa: "\e044";
  --fa--fa: "\e044\e044";
}
.fa-transporter-3 {
  --fa: "\e045";
  --fa--fa: "\e045\e045";
}
.fa-transporter-4 {
  --fa: "\e2a5";
  --fa--fa: "\e2a5\e2a5";
}
.fa-transporter-5 {
  --fa: "\e2a6";
  --fa--fa: "\e2a6\e2a6";
}
.fa-transporter-6 {
  --fa: "\e2a7";
  --fa--fa: "\e2a7\e2a7";
}
.fa-transporter-7 {
  --fa: "\e2a8";
  --fa--fa: "\e2a8\e2a8";
}
.fa-transporter-empty {
  --fa: "\e046";
  --fa--fa: "\e046\e046";
}
.fa-trash {
  --fa: "\f1f8";
  --fa--fa: "\f1f8\f1f8";
}
.fa-trash-arrow-up {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}
.fa-trash-restore {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}
.fa-trash-can {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}
.fa-trash-alt {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}
.fa-trash-can-arrow-up {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}
.fa-trash-restore-alt {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}
.fa-trash-can-check {
  --fa: "\e2a9";
  --fa--fa: "\e2a9\e2a9";
}
.fa-trash-can-clock {
  --fa: "\e2aa";
  --fa--fa: "\e2aa\e2aa";
}
.fa-trash-can-list {
  --fa: "\e2ab";
  --fa--fa: "\e2ab\e2ab";
}
.fa-trash-can-plus {
  --fa: "\e2ac";
  --fa--fa: "\e2ac\e2ac";
}
.fa-trash-can-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad";
}
.fa-trash-alt-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad";
}
.fa-trash-can-undo {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}
.fa-trash-can-arrow-turn-left {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}
.fa-trash-undo-alt {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}
.fa-trash-can-xmark {
  --fa: "\e2ae";
  --fa--fa: "\e2ae\e2ae";
}
.fa-trash-check {
  --fa: "\e2af";
  --fa--fa: "\e2af\e2af";
}
.fa-trash-clock {
  --fa: "\e2b0";
  --fa--fa: "\e2b0\e2b0";
}
.fa-trash-list {
  --fa: "\e2b1";
  --fa--fa: "\e2b1\e2b1";
}
.fa-trash-plus {
  --fa: "\e2b2";
  --fa--fa: "\e2b2\e2b2";
}
.fa-trash-slash {
  --fa: "\e2b3";
  --fa--fa: "\e2b3\e2b3";
}
.fa-trash-undo {
  --fa: "\f895";
  --fa--fa: "\f895\f895";
}
.fa-trash-arrow-turn-left {
  --fa: "\f895";
  --fa--fa: "\f895\f895";
}
.fa-trash-xmark {
  --fa: "\e2b4";
  --fa--fa: "\e2b4\e2b4";
}
.fa-treasure-chest {
  --fa: "\f723";
  --fa--fa: "\f723\f723";
}
.fa-tree {
  --fa: "\f1bb";
  --fa--fa: "\f1bb\f1bb";
}
.fa-tree-christmas {
  --fa: "\f7db";
  --fa--fa: "\f7db\f7db";
}
.fa-tree-city {
  --fa: "\e587";
  --fa--fa: "\e587\e587";
}
.fa-tree-deciduous {
  --fa: "\f400";
  --fa--fa: "\f400\f400";
}
.fa-tree-alt {
  --fa: "\f400";
  --fa--fa: "\f400\f400";
}
.fa-tree-decorated {
  --fa: "\f7dc";
  --fa--fa: "\f7dc\f7dc";
}
.fa-tree-large {
  --fa: "\f7dd";
  --fa--fa: "\f7dd\f7dd";
}
.fa-tree-palm {
  --fa: "\f82b";
  --fa--fa: "\f82b\f82b";
}
.fa-trees {
  --fa: "\f724";
  --fa--fa: "\f724\f724";
}
.fa-triangle {
  --fa: "\f2ec";
  --fa--fa: "\f2ec\f2ec";
}
.fa-triangle-exclamation {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}
.fa-exclamation-triangle {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}
.fa-warning {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}
.fa-triangle-instrument {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2";
}
.fa-triangle-music {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2";
}
.fa-triangle-person-digging {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d";
}
.fa-construction {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d";
}
.fa-tricycle {
  --fa: "\e5c3";
  --fa--fa: "\e5c3\e5c3";
}
.fa-tricycle-adult {
  --fa: "\e5c4";
  --fa--fa: "\e5c4\e5c4";
}
.fa-trillium {
  --fa: "\e588";
  --fa--fa: "\e588\e588";
}
.fa-trophy {
  --fa: "\f091";
  --fa--fa: "\f091\f091";
}
.fa-trophy-star {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb";
}
.fa-trophy-alt {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb";
}
.fa-trowel {
  --fa: "\e589";
  --fa--fa: "\e589\e589";
}
.fa-trowel-bricks {
  --fa: "\e58a";
  --fa--fa: "\e58a\e58a";
}
.fa-truck {
  --fa: "\f0d1";
  --fa--fa: "\f0d1\f0d1";
}
.fa-truck-arrow-right {
  --fa: "\e58b";
  --fa--fa: "\e58b\e58b";
}
.fa-truck-bolt {
  --fa: "\e3d0";
  --fa--fa: "\e3d0\e3d0";
}
.fa-truck-clock {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c";
}
.fa-shipping-timed {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c";
}
.fa-truck-container {
  --fa: "\f4dc";
  --fa--fa: "\f4dc\f4dc";
}
.fa-truck-container-empty {
  --fa: "\e2b5";
  --fa--fa: "\e2b5\e2b5";
}
.fa-truck-droplet {
  --fa: "\e58c";
  --fa--fa: "\e58c\e58c";
}
.fa-truck-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}
.fa-shipping-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}
.fa-truck-field {
  --fa: "\e58d";
  --fa--fa: "\e58d\e58d";
}
.fa-truck-field-un {
  --fa: "\e58e";
  --fa--fa: "\e58e\e58e";
}
.fa-truck-fire {
  --fa: "\e65a";
  --fa--fa: "\e65a\e65a";
}
.fa-truck-flatbed {
  --fa: "\e2b6";
  --fa--fa: "\e2b6\e2b6";
}
.fa-truck-front {
  --fa: "\e2b7";
  --fa--fa: "\e2b7\e2b7";
}
.fa-truck-ladder {
  --fa: "\e657";
  --fa--fa: "\e657\e657";
}
.fa-truck-medical {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9";
}
.fa-ambulance {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9";
}
.fa-truck-monster {
  --fa: "\f63b";
  --fa--fa: "\f63b\f63b";
}
.fa-truck-moving {
  --fa: "\f4df";
  --fa--fa: "\f4df\f4df";
}
.fa-truck-pickup {
  --fa: "\f63c";
  --fa--fa: "\f63c\f63c";
}
.fa-truck-plane {
  --fa: "\e58f";
  --fa--fa: "\e58f\e58f";
}
.fa-truck-plow {
  --fa: "\f7de";
  --fa--fa: "\f7de\f7de";
}
.fa-truck-ramp {
  --fa: "\f4e0";
  --fa--fa: "\f4e0\f4e0";
}
.fa-truck-ramp-box {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}
.fa-truck-loading {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}
.fa-truck-ramp-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd";
}
.fa-truck-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd";
}
.fa-truck-tow {
  --fa: "\e2b8";
  --fa--fa: "\e2b8\e2b8";
}
.fa-truck-utensils {
  --fa: "\e628";
  --fa--fa: "\e628\e628";
}
.fa-trumpet {
  --fa: "\f8e3";
  --fa--fa: "\f8e3\f8e3";
}
.fa-tty {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}
.fa-teletype {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}
.fa-tty-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9";
}
.fa-teletype-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9";
}
.fa-tugrik-sign {
  --fa: "\e2ba";
  --fa--fa: "\e2ba\e2ba";
}
.fa-turkey {
  --fa: "\f725";
  --fa--fa: "\f725\f725";
}
.fa-turkish-lira-sign {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}
.fa-try {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}
.fa-turkish-lira {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}
.fa-turn-down {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}
.fa-level-down-alt {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}
.fa-turn-down-left {
  --fa: "\e331";
  --fa--fa: "\e331\e331";
}
.fa-turn-down-right {
  --fa: "\e455";
  --fa--fa: "\e455\e455";
}
.fa-turn-left {
  --fa: "\e636";
  --fa--fa: "\e636\e636";
}
.fa-turn-left-down {
  --fa: "\e637";
  --fa--fa: "\e637\e637";
}
.fa-turn-left-up {
  --fa: "\e638";
  --fa--fa: "\e638\e638";
}
.fa-turn-right {
  --fa: "\e639";
  --fa--fa: "\e639\e639";
}
.fa-turn-up {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}
.fa-level-up-alt {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}
.fa-turntable {
  --fa: "\f8e4";
  --fa--fa: "\f8e4\f8e4";
}
.fa-turtle {
  --fa: "\f726";
  --fa--fa: "\f726\f726";
}
.fa-tv {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}
.fa-television {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}
.fa-tv-alt {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}
.fa-tv-music {
  --fa: "\f8e6";
  --fa--fa: "\f8e6\f8e6";
}
.fa-tv-retro {
  --fa: "\f401";
  --fa--fa: "\f401\f401";
}
.fa-typewriter {
  --fa: "\f8e7";
  --fa--fa: "\f8e7\f8e7";
}
.fa-u {
  --fa: "\55";
  --fa--fa: "\55\55";
}
.fa-ufo {
  --fa: "\e047";
  --fa--fa: "\e047\e047";
}
.fa-ufo-beam {
  --fa: "\e048";
  --fa--fa: "\e048\e048";
}
.fa-umbrella {
  --fa: "\f0e9";
  --fa--fa: "\f0e9\f0e9";
}
.fa-umbrella-beach {
  --fa: "\f5ca";
  --fa--fa: "\f5ca\f5ca";
}
.fa-umbrella-simple {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc";
}
.fa-umbrella-alt {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc";
}
.fa-underline {
  --fa: "\f0cd";
  --fa--fa: "\f0cd\f0cd";
}
.fa-unicorn {
  --fa: "\f727";
  --fa--fa: "\f727\f727";
}
.fa-uniform-martial-arts {
  --fa: "\e3d1";
  --fa--fa: "\e3d1\e3d1";
}
.fa-union {
  --fa: "\f6a2";
  --fa--fa: "\f6a2\f6a2";
}
.fa-universal-access {
  --fa: "\f29a";
  --fa--fa: "\f29a\f29a";
}
.fa-unlock {
  --fa: "\f09c";
  --fa--fa: "\f09c\f09c";
}
.fa-unlock-keyhole {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}
.fa-unlock-alt {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}
.fa-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357";
}
.fa-arrow-alt-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357";
}
.fa-up-down {
  --fa: "\f338";
  --fa--fa: "\f338\f338";
}
.fa-arrows-alt-v {
  --fa: "\f338";
  --fa--fa: "\f338\f338";
}
.fa-up-down-left-right {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2";
}
.fa-arrows-alt {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2";
}
.fa-up-from-bracket {
  --fa: "\e590";
  --fa--fa: "\e590\e590";
}
.fa-up-from-dotted-line {
  --fa: "\e456";
  --fa--fa: "\e456\e456";
}
.fa-up-from-line {
  --fa: "\f346";
  --fa--fa: "\f346\f346";
}
.fa-arrow-alt-from-bottom {
  --fa: "\f346";
  --fa--fa: "\f346\f346";
}
.fa-up-left {
  --fa: "\e2bd";
  --fa--fa: "\e2bd\e2bd";
}
.fa-up-long {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}
.fa-long-arrow-alt-up {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}
.fa-up-right {
  --fa: "\e2be";
  --fa--fa: "\e2be\e2be";
}
.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
  --fa--fa: "\f424\f424";
}
.fa-expand-alt {
  --fa: "\f424";
  --fa--fa: "\f424\f424";
}
.fa-up-right-from-square {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d";
}
.fa-external-link-alt {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d";
}
.fa-up-to-bracket {
  --fa: "\e66e";
  --fa--fa: "\e66e\e66e";
}
.fa-up-to-dotted-line {
  --fa: "\e457";
  --fa--fa: "\e457\e457";
}
.fa-up-to-line {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d";
}
.fa-arrow-alt-to-top {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d";
}
.fa-upload {
  --fa: "\f093";
  --fa--fa: "\f093\f093";
}
.fa-usb-drive {
  --fa: "\f8e9";
  --fa--fa: "\f8e9\f8e9";
}
.fa-user {
  --fa: "\f007";
  --fa--fa: "\f007\f007";
}
.fa-user-alien {
  --fa: "\e04a";
  --fa--fa: "\e04a\e04a";
}
.fa-user-astronaut {
  --fa: "\f4fb";
  --fa--fa: "\f4fb\f4fb";
}
.fa-user-beard-bolt {
  --fa: "\e689";
  --fa--fa: "\e689\e689";
}
.fa-user-bounty-hunter {
  --fa: "\e2bf";
  --fa--fa: "\e2bf\e2bf";
}
.fa-user-check {
  --fa: "\f4fc";
  --fa--fa: "\f4fc\f4fc";
}
.fa-user-chef {
  --fa: "\e3d2";
  --fa--fa: "\e3d2\e3d2";
}
.fa-user-clock {
  --fa: "\f4fd";
  --fa--fa: "\f4fd\f4fd";
}
.fa-user-cowboy {
  --fa: "\f8ea";
  --fa--fa: "\f8ea\f8ea";
}
.fa-user-crown {
  --fa: "\f6a4";
  --fa--fa: "\f6a4\f6a4";
}
.fa-user-doctor {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}
.fa-user-md {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}
.fa-user-doctor-hair {
  --fa: "\e458";
  --fa--fa: "\e458\e458";
}
.fa-user-doctor-hair-long {
  --fa: "\e459";
  --fa--fa: "\e459\e459";
}
.fa-user-doctor-message {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e";
}
.fa-user-md-chat {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e";
}
.fa-user-gear {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}
.fa-user-cog {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}
.fa-user-graduate {
  --fa: "\f501";
  --fa--fa: "\f501\f501";
}
.fa-user-group {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}
.fa-user-friends {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}
.fa-user-group-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5";
}
.fa-users-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5";
}
.fa-user-group-simple {
  --fa: "\e603";
  --fa--fa: "\e603\e603";
}
.fa-user-hair {
  --fa: "\e45a";
  --fa--fa: "\e45a\e45a";
}
.fa-user-hair-buns {
  --fa: "\e3d3";
  --fa--fa: "\e3d3\e3d3";
}
.fa-user-hair-long {
  --fa: "\e45b";
  --fa--fa: "\e45b\e45b";
}
.fa-user-hair-mullet {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}
.fa-business-front {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}
.fa-party-back {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}
.fa-trian-balbot {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}
.fa-user-headset {
  --fa: "\f82d";
  --fa--fa: "\f82d\f82d";
}
.fa-user-helmet-safety {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}
.fa-user-construction {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}
.fa-user-hard-hat {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}
.fa-user-hoodie {
  --fa: "\e68a";
  --fa--fa: "\e68a\e68a";
}
.fa-user-injured {
  --fa: "\f728";
  --fa--fa: "\f728\f728";
}
.fa-user-large {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}
.fa-user-alt {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}
.fa-user-large-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}
.fa-user-alt-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}
.fa-user-lock {
  --fa: "\f502";
  --fa--fa: "\f502\f502";
}
.fa-user-magnifying-glass {
  --fa: "\e5c5";
  --fa--fa: "\e5c5\e5c5";
}
.fa-user-minus {
  --fa: "\f503";
  --fa--fa: "\f503\f503";
}
.fa-user-music {
  --fa: "\f8eb";
  --fa--fa: "\f8eb\f8eb";
}
.fa-user-ninja {
  --fa: "\f504";
  --fa--fa: "\f504\f504";
}
.fa-user-nurse {
  --fa: "\f82f";
  --fa--fa: "\f82f\f82f";
}
.fa-user-nurse-hair {
  --fa: "\e45d";
  --fa--fa: "\e45d\e45d";
}
.fa-user-nurse-hair-long {
  --fa: "\e45e";
  --fa--fa: "\e45e\e45e";
}
.fa-user-pen {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}
.fa-user-edit {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}
.fa-user-pilot {
  --fa: "\e2c0";
  --fa--fa: "\e2c0\e2c0";
}
.fa-user-pilot-tie {
  --fa: "\e2c1";
  --fa--fa: "\e2c1\e2c1";
}
.fa-user-plus {
  --fa: "\f234";
  --fa--fa: "\f234\f234";
}
.fa-user-police {
  --fa: "\e333";
  --fa--fa: "\e333\e333";
}
.fa-user-police-tie {
  --fa: "\e334";
  --fa--fa: "\e334\e334";
}
.fa-user-robot {
  --fa: "\e04b";
  --fa--fa: "\e04b\e04b";
}
.fa-user-robot-xmarks {
  --fa: "\e4a7";
  --fa--fa: "\e4a7\e4a7";
}
.fa-user-secret {
  --fa: "\f21b";
  --fa--fa: "\f21b\f21b";
}
.fa-user-shakespeare {
  --fa: "\e2c2";
  --fa--fa: "\e2c2\e2c2";
}
.fa-user-shield {
  --fa: "\f505";
  --fa--fa: "\f505\f505";
}
.fa-user-slash {
  --fa: "\f506";
  --fa--fa: "\f506\f506";
}
.fa-user-tag {
  --fa: "\f507";
  --fa--fa: "\f507\f507";
}
.fa-user-tie {
  --fa: "\f508";
  --fa--fa: "\f508\f508";
}
.fa-user-tie-hair {
  --fa: "\e45f";
  --fa--fa: "\e45f\e45f";
}
.fa-user-tie-hair-long {
  --fa: "\e460";
  --fa--fa: "\e460\e460";
}
.fa-user-unlock {
  --fa: "\e058";
  --fa--fa: "\e058\e058";
}
.fa-user-visor {
  --fa: "\e04c";
  --fa--fa: "\e04c\e04c";
}
.fa-user-vneck {
  --fa: "\e461";
  --fa--fa: "\e461\e461";
}
.fa-user-vneck-hair {
  --fa: "\e462";
  --fa--fa: "\e462\e462";
}
.fa-user-vneck-hair-long {
  --fa: "\e463";
  --fa--fa: "\e463\e463";
}
.fa-user-xmark {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}
.fa-user-times {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}
.fa-users {
  --fa: "\f0c0";
  --fa--fa: "\f0c0\f0c0";
}
.fa-users-between-lines {
  --fa: "\e591";
  --fa--fa: "\e591\e591";
}
.fa-users-gear {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}
.fa-users-cog {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}
.fa-users-line {
  --fa: "\e592";
  --fa--fa: "\e592\e592";
}
.fa-users-medical {
  --fa: "\f830";
  --fa--fa: "\f830\f830";
}
.fa-users-rays {
  --fa: "\e593";
  --fa--fa: "\e593\e593";
}
.fa-users-rectangle {
  --fa: "\e594";
  --fa--fa: "\e594\e594";
}
.fa-users-slash {
  --fa: "\e073";
  --fa--fa: "\e073\e073";
}
.fa-users-viewfinder {
  --fa: "\e595";
  --fa--fa: "\e595\e595";
}
.fa-utensils {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}
.fa-cutlery {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}
.fa-utensils-slash {
  --fa: "\e464";
  --fa--fa: "\e464\e464";
}
.fa-utility-pole {
  --fa: "\e2c3";
  --fa--fa: "\e2c3\e2c3";
}
.fa-utility-pole-double {
  --fa: "\e2c4";
  --fa--fa: "\e2c4\e2c4";
}
.fa-v {
  --fa: "\56";
  --fa--fa: "\56\56";
}
.fa-vacuum {
  --fa: "\e04d";
  --fa--fa: "\e04d\e04d";
}
.fa-vacuum-robot {
  --fa: "\e04e";
  --fa--fa: "\e04e\e04e";
}
.fa-value-absolute {
  --fa: "\f6a6";
  --fa--fa: "\f6a6\f6a6";
}
.fa-van-shuttle {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}
.fa-shuttle-van {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}
.fa-vault {
  --fa: "\e2c5";
  --fa--fa: "\e2c5\e2c5";
}
.fa-vector-circle {
  --fa: "\e2c6";
  --fa--fa: "\e2c6\e2c6";
}
.fa-vector-polygon {
  --fa: "\e2c7";
  --fa--fa: "\e2c7\e2c7";
}
.fa-vector-square {
  --fa: "\f5cb";
  --fa--fa: "\f5cb\f5cb";
}
.fa-vent-damper {
  --fa: "\e465";
  --fa--fa: "\e465\e465";
}
.fa-venus {
  --fa: "\f221";
  --fa--fa: "\f221\f221";
}
.fa-venus-double {
  --fa: "\f226";
  --fa--fa: "\f226\f226";
}
.fa-venus-mars {
  --fa: "\f228";
  --fa--fa: "\f228\f228";
}
.fa-vest {
  --fa: "\e085";
  --fa--fa: "\e085\e085";
}
.fa-vest-patches {
  --fa: "\e086";
  --fa--fa: "\e086\e086";
}
.fa-vial {
  --fa: "\f492";
  --fa--fa: "\f492\f492";
}
.fa-vial-circle-check {
  --fa: "\e596";
  --fa--fa: "\e596\e596";
}
.fa-vial-virus {
  --fa: "\e597";
  --fa--fa: "\e597\e597";
}
.fa-vials {
  --fa: "\f493";
  --fa--fa: "\f493\f493";
}
.fa-video {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}
.fa-video-camera {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}
.fa-video-arrow-down-left {
  --fa: "\e2c8";
  --fa--fa: "\e2c8\e2c8";
}
.fa-video-arrow-up-right {
  --fa: "\e2c9";
  --fa--fa: "\e2c9\e2c9";
}
.fa-video-plus {
  --fa: "\f4e1";
  --fa--fa: "\f4e1\f4e1";
}
.fa-video-slash {
  --fa: "\f4e2";
  --fa--fa: "\f4e2\f4e2";
}
.fa-vihara {
  --fa: "\f6a7";
  --fa--fa: "\f6a7\f6a7";
}
.fa-violin {
  --fa: "\f8ed";
  --fa--fa: "\f8ed\f8ed";
}
.fa-virus {
  --fa: "\e074";
  --fa--fa: "\e074\e074";
}
.fa-virus-covid {
  --fa: "\e4a8";
  --fa--fa: "\e4a8\e4a8";
}
.fa-virus-covid-slash {
  --fa: "\e4a9";
  --fa--fa: "\e4a9\e4a9";
}
.fa-virus-slash {
  --fa: "\e075";
  --fa--fa: "\e075\e075";
}
.fa-viruses {
  --fa: "\e076";
  --fa--fa: "\e076\e076";
}
.fa-voicemail {
  --fa: "\f897";
  --fa--fa: "\f897\f897";
}
.fa-volcano {
  --fa: "\f770";
  --fa--fa: "\f770\f770";
}
.fa-volleyball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}
.fa-volleyball-ball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}
.fa-volume {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8";
}
.fa-volume-medium {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8";
}
.fa-volume-high {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}
.fa-volume-up {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}
.fa-volume-low {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}
.fa-volume-down {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}
.fa-volume-off {
  --fa: "\f026";
  --fa--fa: "\f026\f026";
}
.fa-volume-slash {
  --fa: "\f2e2";
  --fa--fa: "\f2e2\f2e2";
}
.fa-volume-xmark {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}
.fa-volume-mute {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}
.fa-volume-times {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}
.fa-vr-cardboard {
  --fa: "\f729";
  --fa--fa: "\f729\f729";
}
.fa-w {
  --fa: "\57";
  --fa--fa: "\57\57";
}
.fa-waffle {
  --fa: "\e466";
  --fa--fa: "\e466\e466";
}
.fa-wagon-covered {
  --fa: "\f8ee";
  --fa--fa: "\f8ee\f8ee";
}
.fa-walker {
  --fa: "\f831";
  --fa--fa: "\f831\f831";
}
.fa-walkie-talkie {
  --fa: "\f8ef";
  --fa--fa: "\f8ef\f8ef";
}
.fa-wallet {
  --fa: "\f555";
  --fa--fa: "\f555\f555";
}
.fa-wand {
  --fa: "\f72a";
  --fa--fa: "\f72a\f72a";
}
.fa-wand-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}
.fa-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}
.fa-wand-magic-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}
.fa-magic-wand-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}
.fa-wand-sparkles {
  --fa: "\f72b";
  --fa--fa: "\f72b\f72b";
}
.fa-warehouse {
  --fa: "\f494";
  --fa--fa: "\f494\f494";
}
.fa-warehouse-full {
  --fa: "\f495";
  --fa--fa: "\f495\f495";
}
.fa-warehouse-alt {
  --fa: "\f495";
  --fa--fa: "\f495\f495";
}
.fa-washing-machine {
  --fa: "\f898";
  --fa--fa: "\f898\f898";
}
.fa-washer {
  --fa: "\f898";
  --fa--fa: "\f898\f898";
}
.fa-watch {
  --fa: "\f2e1";
  --fa--fa: "\f2e1\f2e1";
}
.fa-watch-apple {
  --fa: "\e2cb";
  --fa--fa: "\e2cb\e2cb";
}
.fa-watch-calculator {
  --fa: "\f8f0";
  --fa--fa: "\f8f0\f8f0";
}
.fa-watch-fitness {
  --fa: "\f63e";
  --fa--fa: "\f63e\f63e";
}
.fa-watch-smart {
  --fa: "\e2cc";
  --fa--fa: "\e2cc\e2cc";
}
.fa-water {
  --fa: "\f773";
  --fa--fa: "\f773\f773";
}
.fa-water-arrow-down {
  --fa: "\f774";
  --fa--fa: "\f774\f774";
}
.fa-water-lower {
  --fa: "\f774";
  --fa--fa: "\f774\f774";
}
.fa-water-arrow-up {
  --fa: "\f775";
  --fa--fa: "\f775\f775";
}
.fa-water-rise {
  --fa: "\f775";
  --fa--fa: "\f775\f775";
}
.fa-water-ladder {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}
.fa-ladder-water {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}
.fa-swimming-pool {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}
.fa-watermelon-slice {
  --fa: "\e337";
  --fa--fa: "\e337\e337";
}
.fa-wave {
  --fa: "\e65b";
  --fa--fa: "\e65b\e65b";
}
.fa-wave-pulse {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8";
}
.fa-heart-rate {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8";
}
.fa-wave-sine {
  --fa: "\f899";
  --fa--fa: "\f899\f899";
}
.fa-wave-square {
  --fa: "\f83e";
  --fa--fa: "\f83e\f83e";
}
.fa-wave-triangle {
  --fa: "\f89a";
  --fa--fa: "\f89a\f89a";
}
.fa-waveform {
  --fa: "\f8f1";
  --fa--fa: "\f8f1\f8f1";
}
.fa-waveform-lines {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2";
}
.fa-waveform-path {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2";
}
.fa-waves-sine {
  --fa: "\e65d";
  --fa--fa: "\e65d\e65d";
}
.fa-webhook {
  --fa: "\e5d5";
  --fa--fa: "\e5d5\e5d5";
}
.fa-weight-hanging {
  --fa: "\f5cd";
  --fa--fa: "\f5cd\f5cd";
}
.fa-weight-scale {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}
.fa-weight {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}
.fa-whale {
  --fa: "\f72c";
  --fa--fa: "\f72c\f72c";
}
.fa-wheat {
  --fa: "\f72d";
  --fa--fa: "\f72d\f72d";
}
.fa-wheat-awn {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}
.fa-wheat-alt {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}
.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
  --fa--fa: "\e598\e598";
}
.fa-wheat-awn-slash {
  --fa: "\e338";
  --fa--fa: "\e338\e338";
}
.fa-wheat-slash {
  --fa: "\e339";
  --fa--fa: "\e339\e339";
}
.fa-wheelchair {
  --fa: "\f193";
  --fa--fa: "\f193\f193";
}
.fa-wheelchair-move {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}
.fa-wheelchair-alt {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}
.fa-whiskey-glass {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0";
}
.fa-glass-whiskey {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0";
}
.fa-whiskey-glass-ice {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1";
}
.fa-glass-whiskey-rocks {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1";
}
.fa-whistle {
  --fa: "\f460";
  --fa--fa: "\f460\f460";
}
.fa-wifi {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}
.fa-wifi-3 {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}
.fa-wifi-strong {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}
.fa-wifi-exclamation {
  --fa: "\e2cf";
  --fa--fa: "\e2cf\e2cf";
}
.fa-wifi-fair {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab";
}
.fa-wifi-2 {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab";
}
.fa-wifi-slash {
  --fa: "\f6ac";
  --fa--fa: "\f6ac\f6ac";
}
.fa-wifi-weak {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa";
}
.fa-wifi-1 {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa";
}
.fa-wind {
  --fa: "\f72e";
  --fa--fa: "\f72e\f72e";
}
.fa-wind-turbine {
  --fa: "\f89b";
  --fa--fa: "\f89b\f89b";
}
.fa-wind-warning {
  --fa: "\f776";
  --fa--fa: "\f776\f776";
}
.fa-wind-circle-exclamation {
  --fa: "\f776";
  --fa--fa: "\f776\f776";
}
.fa-window {
  --fa: "\f40e";
  --fa--fa: "\f40e\f40e";
}
.fa-window-flip {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f";
}
.fa-window-alt {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f";
}
.fa-window-frame {
  --fa: "\e04f";
  --fa--fa: "\e04f\e04f";
}
.fa-window-frame-open {
  --fa: "\e050";
  --fa--fa: "\e050\e050";
}
.fa-window-maximize {
  --fa: "\f2d0";
  --fa--fa: "\f2d0\f2d0";
}
.fa-window-minimize {
  --fa: "\f2d1";
  --fa--fa: "\f2d1\f2d1";
}
.fa-window-restore {
  --fa: "\f2d2";
  --fa--fa: "\f2d2\f2d2";
}
.fa-windsock {
  --fa: "\f777";
  --fa--fa: "\f777\f777";
}
.fa-wine-bottle {
  --fa: "\f72f";
  --fa--fa: "\f72f\f72f";
}
.fa-wine-glass {
  --fa: "\f4e3";
  --fa--fa: "\f4e3\f4e3";
}
.fa-wine-glass-crack {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb";
}
.fa-fragile {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb";
}
.fa-wine-glass-empty {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}
.fa-wine-glass-alt {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}
.fa-won-sign {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}
.fa-krw {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}
.fa-won {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}
.fa-worm {
  --fa: "\e599";
  --fa--fa: "\e599\e599";
}
.fa-wreath {
  --fa: "\f7e2";
  --fa--fa: "\f7e2\f7e2";
}
.fa-wreath-laurel {
  --fa: "\e5d2";
  --fa--fa: "\e5d2\e5d2";
}
.fa-wrench {
  --fa: "\f0ad";
  --fa--fa: "\f0ad\f0ad";
}
.fa-wrench-simple {
  --fa: "\e2d1";
  --fa--fa: "\e2d1\e2d1";
}
.fa-x {
  --fa: "\58";
  --fa--fa: "\58\58";
}
.fa-x-ray {
  --fa: "\f497";
  --fa--fa: "\f497\f497";
}
.fa-xmark {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa-close {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa-multiply {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa-remove {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa-times {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa-xmark-large {
  --fa: "\e59b";
  --fa--fa: "\e59b\e59b";
}
.fa-xmark-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}
.fa-times-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}
.fa-vote-nay {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}
.fa-xmarks-lines {
  --fa: "\e59a";
  --fa--fa: "\e59a\e59a";
}
.fa-y {
  --fa: "\59";
  --fa--fa: "\59\59";
}
.fa-yen-sign {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa-cny {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa-jpy {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa-rmb {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa-yen {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa-yin-yang {
  --fa: "\f6ad";
  --fa--fa: "\f6ad\f6ad";
}
.fa-z {
  --fa: "\5a";
  --fa--fa: "\5a\5a";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-duotone: 'Font Awesome 6 Duotone';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
}
@font-face {
  font-family: 'Font Awesome 6 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/static/fonts/fa-duotone-900.woff2') format('woff2'), url('/static/fonts/fa-duotone-900.ttf') format('truetype');
}
.fad,
.fa-duotone {
  position: relative;
  font-weight: 900;
  letter-spacing: normal;
}
.fad::before,
.fa-duotone::before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad::after,
.fa-duotone::after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad::before,
.fa-swap-opacity .fa-duotone::before,
.fad.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad::after,
.fa-swap-opacity .fa-duotone::after,
.fad.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fad.fa-stack-1x,
.fad.fa-stack-2x,
.fa-duotone.fa-stack-1x,
.fa-duotone.fa-stack-2x {
  position: absolute;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-duotone: 'Font Awesome 6 Duotone';
  --fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 6 Duotone';
}
@font-face {
  font-family: 'Font Awesome 6 Duotone';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/static/fonts/fa-duotone-regular-400.woff2') format('woff2'), url('/static/fonts/fa-duotone-regular-400.ttf') format('truetype');
}
.fadr,
.fa-duotone.fa-regular {
  position: relative;
  font-weight: 400;
  letter-spacing: normal;
}
.fadr:before,
.fa-duotone.fa-regular:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fadr:after,
.fa-duotone.fa-regular:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fadr:before,
.fa-swap-opacity .fa-duotone.fa-regular:before,
.fadr.fa-swap-opacity:before,
.fa-duotone.fa-swap-opacity:before,
.fa-duotone.fa-regular.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fadr:after,
.fa-swap-opacity .fa-duotone.fa-regular:after,
.fadr.fa-swap-opacity:after,
.fa-duotone.fa-swap-opacity:after,
.fa-duotone.fa-regular.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fadr.fa-inverse,
.fa-duotone.fa-regular.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fadr.fa-stack-1x,
.fadr.fa-stack-2x,
.fa-duotone.fa-regular.fa-stack-1x,
.fa-duotone.fa-regular.fa-stack-2x {
  position: absolute;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('/static/fonts/fa-light-300.woff2') format('woff2'), url('/static/fonts/fa-light-300.ttf') format('truetype');
}
.fal,
.fa-light {
  font-weight: 300;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/static/fonts/fa-regular-400.woff2') format('woff2'), url('/static/fonts/fa-regular-400.ttf') format('truetype');
}
.far,
.fa-regular {
  font-weight: 400;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/static/fonts/fa-solid-900.woff2') format('woff2'), url('/static/fonts/fa-solid-900.ttf') format('truetype');
}
.fas,
.fa-solid {
  font-weight: 900;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url('/static/fonts/fa-thin-100.woff2') format('woff2'), url('/static/fonts/fa-thin-100.ttf') format('truetype');
}
.fat,
.fa-thin {
  font-weight: 100;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
}
@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url('/static/fonts/fa-sharp-thin-100.woff2') format('woff2'), url('/static/fonts/fa-sharp-thin-100.ttf') format('truetype');
}
.fast,
.fa-thin {
  font-weight: 100;
}
/*------------------------------------------------------------------
[General elements style]
*/
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  padding: 0;
  background-color: #f0f0f0;
  height: 100%;
}
.rtl body {
  direction: rtl;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
p {
  font-size: inherit;
  line-height: 21px;
}
button:focus {
  outline: none !important;
}
/*------------------------------------------------------------------
[Fonts - Open Sans]
*/
/* Open Sans Webfont Kit
 * -------------------------- */
/* Light 300
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/light/opensans-light-webfont.eot');
  src: url('/static/fonts/open-sans/light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/open-sans/light/opensans-light-webfont.woff') format('woff'), url('/static/fonts/open-sans/light/opensans-light-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/light/opensans-light-webfont.svg#OpenSansLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
/* Light 300 Italic
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/light-italic/opensans-light-italic-webfont.eot');
  src: url('/static/fonts/open-sans/light-italic/opensans-light-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/open-sans/light-italic/opensans-light-italic-webfont.woff') format('woff'), url('/static/fonts/open-sans/light-italic/opensans-light-italic-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/light-italic/opensans-light-italic-webfont.svg#OpenSansLightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
/* Regular 400
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/regular/opensans-regular-webfont.eot');
  src: url('/static/fonts/open-sans/regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/open-sans/regular/opensans-regular-webfont.woff') format('woff'), url('/static/fonts/open-sans/regular/opensans-regular-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/regular/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Regular 400 Italic
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/italic/opensans-italic-webfont.eot');
  src: url('/static/fonts/open-sans/italic/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/open-sans/italic/opensans-italic-webfont.woff') format('woff'), url('/static/fonts/open-sans/italic/opensans-italic-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/italic/opensans-italic-webfont.svg#OpenSansItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
/* Semibold 600
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/semibold/opensans-semibold-webfont.eot');
  src: url('/static/fonts/open-sans/semibold/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/open-sans/semibold/opensans-semibold-webfont.woff') format('woff'), url('/static/fonts/open-sans/semibold/opensans-semibold-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/semibold/opensans-semibold-webfont.svg#OpenSansSemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/* Semi-Bold 600 Italic
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.eot');
  src: url('/static/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.woff') format('woff'), url('/static/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.svg#OpenSansSemiboldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
}
/* Bold 700
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/bold/opensans-bold-webfont.eot');
  src: url('/static/fonts/open-sans/bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/open-sans/bold/opensans-bold-webfont.woff') format('woff'), url('/static/fonts/open-sans/bold/opensans-bold-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/bold/opensans-bold-webfont.svg#OpenSansBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* Bold 700 Italic
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.eot');
  src: url('/static/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.woff') format('woff'), url('/static/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.svg#OpenSansItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
/* Extrabold 800
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/extrabold/opensans-extrabold-webfont.eot');
  src: url('/static/fonts/open-sans/extrabold/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/open-sans/extrabold/opensans-extrabold-webfont.woff') format('woff'), url('/static/fonts/open-sans/extrabold/opensans-extrabold-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/extrabold/opensans-extrabold-webfont.svg#OpenSansExtrabold') format('svg');
  font-weight: 800;
  font-style: normal;
}
/* Extra-Bold 800 Italic
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.eot');
  src: url('/static/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.woff') format('woff'), url('/static/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.svg#OpenSansExtraboldItalic') format('svg');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
/* Bold 700
 * -------------------------- */
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* Bold 700 Italic
 * -------------------------- */
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
/* Extra bold 800
 * -------------------------- */
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
/* Extra bold 800 Italic
 * -------------------------- */
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
/*------------------------------------------------------------------
	[Main wrapper]
*/
.am-wrapper {
  min-height: 100%;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .am-wrapper {
    padding-top: 0;
    overflow-x: hidden;
  }
}
/*------------------------------------------------------------------
	[Top header]
*/
.am-top-header {
  background-color: #00002e;
  border: 0;
  margin-bottom: 0;
}
.am-animate .am-top-header {
  -webkit-transition: all 0.35s ease;
       -o-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
.rtl .am-top-header .navbar-header {
  float: right;
}
@media (max-width: 767px) {
  .rtl .am-top-header .navbar-header {
    float: none;
  }
}
.am-top-header .navbar-header .navbar-brand {
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 80px;
  height: 80px;
  width: 100px;
  background-size: 70px;
  margin-right: 20px;
  border-bottom: 1px solid #474646;
}
.rtl .am-top-header .navbar-header .navbar-brand {
  margin-right: -15px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .am-top-header .navbar-header .navbar-brand {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .navbar-header .navbar-brand {
    margin-right: 10px;
  }
}
.am-nosidebar-left .am-top-header .navbar-header .navbar-brand {
  background-color: transparent;
  border-bottom-width: 0;
  margin-left: 0;
  margin-right: 10px;
  width: 180px;
  background-image: url("/static/img/logo/logo.png");
}
@media (min-width: 768px) and (max-width: 991px) {
  .am-nosidebar-left .am-top-header .navbar-header .navbar-brand {
    margin-right: 0;
    padding-left: 0;
    width: 160px;
  }
}
.am-top-header .navbar-header .am-toggle-left-sidebar {
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  display: none;
  padding: 0 18px;
  border-width: 0;
  line-height: 70px;
}
.rtl .am-top-header .navbar-header .am-toggle-left-sidebar {
  left: auto;
  right: 0;
}
.am-top-header .navbar-header .am-toggle-left-sidebar .icon-bar {
  display: inline-block;
  background-color: transparent;
  height: auto;
  width: auto;
  vertical-align: middle;
}
.am-top-header .navbar-header .am-toggle-left-sidebar .icon-bar span {
  display: block;
  width: 25px;
  height: 1px;
  margin-top: 6px;
  background-color: #ffffff;
}
.am-top-header .navbar-header .am-toggle-left-sidebar .icon-bar span:first-child {
  margin-top: 0;
}
.am-top-header .navbar-header .am-toggle-left-sidebar:hover,
.am-top-header .navbar-header .am-toggle-left-sidebar:focus {
  background-color: transparent;
}
@media (max-width: 767px) {
  .am-top-header .navbar-header .am-toggle-left-sidebar {
    display: block;
  }
}
.am-top-header .navbar-header .page-title {
  display: none;
  color: #ffffff;
  font-size: 19px;
  line-height: 70px;
}
@media (max-width: 767px) {
  .am-top-header .navbar-header .page-title {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .am-top-header .navbar-header {
    text-align: center;
  }
}
.am-top-header .navbar-collapse {
  padding-right: 20px;
}
.rtl .am-top-header .navbar-collapse .navbar-nav {
  padding-right: 0;
}
.am-top-header .navbar-collapse .navbar-nav > li > a {
  line-height: 80px;
  color: #ffffff;
  font-size: 14px;
  padding: 0 18px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .navbar-collapse .navbar-nav > li > a {
    padding: 0 12px;
  }
}
.am-top-header .navbar-collapse .navbar-nav > li.dropdown > a .angle-down {
  font-size: 27px;
  vertical-align: middle;
}
.rtl .am-top-header .navbar-collapse .navbar-nav > li.dropdown > a .angle-down {
  float: left;
  line-height: 80px;
}
@media (max-width: 767px) {
  .rtl .am-top-header .navbar-collapse .navbar-nav > li.dropdown > a .angle-down {
    float: none;
    line-height: 1;
  }
}
.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
  border: 0;
  border-radius: 3px;
  margin-top: 2px;
}
.rtl .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
  left: auto;
  right: 0;
  float: right;
}
@media (max-width: 767px) {
  .rtl .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
    float: none;
  }
}
.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a {
  font-size: 12px;
  font-weight: 300;
  color: #504e4e;
  padding: 10px 20px;
  min-width: 175px;
}
.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
  background-color: #00002e;
  color: #ffffff;
}
.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:focus,
.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:active {
  background-color: transparent;
  color: #504e4e;
}
.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:after {
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  content: "";
  display: inline-block;
  left: 42px;
  margin-left: -6px;
  position: absolute;
}
.rtl .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:after {
  left: auto;
  right: 42px;
}
.am-top-header .navbar-collapse .navbar-nav.am-top-menu > li:first-child > a {
  padding-left: 15px;
}
.rtl .am-top-header .navbar-collapse .navbar-nav.am-top-menu {
  float: right;
}
@media (max-width: 767px) {
  .rtl .am-top-header .navbar-collapse .navbar-nav.am-top-menu {
    float: none;
  }
}
.rtl .am-top-header .navbar-collapse .navbar-nav.am-top-menu > li:first-child > a {
  padding-left: 18px;
}
.rtl .am-top-header .navbar-collapse .navbar-nav.am-top-menu > li:last-child > a {
  padding-right: 15px;
}
.am-top-header .navbar-collapse .am-user-nav {
  float: right;
  margin-right: 0;
}
.rtl .am-top-header .navbar-collapse .am-user-nav {
  float: left;
}
@media (max-width: 767px) {
  .rtl .am-top-header .navbar-collapse .am-user-nav {
    float: none;
  }
}
.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
  padding-left: 16px;
  padding-right: 4px;
}
.rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
  padding-left: 4px;
  padding-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
    padding-left: 10px;
  }
}
.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a img {
  max-width: 43px;
  max-height: 43px;
  border-radius: 50%;
}
.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a .user-name {
  margin-left: 8px;
  display: none;
}
@media (max-width: 767px) {
  .rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a .user-name {
    margin-left: 0;
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  .am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu {
  left: 0;
  right: auto;
  float: left;
}
@media (max-width: 767px) {
  .rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu {
    position: static;
    float: none;
  }
}
.am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu li a .icon {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu li a .icon {
  float: right;
  margin-right: 0;
  margin-left: 6px;
}
.am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu:after {
  left: auto;
  right: 20px;
}
.rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu:after {
  right: auto;
  left: 20px;
}
.am-top-header .navbar-collapse .am-icons-nav {
  float: right;
  margin-right: 20px;
}
.rtl .am-top-header .navbar-collapse .am-icons-nav {
  float: left;
  margin-right: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .rtl .am-top-header .navbar-collapse .am-icons-nav {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .navbar-collapse .am-icons-nav {
    margin-right: 10px;
  }
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a {
  padding: 0 9px;
  position: relative;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .icon {
  font-size: 28px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .indicator {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 9px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections {
  width: 300px;
  border-radius: 5px;
  left: auto;
  margin-right: -150px;
  right: 50%;
  padding-bottom: 0;
}
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages,
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications,
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections {
  right: 50%;
}
@media (max-width: 767px) {
  .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages,
  .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications,
  .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections {
    right: 0;
    margin: 0;
  }
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .title,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .title,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .title {
  font-size: 13px;
  color: #8a8a8a;
  text-align: center;
  padding: 3px 0 7px;
  border-bottom: 1px solid #ebebeb;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .title .badge,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .title .badge,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .title .badge {
  font-weight: 600;
  font-size: 10px;
  line-height: 9px;
  vertical-align: middle;
  margin-left: 4px;
  background-color: #e4e4e4;
  color: #8a8a8a;
  min-width: 17px;
  height: 17px;
  text-align: center;
  padding: 3px 6px;
}
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .title .badge,
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .title .badge,
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .title .badge {
  margin-left: 0;
  margin-right: 4px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .footer a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .footer a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .footer a {
  font-size: 13px;
  color: #8a8a8a;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  display: block;
  outline: none;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .footer a:hover,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .footer a:hover,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .footer a:hover {
  background-color: #f5f5f5;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages:after,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications:after,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections:after {
  left: 50%;
  margin-left: -8px;
}
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages:after,
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications:after,
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections:after {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -8px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller {
  height: 222px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul {
  list-style: none;
  padding-left: 0;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a {
  padding: 15px;
  display: block;
  overflow: hidden;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .logo,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .logo {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #e4e4e4;
  float: left;
  text-align: center;
}
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .logo,
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .logo {
  float: right;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .logo .icon,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .logo .icon {
  font-size: 25px;
  color: #979595;
  line-height: 36px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content {
  padding-left: 50px;
  line-height: 14px;
}
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content,
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content {
  padding-left: 0;
  padding-right: 50px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .circle,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .circle {
  width: 6px;
  height: 6px;
  background: #00002e;
  border-radius: 50%;
  float: right;
  position: relative;
  top: 6px;
}
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .circle,
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .circle {
  float: left;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .name,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .name,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .text-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .text-content {
  font-weight: 500;
  font-size: 13px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .text-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .text-content {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 16px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .date,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .date {
  color: #8a8a8a;
  display: block;
  font-size: 9px;
  margin-top: 4px;
  text-transform: uppercase;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li.active,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li.active {
  background-color: rgba(0, 0, 46, 0.1);
  border-bottom: 1px solid rgba(0, 0, 46, 0.1);
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover {
  background-color: #eeeeee;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a {
  color: #ffffff;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .logo,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo {
  background-color: #00000a;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .logo .icon,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo .icon {
  color: #ffffff;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .circle,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .circle {
  background: #ffffff;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .text-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .text-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .date,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .date {
  color: #ffffff;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:last-child,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:last-child {
  border-bottom: 0;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller {
  height: 230px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .logo {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .logo img {
  max-width: 100%;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .date {
  display: inline-block;
  text-transform: none;
  float: right;
  margin-top: 0;
  font-size: 10px;
}
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .date {
  float: left;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .text-content {
  display: block;
  margin-top: 4px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo {
  background-color: transparent;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul {
  padding: 0;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li {
  display: block;
  overflow: hidden;
  list-style: none;
  padding: 10px 20px;
  line-height: 34px;
  border-bottom: 1px solid #ebebeb;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .logo {
  width: 35px;
  height: 35px;
  float: left;
  text-align: center;
}
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .logo {
  float: right;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .logo img {
  max-height: 100%;
  max-width: 100%;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field {
  padding-left: 45px;
  vertical-align: middle;
}
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field {
  padding-left: 0;
  padding-right: 45px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field > span {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 13px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field .switch-container {
  float: right;
}
.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field .switch-container {
  float: left;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field .switch-button {
  vertical-align: middle;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li:hover {
  background-color: #f5f5f5;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li:last-child {
  border-bottom: 0;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown.open > a {
  background-color: transparent;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown.open > a .icon {
  color: #ffffff;
}
.am-top-header .am-toggle-right-sidebar {
  float: right;
  display: block;
  padding: 0 18px;
  line-height: 80px;
  color: #ffffff;
  margin-right: 5px;
}
.rtl .am-top-header .am-toggle-right-sidebar {
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .am-toggle-right-sidebar {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 9px;
  }
}
.am-top-header .am-toggle-right-sidebar .icon {
  font-size: 26px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  .am-top-header .am-toggle-right-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 70px;
    margin-right: 0;
  }
  .rtl .am-top-header .am-toggle-right-sidebar {
    right: auto;
    left: 0;
  }
}
.am-top-header .am-toggle-top-header-menu {
  display: none;
  text-align: center;
  background-color: #00002e;
  font-size: 31px;
  line-height: 41px;
  color: #e1e1e1;
}
@media (max-width: 767px) {
  .am-top-header .am-toggle-top-header-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .am-white-header .am-top-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
  }
  .am-white-header .am-top-header .navbar-brand {
    background-color: #00002e;
    border-bottom-color: #474646;
    position: relative;
    top: 1px;
  }
  .am-white-header .am-top-header .navbar-brand:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: inherit;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .am-white-header .am-top-header .navbar-brand:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/static/img/logo/brandMarkBorderless2x.png") no-repeat center center;
    background-size: 40px;
  }
  .am-white-header .am-top-header .navbar-collapse .navbar-nav > li > a {
    color: #222222;
  }
  .am-white-header .am-top-header .navbar-collapse .navbar-nav > li.open > a {
    background-color: #f7f7f7;
  }
  .am-white-header .am-top-header .navbar-collapse .navbar-nav > li.open .dropdown-menu {
    margin-top: 10px;
  }
  .am-white-header .am-top-header .am-icons-nav > li.dropdown > a .icon {
    color: rgba(34, 34, 34, 0.8);
  }
  .am-white-header .am-top-header .am-icons-nav > li.dropdown > a .indicator {
    background-color: #00002e;
  }
  .am-white-header .am-top-header .am-icons-nav > li.dropdown.open > a {
    background-color: transparent;
  }
  .am-white-header .am-top-header .am-icons-nav > li.dropdown.open > a .icon {
    color: #00002e;
  }
  .am-white-header .am-top-header .am-toggle-right-sidebar {
    color: rgba(34, 34, 34, 0.8);
  }
}
@media (max-width: 767px) {
  .am-top-header {
    position: relative;
  }
  .am-top-header .navbar-collapse {
    background-color: #3d3c3c;
    border-top-color: #000026;
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-height: none;
    box-shadow: none;
    position: relative;
  }
  .am-top-header .navbar-collapse > .navbar-nav {
    margin: 0;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li > a {
    padding: 0 20px;
    line-height: 50px;
    font-size: 13px;
    position: relative;
  }
  .rtl .am-top-header .navbar-collapse > .navbar-nav > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.open > a {
    background-color: transparent;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu {
    background-color: #333355;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a {
    color: #e1e1e1;
    padding-left: 26px;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:hover,
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:active,
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #e1e1e1;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:active {
    color: #ffffff;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu:after {
    content: "";
    display: none;
  }
  .am-top-header .navbar-collapse > .navbar-nav.am-top-menu > li:first-child > a {
    padding-left: 20px;
  }
  .rtl .am-top-header .navbar-collapse > .navbar-nav.am-top-menu > li:last-child > a {
    padding-right: 20px;
  }
  .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
    padding: 0 15px;
    line-height: 65px;
  }
  .rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a > img {
    max-height: 32px;
    max-width: 32px;
  }
  .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a .user-name {
    display: inline;
  }
  .am-top-header .navbar-collapse .am-icons-nav {
    border-top: 1px solid #000026;
    background-color: #00002e;
    text-align: center;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown {
    display: inline-block;
    position: static;
  }
  .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a {
    height: 50px;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .icon {
    color: #e1e1e1;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .indicator {
    background-color: #000048;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu {
    position: absolute;
    top: 0;
    bottom: 51px;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    border-radius: 0;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li {
    height: 100%;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .title {
    display: none;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li > .list {
    background-color: #eeeeee;
    height: 100%;
    display: table-row;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li > .list .am-scroller {
    height: 100%;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .content {
    background-color: #eeeeee;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .content > ul > li {
    background-color: #eeeeee;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .footer > a {
    border-top-color: #e0e0e0;
    background-color: #ebebeb;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .footer > a:hover {
    background-color: #e6e6e6;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu:after {
    display: none;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li {
    border-bottom-color: #e0e0e0;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover {
    background-color: #eeeeee;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a {
    color: #00002e;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .date,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .date,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .text-content,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .text-content {
    color: #8a8a8a;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .circle,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .circle {
    background-color: #00002e;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .logo {
    background-color: #e4e4e4;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo .icon,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .logo .icon {
    color: #979595;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li.active,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li.active {
    border-bottom-color: #e0e0e0;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li.active:hover,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li.active:hover {
    background-color: #0000ca;
  }
  .am-top-header .container-fluid {
    padding: 0;
  }
}
/*------------------------------------------------------------------
	[Left sidebar]
*/
.am-left-sidebar {
  background-color: #00002e;
  width: 100px;
  left: 0;
  position: absolute;
  top: 80px;
}
.rtl .am-left-sidebar {
  left: auto;
  right: 0;
}
.am-left-sidebar .sidebar-elements {
  margin: 0;
  padding: 0;
}
.am-left-sidebar .sidebar-elements > li {
  border-bottom: 1px solid #474646;
  list-style: none;
}
.am-left-sidebar .sidebar-elements > li > a {
  display: block;
  padding: 15px;
  color: #e1e1e1;
  text-align: center;
  font-size: 12px;
}
.am-left-sidebar .sidebar-elements > li > a .icon {
  display: block;
  font-size: 33px;
}
.am-left-sidebar .sidebar-elements > li > a span {
  display: block;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .am-left-sidebar .sidebar-elements > li:hover,
  .am-left-sidebar .sidebar-elements > li.open {
    background-color: #66667f;
  }
}
.am-left-sidebar .sidebar-elements > li.active > a {
  border-left: 2px solid #00002e;
  padding-left: 13px;
}
.rtl .am-left-sidebar .sidebar-elements > li.active > a {
  padding-left: 15px;
  padding-right: 13px;
  border-left-width: 0;
  border-right: 2px solid #00002e;
}
.am-left-sidebar .sidebar-elements > li > ul {
  display: none;
  position: fixed;
  left: 100px;
  top: 0;
  height: 100%;
  background-color: #333355;
  z-index: 1031;
  padding: 0;
  table-layout: fixed;
  list-style: none;
  width: 280px;
}
.rtl .am-left-sidebar .sidebar-elements > li > ul {
  left: auto;
  right: 100px;
}
@media (max-width: 767px) {
  .rtl .am-left-sidebar .sidebar-elements > li > ul {
    right: 0;
  }
}
@media (min-width: 768px) {
  .am-left-sidebar .sidebar-elements > li > ul.visible {
    display: table;
  }
  .am-left-sidebar .sidebar-elements > li > ul.hide {
    display: none;
  }
}
.am-left-sidebar .sidebar-elements > li > ul > li.title {
  color: #ffffff;
  border-bottom: 1px solid #6d6b6b;
  font-size: 26px;
  font-weight: 300;
  margin: 0 25px 0;
  padding-bottom: 18px;
  padding-top: 25px;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items {
  display: table-row;
  height: 100%;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller {
  display: table-cell;
  height: 100%;
}
@media (max-width: 767px) {
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller {
    display: block;
  }
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content {
  height: 100%;
  padding-top: 15px;
  margin-right: 0 !important;
}
@media screen and (min-width:0\0) {
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content {
    position: static;
    overflow: hidden;
  }
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a {
  padding: 11px 25px;
  color: #b3b3b3;
  font-size: 13px;
  display: block;
  font-weight: 300;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a .label {
  float: right;
  border-radius: 2px;
  font-weight: 400;
  line-height: 10px;
  padding: 5px 10px;
}
.rtl .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a .label {
  float: left;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a:hover {
  background-color: #66667f;
  color: #ffffff;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul li.active > a {
  color: #000048;
}
.am-left-sidebar .am-logo {
  display: none;
}
.am-left-sidebar:before {
  content: "";
  position: fixed;
  z-index: -1;
  width: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: inherit;
}
.rtl .am-left-sidebar:before {
  left: auto;
  right: 0;
}
.am-animate .am-left-sidebar:before {
  -webkit-transition: all 0.35s ease;
       -o-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .am-left-sidebar:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .am-left-sidebar {
    width: 85%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    z-index: 1031;
  }
  .rtl .am-left-sidebar {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .am-left-sidebar .sidebar-elements > li > a {
    text-align: left;
    position: relative;
  }
  .rtl .am-left-sidebar .sidebar-elements > li > a {
    text-align: right;
  }
  .am-left-sidebar .sidebar-elements > li > a .icon {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .rtl .am-left-sidebar .sidebar-elements > li > a .icon {
    margin-right: 0;
    margin-left: 10px;
  }
  .am-left-sidebar .sidebar-elements > li > a span {
    display: inline-block;
  }
  .am-left-sidebar .sidebar-elements > li.parent > a:after {
    content: '\e688';
    float: right;
    font-family: 'Stroke 7';
    font-size: 26px;
    line-height: 28px;
    color: #000000;
  }
  .rtl .am-left-sidebar .sidebar-elements > li.parent > a:after {
    float: left;
  }
  .am-left-sidebar .sidebar-elements > li > ul {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.title {
    display: none;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.nav-items {
    display: block;
    height: auto;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.nav-items > .am-scroller {
    height: auto;
    overflow: visible;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.nav-items > .am-scroller > .content {
    padding-top: 0;
    overflow: visible;
    position: relative;
  }
  .am-left-sidebar .sidebar-elements > li:hover {
    background-color: #00002e;
  }
  .am-left-sidebar .sidebar-elements > li:hover > ul {
    display: none;
  }
  .am-left-sidebar .sidebar-elements li.open > ul {
    display: block;
  }
  .am-left-sidebar .am-logo {
    background: url("/static/img/logo/logo.png") no-repeat 15px center;
    height: 70px;
    background-color: #00002e;
    border-bottom: 1px solid #000026;
    display: block;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .am-left-sidebar .am-logo {
    background-image: url("/static/img/logo/logo.png");
    background-size: 150px 39px;
  }
}
.am-animate .am-left-sidebar {
  -webkit-transition: all 0.35s ease;
       -o-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
.am-fixed-sidebar .am-left-sidebar {
  margin-top: 80px;
  padding-bottom: 80px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1031;
}
@media (max-width: 767px) {
  .am-fixed-sidebar .am-left-sidebar {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.am-fixed-sidebar .am-left-sidebar:before {
  top: 80px;
}
.am-fixed-sidebar .am-left-sidebar .nano-pane {
  width: 4px;
}
.am-fixed-sidebar .am-left-sidebar .nano-pane > .nano-slider {
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  body.open-left-sidebar .am-wrapper {
    overflow: hidden;
  }
  body.open-left-sidebar .am-content,
  body.open-left-sidebar .am-top-header {
    -webkit-transform: translate3d(85%, 0, 0);
            transform: translate3d(85%, 0, 0);
  }
  .rtl body.open-left-sidebar .am-content,
  .rtl body.open-left-sidebar .am-top-header {
    -webkit-transform: translate3d(-85%, 0, 0);
            transform: translate3d(-85%, 0, 0);
  }
  body.open-left-sidebar .am-left-sidebar {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@media (max-width: 767px) {
  .am-left-sidebar {
    width: 80%;
  }
  .am-left-sidebar .am-logo {
    background-color: #ffffff;
    background-size: 220px 60px;
  }
}
@media (min-width: 992px) {
  .am-left-sidebar .sidebar-elements > li {
    position: relative;
  }
  .am-left-sidebar .sidebar-elements > li > ul {
    position: absolute;
    height: auto;
  }
  .am-left-sidebar .nano > .nano-content {
    position: static;
    overflow: inherit;
  }
}
/*------------------------------------------------------------------
  [Right sidebar]
*/
.am-right-sidebar {
  overflow-y: hidden;
  position: fixed;
  width: 255px;
  height: 100%;
  top: 0;
  right: -255px;
}
.rtl .am-right-sidebar {
  right: auto;
  left: -255px;
}
.am-animate .am-right-sidebar {
  -webkit-transition: all 0.35s ease;
       -o-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
@media (min-width: 768px) {
  body.open-right-sidebar .am-content {
    left: -255px;
  }
  .rtl body.open-right-sidebar .am-content {
    left: auto;
    right: -255px;
  }
  body.open-right-sidebar .page-aside {
    left: -155px;
  }
  body.open-right-sidebar .am-top-header {
    right: 255px;
    left: -255px;
  }
  .rtl body.open-right-sidebar .am-top-header {
    right: -255px;
    left: 255px;
  }
  body.open-right-sidebar .am-left-sidebar {
    left: -255px;
  }
  body.open-right-sidebar .am-left-sidebar:before {
    left: -255px;
  }
  .rtl body.open-right-sidebar .am-left-sidebar {
    left: auto;
    right: -255px;
  }
  .rtl body.open-right-sidebar .am-left-sidebar:before {
    left: auto;
    right: -255px;
  }
  body.open-right-sidebar .am-right-sidebar {
    right: 0;
  }
  .rtl body.open-right-sidebar .am-right-sidebar {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  body.open-right-sidebar .am-content,
  body.open-right-sidebar .am-top-header,
  body.open-right-sidebar .page-aside {
    -webkit-transform: translate3d(-255px, 0, 0);
            transform: translate3d(-255px, 0, 0);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body.open-right-sidebar .am-content,
  body.open-right-sidebar .am-top-header,
  body.open-right-sidebar .page-aside {
    -webkit-transform: translate3d(-85%, 0, 0);
            transform: translate3d(-85%, 0, 0);
  }
  .rtl body.open-right-sidebar .am-content,
  .rtl body.open-right-sidebar .am-top-header,
  .rtl body.open-right-sidebar .page-aside {
    -webkit-transform: translate3d(85%, 0, 0);
            transform: translate3d(85%, 0, 0);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body.open-right-sidebar .am-wrapper {
    overflow: hidden;
  }
  body.open-right-sidebar .am-right-sidebar {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.am-right-sidebar {
  background-color: #66667f;
}
.am-right-sidebar .sb-content {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.am-right-sidebar .user-info {
  text-align: center;
  padding: 30px 20px;
  border-bottom: 1px solid #525050;
  background-color: #333355;
}
.am-right-sidebar .user-info img {
  border-radius: 50%;
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
}
.am-right-sidebar .user-info span {
  display: block;
}
.am-right-sidebar .user-info span.name {
  color: #e1e1e1;
  font-size: 14px;
}
.am-right-sidebar .user-info span.name .status {
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background-color: #00b777;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.rtl .am-right-sidebar .user-info span.name .status {
  margin-left: 0;
  margin-right: 8px;
}
.am-right-sidebar .user-info span.position {
  color: #aaaaaa;
  font-size: 13px;
}
@media (max-width: 767px) {
  .am-right-sidebar .user-info {
    background-color: #3b3a3a;
    border-bottom: 0 solid #353434;
    text-align: left;
    padding: 17px 22px 21px;
  }
  .rtl .am-right-sidebar .user-info {
    text-align: right;
  }
  .am-right-sidebar .user-info img {
    height: 36px;
    width: 36px;
    margin-bottom: 0;
    float: left;
  }
  .rtl .am-right-sidebar .user-info img {
    float: right;
  }
  .am-right-sidebar .user-info > span {
    padding-left: 46px;
  }
  .rtl .am-right-sidebar .user-info > span {
    padding-left: 0;
    padding-right: 46px;
  }
  .am-right-sidebar .user-info > span.position {
    font-size: 12px;
    line-height: 12px;
  }
}
.am-right-sidebar h2 {
  color: #e1e1e1;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #6d6b6b;
  padding-left: 5px;
  margin-bottom: 25px;
  margin-top: 18px;
}
.am-right-sidebar .search {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.am-right-sidebar .search > input {
  border: 0;
  background-color: #333355;
  color: #b3b3b3;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  padding: 15px 40px 15px 20px;
  outline: none;
}
.rtl .am-right-sidebar .search > input {
  padding-right: 20px;
  padding-left: 40px;
}
.am-right-sidebar .search > span {
  position: absolute;
  color: #aaaaaa;
  right: 15px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  cursor: pointer;
}
.rtl .am-right-sidebar .search > span {
  right: auto;
  left: 15px;
}
.am-right-sidebar .search > span:hover {
  color: #d1d1d1;
}
.am-right-sidebar .tab-navigation .nav-tabs {
  background-color: #333355;
  border-bottom: 0;
  padding: 0 15px;
}
.am-right-sidebar .tab-navigation .nav-tabs > li > a {
  background-color: transparent;
  border-width: 0;
  padding: 14px 10px;
  min-width: 40px;
}
.am-right-sidebar .tab-navigation .nav-tabs > li > a .icon {
  font-size: 25px;
  color: #aaaaaa;
}
.am-right-sidebar .tab-navigation .nav-tabs > li > a:hover {
  border: 0;
  background-color: transparent;
}
.am-right-sidebar .tab-navigation .nav-tabs > li > a:hover .icon {
  color: #ffffff;
}
.am-right-sidebar .tab-navigation .nav-tabs > li > a:focus {
  border: 0;
  background-color: transparent;
}
.am-right-sidebar .tab-navigation .nav-tabs > li.active > a .icon {
  color: #00002e;
}
@media (max-width: 767px) {
  .am-right-sidebar .tab-navigation .nav-justified {
    display: table;
  }
  .am-right-sidebar .tab-navigation .nav-justified > li {
    display: table-cell;
  }
  .am-right-sidebar .tab-navigation .nav-justified > li > a {
    margin-bottom: 0;
    min-width: 40px;
  }
}
.am-right-sidebar .tab-panel {
  height: 100%;
  display: table-row;
}
.am-right-sidebar .tab-panel .tab-content {
  height: 100%;
  position: relative;
  width: 100%;
  padding: 0;
  background: transparent;
}
.am-right-sidebar .tab-panel .tab-content .tab-pane {
  height: 100%;
  position: relative;
  width: 100%;
}
.am-right-sidebar .tab-panel .tab-content .tab-pane > .content {
  overflow: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.am-right-sidebar .tab-panel .tab-content .tab-pane > .content .a {
  color: #ce443d;
  text-decoration: none;
}
.am-right-sidebar .tab-panel .tab-content .tab-pane > .content .name {
  font-weight: 500;
  font-size: 13px;
}
.am-right-sidebar .tab-panel .tab-content .tab-pane > .content .text-content {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.am-right-sidebar .tab-panel .tab-content .tab-pane > .content .date {
  color: #8a8a8a;
  display: block;
  font-size: 9px;
  margin-top: 4px;
  text-transform: uppercase;
}
.am-right-sidebar .tab-panel .tab-content .announcement .nano-content,
.am-right-sidebar .tab-panel .tab-content .announcement .nano-pane {
  margin-bottom: 49px;
}
.am-right-sidebar .tab-panel .tab-content .announcement .nano-content > .content {
  padding: 10px 20px 0;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul {
  list-style: none;
  padding: 0;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.rtl .am-right-sidebar .tab-panel .tab-content .announcement ul > li {
  padding-left: 0;
  padding-right: 30px;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li > .icon {
  position: absolute;
  left: 0;
  font-size: 16px;
  background-color: #333355;
  color: #d6d6d6;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 20px;
}
.rtl .am-right-sidebar .tab-panel .tab-content .announcement ul > li > .icon {
  left: auto;
  right: 0;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li > .icon span.icon {
  vertical-align: middle;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content {
  margin-left: 5px;
}
.rtl .am-right-sidebar .tab-panel .tab-content .announcement ul > li .content {
  margin-left: 0;
  margin-right: 5px;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content a {
  display: block;
  color: #ffffff;
  padding-top: 3px;
  font-size: 12px;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content a:hover {
  color: #000057;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content span {
  display: block;
  color: #b3b3b3;
  margin-top: 5px;
  font-size: 12px;
}
.am-right-sidebar .tab-panel .tab-content .faqs .content,
.am-right-sidebar .tab-panel .tab-content .faqs .nano-pane {
  margin-bottom: 49px;
}
.am-right-sidebar .tab-panel .tab-content .faqs .content {
  padding: 10px 20px 1px;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 20px;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title {
  margin-top: 0;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a {
  color: #ffffff;
  position: relative;
  padding: 0;
  padding-left: 35px;
  line-height: 24px;
  display: block;
}
.rtl .am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a {
  padding-left: 0;
  padding-right: 35px;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a .icon {
  background-color: #333355;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}
.rtl .am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a .icon {
  left: auto;
  right: 0;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a .icon > span {
  font-size: 26px;
  color: #d6d6d6;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a .title {
  font-size: 12px;
  font-weight: 400;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a.collapsed .icon {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a.collapsed .icon > span {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-collapse .panel-body {
  border-top: 0;
  color: #b3b3b3;
  padding-left: 35px;
  padding-top: 3px;
  padding-right: 0;
  padding-bottom: 0;
  font-size: 12px;
}
.am-right-sidebar .tab-panel .tab-content .ticket .content {
  padding: 10px 20px 30px;
}
.am-right-sidebar .tab-panel .tab-content .ticket form {
  margin-top: 30px;
}
.am-right-sidebar .tab-panel .tab-content .ticket form .send-ticket {
  margin-bottom: 30px;
}
.am-right-sidebar .tab-panel .tab-content .ticket form .send-ticket label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 13px;
}
.am-right-sidebar .tab-panel .tab-content .ticket form .send-ticket .form-control {
  background-color: transparent;
  border-radius: 2px;
  box-shadow: none;
  font-size: 13px;
  border: 1px solid #646262;
  color: #e1e1e1;
  height: auto;
  padding: 10px;
}
.am-right-sidebar .tab-panel .tab-content .ticket form .send-ticket textarea {
  min-height: 160px;
}
.am-right-sidebar .tab-panel .tab-content .ticket form .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .am-right-sidebar {
    width: 85%;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .rtl .am-right-sidebar {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .am-right-sidebar .tab-panel .tab-content > .chat {
    width: 100%;
  }
  .am-right-sidebar .tab-panel .tab-content > .chat .chat-contacts,
  .am-right-sidebar .tab-panel .tab-content > .chat .chat-window {
    width: 100%;
  }
  .am-right-sidebar .tab-panel .tab-content > .chat .chat-window {
    left: 100%;
  }
  .am-right-sidebar .tab-panel .tab-content > .chat.chat-opened .chat-window {
    left: 0;
  }
  .am-right-sidebar .tab-panel .tab-content > .chat.chat-opened .chat-contacts {
    left: -100%;
  }
}
.am-right-sidebar .chat {
  width: 255px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.am-content .chat.chat-scroll {
  height: 350px;
  position: relative;
  width: 100%;
}
.chat .chat-category {
  margin: 30px 20px 15px;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  padding-left: 5px;
}
.am-right-sidebar .chat .chat-category {
  border-bottom-color: #6d6b6b;
  color: #e1e1e1;
}
.chat h2 {
  margin: 30px 20px 15px;
}
.chat .recent,
.chat .contact,
.chat .chat-contact-list {
  margin-bottom: 30px;
  font-size: 13px;
}
.am-right-sidebar .chat .recent,
.am-right-sidebar .chat .contact,
.am-right-sidebar .chat .chat-contact-list {
  font-size: 12px;
}
.chat .recent .user a,
.chat .contact .user a,
.chat .chat-contact-list .user a {
  display: block;
  padding: 14px 25px;
  overflow: hidden;
}
.am-right-sidebar .chat .recent .user a,
.am-right-sidebar .chat .contact .user a,
.am-right-sidebar .chat .chat-contact-list .user a {
  padding: 11px 25px;
}
.chat .recent .user a img,
.chat .contact .user a img,
.chat .chat-contact-list .user a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
}
.rtl .chat .recent .user a img,
.rtl .chat .contact .user a img,
.rtl .chat .chat-contact-list .user a img {
  float: right;
}
.chat .recent .user a .user-data,
.chat .contact .user a .user-data,
.chat .chat-contact-list .user a .user-data,
.chat .recent .user a .user-data2,
.chat .contact .user a .user-data2,
.chat .chat-contact-list .user a .user-data2 {
  padding-left: 40px;
  line-height: 16px;
}
.rtl .chat .recent .user a .user-data,
.rtl .chat .contact .user a .user-data,
.rtl .chat .chat-contact-list .user a .user-data,
.rtl .chat .recent .user a .user-data2,
.rtl .chat .contact .user a .user-data2,
.rtl .chat .chat-contact-list .user a .user-data2 {
  padding-left: 0;
  padding-right: 40px;
}
.chat .recent .user a .user-data .status,
.chat .contact .user a .user-data .status,
.chat .chat-contact-list .user a .user-data .status,
.chat .recent .user a .user-data2 .status,
.chat .contact .user a .user-data2 .status,
.chat .chat-contact-list .user a .user-data2 .status {
  background-color: #00b777;
  border-radius: 50%;
  float: right;
  width: 7px;
  height: 7px;
  position: relative;
  top: 5px;
}
.rtl .chat .recent .user a .user-data .status,
.rtl .chat .contact .user a .user-data .status,
.rtl .chat .chat-contact-list .user a .user-data .status,
.rtl .chat .recent .user a .user-data2 .status,
.rtl .chat .contact .user a .user-data2 .status,
.rtl .chat .chat-contact-list .user a .user-data2 .status {
  float: left;
}
.chat .recent .user a .user-data .status.offline,
.chat .contact .user a .user-data .status.offline,
.chat .chat-contact-list .user a .user-data .status.offline,
.chat .recent .user a .user-data2 .status.offline,
.chat .contact .user a .user-data2 .status.offline,
.chat .chat-contact-list .user a .user-data2 .status.offline {
  background-color: #e65a5a;
}
.chat .recent .user a .user-data .status.away,
.chat .contact .user a .user-data .status.away,
.chat .chat-contact-list .user a .user-data .status.away,
.chat .recent .user a .user-data2 .status.away,
.chat .contact .user a .user-data2 .status.away,
.chat .chat-contact-list .user a .user-data2 .status.away {
  background-color: #f2c329;
}
.chat .recent .user a .user-data .name,
.chat .contact .user a .user-data .name,
.chat .chat-contact-list .user a .user-data .name,
.chat .recent .user a .user-data2 .name,
.chat .contact .user a .user-data2 .name,
.chat .chat-contact-list .user a .user-data2 .name {
  color: #222222;
  font-weight: 500;
}
.am-right-sidebar .chat .recent .user a .user-data .name,
.am-right-sidebar .chat .contact .user a .user-data .name,
.am-right-sidebar .chat .chat-contact-list .user a .user-data .name,
.am-right-sidebar .chat .recent .user a .user-data2 .name,
.am-right-sidebar .chat .contact .user a .user-data2 .name,
.am-right-sidebar .chat .chat-contact-list .user a .user-data2 .name {
  color: #e1e1e1;
}
.chat .recent .user a .user-data .message,
.chat .contact .user a .user-data .message,
.chat .chat-contact-list .user a .user-data .message,
.chat .recent .user a .user-data2 .message,
.chat .contact .user a .user-data2 .message,
.chat .chat-contact-list .user a .user-data2 .message {
  display: block;
  color: #999999;
  font-size: 11px;
}
.chat .recent .user a .user-data2,
.chat .contact .user a .user-data2,
.chat .chat-contact-list .user a .user-data2 {
  margin-top: 7px;
}
.chat .recent .user a:hover,
.chat .contact .user a:hover,
.chat .chat-contact-list .user a:hover {
  background-color: #f7f7f7;
}
.am-right-sidebar .chat .recent .user a:hover,
.am-right-sidebar .chat .contact .user a:hover,
.am-right-sidebar .chat .chat-contact-list .user a:hover {
  background-color: #333355;
}
.chat .chat-contacts,
.chat .chat-window {
  width: 100%;
}
.am-right-sidebar .chat .chat-contacts,
.am-right-sidebar .chat .chat-window {
  width: 255px;
  height: 100%;
  display: table;
  table-layout: fixed;
  position: absolute;
  left: 0;
  -webkit-transition: left 0.3s ease;
       -o-transition: left 0.3s ease;
          transition: left 0.3s ease;
}
.am-right-sidebar .chat .chat-contacts .chat-sections {
  height: 100%;
  display: table-row;
}
.chat .chat-contacts .search {
  position: relative;
}
.am-right-sidebar .chat .chat-window {
  height: 100%;
  left: 255px;
  display: table;
  table-layout: fixed;
}
.chat .chat-window .title {
  padding: 20px 10px;
  padding-right: 20px;
  overflow: hidden;
}
.chat .chat-window .title .icon {
  font-size: 35px;
  color: #b3b3b3;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.chat .chat-window .title .user-name {
  font-size: 19px;
  line-height: 23px;
}
.chat .chat-window .title .user {
  display: inline-block;
  float: right;
  text-align: right;
  line-height: 13px;
}
.chat .chat-window .title .user img {
  height: 35px;
  width: 35x;
  border-radius: 50%;
  float: right;
  margin-left: 10px;
}
.chat .chat-window .title .user h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
.chat .chat-window .title .user span {
  display: block;
  font-size: 12px;
  color: #999999;
}
.chat .chat-window .chat-messages {
  font-size: 13px;
  height: 274px;
}
.am-right-sidebar .chat .chat-window .chat-messages {
  height: 100%;
  display: table-row;
}
.chat .chat-window .chat-messages .content {
  outline: none;
}
.chat .chat-window .chat-messages ul {
  outline: none;
  margin: 0;
  padding: 0;
}
.chat .chat-window .chat-messages ul > li {
  display: block;
  list-style: none;
  padding: 9px 16px;
}
.chat .chat-window .chat-messages ul > li .msg {
  position: relative;
  display: inline-block;
  background-color: #000038;
  color: #ffffff;
  font-size: 12px;
  padding: 7px 8px;
  border-radius: 3px;
  white-space: normal;
  text-align: left;
  margin-left: 40px;
}
.rtl .chat .chat-window .chat-messages ul > li .msg {
  text-align: right;
  margin-left: 0;
  margin-right: 40px;
}
.chat .chat-window .chat-messages ul > li .msg:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 7px;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000038;
  border-top: 6px solid transparent;
}
.rtl .chat .chat-window .chat-messages ul > li .msg:after {
  left: -5px;
  right: auto;
  border-right: 6px solid #000038;
  border-left-width: 0;
}
.am-right-sidebar .chat .chat-window .chat-messages ul > li .msg {
  padding: 5px 8px;
}
.chat .chat-window .chat-messages ul > li.friend .msg {
  background-color: hsl(0, 0%, 96%);
  color: #333355;
  margin-left: 0;
  margin-right: 40px;
}
.rtl .chat .chat-window .chat-messages ul > li.friend .msg {
  margin-right: 0;
  margin-left: 40px;
}
.chat .chat-window .chat-messages ul > li.friend .msg:after {
  right: auto;
  left: -5px;
  border-left-width: 0;
  border-right: 5px solid hsl(0, 0%, 96%);
}
.rtl .chat .chat-window .chat-messages ul > li.friend .msg:after {
  right: -5px;
  left: auto;
  border-left: 5px solid hsl(0, 0%, 100%);
  border-right-width: 0;
}
.am-right-sidebar .chat .chat-window .chat-messages ul > li.friend .msg {
  background-color: #ffffff;
}
.am-right-sidebar .chat .chat-window .chat-messages ul > li.friend .msg:after {
  border-right-color: #ffffff;
}
.chat .chat-window .chat-messages ul > li.self {
  text-align: right;
}
.rtl .chat .chat-window .chat-messages ul > li.self {
  text-align: left;
}
.chat.chat-opened .chat-contacts {
  left: -255px;
}
.chat.chat-opened .chat-window {
  left: 0;
}
.chat.chat-scroll .chat-contacts,
.chat.chat-scroll .chat-window {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}
.chat-search {
  position: relative;
  border-top: 1px solid #ededed;
}
.chat-search > input {
  border: 0;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  padding: 20px;
  outline: none;
}
.chat-search > span {
  position: absolute;
  color: #aaaaaa;
  right: 15px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  cursor: pointer;
}
.rtl .chat-search > span {
  left: 15px;
  right: auto;
}
.chat-search > span:hover {
  color: #d1d1d1;
}
.chat-input {
  position: relative;
}
.chat-input .input-wrapper > input {
  border-width: 0;
  border-top: 1px solid #ededed;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  padding: 20px;
  padding-left: 42px;
  padding-right: 40px;
  outline: none;
}
.am-right-sidebar .chat-input .input-wrapper > input {
  background-color: #333355;
  color: #b3b3b3;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
}
.chat-input .input-wrapper > span {
  position: absolute;
  color: #aaaaaa;
  right: 15px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  cursor: pointer;
}
.rtl .chat-input .input-wrapper > span {
  left: 15px;
  right: auto;
}
.chat-input .input-wrapper > span:hover {
  color: #d1d1d1;
}
.chat-input .input-wrapper .photo {
  left: 15px;
  font-size: 22px;
  top: 47%;
  right: auto;
}
.rtl .chat-input .input-wrapper .photo {
  right: 15px;
  left: auto;
}
/*------------------------------------------------------------------
  [Main content]
*/
.am-content {
  position: relative;
  left: 0;
  margin-left: 100px;
  min-height: 100%;
}
.rtl .am-content {
  left: auto;
  right: 0;
  margin-right: 100px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .rtl .am-content {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .am-content {
    margin: 0;
  }
}
.am-animate .am-content {
  -webkit-transition: all 0.35s ease;
       -o-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
.am-nosidebar-left .am-content {
  margin-left: 0;
}
.main-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .main-content {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
  }
}
.am-no-padding .main-content {
  padding: 0;
}
/*------------------------------------------------------------------
  [Page head]
*/
/*Page Title*/
.page-head {
  background: none repeat scroll 0 0 #ffffff;
  padding: 20px 15px;
  position: relative;
}
.page-head h2 {
  margin-bottom: 5px;
  margin-top: 6px;
  font-family: 'Montserrat', montserrat;
  font-weight: 300;
  letter-spacing: -1px;
  font-size: 28px;
  line-height: 36px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-head .breadcrumb {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 4px;
  font-size: 12px;
}
.am-white-header .page-head {
  background-color: #f8f8f8;
}
.am-aside .page-head {
  margin-left: 280px;
}
.rtl .am-aside .page-head {
  margin-left: 0;
  margin-right: 280px;
}
@media (max-width: 767px) {
  .rtl .am-aside .page-head {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .am-aside .page-head {
    margin-left: 0;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-head {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .page-head {
    padding: 5px;
  }
  .page-head h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
  }
}
/*------------------------------------------------------------------
  [Page aside]
*/
.am-aside .main-content {
  margin-left: 280px;
}
.rtl .am-aside .main-content {
  margin-right: 280px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .rtl .am-aside .main-content {
    margin-right: inherit;
  }
}
@media (max-width: 767px) {
  .am-aside .main-content {
    margin-left: inherit;
  }
}
.page-aside {
  background: none repeat scroll 0 0 #ffffff;
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100px;
  border-right: 1px solid #e6e6e6;
  padding-top: 80px;
}
.rtl .page-aside {
  left: auto;
  right: 100px;
  border-left: 1px solid #e6e6e6;
  border-right: 0;
}
@media (max-width: 767px) {
  .rtl .page-aside {
    right: 0;
    border-left-width: 0;
  }
}
.am-animate .page-aside {
  -webkit-transition: all 0.35s ease;
       -o-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
.page-aside .content {
  padding: 20px;
}
@media (max-width: 767px) {
  .page-aside {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    padding-top: 0;
    left: 0;
    border-right-width: 0;
  }
  .page-aside .nano-content {
    position: static;
    overflow: visible;
    margin: 0 !important;
  }
}
.am-sticky-footer .page-aside {
  padding-bottom: 50px;
}
.aside-header {
  margin-bottom: 20px;
}
.aside-header .navbar-toggle {
  background: rgba(0, 0, 0, 0.015);
  padding: 5px 6px;
}
.aside-header .navbar-toggle .icon {
  font-size: 25px;
}
.aside-header .description {
  color: #3c3c3c;
}
.aside-nav {
  display: block;
  visibility: visible;
}
.rtl .aside-nav .nav {
  padding-right: 0;
}
.aside-nav .nav li a {
  color: #222222;
  padding: 12px 15px;
}
.aside-nav .nav li.active a {
  background-color: #f2f2f2;
}
.aside-nav .nav li .label {
  float: right;
  font-size: 12px;
  font-weight: 300;
}
.rtl .aside-nav .nav li .label {
  float: left;
}
.aside-nav .nav li .icon {
  font-size: 19px;
  vertical-align: middle;
  margin-right: 3px;
  display: inline-block;
}
.aside-nav .title {
  color: #555555;
  margin: 5px 0 0 0;
  padding: 8px 13px 4px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .aside-nav {
    border-bottom: 1px solid #e6e6e6;
  }
  .aside-nav.collapse {
    display: none;
  }
  .aside-nav.in {
    display: block;
  }
}
/*------------------------------------------------------------------
  [Splash screen]
*/
.am-splash-screen {
  background-color: #f0f0f0;
}
.am-splash-screen .am-wrapper {
  padding-top: 0;
}
.am-splash-screen .am-wrapper .am-content {
  margin: 0;
}
.am-splash-screen .am-wrapper .am-content a {
  color: #ababab;
}
.am-splash-screen .am-wrapper .am-content a:hover {
  color: #4a4949;
}
/*------------------------------------------------------------------
	[Scroll to top button]
*/
.am-scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 9px;
  display: none;
  -webkit-transition: background-color 0.2s ease;
       -o-transition: background-color 0.2s ease;
          transition: background-color 0.2s ease;
  border-radius: 4px;
}
.rtl .am-scroll-top {
  left: 10px;
  right: auto;
}
.am-scroll-top:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.am-scroll-top:hover,
.am-scroll-top:focus {
  color: #ffffff;
}
.am-scroll-top:before {
  content: '\e682';
  font-family: 'Stroke 7';
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
/*------------------------------------------------------------------
	[Sticky Footer]
*/
.am-sticky-footer {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .am-sticky-footer {
    padding-bottom: 0;
  }
}
.am-sticky-footer footer {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  background-color: #ffffff;
  margin-left: 100px;
  border-top: 1px solid #e6e6e6;
  padding: 15px 15px;
}
.rtl .am-sticky-footer footer {
  margin-left: 0;
  margin-right: 100px;
}
@media (max-width: 767px) {
  .am-sticky-footer footer {
    position: static;
    margin-left: 0;
  }
}
.am-sticky-footer.am-aside footer {
  padding: 15px 20px;
}
/*------------------------------------------------------------------
  [Forms]
*/
/*------------------------------------------------------------------
  [Switch button]
*/
.switch-button {
  display: inline-block;
  border-radius: 50px;
  background-color: #b3b3b3;
  width: 60px;
  height: 27px;
  padding: 2px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.switch-button input[type="checkbox"] {
  display: none;
}
.switch-button label {
  border-radius: 50%;
  border: 1px solid #ababab;
  background-color: #ffffff;
  margin: 0;
  height: 23px;
  width: 23px;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  background-clip: padding-box;
}
.switch-button label:before {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  z-index: 0;
  content: "OFF";
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 26px;
  top: 0;
  text-align: right;
  padding-right: 10px;
  color: #ffffff;
}
.rtl .switch-button label:before {
  padding-right: 0;
  padding-left: 10px;
  text-align: left;
}
.switch-button input[type="checkbox"]:checked + span {
  background-color: #00002e;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
}
.switch-button input[type="checkbox"]:checked + span label {
  float: right;
  border-color: #000014;
}
.rtl .switch-button input[type="checkbox"]:checked + span label {
  float: left;
}
.switch-button input[type="checkbox"]:checked + span label:before {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  z-index: 0;
  content: "ON";
  color: #ffffff;
  left: 0;
  text-align: left;
  padding-left: 10px;
}
.rtl .switch-button input[type="checkbox"]:checked + span label:before {
  padding-right: 10px;
  padding-left: 0;
  text-align: right;
}
.switch-button.switch-button-yesno label:before {
  content: "NO";
}
.switch-button.switch-button-yesno input[type="checkbox"]:checked + span label:before {
  content: "YES";
}
.switch-button.switch-button-xs {
  height: 20px;
  width: 53px;
  line-height: 22px;
  width: 50px;
}
.switch-button.switch-button-xs label {
  height: 16px;
  width: 16px;
}
.switch-button.switch-button-xs label:before {
  line-height: 19px;
}
.switch-button.switch-button-sm {
  height: 24px;
  width: 57px;
  line-height: 26px;
}
.switch-button.switch-button-sm label {
  height: 20px;
  width: 20px;
}
.switch-button.switch-button-sm label:before {
  line-height: 23px;
}
.switch-button.switch-button-lg {
  height: 30px;
  width: 63px;
  line-height: 32px;
  width: 65px;
}
.switch-button.switch-button-lg label {
  height: 26px;
  width: 26px;
}
.switch-button.switch-button-lg label:before {
  line-height: 29px;
}
.switch-button.switch-button-success {
  background-color: #b3b3b3;
}
.switch-button.switch-button-success label {
  border-color: #ababab;
}
.switch-button.switch-button-success input[type="checkbox"]:checked + span {
  background-color: #7ACCBE;
}
.switch-button.switch-button-success input[type="checkbox"]:checked + span label {
  border-color: #68c5b5;
}
.switch-button.switch-button-info {
  background-color: #b3b3b3;
}
.switch-button.switch-button-info label {
  border-color: #ababab;
}
.switch-button.switch-button-info input[type="checkbox"]:checked + span {
  background-color: #8dcadf;
}
.switch-button.switch-button-info input[type="checkbox"]:checked + span label {
  border-color: #79c1d9;
}
.switch-button.switch-button-warning {
  background-color: #b3b3b3;
}
.switch-button.switch-button-warning label {
  border-color: #ababab;
}
.switch-button.switch-button-warning input[type="checkbox"]:checked + span {
  background-color: #FFC870;
}
.switch-button.switch-button-warning input[type="checkbox"]:checked + span label {
  border-color: #ffbe57;
}
.switch-button.switch-button-danger {
  background-color: #b3b3b3;
}
.switch-button.switch-button-danger label {
  border-color: #ababab;
}
.switch-button.switch-button-danger input[type="checkbox"]:checked + span {
  background-color: #EF6262;
}
.switch-button.switch-button-danger input[type="checkbox"]:checked + span label {
  border-color: #ed4b4b;
}
/*------------------------------------------------------------------
  [Elements]
*/
/*------------------------------------------------------------------
  [Widgets]
*/
.widget {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}
.widget > .widget-head {
  margin-bottom: 20px;
  display: block;
}
.widget > .widget-head .title {
  font-size: 16px;
  font-weight: 400;
}
.widget > .widget-head .tools {
  float: right;
}
.rtl .widget > .widget-head .tools {
  float: left;
}
.widget > .widget-head .tools > .icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 21px;
  line-height: 23px;
  vertical-align: middle;
  cursor: pointer;
}
.widget > .widget-head .tools > .icon:hover {
  color: #00002e;
}
.widget > .widget-head .tools > .icon.s7-close {
  font-size: 27px;
  margin-left: 1px;
  position: relative;
  top: 1px;
}
.widget > .widget-head .tools .value {
  font-size: 24px;
  line-height: 22px;
}
.widget .chart-container {
  position: relative;
}
.widget .chart-container > .counter {
  min-height: auto;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.widget .chart-container > .counter .value {
  font-size: 24px;
}
.widget .chart-container > .counter .desc {
  text-transform: uppercase;
  font-size: 11px;
  color: #7f7f7f;
}
.widget.widget-fullwidth {
  padding: 0;
}
.widget.widget-fullwidth > .widget-head {
  padding: 20px 20px 10px;
  margin-bottom: 0;
}
.widget.widget-fullwidth .chart-container > .counter {
  min-height: auto;
  left: 20px;
}
.rtl .widget.widget-fullwidth .chart-container > .counter {
  right: 20px;
}
.widget.widget-small {
  margin-bottom: 20px;
}
.widget.widget-small.widget-fullwidth > .widget-head {
  padding: 20px 15px 10px;
}
/*------------------------------------------------------------------
  [Colors]
*/
.clr-primary {
  background-color: #00002e;
}
.clr-success {
  background-color: #7ACCBE;
}
.clr-info {
  background-color: #8dcadf;
}
.clr-warning {
  background-color: #FFC870;
}
.clr-danger {
  background-color: #EF6262;
}
.clr-alt1 {
  background-color: #95d9f0;
}
.clr-alt2 {
  background-color: #ffdc7a;
}
.clr-alt3 {
  background-color: #7a98bf;
}
.clr-alt4 {
  background-color: #cccccc;
}
.clr-btn-default {
  background-color: #ffffff;
}
.clr-btn-default-hover {
  background-color: #f7f7f7;
}
.clr-btn-default-active {
  background-color: #ededed;
}
.clr-btn-primary {
  background-color: #00002e;
}
.clr-btn-primary-hover {
  background-color: #000048;
}
.clr-btn-primary-active {
  background-color: #000014;
}
.clr-btn-dark {
  background-color: #3d3c3c;
}
.clr-btn-dark-hover {
  background-color: #4a4949;
}
.clr-btn-dark-active {
  background-color: #302f2f;
}
.clr-btn-info {
  background-color: #8dcadf;
}
.clr-btn-info-hover {
  background-color: #a1d3e5;
}
.clr-btn-info-active {
  background-color: #79c1d9;
}
.clr-btn-warning {
  background-color: #FFC870;
}
.clr-btn-warning-hover {
  background-color: #ffd28a;
}
.clr-btn-warning-active {
  background-color: #ffbe57;
}
.clr-btn-danger {
  background-color: #EF6262;
}
.clr-btn-danger-hover {
  background-color: #f17979;
}
.clr-btn-danger-active {
  background-color: #ed4b4b;
}
.clr-btn-success {
  background-color: #7ACCBE;
}
.clr-btn-success-hover {
  background-color: #8cd3c7;
}
.clr-btn-success-active {
  background-color: #68c5b5;
}
.clr-btn-alt1 {
  background-color: #56c3e7;
}
.clr-btn-alt1-hover {
  background-color: #6dcbea;
}
.clr-btn-alt1-active {
  background-color: #40bbe4;
}
.clr-btn-alt2 {
  background-color: #ffcf66;
}
.clr-btn-alt2-hover {
  background-color: #ffd77f;
}
.clr-btn-alt2-active {
  background-color: #ffc74c;
}
.clr-btn-alt3 {
  background-color: #7a98bf;
}
.clr-btn-alt3-hover {
  background-color: #8ba5c7;
}
.clr-btn-alt3-active {
  background-color: #698bb7;
}
.clr-btn-alt4 {
  background-color: #bdbdbd;
}
.clr-btn-alt4-hover {
  background-color: #c9c9c9;
}
.clr-btn-alt4-active {
  background-color: #b0b0b0;
}
/*------------------------------------------------------------------
  [Color swatch]
*/
.color-swatch {
  margin-top: 20px;
  display: inline-block;
  min-width: 230px;
  overflow: hidden;
  border-radius: 3px;
}
.color-swatch .colors {
  margin: 0;
}
.color-swatch .colors > div {
  min-height: 90px;
}
.color-swatch .desc {
  margin: 0;
}
.color-swatch .desc > div {
  text-align: center;
  background-color: #ffffff;
  line-height: 50px;
  font-weight: 600;
  color: #353535;
}
/*------------------------------------------------------------------
  [Notifications]
*/
#gritter-notice-wrapper {
  width: 360px;
  top: 82px;
}
#gritter-notice-wrapper.top-center {
  left: 50%;
  margin-left: -180px;
  right: auto;
}
.gritter-item-wrapper {
  background: url("static/lib/jquery.gritter/images/gritter-bg.png");
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.gritter-item-wrapper .gritter-item {
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  color: #ffffff;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.gritter-item-wrapper .gritter-item .gritter-img-container {
  display: table-cell;
  width: 26%;
  vertical-align: middle;
  text-align: center;
  background-color: #302f2f;
}
.gritter-item-wrapper .gritter-item .gritter-img-container .gritter-image {
  float: none;
}
.gritter-item-wrapper .gritter-item .gritter-content {
  width: auto;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image {
  padding: 15px 35px 17px 15px;
  color: #d9d9d9;
  width: 267px;
  display: table-cell;
}
.rtl .gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image,
.rtl .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image {
  padding: 15px 15px 17px 35px;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close {
  display: block !important;
  top: 0;
  right: 0;
  left: auto;
  height: 30px;
  width: 35px;
  font-size: 0;
  background: transparent;
  text-indent: inherit;
  opacity: 0.4;
}
.rtl .gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close,
.rtl .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close {
  left: 0;
  right: auto;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close:hover,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close:hover {
  opacity: 0.8;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close:after,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close:after {
  content: '\e680';
  font-family: 'Stroke 7';
  position: absolute;
  color: #ffffff;
  font-size: 24px;
  left: 5px;
  text-shadow: none;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-title,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-title {
  text-shadow: none;
  font-weight: 300;
  font-size: 17px;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image p,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image p {
  font-size: 12px;
  line-height: 19px;
}
.gritter-item-wrapper .gritter-item .gritter-content .gritter-without-image {
  border-left: 0;
}
.gritter-item-wrapper.img-rounded {
  border-radius: 0;
}
.gritter-item-wrapper.img-rounded .gritter-img-container .gritter-image {
  border-radius: 50%;
}
.gritter-item-wrapper.clean {
  background: #ffffff;
}
.gritter-item-wrapper.clean .gritter-item {
  color: #222222;
}
.gritter-item-wrapper.clean .gritter-item .gritter-img-container {
  background-color: #fafafa;
}
.gritter-item-wrapper.clean .gritter-item .gritter-content {
  color: #222222;
}
.gritter-item-wrapper.clean .gritter-item .gritter-content .gritter-close {
  opacity: 0.5;
}
.gritter-item-wrapper.clean .gritter-item .gritter-content .gritter-close:after {
  color: #222222;
}
.gritter-item-wrapper.color .gritter-item .gritter-img-container {
  background-color: transparent;
}
.gritter-item-wrapper.color .gritter-item .gritter-content {
  color: #ffffff;
}
.gritter-item-wrapper.color .gritter-item .gritter-content .gritter-close {
  opacity: 0.7;
}
.gritter-item-wrapper.color .gritter-item .gritter-content .gritter-close:hover {
  opacity: 1;
}
.gritter-item-wrapper.primary {
  background: #00002e;
}
.gritter-item-wrapper.success {
  background: #7ACCBE;
}
.gritter-item-wrapper.info {
  background: #8dcadf;
}
.gritter-item-wrapper.warning {
  background: #FFC870;
}
.gritter-item-wrapper.danger {
  background: #EF6262;
}
.gritter-item-wrapper.alt1 {
  background: #95d9f0;
}
.gritter-item-wrapper.alt2 {
  background: #ffdc7a;
}
.gritter-item-wrapper.alt3 {
  background: #7a98bf;
}
.gritter-item-wrapper.alt4 {
  background: #cccccc;
}
.gritter-item-wrapper.dark {
  background: #3d3c3c;
}
.gritter-item-wrapper.facebook {
  background: #5d82d1;
}
.gritter-item-wrapper.facebook .gritter-item .gritter-img-container {
  background-color: #5179ce;
}
.gritter-item-wrapper.twitter {
  background: #50bff5;
}
.gritter-item-wrapper.twitter .gritter-item .gritter-img-container {
  background-color: #42baf4;
}
.gritter-item-wrapper.google-plus {
  background: #eb5e4c;
}
.gritter-item-wrapper.google-plus .gritter-item .gritter-img-container {
  background-color: #e9523e;
}
.gritter-item-wrapper.dribbble {
  background: #f7659c;
}
.gritter-item-wrapper.dribbble .gritter-item .gritter-img-container {
  background-color: #f65693;
}
.gritter-item-wrapper.flickr {
  background: #0063dc;
}
.gritter-item-wrapper.flickr .gritter-item .gritter-img-container {
  background-color: #005ccd;
}
.gritter-item-wrapper.linkedin {
  background: #238cc8;
}
.gritter-item-wrapper.linkedin .gritter-item .gritter-img-container {
  background-color: #2183bb;
}
.gritter-item-wrapper.youtube {
  background: #ef4e41;
}
.gritter-item-wrapper.youtube .gritter-item .gritter-img-container {
  background-color: #ee4133;
}
.gritter-item-wrapper.pinterest {
  background: #e13138;
}
.gritter-item-wrapper.pinterest .gritter-item .gritter-img-container {
  background-color: #df242b;
}
.gritter-item-wrapper.github {
  background: #333;
}
.gritter-item-wrapper.github .gritter-item .gritter-img-container {
  background-color: #2b2b2b;
}
.gritter-item-wrapper.tumblr {
  background: #426d9b;
}
.gritter-item-wrapper.tumblr .gritter-item .gritter-img-container {
  background-color: #3d6590;
}
/*------------------------------------------------------------------
  [Grid]
*/
.bs-grid-block {
  border: 2px dashed #c5c5c5;
  font-weight: 300;
  font-size: 20px;
  color: #807e7e;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}
.bs-grid-block .content {
  display: table-cell;
  height: 177px;
  text-align: center;
  vertical-align: middle;
}
.bs-grid-block .content .size {
  display: block;
}
.bs-grid-block .content .device {
  line-height: 0;
}
.bs-grid-block .content .device:after {
  font-size: 15px;
}
@media (min-width: 1200px) {
  .bs-grid-block .content .device:after {
    content: 'Desktop';
    color: #00002e;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs-grid-block .content .device:after {
    content: 'Laptop';
    color: #00002e;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs-grid-block .content .device:after {
    content: 'Tablet';
    color: #7a98bf;
  }
}
@media (max-width: 767px) {
  .bs-grid-block .content .device:after {
    content: 'Phone';
    color: #7ACCBE;
  }
}
/*------------------------------------------------------------------
  [Icons]
*/
.icon-container {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.icon-container .icon {
  background-color: #f5f5f5;
  border-radius: 50%;
  display: inline-block;
  height: 95px;
  width: 95px;
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
}
.icon-container .icon span {
  font-size: 55px;
  color: #646262;
}
.icon-container .class {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
/*------------------------------------------------------------------
  [Code]
*/
/* Pretty printing styles. Used with prettify.js. */
.prettyprint {
  font-size: 12px;
  line-height: 1.5;
}
/* Light Theme*/
pre {
  color: #555555;
}
pre .pln {
  color: #777777;
}
pre .str {
  color: #DD1144;
}
pre .kwd {
  color: #445588;
}
pre .com {
  color: #b8b6b1;
}
pre .typ {
  color: #008080;
}
pre .lit {
  color: #DD1144;
}
pre .pun,
pre .opn,
pre .clo {
  color: #949494;
}
pre .tag {
  color: #698bb7;
}
pre .atn {
  color: #000048;
}
pre .atv {
  color: #929292;
}
pre .dec,
pre .var {
  color: #DD1144;
}
pre .fun {
  color: #445588;
}
/*Dark Theme*/
pre.am-code-dark {
  background-color: #4d4342;
  color: #FFFFFF;
}
pre.am-code-dark .pln {
  color: #ffffff;
}
pre.am-code-dark .str {
  color: #b5db99;
}
pre.am-code-dark .kwd {
  color: #e9c865;
}
pre.am-code-dark .com {
  color: #c3b8b7;
}
pre.am-code-dark .typ {
  color: #FF9787;
}
pre.am-code-dark .lit {
  color: #b5db99;
}
pre.am-code-dark .pun,
pre.am-code-dark .opn,
pre.am-code-dark .clo {
  color: #ffffff;
}
pre.am-code-dark .tag {
  color: #e9c865;
}
pre.am-code-dark .atn {
  color: #FF9787;
}
pre.am-code-dark .atv {
  color: #b5db99;
}
pre.am-code-dark .dec,
pre.am-code-dark .var {
  color: #b5db99;
}
pre.am-code-dark .fun {
  color: #e9c865;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}
/*------------------------------------------------------------------
  [Dividers inside panels]
*/
.panel-divider {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 10px;
  margin-bottom: 10px;
}
.panel-divider-lg {
  padding-top: 15px;
  margin-bottom: 15px;
}
.panel-divider-xl {
  padding-top: 20px;
  margin-bottom: 20px;
}
/*------------------------------------------------------------------
  [Timeline]
*/
.timeline {
  margin: 0 auto;
  padding: 0;
  padding-bottom: 20px;
  max-width: 'inherit';
  position: relative;
}
@media (max-width: 767px) {
  .timeline {
    padding: 0;
  }
}
.timeline:before {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 0;
  width: 2px;
  background: #dbdbdb;
  left: 45px;
  margin-left: -1px;
}
.rtl .timeline:before {
  left: auto;
  right: 45px;
}
@media (max-width: 767px) {
  .timeline:before {
    left: 50%;
    margin-left: -1px;
    top: -35px;
  }
}
.timeline-item {
  position: relative;
  padding-left: 90px;
  list-style: none;
  margin-bottom: 15px;
}
.rtl .timeline-item {
  padding-left: 0;
  padding-right: 90px;
}
@media (max-width: 767px) {
  .timeline-item {
    padding-left: 0;
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.timeline-item:before {
  content: '';
  position: absolute;
  top: 34.5px;
  left: 162px;
  border: 2px solid #cccccc;
  width: 16px;
  height: 16px;
  background-color: #ededed;
  border-radius: 50px;
}
.rtl .timeline-item:before {
  left: auto;
  right: 162px;
}
@media (max-width: 767px) {
  .timeline-item:before {
    display: none;
  }
}
.timeline-item:nth-child(4n+1):before {
  border-color: #00002e;
}
.timeline-item:nth-child(4n+2):before {
  border-color: #8dcadf;
}
.timeline-item:nth-child(4n+3):before {
  border-color: #FFC870;
}
.timeline-item:nth-child(4n+4):before {
  border-color: #7ACCBE;
}
.timeline-variant .timeline-item {
  padding-left: 0;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .timeline-variant .timeline-item {
    margin-top: 60px;
  }
}
.timeline-variant .timeline-item.right {
  right: 0;
  padding-left: -webkit-calc(50% + 45px);
  padding-left: calc(50% + 45px);
}
@media (max-width: 767px) {
  .timeline-variant .timeline-item.right {
    padding: 0;
  }
}
.timeline-variant .timeline-item.left {
  left: 0;
  padding-right: -webkit-calc(50% + 45px);
  padding-right: calc(50% + 45px);
}
@media (max-width: 767px) {
  .timeline-variant .timeline-item.left {
    padding: 0;
  }
}
.timeline-variant .timeline-item.left .timeline-content:after {
  right: -5px;
  left: inherit;
}
.timeline-variant .timeline-item.left .timeline-content:before {
  right: -5px;
  left: inherit;
}
.timeline-variant .timeline-item.left .timeline-icon {
  left: initial;
  right: -67px;
}
@media (max-width: 767px) {
  .timeline-variant .timeline-item.left .timeline-icon {
    left: 50%;
    margin-left: -18px;
    top: -48px;
  }
}
.timeline-variant .timeline-item:before {
  display: none;
}
.timeline-date {
  position: absolute;
  display: block;
  left: 0;
  top: 34px;
  width: 20px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rtl .timeline-date {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .timeline-date {
    width: 100%;
    left: 0;
    top: -40px;
    text-align: center;
  }
  .timeline-date span {
    background-color: #e0e0e0;
    padding: 5px 8px;
    border-radius: 4px;
    line-height: 25px;
  }
}
.timeline-content {
  position: relative;
  background-color: #ffffff;
  padding: 13.5px 15px 13.5px 14px;
  border-radius: 3px;
  min-height: 85px;
}
.timeline-item-gallery .timeline-content {
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  .timeline-content {
    padding: 15px 18px;
  }
}
.timeline-content:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 37.5px;
  left: -5px;
}
.rtl .timeline-content:before {
  left: auto;
  right: -5px;
}
@media (max-width: 767px) {
  .timeline-content:before {
    display: none;
  }
}
.timeline-avatar {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50px;
  overflow: hidden;
  vertical-align: middle;
  float: left;
}
.rtl .timeline-avatar {
  float: right;
}
.timeline-avatar img {
  width: 100%;
  height: 100%;
}
.timeline-header {
  display: block;
  padding: 7px 0 0 46px;
}
.rtl .timeline-header {
  padding: 7px 46px 0 0;
}
@media (max-width: 767px) {
  .timeline-header {
    padding-top: 0;
  }
}
.timeline-variant .timeline-header {
  padding-top: 0;
  line-height: 16px;
}
.timeline-autor {
  display: inline-block;
  font-weight: 700;
}
.timeline-activity {
  display: inline-block;
  margin: 0;
}
.timeline-variant .timeline-activity {
  display: inline;
  line-height: 16px;
}
.timeline-time {
  float: right;
  color: #ababab;
}
.rtl .timeline-time {
  float: left;
}
.timeline-variant .timeline-time {
  float: none;
  display: block;
  line-height: 21px;
}
.timeline-summary {
  color: #8a8a8a;
  margin-top: 4px;
}
.timeline-summary p {
  margin-bottom: 0;
}
.timeline-variant .timeline-summary {
  margin-top: 20px;
}
.timeline-variant .timeline-summary p {
  line-height: 16px;
}
.timeline-gallery {
  margin-top: 12px;
}
.timeline-variant .timeline-gallery {
  margin-top: 20px;
}
.timeline-gallery .gallery-thumbnail {
  display: inline-block;
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.rtl .timeline-gallery .gallery-thumbnail {
  margin-right: 0;
  margin-left: 10px;
}
.timeline-blockquote {
  margin: 10px 0 0 5px;
  padding: 4px 10px;
  border-left: 4px solid #e0e0e0;
  color: #8a8a8a;
}
.rtl .timeline-blockquote {
  margin: 10px 5px 0 0;
}
.timeline-variant .timeline-blockquote {
  margin-top: 20px;
}
.timeline-blockquote p {
  font-size: 13px;
}
.timeline-blockquote footer {
  color: #8a8a8a;
}
/*Load more button*/
@media (max-width: 767px) {
  .timeline-loadmore {
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.timeline-loadmore .load-more-btn {
  background-color: #dbdbdb;
  border-radius: 2px;
  padding: 5px 9px;
  color: #424242;
  outline: none;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  left: 0;
}
.rtl .timeline-loadmore .load-more-btn {
  left: auto;
  right: 131px;
}
@media (max-width: 767px) {
  .timeline-loadmore .load-more-btn {
    position: relative;
    left: 0;
  }
}
.timeline-loadmore:before {
  display: none;
}
.timeline-variant .timeline-loadmore {
  text-align: center;
  margin-bottom: 40px;
}
.timeline-variant .timeline-loadmore .load-more-btn {
  position: relative;
  left: initial;
}
/*------------------------------------------------------------------
  [Detailed items content like gallery & blockquote]
*/
.timeline-item-detailed .timeline-time {
  line-height: 21px;
}
.timeline-item-detailed .timeline-header {
  line-height: 21px;
}
.timeline-variant .timeline-item-detailed .timeline-header {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
.timeline-item-detailed .timeline-avatar {
  vertical-align: top;
}
.timeline-variant {
  max-width: none;
  padding-bottom: 0;
}
.timeline-variant:before {
  left: 50%;
  z-index: -1;
  top: 70px;
}
.rtl .timeline-variant:before {
  left: 50%;
  right: auto;
}
.rtl .timeline-variant .timeline-content:before {
  left: -5px;
  right: auto;
}
.rtl .timeline-variant .timeline-loadmore {
  padding-right: 0;
}
.rtl .timeline-variant .timeline-loadmore .load-more-btn {
  right: auto;
}
.timeline-month {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 30px 0 15px;
  padding: 11px 0 12px;
  font-size: 18px;
  background-color: #f0f0f0;
  font-weight: 300;
}
.timeline-month:first-child {
  margin-top: 0;
  padding-bottom: 5px;
}
.timeline-icon {
  position: absolute;
  color: #ffffff;
  top: 10px;
  left: -67px;
  width: 44px;
  height: 44px;
  font-size: 23px;
  border: 2px solid #ffffff;
  text-align: center;
  background-color: #ededed;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .timeline-icon {
    left: 50%;
    margin-left: -18px;
    top: -48px;
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
.timeline-icon > .icon {
  line-height: 40px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .timeline-icon > .icon {
    line-height: 34px;
  }
}
.file .timeline-icon {
  background-color: #8dcadf;
}
.comment .timeline-icon {
  background-color: #FFC870;
}
.gallery .timeline-icon {
  background-color: #7ACCBE;
}
.quote .timeline-icon {
  background-color: #EF6262;
}
.chat-input .input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.chat-input .input-wrapper > .file-input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.chat-input .input-wrapper > .comment-message {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}
.chat-input .input-wrapper > .btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-left-color: #dedede;
  font-size: 20px;
  padding: 8px 15px;
}
.chat-input .input-wrapper > .btn:hover,
.chat-input .input-wrapper > .btn:focus,
.chat-input .input-wrapper > .btn:active {
  background: #f7f7f7;
  border-color: #f7f7f7 #f7f7f7 #f7f7f7 #dedede;
}
.chat-input .input-wrapper .btn-file {
  line-height: 14px;
  padding: 15px;
  border-color: #fff #dedede #fff #fff;
  font-weight: 300;
}
.chat-input .input-wrapper .btn-file:hover,
.chat-input .input-wrapper .btn-file:focus,
.chat-input .input-wrapper .btn-file:active {
  background: #f7f7f7;
  border-color: #f7f7f7 #dedede #f7f7f7 #f7f7f7;
}
.chat-input .input-wrapper .btn-file i {
  font-size: 20px;
}
.chat-input .input-wrapper .btn-file span {
  position: relative;
  top: -3px;
}
/*------------------------------------------------------------------
  [Invoice]
*/
.invoice {
  background-color: #ffffff;
  padding: 100px 100px 70px;
  color: #8c8c8c;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice {
    padding: 50px 50px 35px;
  }
}
@media (max-width: 480px) {
  .invoice {
    padding: 35px 25px 15px;
  }
}
.invoice-header {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice-header {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .invoice-header > div {
    float: none;
    width: 100%;
  }
}
.invoice-logo {
  line-height: 80px;
  height: 54px;
  min-width: 206px;
  background-image: url("/static/img/logo-invoice-big.png");
  background-repeat: no-repeat;
  background-position: 0 ;
}
.rtl .invoice-logo {
  background-position-x: right;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice-logo {
    height: 34px;
    min-width: 144px;
    background-image: url("/static/img/logo-invoice.png");
  }
}
@media (max-width: 480px) {
  .invoice-logo {
    margin: 0 auto 20px;
    float: none;
  }
}
.invoice-order {
  text-align: right;
}
.rtl .invoice-order {
  text-align: left;
}
@media (max-width: 480px) {
  .rtl .invoice-order {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .invoice-order {
    text-align: center;
  }
}
.invoice-id {
  display: block;
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice-id {
    font-size: 15px;
    line-height: 18px;
  }
}
.incoice-date {
  display: block;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .incoice-date {
    font-size: 13px;
  }
}
.invoice-data {
  margin-bottom: 110px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice-data {
    margin-bottom: 55px;
  }
}
@media (max-width: 480px) {
  .invoice-person {
    text-align: center;
  }
}
.invoice-person span {
  font-size: 18px;
  line-height: 26px;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice-person span {
    font-size: 13px;
    line-height: 20px;
  }
}
.invoice-person .name {
  font-weight: 500;
}
.invoice-person:last-child {
  text-align: right;
}
.rtl .invoice-person:last-child {
  text-align: left;
}
@media (max-width: 480px) {
  .rtl .invoice-person:last-child {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .invoice-person:last-child {
    text-align: center;
  }
}
.invoice-payment-direction {
  text-align: center;
  position: relative;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .invoice-payment-direction {
    padding: 20px;
  }
}
.invoice-payment-direction .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f7f7f7;
  font-size: 50px;
  color: #c2c2c2;
  line-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice-payment-direction .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .invoice-payment-direction .icon {
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.invoice-details {
  width: 100%;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice-details {
    font-size: 11px;
  }
}
.invoice-details tr > td {
  padding: 20px 0;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice-details tr > td {
    padding: 15px 0;
  }
}
.invoice-details th {
  text-align: right;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.rtl .invoice-details th {
  text-align: left;
}
.rtl .invoice-details th:first-child {
  text-align: right;
}
.invoice-details th:first-child {
  text-align: left;
}
.invoice-details td.description,
.invoice-details td.hours,
.invoice-details td.amount,
.invoice-details td.summary {
  border-bottom: 1px solid #f0f0f0;
}
.invoice-details td.hours,
.invoice-details td.amount {
  text-align: right;
}
.rtl .invoice-details td.hours,
.rtl .invoice-details td.amount {
  text-align: left;
}
.invoice-details td.summary {
  color: #c4c4c4;
}
.invoice-details td.total {
  color: #8c8c8c;
  font-weight: 500;
}
.invoice-details td.total-value {
  font-size: 22px;
  color: #00002e;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice-details td.total-value {
    font-size: 11px;
  }
}
.invoice-payment-method {
  margin-bottom: 75px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice-payment-method {
    margin-bottom: 37px;
  }
}
.invoice-payment-method span {
  font-size: 18px;
  line-height: 26px;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice-payment-method span {
    font-size: 13px;
    line-height: 20px;
  }
}
.invoice-payment-method .title {
  font-weight: 500;
}
.invoice-message {
  font-size: 16px;
  margin-bottom: 62px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice-message {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .invoice-message {
    margin-bottom: 31px;
  }
}
.invoice-message .title {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
.invoice-message p {
  line-height: 26px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .invoice-message p {
    line-height: 20px;
  }
}
.invoice-company-info {
  margin-bottom: 70px;
}
@media (max-width: 767px), (max-width: 480px) {
  .invoice-company-info {
    margin-bottom: 35px;
  }
}
.invoice-company-info > div {
  border-left: 1px solid #f0f0f0;
  padding: 8px 40px;
}
@media (max-width: 767px), (max-width: 480px) {
  .invoice-company-info > div {
    border: none;
    padding: 8px 15px;
  }
}
.invoice-company-info > div:first-child {
  border-left: none;
}
.invoice-company-info .summary {
  padding: 0 40px 0;
  line-height: 16px;
}
@media (max-width: 767px), (max-width: 480px) {
  .invoice-company-info .summary {
    padding: 8px 15px;
  }
}
.invoice-company-info .summary .title {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.invoice-company-info .summary p {
  line-height: 16px;
}
.invoice-footer {
  text-align: center;
}
.invoice-footer .btn {
  min-width: 96px;
  font-size: 14px;
  font-weight: 700;
}
.widget-pie .chart-container {
  display: table;
  width: 100%;
  margin: 0;
}
.widget-pie .chart-container > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .widget-pie .chart-container > div {
    display: block;
  }
  .widget-pie .chart-container > div:first-child {
    margin-bottom: 25px;
  }
}
.widget-pie .chart-container .chart {
  min-height: 125px;
}
.widget-pie .chart-container .legend > div {
  background-color: transparent !important;
}
.widget-pie .chart-container .legend table {
  width: 100%;
}
.widget-pie .chart-container .legend table tr td {
  padding-bottom: 7px;
  font-size: 12px;
}
.widget-pie .chart-container .legend table tr .legendColorBox {
  width: 1%;
}
.widget-pie .chart-container .legend table tr .legendColorBox > div {
  border: 0 !important;
}
.widget-pie .chart-container .legend table tr .legendLabel {
  padding-left: 8px;
  font-size: 12px;
}
.rtl .widget-pie .chart-container .legend table tr .legendLabel {
  padding-left: 0;
  padding-right: 8px;
}
.widget-pie .chart-container .legend table tr .legendData {
  text-align: right;
}
.rtl .widget-pie .chart-container .legend table tr .legendData {
  text-align: left;
}
.widget-pie .chart-info {
  border-top: 1px solid #e0e0e0;
  margin: 0;
  margin-top: 30px;
  text-align: center;
}
.widget-pie .chart-info span {
  display: block;
}
.widget-pie .chart-info span.title {
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #7f7f7f;
  font-size: 12px;
}
.widget-pie .chart-info span.number {
  font-size: 18px;
  font-weight: 300;
}
.widget-pie .chart-info > div {
  padding-top: 20px;
}
.widget-pie .chart-info > div:first-child {
  text-align: left;
  padding-left: 0;
}
.rtl .widget-pie .chart-info > div:first-child {
  text-align: right;
  padding-left: 15px;
  padding-right: 0;
}
.widget-pie .chart-info > div:last-child {
  text-align: right;
  padding-right: 0;
}
.rtl .widget-pie .chart-info > div:last-child {
  text-align: left;
  padding-right: 15px;
  padding-left: 0;
}
@media (max-width: 480px) {
  .widget-pie .chart-info {
    padding-top: 15px;
  }
  .widget-pie .chart-info > div {
    float: none;
    text-align: left !important;
    width: 100%;
    line-height: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .widget-pie .chart-info > div span {
    display: inline-block;
  }
  .widget-pie .chart-info > div span.title {
    margin: 0;
  }
  .widget-pie .chart-info > div span.number {
    float: right;
  }
}
.widget-pie.widget-pie-stats .chart-info > div:last-child {
  text-align: left;
}
.rtl .widget-pie.widget-pie-stats .chart-info > div:last-child {
  text-align: right;
}
.widget-pie.widget-pie-stats .chart-info .sparkline {
  float: right;
  margin-top: 11px;
}
.rtl .widget-pie.widget-pie-stats .chart-info .sparkline {
  float: left;
}
@media (max-width: 480px) {
  .widget-pie.widget-pie-stats .chart-info > div {
    line-height: 25px;
  }
  .widget-pie.widget-pie-stats .chart-info > div span {
    display: block;
  }
  .widget-pie.widget-pie-stats .chart-info > div span.number {
    float: none;
  }
  .widget-pie.widget-pie-stats .chart-info > div:first-child {
    margin-bottom: 10px;
  }
}
.widget.line-chart .chart-container {
  position: relative;
  padding: 0 5px 5px 5px;
}
.widget.line-chart .chart-container > div {
  z-index: 1;
}
@media (max-width: 767px) {
  .widget.line-chart .chart-container > div {
    padding: 0 0 5px;
    min-height: 160px;
  }
}
.widget.line-chart .chart-container > .counter {
  min-height: auto;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.widget.line-chart .chart-container > .counter .value {
  font-size: 24px;
}
.widget.line-chart .chart-container > .counter .desc {
  text-transform: uppercase;
  font-size: 11px;
  color: #7f7f7f;
}
.widget.line-chart .chart-table {
  padding-top: 20px;
}
.widget.line-chart .chart-table table {
  margin: 0;
}
.widget.line-chart .chart-table table .number {
  text-align: right;
  width: 20%;
}
@media (max-width: 767px) {
  .widget.line-chart .chart-table {
    padding: 10px 0 0;
  }
}
.widget.line-chart.widget-fullwidth .chart-container {
  padding: 0;
}
.widget.line-chart.widget-fullwidth .chart-container > div .tickLabel {
  font-size: 0;
}
.widget.line-chart.widget-fullwidth .chart-container > .counter {
  min-height: auto;
  left: 20px;
}
.widget.bar-chart .chart-container {
  padding: 0 5px 5px 5px;
}
@media (max-width: 767px) {
  .widget.bar-chart .chart-container > div {
    padding: 0 0 5px;
    min-height: 160px;
  }
}
.widget.bar-chart .chart-table {
  padding-top: 20px;
}
.widget.bar-chart .chart-table table {
  margin: 0;
}
.widget.bar-chart .chart-table table .number {
  text-align: right;
  width: 20%;
}
@media (max-width: 767px) {
  .widget.bar-chart .chart-table {
    padding: 10px 0 0;
  }
}
.widget-calendar {
  padding: 0;
}
.widget-calendar .cal-container {
  width: 100%;
  display: table;
}
.widget-calendar .cal-container .cal-notes {
  display: table-cell;
  width: 40%;
  background-color: #00002e;
  padding: 25px;
}
.widget-calendar .cal-container .cal-notes span {
  display: block;
  color: #ffffff;
}
.widget-calendar .cal-container .cal-notes span.day {
  font-size: 25px;
  font-weight: 300;
}
.widget-calendar .cal-container .cal-notes span.date {
  font-size: 15px;
  font-weight: 300;
  color: #0000ae;
}
.widget-calendar .cal-container .cal-notes span.title {
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
  margin-top: 35px;
  padding-bottom: 3px;
}
.widget-calendar .cal-container .cal-notes span.title .icon {
  float: right;
  font-size: 19px;
  line-height: 22px;
  cursor: pointer;
}
.rtl .widget-calendar .cal-container .cal-notes span.title .icon {
  float: left;
}
.widget-calendar .cal-container .cal-notes ul {
  padding: 0;
  list-style: none;
  padding-top: 20px;
}
.widget-calendar .cal-container .cal-notes ul li {
  padding-bottom: 10px;
  font-size: 12px;
}
.widget-calendar .cal-container .cal-notes ul li span {
  display: inline-block;
}
.widget-calendar .cal-container .cal-notes ul li span.hour {
  float: right;
}
.rtl .widget-calendar .cal-container .cal-notes ul li span.hour {
  float: left;
}
.widget-calendar .cal-container .cal-notes ul li:last-child {
  padding-bottom: 0;
}
.widget-calendar .cal-container .cal-calendar {
  display: table-cell;
  padding: 25px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker {
  position: relative;
  margin: 20px 0;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  cursor: default;
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: -5px;
  width: 1.8em;
  color: #222222;
  font-size: 28px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  overflow: hidden;
  display: block;
  text-indent: -99999px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:after,
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
  cursor: pointer;
  content: "\e686";
  font-family: 'Stroke 7';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  text-indent: 0;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 2px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 2px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
  content: "\e684";
  right: 14px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar {
  width: 100%;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar th {
  border: 0;
  padding: 3px;
  text-align: center;
  font-weight: 400;
  color: #222222;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar th span {
  font-size: 14px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td {
  border: 0;
  padding: 3px;
  text-align: center;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a {
  display: inline-block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
  color: #555555;
  width: 25px;
  height: 25px;
  line-height: 20px;
  font-size: 12px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-active,
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
  background-color: #e6e6e6;
  border-radius: 50%;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
  background-color: #00002e;
  color: #ffffff;
}
@media (max-width: 767px) {
  .widget-calendar .cal-container {
    display: block;
  }
  .widget-calendar .cal-container .cal-notes,
  .widget-calendar .cal-container .cal-calendar {
    display: block;
  }
  .widget-calendar .cal-container .cal-notes {
    width: 100%;
  }
  .widget-calendar .cal-container .cal-calendar .ui-datepicker {
    margin: 10px 0;
  }
}
.widget.widget-map .map-container > div {
  height: 229px;
}
.widget.widget-tile {
  padding: 24px 20px;
  margin-bottom: 20px;
}
.widget.widget-tile .data-info {
  display: inline-block;
}
.widget.widget-tile .data-info .value {
  font-size: 23px;
  font-weight: 300;
}
.widget.widget-tile .data-info .desc {
  font-size: 14px;
  line-height: 18px;
}
.widget.widget-tile .icon {
  display: inline-block;
  color: #00002e;
  float: right;
  font-size: 45px;
  line-height: 54px;
}
.rtl .widget.widget-tile .icon {
  float: left;
}
.widget.widget-tile.widget-tile-wide {
  display: table;
  width: 100%;
}
.widget.widget-tile.widget-tile-wide > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.widget.widget-tile.widget-tile-wide .data-info {
  vertical-align: top;
}
.widget.widget-tile.widget-tile-wide .data-info .title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
}
.widget.widget-tile.widget-tile-wide .data-info .desc {
  color: #808080;
  font-size: 12px;
}
.widget.widget-tile.widget-tile-wide .tile-value {
  text-align: right;
}
.rtl .widget.widget-tile.widget-tile-wide .tile-value {
  text-align: left;
}
.widget.widget-tile.widget-tile-wide .tile-value > span {
  display: block;
  padding-right: 10px;
  font-weight: 300;
  font-size: 31px;
}
.widget.widget-tile.widget-tile-wide .icon {
  float: none;
  line-height: 43px;
  vertical-align: top;
  margin-right: 5px;
}
.rtl .widget.widget-tile.widget-tile-wide .icon {
  margin-right: 0;
  margin-left: 5px;
}
.widget-weather {
  padding: 0;
}
.widget-weather .wt-container .wt-hour {
  background-color: #11113f;
  color: #ffffff;
  font-size: 35px;
  font-weight: 300;
  padding: 20px;
  text-align: center;
}
.widget-weather .wt-container .wt-hour .meridian {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 8px;
  vertical-align: top;
  line-height: 38px;
}
.widget-weather .wt-container .wt-info {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.widget-weather .wt-container .wt-info .wt-day {
  display: table-cell;
  text-align: center;
  padding: 30px 0;
  border-right: 1px solid #e6e6e6;
}
.widget-weather .wt-container .wt-info .wt-day span {
  display: block;
  font-weight: 300;
  font-size: 15px;
}
.widget-weather .wt-container .wt-info .wt-day span.day {
  margin-bottom: 10px;
  color: #00002e;
}
.widget-weather .wt-container .wt-info .wt-day span.date {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .widget-weather .wt-container .wt-info .wt-day canvas {
    height: auto !important;
    width: auto !important;
  }
}
.widget-weather .wt-container .wt-info .wt-day:last-child {
  border-right: 0;
}
.widget-weather .wt-container .wt-location {
  padding: 19px;
  font-size: 15px;
  font-weight: 300;
}
.widget-weather .wt-container .wt-location .icon {
  float: right;
  cursor: pointer;
  font-size: 20px;
}
.rtl .widget-weather .wt-container .wt-location .icon {
  float: left;
}
.widget-weather .wt-container .wt-location .icon:hover {
  color: #00002e;
}
.widget.widget-radar > .widget-head {
  margin-bottom: 39px;
}
.widget.widget-radar .chart-container {
  margin-bottom: 20px;
}
/*------------------------------------------------------------------
  [Custom pages]
*/
/*------------------------------------------------------------------
  [Login]
*/
.login-container {
  max-width: 400px;
  margin: 80px auto;
  padding: 10px;
}
.login-container .panel-default {
  overflow: hidden;
  margin-bottom: 20px;
}
.login-container .panel-default .panel-heading {
  background: transparent;
  border: 0;
  text-align: center;
}
.login-container .panel-default .panel-heading span {
  display: block;
  color: #858383;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  padding-bottom: 10px;
}
.login-container .panel-default .panel-body .form-group {
  margin: 0;
  padding: 0;
}
.login-container .panel-default .panel-body .form-group > div {
  padding: 0;
}
.login-container .panel-default .panel-body .form-group .input-group {
  border-bottom: 2px solid #4a4949;
  padding: 10px 0;
}
.login-container .panel-default .panel-body .form-group .input-group .input-group-addon {
  border: 0;
  background-color: transparent;
}
.login-container .panel-default .panel-body .form-group .input-group .input-group-addon .icon {
  font-size: 20px;
  color: #4a4949;
}
.login-container .panel-default .panel-body .form-group .input-group .form-control {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  color: #4a4949;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
}
.login-container .panel-default .panel-body .form-group .input-group.parsley-error {
  border-color: #f49090;
}
.login-container .panel-default .panel-body .form-group.login-submit {
  padding-top: 40px;
  padding-bottom: 15px;
}
.login-container .panel-default .panel-body .form-group.login-submit .btn {
  width: 100%;
}
.login-container .panel-default .panel-body .form-group.footer {
  margin-top: 3px;
  line-height: 35px;
  font-size: 14px;
}
.login-container .panel-default .panel-body .form-group .remember {
  text-align: right;
  color: #a3a2a2;
}
.rtl .login-container .panel-default .panel-body .form-group .remember {
  text-align: left;
}
.login-container .panel-default .panel-body .form-group .remember label {
  margin: 0;
  cursor: pointer;
}
.login-container .panel-default .panel-body .form-group .remember .am-checkbox {
  display: inline-block;
  margin-left: 7px;
}
.rtl .login-container .panel-default .panel-body .form-group .remember .am-checkbox {
  margin-left: 0;
  margin-right: 7px;
}
.login-container .panel-default .panel-body .form-group .remember .am-checkbox input[type="checkbox"] + label:before,
.login-container .panel-default .panel-body .form-group .remember .am-checkbox input[type="radio"] + label:before {
  border-color: #4a4949;
  background-color: transparent;
}
.login-container .panel-default .panel-body .form-group .remember .am-checkbox input[type="checkbox"] + label:hover:before,
.login-container .panel-default .panel-body .form-group .remember .am-checkbox input[type="radio"] + label:hover:before {
  border-color: #575555;
}
@media (max-width: 767px) {
  .login-container {
    margin-top: 50px;
  }
}
/*------------------------------------------------------------------
  [Error pages]
*/
.am-error .error-container {
  text-align: center;
}
.am-error .error-number {
  display: block;
  color: #ffffff;
  font-size: 130px;
  font-weight: 400;
  line-height: 120px;
  text-shadow: 6px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .am-error .error-number {
    font-size: 90px;
    margin-bottom: 10px;
    line-height: 100px;
  }
}
.am-error .error-description {
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  color: #cccccc;
}
@media (max-width: 767px) {
  .am-error .error-description {
    font-size: 19px;
  }
}
.am-error .error-goback-text {
  font-size: 20px;
  font-weight: 300;
  color: #a6a6a6;
  margin-bottom: 30px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .am-error .error-goback-text {
    font-size: 15px;
  }
}
/*------------------------------------------------------------------
  [Page 404]
*/
.am-error-404 .error-container .error-image {
  display: inline-block;
  background: url("/static/img/404.svg") no-repeat center center;
  background-size: 387px 292px;
  width: 100%;
  max-width: 587px;
  height: 292px;
}
.am-error-404 .error-container .error-image img {
  max-width: 607px;
  max-height: 459px;
}
@media (max-width: 767px) {
  .am-error-404 .error-container .error-image {
    background-size: 190px 142px;
    max-width: 295px;
    height: 142px;
  }
}
/*------------------------------------------------------------------
  [Page 500]
*/
.am-error-500 .error-container .error-image {
  display: inline-block;
  background: url("/static/img/500.svg") no-repeat center center;
  background-size: 387px 292px;
  width: 100%;
  max-width: 587px;
  height: 292px;
}
.am-error-500 .error-container .error-image img {
  max-width: 607px;
  max-height: 459px;
}
@media (max-width: 767px) {
  .am-error-500 .error-container .error-image {
    background-size: 190px 142px;
    max-width: 295px;
    height: 142px;
  }
}
/*------------------------------------------------------------------
  [Sign up]
*/
.sign-up {
  margin-top: 20px;
  max-width: 440px;
  margin-bottom: 20px;
  padding: 0;
}
.sign-up .panel-heading {
  margin-bottom: 15px !important;
}
.sign-up .panel-body .form-horizontal .title {
  font-size: 15px;
  color: #d9d9d9;
  text-align: center;
}
.sign-up .panel-body .form-horizontal .sign-up-form {
  margin-bottom: 25px;
}
.sign-up .panel-body .form-horizontal .sign-up-form .social-signup {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sign-up .panel-body .form-horizontal .sign-up-form .social-signup > div:first-child {
  padding-right: 8px;
}
.rtl .sign-up .panel-body .form-horizontal .sign-up-form .social-signup > div:first-child {
  padding-right: 0;
  padding-left: 8px;
}
.sign-up .panel-body .form-horizontal .sign-up-form .social-signup > div:last-child {
  padding-right: 8px;
  padding-left: 0;
}
.sign-up .panel-body .form-horizontal .conditions {
  color: #979595;
  margin-bottom: 25px;
}
.sign-up .panel-body .form-horizontal .conditions a {
  color: #d9d9d9;
}
.sign-up .panel-body .form-horizontal .conditions a:hover {
  color: #ffffff;
}
/*------------------------------------------------------------------
  [Forgot password]
*/
.forgot-password {
  max-width: 415px;
}
.forgot-password .panel-heading {
  margin-bottom: 0 !important;
}
.forgot-password .panel-body .form-horizontal p {
  color: #979595;
  font-size: 14px;
  margin-bottom: 25px;
}
.forgot-password .panel-body .form-horizontal p a {
  color: #d9d9d9;
}
.forgot-password .panel-body .form-horizontal p a:hover {
  color: #ffffff;
}
.forgot-password .panel-body .form-horizontal p.contact {
  margin-bottom: 30px;
}
.forgot-password .panel-body .form-horizontal .form-group {
  margin-bottom: 30px;
}
.forgot-password .out-links {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .forgot-password {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
/*------------------------------------------------------------------
  [Full calendar]
*/
.full-calendar .fc-toolbar {
  padding-top: 20px;
  margin-bottom: 20px;
}
.full-calendar .fc-toolbar .fc-left {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .full-calendar .fc-toolbar > * > * {
    float: none;
  }
}
.full-calendar .fc-day-sat {
  background-color: rgba(241, 238, 251, 0.5);
}
.full-calendar .fc-day-sun {
  background-color: rgba(241, 238, 251, 0.5);
}
.full-calendar .fc-slot-sat {
  background-color: rgba(241, 238, 251, 0.5);
}
.full-calendar .fc-slot-sun {
  background-color: rgba(241, 238, 251, 0.5);
}
.full-calendar .fc-timeline-lane-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.full-calendar .fc-button-primary {
  background-color: #00002e;
}
.full-calendar .fc-button-active,
.full-calendar .fc .fc-button-primary {
  background-color: #00002e;
  border-color: #00002e;
  color: #ffffff;
}
.full-calendar .fc .fc-button-primary:disabled {
  background-color: #00002e;
  border-color: #00002e;
  color: #ffffff;
}
.full-calendar .fc .fc-button-primary:hover {
  background-color: #333355;
  border-color: #333355;
  color: #ffffff;
}
.full-calendar .fc .fc-button-primary:not(:disabled).fc-button-active,
.full-calendar .fc .fc-button-primary:not(:disabled):active {
  background-color: #333355;
  border-color: #333355;
  color: #ffffff;
}
.full-calendar .fc-view-container .fc-event-container .fc-event:not(.progress-bar-striped) {
  background: #00002e;
  border-color: #000005;
  color: #ffffff;
  border-radius: 0;
}
.full-calendar .fc-view-container .fc-border-separate .fc-today {
  background-color: rgba(0, 0, 46, 0.25);
}
.full-calendar .fc-view-container .fc-cell-overlay {
  background-color: rgba(0, 0, 46, 0.5);
}
.full-calendar .fc .fc-button-group > * {
  margin: 0;
}
@media (max-width: 767px) {
  .full-calendar .fc .fc-button-group > * {
    float: none;
  }
}
@media (max-width: 480px) {
  .full-calendar .fc .fc-button-group > * {
    margin-bottom: 10px;
  }
}
.full-calendar .fc-button {
  color: #222222;
  background-image: none;
  border-width: 0 1px 0 0;
  height: auto;
  padding: 10px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .full-calendar .fc-button {
    padding: 5px 8px;
  }
}
.full-calendar .fc-button.fc-corner-right {
  border: 0;
}
.full-calendar .fc-button:focus,
.full-calendar .fc-button.focus {
  color: #ffffff;
  background: #0a0a38;
  text-shadow: none;
}
.full-calendar .fc-button:hover,
.full-calendar .fc-button.hover {
  color: #ffffff;
  background: #0a0a38;
  text-shadow: none;
}
.full-calendar .fc-button:active,
.full-calendar .fc-button.fc-state-active,
.full-calendar .fc-button.active,
.open > .dropdown-toggle.full-calendar .fc-button {
  color: #ffffff;
  background: #0a0a38;
  box-shadow: none;
  text-shadow: none;
}
.full-calendar .fc-button:active:hover,
.full-calendar .fc-button.fc-state-active:hover,
.full-calendar .fc-button.active:hover,
.open > .dropdown-toggle.full-calendar .fc-button:hover,
.full-calendar .fc-button:active:focus,
.full-calendar .fc-button.fc-state-active:focus,
.full-calendar .fc-button.active:focus,
.open > .dropdown-toggle.full-calendar .fc-button:focus,
.full-calendar .fc-button:active.focus,
.full-calendar .fc-button.fc-state-active.focus,
.full-calendar .fc-button.active.focus,
.open > .dropdown-toggle.full-calendar .fc-button.focus {
  color: #ffffff;
  background-color: #00002e;
}
.full-calendar .fc-button:active,
.full-calendar .fc-button.active,
.open > .dropdown-toggle.full-calendar .fc-button {
  background-image: none;
}
.full-calendar .fc-button.fc-prev-button,
.full-calendar .fc-button.fc-next-button {
  padding-left: 7px;
  padding-right: 7px;
}
.full-calendar .fc-button.fc-state-disabled:hover {
  background-color: #e6e6e6;
  color: hsl(0, 0%, 33%);
}
.full-calendar .fc-button .fc-icon:after {
  position: static;
  font-weight: 400;
  font-size: 21px;
}
.full-calendar .fc-state-default {
  color: #222222;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.full-calendar .fc-state-default.fc-corner-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.full-calendar .fc-state-default.fc-corner-right {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.full-calendar .fc-unthemed .fc-today {
  background-color: rgba(0, 0, 46, 0.1);
}
@media (max-width: 767px) {
  .full-calendar {
    max-width: 767px;
  }
  .full-calendar .fc-toolbar .fc-left,
  .full-calendar .fc-toolbar .fc-center,
  .full-calendar .fc-toolbar .fc-right {
    text-align: center;
    display: block;
    width: 100%;
  }
  .full-calendar .fc-toolbar .fc-left {
    padding-bottom: 20px;
  }
  .full-calendar .fc-toolbar .fc-center {
    padding: 0;
  }
}
.full-calendar #external-events .external-event {
  margin: 2px 0;
  padding: 5px;
  background: #00002e;
  color: #ffffff;
  font-size: 0.85em;
  cursor: pointer;
  display: inline-block;
  border-width: 0;
}
.full-calendar #external-events p input {
  margin-top: 15px;
}
.full-calendar #external-events p label {
  font-weight: 300;
  vertical-align: middle;
}
.fc-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.full-calendar .fc-timeline-lane-frame {
  padding-bottom: 0px;
}
.fc .fc-timeline-overlap-enabled .fc-timeline-lane-frame .fc-timeline-events {
  padding-bottom: 0px;
}
/*------------------------------------------------------------------
  [Profile page]
*/
.user-profile .user-display {
  margin-bottom: 30px;
}
.user-profile .user-display .photo {
  max-height: 300px;
  overflow: hidden;
}
.user-profile .user-display .photo img {
  width: 100%;
}
@media (max-width: 767px) {
  .user-profile .user-display .photo img {
    min-height: 130px;
  }
}
.user-profile .user-display .bottom {
  background-color: #ffffff;
  position: relative;
  padding: 25px 30px 25px 190px;
}
.rtl .user-profile .user-display .bottom {
  padding: 25px 190px 25px 30px;
}
.user-profile .user-display .bottom > div {
  display: inline-block;
}
.user-profile .user-display .bottom .user-avatar {
  position: absolute;
  left: 30px;
  top: -30px;
}
@media (max-width: 767px) {
  .user-profile .user-display .bottom .user-avatar {
    position: relative !important;
    float: right !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
  }
}
.rtl .user-profile .user-display .bottom .user-avatar {
  left: auto;
  right: 46px;
}
.user-profile .user-display .bottom .user-avatar .status {
  background-color: #00b777;
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  left: 105px;
  position: absolute;
  top: 105px;
}
@media (max-width: 767px) {
  .user-profile .user-display .bottom .user-avatar .status {
    height: 13px;
    width: 13px;
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
  }
}
.user-profile .user-display .bottom .user-avatar img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 3px solid #ffffff;
}
@media (max-width: 767px) {
  .user-profile .user-display .bottom .user-avatar img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .user-profile .user-display .bottom .user-avatar {
    left: 50%;
    top: -46px;
    margin-left: -35px;
  }
}
.user-profile .user-display .bottom .user-info {
  line-height: 20px;
}
.user-profile .user-display .bottom .user-info h4 {
  margin: 0;
  font-size: 25px;
  margin-bottom: 5px;
}
.user-profile .user-display .bottom .user-info span:not(.label):not(.badge) {
  font-size: 14px;
  font-weight: 300;
  color: #484848;
}
@media (max-width: 767px) {
  .user-profile .user-display .bottom .user-info {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .user-profile .user-display .bottom {
    padding: 30px 30px 25px 25px;
  }
}
.user-profile .info-block .description {
  padding-bottom: 15px;
  border-bottom: 1px dashed #e6e6e6;
  display: block;
  color: #484848;
}
.user-profile .info-block table {
  width: 100%;
}
.user-profile .info-block table tr {
  line-height: 23px;
  border-bottom: 1px solid #e6e6e6;
}
.user-profile .info-block table tr td {
  padding: 15px 0;
}
.user-profile .info-block table tr td.item {
  width: 45%;
  color: #484848;
}
.user-profile .info-block table tr td.item .icon {
  float: left;
  margin-right: 5px;
  font-size: 20px;
  color: #00002e;
}
.rtl .user-profile .info-block table tr td.item .icon {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.user-profile .info-block table tr:last-child {
  border-bottom: 0;
}
.user-profile .info-block table tr:last-child td {
  padding-bottom: 0;
}
.user-profile .switch-button.disabled {
  opacity: 0.6;
}
/*------------------------------------------------------------------
  [Bootstrap elements]
*/
.rtl .col-xs-1,
.rtl .col-xs-2,
.rtl .col-xs-3,
.rtl .col-xs-4,
.rtl .col-xs-5,
.rtl .col-xs-6,
.rtl .col-xs-7,
.rtl .col-xs-8,
.rtl .col-xs-9,
.rtl .col-xs-10,
.rtl .col-xs-11,
.rtl .col-xs-12 {
  float: right;
}
@media (min-width: 768px) {
  .rtl .col-sm-1,
  .rtl .col-sm-2,
  .rtl .col-sm-3,
  .rtl .col-sm-4,
  .rtl .col-sm-5,
  .rtl .col-sm-6,
  .rtl .col-sm-7,
  .rtl .col-sm-8,
  .rtl .col-sm-9,
  .rtl .col-sm-10,
  .rtl .col-sm-11,
  .rtl .col-sm-12 {
    float: right;
  }
}
@media (min-width: 992px) {
  .rtl .col-md-1,
  .rtl .col-md-2,
  .rtl .col-md-3,
  .rtl .col-md-4,
  .rtl .col-md-5,
  .rtl .col-md-6,
  .rtl .col-md-7,
  .rtl .col-md-8,
  .rtl .col-md-9,
  .rtl .col-md-10,
  .rtl .col-md-11,
  .rtl .col-md-12 {
    float: right;
  }
}
@media (min-width: 1200px) {
  .rtl .col-lg-1,
  .rtl .col-lg-2,
  .rtl .col-lg-3,
  .rtl .col-lg-4,
  .rtl .col-lg-5,
  .rtl .col-lg-6,
  .rtl .col-lg-7,
  .rtl .col-lg-8,
  .rtl .col-lg-9,
  .rtl .col-lg-10,
  .rtl .col-lg-11,
  .rtl .col-lg-12 {
    float: right;
  }
}
/*------------------------------------------------------------------
  [Images]
*/
.img-rounded {
  border-radius: 4px;
}
/*------------------------------------------------------------------
  [Code]
*/
pre {
  padding: 20px;
  border: 0;
}
/*------------------------------------------------------------------
  [Buttons]
*/
.btn {
  border-radius: 0;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn-xs,
.btn-group-xs > .btn {
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-rounded {
  border-radius: 3px;
}
.btn-rounded.btn-lg {
  border-radius: 5px;
}
.btn-hspace {
  margin-right: 5px;
}
.rtl .btn-hspace {
  margin-right: 0;
  margin-left: 5px;
}
.btn-vspace {
  margin-bottom: 5px;
}
.btn-space {
  margin-right: 5px;
  margin-bottom: 5px;
}
.rtl .btn-space {
  margin-right: 0;
  margin-left: 5px;
}
.btn-default {
  color: #222222;
  background-color: #fff;
  border-color: #dedede;
}
.btn-default:focus,
.btn-default.focus {
  color: #222222;
  background-color: #fff;
  border-color: #dedede;
}
.btn-default:hover {
  color: #222222;
  background-color: #f7f7f7;
  border-color: #d1d1d1;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #ededed;
  border-color: #c5c5c5;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #222222;
  background-color: #ededed;
  border-color: #c5c5c5;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #dedede;
}
.btn-default .badge {
  color: #fff;
  background-color: #222222;
}
.btn-dark {
  border-color: #302f2f;
  color: #fff;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #232323;
  border-color: #000000;
}
.btn-dark:hover {
  color: #fff;
  background-color: #232323;
  border-color: #111111;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #232323;
  border-color: #111111;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #fff;
  background-color: #111111;
  border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #3d3c3c;
  border-color: #302f2f;
}
.btn-dark .badge {
  color: #3d3c3c;
  background-color: #fff;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}
.btn-dark:hover {
  color: #fff;
  background-color: #4a4949;
  border-color: #4a4949;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #302f2f;
  border-color: #302f2f;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #fff;
  background-color: #302f2f;
  border-color: #302f2f;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}
.btn-dark .badge {
  color: #3d3c3c;
  background-color: #fff;
}
.btn-alt1 {
  border-color: #40bbe4;
  color: #fff;
  background-color: #56c3e7;
  border-color: #56c3e7;
}
.btn-alt1:focus,
.btn-alt1.focus {
  color: #fff;
  background-color: #2ab3e1;
  border-color: #147190;
}
.btn-alt1:hover {
  color: #fff;
  background-color: #2ab3e1;
  border-color: #1d9eca;
}
.btn-alt1:active,
.btn-alt1.active,
.open > .dropdown-toggle.btn-alt1 {
  color: #fff;
  background-color: #2ab3e1;
  border-color: #1d9eca;
}
.btn-alt1:active:hover,
.btn-alt1.active:hover,
.open > .dropdown-toggle.btn-alt1:hover,
.btn-alt1:active:focus,
.btn-alt1.active:focus,
.open > .dropdown-toggle.btn-alt1:focus,
.btn-alt1:active.focus,
.btn-alt1.active.focus,
.open > .dropdown-toggle.btn-alt1.focus {
  color: #fff;
  background-color: #1d9eca;
  border-color: #147190;
}
.btn-alt1:active,
.btn-alt1.active,
.open > .dropdown-toggle.btn-alt1 {
  background-image: none;
}
.btn-alt1.disabled:hover,
.btn-alt1[disabled]:hover,
fieldset[disabled] .btn-alt1:hover,
.btn-alt1.disabled:focus,
.btn-alt1[disabled]:focus,
fieldset[disabled] .btn-alt1:focus,
.btn-alt1.disabled.focus,
.btn-alt1[disabled].focus,
fieldset[disabled] .btn-alt1.focus {
  background-color: #56c3e7;
  border-color: #40bbe4;
}
.btn-alt1 .badge {
  color: #56c3e7;
  background-color: #fff;
}
.btn-alt1:focus,
.btn-alt1.focus {
  color: #fff;
  background-color: #56c3e7;
  border-color: #56c3e7;
}
.btn-alt1:hover {
  color: #fff;
  background-color: #6dcbea;
  border-color: #6dcbea;
}
.btn-alt1:active,
.btn-alt1.active,
.open > .dropdown-toggle.btn-alt1 {
  color: #fff;
  background-color: #40bbe4;
  border-color: #40bbe4;
}
.btn-alt1:active:hover,
.btn-alt1.active:hover,
.open > .dropdown-toggle.btn-alt1:hover,
.btn-alt1:active:focus,
.btn-alt1.active:focus,
.open > .dropdown-toggle.btn-alt1:focus,
.btn-alt1:active.focus,
.btn-alt1.active.focus,
.open > .dropdown-toggle.btn-alt1.focus {
  color: #fff;
  background-color: #40bbe4;
  border-color: #40bbe4;
}
.btn-alt1:active,
.btn-alt1.active,
.open > .dropdown-toggle.btn-alt1 {
  background-image: none;
}
.btn-alt1.disabled,
.btn-alt1[disabled],
fieldset[disabled] .btn-alt1,
.btn-alt1.disabled:hover,
.btn-alt1[disabled]:hover,
fieldset[disabled] .btn-alt1:hover,
.btn-alt1.disabled:focus,
.btn-alt1[disabled]:focus,
fieldset[disabled] .btn-alt1:focus,
.btn-alt1.disabled.focus,
.btn-alt1[disabled].focus,
fieldset[disabled] .btn-alt1.focus,
.btn-alt1.disabled:active,
.btn-alt1[disabled]:active,
fieldset[disabled] .btn-alt1:active,
.btn-alt1.disabled.active,
.btn-alt1[disabled].active,
fieldset[disabled] .btn-alt1.active {
  background-color: #56c3e7;
  border-color: #56c3e7;
}
.btn-alt1 .badge {
  color: #56c3e7;
  background-color: #fff;
}
.btn-alt2 {
  border-color: #ffc74c;
  color: #fff;
  background-color: #ffcf66;
  border-color: #ffcf66;
}
.btn-alt2:focus,
.btn-alt2.focus {
  color: #fff;
  background-color: #ffbf33;
  border-color: #cc8c00;
}
.btn-alt2:hover {
  color: #fff;
  background-color: #ffbf33;
  border-color: #ffb40f;
}
.btn-alt2:active,
.btn-alt2.active,
.open > .dropdown-toggle.btn-alt2 {
  color: #fff;
  background-color: #ffbf33;
  border-color: #ffb40f;
}
.btn-alt2:active:hover,
.btn-alt2.active:hover,
.open > .dropdown-toggle.btn-alt2:hover,
.btn-alt2:active:focus,
.btn-alt2.active:focus,
.open > .dropdown-toggle.btn-alt2:focus,
.btn-alt2:active.focus,
.btn-alt2.active.focus,
.open > .dropdown-toggle.btn-alt2.focus {
  color: #fff;
  background-color: #ffb40f;
  border-color: #cc8c00;
}
.btn-alt2:active,
.btn-alt2.active,
.open > .dropdown-toggle.btn-alt2 {
  background-image: none;
}
.btn-alt2.disabled:hover,
.btn-alt2[disabled]:hover,
fieldset[disabled] .btn-alt2:hover,
.btn-alt2.disabled:focus,
.btn-alt2[disabled]:focus,
fieldset[disabled] .btn-alt2:focus,
.btn-alt2.disabled.focus,
.btn-alt2[disabled].focus,
fieldset[disabled] .btn-alt2.focus {
  background-color: #ffcf66;
  border-color: #ffc74c;
}
.btn-alt2 .badge {
  color: #ffcf66;
  background-color: #fff;
}
.btn-alt2:focus,
.btn-alt2.focus {
  color: #fff;
  background-color: #ffcf66;
  border-color: #ffcf66;
}
.btn-alt2:hover {
  color: #fff;
  background-color: #ffd77f;
  border-color: #ffd77f;
}
.btn-alt2:active,
.btn-alt2.active,
.open > .dropdown-toggle.btn-alt2 {
  color: #fff;
  background-color: #ffc74c;
  border-color: #ffc74c;
}
.btn-alt2:active:hover,
.btn-alt2.active:hover,
.open > .dropdown-toggle.btn-alt2:hover,
.btn-alt2:active:focus,
.btn-alt2.active:focus,
.open > .dropdown-toggle.btn-alt2:focus,
.btn-alt2:active.focus,
.btn-alt2.active.focus,
.open > .dropdown-toggle.btn-alt2.focus {
  color: #fff;
  background-color: #ffc74c;
  border-color: #ffc74c;
}
.btn-alt2:active,
.btn-alt2.active,
.open > .dropdown-toggle.btn-alt2 {
  background-image: none;
}
.btn-alt2.disabled,
.btn-alt2[disabled],
fieldset[disabled] .btn-alt2,
.btn-alt2.disabled:hover,
.btn-alt2[disabled]:hover,
fieldset[disabled] .btn-alt2:hover,
.btn-alt2.disabled:focus,
.btn-alt2[disabled]:focus,
fieldset[disabled] .btn-alt2:focus,
.btn-alt2.disabled.focus,
.btn-alt2[disabled].focus,
fieldset[disabled] .btn-alt2.focus,
.btn-alt2.disabled:active,
.btn-alt2[disabled]:active,
fieldset[disabled] .btn-alt2:active,
.btn-alt2.disabled.active,
.btn-alt2[disabled].active,
fieldset[disabled] .btn-alt2.active {
  background-color: #ffcf66;
  border-color: #ffcf66;
}
.btn-alt2 .badge {
  color: #ffcf66;
  background-color: #fff;
}
.btn-alt3 {
  border-color: #698bb7;
  color: #fff;
  background-color: #7a98bf;
  border-color: #7a98bf;
}
.btn-alt3:focus,
.btn-alt3.focus {
  color: #fff;
  background-color: #587dae;
  border-color: #344c6c;
}
.btn-alt3:hover {
  color: #fff;
  background-color: #587dae;
  border-color: #4a6c99;
}
.btn-alt3:active,
.btn-alt3.active,
.open > .dropdown-toggle.btn-alt3 {
  color: #fff;
  background-color: #587dae;
  border-color: #4a6c99;
}
.btn-alt3:active:hover,
.btn-alt3.active:hover,
.open > .dropdown-toggle.btn-alt3:hover,
.btn-alt3:active:focus,
.btn-alt3.active:focus,
.open > .dropdown-toggle.btn-alt3:focus,
.btn-alt3:active.focus,
.btn-alt3.active.focus,
.open > .dropdown-toggle.btn-alt3.focus {
  color: #fff;
  background-color: #4a6c99;
  border-color: #344c6c;
}
.btn-alt3:active,
.btn-alt3.active,
.open > .dropdown-toggle.btn-alt3 {
  background-image: none;
}
.btn-alt3.disabled:hover,
.btn-alt3[disabled]:hover,
fieldset[disabled] .btn-alt3:hover,
.btn-alt3.disabled:focus,
.btn-alt3[disabled]:focus,
fieldset[disabled] .btn-alt3:focus,
.btn-alt3.disabled.focus,
.btn-alt3[disabled].focus,
fieldset[disabled] .btn-alt3.focus {
  background-color: #7a98bf;
  border-color: #698bb7;
}
.btn-alt3 .badge {
  color: #7a98bf;
  background-color: #fff;
}
.btn-alt3:focus,
.btn-alt3.focus {
  color: #fff;
  background-color: #7a98bf;
  border-color: #7a98bf;
}
.btn-alt3:hover {
  color: #fff;
  background-color: #8ba5c7;
  border-color: #8ba5c7;
}
.btn-alt3:active,
.btn-alt3.active,
.open > .dropdown-toggle.btn-alt3 {
  color: #fff;
  background-color: #698bb7;
  border-color: #698bb7;
}
.btn-alt3:active:hover,
.btn-alt3.active:hover,
.open > .dropdown-toggle.btn-alt3:hover,
.btn-alt3:active:focus,
.btn-alt3.active:focus,
.open > .dropdown-toggle.btn-alt3:focus,
.btn-alt3:active.focus,
.btn-alt3.active.focus,
.open > .dropdown-toggle.btn-alt3.focus {
  color: #fff;
  background-color: #698bb7;
  border-color: #698bb7;
}
.btn-alt3:active,
.btn-alt3.active,
.open > .dropdown-toggle.btn-alt3 {
  background-image: none;
}
.btn-alt3.disabled,
.btn-alt3[disabled],
fieldset[disabled] .btn-alt3,
.btn-alt3.disabled:hover,
.btn-alt3[disabled]:hover,
fieldset[disabled] .btn-alt3:hover,
.btn-alt3.disabled:focus,
.btn-alt3[disabled]:focus,
fieldset[disabled] .btn-alt3:focus,
.btn-alt3.disabled.focus,
.btn-alt3[disabled].focus,
fieldset[disabled] .btn-alt3.focus,
.btn-alt3.disabled:active,
.btn-alt3[disabled]:active,
fieldset[disabled] .btn-alt3:active,
.btn-alt3.disabled.active,
.btn-alt3[disabled].active,
fieldset[disabled] .btn-alt3.active {
  background-color: #7a98bf;
  border-color: #7a98bf;
}
.btn-alt3 .badge {
  color: #7a98bf;
  background-color: #fff;
}
.btn-alt4 {
  border-color: #b0b0b0;
  color: #fff;
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
.btn-alt4:focus,
.btn-alt4.focus {
  color: #fff;
  background-color: #a3a3a3;
  border-color: #707070;
}
.btn-alt4:hover {
  color: #fff;
  background-color: #a3a3a3;
  border-color: #919191;
}
.btn-alt4:active,
.btn-alt4.active,
.open > .dropdown-toggle.btn-alt4 {
  color: #fff;
  background-color: #a3a3a3;
  border-color: #919191;
}
.btn-alt4:active:hover,
.btn-alt4.active:hover,
.open > .dropdown-toggle.btn-alt4:hover,
.btn-alt4:active:focus,
.btn-alt4.active:focus,
.open > .dropdown-toggle.btn-alt4:focus,
.btn-alt4:active.focus,
.btn-alt4.active.focus,
.open > .dropdown-toggle.btn-alt4.focus {
  color: #fff;
  background-color: #919191;
  border-color: #707070;
}
.btn-alt4:active,
.btn-alt4.active,
.open > .dropdown-toggle.btn-alt4 {
  background-image: none;
}
.btn-alt4.disabled:hover,
.btn-alt4[disabled]:hover,
fieldset[disabled] .btn-alt4:hover,
.btn-alt4.disabled:focus,
.btn-alt4[disabled]:focus,
fieldset[disabled] .btn-alt4:focus,
.btn-alt4.disabled.focus,
.btn-alt4[disabled].focus,
fieldset[disabled] .btn-alt4.focus {
  background-color: #bdbdbd;
  border-color: #b0b0b0;
}
.btn-alt4 .badge {
  color: #bdbdbd;
  background-color: #fff;
}
.btn-alt4:focus,
.btn-alt4.focus {
  color: #fff;
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
.btn-alt4:hover {
  color: #fff;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-alt4:active,
.btn-alt4.active,
.open > .dropdown-toggle.btn-alt4 {
  color: #fff;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-alt4:active:hover,
.btn-alt4.active:hover,
.open > .dropdown-toggle.btn-alt4:hover,
.btn-alt4:active:focus,
.btn-alt4.active:focus,
.open > .dropdown-toggle.btn-alt4:focus,
.btn-alt4:active.focus,
.btn-alt4.active.focus,
.open > .dropdown-toggle.btn-alt4.focus {
  color: #fff;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-alt4:active,
.btn-alt4.active,
.open > .dropdown-toggle.btn-alt4 {
  background-image: none;
}
.btn-alt4.disabled,
.btn-alt4[disabled],
fieldset[disabled] .btn-alt4,
.btn-alt4.disabled:hover,
.btn-alt4[disabled]:hover,
fieldset[disabled] .btn-alt4:hover,
.btn-alt4.disabled:focus,
.btn-alt4[disabled]:focus,
fieldset[disabled] .btn-alt4:focus,
.btn-alt4.disabled.focus,
.btn-alt4[disabled].focus,
fieldset[disabled] .btn-alt4.focus,
.btn-alt4.disabled:active,
.btn-alt4[disabled]:active,
fieldset[disabled] .btn-alt4:active,
.btn-alt4.disabled.active,
.btn-alt4[disabled].active,
fieldset[disabled] .btn-alt4.active {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
.btn-alt4 .badge {
  color: #bdbdbd;
  background-color: #fff;
}
.btn-primary.btn-shade1 {
  background-color: #00001f;
  border-color: #00001f;
}
.btn-primary.btn-shade1:focus,
.btn-primary.btn-shade1.focus {
  background-color: #00001f;
  border-color: #00001f;
}
.btn-primary.btn-shade1:hover {
  background-color: #000038;
  border-color: #000038;
}
.btn-primary.btn-shade1:active,
.btn-primary.btn-shade1.active,
.open > .dropdown-toggle.btn-primary.btn-shade1 {
  background-color: #00000f;
  border-color: #00000f;
}
.btn-primary.btn-shade1:active:hover,
.btn-primary.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-primary.btn-shade1:hover,
.btn-primary.btn-shade1:active:focus,
.btn-primary.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-primary.btn-shade1:focus,
.btn-primary.btn-shade1:active.focus,
.btn-primary.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-primary.btn-shade1.focus {
  background-color: #00000f;
  border-color: #00000f;
}
.btn-primary.btn-shade1.disabled,
.btn-primary.btn-shade1[disabled],
fieldset[disabled] .btn-primary.btn-shade1,
.btn-primary.btn-shade1.disabled:hover,
.btn-primary.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-primary.btn-shade1:hover,
.btn-primary.btn-shade1.disabled:focus,
.btn-primary.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-primary.btn-shade1:focus,
.btn-primary.btn-shade1.disabled.focus,
.btn-primary.btn-shade1[disabled].focus,
fieldset[disabled] .btn-primary.btn-shade1.focus,
.btn-primary.btn-shade1.disabled:active,
.btn-primary.btn-shade1[disabled]:active,
fieldset[disabled] .btn-primary.btn-shade1:active,
.btn-primary.btn-shade1.disabled.active,
.btn-primary.btn-shade1[disabled].active,
fieldset[disabled] .btn-primary.btn-shade1.active {
  background-color: #00001f;
  border-color: #00001f;
}
.btn-primary.btn-shade1 .badge {
  color: #00001f;
}
.btn-primary.btn-shade2 {
  background-color: #000014;
  border-color: #000014;
}
.btn-primary.btn-shade2:focus,
.btn-primary.btn-shade2.focus {
  background-color: #000014;
  border-color: #000014;
}
.btn-primary.btn-shade2:hover {
  background-color: #00002e;
  border-color: #00002e;
}
.btn-primary.btn-shade2:active,
.btn-primary.btn-shade2.active,
.open > .dropdown-toggle.btn-primary.btn-shade2 {
  background-color: #000005;
  border-color: #000005;
}
.btn-primary.btn-shade2:active:hover,
.btn-primary.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-primary.btn-shade2:hover,
.btn-primary.btn-shade2:active:focus,
.btn-primary.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-primary.btn-shade2:focus,
.btn-primary.btn-shade2:active.focus,
.btn-primary.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-primary.btn-shade2.focus {
  background-color: #000005;
  border-color: #000005;
}
.btn-primary.btn-shade2.disabled,
.btn-primary.btn-shade2[disabled],
fieldset[disabled] .btn-primary.btn-shade2,
.btn-primary.btn-shade2.disabled:hover,
.btn-primary.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-primary.btn-shade2:hover,
.btn-primary.btn-shade2.disabled:focus,
.btn-primary.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-primary.btn-shade2:focus,
.btn-primary.btn-shade2.disabled.focus,
.btn-primary.btn-shade2[disabled].focus,
fieldset[disabled] .btn-primary.btn-shade2.focus,
.btn-primary.btn-shade2.disabled:active,
.btn-primary.btn-shade2[disabled]:active,
fieldset[disabled] .btn-primary.btn-shade2:active,
.btn-primary.btn-shade2.disabled.active,
.btn-primary.btn-shade2[disabled].active,
fieldset[disabled] .btn-primary.btn-shade2.active {
  background-color: #000014;
  border-color: #000014;
}
.btn-primary.btn-shade2 .badge {
  color: #000014;
}
.btn-primary.btn-shade3 {
  background-color: #00000a;
  border-color: #00000a;
}
.btn-primary.btn-shade3:focus,
.btn-primary.btn-shade3.focus {
  background-color: #00000a;
  border-color: #00000a;
}
.btn-primary.btn-shade3:hover {
  background-color: #000024;
  border-color: #000024;
}
.btn-primary.btn-shade3:active,
.btn-primary.btn-shade3.active,
.open > .dropdown-toggle.btn-primary.btn-shade3 {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.btn-shade3:active:hover,
.btn-primary.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-primary.btn-shade3:hover,
.btn-primary.btn-shade3:active:focus,
.btn-primary.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-primary.btn-shade3:focus,
.btn-primary.btn-shade3:active.focus,
.btn-primary.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-primary.btn-shade3.focus {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.btn-shade3.disabled,
.btn-primary.btn-shade3[disabled],
fieldset[disabled] .btn-primary.btn-shade3,
.btn-primary.btn-shade3.disabled:hover,
.btn-primary.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-primary.btn-shade3:hover,
.btn-primary.btn-shade3.disabled:focus,
.btn-primary.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-primary.btn-shade3:focus,
.btn-primary.btn-shade3.disabled.focus,
.btn-primary.btn-shade3[disabled].focus,
fieldset[disabled] .btn-primary.btn-shade3.focus,
.btn-primary.btn-shade3.disabled:active,
.btn-primary.btn-shade3[disabled]:active,
fieldset[disabled] .btn-primary.btn-shade3:active,
.btn-primary.btn-shade3.disabled.active,
.btn-primary.btn-shade3[disabled].active,
fieldset[disabled] .btn-primary.btn-shade3.active {
  background-color: #00000a;
  border-color: #00000a;
}
.btn-primary.btn-shade3 .badge {
  color: #00000a;
}
.btn-primary.btn-shade4 {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.btn-shade4:focus,
.btn-primary.btn-shade4.focus {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.btn-shade4:hover {
  background-color: #00001a;
  border-color: #00001a;
}
.btn-primary.btn-shade4:active,
.btn-primary.btn-shade4.active,
.open > .dropdown-toggle.btn-primary.btn-shade4 {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.btn-shade4:active:hover,
.btn-primary.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-primary.btn-shade4:hover,
.btn-primary.btn-shade4:active:focus,
.btn-primary.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-primary.btn-shade4:focus,
.btn-primary.btn-shade4:active.focus,
.btn-primary.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-primary.btn-shade4.focus {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.btn-shade4.disabled,
.btn-primary.btn-shade4[disabled],
fieldset[disabled] .btn-primary.btn-shade4,
.btn-primary.btn-shade4.disabled:hover,
.btn-primary.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-primary.btn-shade4:hover,
.btn-primary.btn-shade4.disabled:focus,
.btn-primary.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-primary.btn-shade4:focus,
.btn-primary.btn-shade4.disabled.focus,
.btn-primary.btn-shade4[disabled].focus,
fieldset[disabled] .btn-primary.btn-shade4.focus,
.btn-primary.btn-shade4.disabled:active,
.btn-primary.btn-shade4[disabled]:active,
fieldset[disabled] .btn-primary.btn-shade4:active,
.btn-primary.btn-shade4.disabled.active,
.btn-primary.btn-shade4[disabled].active,
fieldset[disabled] .btn-primary.btn-shade4.active {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.btn-shade4 .badge {
  color: #000000;
}
.btn-success.btn-shade1 {
  background-color: #6fc8b9;
  border-color: #6fc8b9;
}
.btn-success.btn-shade1:focus,
.btn-success.btn-shade1.focus {
  background-color: #6fc8b9;
  border-color: #6fc8b9;
}
.btn-success.btn-shade1:hover {
  background-color: #81cfc2;
  border-color: #81cfc2;
}
.btn-success.btn-shade1:active,
.btn-success.btn-shade1.active,
.open > .dropdown-toggle.btn-success.btn-shade1 {
  background-color: #64c4b3;
  border-color: #64c4b3;
}
.btn-success.btn-shade1:active:hover,
.btn-success.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-success.btn-shade1:hover,
.btn-success.btn-shade1:active:focus,
.btn-success.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-success.btn-shade1:focus,
.btn-success.btn-shade1:active.focus,
.btn-success.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-success.btn-shade1.focus {
  background-color: #64c4b3;
  border-color: #64c4b3;
}
.btn-success.btn-shade1.disabled,
.btn-success.btn-shade1[disabled],
fieldset[disabled] .btn-success.btn-shade1,
.btn-success.btn-shade1.disabled:hover,
.btn-success.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-success.btn-shade1:hover,
.btn-success.btn-shade1.disabled:focus,
.btn-success.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-success.btn-shade1:focus,
.btn-success.btn-shade1.disabled.focus,
.btn-success.btn-shade1[disabled].focus,
fieldset[disabled] .btn-success.btn-shade1.focus,
.btn-success.btn-shade1.disabled:active,
.btn-success.btn-shade1[disabled]:active,
fieldset[disabled] .btn-success.btn-shade1:active,
.btn-success.btn-shade1.disabled.active,
.btn-success.btn-shade1[disabled].active,
fieldset[disabled] .btn-success.btn-shade1.active {
  background-color: #6fc8b9;
  border-color: #6fc8b9;
}
.btn-success.btn-shade1 .badge {
  color: #6fc8b9;
}
.btn-success.btn-shade2 {
  background-color: #68c5b5;
  border-color: #68c5b5;
}
.btn-success.btn-shade2:focus,
.btn-success.btn-shade2.focus {
  background-color: #68c5b5;
  border-color: #68c5b5;
}
.btn-success.btn-shade2:hover {
  background-color: #7accbe;
  border-color: #7accbe;
}
.btn-success.btn-shade2:active,
.btn-success.btn-shade2.active,
.open > .dropdown-toggle.btn-success.btn-shade2 {
  background-color: #5dc1b0;
  border-color: #5dc1b0;
}
.btn-success.btn-shade2:active:hover,
.btn-success.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-success.btn-shade2:hover,
.btn-success.btn-shade2:active:focus,
.btn-success.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-success.btn-shade2:focus,
.btn-success.btn-shade2:active.focus,
.btn-success.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-success.btn-shade2.focus {
  background-color: #5dc1b0;
  border-color: #5dc1b0;
}
.btn-success.btn-shade2.disabled,
.btn-success.btn-shade2[disabled],
fieldset[disabled] .btn-success.btn-shade2,
.btn-success.btn-shade2.disabled:hover,
.btn-success.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-success.btn-shade2:hover,
.btn-success.btn-shade2.disabled:focus,
.btn-success.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-success.btn-shade2:focus,
.btn-success.btn-shade2.disabled.focus,
.btn-success.btn-shade2[disabled].focus,
fieldset[disabled] .btn-success.btn-shade2.focus,
.btn-success.btn-shade2.disabled:active,
.btn-success.btn-shade2[disabled]:active,
fieldset[disabled] .btn-success.btn-shade2:active,
.btn-success.btn-shade2.disabled.active,
.btn-success.btn-shade2[disabled].active,
fieldset[disabled] .btn-success.btn-shade2.active {
  background-color: #68c5b5;
  border-color: #68c5b5;
}
.btn-success.btn-shade2 .badge {
  color: #68c5b5;
}
.btn-success.btn-shade3 {
  background-color: #60c2b1;
  border-color: #60c2b1;
}
.btn-success.btn-shade3:focus,
.btn-success.btn-shade3.focus {
  background-color: #60c2b1;
  border-color: #60c2b1;
}
.btn-success.btn-shade3:hover {
  background-color: #73c9ba;
  border-color: #73c9ba;
}
.btn-success.btn-shade3:active,
.btn-success.btn-shade3.active,
.open > .dropdown-toggle.btn-success.btn-shade3 {
  background-color: #55beac;
  border-color: #55beac;
}
.btn-success.btn-shade3:active:hover,
.btn-success.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-success.btn-shade3:hover,
.btn-success.btn-shade3:active:focus,
.btn-success.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-success.btn-shade3:focus,
.btn-success.btn-shade3:active.focus,
.btn-success.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-success.btn-shade3.focus {
  background-color: #55beac;
  border-color: #55beac;
}
.btn-success.btn-shade3.disabled,
.btn-success.btn-shade3[disabled],
fieldset[disabled] .btn-success.btn-shade3,
.btn-success.btn-shade3.disabled:hover,
.btn-success.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-success.btn-shade3:hover,
.btn-success.btn-shade3.disabled:focus,
.btn-success.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-success.btn-shade3:focus,
.btn-success.btn-shade3.disabled.focus,
.btn-success.btn-shade3[disabled].focus,
fieldset[disabled] .btn-success.btn-shade3.focus,
.btn-success.btn-shade3.disabled:active,
.btn-success.btn-shade3[disabled]:active,
fieldset[disabled] .btn-success.btn-shade3:active,
.btn-success.btn-shade3.disabled.active,
.btn-success.btn-shade3[disabled].active,
fieldset[disabled] .btn-success.btn-shade3.active {
  background-color: #60c2b1;
  border-color: #60c2b1;
}
.btn-success.btn-shade3 .badge {
  color: #60c2b1;
}
.btn-success.btn-shade4 {
  background-color: #59bfae;
  border-color: #59bfae;
}
.btn-success.btn-shade4:focus,
.btn-success.btn-shade4.focus {
  background-color: #59bfae;
  border-color: #59bfae;
}
.btn-success.btn-shade4:hover {
  background-color: #6bc6b7;
  border-color: #6bc6b7;
}
.btn-success.btn-shade4:active,
.btn-success.btn-shade4.active,
.open > .dropdown-toggle.btn-success.btn-shade4 {
  background-color: #4ebba8;
  border-color: #4ebba8;
}
.btn-success.btn-shade4:active:hover,
.btn-success.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-success.btn-shade4:hover,
.btn-success.btn-shade4:active:focus,
.btn-success.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-success.btn-shade4:focus,
.btn-success.btn-shade4:active.focus,
.btn-success.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-success.btn-shade4.focus {
  background-color: #4ebba8;
  border-color: #4ebba8;
}
.btn-success.btn-shade4.disabled,
.btn-success.btn-shade4[disabled],
fieldset[disabled] .btn-success.btn-shade4,
.btn-success.btn-shade4.disabled:hover,
.btn-success.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-success.btn-shade4:hover,
.btn-success.btn-shade4.disabled:focus,
.btn-success.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-success.btn-shade4:focus,
.btn-success.btn-shade4.disabled.focus,
.btn-success.btn-shade4[disabled].focus,
fieldset[disabled] .btn-success.btn-shade4.focus,
.btn-success.btn-shade4.disabled:active,
.btn-success.btn-shade4[disabled]:active,
fieldset[disabled] .btn-success.btn-shade4:active,
.btn-success.btn-shade4.disabled.active,
.btn-success.btn-shade4[disabled].active,
fieldset[disabled] .btn-success.btn-shade4.active {
  background-color: #59bfae;
  border-color: #59bfae;
}
.btn-success.btn-shade4 .badge {
  color: #59bfae;
}
.btn-info.btn-shade1 {
  background-color: #81c4dc;
  border-color: #81c4dc;
}
.btn-info.btn-shade1:focus,
.btn-info.btn-shade1.focus {
  background-color: #81c4dc;
  border-color: #81c4dc;
}
.btn-info.btn-shade1:hover {
  background-color: #95cee1;
  border-color: #95cee1;
}
.btn-info.btn-shade1:active,
.btn-info.btn-shade1.active,
.open > .dropdown-toggle.btn-info.btn-shade1 {
  background-color: #75bfd8;
  border-color: #75bfd8;
}
.btn-info.btn-shade1:active:hover,
.btn-info.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-info.btn-shade1:hover,
.btn-info.btn-shade1:active:focus,
.btn-info.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-info.btn-shade1:focus,
.btn-info.btn-shade1:active.focus,
.btn-info.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-info.btn-shade1.focus {
  background-color: #75bfd8;
  border-color: #75bfd8;
}
.btn-info.btn-shade1.disabled,
.btn-info.btn-shade1[disabled],
fieldset[disabled] .btn-info.btn-shade1,
.btn-info.btn-shade1.disabled:hover,
.btn-info.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-info.btn-shade1:hover,
.btn-info.btn-shade1.disabled:focus,
.btn-info.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-info.btn-shade1:focus,
.btn-info.btn-shade1.disabled.focus,
.btn-info.btn-shade1[disabled].focus,
fieldset[disabled] .btn-info.btn-shade1.focus,
.btn-info.btn-shade1.disabled:active,
.btn-info.btn-shade1[disabled]:active,
fieldset[disabled] .btn-info.btn-shade1:active,
.btn-info.btn-shade1.disabled.active,
.btn-info.btn-shade1[disabled].active,
fieldset[disabled] .btn-info.btn-shade1.active {
  background-color: #81c4dc;
  border-color: #81c4dc;
}
.btn-info.btn-shade1 .badge {
  color: #81c4dc;
}
.btn-info.btn-shade2 {
  background-color: #79c1d9;
  border-color: #79c1d9;
}
.btn-info.btn-shade2:focus,
.btn-info.btn-shade2.focus {
  background-color: #79c1d9;
  border-color: #79c1d9;
}
.btn-info.btn-shade2:hover {
  background-color: #8dcadf;
  border-color: #8dcadf;
}
.btn-info.btn-shade2:active,
.btn-info.btn-shade2.active,
.open > .dropdown-toggle.btn-info.btn-shade2 {
  background-color: #6dbbd6;
  border-color: #6dbbd6;
}
.btn-info.btn-shade2:active:hover,
.btn-info.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-info.btn-shade2:hover,
.btn-info.btn-shade2:active:focus,
.btn-info.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-info.btn-shade2:focus,
.btn-info.btn-shade2:active.focus,
.btn-info.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-info.btn-shade2.focus {
  background-color: #6dbbd6;
  border-color: #6dbbd6;
}
.btn-info.btn-shade2.disabled,
.btn-info.btn-shade2[disabled],
fieldset[disabled] .btn-info.btn-shade2,
.btn-info.btn-shade2.disabled:hover,
.btn-info.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-info.btn-shade2:hover,
.btn-info.btn-shade2.disabled:focus,
.btn-info.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-info.btn-shade2:focus,
.btn-info.btn-shade2.disabled.focus,
.btn-info.btn-shade2[disabled].focus,
fieldset[disabled] .btn-info.btn-shade2.focus,
.btn-info.btn-shade2.disabled:active,
.btn-info.btn-shade2[disabled]:active,
fieldset[disabled] .btn-info.btn-shade2:active,
.btn-info.btn-shade2.disabled.active,
.btn-info.btn-shade2[disabled].active,
fieldset[disabled] .btn-info.btn-shade2.active {
  background-color: #79c1d9;
  border-color: #79c1d9;
}
.btn-info.btn-shade2 .badge {
  color: #79c1d9;
}
.btn-info.btn-shade3 {
  background-color: #71bdd7;
  border-color: #71bdd7;
}
.btn-info.btn-shade3:focus,
.btn-info.btn-shade3.focus {
  background-color: #71bdd7;
  border-color: #71bdd7;
}
.btn-info.btn-shade3:hover {
  background-color: #85c6dd;
  border-color: #85c6dd;
}
.btn-info.btn-shade3:active,
.btn-info.btn-shade3.active,
.open > .dropdown-toggle.btn-info.btn-shade3 {
  background-color: #65b7d4;
  border-color: #65b7d4;
}
.btn-info.btn-shade3:active:hover,
.btn-info.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-info.btn-shade3:hover,
.btn-info.btn-shade3:active:focus,
.btn-info.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-info.btn-shade3:focus,
.btn-info.btn-shade3:active.focus,
.btn-info.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-info.btn-shade3.focus {
  background-color: #65b7d4;
  border-color: #65b7d4;
}
.btn-info.btn-shade3.disabled,
.btn-info.btn-shade3[disabled],
fieldset[disabled] .btn-info.btn-shade3,
.btn-info.btn-shade3.disabled:hover,
.btn-info.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-info.btn-shade3:hover,
.btn-info.btn-shade3.disabled:focus,
.btn-info.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-info.btn-shade3:focus,
.btn-info.btn-shade3.disabled.focus,
.btn-info.btn-shade3[disabled].focus,
fieldset[disabled] .btn-info.btn-shade3.focus,
.btn-info.btn-shade3.disabled:active,
.btn-info.btn-shade3[disabled]:active,
fieldset[disabled] .btn-info.btn-shade3:active,
.btn-info.btn-shade3.disabled.active,
.btn-info.btn-shade3[disabled].active,
fieldset[disabled] .btn-info.btn-shade3.active {
  background-color: #71bdd7;
  border-color: #71bdd7;
}
.btn-info.btn-shade3 .badge {
  color: #71bdd7;
}
.btn-info.btn-shade4 {
  background-color: #69b9d5;
  border-color: #69b9d5;
}
.btn-info.btn-shade4:focus,
.btn-info.btn-shade4.focus {
  background-color: #69b9d5;
  border-color: #69b9d5;
}
.btn-info.btn-shade4:hover {
  background-color: #7dc3db;
  border-color: #7dc3db;
}
.btn-info.btn-shade4:active,
.btn-info.btn-shade4.active,
.open > .dropdown-toggle.btn-info.btn-shade4 {
  background-color: #5db4d2;
  border-color: #5db4d2;
}
.btn-info.btn-shade4:active:hover,
.btn-info.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-info.btn-shade4:hover,
.btn-info.btn-shade4:active:focus,
.btn-info.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-info.btn-shade4:focus,
.btn-info.btn-shade4:active.focus,
.btn-info.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-info.btn-shade4.focus {
  background-color: #5db4d2;
  border-color: #5db4d2;
}
.btn-info.btn-shade4.disabled,
.btn-info.btn-shade4[disabled],
fieldset[disabled] .btn-info.btn-shade4,
.btn-info.btn-shade4.disabled:hover,
.btn-info.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-info.btn-shade4:hover,
.btn-info.btn-shade4.disabled:focus,
.btn-info.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-info.btn-shade4:focus,
.btn-info.btn-shade4.disabled.focus,
.btn-info.btn-shade4[disabled].focus,
fieldset[disabled] .btn-info.btn-shade4.focus,
.btn-info.btn-shade4.disabled:active,
.btn-info.btn-shade4[disabled]:active,
fieldset[disabled] .btn-info.btn-shade4:active,
.btn-info.btn-shade4.disabled.active,
.btn-info.btn-shade4[disabled].active,
fieldset[disabled] .btn-info.btn-shade4.active {
  background-color: #69b9d5;
  border-color: #69b9d5;
}
.btn-info.btn-shade4 .badge {
  color: #69b9d5;
}
.btn-warning.btn-shade1 {
  background-color: #ffc261;
  border-color: #ffc261;
}
.btn-warning.btn-shade1:focus,
.btn-warning.btn-shade1.focus {
  background-color: #ffc261;
  border-color: #ffc261;
}
.btn-warning.btn-shade1:hover {
  background-color: #ffcc7a;
  border-color: #ffcc7a;
}
.btn-warning.btn-shade1:active,
.btn-warning.btn-shade1.active,
.open > .dropdown-toggle.btn-warning.btn-shade1 {
  background-color: #ffbc51;
  border-color: #ffbc51;
}
.btn-warning.btn-shade1:active:hover,
.btn-warning.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-warning.btn-shade1:hover,
.btn-warning.btn-shade1:active:focus,
.btn-warning.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-warning.btn-shade1:focus,
.btn-warning.btn-shade1:active.focus,
.btn-warning.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-warning.btn-shade1.focus {
  background-color: #ffbc51;
  border-color: #ffbc51;
}
.btn-warning.btn-shade1.disabled,
.btn-warning.btn-shade1[disabled],
fieldset[disabled] .btn-warning.btn-shade1,
.btn-warning.btn-shade1.disabled:hover,
.btn-warning.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-warning.btn-shade1:hover,
.btn-warning.btn-shade1.disabled:focus,
.btn-warning.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-warning.btn-shade1:focus,
.btn-warning.btn-shade1.disabled.focus,
.btn-warning.btn-shade1[disabled].focus,
fieldset[disabled] .btn-warning.btn-shade1.focus,
.btn-warning.btn-shade1.disabled:active,
.btn-warning.btn-shade1[disabled]:active,
fieldset[disabled] .btn-warning.btn-shade1:active,
.btn-warning.btn-shade1.disabled.active,
.btn-warning.btn-shade1[disabled].active,
fieldset[disabled] .btn-warning.btn-shade1.active {
  background-color: #ffc261;
  border-color: #ffc261;
}
.btn-warning.btn-shade1 .badge {
  color: #ffc261;
}
.btn-warning.btn-shade2 {
  background-color: #ffbe57;
  border-color: #ffbe57;
}
.btn-warning.btn-shade2:focus,
.btn-warning.btn-shade2.focus {
  background-color: #ffbe57;
  border-color: #ffbe57;
}
.btn-warning.btn-shade2:hover {
  background-color: #ffc870;
  border-color: #ffc870;
}
.btn-warning.btn-shade2:active,
.btn-warning.btn-shade2.active,
.open > .dropdown-toggle.btn-warning.btn-shade2 {
  background-color: #ffb847;
  border-color: #ffb847;
}
.btn-warning.btn-shade2:active:hover,
.btn-warning.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-warning.btn-shade2:hover,
.btn-warning.btn-shade2:active:focus,
.btn-warning.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-warning.btn-shade2:focus,
.btn-warning.btn-shade2:active.focus,
.btn-warning.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-warning.btn-shade2.focus {
  background-color: #ffb847;
  border-color: #ffb847;
}
.btn-warning.btn-shade2.disabled,
.btn-warning.btn-shade2[disabled],
fieldset[disabled] .btn-warning.btn-shade2,
.btn-warning.btn-shade2.disabled:hover,
.btn-warning.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-warning.btn-shade2:hover,
.btn-warning.btn-shade2.disabled:focus,
.btn-warning.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-warning.btn-shade2:focus,
.btn-warning.btn-shade2.disabled.focus,
.btn-warning.btn-shade2[disabled].focus,
fieldset[disabled] .btn-warning.btn-shade2.focus,
.btn-warning.btn-shade2.disabled:active,
.btn-warning.btn-shade2[disabled]:active,
fieldset[disabled] .btn-warning.btn-shade2:active,
.btn-warning.btn-shade2.disabled.active,
.btn-warning.btn-shade2[disabled].active,
fieldset[disabled] .btn-warning.btn-shade2.active {
  background-color: #ffbe57;
  border-color: #ffbe57;
}
.btn-warning.btn-shade2 .badge {
  color: #ffbe57;
}
.btn-warning.btn-shade3 {
  background-color: #ffba4c;
  border-color: #ffba4c;
}
.btn-warning.btn-shade3:focus,
.btn-warning.btn-shade3.focus {
  background-color: #ffba4c;
  border-color: #ffba4c;
}
.btn-warning.btn-shade3:hover {
  background-color: #ffc466;
  border-color: #ffc466;
}
.btn-warning.btn-shade3:active,
.btn-warning.btn-shade3.active,
.open > .dropdown-toggle.btn-warning.btn-shade3 {
  background-color: #ffb43d;
  border-color: #ffb43d;
}
.btn-warning.btn-shade3:active:hover,
.btn-warning.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-warning.btn-shade3:hover,
.btn-warning.btn-shade3:active:focus,
.btn-warning.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-warning.btn-shade3:focus,
.btn-warning.btn-shade3:active.focus,
.btn-warning.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-warning.btn-shade3.focus {
  background-color: #ffb43d;
  border-color: #ffb43d;
}
.btn-warning.btn-shade3.disabled,
.btn-warning.btn-shade3[disabled],
fieldset[disabled] .btn-warning.btn-shade3,
.btn-warning.btn-shade3.disabled:hover,
.btn-warning.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-warning.btn-shade3:hover,
.btn-warning.btn-shade3.disabled:focus,
.btn-warning.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-warning.btn-shade3:focus,
.btn-warning.btn-shade3.disabled.focus,
.btn-warning.btn-shade3[disabled].focus,
fieldset[disabled] .btn-warning.btn-shade3.focus,
.btn-warning.btn-shade3.disabled:active,
.btn-warning.btn-shade3[disabled]:active,
fieldset[disabled] .btn-warning.btn-shade3:active,
.btn-warning.btn-shade3.disabled.active,
.btn-warning.btn-shade3[disabled].active,
fieldset[disabled] .btn-warning.btn-shade3.active {
  background-color: #ffba4c;
  border-color: #ffba4c;
}
.btn-warning.btn-shade3 .badge {
  color: #ffba4c;
}
.btn-warning.btn-shade4 {
  background-color: #ffb642;
  border-color: #ffb642;
}
.btn-warning.btn-shade4:focus,
.btn-warning.btn-shade4.focus {
  background-color: #ffb642;
  border-color: #ffb642;
}
.btn-warning.btn-shade4:hover {
  background-color: #ffc05c;
  border-color: #ffc05c;
}
.btn-warning.btn-shade4:active,
.btn-warning.btn-shade4.active,
.open > .dropdown-toggle.btn-warning.btn-shade4 {
  background-color: #ffb033;
  border-color: #ffb033;
}
.btn-warning.btn-shade4:active:hover,
.btn-warning.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-warning.btn-shade4:hover,
.btn-warning.btn-shade4:active:focus,
.btn-warning.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-warning.btn-shade4:focus,
.btn-warning.btn-shade4:active.focus,
.btn-warning.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-warning.btn-shade4.focus {
  background-color: #ffb033;
  border-color: #ffb033;
}
.btn-warning.btn-shade4.disabled,
.btn-warning.btn-shade4[disabled],
fieldset[disabled] .btn-warning.btn-shade4,
.btn-warning.btn-shade4.disabled:hover,
.btn-warning.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-warning.btn-shade4:hover,
.btn-warning.btn-shade4.disabled:focus,
.btn-warning.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-warning.btn-shade4:focus,
.btn-warning.btn-shade4.disabled.focus,
.btn-warning.btn-shade4[disabled].focus,
fieldset[disabled] .btn-warning.btn-shade4.focus,
.btn-warning.btn-shade4.disabled:active,
.btn-warning.btn-shade4[disabled]:active,
fieldset[disabled] .btn-warning.btn-shade4:active,
.btn-warning.btn-shade4.disabled.active,
.btn-warning.btn-shade4[disabled].active,
fieldset[disabled] .btn-warning.btn-shade4.active {
  background-color: #ffb642;
  border-color: #ffb642;
}
.btn-warning.btn-shade4 .badge {
  color: #ffb642;
}
.btn-danger.btn-shade1 {
  background-color: #ee5454;
  border-color: #ee5454;
}
.btn-danger.btn-shade1:focus,
.btn-danger.btn-shade1.focus {
  background-color: #ee5454;
  border-color: #ee5454;
}
.btn-danger.btn-shade1:hover {
  background-color: #f06b6b;
  border-color: #f06b6b;
}
.btn-danger.btn-shade1:active,
.btn-danger.btn-shade1.active,
.open > .dropdown-toggle.btn-danger.btn-shade1 {
  background-color: #ec4646;
  border-color: #ec4646;
}
.btn-danger.btn-shade1:active:hover,
.btn-danger.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-danger.btn-shade1:hover,
.btn-danger.btn-shade1:active:focus,
.btn-danger.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-danger.btn-shade1:focus,
.btn-danger.btn-shade1:active.focus,
.btn-danger.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-danger.btn-shade1.focus {
  background-color: #ec4646;
  border-color: #ec4646;
}
.btn-danger.btn-shade1.disabled,
.btn-danger.btn-shade1[disabled],
fieldset[disabled] .btn-danger.btn-shade1,
.btn-danger.btn-shade1.disabled:hover,
.btn-danger.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-danger.btn-shade1:hover,
.btn-danger.btn-shade1.disabled:focus,
.btn-danger.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-danger.btn-shade1:focus,
.btn-danger.btn-shade1.disabled.focus,
.btn-danger.btn-shade1[disabled].focus,
fieldset[disabled] .btn-danger.btn-shade1.focus,
.btn-danger.btn-shade1.disabled:active,
.btn-danger.btn-shade1[disabled]:active,
fieldset[disabled] .btn-danger.btn-shade1:active,
.btn-danger.btn-shade1.disabled.active,
.btn-danger.btn-shade1[disabled].active,
fieldset[disabled] .btn-danger.btn-shade1.active {
  background-color: #ee5454;
  border-color: #ee5454;
}
.btn-danger.btn-shade1 .badge {
  color: #ee5454;
}
.btn-danger.btn-shade2 {
  background-color: #ed4b4b;
  border-color: #ed4b4b;
}
.btn-danger.btn-shade2:focus,
.btn-danger.btn-shade2.focus {
  background-color: #ed4b4b;
  border-color: #ed4b4b;
}
.btn-danger.btn-shade2:hover {
  background-color: #ef6262;
  border-color: #ef6262;
}
.btn-danger.btn-shade2:active,
.btn-danger.btn-shade2.active,
.open > .dropdown-toggle.btn-danger.btn-shade2 {
  background-color: #eb3d3d;
  border-color: #eb3d3d;
}
.btn-danger.btn-shade2:active:hover,
.btn-danger.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-danger.btn-shade2:hover,
.btn-danger.btn-shade2:active:focus,
.btn-danger.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-danger.btn-shade2:focus,
.btn-danger.btn-shade2:active.focus,
.btn-danger.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-danger.btn-shade2.focus {
  background-color: #eb3d3d;
  border-color: #eb3d3d;
}
.btn-danger.btn-shade2.disabled,
.btn-danger.btn-shade2[disabled],
fieldset[disabled] .btn-danger.btn-shade2,
.btn-danger.btn-shade2.disabled:hover,
.btn-danger.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-danger.btn-shade2:hover,
.btn-danger.btn-shade2.disabled:focus,
.btn-danger.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-danger.btn-shade2:focus,
.btn-danger.btn-shade2.disabled.focus,
.btn-danger.btn-shade2[disabled].focus,
fieldset[disabled] .btn-danger.btn-shade2.focus,
.btn-danger.btn-shade2.disabled:active,
.btn-danger.btn-shade2[disabled]:active,
fieldset[disabled] .btn-danger.btn-shade2:active,
.btn-danger.btn-shade2.disabled.active,
.btn-danger.btn-shade2[disabled].active,
fieldset[disabled] .btn-danger.btn-shade2.active {
  background-color: #ed4b4b;
  border-color: #ed4b4b;
}
.btn-danger.btn-shade2 .badge {
  color: #ed4b4b;
}
.btn-danger.btn-shade3 {
  background-color: #ec4242;
  border-color: #ec4242;
}
.btn-danger.btn-shade3:focus,
.btn-danger.btn-shade3.focus {
  background-color: #ec4242;
  border-color: #ec4242;
}
.btn-danger.btn-shade3:hover {
  background-color: #ee5959;
  border-color: #ee5959;
}
.btn-danger.btn-shade3:active,
.btn-danger.btn-shade3.active,
.open > .dropdown-toggle.btn-danger.btn-shade3 {
  background-color: #ea3434;
  border-color: #ea3434;
}
.btn-danger.btn-shade3:active:hover,
.btn-danger.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-danger.btn-shade3:hover,
.btn-danger.btn-shade3:active:focus,
.btn-danger.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-danger.btn-shade3:focus,
.btn-danger.btn-shade3:active.focus,
.btn-danger.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-danger.btn-shade3.focus {
  background-color: #ea3434;
  border-color: #ea3434;
}
.btn-danger.btn-shade3.disabled,
.btn-danger.btn-shade3[disabled],
fieldset[disabled] .btn-danger.btn-shade3,
.btn-danger.btn-shade3.disabled:hover,
.btn-danger.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-danger.btn-shade3:hover,
.btn-danger.btn-shade3.disabled:focus,
.btn-danger.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-danger.btn-shade3:focus,
.btn-danger.btn-shade3.disabled.focus,
.btn-danger.btn-shade3[disabled].focus,
fieldset[disabled] .btn-danger.btn-shade3.focus,
.btn-danger.btn-shade3.disabled:active,
.btn-danger.btn-shade3[disabled]:active,
fieldset[disabled] .btn-danger.btn-shade3:active,
.btn-danger.btn-shade3.disabled.active,
.btn-danger.btn-shade3[disabled].active,
fieldset[disabled] .btn-danger.btn-shade3.active {
  background-color: #ec4242;
  border-color: #ec4242;
}
.btn-danger.btn-shade3 .badge {
  color: #ec4242;
}
.btn-danger.btn-shade4 {
  background-color: #eb3838;
  border-color: #eb3838;
}
.btn-danger.btn-shade4:focus,
.btn-danger.btn-shade4.focus {
  background-color: #eb3838;
  border-color: #eb3838;
}
.btn-danger.btn-shade4:hover {
  background-color: #ed4f4f;
  border-color: #ed4f4f;
}
.btn-danger.btn-shade4:active,
.btn-danger.btn-shade4.active,
.open > .dropdown-toggle.btn-danger.btn-shade4 {
  background-color: #e92a2a;
  border-color: #e92a2a;
}
.btn-danger.btn-shade4:active:hover,
.btn-danger.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-danger.btn-shade4:hover,
.btn-danger.btn-shade4:active:focus,
.btn-danger.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-danger.btn-shade4:focus,
.btn-danger.btn-shade4:active.focus,
.btn-danger.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-danger.btn-shade4.focus {
  background-color: #e92a2a;
  border-color: #e92a2a;
}
.btn-danger.btn-shade4.disabled,
.btn-danger.btn-shade4[disabled],
fieldset[disabled] .btn-danger.btn-shade4,
.btn-danger.btn-shade4.disabled:hover,
.btn-danger.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-danger.btn-shade4:hover,
.btn-danger.btn-shade4.disabled:focus,
.btn-danger.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-danger.btn-shade4:focus,
.btn-danger.btn-shade4.disabled.focus,
.btn-danger.btn-shade4[disabled].focus,
fieldset[disabled] .btn-danger.btn-shade4.focus,
.btn-danger.btn-shade4.disabled:active,
.btn-danger.btn-shade4[disabled]:active,
fieldset[disabled] .btn-danger.btn-shade4:active,
.btn-danger.btn-shade4.disabled.active,
.btn-danger.btn-shade4[disabled].active,
fieldset[disabled] .btn-danger.btn-shade4.active {
  background-color: #eb3838;
  border-color: #eb3838;
}
.btn-danger.btn-shade4 .badge {
  color: #eb3838;
}
.btn-dark.btn-shade1 {
  background-color: #353434;
  border-color: #353434;
}
.btn-dark.btn-shade1:focus,
.btn-dark.btn-shade1.focus {
  background-color: #353434;
  border-color: #353434;
}
.btn-dark.btn-shade1:hover {
  background-color: #424141;
  border-color: #424141;
}
.btn-dark.btn-shade1:active,
.btn-dark.btn-shade1.active,
.open > .dropdown-toggle.btn-dark.btn-shade1 {
  background-color: #2e2d2d;
  border-color: #2e2d2d;
}
.btn-dark.btn-shade1:active:hover,
.btn-dark.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-dark.btn-shade1:hover,
.btn-dark.btn-shade1:active:focus,
.btn-dark.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-dark.btn-shade1:focus,
.btn-dark.btn-shade1:active.focus,
.btn-dark.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-dark.btn-shade1.focus {
  background-color: #2e2d2d;
  border-color: #2e2d2d;
}
.btn-dark.btn-shade1.disabled,
.btn-dark.btn-shade1[disabled],
fieldset[disabled] .btn-dark.btn-shade1,
.btn-dark.btn-shade1.disabled:hover,
.btn-dark.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-dark.btn-shade1:hover,
.btn-dark.btn-shade1.disabled:focus,
.btn-dark.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-dark.btn-shade1:focus,
.btn-dark.btn-shade1.disabled.focus,
.btn-dark.btn-shade1[disabled].focus,
fieldset[disabled] .btn-dark.btn-shade1.focus,
.btn-dark.btn-shade1.disabled:active,
.btn-dark.btn-shade1[disabled]:active,
fieldset[disabled] .btn-dark.btn-shade1:active,
.btn-dark.btn-shade1.disabled.active,
.btn-dark.btn-shade1[disabled].active,
fieldset[disabled] .btn-dark.btn-shade1.active {
  background-color: #353434;
  border-color: #353434;
}
.btn-dark.btn-shade1 .badge {
  color: #353434;
}
.btn-dark.btn-shade2 {
  background-color: #302f2f;
  border-color: #302f2f;
}
.btn-dark.btn-shade2:focus,
.btn-dark.btn-shade2.focus {
  background-color: #302f2f;
  border-color: #302f2f;
}
.btn-dark.btn-shade2:hover {
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}
.btn-dark.btn-shade2:active,
.btn-dark.btn-shade2.active,
.open > .dropdown-toggle.btn-dark.btn-shade2 {
  background-color: #282828;
  border-color: #282828;
}
.btn-dark.btn-shade2:active:hover,
.btn-dark.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-dark.btn-shade2:hover,
.btn-dark.btn-shade2:active:focus,
.btn-dark.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-dark.btn-shade2:focus,
.btn-dark.btn-shade2:active.focus,
.btn-dark.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-dark.btn-shade2.focus {
  background-color: #282828;
  border-color: #282828;
}
.btn-dark.btn-shade2.disabled,
.btn-dark.btn-shade2[disabled],
fieldset[disabled] .btn-dark.btn-shade2,
.btn-dark.btn-shade2.disabled:hover,
.btn-dark.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-dark.btn-shade2:hover,
.btn-dark.btn-shade2.disabled:focus,
.btn-dark.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-dark.btn-shade2:focus,
.btn-dark.btn-shade2.disabled.focus,
.btn-dark.btn-shade2[disabled].focus,
fieldset[disabled] .btn-dark.btn-shade2.focus,
.btn-dark.btn-shade2.disabled:active,
.btn-dark.btn-shade2[disabled]:active,
fieldset[disabled] .btn-dark.btn-shade2:active,
.btn-dark.btn-shade2.disabled.active,
.btn-dark.btn-shade2[disabled].active,
fieldset[disabled] .btn-dark.btn-shade2.active {
  background-color: #302f2f;
  border-color: #302f2f;
}
.btn-dark.btn-shade2 .badge {
  color: #302f2f;
}
.btn-dark.btn-shade3 {
  background-color: #2b2a2a;
  border-color: #2b2a2a;
}
.btn-dark.btn-shade3:focus,
.btn-dark.btn-shade3.focus {
  background-color: #2b2a2a;
  border-color: #2b2a2a;
}
.btn-dark.btn-shade3:hover {
  background-color: #383737;
  border-color: #383737;
}
.btn-dark.btn-shade3:active,
.btn-dark.btn-shade3.active,
.open > .dropdown-toggle.btn-dark.btn-shade3 {
  background-color: #232323;
  border-color: #232323;
}
.btn-dark.btn-shade3:active:hover,
.btn-dark.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-dark.btn-shade3:hover,
.btn-dark.btn-shade3:active:focus,
.btn-dark.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-dark.btn-shade3:focus,
.btn-dark.btn-shade3:active.focus,
.btn-dark.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-dark.btn-shade3.focus {
  background-color: #232323;
  border-color: #232323;
}
.btn-dark.btn-shade3.disabled,
.btn-dark.btn-shade3[disabled],
fieldset[disabled] .btn-dark.btn-shade3,
.btn-dark.btn-shade3.disabled:hover,
.btn-dark.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-dark.btn-shade3:hover,
.btn-dark.btn-shade3.disabled:focus,
.btn-dark.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-dark.btn-shade3:focus,
.btn-dark.btn-shade3.disabled.focus,
.btn-dark.btn-shade3[disabled].focus,
fieldset[disabled] .btn-dark.btn-shade3.focus,
.btn-dark.btn-shade3.disabled:active,
.btn-dark.btn-shade3[disabled]:active,
fieldset[disabled] .btn-dark.btn-shade3:active,
.btn-dark.btn-shade3.disabled.active,
.btn-dark.btn-shade3[disabled].active,
fieldset[disabled] .btn-dark.btn-shade3.active {
  background-color: #2b2a2a;
  border-color: #2b2a2a;
}
.btn-dark.btn-shade3 .badge {
  color: #2b2a2a;
}
.btn-dark.btn-shade4 {
  background-color: #262525;
  border-color: #262525;
}
.btn-dark.btn-shade4:focus,
.btn-dark.btn-shade4.focus {
  background-color: #262525;
  border-color: #262525;
}
.btn-dark.btn-shade4:hover {
  background-color: #333232;
  border-color: #333232;
}
.btn-dark.btn-shade4:active,
.btn-dark.btn-shade4.active,
.open > .dropdown-toggle.btn-dark.btn-shade4 {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-dark.btn-shade4:active:hover,
.btn-dark.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-dark.btn-shade4:hover,
.btn-dark.btn-shade4:active:focus,
.btn-dark.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-dark.btn-shade4:focus,
.btn-dark.btn-shade4:active.focus,
.btn-dark.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-dark.btn-shade4.focus {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-dark.btn-shade4.disabled,
.btn-dark.btn-shade4[disabled],
fieldset[disabled] .btn-dark.btn-shade4,
.btn-dark.btn-shade4.disabled:hover,
.btn-dark.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-dark.btn-shade4:hover,
.btn-dark.btn-shade4.disabled:focus,
.btn-dark.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-dark.btn-shade4:focus,
.btn-dark.btn-shade4.disabled.focus,
.btn-dark.btn-shade4[disabled].focus,
fieldset[disabled] .btn-dark.btn-shade4.focus,
.btn-dark.btn-shade4.disabled:active,
.btn-dark.btn-shade4[disabled]:active,
fieldset[disabled] .btn-dark.btn-shade4:active,
.btn-dark.btn-shade4.disabled.active,
.btn-dark.btn-shade4[disabled].active,
fieldset[disabled] .btn-dark.btn-shade4.active {
  background-color: #262525;
  border-color: #262525;
}
.btn-dark.btn-shade4 .badge {
  color: #262525;
}
.btn-alt1.btn-shade1 {
  background-color: #49bee5;
  border-color: #49bee5;
}
.btn-alt1.btn-shade1:focus,
.btn-alt1.btn-shade1.focus {
  background-color: #49bee5;
  border-color: #49bee5;
}
.btn-alt1.btn-shade1:hover {
  background-color: #5fc6e8;
  border-color: #5fc6e8;
}
.btn-alt1.btn-shade1:active,
.btn-alt1.btn-shade1.active,
.open > .dropdown-toggle.btn-alt1.btn-shade1 {
  background-color: #3cb9e3;
  border-color: #3cb9e3;
}
.btn-alt1.btn-shade1:active:hover,
.btn-alt1.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-alt1.btn-shade1:hover,
.btn-alt1.btn-shade1:active:focus,
.btn-alt1.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-alt1.btn-shade1:focus,
.btn-alt1.btn-shade1:active.focus,
.btn-alt1.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-alt1.btn-shade1.focus {
  background-color: #3cb9e3;
  border-color: #3cb9e3;
}
.btn-alt1.btn-shade1.disabled,
.btn-alt1.btn-shade1[disabled],
fieldset[disabled] .btn-alt1.btn-shade1,
.btn-alt1.btn-shade1.disabled:hover,
.btn-alt1.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-alt1.btn-shade1:hover,
.btn-alt1.btn-shade1.disabled:focus,
.btn-alt1.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-alt1.btn-shade1:focus,
.btn-alt1.btn-shade1.disabled.focus,
.btn-alt1.btn-shade1[disabled].focus,
fieldset[disabled] .btn-alt1.btn-shade1.focus,
.btn-alt1.btn-shade1.disabled:active,
.btn-alt1.btn-shade1[disabled]:active,
fieldset[disabled] .btn-alt1.btn-shade1:active,
.btn-alt1.btn-shade1.disabled.active,
.btn-alt1.btn-shade1[disabled].active,
fieldset[disabled] .btn-alt1.btn-shade1.active {
  background-color: #49bee5;
  border-color: #49bee5;
}
.btn-alt1.btn-shade1 .badge {
  color: #49bee5;
}
.btn-alt1.btn-shade2 {
  background-color: #40bbe4;
  border-color: #40bbe4;
}
.btn-alt1.btn-shade2:focus,
.btn-alt1.btn-shade2.focus {
  background-color: #40bbe4;
  border-color: #40bbe4;
}
.btn-alt1.btn-shade2:hover {
  background-color: #56c3e7;
  border-color: #56c3e7;
}
.btn-alt1.btn-shade2:active,
.btn-alt1.btn-shade2.active,
.open > .dropdown-toggle.btn-alt1.btn-shade2 {
  background-color: #33b6e2;
  border-color: #33b6e2;
}
.btn-alt1.btn-shade2:active:hover,
.btn-alt1.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-alt1.btn-shade2:hover,
.btn-alt1.btn-shade2:active:focus,
.btn-alt1.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-alt1.btn-shade2:focus,
.btn-alt1.btn-shade2:active.focus,
.btn-alt1.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-alt1.btn-shade2.focus {
  background-color: #33b6e2;
  border-color: #33b6e2;
}
.btn-alt1.btn-shade2.disabled,
.btn-alt1.btn-shade2[disabled],
fieldset[disabled] .btn-alt1.btn-shade2,
.btn-alt1.btn-shade2.disabled:hover,
.btn-alt1.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-alt1.btn-shade2:hover,
.btn-alt1.btn-shade2.disabled:focus,
.btn-alt1.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-alt1.btn-shade2:focus,
.btn-alt1.btn-shade2.disabled.focus,
.btn-alt1.btn-shade2[disabled].focus,
fieldset[disabled] .btn-alt1.btn-shade2.focus,
.btn-alt1.btn-shade2.disabled:active,
.btn-alt1.btn-shade2[disabled]:active,
fieldset[disabled] .btn-alt1.btn-shade2:active,
.btn-alt1.btn-shade2.disabled.active,
.btn-alt1.btn-shade2[disabled].active,
fieldset[disabled] .btn-alt1.btn-shade2.active {
  background-color: #40bbe4;
  border-color: #40bbe4;
}
.btn-alt1.btn-shade2 .badge {
  color: #40bbe4;
}
.btn-alt1.btn-shade3 {
  background-color: #37b7e3;
  border-color: #37b7e3;
}
.btn-alt1.btn-shade3:focus,
.btn-alt1.btn-shade3.focus {
  background-color: #37b7e3;
  border-color: #37b7e3;
}
.btn-alt1.btn-shade3:hover {
  background-color: #4ebfe6;
  border-color: #4ebfe6;
}
.btn-alt1.btn-shade3:active,
.btn-alt1.btn-shade3.active,
.open > .dropdown-toggle.btn-alt1.btn-shade3 {
  background-color: #2ab3e1;
  border-color: #2ab3e1;
}
.btn-alt1.btn-shade3:active:hover,
.btn-alt1.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-alt1.btn-shade3:hover,
.btn-alt1.btn-shade3:active:focus,
.btn-alt1.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-alt1.btn-shade3:focus,
.btn-alt1.btn-shade3:active.focus,
.btn-alt1.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-alt1.btn-shade3.focus {
  background-color: #2ab3e1;
  border-color: #2ab3e1;
}
.btn-alt1.btn-shade3.disabled,
.btn-alt1.btn-shade3[disabled],
fieldset[disabled] .btn-alt1.btn-shade3,
.btn-alt1.btn-shade3.disabled:hover,
.btn-alt1.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-alt1.btn-shade3:hover,
.btn-alt1.btn-shade3.disabled:focus,
.btn-alt1.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-alt1.btn-shade3:focus,
.btn-alt1.btn-shade3.disabled.focus,
.btn-alt1.btn-shade3[disabled].focus,
fieldset[disabled] .btn-alt1.btn-shade3.focus,
.btn-alt1.btn-shade3.disabled:active,
.btn-alt1.btn-shade3[disabled]:active,
fieldset[disabled] .btn-alt1.btn-shade3:active,
.btn-alt1.btn-shade3.disabled.active,
.btn-alt1.btn-shade3[disabled].active,
fieldset[disabled] .btn-alt1.btn-shade3.active {
  background-color: #37b7e3;
  border-color: #37b7e3;
}
.btn-alt1.btn-shade3 .badge {
  color: #37b7e3;
}
.btn-alt1.btn-shade4 {
  background-color: #2eb4e1;
  border-color: #2eb4e1;
}
.btn-alt1.btn-shade4:focus,
.btn-alt1.btn-shade4.focus {
  background-color: #2eb4e1;
  border-color: #2eb4e1;
}
.btn-alt1.btn-shade4:hover {
  background-color: #45bce5;
  border-color: #45bce5;
}
.btn-alt1.btn-shade4:active,
.btn-alt1.btn-shade4.active,
.open > .dropdown-toggle.btn-alt1.btn-shade4 {
  background-color: #21afe0;
  border-color: #21afe0;
}
.btn-alt1.btn-shade4:active:hover,
.btn-alt1.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-alt1.btn-shade4:hover,
.btn-alt1.btn-shade4:active:focus,
.btn-alt1.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-alt1.btn-shade4:focus,
.btn-alt1.btn-shade4:active.focus,
.btn-alt1.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-alt1.btn-shade4.focus {
  background-color: #21afe0;
  border-color: #21afe0;
}
.btn-alt1.btn-shade4.disabled,
.btn-alt1.btn-shade4[disabled],
fieldset[disabled] .btn-alt1.btn-shade4,
.btn-alt1.btn-shade4.disabled:hover,
.btn-alt1.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-alt1.btn-shade4:hover,
.btn-alt1.btn-shade4.disabled:focus,
.btn-alt1.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-alt1.btn-shade4:focus,
.btn-alt1.btn-shade4.disabled.focus,
.btn-alt1.btn-shade4[disabled].focus,
fieldset[disabled] .btn-alt1.btn-shade4.focus,
.btn-alt1.btn-shade4.disabled:active,
.btn-alt1.btn-shade4[disabled]:active,
fieldset[disabled] .btn-alt1.btn-shade4:active,
.btn-alt1.btn-shade4.disabled.active,
.btn-alt1.btn-shade4[disabled].active,
fieldset[disabled] .btn-alt1.btn-shade4.active {
  background-color: #2eb4e1;
  border-color: #2eb4e1;
}
.btn-alt1.btn-shade4 .badge {
  color: #2eb4e1;
}
.btn-alt2.btn-shade1 {
  background-color: #ffca56;
  border-color: #ffca56;
}
.btn-alt2.btn-shade1:focus,
.btn-alt2.btn-shade1.focus {
  background-color: #ffca56;
  border-color: #ffca56;
}
.btn-alt2.btn-shade1:hover {
  background-color: #ffd270;
  border-color: #ffd270;
}
.btn-alt2.btn-shade1:active,
.btn-alt2.btn-shade1.active,
.open > .dropdown-toggle.btn-alt2.btn-shade1 {
  background-color: #ffc547;
  border-color: #ffc547;
}
.btn-alt2.btn-shade1:active:hover,
.btn-alt2.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-alt2.btn-shade1:hover,
.btn-alt2.btn-shade1:active:focus,
.btn-alt2.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-alt2.btn-shade1:focus,
.btn-alt2.btn-shade1:active.focus,
.btn-alt2.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-alt2.btn-shade1.focus {
  background-color: #ffc547;
  border-color: #ffc547;
}
.btn-alt2.btn-shade1.disabled,
.btn-alt2.btn-shade1[disabled],
fieldset[disabled] .btn-alt2.btn-shade1,
.btn-alt2.btn-shade1.disabled:hover,
.btn-alt2.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-alt2.btn-shade1:hover,
.btn-alt2.btn-shade1.disabled:focus,
.btn-alt2.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-alt2.btn-shade1:focus,
.btn-alt2.btn-shade1.disabled.focus,
.btn-alt2.btn-shade1[disabled].focus,
fieldset[disabled] .btn-alt2.btn-shade1.focus,
.btn-alt2.btn-shade1.disabled:active,
.btn-alt2.btn-shade1[disabled]:active,
fieldset[disabled] .btn-alt2.btn-shade1:active,
.btn-alt2.btn-shade1.disabled.active,
.btn-alt2.btn-shade1[disabled].active,
fieldset[disabled] .btn-alt2.btn-shade1.active {
  background-color: #ffca56;
  border-color: #ffca56;
}
.btn-alt2.btn-shade1 .badge {
  color: #ffca56;
}
.btn-alt2.btn-shade2 {
  background-color: #ffc74c;
  border-color: #ffc74c;
}
.btn-alt2.btn-shade2:focus,
.btn-alt2.btn-shade2.focus {
  background-color: #ffc74c;
  border-color: #ffc74c;
}
.btn-alt2.btn-shade2:hover {
  background-color: #ffcf66;
  border-color: #ffcf66;
}
.btn-alt2.btn-shade2:active,
.btn-alt2.btn-shade2.active,
.open > .dropdown-toggle.btn-alt2.btn-shade2 {
  background-color: #ffc23d;
  border-color: #ffc23d;
}
.btn-alt2.btn-shade2:active:hover,
.btn-alt2.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-alt2.btn-shade2:hover,
.btn-alt2.btn-shade2:active:focus,
.btn-alt2.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-alt2.btn-shade2:focus,
.btn-alt2.btn-shade2:active.focus,
.btn-alt2.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-alt2.btn-shade2.focus {
  background-color: #ffc23d;
  border-color: #ffc23d;
}
.btn-alt2.btn-shade2.disabled,
.btn-alt2.btn-shade2[disabled],
fieldset[disabled] .btn-alt2.btn-shade2,
.btn-alt2.btn-shade2.disabled:hover,
.btn-alt2.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-alt2.btn-shade2:hover,
.btn-alt2.btn-shade2.disabled:focus,
.btn-alt2.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-alt2.btn-shade2:focus,
.btn-alt2.btn-shade2.disabled.focus,
.btn-alt2.btn-shade2[disabled].focus,
fieldset[disabled] .btn-alt2.btn-shade2.focus,
.btn-alt2.btn-shade2.disabled:active,
.btn-alt2.btn-shade2[disabled]:active,
fieldset[disabled] .btn-alt2.btn-shade2:active,
.btn-alt2.btn-shade2.disabled.active,
.btn-alt2.btn-shade2[disabled].active,
fieldset[disabled] .btn-alt2.btn-shade2.active {
  background-color: #ffc74c;
  border-color: #ffc74c;
}
.btn-alt2.btn-shade2 .badge {
  color: #ffc74c;
}
.btn-alt2.btn-shade3 {
  background-color: #ffc442;
  border-color: #ffc442;
}
.btn-alt2.btn-shade3:focus,
.btn-alt2.btn-shade3.focus {
  background-color: #ffc442;
  border-color: #ffc442;
}
.btn-alt2.btn-shade3:hover {
  background-color: #ffcc5b;
  border-color: #ffcc5b;
}
.btn-alt2.btn-shade3:active,
.btn-alt2.btn-shade3.active,
.open > .dropdown-toggle.btn-alt2.btn-shade3 {
  background-color: #ffbf33;
  border-color: #ffbf33;
}
.btn-alt2.btn-shade3:active:hover,
.btn-alt2.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-alt2.btn-shade3:hover,
.btn-alt2.btn-shade3:active:focus,
.btn-alt2.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-alt2.btn-shade3:focus,
.btn-alt2.btn-shade3:active.focus,
.btn-alt2.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-alt2.btn-shade3.focus {
  background-color: #ffbf33;
  border-color: #ffbf33;
}
.btn-alt2.btn-shade3.disabled,
.btn-alt2.btn-shade3[disabled],
fieldset[disabled] .btn-alt2.btn-shade3,
.btn-alt2.btn-shade3.disabled:hover,
.btn-alt2.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-alt2.btn-shade3:hover,
.btn-alt2.btn-shade3.disabled:focus,
.btn-alt2.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-alt2.btn-shade3:focus,
.btn-alt2.btn-shade3.disabled.focus,
.btn-alt2.btn-shade3[disabled].focus,
fieldset[disabled] .btn-alt2.btn-shade3.focus,
.btn-alt2.btn-shade3.disabled:active,
.btn-alt2.btn-shade3[disabled]:active,
fieldset[disabled] .btn-alt2.btn-shade3:active,
.btn-alt2.btn-shade3.disabled.active,
.btn-alt2.btn-shade3[disabled].active,
fieldset[disabled] .btn-alt2.btn-shade3.active {
  background-color: #ffc442;
  border-color: #ffc442;
}
.btn-alt2.btn-shade3 .badge {
  color: #ffc442;
}
.btn-alt2.btn-shade4 {
  background-color: #ffc138;
  border-color: #ffc138;
}
.btn-alt2.btn-shade4:focus,
.btn-alt2.btn-shade4.focus {
  background-color: #ffc138;
  border-color: #ffc138;
}
.btn-alt2.btn-shade4:hover {
  background-color: #ffc951;
  border-color: #ffc951;
}
.btn-alt2.btn-shade4:active,
.btn-alt2.btn-shade4.active,
.open > .dropdown-toggle.btn-alt2.btn-shade4 {
  background-color: #ffbc28;
  border-color: #ffbc28;
}
.btn-alt2.btn-shade4:active:hover,
.btn-alt2.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-alt2.btn-shade4:hover,
.btn-alt2.btn-shade4:active:focus,
.btn-alt2.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-alt2.btn-shade4:focus,
.btn-alt2.btn-shade4:active.focus,
.btn-alt2.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-alt2.btn-shade4.focus {
  background-color: #ffbc28;
  border-color: #ffbc28;
}
.btn-alt2.btn-shade4.disabled,
.btn-alt2.btn-shade4[disabled],
fieldset[disabled] .btn-alt2.btn-shade4,
.btn-alt2.btn-shade4.disabled:hover,
.btn-alt2.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-alt2.btn-shade4:hover,
.btn-alt2.btn-shade4.disabled:focus,
.btn-alt2.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-alt2.btn-shade4:focus,
.btn-alt2.btn-shade4.disabled.focus,
.btn-alt2.btn-shade4[disabled].focus,
fieldset[disabled] .btn-alt2.btn-shade4.focus,
.btn-alt2.btn-shade4.disabled:active,
.btn-alt2.btn-shade4[disabled]:active,
fieldset[disabled] .btn-alt2.btn-shade4:active,
.btn-alt2.btn-shade4.disabled.active,
.btn-alt2.btn-shade4[disabled].active,
fieldset[disabled] .btn-alt2.btn-shade4.active {
  background-color: #ffc138;
  border-color: #ffc138;
}
.btn-alt2.btn-shade4 .badge {
  color: #ffc138;
}
.btn-alt3.btn-shade1 {
  background-color: #7090ba;
  border-color: #7090ba;
}
.btn-alt3.btn-shade1:focus,
.btn-alt3.btn-shade1.focus {
  background-color: #7090ba;
  border-color: #7090ba;
}
.btn-alt3.btn-shade1:hover {
  background-color: #819dc2;
  border-color: #819dc2;
}
.btn-alt3.btn-shade1:active,
.btn-alt3.btn-shade1.active,
.open > .dropdown-toggle.btn-alt3.btn-shade1 {
  background-color: #6588b5;
  border-color: #6588b5;
}
.btn-alt3.btn-shade1:active:hover,
.btn-alt3.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-alt3.btn-shade1:hover,
.btn-alt3.btn-shade1:active:focus,
.btn-alt3.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-alt3.btn-shade1:focus,
.btn-alt3.btn-shade1:active.focus,
.btn-alt3.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-alt3.btn-shade1.focus {
  background-color: #6588b5;
  border-color: #6588b5;
}
.btn-alt3.btn-shade1.disabled,
.btn-alt3.btn-shade1[disabled],
fieldset[disabled] .btn-alt3.btn-shade1,
.btn-alt3.btn-shade1.disabled:hover,
.btn-alt3.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-alt3.btn-shade1:hover,
.btn-alt3.btn-shade1.disabled:focus,
.btn-alt3.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-alt3.btn-shade1:focus,
.btn-alt3.btn-shade1.disabled.focus,
.btn-alt3.btn-shade1[disabled].focus,
fieldset[disabled] .btn-alt3.btn-shade1.focus,
.btn-alt3.btn-shade1.disabled:active,
.btn-alt3.btn-shade1[disabled]:active,
fieldset[disabled] .btn-alt3.btn-shade1:active,
.btn-alt3.btn-shade1.disabled.active,
.btn-alt3.btn-shade1[disabled].active,
fieldset[disabled] .btn-alt3.btn-shade1.active {
  background-color: #7090ba;
  border-color: #7090ba;
}
.btn-alt3.btn-shade1 .badge {
  color: #7090ba;
}
.btn-alt3.btn-shade2 {
  background-color: #698bb7;
  border-color: #698bb7;
}
.btn-alt3.btn-shade2:focus,
.btn-alt3.btn-shade2.focus {
  background-color: #698bb7;
  border-color: #698bb7;
}
.btn-alt3.btn-shade2:hover {
  background-color: #7a98bf;
  border-color: #7a98bf;
}
.btn-alt3.btn-shade2:active,
.btn-alt3.btn-shade2.active,
.open > .dropdown-toggle.btn-alt3.btn-shade2 {
  background-color: #5e83b2;
  border-color: #5e83b2;
}
.btn-alt3.btn-shade2:active:hover,
.btn-alt3.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-alt3.btn-shade2:hover,
.btn-alt3.btn-shade2:active:focus,
.btn-alt3.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-alt3.btn-shade2:focus,
.btn-alt3.btn-shade2:active.focus,
.btn-alt3.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-alt3.btn-shade2.focus {
  background-color: #5e83b2;
  border-color: #5e83b2;
}
.btn-alt3.btn-shade2.disabled,
.btn-alt3.btn-shade2[disabled],
fieldset[disabled] .btn-alt3.btn-shade2,
.btn-alt3.btn-shade2.disabled:hover,
.btn-alt3.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-alt3.btn-shade2:hover,
.btn-alt3.btn-shade2.disabled:focus,
.btn-alt3.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-alt3.btn-shade2:focus,
.btn-alt3.btn-shade2.disabled.focus,
.btn-alt3.btn-shade2[disabled].focus,
fieldset[disabled] .btn-alt3.btn-shade2.focus,
.btn-alt3.btn-shade2.disabled:active,
.btn-alt3.btn-shade2[disabled]:active,
fieldset[disabled] .btn-alt3.btn-shade2:active,
.btn-alt3.btn-shade2.disabled.active,
.btn-alt3.btn-shade2[disabled].active,
fieldset[disabled] .btn-alt3.btn-shade2.active {
  background-color: #698bb7;
  border-color: #698bb7;
}
.btn-alt3.btn-shade2 .badge {
  color: #698bb7;
}
.btn-alt3.btn-shade3 {
  background-color: #6285b3;
  border-color: #6285b3;
}
.btn-alt3.btn-shade3:focus,
.btn-alt3.btn-shade3.focus {
  background-color: #6285b3;
  border-color: #6285b3;
}
.btn-alt3.btn-shade3:hover {
  background-color: #7393bc;
  border-color: #7393bc;
}
.btn-alt3.btn-shade3:active,
.btn-alt3.btn-shade3.active,
.open > .dropdown-toggle.btn-alt3.btn-shade3 {
  background-color: #587dae;
  border-color: #587dae;
}
.btn-alt3.btn-shade3:active:hover,
.btn-alt3.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-alt3.btn-shade3:hover,
.btn-alt3.btn-shade3:active:focus,
.btn-alt3.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-alt3.btn-shade3:focus,
.btn-alt3.btn-shade3:active.focus,
.btn-alt3.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-alt3.btn-shade3.focus {
  background-color: #587dae;
  border-color: #587dae;
}
.btn-alt3.btn-shade3.disabled,
.btn-alt3.btn-shade3[disabled],
fieldset[disabled] .btn-alt3.btn-shade3,
.btn-alt3.btn-shade3.disabled:hover,
.btn-alt3.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-alt3.btn-shade3:hover,
.btn-alt3.btn-shade3.disabled:focus,
.btn-alt3.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-alt3.btn-shade3:focus,
.btn-alt3.btn-shade3.disabled.focus,
.btn-alt3.btn-shade3[disabled].focus,
fieldset[disabled] .btn-alt3.btn-shade3.focus,
.btn-alt3.btn-shade3.disabled:active,
.btn-alt3.btn-shade3[disabled]:active,
fieldset[disabled] .btn-alt3.btn-shade3:active,
.btn-alt3.btn-shade3.disabled.active,
.btn-alt3.btn-shade3[disabled].active,
fieldset[disabled] .btn-alt3.btn-shade3.active {
  background-color: #6285b3;
  border-color: #6285b3;
}
.btn-alt3.btn-shade3 .badge {
  color: #6285b3;
}
.btn-alt3.btn-shade4 {
  background-color: #5b80b0;
  border-color: #5b80b0;
}
.btn-alt3.btn-shade4:focus,
.btn-alt3.btn-shade4.focus {
  background-color: #5b80b0;
  border-color: #5b80b0;
}
.btn-alt3.btn-shade4:hover {
  background-color: #6c8db8;
  border-color: #6c8db8;
}
.btn-alt3.btn-shade4:active,
.btn-alt3.btn-shade4.active,
.open > .dropdown-toggle.btn-alt3.btn-shade4 {
  background-color: #5278aa;
  border-color: #5278aa;
}
.btn-alt3.btn-shade4:active:hover,
.btn-alt3.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-alt3.btn-shade4:hover,
.btn-alt3.btn-shade4:active:focus,
.btn-alt3.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-alt3.btn-shade4:focus,
.btn-alt3.btn-shade4:active.focus,
.btn-alt3.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-alt3.btn-shade4.focus {
  background-color: #5278aa;
  border-color: #5278aa;
}
.btn-alt3.btn-shade4.disabled,
.btn-alt3.btn-shade4[disabled],
fieldset[disabled] .btn-alt3.btn-shade4,
.btn-alt3.btn-shade4.disabled:hover,
.btn-alt3.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-alt3.btn-shade4:hover,
.btn-alt3.btn-shade4.disabled:focus,
.btn-alt3.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-alt3.btn-shade4:focus,
.btn-alt3.btn-shade4.disabled.focus,
.btn-alt3.btn-shade4[disabled].focus,
fieldset[disabled] .btn-alt3.btn-shade4.focus,
.btn-alt3.btn-shade4.disabled:active,
.btn-alt3.btn-shade4[disabled]:active,
fieldset[disabled] .btn-alt3.btn-shade4:active,
.btn-alt3.btn-shade4.disabled.active,
.btn-alt3.btn-shade4[disabled].active,
fieldset[disabled] .btn-alt3.btn-shade4.active {
  background-color: #5b80b0;
  border-color: #5b80b0;
}
.btn-alt3.btn-shade4 .badge {
  color: #5b80b0;
}
.btn-alt4.btn-shade1 {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}
.btn-alt4.btn-shade1:focus,
.btn-alt4.btn-shade1.focus {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}
.btn-alt4.btn-shade1:hover {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}
.btn-alt4.btn-shade1:active,
.btn-alt4.btn-shade1.active,
.open > .dropdown-toggle.btn-alt4.btn-shade1 {
  background-color: #adadad;
  border-color: #adadad;
}
.btn-alt4.btn-shade1:active:hover,
.btn-alt4.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-alt4.btn-shade1:hover,
.btn-alt4.btn-shade1:active:focus,
.btn-alt4.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-alt4.btn-shade1:focus,
.btn-alt4.btn-shade1:active.focus,
.btn-alt4.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-alt4.btn-shade1.focus {
  background-color: #adadad;
  border-color: #adadad;
}
.btn-alt4.btn-shade1.disabled,
.btn-alt4.btn-shade1[disabled],
fieldset[disabled] .btn-alt4.btn-shade1,
.btn-alt4.btn-shade1.disabled:hover,
.btn-alt4.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-alt4.btn-shade1:hover,
.btn-alt4.btn-shade1.disabled:focus,
.btn-alt4.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-alt4.btn-shade1:focus,
.btn-alt4.btn-shade1.disabled.focus,
.btn-alt4.btn-shade1[disabled].focus,
fieldset[disabled] .btn-alt4.btn-shade1.focus,
.btn-alt4.btn-shade1.disabled:active,
.btn-alt4.btn-shade1[disabled]:active,
fieldset[disabled] .btn-alt4.btn-shade1:active,
.btn-alt4.btn-shade1.disabled.active,
.btn-alt4.btn-shade1[disabled].active,
fieldset[disabled] .btn-alt4.btn-shade1.active {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}
.btn-alt4.btn-shade1 .badge {
  color: #b5b5b5;
}
.btn-alt4.btn-shade2 {
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-alt4.btn-shade2:focus,
.btn-alt4.btn-shade2.focus {
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-alt4.btn-shade2:hover {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
.btn-alt4.btn-shade2:active,
.btn-alt4.btn-shade2.active,
.open > .dropdown-toggle.btn-alt4.btn-shade2 {
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-alt4.btn-shade2:active:hover,
.btn-alt4.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-alt4.btn-shade2:hover,
.btn-alt4.btn-shade2:active:focus,
.btn-alt4.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-alt4.btn-shade2:focus,
.btn-alt4.btn-shade2:active.focus,
.btn-alt4.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-alt4.btn-shade2.focus {
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-alt4.btn-shade2.disabled,
.btn-alt4.btn-shade2[disabled],
fieldset[disabled] .btn-alt4.btn-shade2,
.btn-alt4.btn-shade2.disabled:hover,
.btn-alt4.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-alt4.btn-shade2:hover,
.btn-alt4.btn-shade2.disabled:focus,
.btn-alt4.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-alt4.btn-shade2:focus,
.btn-alt4.btn-shade2.disabled.focus,
.btn-alt4.btn-shade2[disabled].focus,
fieldset[disabled] .btn-alt4.btn-shade2.focus,
.btn-alt4.btn-shade2.disabled:active,
.btn-alt4.btn-shade2[disabled]:active,
fieldset[disabled] .btn-alt4.btn-shade2:active,
.btn-alt4.btn-shade2.disabled.active,
.btn-alt4.btn-shade2[disabled].active,
fieldset[disabled] .btn-alt4.btn-shade2.active {
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-alt4.btn-shade2 .badge {
  color: #b0b0b0;
}
.btn-alt4.btn-shade3 {
  background-color: #ababab;
  border-color: #ababab;
}
.btn-alt4.btn-shade3:focus,
.btn-alt4.btn-shade3.focus {
  background-color: #ababab;
  border-color: #ababab;
}
.btn-alt4.btn-shade3:hover {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
}
.btn-alt4.btn-shade3:active,
.btn-alt4.btn-shade3.active,
.open > .dropdown-toggle.btn-alt4.btn-shade3 {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-alt4.btn-shade3:active:hover,
.btn-alt4.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-alt4.btn-shade3:hover,
.btn-alt4.btn-shade3:active:focus,
.btn-alt4.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-alt4.btn-shade3:focus,
.btn-alt4.btn-shade3:active.focus,
.btn-alt4.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-alt4.btn-shade3.focus {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-alt4.btn-shade3.disabled,
.btn-alt4.btn-shade3[disabled],
fieldset[disabled] .btn-alt4.btn-shade3,
.btn-alt4.btn-shade3.disabled:hover,
.btn-alt4.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-alt4.btn-shade3:hover,
.btn-alt4.btn-shade3.disabled:focus,
.btn-alt4.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-alt4.btn-shade3:focus,
.btn-alt4.btn-shade3.disabled.focus,
.btn-alt4.btn-shade3[disabled].focus,
fieldset[disabled] .btn-alt4.btn-shade3.focus,
.btn-alt4.btn-shade3.disabled:active,
.btn-alt4.btn-shade3[disabled]:active,
fieldset[disabled] .btn-alt4.btn-shade3:active,
.btn-alt4.btn-shade3.disabled.active,
.btn-alt4.btn-shade3[disabled].active,
fieldset[disabled] .btn-alt4.btn-shade3.active {
  background-color: #ababab;
  border-color: #ababab;
}
.btn-alt4.btn-shade3 .badge {
  color: #ababab;
}
.btn-alt4.btn-shade4 {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}
.btn-alt4.btn-shade4:focus,
.btn-alt4.btn-shade4.focus {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}
.btn-alt4.btn-shade4:hover {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-alt4.btn-shade4:active,
.btn-alt4.btn-shade4.active,
.open > .dropdown-toggle.btn-alt4.btn-shade4 {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-alt4.btn-shade4:active:hover,
.btn-alt4.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-alt4.btn-shade4:hover,
.btn-alt4.btn-shade4:active:focus,
.btn-alt4.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-alt4.btn-shade4:focus,
.btn-alt4.btn-shade4:active.focus,
.btn-alt4.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-alt4.btn-shade4.focus {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-alt4.btn-shade4.disabled,
.btn-alt4.btn-shade4[disabled],
fieldset[disabled] .btn-alt4.btn-shade4,
.btn-alt4.btn-shade4.disabled:hover,
.btn-alt4.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-alt4.btn-shade4:hover,
.btn-alt4.btn-shade4.disabled:focus,
.btn-alt4.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-alt4.btn-shade4:focus,
.btn-alt4.btn-shade4.disabled.focus,
.btn-alt4.btn-shade4[disabled].focus,
fieldset[disabled] .btn-alt4.btn-shade4.focus,
.btn-alt4.btn-shade4.disabled:active,
.btn-alt4.btn-shade4[disabled]:active,
fieldset[disabled] .btn-alt4.btn-shade4:active,
.btn-alt4.btn-shade4.disabled.active,
.btn-alt4.btn-shade4[disabled].active,
fieldset[disabled] .btn-alt4.btn-shade4.active {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}
.btn-alt4.btn-shade4 .badge {
  color: #a6a6a6;
}
.btn-default.btn-facebook {
  color: #5d82d1;
}
.btn-default.btn-facebook:active,
.btn-default.btn-facebook.active,
.open > .dropdown-toggle.btn-default.btn-facebook {
  color: #5d82d1;
}
.btn-default.btn-facebook:active:hover,
.btn-default.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-default.btn-facebook:hover,
.btn-default.btn-facebook:active:focus,
.btn-default.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-default.btn-facebook:focus,
.btn-default.btn-facebook:active.focus,
.btn-default.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-default.btn-facebook.focus {
  color: #5d82d1;
}
.btn-default.btn-twitter {
  color: #50bff5;
}
.btn-default.btn-twitter:active,
.btn-default.btn-twitter.active,
.open > .dropdown-toggle.btn-default.btn-twitter {
  color: #50bff5;
}
.btn-default.btn-twitter:active:hover,
.btn-default.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-default.btn-twitter:hover,
.btn-default.btn-twitter:active:focus,
.btn-default.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-default.btn-twitter:focus,
.btn-default.btn-twitter:active.focus,
.btn-default.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-default.btn-twitter.focus {
  color: #50bff5;
}
.btn-default.btn-google-plus {
  color: #eb5e4c;
}
.btn-default.btn-google-plus:active,
.btn-default.btn-google-plus.active,
.open > .dropdown-toggle.btn-default.btn-google-plus {
  color: #eb5e4c;
}
.btn-default.btn-google-plus:active:hover,
.btn-default.btn-google-plus.active:hover,
.open > .dropdown-toggle.btn-default.btn-google-plus:hover,
.btn-default.btn-google-plus:active:focus,
.btn-default.btn-google-plus.active:focus,
.open > .dropdown-toggle.btn-default.btn-google-plus:focus,
.btn-default.btn-google-plus:active.focus,
.btn-default.btn-google-plus.active.focus,
.open > .dropdown-toggle.btn-default.btn-google-plus.focus {
  color: #eb5e4c;
}
.btn-default.btn-dribbble {
  color: #f7659c;
}
.btn-default.btn-dribbble:active,
.btn-default.btn-dribbble.active,
.open > .dropdown-toggle.btn-default.btn-dribbble {
  color: #f7659c;
}
.btn-default.btn-dribbble:active:hover,
.btn-default.btn-dribbble.active:hover,
.open > .dropdown-toggle.btn-default.btn-dribbble:hover,
.btn-default.btn-dribbble:active:focus,
.btn-default.btn-dribbble.active:focus,
.open > .dropdown-toggle.btn-default.btn-dribbble:focus,
.btn-default.btn-dribbble:active.focus,
.btn-default.btn-dribbble.active.focus,
.open > .dropdown-toggle.btn-default.btn-dribbble.focus {
  color: #f7659c;
}
.btn-default.btn-flickr {
  color: #0063dc;
}
.btn-default.btn-flickr:active,
.btn-default.btn-flickr.active,
.open > .dropdown-toggle.btn-default.btn-flickr {
  color: #0063dc;
}
.btn-default.btn-flickr:active:hover,
.btn-default.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-default.btn-flickr:hover,
.btn-default.btn-flickr:active:focus,
.btn-default.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-default.btn-flickr:focus,
.btn-default.btn-flickr:active.focus,
.btn-default.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-default.btn-flickr.focus {
  color: #0063dc;
}
.btn-default.btn-linkedin {
  color: #238cc8;
}
.btn-default.btn-linkedin:active,
.btn-default.btn-linkedin.active,
.open > .dropdown-toggle.btn-default.btn-linkedin {
  color: #238cc8;
}
.btn-default.btn-linkedin:active:hover,
.btn-default.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-default.btn-linkedin:hover,
.btn-default.btn-linkedin:active:focus,
.btn-default.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-default.btn-linkedin:focus,
.btn-default.btn-linkedin:active.focus,
.btn-default.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-default.btn-linkedin.focus {
  color: #238cc8;
}
.btn-default.btn-youtube {
  color: #ef4e41;
}
.btn-default.btn-youtube:active,
.btn-default.btn-youtube.active,
.open > .dropdown-toggle.btn-default.btn-youtube {
  color: #ef4e41;
}
.btn-default.btn-youtube:active:hover,
.btn-default.btn-youtube.active:hover,
.open > .dropdown-toggle.btn-default.btn-youtube:hover,
.btn-default.btn-youtube:active:focus,
.btn-default.btn-youtube.active:focus,
.open > .dropdown-toggle.btn-default.btn-youtube:focus,
.btn-default.btn-youtube:active.focus,
.btn-default.btn-youtube.active.focus,
.open > .dropdown-toggle.btn-default.btn-youtube.focus {
  color: #ef4e41;
}
.btn-default.btn-pinterest {
  color: #e13138;
}
.btn-default.btn-pinterest:active,
.btn-default.btn-pinterest.active,
.open > .dropdown-toggle.btn-default.btn-pinterest {
  color: #e13138;
}
.btn-default.btn-pinterest:active:hover,
.btn-default.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-default.btn-pinterest:hover,
.btn-default.btn-pinterest:active:focus,
.btn-default.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-default.btn-pinterest:focus,
.btn-default.btn-pinterest:active.focus,
.btn-default.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-default.btn-pinterest.focus {
  color: #e13138;
}
.btn-default.btn-github {
  color: #333;
}
.btn-default.btn-github:active,
.btn-default.btn-github.active,
.open > .dropdown-toggle.btn-default.btn-github {
  color: #333;
}
.btn-default.btn-github:active:hover,
.btn-default.btn-github.active:hover,
.open > .dropdown-toggle.btn-default.btn-github:hover,
.btn-default.btn-github:active:focus,
.btn-default.btn-github.active:focus,
.open > .dropdown-toggle.btn-default.btn-github:focus,
.btn-default.btn-github:active.focus,
.btn-default.btn-github.active.focus,
.open > .dropdown-toggle.btn-default.btn-github.focus {
  color: #333;
}
.btn-default.btn-tumblr {
  color: #426d9b;
}
.btn-default.btn-tumblr:active,
.btn-default.btn-tumblr.active,
.open > .dropdown-toggle.btn-default.btn-tumblr {
  color: #426d9b;
}
.btn-default.btn-tumblr:active:hover,
.btn-default.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-default.btn-tumblr:hover,
.btn-default.btn-tumblr:active:focus,
.btn-default.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-default.btn-tumblr:focus,
.btn-default.btn-tumblr:active.focus,
.btn-default.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-default.btn-tumblr.focus {
  color: #426d9b;
}
.btn-social.btn-facebook {
  color: #ffffff;
  background-color: #5d82d1;
  border-color: #5d82d1;
}
.btn-social.btn-facebook:focus,
.btn-social.btn-facebook.focus {
  color: #ffffff;
  background-color: #3864c3;
  border-color: #274688;
}
.btn-social.btn-facebook:hover {
  color: #ffffff;
  background-color: #3864c3;
  border-color: #3560bc;
}
.btn-social.btn-facebook:active,
.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn-social.btn-facebook {
  color: #ffffff;
  background-color: #3864c3;
  border-color: #3560bc;
}
.btn-social.btn-facebook:active:hover,
.btn-social.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-social.btn-facebook:hover,
.btn-social.btn-facebook:active:focus,
.btn-social.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-social.btn-facebook:focus,
.btn-social.btn-facebook:active.focus,
.btn-social.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-social.btn-facebook.focus {
  color: #ffffff;
  background-color: #3056a8;
  border-color: #274688;
}
.btn-social.btn-facebook:active,
.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn-social.btn-facebook {
  background-image: none;
}
.btn-social.btn-facebook.disabled:hover,
.btn-social.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-social.btn-facebook:hover,
.btn-social.btn-facebook.disabled:focus,
.btn-social.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-social.btn-facebook:focus,
.btn-social.btn-facebook.disabled.focus,
.btn-social.btn-facebook[disabled].focus,
fieldset[disabled] .btn-social.btn-facebook.focus {
  background-color: #5d82d1;
  border-color: #5d82d1;
}
.btn-social.btn-facebook .badge {
  color: #5d82d1;
  background-color: #ffffff;
}
.btn-social.btn-facebook:focus,
.btn-social.btn-facebook.focus {
  color: #ffffff;
  background-color: #5d82d1;
  border-color: #5d82d1;
}
.btn-social.btn-facebook:hover {
  color: #ffffff;
  background-color: #7191d7;
  border-color: #7191d7;
}
.btn-social.btn-facebook:active,
.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn-social.btn-facebook {
  color: #ffffff;
  background-color: #4973cb;
  border-color: #4973cb;
}
.btn-social.btn-facebook:active:hover,
.btn-social.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-social.btn-facebook:hover,
.btn-social.btn-facebook:active:focus,
.btn-social.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-social.btn-facebook:focus,
.btn-social.btn-facebook:active.focus,
.btn-social.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-social.btn-facebook.focus {
  color: #ffffff;
  background-color: #4973cb;
  border-color: #4973cb;
}
.btn-social.btn-facebook:active,
.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn-social.btn-facebook {
  background-image: none;
}
.btn-social.btn-facebook.disabled,
.btn-social.btn-facebook[disabled],
fieldset[disabled] .btn-social.btn-facebook,
.btn-social.btn-facebook.disabled:hover,
.btn-social.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-social.btn-facebook:hover,
.btn-social.btn-facebook.disabled:focus,
.btn-social.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-social.btn-facebook:focus,
.btn-social.btn-facebook.disabled.focus,
.btn-social.btn-facebook[disabled].focus,
fieldset[disabled] .btn-social.btn-facebook.focus,
.btn-social.btn-facebook.disabled:active,
.btn-social.btn-facebook[disabled]:active,
fieldset[disabled] .btn-social.btn-facebook:active,
.btn-social.btn-facebook.disabled.active,
.btn-social.btn-facebook[disabled].active,
fieldset[disabled] .btn-social.btn-facebook.active {
  background-color: #5d82d1;
  border-color: #5d82d1;
}
.btn-social.btn-facebook .badge {
  color: #5d82d1;
  background-color: #ffffff;
}
.btn-social.btn-twitter {
  color: #ffffff;
  background-color: #50bff5;
  border-color: #50bff5;
}
.btn-social.btn-twitter:focus,
.btn-social.btn-twitter.focus {
  color: #ffffff;
  background-color: #20adf2;
  border-color: #0b81bb;
}
.btn-social.btn-twitter:hover {
  color: #ffffff;
  background-color: #20adf2;
  border-color: #16aaf2;
}
.btn-social.btn-twitter:active,
.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn-social.btn-twitter {
  color: #ffffff;
  background-color: #20adf2;
  border-color: #16aaf2;
}
.btn-social.btn-twitter:active:hover,
.btn-social.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-social.btn-twitter:hover,
.btn-social.btn-twitter:active:focus,
.btn-social.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-social.btn-twitter:focus,
.btn-social.btn-twitter:active.focus,
.btn-social.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-social.btn-twitter.focus {
  color: #ffffff;
  background-color: #0d9ce1;
  border-color: #0b81bb;
}
.btn-social.btn-twitter:active,
.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn-social.btn-twitter {
  background-image: none;
}
.btn-social.btn-twitter.disabled:hover,
.btn-social.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-social.btn-twitter:hover,
.btn-social.btn-twitter.disabled:focus,
.btn-social.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-social.btn-twitter:focus,
.btn-social.btn-twitter.disabled.focus,
.btn-social.btn-twitter[disabled].focus,
fieldset[disabled] .btn-social.btn-twitter.focus {
  background-color: #50bff5;
  border-color: #50bff5;
}
.btn-social.btn-twitter .badge {
  color: #50bff5;
  background-color: #ffffff;
}
.btn-social.btn-twitter:focus,
.btn-social.btn-twitter.focus {
  color: #ffffff;
  background-color: #50bff5;
  border-color: #50bff5;
}
.btn-social.btn-twitter:hover {
  color: #ffffff;
  background-color: #68c8f6;
  border-color: #68c8f6;
}
.btn-social.btn-twitter:active,
.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn-social.btn-twitter {
  color: #ffffff;
  background-color: #38b6f4;
  border-color: #38b6f4;
}
.btn-social.btn-twitter:active:hover,
.btn-social.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-social.btn-twitter:hover,
.btn-social.btn-twitter:active:focus,
.btn-social.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-social.btn-twitter:focus,
.btn-social.btn-twitter:active.focus,
.btn-social.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-social.btn-twitter.focus {
  color: #ffffff;
  background-color: #38b6f4;
  border-color: #38b6f4;
}
.btn-social.btn-twitter:active,
.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn-social.btn-twitter {
  background-image: none;
}
.btn-social.btn-twitter.disabled,
.btn-social.btn-twitter[disabled],
fieldset[disabled] .btn-social.btn-twitter,
.btn-social.btn-twitter.disabled:hover,
.btn-social.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-social.btn-twitter:hover,
.btn-social.btn-twitter.disabled:focus,
.btn-social.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-social.btn-twitter:focus,
.btn-social.btn-twitter.disabled.focus,
.btn-social.btn-twitter[disabled].focus,
fieldset[disabled] .btn-social.btn-twitter.focus,
.btn-social.btn-twitter.disabled:active,
.btn-social.btn-twitter[disabled]:active,
fieldset[disabled] .btn-social.btn-twitter:active,
.btn-social.btn-twitter.disabled.active,
.btn-social.btn-twitter[disabled].active,
fieldset[disabled] .btn-social.btn-twitter.active {
  background-color: #50bff5;
  border-color: #50bff5;
}
.btn-social.btn-twitter .badge {
  color: #50bff5;
  background-color: #ffffff;
}
.btn-social.btn-google-plus {
  color: #ffffff;
  background-color: #eb5e4c;
  border-color: #eb5e4c;
}
.btn-social.btn-google-plus:focus,
.btn-social.btn-google-plus.focus {
  color: #ffffff;
  background-color: #e6351e;
  border-color: #a52312;
}
.btn-social.btn-google-plus:hover {
  color: #ffffff;
  background-color: #e6351e;
  border-color: #e13019;
}
.btn-social.btn-google-plus:active,
.btn-social.btn-google-plus.active,
.open > .dropdown-toggle.btn-social.btn-google-plus {
  color: #ffffff;
  background-color: #e6351e;
  border-color: #e13019;
}
.btn-social.btn-google-plus:active:hover,
.btn-social.btn-google-plus.active:hover,
.open > .dropdown-toggle.btn-social.btn-google-plus:hover,
.btn-social.btn-google-plus:active:focus,
.btn-social.btn-google-plus.active:focus,
.open > .dropdown-toggle.btn-social.btn-google-plus:focus,
.btn-social.btn-google-plus:active.focus,
.btn-social.btn-google-plus.active.focus,
.open > .dropdown-toggle.btn-social.btn-google-plus.focus {
  color: #ffffff;
  background-color: #ca2b17;
  border-color: #a52312;
}
.btn-social.btn-google-plus:active,
.btn-social.btn-google-plus.active,
.open > .dropdown-toggle.btn-social.btn-google-plus {
  background-image: none;
}
.btn-social.btn-google-plus.disabled:hover,
.btn-social.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-social.btn-google-plus:hover,
.btn-social.btn-google-plus.disabled:focus,
.btn-social.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-social.btn-google-plus:focus,
.btn-social.btn-google-plus.disabled.focus,
.btn-social.btn-google-plus[disabled].focus,
fieldset[disabled] .btn-social.btn-google-plus.focus {
  background-color: #eb5e4c;
  border-color: #eb5e4c;
}
.btn-social.btn-google-plus .badge {
  color: #eb5e4c;
  background-color: #ffffff;
}
.btn-social.btn-google-plus:focus,
.btn-social.btn-google-plus.focus {
  color: #ffffff;
  background-color: #eb5e4c;
  border-color: #eb5e4c;
}
.btn-social.btn-google-plus:hover {
  color: #ffffff;
  background-color: #ee7363;
  border-color: #ee7363;
}
.btn-social.btn-google-plus:active,
.btn-social.btn-google-plus.active,
.open > .dropdown-toggle.btn-social.btn-google-plus {
  color: #ffffff;
  background-color: #e84935;
  border-color: #e84935;
}
.btn-social.btn-google-plus:active:hover,
.btn-social.btn-google-plus.active:hover,
.open > .dropdown-toggle.btn-social.btn-google-plus:hover,
.btn-social.btn-google-plus:active:focus,
.btn-social.btn-google-plus.active:focus,
.open > .dropdown-toggle.btn-social.btn-google-plus:focus,
.btn-social.btn-google-plus:active.focus,
.btn-social.btn-google-plus.active.focus,
.open > .dropdown-toggle.btn-social.btn-google-plus.focus {
  color: #ffffff;
  background-color: #e84935;
  border-color: #e84935;
}
.btn-social.btn-google-plus:active,
.btn-social.btn-google-plus.active,
.open > .dropdown-toggle.btn-social.btn-google-plus {
  background-image: none;
}
.btn-social.btn-google-plus.disabled,
.btn-social.btn-google-plus[disabled],
fieldset[disabled] .btn-social.btn-google-plus,
.btn-social.btn-google-plus.disabled:hover,
.btn-social.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-social.btn-google-plus:hover,
.btn-social.btn-google-plus.disabled:focus,
.btn-social.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-social.btn-google-plus:focus,
.btn-social.btn-google-plus.disabled.focus,
.btn-social.btn-google-plus[disabled].focus,
fieldset[disabled] .btn-social.btn-google-plus.focus,
.btn-social.btn-google-plus.disabled:active,
.btn-social.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-social.btn-google-plus:active,
.btn-social.btn-google-plus.disabled.active,
.btn-social.btn-google-plus[disabled].active,
fieldset[disabled] .btn-social.btn-google-plus.active {
  background-color: #eb5e4c;
  border-color: #eb5e4c;
}
.btn-social.btn-google-plus .badge {
  color: #eb5e4c;
  background-color: #ffffff;
}
.btn-social.btn-dribbble {
  color: #ffffff;
  background-color: #f7659c;
  border-color: #f7659c;
}
.btn-social.btn-dribbble:focus,
.btn-social.btn-dribbble.focus {
  color: #ffffff;
  background-color: #f4357d;
  border-color: #d20b56;
}
.btn-social.btn-dribbble:hover {
  color: #ffffff;
  background-color: #f4357d;
  border-color: #f42b77;
}
.btn-social.btn-dribbble:active,
.btn-social.btn-dribbble.active,
.open > .dropdown-toggle.btn-social.btn-dribbble {
  color: #ffffff;
  background-color: #f4357d;
  border-color: #f42b77;
}
.btn-social.btn-dribbble:active:hover,
.btn-social.btn-dribbble.active:hover,
.open > .dropdown-toggle.btn-social.btn-dribbble:hover,
.btn-social.btn-dribbble:active:focus,
.btn-social.btn-dribbble.active:focus,
.open > .dropdown-toggle.btn-social.btn-dribbble:focus,
.btn-social.btn-dribbble:active.focus,
.btn-social.btn-dribbble.active.focus,
.open > .dropdown-toggle.btn-social.btn-dribbble.focus {
  color: #ffffff;
  background-color: #f31367;
  border-color: #d20b56;
}
.btn-social.btn-dribbble:active,
.btn-social.btn-dribbble.active,
.open > .dropdown-toggle.btn-social.btn-dribbble {
  background-image: none;
}
.btn-social.btn-dribbble.disabled:hover,
.btn-social.btn-dribbble[disabled]:hover,
fieldset[disabled] .btn-social.btn-dribbble:hover,
.btn-social.btn-dribbble.disabled:focus,
.btn-social.btn-dribbble[disabled]:focus,
fieldset[disabled] .btn-social.btn-dribbble:focus,
.btn-social.btn-dribbble.disabled.focus,
.btn-social.btn-dribbble[disabled].focus,
fieldset[disabled] .btn-social.btn-dribbble.focus {
  background-color: #f7659c;
  border-color: #f7659c;
}
.btn-social.btn-dribbble .badge {
  color: #f7659c;
  background-color: #ffffff;
}
.btn-social.btn-dribbble:focus,
.btn-social.btn-dribbble.focus {
  color: #ffffff;
  background-color: #f7659c;
  border-color: #f7659c;
}
.btn-social.btn-dribbble:hover {
  color: #ffffff;
  background-color: #f87dac;
  border-color: #f87dac;
}
.btn-social.btn-dribbble:active,
.btn-social.btn-dribbble.active,
.open > .dropdown-toggle.btn-social.btn-dribbble {
  color: #ffffff;
  background-color: #f64d8c;
  border-color: #f64d8c;
}
.btn-social.btn-dribbble:active:hover,
.btn-social.btn-dribbble.active:hover,
.open > .dropdown-toggle.btn-social.btn-dribbble:hover,
.btn-social.btn-dribbble:active:focus,
.btn-social.btn-dribbble.active:focus,
.open > .dropdown-toggle.btn-social.btn-dribbble:focus,
.btn-social.btn-dribbble:active.focus,
.btn-social.btn-dribbble.active.focus,
.open > .dropdown-toggle.btn-social.btn-dribbble.focus {
  color: #ffffff;
  background-color: #f64d8c;
  border-color: #f64d8c;
}
.btn-social.btn-dribbble:active,
.btn-social.btn-dribbble.active,
.open > .dropdown-toggle.btn-social.btn-dribbble {
  background-image: none;
}
.btn-social.btn-dribbble.disabled,
.btn-social.btn-dribbble[disabled],
fieldset[disabled] .btn-social.btn-dribbble,
.btn-social.btn-dribbble.disabled:hover,
.btn-social.btn-dribbble[disabled]:hover,
fieldset[disabled] .btn-social.btn-dribbble:hover,
.btn-social.btn-dribbble.disabled:focus,
.btn-social.btn-dribbble[disabled]:focus,
fieldset[disabled] .btn-social.btn-dribbble:focus,
.btn-social.btn-dribbble.disabled.focus,
.btn-social.btn-dribbble[disabled].focus,
fieldset[disabled] .btn-social.btn-dribbble.focus,
.btn-social.btn-dribbble.disabled:active,
.btn-social.btn-dribbble[disabled]:active,
fieldset[disabled] .btn-social.btn-dribbble:active,
.btn-social.btn-dribbble.disabled.active,
.btn-social.btn-dribbble[disabled].active,
fieldset[disabled] .btn-social.btn-dribbble.active {
  background-color: #f7659c;
  border-color: #f7659c;
}
.btn-social.btn-dribbble .badge {
  color: #f7659c;
  background-color: #ffffff;
}
.btn-social.btn-flickr {
  color: #ffffff;
  background-color: #0063dc;
  border-color: #0063dc;
}
.btn-social.btn-flickr:focus,
.btn-social.btn-flickr.focus {
  color: #ffffff;
  background-color: #004ca9;
  border-color: #002a5d;
}
.btn-social.btn-flickr:hover {
  color: #ffffff;
  background-color: #004ca9;
  border-color: #00479f;
}
.btn-social.btn-flickr:active,
.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn-social.btn-flickr {
  color: #ffffff;
  background-color: #004ca9;
  border-color: #00479f;
}
.btn-social.btn-flickr:active:hover,
.btn-social.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-social.btn-flickr:hover,
.btn-social.btn-flickr:active:focus,
.btn-social.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-social.btn-flickr:focus,
.btn-social.btn-flickr:active.focus,
.btn-social.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-social.btn-flickr.focus {
  color: #ffffff;
  background-color: #003c85;
  border-color: #002a5d;
}
.btn-social.btn-flickr:active,
.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn-social.btn-flickr {
  background-image: none;
}
.btn-social.btn-flickr.disabled:hover,
.btn-social.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-social.btn-flickr:hover,
.btn-social.btn-flickr.disabled:focus,
.btn-social.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-social.btn-flickr:focus,
.btn-social.btn-flickr.disabled.focus,
.btn-social.btn-flickr[disabled].focus,
fieldset[disabled] .btn-social.btn-flickr.focus {
  background-color: #0063dc;
  border-color: #0063dc;
}
.btn-social.btn-flickr .badge {
  color: #0063dc;
  background-color: #ffffff;
}
.btn-social.btn-flickr:focus,
.btn-social.btn-flickr.focus {
  color: #ffffff;
  background-color: #0063dc;
  border-color: #0063dc;
}
.btn-social.btn-flickr:hover {
  color: #ffffff;
  background-color: #006ef6;
  border-color: #006ef6;
}
.btn-social.btn-flickr:active,
.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn-social.btn-flickr {
  color: #ffffff;
  background-color: #0058c3;
  border-color: #0058c3;
}
.btn-social.btn-flickr:active:hover,
.btn-social.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-social.btn-flickr:hover,
.btn-social.btn-flickr:active:focus,
.btn-social.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-social.btn-flickr:focus,
.btn-social.btn-flickr:active.focus,
.btn-social.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-social.btn-flickr.focus {
  color: #ffffff;
  background-color: #0058c3;
  border-color: #0058c3;
}
.btn-social.btn-flickr:active,
.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn-social.btn-flickr {
  background-image: none;
}
.btn-social.btn-flickr.disabled,
.btn-social.btn-flickr[disabled],
fieldset[disabled] .btn-social.btn-flickr,
.btn-social.btn-flickr.disabled:hover,
.btn-social.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-social.btn-flickr:hover,
.btn-social.btn-flickr.disabled:focus,
.btn-social.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-social.btn-flickr:focus,
.btn-social.btn-flickr.disabled.focus,
.btn-social.btn-flickr[disabled].focus,
fieldset[disabled] .btn-social.btn-flickr.focus,
.btn-social.btn-flickr.disabled:active,
.btn-social.btn-flickr[disabled]:active,
fieldset[disabled] .btn-social.btn-flickr:active,
.btn-social.btn-flickr.disabled.active,
.btn-social.btn-flickr[disabled].active,
fieldset[disabled] .btn-social.btn-flickr.active {
  background-color: #0063dc;
  border-color: #0063dc;
}
.btn-social.btn-flickr .badge {
  color: #0063dc;
  background-color: #ffffff;
}
.btn-social.btn-linkedin {
  color: #ffffff;
  background-color: #238cc8;
  border-color: #238cc8;
}
.btn-social.btn-linkedin:focus,
.btn-social.btn-linkedin.focus {
  color: #ffffff;
  background-color: #1b6e9d;
  border-color: #10405b;
}
.btn-social.btn-linkedin:hover {
  color: #ffffff;
  background-color: #1b6e9d;
  border-color: #1a6894;
}
.btn-social.btn-linkedin:active,
.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn-social.btn-linkedin {
  color: #ffffff;
  background-color: #1b6e9d;
  border-color: #1a6894;
}
.btn-social.btn-linkedin:active:hover,
.btn-social.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-social.btn-linkedin:hover,
.btn-social.btn-linkedin:active:focus,
.btn-social.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-social.btn-linkedin:focus,
.btn-social.btn-linkedin:active.focus,
.btn-social.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-social.btn-linkedin.focus {
  color: #ffffff;
  background-color: #16587e;
  border-color: #10405b;
}
.btn-social.btn-linkedin:active,
.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn-social.btn-linkedin {
  background-image: none;
}
.btn-social.btn-linkedin.disabled:hover,
.btn-social.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-social.btn-linkedin:hover,
.btn-social.btn-linkedin.disabled:focus,
.btn-social.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-social.btn-linkedin:focus,
.btn-social.btn-linkedin.disabled.focus,
.btn-social.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-social.btn-linkedin.focus {
  background-color: #238cc8;
  border-color: #238cc8;
}
.btn-social.btn-linkedin .badge {
  color: #238cc8;
  background-color: #ffffff;
}
.btn-social.btn-linkedin:focus,
.btn-social.btn-linkedin.focus {
  color: #ffffff;
  background-color: #238cc8;
  border-color: #238cc8;
}
.btn-social.btn-linkedin:hover {
  color: #ffffff;
  background-color: #2b9ada;
  border-color: #2b9ada;
}
.btn-social.btn-linkedin:active,
.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn-social.btn-linkedin {
  color: #ffffff;
  background-color: #1f7db2;
  border-color: #1f7db2;
}
.btn-social.btn-linkedin:active:hover,
.btn-social.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-social.btn-linkedin:hover,
.btn-social.btn-linkedin:active:focus,
.btn-social.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-social.btn-linkedin:focus,
.btn-social.btn-linkedin:active.focus,
.btn-social.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-social.btn-linkedin.focus {
  color: #ffffff;
  background-color: #1f7db2;
  border-color: #1f7db2;
}
.btn-social.btn-linkedin:active,
.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn-social.btn-linkedin {
  background-image: none;
}
.btn-social.btn-linkedin.disabled,
.btn-social.btn-linkedin[disabled],
fieldset[disabled] .btn-social.btn-linkedin,
.btn-social.btn-linkedin.disabled:hover,
.btn-social.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-social.btn-linkedin:hover,
.btn-social.btn-linkedin.disabled:focus,
.btn-social.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-social.btn-linkedin:focus,
.btn-social.btn-linkedin.disabled.focus,
.btn-social.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-social.btn-linkedin.focus,
.btn-social.btn-linkedin.disabled:active,
.btn-social.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-social.btn-linkedin:active,
.btn-social.btn-linkedin.disabled.active,
.btn-social.btn-linkedin[disabled].active,
fieldset[disabled] .btn-social.btn-linkedin.active {
  background-color: #238cc8;
  border-color: #238cc8;
}
.btn-social.btn-linkedin .badge {
  color: #238cc8;
  background-color: #ffffff;
}
.btn-social.btn-youtube {
  color: #ffffff;
  background-color: #ef4e41;
  border-color: #ef4e41;
}
.btn-social.btn-youtube:focus,
.btn-social.btn-youtube.focus {
  color: #ffffff;
  background-color: #e92414;
  border-color: #a3190e;
}
.btn-social.btn-youtube:hover {
  color: #ffffff;
  background-color: #e92414;
  border-color: #e02213;
}
.btn-social.btn-youtube:active,
.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn-social.btn-youtube {
  color: #ffffff;
  background-color: #e92414;
  border-color: #e02213;
}
.btn-social.btn-youtube:active:hover,
.btn-social.btn-youtube.active:hover,
.open > .dropdown-toggle.btn-social.btn-youtube:hover,
.btn-social.btn-youtube:active:focus,
.btn-social.btn-youtube.active:focus,
.open > .dropdown-toggle.btn-social.btn-youtube:focus,
.btn-social.btn-youtube:active.focus,
.btn-social.btn-youtube.active.focus,
.open > .dropdown-toggle.btn-social.btn-youtube.focus {
  color: #ffffff;
  background-color: #c81f11;
  border-color: #a3190e;
}
.btn-social.btn-youtube:active,
.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn-social.btn-youtube {
  background-image: none;
}
.btn-social.btn-youtube.disabled:hover,
.btn-social.btn-youtube[disabled]:hover,
fieldset[disabled] .btn-social.btn-youtube:hover,
.btn-social.btn-youtube.disabled:focus,
.btn-social.btn-youtube[disabled]:focus,
fieldset[disabled] .btn-social.btn-youtube:focus,
.btn-social.btn-youtube.disabled.focus,
.btn-social.btn-youtube[disabled].focus,
fieldset[disabled] .btn-social.btn-youtube.focus {
  background-color: #ef4e41;
  border-color: #ef4e41;
}
.btn-social.btn-youtube .badge {
  color: #ef4e41;
  background-color: #ffffff;
}
.btn-social.btn-youtube:focus,
.btn-social.btn-youtube.focus {
  color: #ffffff;
  background-color: #ef4e41;
  border-color: #ef4e41;
}
.btn-social.btn-youtube:hover {
  color: #ffffff;
  background-color: #f16459;
  border-color: #f16459;
}
.btn-social.btn-youtube:active,
.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn-social.btn-youtube {
  color: #ffffff;
  background-color: #ed3829;
  border-color: #ed3829;
}
.btn-social.btn-youtube:active:hover,
.btn-social.btn-youtube.active:hover,
.open > .dropdown-toggle.btn-social.btn-youtube:hover,
.btn-social.btn-youtube:active:focus,
.btn-social.btn-youtube.active:focus,
.open > .dropdown-toggle.btn-social.btn-youtube:focus,
.btn-social.btn-youtube:active.focus,
.btn-social.btn-youtube.active.focus,
.open > .dropdown-toggle.btn-social.btn-youtube.focus {
  color: #ffffff;
  background-color: #ed3829;
  border-color: #ed3829;
}
.btn-social.btn-youtube:active,
.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn-social.btn-youtube {
  background-image: none;
}
.btn-social.btn-youtube.disabled,
.btn-social.btn-youtube[disabled],
fieldset[disabled] .btn-social.btn-youtube,
.btn-social.btn-youtube.disabled:hover,
.btn-social.btn-youtube[disabled]:hover,
fieldset[disabled] .btn-social.btn-youtube:hover,
.btn-social.btn-youtube.disabled:focus,
.btn-social.btn-youtube[disabled]:focus,
fieldset[disabled] .btn-social.btn-youtube:focus,
.btn-social.btn-youtube.disabled.focus,
.btn-social.btn-youtube[disabled].focus,
fieldset[disabled] .btn-social.btn-youtube.focus,
.btn-social.btn-youtube.disabled:active,
.btn-social.btn-youtube[disabled]:active,
fieldset[disabled] .btn-social.btn-youtube:active,
.btn-social.btn-youtube.disabled.active,
.btn-social.btn-youtube[disabled].active,
fieldset[disabled] .btn-social.btn-youtube.active {
  background-color: #ef4e41;
  border-color: #ef4e41;
}
.btn-social.btn-youtube .badge {
  color: #ef4e41;
  background-color: #ffffff;
}
.btn-social.btn-pinterest {
  color: #ffffff;
  background-color: #e13138;
  border-color: #e13138;
}
.btn-social.btn-pinterest:focus,
.btn-social.btn-pinterest.focus {
  color: #ffffff;
  background-color: #c31c23;
  border-color: #801317;
}
.btn-social.btn-pinterest:hover {
  color: #ffffff;
  background-color: #c31c23;
  border-color: #ba1b21;
}
.btn-social.btn-pinterest:active,
.btn-social.btn-pinterest.active,
.open > .dropdown-toggle.btn-social.btn-pinterest {
  color: #ffffff;
  background-color: #c31c23;
  border-color: #ba1b21;
}
.btn-social.btn-pinterest:active:hover,
.btn-social.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-social.btn-pinterest:hover,
.btn-social.btn-pinterest:active:focus,
.btn-social.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-social.btn-pinterest:focus,
.btn-social.btn-pinterest:active.focus,
.btn-social.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-social.btn-pinterest.focus {
  color: #ffffff;
  background-color: #a3181d;
  border-color: #801317;
}
.btn-social.btn-pinterest:active,
.btn-social.btn-pinterest.active,
.open > .dropdown-toggle.btn-social.btn-pinterest {
  background-image: none;
}
.btn-social.btn-pinterest.disabled:hover,
.btn-social.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-social.btn-pinterest:hover,
.btn-social.btn-pinterest.disabled:focus,
.btn-social.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-social.btn-pinterest:focus,
.btn-social.btn-pinterest.disabled.focus,
.btn-social.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-social.btn-pinterest.focus {
  background-color: #e13138;
  border-color: #e13138;
}
.btn-social.btn-pinterest .badge {
  color: #e13138;
  background-color: #ffffff;
}
.btn-social.btn-pinterest:focus,
.btn-social.btn-pinterest.focus {
  color: #ffffff;
  background-color: #e13138;
  border-color: #e13138;
}
.btn-social.btn-pinterest:hover {
  color: #ffffff;
  background-color: #e4474e;
  border-color: #e4474e;
}
.btn-social.btn-pinterest:active,
.btn-social.btn-pinterest.active,
.open > .dropdown-toggle.btn-social.btn-pinterest {
  color: #ffffff;
  background-color: #d92027;
  border-color: #d92027;
}
.btn-social.btn-pinterest:active:hover,
.btn-social.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-social.btn-pinterest:hover,
.btn-social.btn-pinterest:active:focus,
.btn-social.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-social.btn-pinterest:focus,
.btn-social.btn-pinterest:active.focus,
.btn-social.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-social.btn-pinterest.focus {
  color: #ffffff;
  background-color: #d92027;
  border-color: #d92027;
}
.btn-social.btn-pinterest:active,
.btn-social.btn-pinterest.active,
.open > .dropdown-toggle.btn-social.btn-pinterest {
  background-image: none;
}
.btn-social.btn-pinterest.disabled,
.btn-social.btn-pinterest[disabled],
fieldset[disabled] .btn-social.btn-pinterest,
.btn-social.btn-pinterest.disabled:hover,
.btn-social.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-social.btn-pinterest:hover,
.btn-social.btn-pinterest.disabled:focus,
.btn-social.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-social.btn-pinterest:focus,
.btn-social.btn-pinterest.disabled.focus,
.btn-social.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-social.btn-pinterest.focus,
.btn-social.btn-pinterest.disabled:active,
.btn-social.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-social.btn-pinterest:active,
.btn-social.btn-pinterest.disabled.active,
.btn-social.btn-pinterest[disabled].active,
fieldset[disabled] .btn-social.btn-pinterest.active {
  background-color: #e13138;
  border-color: #e13138;
}
.btn-social.btn-pinterest .badge {
  color: #e13138;
  background-color: #ffffff;
}
.btn-social.btn-github {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.btn-social.btn-github:focus,
.btn-social.btn-github.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #000000;
}
.btn-social.btn-github:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-social.btn-github:active,
.btn-social.btn-github.active,
.open > .dropdown-toggle.btn-social.btn-github {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-social.btn-github:active:hover,
.btn-social.btn-github.active:hover,
.open > .dropdown-toggle.btn-social.btn-github:hover,
.btn-social.btn-github:active:focus,
.btn-social.btn-github.active:focus,
.open > .dropdown-toggle.btn-social.btn-github:focus,
.btn-social.btn-github:active.focus,
.btn-social.btn-github.active.focus,
.open > .dropdown-toggle.btn-social.btn-github.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.btn-social.btn-github:active,
.btn-social.btn-github.active,
.open > .dropdown-toggle.btn-social.btn-github {
  background-image: none;
}
.btn-social.btn-github.disabled:hover,
.btn-social.btn-github[disabled]:hover,
fieldset[disabled] .btn-social.btn-github:hover,
.btn-social.btn-github.disabled:focus,
.btn-social.btn-github[disabled]:focus,
fieldset[disabled] .btn-social.btn-github:focus,
.btn-social.btn-github.disabled.focus,
.btn-social.btn-github[disabled].focus,
fieldset[disabled] .btn-social.btn-github.focus {
  background-color: #333;
  border-color: #333;
}
.btn-social.btn-github .badge {
  color: #333;
  background-color: #ffffff;
}
.btn-social.btn-github:focus,
.btn-social.btn-github.focus {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.btn-social.btn-github:hover {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
}
.btn-social.btn-github:active,
.btn-social.btn-github.active,
.open > .dropdown-toggle.btn-social.btn-github {
  color: #ffffff;
  background-color: #262626;
  border-color: #262626;
}
.btn-social.btn-github:active:hover,
.btn-social.btn-github.active:hover,
.open > .dropdown-toggle.btn-social.btn-github:hover,
.btn-social.btn-github:active:focus,
.btn-social.btn-github.active:focus,
.open > .dropdown-toggle.btn-social.btn-github:focus,
.btn-social.btn-github:active.focus,
.btn-social.btn-github.active.focus,
.open > .dropdown-toggle.btn-social.btn-github.focus {
  color: #ffffff;
  background-color: #262626;
  border-color: #262626;
}
.btn-social.btn-github:active,
.btn-social.btn-github.active,
.open > .dropdown-toggle.btn-social.btn-github {
  background-image: none;
}
.btn-social.btn-github.disabled,
.btn-social.btn-github[disabled],
fieldset[disabled] .btn-social.btn-github,
.btn-social.btn-github.disabled:hover,
.btn-social.btn-github[disabled]:hover,
fieldset[disabled] .btn-social.btn-github:hover,
.btn-social.btn-github.disabled:focus,
.btn-social.btn-github[disabled]:focus,
fieldset[disabled] .btn-social.btn-github:focus,
.btn-social.btn-github.disabled.focus,
.btn-social.btn-github[disabled].focus,
fieldset[disabled] .btn-social.btn-github.focus,
.btn-social.btn-github.disabled:active,
.btn-social.btn-github[disabled]:active,
fieldset[disabled] .btn-social.btn-github:active,
.btn-social.btn-github.disabled.active,
.btn-social.btn-github[disabled].active,
fieldset[disabled] .btn-social.btn-github.active {
  background-color: #333;
  border-color: #333;
}
.btn-social.btn-github .badge {
  color: #333;
  background-color: #ffffff;
}
.btn-social.btn-tumblr {
  color: #ffffff;
  background-color: #426d9b;
  border-color: #426d9b;
}
.btn-social.btn-tumblr:focus,
.btn-social.btn-tumblr.focus {
  color: #ffffff;
  background-color: #335477;
  border-color: #1c2e42;
}
.btn-social.btn-tumblr:hover {
  color: #ffffff;
  background-color: #335477;
  border-color: #304f70;
}
.btn-social.btn-tumblr:active,
.btn-social.btn-tumblr.active,
.open > .dropdown-toggle.btn-social.btn-tumblr {
  color: #ffffff;
  background-color: #335477;
  border-color: #304f70;
}
.btn-social.btn-tumblr:active:hover,
.btn-social.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-social.btn-tumblr:hover,
.btn-social.btn-tumblr:active:focus,
.btn-social.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-social.btn-tumblr:focus,
.btn-social.btn-tumblr:active.focus,
.btn-social.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-social.btn-tumblr.focus {
  color: #ffffff;
  background-color: #28425e;
  border-color: #1c2e42;
}
.btn-social.btn-tumblr:active,
.btn-social.btn-tumblr.active,
.open > .dropdown-toggle.btn-social.btn-tumblr {
  background-image: none;
}
.btn-social.btn-tumblr.disabled:hover,
.btn-social.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-social.btn-tumblr:hover,
.btn-social.btn-tumblr.disabled:focus,
.btn-social.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-social.btn-tumblr:focus,
.btn-social.btn-tumblr.disabled.focus,
.btn-social.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-social.btn-tumblr.focus {
  background-color: #426d9b;
  border-color: #426d9b;
}
.btn-social.btn-tumblr .badge {
  color: #426d9b;
  background-color: #ffffff;
}
.btn-social.btn-tumblr:focus,
.btn-social.btn-tumblr.focus {
  color: #ffffff;
  background-color: #426d9b;
  border-color: #426d9b;
}
.btn-social.btn-tumblr:hover {
  color: #ffffff;
  background-color: #4a7aad;
  border-color: #4a7aad;
}
.btn-social.btn-tumblr:active,
.btn-social.btn-tumblr.active,
.open > .dropdown-toggle.btn-social.btn-tumblr {
  color: #ffffff;
  background-color: #3a6089;
  border-color: #3a6089;
}
.btn-social.btn-tumblr:active:hover,
.btn-social.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-social.btn-tumblr:hover,
.btn-social.btn-tumblr:active:focus,
.btn-social.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-social.btn-tumblr:focus,
.btn-social.btn-tumblr:active.focus,
.btn-social.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-social.btn-tumblr.focus {
  color: #ffffff;
  background-color: #3a6089;
  border-color: #3a6089;
}
.btn-social.btn-tumblr:active,
.btn-social.btn-tumblr.active,
.open > .dropdown-toggle.btn-social.btn-tumblr {
  background-image: none;
}
.btn-social.btn-tumblr.disabled,
.btn-social.btn-tumblr[disabled],
fieldset[disabled] .btn-social.btn-tumblr,
.btn-social.btn-tumblr.disabled:hover,
.btn-social.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-social.btn-tumblr:hover,
.btn-social.btn-tumblr.disabled:focus,
.btn-social.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-social.btn-tumblr:focus,
.btn-social.btn-tumblr.disabled.focus,
.btn-social.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-social.btn-tumblr.focus,
.btn-social.btn-tumblr.disabled:active,
.btn-social.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-social.btn-tumblr:active,
.btn-social.btn-tumblr.disabled.active,
.btn-social.btn-tumblr[disabled].active,
fieldset[disabled] .btn-social.btn-tumblr.active {
  background-color: #426d9b;
  border-color: #426d9b;
}
.btn-social.btn-tumblr .badge {
  color: #426d9b;
  background-color: #ffffff;
}
.btn .icon {
  font-size: 19px;
  vertical-align: middle;
}
.btn .icon.icon-left {
  margin-right: 3px;
}
.btn .icon.icon-right {
  margin-left: 3px;
}
.btn .icon.fa {
  font-size: 15px;
}
.btn.btn-lg .icon {
  font-size: 23px;
  line-height: 25px;
}
.btn.btn-sm .icon {
  font-size: 16px;
  line-height: 16px;
}
.btn.btn-xs .icon {
  font-size: 14px;
  line-height: 16px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.rtl .btn-group > .btn,
.rtl .btn-group-vertical > .btn {
  float: right;
}
.rtl .btn-group .btn + .btn,
.rtl .btn-group .btn + .btn-group,
.rtl .btn-group .btn-group + .btn,
.rtl .btn-group .btn-group + .btn-group {
  margin-right: -1px;
}
.rtl .btn-toolbar .btn,
.rtl .btn-toolbar .btn-group,
.rtl .btn-toolbar .input-group {
  float: right;
}
.rtl .btn-toolbar > .btn,
.rtl .btn-toolbar > .btn-group,
.rtl .btn-toolbar > .input-group {
  margin-right: 5px;
}
.rtl .btn-group-justified > .btn,
.rtl .btn-group-justified > .btn-group {
  float: none;
}
.rtl .btn-group-justified > .btn-group .dropdown-menu {
  right: auto;
}
.rtl .btn-group-vertical > .btn,
.rtl .btn-group-vertical > .btn-group,
.rtl .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.rtl .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.rtl .btn-group-vertical > .btn + .btn,
.rtl .btn-group-vertical > .btn + .btn-group,
.rtl .btn-group-vertical > .btn-group + .btn,
.rtl .btn-group-vertical > .btn-group + .btn-group {
  margin-right: 0;
}
/*------------------------------------------------------------------
  [Panels]
*/
.panel {
  background-color: #ffffff;
  margin-bottom: 30px;
  box-shadow: none;
  border-width: 0;
}
.panel-heading {
  font-size: 18px;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px;
}
.panel-heading .panel-title,
.panel-heading .title,
.panel-heading > h1,
.panel-heading > h2,
.panel-heading > h3,
.panel-heading > h4,
.panel-heading > h5,
.panel-heading > h6 {
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin: 0;
}
.panel-heading .tools {
  float: right;
  font-size: 0;
}
.rtl .panel-heading .tools {
  float: left;
}
.panel-heading .tools > a {
  display: inline-block;
}
.panel-heading .tools .icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 21px;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
}
.rtl .panel-heading .tools .icon {
  margin-left: 0;
  margin-right: 5px;
}
.panel-heading .tools .icon:hover {
  color: #00002e;
}
.panel-heading .tools .icon.s7-close {
  font-size: 27px;
  margin-left: 1px;
  position: relative;
  top: 1px;
}
.rtl .panel-heading .tools .icon.s7-close {
  margin-left: 0;
  margin-right: 1px;
}
.panel-heading .tools .value {
  font-size: 24px;
  line-height: 22px;
}
.panel-heading.no-border {
  border-width: 0;
}
.panel-heading-fullwidth .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-info .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading,
.panel-alt1 .panel-heading,
.panel-alt2 .panel-heading,
.panel-alt3 .panel-heading,
.panel-alt4 .panel-heading,
.panel-dark .panel-heading {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.panel-heading-fullwidth .panel-heading .panel-title,
.panel-primary .panel-heading .panel-title,
.panel-success .panel-heading .panel-title,
.panel-info .panel-heading .panel-title,
.panel-warning .panel-heading .panel-title,
.panel-danger .panel-heading .panel-title,
.panel-alt1 .panel-heading .panel-title,
.panel-alt2 .panel-heading .panel-title,
.panel-alt3 .panel-heading .panel-title,
.panel-alt4 .panel-heading .panel-title,
.panel-dark .panel-heading .panel-title,
.panel-heading-fullwidth .panel-heading .title,
.panel-primary .panel-heading .title,
.panel-success .panel-heading .title,
.panel-info .panel-heading .title,
.panel-warning .panel-heading .title,
.panel-danger .panel-heading .title,
.panel-alt1 .panel-heading .title,
.panel-alt2 .panel-heading .title,
.panel-alt3 .panel-heading .title,
.panel-alt4 .panel-heading .title,
.panel-dark .panel-heading .title,
.panel-heading-fullwidth .panel-heading h1,
.panel-primary .panel-heading h1,
.panel-success .panel-heading h1,
.panel-info .panel-heading h1,
.panel-warning .panel-heading h1,
.panel-danger .panel-heading h1,
.panel-alt1 .panel-heading h1,
.panel-alt2 .panel-heading h1,
.panel-alt3 .panel-heading h1,
.panel-alt4 .panel-heading h1,
.panel-dark .panel-heading h1,
.panel-heading-fullwidth .panel-heading h2,
.panel-primary .panel-heading h2,
.panel-success .panel-heading h2,
.panel-info .panel-heading h2,
.panel-warning .panel-heading h2,
.panel-danger .panel-heading h2,
.panel-alt1 .panel-heading h2,
.panel-alt2 .panel-heading h2,
.panel-alt3 .panel-heading h2,
.panel-alt4 .panel-heading h2,
.panel-dark .panel-heading h2,
.panel-heading-fullwidth .panel-heading h3,
.panel-primary .panel-heading h3,
.panel-success .panel-heading h3,
.panel-info .panel-heading h3,
.panel-warning .panel-heading h3,
.panel-danger .panel-heading h3,
.panel-alt1 .panel-heading h3,
.panel-alt2 .panel-heading h3,
.panel-alt3 .panel-heading h3,
.panel-alt4 .panel-heading h3,
.panel-dark .panel-heading h3,
.panel-heading-fullwidth .panel-heading h4,
.panel-primary .panel-heading h4,
.panel-success .panel-heading h4,
.panel-info .panel-heading h4,
.panel-warning .panel-heading h4,
.panel-danger .panel-heading h4,
.panel-alt1 .panel-heading h4,
.panel-alt2 .panel-heading h4,
.panel-alt3 .panel-heading h4,
.panel-alt4 .panel-heading h4,
.panel-dark .panel-heading h4,
.panel-heading-fullwidth .panel-heading h5,
.panel-primary .panel-heading h5,
.panel-success .panel-heading h5,
.panel-info .panel-heading h5,
.panel-warning .panel-heading h5,
.panel-danger .panel-heading h5,
.panel-alt1 .panel-heading h5,
.panel-alt2 .panel-heading h5,
.panel-alt3 .panel-heading h5,
.panel-alt4 .panel-heading h5,
.panel-dark .panel-heading h5,
.panel-heading-fullwidth .panel-heading h6,
.panel-primary .panel-heading h6,
.panel-success .panel-heading h6,
.panel-info .panel-heading h6,
.panel-warning .panel-heading h6,
.panel-danger .panel-heading h6,
.panel-alt1 .panel-heading h6,
.panel-alt2 .panel-heading h6,
.panel-alt3 .panel-heading h6,
.panel-alt4 .panel-heading h6,
.panel-dark .panel-heading h6 {
  border-width: 0;
}
.panel-borders {
  border-width: 1px;
}
.panel-transparent {
  background-color: transparent;
}
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-info .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading,
.panel-alt1 .panel-heading,
.panel-alt2 .panel-heading,
.panel-alt3 .panel-heading,
.panel-alt4 .panel-heading,
.panel-dark .panel-heading,
.panel-full-primary .panel-heading,
.panel-full-success .panel-heading,
.panel-full-info .panel-heading,
.panel-full-warning .panel-heading,
.panel-full-danger .panel-heading,
.panel-full-alt1 .panel-heading,
.panel-full-alt2 .panel-heading,
.panel-full-alt3 .panel-heading,
.panel-full-alt4 .panel-heading,
.panel-full-dark .panel-heading {
  color: #ffffff;
}
.panel-primary .panel-heading .tools > a,
.panel-success .panel-heading .tools > a,
.panel-info .panel-heading .tools > a,
.panel-warning .panel-heading .tools > a,
.panel-danger .panel-heading .tools > a,
.panel-alt1 .panel-heading .tools > a,
.panel-alt2 .panel-heading .tools > a,
.panel-alt3 .panel-heading .tools > a,
.panel-alt4 .panel-heading .tools > a,
.panel-dark .panel-heading .tools > a,
.panel-full-primary .panel-heading .tools > a,
.panel-full-success .panel-heading .tools > a,
.panel-full-info .panel-heading .tools > a,
.panel-full-warning .panel-heading .tools > a,
.panel-full-danger .panel-heading .tools > a,
.panel-full-alt1 .panel-heading .tools > a,
.panel-full-alt2 .panel-heading .tools > a,
.panel-full-alt3 .panel-heading .tools > a,
.panel-full-alt4 .panel-heading .tools > a,
.panel-full-dark .panel-heading .tools > a {
  color: #ffffff;
}
.panel-primary .panel-heading .tools .icon:hover,
.panel-full-primary .panel-heading .tools .icon:hover,
.panel-primary .panel-heading .tools > a:hover,
.panel-full-primary .panel-heading .tools > a:hover {
  color: #00000b;
}
.panel-success .panel-heading .tools .icon:hover,
.panel-full-success .panel-heading .tools .icon:hover,
.panel-success .panel-heading .tools > a:hover,
.panel-full-success .panel-heading .tools > a:hover {
  color: #57a99b;
}
.panel-info .panel-heading .tools .icon:hover,
.panel-full-info .panel-heading .tools .icon:hover,
.panel-info .panel-heading .tools > a:hover,
.panel-full-info .panel-heading .tools > a:hover {
  color: #6aa7bc;
}
.panel-warning .panel-heading .tools .icon:hover,
.panel-full-warning .panel-heading .tools .icon:hover,
.panel-warning .panel-heading .tools > a:hover,
.panel-full-warning .panel-heading .tools > a:hover {
  color: #dca54d;
}
.panel-danger .panel-heading .tools .icon:hover,
.panel-full-danger .panel-heading .tools .icon:hover,
.panel-danger .panel-heading .tools > a:hover,
.panel-full-danger .panel-heading .tools > a:hover {
  color: #cc3f3f;
}
.panel-alt1 .panel-heading,
.panel-full-alt1 .panel-heading {
  background-color: #56c3e7;
}
.panel-alt1 .panel-heading .tools .icon:hover,
.panel-full-alt1 .panel-heading .tools .icon:hover,
.panel-alt1 .panel-heading .tools > a:hover,
.panel-full-alt1 .panel-heading .tools > a:hover {
  color: #33a0c4;
}
.panel-alt2 .panel-heading,
.panel-full-alt2 .panel-heading {
  background-color: #ffcf66;
}
.panel-alt2 .panel-heading .tools .icon:hover,
.panel-full-alt2 .panel-heading .tools .icon:hover,
.panel-alt2 .panel-heading .tools > a:hover,
.panel-full-alt2 .panel-heading .tools > a:hover {
  color: #dcac43;
}
.panel-alt3 .panel-heading,
.panel-full-alt3 .panel-heading {
  background-color: #7a98bf;
}
.panel-alt3 .panel-heading .tools .icon:hover,
.panel-full-alt3 .panel-heading .tools .icon:hover,
.panel-alt3 .panel-heading .tools > a:hover,
.panel-full-alt3 .panel-heading .tools > a:hover {
  color: #57759c;
}
.panel-alt4 .panel-heading,
.panel-full-alt4 .panel-heading {
  background-color: #bdbdbd;
}
.panel-alt4 .panel-heading .tools .icon:hover,
.panel-full-alt4 .panel-heading .tools .icon:hover,
.panel-alt4 .panel-heading .tools > a:hover,
.panel-full-alt4 .panel-heading .tools > a:hover {
  color: #9a9a9a;
}
.panel-dark .panel-heading,
.panel-full-dark .panel-heading {
  background-color: #3d3c3c;
}
.panel-dark .panel-heading .tools .icon:hover,
.panel-full-dark .panel-heading .tools .icon:hover,
.panel-dark .panel-heading .tools > a:hover,
.panel-full-dark .panel-heading .tools > a:hover {
  color: #1a1919;
}
.panel-full-primary {
  background-color: #00002e;
  color: #ffffff;
}
.panel-full-primary .panel-heading {
  border-color: #000024;
}
.panel-full-success {
  background-color: #7ACCBE;
  color: #ffffff;
}
.panel-full-success .panel-heading {
  border-color: #70c2b4;
}
.panel-full-info {
  background-color: #8dcadf;
  color: #ffffff;
}
.panel-full-info .panel-heading {
  border-color: #83c0d5;
}
.panel-full-warning {
  background-color: #FFC870;
  color: #ffffff;
}
.panel-full-warning .panel-heading {
  border-color: #f5be66;
}
.panel-full-danger {
  background-color: #EF6262;
  color: #ffffff;
}
.panel-full-danger .panel-heading {
  border-color: #e55858;
}
.panel-full-alt1 {
  background-color: #56c3e7;
  color: #ffffff;
}
.panel-full-alt1 .panel-heading {
  border-color: #4cb9dd;
}
.panel-full-alt2 {
  background-color: #ffcf66;
  color: #ffffff;
}
.panel-full-alt2 .panel-heading {
  border-color: #f5c55c;
}
.panel-full-alt3 {
  background-color: #7a98bf;
  color: #ffffff;
}
.panel-full-alt3 .panel-heading {
  border-color: #708eb5;
}
.panel-full-alt4 {
  background-color: #bdbdbd;
  color: #ffffff;
}
.panel-full-alt4 .panel-heading {
  border-color: #b3b3b3;
}
.panel-full-dark {
  background-color: #3d3c3c;
  color: #ffffff;
}
.panel-full-dark .panel-heading {
  border-color: #333232;
}
/*------------------------------------------------------------------
  [Dropdown menu]
*/
.dropdown-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.1);
}
.rtl .dropdown-menu {
  text-align: right;
  float: right;
  right: 0;
}
.rtl .dropdown-menu.pull-right {
  right: auto;
  left: 0;
}
.dropdown-menu > li > a {
  font-weight: 300;
  color: #504e4e;
  padding: 9px 20px;
}
.dropdown-menu > li > a .icon {
  font-size: 17px;
  line-height: 15px;
  vertical-align: middle;
  margin-right: 4px;
}
.dropdown-menu > li > a:hover {
  background-color: #00002e;
  color: #ffffff;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
  background-color: transparent;
  color: #504e4e;
}
.dropdown-menu .divider {
  margin: 6px 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-header {
  padding: 5px 20px 1px;
  font-weight: 600;
  color: #c2c1c1;
  cursor: default;
}
/*------------------------------------------------------------------
  [Accordions]
*/
.panel-group.accordion {
  margin-bottom: 40px;
  padding: 0;
}
.panel-group.accordion .panel {
  padding: 0;
}
.panel-group.accordion .panel .panel-heading {
  background: #ffffff;
  padding: 0;
  margin: 0;
}
.panel-group.accordion .panel .panel-heading a {
  padding: 17px 10px;
  display: block;
  color: #00002e;
  font-weight: 300;
}
.panel-group.accordion .panel .panel-heading a .icon {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
       -o-transition: -o-transform 200ms ease-in-out;
          transition: transform 200ms ease-in-out;
  font-size: 25px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: inline-block;
}
.panel-group.accordion .panel .panel-heading a.collapsed {
  color: #222222;
}
.panel-group.accordion .panel .panel-heading a.collapsed .icon {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.panel-group.accordion .panel .panel-collapse .panel-body {
  padding: 0 30px 20px 40px;
  border-top: 0;
}
.panel-group.accordion.accordion-color .panel .panel-heading a {
  background-color: #7a98bf;
  color: #ffffff;
}
.panel-group.accordion.accordion-color .panel .panel-heading a.collapsed {
  background-color: #ffffff;
  color: #222222;
}
.panel-group.accordion.accordion-color .panel .panel-collapse .panel-body {
  background-color: #7a98bf;
  color: #ffffff;
}
.panel-group.accordion.accordion-semi .panel .panel-heading a {
  background-color: #00002e;
  color: #ffffff;
  -webkit-transition: background-color 200ms ease-in-out;
       -o-transition: background-color 200ms ease-in-out;
          transition: background-color 200ms ease-in-out;
}
.panel-group.accordion.accordion-semi .panel .panel-heading a.collapsed {
  background-color: #ffffff;
  color: #222222;
  border-bottom: 0;
}
.panel-group.accordion.accordion-semi .panel .panel-collapse .panel-body {
  padding-top: 15px;
}
.panel-group.accordion.accordion-semi .panel-heading.success a {
  background-color: #7ACCBE;
}
.panel-group.accordion.accordion-semi .panel-heading.warning a {
  background-color: #FFC870;
}
.panel-group.accordion.accordion-semi .panel-heading.danger a {
  background-color: #EF6262;
}
/*------------------------------------------------------------------
  [Tabs]
*/
.nav-tabs {
  background-color: #f5f5f5;
  border-bottom-width: 0;
}
.rtl .nav-tabs {
  padding: 0;
}
.nav-tabs > li {
  margin-right: 2px;
}
.rtl .nav-tabs > li {
  float: right;
  margin-right: 0;
  margin-left: 2px;
}
.nav-tabs > li a {
  padding: 18px 20px;
  margin-right: 0;
  min-width: 80px;
  text-align: center;
  border-radius: 0;
  color: #222222;
  border-width: 0;
}
.nav-tabs > li a:hover {
  background: transparent;
  color: #00002e;
}
.nav-tabs > li a:active {
  background-color: transparent;
}
.nav-tabs > li.active {
  position: relative;
  background: transparent;
  color: #00002e;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  background-color: #ffffff;
}
.tab-content {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 40px;
}
.main-content .tab-content .tab-pane h1:first-child,
.main-content .tab-content .tab-pane h2:first-child,
.main-content .tab-content .tab-pane h3:first-child,
.main-content .tab-content .tab-pane h4:first-child,
.main-content .tab-content .tab-pane h5:first-child,
.main-content .tab-content .tab-pane h6:first-child {
  margin-top: 5px;
}
.tab-bottom .tab-content {
  margin-bottom: 0;
}
.tab-bottom .nav-tabs {
  margin-bottom: 40px;
}
.tab-left .nav-tabs,
.tab-right .nav-tabs {
  float: left;
}
.tab-left .nav-tabs > li,
.tab-right .nav-tabs > li {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.rtl .tab-left .nav-tabs > li,
.rtl .tab-right .nav-tabs > li {
  margin-left: 0;
}
.tab-left .nav-tabs > li > a,
.tab-right .nav-tabs > li > a {
  text-align: left;
  min-width: 38px;
  padding: 15px 17px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.tab-left .nav-tabs > li > a .icon,
.tab-right .nav-tabs > li > a .icon {
  font-size: 20px;
}
.tab-left .tab-content,
.tab-right .tab-content {
  overflow: auto;
}
@media (min-width: 992px) {
  .tab-left-md .nav-tabs {
    float: left;
  }
  .tab-left-md .nav-tabs > li {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }
  .rtl .tab-left-md .nav-tabs > li {
    margin-left: 0;
  }
  .tab-left-md .nav-tabs > li > a {
    text-align: left;
    min-width: 38px;
    padding: 15px 17px;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .tab-left-md .nav-tabs > li > a .icon {
    font-size: 20px;
  }
  .tab-left-md .tab-content {
    overflow: auto;
  }
}
.tab-right .nav-tabs {
  float: right;
}
.rtl .nav-justified > li {
  float: none;
}
/*------------------------------------------------------------------
  [Modals]
*/
.modal-container {
  right: 0;
}
@media (max-width: 767px) {
  .modal-container {
    padding: 0 15px;
  }
}
.modal-content {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  overflow: hidden;
  background-color: #ffffff;
  color: #222222;
  border-width: 0;
}
.modal-header {
  border: 0;
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  display: block;
  margin: 0;
}
.modal-header .close {
  font-size: 26px;
  opacity: 0.4;
  text-shadow: none;
}
.rtl .modal-header .close {
  float: left;
}
.modal-header .close:hover {
  opacity: 0.8;
}
.modal-body {
  padding: 30px 20px;
}
.modal-body .i-circle {
  border: 2px solid #f1f1f1;
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  width: 80px;
  margin-bottom: 15px;
  line-height: 105px;
}
.modal-body .i-circle .icon {
  font-size: 45px;
}
.modal-footer {
  background-color: #fcfcfc;
}
.modal-footer .btn .btn + .btn {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .modal-footer {
  text-align: left;
}
.modal-full-color .modal-content {
  color: #ffffff;
  background-color: transparent;
}
.modal-full-color .modal-header {
  background-color: #00001a;
}
.modal-full-color .modal-header .close {
  color: #ffffff;
  line-height: 40px;
  opacity: 0.6;
}
.modal-full-color .modal-header .close:hover {
  opacity: 1;
}
.modal-full-color .modal-body,
.modal-full-color .modal-footer {
  background-color: #00002e;
}
.modal-full-color .modal-footer {
  border: 0;
}
.modal-full-color-success .modal-header {
  background-color: #6bc6b7;
}
.modal-full-color-success .modal-body,
.modal-full-color-success .modal-footer {
  background-color: #7ACCBE;
}
.modal-full-color-info .modal-header {
  background-color: #7dc3db;
}
.modal-full-color-info .modal-body,
.modal-full-color-info .modal-footer {
  background-color: #8dcadf;
}
.modal-full-color-warning .modal-header {
  background-color: #ffc05c;
}
.modal-full-color-warning .modal-body,
.modal-full-color-warning .modal-footer {
  background-color: #FFC870;
}
.modal-full-color-danger .modal-header {
  background-color: #ed4f4f;
}
.modal-full-color-danger .modal-body,
.modal-full-color-danger .modal-footer {
  background-color: #EF6262;
}
.modal-full-color-dark .modal-header {
  background-color: #383737;
}
.modal-full-color-dark .modal-body,
.modal-full-color-dark .modal-footer {
  background-color: #3d3c3c;
}
.modal-full-width {
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.modal-full-width .modal-content {
  max-width: 100%;
}
@media (max-width: 480px) {
  .modal-full-width {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}
.modal-custom-width .modal-content {
  max-width: 100%;
}
.modal-full-page {
  width: 100vw;
  height: 100vh;
  margin: 0;
}
.modal-full-page .modal-content {
  width: 100vw;
  height: 100vh;
  margin: 0;
  max-width: 100%;
}
.modal-full-page .modal-body {
  height: -webkit-calc(100% - 70px);
  height: calc(100% - 70px);
}
.modal-full-page .modal-body.form form {
  height: 100%;
}
.modal-full-page .modal-body.form .form-actions {
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .modal-full-page.modal-dialog {
    padding: 0;
  }
  .modal-full-page .modal-body {
    height: auto;
  }
  .modal-full-page .modal-body.form {
    height: auto;
    padding: 10px;
  }
  .modal-full-page .modal-body.form .form-actions {
    padding: 10px;
    bottom: -15px;
  }
  .modal-full-page .modal-header {
    padding: 10px 5px !important;
  }
}
body.mobile .modal-full-page.modal-dialog {
  padding: 0;
}
body.mobile .modal-full-page .modal-body {
  height: auto;
}
body.mobile .modal-full-page .modal-body.form {
  height: auto;
  padding: 10px;
}
body.mobile .modal-full-page .modal-body.form .form-actions {
  padding: 10px;
  bottom: -15px;
}
body.mobile .modal-full-page .modal-header {
  padding: 10px 5px !important;
}
.modal-colored-header .modal-content {
  background-color: transparent;
}
.modal-colored-header .modal-header {
  background-color: #00002e;
  color: #ffffff;
  padding: 20px 15px;
}
.modal-colored-header .modal-header .close {
  color: #ffffff;
  margin-top: 2px;
}
.modal-colored-header .modal-body {
  background-color: #ffffff;
}
.modal-colored-header-success .modal-content .modal-header {
  background-color: #7ACCBE;
}
.modal-colored-header-info .modal-content .modal-header {
  background-color: #8dcadf;
}
.modal-colored-header-warning .modal-content .modal-header {
  background-color: #FFC870;
}
.modal-colored-header-danger .modal-content .modal-header {
  background-color: #EF6262;
}
.modal-colored-header-dark .modal-content .modal-header {
  background-color: #3d3c3c;
}
.modal-dark .modal-content {
  color: #ffffff;
  background-color: transparent;
}
.modal-dark .modal-header {
  background-color: #00002e;
  padding: 20px 15px;
}
.modal-dark .modal-header .close {
  color: #ffffff;
  margin-top: 2px;
}
.modal-dark .modal-body.form .form-control {
  background-color: #3d3c3c;
}
.modal-dark .modal-body,
.modal-dark .modal-footer {
  background-color: #3d3c3c;
}
.modal-dark .modal-footer {
  border: 0;
}
.modal-dark-success .modal-header {
  background-color: #7ACCBE;
}
.modal-dark-info .modal-header {
  background-color: #8dcadf;
}
.modal-dark-warning .modal-header {
  background-color: #FFC870;
}
.modal-dark-danger .modal-header {
  background-color: #EF6262;
}
.modal-dark-dark .modal-header {
  background-color: #383737;
}
@media (max-width: 767px) {
  .modal-dialog {
    min-width: 100%;
    padding: 0 15px;
    margin: 0;
  }
}
.modal-overlay {
  z-index: 1050;
}
.am-modal-open {
  overflow-x: visible;
}
/*------------------------------------------------------------------
  [Alerts]
*/
.alert {
  line-height: 25px;
}
.alert .icon {
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle;
  margin-right: 9px;
  line-height: 22px;
}
.rtl .alert .icon {
  float: right;
  margin-left: 9px;
  margin-right: 0;
}
.alert .close {
  font-size: 31px;
}
.alert .message > p,
.alert .message > ul {
  margin-bottom: 0;
}
.alert .message > p + p {
  margin-top: 5px;
}
.rtl .alert .message {
  border-left-width: 1px;
  border-right-width: 0;
}
.rtl .alert-dismissible {
  padding-left: 38px;
  padding-right: inherit;
}
.alert-dismissible .close {
  top: -4px;
  right: -30px;
}
.rtl .alert-dismissible .close {
  float: left;
  left: -30px;
  right: 30px;
}
.alert-primary {
  background-color: #00002e;
  border-color: #00002e;
  color: #ffffff;
}
.alert-primary hr {
  border-top-color: #000014;
}
.alert-primary .alert-link {
  color: #e6e6e6;
}
.alert-dismissible.alert-primary .close {
  color: #000000;
  text-shadow: 0 1px 0 #000000;
}
.alert-dismissible.alert-success .close {
  color: #307d70;
  text-shadow: 0 1px 0 #307d70;
}
.alert-dismissible.alert-info .close {
  color: #2e86a5;
  text-shadow: 0 1px 0 #2e86a5;
}
.alert-dismissible.alert-warning .close {
  color: #d68400;
  text-shadow: 0 1px 0 #d68400;
}
.alert-dismissible.alert-danger .close {
  color: #a71111;
  text-shadow: 0 1px 0 #a71111;
}
.alert-icon {
  background-color: #ffffff;
  border: 0;
  padding: 0;
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.rtl .alert-icon {
  padding: 0;
}
.alert-icon > .icon {
  display: table-cell;
  width: 55px;
  text-align: center;
  vertical-align: middle;
  cursor: default;
}
.rtl .alert-icon > .icon {
  float: none;
}
.alert-icon > .icon:after {
  position: absolute;
  margin-left: 54px;
  top: 50%;
  margin-top: -11px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #ffffff;
}
.rtl .alert-icon > .icon:after {
  margin-left: 0;
  margin-right: 54px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #ffffff;
  border-left: 0;
}
.alert-icon > .message {
  display: table-cell;
  padding: 18px;
  color: #222222;
  border: 1px solid #d4d4d4;
  border-left-width: 0;
}
.alert-icon.alert-dismissible .close {
  position: absolute;
  right: 11px;
  top: 14px;
  color: #222222;
  text-shadow: 0 1px 0 #222222;
}
.rtl .alert-icon.alert-dismissible .close {
  left: 11px;
}
.alert-icon.alert-primary > .icon {
  background-color: #00002e;
}
.alert-icon.alert-primary > .icon:after {
  border-left-color: #00002e;
}
.rtl .alert-icon.alert-primary > .icon:after {
  border-right-color: #00002e;
}
.alert-icon.alert-success > .icon {
  background-color: #7ACCBE;
}
.alert-icon.alert-success > .icon:after {
  border-left-color: #7ACCBE;
}
.rtl .alert-icon.alert-success > .icon:after {
  border-right-color: #7ACCBE;
}
.alert-icon.alert-info > .icon {
  background-color: #8dcadf;
}
.alert-icon.alert-info > .icon:after {
  border-left-color: #8dcadf;
}
.rtl .alert-icon.alert-info > .icon:after {
  border-right-color: #8dcadf;
}
.alert-icon.alert-warning > .icon {
  background-color: #FFC870;
}
.alert-icon.alert-warning > .icon:after {
  border-left-color: #FFC870;
}
.rtl .alert-icon.alert-warning > .icon:after {
  border-right-color: #FFC870;
}
.alert-icon.alert-danger > .icon {
  background-color: #EF6262;
}
.alert-icon.alert-danger > .icon:after {
  border-left-color: #EF6262;
}
.rtl .alert-icon.alert-danger > .icon:after {
  border-right-color: #EF6262;
}
.alert-border-color.alert-primary .message {
  border-color: #00002e;
}
.alert-border-color.alert-success .message {
  border-color: #7ACCBE;
}
.alert-border-color.alert-info .message {
  border-color: #8dcadf;
}
.alert-border-color.alert-warning .message {
  border-color: #FFC870;
}
.alert-border-color.alert-danger .message {
  border-color: #EF6262;
}
.alert-icon-color {
  border: 1px solid #e6e6e6;
}
.alert-icon-color > .icon {
  background-color: #f8f8f8 !important;
  border-width: 0;
}
.alert-icon-color > .icon:after {
  border-left-color: #ffffff !important;
  display: none;
}
.rtl .alert-icon-color > .icon:after {
  border-right-color: #ffffff;
  display: none;
}
.alert-icon-color > .message {
  border-width: 0;
}
.rtl .alert-icon-color > .message {
  border-width: 0;
}
.alert-icon-color.alert-primary > .icon {
  background-color: transparent;
  color: #00002e;
}
.alert-icon-color.alert-success > .icon {
  background-color: transparent;
  color: #7ACCBE;
}
.alert-icon-color.alert-info > .icon {
  background-color: transparent;
  color: #8dcadf;
}
.alert-icon-color.alert-warning > .icon {
  background-color: transparent;
  color: #FFC870;
}
.alert-icon-color.alert-danger > .icon {
  background-color: transparent;
  color: #EF6262;
}
/*------------------------------------------------------------------
  [Tables]
*/
.rtl th {
  text-align: inherit;
}
.rtl th.text-center {
  text-align: center;
}
.table > thead > tr > th {
  border-bottom-width: 1px;
  font-weight: 400;
  font-size: 13px;
}
.table > thead.primary > tr > th {
  color: #00002e;
}
.table > thead.alt3 > tr > th {
  color: #7a98bf;
}
.table > tbody > tr > td {
  vertical-align: middle;
}
.table > tbody.no-border-x > tr > td {
  border-top-width: 0;
}
.table-condensed > thead > tr > th {
  padding-top: 10px;
  padding-bottom: 8px;
}
.table-responsive {
  border: 0;
}
.table tbody tr td.user-avatar img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.rtl .table tbody tr td.user-avatar img {
  margin-right: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .table tbody tr td.user-avatar img {
    display: none;
  }
}
.table .number {
  text-align: right;
}
.table-fw-widget {
  margin-bottom: 0;
}
.table-fw-widget tr th:first-child,
.table-fw-widget tr td:first-child {
  padding-left: 15px;
}
.table-fw-widget tr th:last-child,
.table-fw-widget tr td:last-child {
  padding-right: 15px;
}
.table-fw-widget thead tr th {
  padding-top: 15px;
  padding-bottom: 10px;
}
/*------------------------------------------------------------------
  [Badges]
*/
.badge {
  font-size: 11px;
}
.badge-primary {
  background-color: #00002e;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #3b6dad;
}
.badge-success {
  background-color: #7ACCBE;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #55beac;
}
.badge-info {
  background-color: #8dcadf;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #65b7d4;
}
.badge-warning {
  background-color: #FFC870;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ffb43d;
}
.badge-danger {
  background-color: #EF6262;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ea3434;
}
.badge-royal {
  background-color: #1d3557;
}
.badge-royal[href]:hover,
.badge-royal[href]:focus {
  background-color: #162a45;
}
.badge-turquoise {
  background-color: #2a9d8f;
}
.badge-turquoise[href]:hover,
.badge-turquoise[href]:focus {
  background-color: #217b70;
}
.badge-aqua {
  background-color: #a8dadc;
}
.badge-aqua[href]:hover,
.badge-aqua[href]:focus {
  background-color: #79999a;
}
.badge-coral {
  background-color: #ff7353;
}
.badge-coral[href]:hover,
.badge-coral[href]:focus {
  background-color: #ce6145;
}
.badge-pink {
  background-color: #de6b90;
}
.badge-pink[href]:hover,
.badge-pink[href]:focus {
  background-color: #ad5672;
}
.badge-freeze {
  background-color: #0f81b1;
}
.badge-freeze[href]:hover,
.badge-freeze[href]:focus {
  background-color: #0b5a7b;
}
.badge-gold {
  background-color: #efa241;
}
.badge-gold[href]:hover,
.badge-gold[href]:focus {
  background-color: #b67b30;
}
.badge-nude {
  background-color: #e5989b;
}
.badge-nude[href]:hover,
.badge-nude[href]:focus {
  background-color: #b67a7c;
}
.badge-graphite {
  background-color: #9a8c98;
}
.badge-graphite[href]:hover,
.badge-graphite[href]:focus {
  background-color: #7a7079;
}
/*------------------------------------------------------------------
  [Label]
*/
.label {
  border-radius: 0;
  padding: 4px 7px;
}
/*------------------------------------------------------------------
  [List group]
*/
.list-group-item {
  padding: 13px 15px;
}
.rtl .list-group-item > .badge {
  float: left;
}
/*------------------------------------------------------------------
  [Contextual colors]
*/
.text-success {
  color: #7ACCBE;
}
a.text-success:hover,
a.text-success:focus {
  color: #55beac;
}
.text-info {
  color: #8dcadf;
}
a.text-info:hover,
a.text-info:focus {
  color: #65b7d4;
}
.text-warning {
  color: #FFC870;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffb43d;
}
.text-danger {
  color: #EF6262;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ea3434;
}
.text-alt1 {
  color: #95d9f0;
}
a.text-alt1:hover,
a.text-alt1:focus {
  color: #68c9ea;
}
.text-alt2 {
  color: #ffdc7a;
}
a.text-alt2:hover,
a.text-alt2:focus {
  color: #ffcf47;
}
.text-alt3 {
  color: #7a98bf;
}
a.text-alt3:hover,
a.text-alt3:focus {
  color: #587dae;
}
.text-alt4 {
  color: #cccccc;
}
a.text-alt4:hover,
a.text-alt4:focus {
  color: #b3b3b3;
}
/*------------------------------------------------------------------
  [List]
*/
.rtl .list-inline,
.rtl .list-unstyled {
  padding-right: 0;
}
/*------------------------------------------------------------------
  [Blockquotes]
*/
.rtl blockquote {
  border-left-width: 0;
  border-right: 5px solid #eeeeee;
}
.rtl blockquote.blockquote-reverse {
  text-align: left;
  padding-right: 0;
  padding-left: 15px;
  border-right-width: 0;
  border-left: 5px solid #eeeeee;
}
.text-inverse {
  text-align: right;
}
.rtl .text-inverse {
  text-align: left;
}
/*------------------------------------------------------------------
  [Progress bars]
*/
.progress {
  height: 22px;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  font-size: 0.9231rem;
  background-color: #f5f5f5;
  border-radius: 0;
  float: none;
}
.progress-bar {
  box-shadow: none;
  line-height: 22px;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
     transition: width 0.6s ease;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.rtl .popover.top > .arrow:after,
.rtl .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: 0;
}
.rtl .pagination {
  padding-right: 0;
}
.rtl .pagination > li > a,
.rtl .pagination > li > span {
  float: right;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: -1px;
}
/*------------------------------------------------------------------
  [Forms]
*/
.form-control {
  border-width: 2px;
  box-shadow: none;
  padding: 10px 12px;
  font-size: 14px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #d1d1d1;
}
.form-control[multiple] {
  padding: 0;
}
.form-control[multiple] option {
  padding: 8px 12px;
}
input.form-control,
textarea.form-control {
  -webkit-appearance: none;
}
label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px;
}
.am-checkbox,
.am-radio {
  display: block;
  line-height: 22px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
}
.form-horizontal .am-checkbox,
.form-horizontal .am-radio {
  padding: 7px 0;
  min-height: auto;
}
.am-checkbox input[type="checkbox"],
.am-radio input[type="checkbox"],
.am-checkbox input[type="radio"],
.am-radio input[type="radio"] {
  margin: 0;
  display: none;
  width: 22px;
}
.am-checkbox label,
.am-radio label {
  margin-bottom: 0;
}
.am-checkbox label > *,
.am-radio label > * {
  pointer-events: none;
}
.am-checkbox input[type="checkbox"] + label,
.am-radio input[type="checkbox"] + label,
.am-checkbox input[type="radio"] + label,
.am-radio input[type="radio"] + label {
  padding-left: 0;
}
.am-checkbox input[type="checkbox"] + label:before,
.am-radio input[type="checkbox"] + label:before,
.am-checkbox input[type="radio"] + label:before,
.am-radio input[type="radio"] + label:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 2px solid #eaeaea;
  margin-right: 5px;
  font-size: 18px;
  font-family: 'Stroke 7';
  font-weight: normal;
  line-height: 19px;
  vertical-align: bottom;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  pointer-events: none;
}
.rtl .am-checkbox input[type="checkbox"] + label:before,
.rtl .am-radio input[type="checkbox"] + label:before,
.rtl .am-checkbox input[type="radio"] + label:before,
.rtl .am-radio input[type="radio"] + label:before {
  margin-right: 0;
  margin-left: 5px;
}
.am-checkbox input[type="checkbox"] + label:hover:before,
.am-radio input[type="checkbox"] + label:hover:before,
.am-checkbox input[type="radio"] + label:hover:before,
.am-radio input[type="radio"] + label:hover:before {
  border-color: #d1d1d1;
}
.am-checkbox input[type="checkbox"]:hover + label:before,
.am-radio input[type="checkbox"]:hover + label:before,
.am-checkbox input[type="radio"]:hover + label:before,
.am-radio input[type="radio"]:hover + label:before {
  border-color: #d1d1d1;
}
.am-checkbox input[type="checkbox"]:checked + label:before,
.am-radio input[type="checkbox"]:checked + label:before,
.am-checkbox input[type="radio"]:checked + label:before,
.am-radio input[type="radio"]:checked + label:before {
  content: "\e6cd";
  color: #00002e;
  border-color: #00002e;
}
.am-checkbox input[type="checkbox"]:disabled + label,
.am-radio input[type="checkbox"]:disabled + label,
.am-checkbox input[type="radio"]:disabled + label,
.am-radio input[type="radio"]:disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.am-checkbox input[type="checkbox"]:disabled + label:before,
.am-radio input[type="checkbox"]:disabled + label:before,
.am-checkbox input[type="radio"]:disabled + label:before,
.am-radio input[type="radio"]:disabled + label:before {
  pointer-events: none !important;
  background-color: #ffffff;
}
.am-checkbox input[type="radio"] + label:before,
.am-radio input[type="radio"] + label:before {
  border-radius: 50%;
  font-family: 'Stroke 7';
  line-height: 17px;
  font-size: 14px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .am-checkbox input[type="radio"] + label:before,
  .am-radio input[type="radio"] + label:before {
    line-height: 18px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 120dpi) {
  .am-checkbox input[type="radio"] + label:before,
  .am-radio input[type="radio"] + label:before {
    line-height: 19px;
  }
}
.am-checkbox input[type="radio"]:checked + label:before,
.am-radio input[type="radio"]:checked + label:before {
  content: "\e6ce";
}
.am-checkbox.inline,
.am-radio.inline {
  display: inline-block;
}
.am-checkbox.inline + .am-checkbox.inline,
.am-checkbox.inline + .am-radio.inline,
.am-radio.inline + .am-checkbox.inline,
.am-radio.inline + .am-radio.inline {
  margin-left: 18px;
}
.rtl .am-checkbox.inline + .am-checkbox.inline,
.rtl .am-checkbox.inline + .am-radio.inline,
.rtl .am-radio.inline + .am-checkbox.inline,
.rtl .am-radio.inline + .am-radio.inline {
  margin-left: 0;
  margin-right: 18px;
}
.form-horizontal .form-group {
  margin-bottom: 0;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .rtl .form-horizontal .control-label {
    text-align: left;
  }
}
.input-group-addon {
  font-size: 15px;
}
.input-group-addon .am-checkbox,
.input-group-addon .am-radio {
  padding: 0;
  line-height: 21px;
}
.input-group-addon .am-checkbox input + label,
.input-group-addon .am-radio input + label {
  margin: 0;
}
.input-group-addon .am-checkbox input + label:before,
.input-group-addon .am-radio input + label:before {
  margin: 0;
  border-color: #dddddd;
}
.rtl .input-group-addon .am-checkbox input + label:before,
.rtl .input-group-addon .am-radio input + label:before {
  margin: 0;
}
.input-group-btn .btn {
  height: 44px;
}
.input-lg {
  height: 54px;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 300;
}
.input-sm {
  height: 33px;
  font-size: 12px;
  padding: 4px 12px;
}
.input-xs {
  height: 25px;
  font-size: 12px;
  padding: 1px 7px;
}
.has-feedback .form-control {
  padding-right: 41px;
}
.form-control-feedback {
  font-size: 21px;
}
/*------------------------------------------------------------------
  [nanoScroller]
*/
.nano > .nano-pane {
  width: 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}
.nano > .nano-pane > .nano-slider {
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  border-radius: 3px;
  margin: 0;
}
.nano > .nano-content > ul {
  padding: 0;
}
.rtl .nano > .nano-content {
  direction: ltr;
}
.rtl .nano > .nano-content > * {
  direction: rtl;
}
/*------------------------------------------------------------------
  [DropZone]
*/
form.dropzone {
  border: 2px dashed #c5c5c5;
  padding: 70px 60px 80px;
  background: transparent;
}
form.dropzone .icon {
  background-color: #e6e6e6;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
}
form.dropzone .icon span {
  font-size: 60px;
  color: #646262;
}
form.dropzone h2 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
}
form.dropzone .note {
  font-size: 16px;
}
form.dropzone .dz-preview.dz-file-preview .dz-image,
form.dropzone .dz-preview.dz-image-preview .dz-image {
  border: 3px solid #00002e;
  border-radius: 3px;
  background: #ededed;
}
form.dropzone .dz-preview.dz-file-preview.dz-error .dz-image,
form.dropzone .dz-preview.dz-image-preview.dz-error .dz-image {
  border-color: #EF6262;
}
form.dropzone .dz-preview.dz-file-preview.dz-success .dz-image,
form.dropzone .dz-preview.dz-image-preview.dz-success .dz-image {
  border-color: #00002e;
}
form.dropzone .dz-preview .dz-details .dz-filename span,
form.dropzone .dz-preview .dz-details .dz-size span {
  background: transparent;
}
form.dropzone .dz-preview .dz-error-message {
  word-break: break-word;
}
/*------------------------------------------------------------------
  [Wizard]
*/
.fuelux .wizard {
  *zoom: 1;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  background-color: #f9f9f9;
  position: relative;
  min-height: 48px;
  overflow: hidden;
}
.fuelux .wizard:before,
.fuelux .wizard:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .wizard:after {
  clear: both;
}
.fuelux .wizard > .steps {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.fuelux .wizard > .steps.previous-disabled li.complete {
  cursor: default;
}
.fuelux .wizard > .steps.previous-disabled li.complete:hover {
  background: #f3f4f5;
  color: #468847;
  cursor: default;
}
.fuelux .wizard > .steps.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5;
}
.fuelux .wizard > .steps li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background: #ededed;
  color: #999999;
  font-size: 16px;
  cursor: not-allowed;
}
.fuelux .wizard > .steps li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}
.fuelux .wizard > .steps li .chevron:before {
  border: 24px solid transparent;
  border-left: 14px solid #ededed;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
}
.fuelux .wizard > .steps li.complete {
  background: #f3f4f5;
  color: #468847;
}
.fuelux .wizard > .steps li.complete:hover {
  background: #e7eff8;
  cursor: pointer;
}
.fuelux .wizard > .steps li.complete:hover .chevron:before {
  border-left: 14px solid #e7eff8;
}
.fuelux .wizard > .steps li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}
.fuelux .wizard > .steps li.active {
  background: #f1f6fc;
  color: #3a87ad;
  cursor: default;
}
.fuelux .wizard > .steps li.active .chevron:before {
  border-left: 14px solid #f1f6fc;
}
.fuelux .wizard > .steps li.active .badge {
  background-color: #3a87ad;
}
.fuelux .wizard > .steps li .badge {
  margin-right: 8px;
}
.fuelux .wizard > .steps li .badge-success {
  background-color: #468847;
}
.fuelux .wizard > .steps li:first-child {
  border-radius: 4px 0 0 4px;
  padding-left: 20px;
}
.fuelux .wizard > .actions {
  z-index: 1000;
  position: absolute;
  right: 0;
  line-height: 46px;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  background-color: #e5e5e5;
  border-left: 1px solid #d4d4d4;
}
.fuelux .wizard > .actions a {
  line-height: 45px;
  font-size: 12px;
  margin-right: 8px;
}
.fuelux .wizard > .actions .btn-prev[disabled] {
  cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-prev span {
  margin-right: 5px;
}
.fuelux .wizard > .actions .btn-next[disabled] {
  cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-next span {
  margin-left: 5px;
}
.fuelux .wizard .step-content {
  border-top: 1px solid #D4D4D4;
  padding: 10px;
  float: left;
  width: 100%;
}
.fuelux .wizard .step-content .step-pane {
  display: none;
}
.fuelux .wizard .step-content > .active {
  display: block;
}
.fuelux .wizard .step-content > .active .btn-group .active {
  display: inline-block;
}
.fuelux .wizard.complete > .actions .glyphicon-arrow-right:before {
  display: none;
}
.fuelux .wizard.complete > .actions .glyphicon-arrow-right {
  margin-left: 0;
}
.block-wizard {
  padding: 0;
}
.fuelux .wizard {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  background: #ffffff;
}
.fuelux .wizard label.control-label {
  font-weight: 600;
}
.fuelux .wizard .wizard-title {
  margin: 10px 0 0;
}
.fuelux .wizard > .actions {
  line-height: 48px;
  background: #f7f7f7;
}
.fuelux .wizard > .actions .btn .icon {
  font-size: 22px;
}
.fuelux .wizard > .steps > li {
  height: 48px;
  background-color: #f7f7f7;
}
.fuelux .wizard > .steps > li .chevron {
  border-left-color: #e0e0e0;
}
.fuelux .wizard > .steps > li .chevron:before {
  border-left: 14px solid #f7f7f7;
}
.fuelux .wizard > .steps li {
  font-size: 15px;
}
.fuelux .wizard > .steps li:first-child {
  border-radius: 0;
}
.fuelux .wizard > .steps li.active {
  background: #ffffff;
  color: #00002e;
}
.fuelux .wizard > .steps li.active .chevron:before {
  -moz-transform: scale(0.9999);
  border-left: 14px solid #ffffff;
}
.fuelux .wizard > .steps li.complete {
  color: #ffffff;
  background: #00002e;
}
.fuelux .wizard > .steps li.complete .chevron {
  border-left-color: #000005;
}
.fuelux .wizard > .steps li.complete .chevron:before {
  border-left: 14px solid #00002e;
}
.fuelux .wizard > .steps li.complete:hover {
  background: #00003d;
}
.fuelux .wizard > .steps li.complete:hover .chevron {
  border-left-color: #00000f;
}
.fuelux .wizard > .steps li.complete:hover .chevron:before {
  border-left-color: #00003d;
}
.fuelux .wizard > .steps li .chevron {
  -moz-transform: scale(0.9999);
}
.fuelux .wizard > .actions button {
  font-size: 12px;
}
.fuelux .wizard > .actions button i {
  font-size: 11px;
  line-height: 18px;
}
.fuelux .wizard > .actions button.btn-prev i {
  margin-right: 3px;
}
.fuelux .wizard > .actions button.btn-next i {
  margin-left: 3px;
}
.fuelux .wizard .step-content {
  padding: 20px 30px;
  clear: both;
  border-top: 1px solid #E2E2E2;
}
@media (max-width: 767px) {
  .wizard-row .fuelux {
    position: static;
  }
}
/*------------------------------------------------------------------
  [Bootstrap dateTime Picker]
*/
.datetimepicker .input-group-addon {
  padding: 0 9px;
  font-size: 24px;
}
.datetimepicker.dropdown-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.datetimepicker.dropdown-menu:before {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
.datetimepicker.dropdown-menu table,
.datetimepicker.datetimepicker-inline table {
  border-collapse: separate;
  border-spacing: 7px 2px;
}
.datetimepicker.dropdown-menu table thead tr th,
.datetimepicker.datetimepicker-inline table thead tr th {
  padding: 10px 4px 8px;
}
.datetimepicker.dropdown-menu table thead tr th.prev,
.datetimepicker.datetimepicker-inline table thead tr th.prev,
.datetimepicker.dropdown-menu table thead tr th.next,
.datetimepicker.datetimepicker-inline table thead tr th.next {
  padding: 0;
}
.datetimepicker.dropdown-menu table thead tr th.prev .s7-angle-right,
.datetimepicker.datetimepicker-inline table thead tr th.prev .s7-angle-right,
.datetimepicker.dropdown-menu table thead tr th.next .s7-angle-right,
.datetimepicker.datetimepicker-inline table thead tr th.next .s7-angle-right,
.datetimepicker.dropdown-menu table thead tr th.prev .s7-angle-left,
.datetimepicker.datetimepicker-inline table thead tr th.prev .s7-angle-left,
.datetimepicker.dropdown-menu table thead tr th.next .s7-angle-left,
.datetimepicker.datetimepicker-inline table thead tr th.next .s7-angle-left {
  font-size: 28px;
}
.datetimepicker.dropdown-menu table thead tr th.prev:hover,
.datetimepicker.datetimepicker-inline table thead tr th.prev:hover,
.datetimepicker.dropdown-menu table thead tr th.next:hover,
.datetimepicker.datetimepicker-inline table thead tr th.next:hover {
  background-color: transparent;
  color: #00002e;
}
.datetimepicker.dropdown-menu table thead tr th.switch,
.datetimepicker.datetimepicker-inline table thead tr th.switch {
  font-weight: 600;
  font-size: 14px;
}
.datetimepicker.dropdown-menu table thead tr th.switch:hover,
.datetimepicker.datetimepicker-inline table thead tr th.switch:hover {
  background-color: transparent;
  color: #3c3c3c;
}
.datetimepicker.dropdown-menu table thead tr th.dow,
.datetimepicker.datetimepicker-inline table thead tr th.dow {
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
}
.datetimepicker.dropdown-menu table tbody tr td,
.datetimepicker.datetimepicker-inline table tbody tr td {
  line-height: 31px;
  padding: 0 8px;
}
.datetimepicker.dropdown-menu table tbody tr td.day,
.datetimepicker.datetimepicker-inline table tbody tr td.day {
  border-radius: 50%;
  color: #555555;
}
.datetimepicker.dropdown-menu table tbody tr td.day.old,
.datetimepicker.datetimepicker-inline table tbody tr td.day.old,
.datetimepicker.dropdown-menu table tbody tr td.day.new,
.datetimepicker.datetimepicker-inline table tbody tr td.day.new {
  color: #959595;
}
.datetimepicker.dropdown-menu table tbody tr td.day.active,
.datetimepicker.datetimepicker-inline table tbody tr td.day.active {
  background: #00002e;
  color: #ffffff;
  text-shadow: none;
}
.datetimepicker.dropdown-menu table tbody tr td .year,
.datetimepicker.datetimepicker-inline table tbody tr td .year,
.datetimepicker.dropdown-menu table tbody tr td .month,
.datetimepicker.datetimepicker-inline table tbody tr td .month,
.datetimepicker.dropdown-menu table tbody tr td .hour,
.datetimepicker.datetimepicker-inline table tbody tr td .hour,
.datetimepicker.dropdown-menu table tbody tr td .minute,
.datetimepicker.datetimepicker-inline table tbody tr td .minute {
  color: #555555;
}
.datetimepicker.dropdown-menu table tbody tr td .year.old,
.datetimepicker.datetimepicker-inline table tbody tr td .year.old,
.datetimepicker.dropdown-menu table tbody tr td .month.old,
.datetimepicker.datetimepicker-inline table tbody tr td .month.old,
.datetimepicker.dropdown-menu table tbody tr td .hour.old,
.datetimepicker.datetimepicker-inline table tbody tr td .hour.old,
.datetimepicker.dropdown-menu table tbody tr td .minute.old,
.datetimepicker.datetimepicker-inline table tbody tr td .minute.old,
.datetimepicker.dropdown-menu table tbody tr td .year.new,
.datetimepicker.datetimepicker-inline table tbody tr td .year.new,
.datetimepicker.dropdown-menu table tbody tr td .month.new,
.datetimepicker.datetimepicker-inline table tbody tr td .month.new,
.datetimepicker.dropdown-menu table tbody tr td .hour.new,
.datetimepicker.datetimepicker-inline table tbody tr td .hour.new,
.datetimepicker.dropdown-menu table tbody tr td .minute.new,
.datetimepicker.datetimepicker-inline table tbody tr td .minute.new {
  color: #959595;
}
.datetimepicker.dropdown-menu table tbody tr td .year.active,
.datetimepicker.datetimepicker-inline table tbody tr td .year.active,
.datetimepicker.dropdown-menu table tbody tr td .month.active,
.datetimepicker.datetimepicker-inline table tbody tr td .month.active,
.datetimepicker.dropdown-menu table tbody tr td .hour.active,
.datetimepicker.datetimepicker-inline table tbody tr td .hour.active,
.datetimepicker.dropdown-menu table tbody tr td .minute.active,
.datetimepicker.datetimepicker-inline table tbody tr td .minute.active {
  background: #00002e;
  color: #ffffff;
  text-shadow: none;
}
.datetimepicker.dropdown-menu table tbody tr td fieldset legend,
.datetimepicker.datetimepicker-inline table tbody tr td fieldset legend {
  font-size: 17px;
  font-weight: 400;
  color: #3c3c3c;
  margin-bottom: 5px;
}
/*------------------------------------------------------------------
  [Slider]
*/
/*Slider*/
.slider.slider-vertical {
  margin-right: 13px;
}
.slider-selection {
  background: #00002e;
  border: 1px solid #00002e;
  box-shadow: none;
}
.slider-track {
  background: #f2f2f2;
  box-shadow: none;
}
.slider-handle {
  opacity: 1;
  background: #FFFFFF;
  border: 3px solid #00002e;
  background-clip: padding-box;
  box-shadow: none;
  height: 23px;
  width: 23px;
  -webkit-transition: box-shadow 200ms ease-in-out;
       -o-transition: box-shadow 200ms ease-in-out;
          transition: box-shadow 200ms ease-in-out;
}
.slider.slider-horizontal .slider-handle {
  margin-top: -7px;
}
.slider.slider-vertical .slider-handle {
  margin-left: -6px;
}
.rtl .slider.slider-vertical .slider-handle {
  margin-right: -7px;
  margin-left: 0;
}
/*------------------------------------------------------------------
  [Parsley]
*/
.parsley-errors-list.filled {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 20px;
  position: relative;
  background-color: #EF6262;
  color: #ffffff;
}
.parsley-errors-list.filled:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 20px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #EF6262;
}
.parsley-errors-list.filled > li {
  list-style: none;
}
/*------------------------------------------------------------------
  [dataTables]
*/
table.dataTable {
  margin: 0 !important;
}
div.dataTables_wrapper div.dataTables_info {
  color: #434343;
  padding-top: 9px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 0;
}
div.dataTables_wrapper div.dataTables_filter input {
  padding-top: 6px;
  padding-bottom: 6px;
}
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
  font-size: 13px;
  color: #434343;
}
div.dataTables_wrapper div.dataTables_length label select {
  padding: 2px;
}
.am-datatable-header {
  border-bottom: 1px solid #eaeaea;
  margin: 2px 0 0;
  padding: 15px 10px 22px;
}
.am-datatable-header .dt-buttons .btn embed {
  outline: none;
}
.am-datatable-footer {
  margin: 0;
  padding: 15px 3px 13px;
  background-color: #f7f7f7;
  border-top: 1px solid #eaeaea;
}
.dataTables_length {
  float: left;
}
.dataTables_wrapper .settings {
  float: left;
  margin-left: 10px;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #00002e;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #00002e;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #9999aa;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.28571429%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #00002e;
  border-left: 0.5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #9999aa;
}
.picker__day--highlighted {
  border-color: #00002e;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #9999aa;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #00002e;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #9999aa;
  border-bottom-color: #9999aa;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #9999aa;
  border-color: #00002e;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #00002e;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
       -o-transition: background 0.15s ease-out, -o-transform 0s 0.15s;
          transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
       -o-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
       -o-transition: background 0.15s ease-out;
          transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: 0.75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #9999aa;
  border-color: #00002e;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #00002e;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #9999aa;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #00002e;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #9999aa;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}
/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 0.75em;
  margin: 0;
}
.selectize-input {
  border: 2px solid #eaeaea;
  min-height: 44px;
  box-shadow: none;
  padding: 10px 12px;
  font-size: 14px;
}
.selectize-input.focus {
  box-shadow: none;
  border-color: #eaeaea;
}
.selectize-control.multi .selectize-input > div {
  padding: 4px 6px;
  margin: 0 5px 3px 0;
}
.selectize-dropdown-content {
  padding: 0;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  margin: -2px 0 0;
  border: 2px solid #eaeaea;
  box-shadow: none;
}
.selectize-dropdown [data-selectable] {
  padding: 10px 6px 10px 1em;
  color: #555555;
}
.selectize-dropdown [data-selectable].selected {
  background-color: #f7f7f7;
}
.selectize-dropdown [data-selectable].active {
  color: #ffffff;
  background: #00002e;
}
.multi-selectize .selectize-input {
  height: 150px;
}
.selectize-input.locked {
  background-color: #eeeeee;
  opacity: 1;
}
.selectize-input.locked.focus {
  background-color: #eeeeee !important;
  opacity: 1;
}
.colorpicker .colorpicker-saturation {
  width: 200px;
  height: 200px;
}
.colorpicker .colorpicker-hue,
.colorpicker .colorpicker-alpha {
  width: 30px;
  height: 200px;
}
.colorpicker .colorpicker-color,
.colorpicker .colorpicker-color div {
  height: 20px;
  font-size: 16px;
  line-height: 160%;
}
.colorpicker-saturation > i,
.colorpicker-saturation > i b {
  height: 10px;
  width: 10px;
  border-radius: 10px;
}
.inline-form-row {
  position: relative;
  border-top: 1px solid #dddddd;
  padding-top: 10px;
}
.inline-form-row:before,
.inline-form-row:after {
  content: " ";
  display: table;
}
.inline-form-row:after {
  clear: both;
}
.inline-form-row:before,
.inline-form-row:after {
  content: " ";
  display: table;
}
.inline-form-row:after {
  clear: both;
}
.inline-form-row .form-holder {
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  float: left;
}
.inline-form-row .form-holder-sm {
  width: -webkit-calc(100% - 170px);
  width: calc(100% - 170px);
  float: left;
}
.inline-form-row .row-control {
  position: absolute;
  right: 0;
  top: 38px;
  width: 110px;
}
.inline-form-row .row-control .btn {
  padding: 11px 12px;
  margin-left: 10px;
}
.inline-form-row .row-control-lg {
  width: 170px;
}
@media (max-width: 767px) {
  .inline-form-row .form-holder {
    width: 100%;
  }
  .inline-form-row .form-holder:before,
  .inline-form-row .form-holder:after {
    content: " ";
    display: table;
  }
  .inline-form-row .form-holder:after {
    clear: both;
  }
  .inline-form-row .form-holder:before,
  .inline-form-row .form-holder:after {
    content: " ";
    display: table;
  }
  .inline-form-row .form-holder:after {
    clear: both;
  }
  .inline-form-row .row-control {
    position: static;
    width: 100%;
  }
  .inline-form-row .row-control .btn {
    width: 100%;
    margin: 0;
  }
  .inline-form-row .row-control-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-form-row:last-child .row-control .btn {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .inline-form-row:last-child .row-control .btn + .btn {
    margin-left: 10px;
  }
}
.form-group.inlineformfield > label {
  font-weight: 600;
  font-size: 1.2em;
  width: 100%;
}
.form-group.inlineformfield .form-group {
  margin-bottom: 10px;
}
/*------------------------------------------------------------------
  [Helper classes]
*/
.xs-p-50 {
  padding: 50px !important;
}
.xs-pt-50 {
  padding-top: 50px !important;
}
.xs-pl-50 {
  padding-left: 50px !important;
}
.xs-pr-50 {
  padding-right: 50px !important;
}
.xs-pb-50 {
  padding-bottom: 50px !important;
}
.xs-m-50 {
  margin: 50px !important;
}
.xs-mt-50 {
  margin-top: 50px !important;
}
.xs-ml-50 {
  margin-left: 50px !important;
}
.xs-mr-50 {
  margin-right: 50px !important;
}
.xs-mb-50 {
  margin-bottom: 50px !important;
}
.xs-p-40 {
  padding: 40px !important;
}
.xs-pt-40 {
  padding-top: 40px !important;
}
.xs-pl-40 {
  padding-left: 40px !important;
}
.xs-pr-40 {
  padding-right: 40px !important;
}
.xs-pb-40 {
  padding-bottom: 40px !important;
}
.xs-m-40 {
  margin: 40px !important;
}
.xs-mt-40 {
  margin-top: 40px !important;
}
.xs-ml-40 {
  margin-left: 40px !important;
}
.xs-mr-40 {
  margin-right: 40px !important;
}
.xs-mb-40 {
  margin-bottom: 40px !important;
}
.xs-p-30 {
  padding: 30px !important;
}
.xs-pt-30 {
  padding-top: 30px !important;
}
.xs-pl-30 {
  padding-left: 30px !important;
}
.xs-pr-30 {
  padding-right: 30px !important;
}
.xs-pb-30 {
  padding-bottom: 30px !important;
}
.xs-m-30 {
  margin: 30px !important;
}
.xs-mt-30 {
  margin-top: 30px !important;
}
.xs-ml-30 {
  margin-left: 30px !important;
}
.xs-mr-30 {
  margin-right: 30px !important;
}
.xs-mb-30 {
  margin-bottom: 30px !important;
}
.xs-p-20 {
  padding: 20px !important;
}
.xs-pt-20 {
  padding-top: 20px !important;
}
.xs-pl-20 {
  padding-left: 20px !important;
}
.xs-pr-20 {
  padding-right: 20px !important;
}
.xs-pb-20 {
  padding-bottom: 20px !important;
}
.xs-m-20 {
  margin: 20px !important;
}
.xs-mt-20 {
  margin-top: 20px !important;
}
.xs-ml-20 {
  margin-left: 20px !important;
}
.xs-mr-20 {
  margin-right: 20px !important;
}
.xs-mb-20 {
  margin-bottom: 20px !important;
}
.xs-p-15 {
  padding: 15px !important;
}
.xs-pt-15 {
  padding-top: 15px !important;
}
.xs-pl-15 {
  padding-left: 15px !important;
}
.xs-pr-15 {
  padding-right: 15px !important;
}
.xs-pb-15 {
  padding-bottom: 15px !important;
}
.xs-m-15 {
  margin: 15px !important;
}
.xs-mt-15 {
  margin-top: 15px !important;
}
.xs-ml-15 {
  margin-left: 15px !important;
}
.xs-mr-15 {
  margin-right: 15px !important;
}
.xs-mb-15 {
  margin-bottom: 15px !important;
}
.xs-p-10 {
  padding: 10px !important;
}
.xs-pt-10 {
  padding-top: 10px !important;
}
.xs-pl-10 {
  padding-left: 10px !important;
}
.xs-pr-10 {
  padding-right: 10px !important;
}
.xs-pb-10 {
  padding-bottom: 10px !important;
}
.xs-m-10 {
  margin: 10px !important;
}
.xs-mt-10 {
  margin-top: 10px !important;
}
.xs-ml-10 {
  margin-left: 10px !important;
}
.xs-mr-10 {
  margin-right: 10px !important;
}
.xs-mb-10 {
  margin-bottom: 10px !important;
}
.xs-p-5 {
  padding: 5px !important;
}
.xs-pt-5 {
  padding-top: 5px !important;
}
.xs-pl-5 {
  padding-left: 5px !important;
}
.xs-pr-5 {
  padding-right: 5px !important;
}
.xs-pb-5 {
  padding-bottom: 5px !important;
}
.xs-m-5 {
  margin: 5px !important;
}
.xs-mt-5 {
  margin-top: 5px !important;
}
.xs-ml-5 {
  margin-left: 5px !important;
}
.xs-mr-5 {
  margin-right: 5px !important;
}
.xs-mb-5 {
  margin-bottom: 5px !important;
}
.xs-p-0 {
  padding: 0px !important;
}
.xs-pt-0 {
  padding-top: 0px !important;
}
.xs-pl-0 {
  padding-left: 0px !important;
}
.xs-pr-0 {
  padding-right: 0px !important;
}
.xs-pb-0 {
  padding-bottom: 0px !important;
}
.xs-m-0 {
  margin: 0px !important;
}
.xs-mt-0 {
  margin-top: 0px !important;
}
.xs-ml-0 {
  margin-left: 0px !important;
}
.xs-mr-0 {
  margin-right: 0px !important;
}
.xs-mb-0 {
  margin-bottom: 0px !important;
}
@media (min-width: 768px) {
  .sm-p-50 {
    padding: 50px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pl-50 {
    padding-left: 50px !important;
  }
  .sm-pr-50 {
    padding-right: 50px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-m-50 {
    margin: 50px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-ml-50 {
    margin-left: 50px !important;
  }
  .sm-mr-50 {
    margin-right: 50px !important;
  }
  .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .sm-p-40 {
    padding: 40px !important;
  }
  .sm-pt-40 {
    padding-top: 40px !important;
  }
  .sm-pl-40 {
    padding-left: 40px !important;
  }
  .sm-pr-40 {
    padding-right: 40px !important;
  }
  .sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .sm-m-40 {
    margin: 40px !important;
  }
  .sm-mt-40 {
    margin-top: 40px !important;
  }
  .sm-ml-40 {
    margin-left: 40px !important;
  }
  .sm-mr-40 {
    margin-right: 40px !important;
  }
  .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-p-30 {
    padding: 30px !important;
  }
  .sm-pt-30 {
    padding-top: 30px !important;
  }
  .sm-pl-30 {
    padding-left: 30px !important;
  }
  .sm-pr-30 {
    padding-right: 30px !important;
  }
  .sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .sm-m-30 {
    margin: 30px !important;
  }
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-ml-30 {
    margin-left: 30px !important;
  }
  .sm-mr-30 {
    margin-right: 30px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .sm-p-20 {
    padding: 20px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pl-20 {
    padding-left: 20px !important;
  }
  .sm-pr-20 {
    padding-right: 20px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-m-20 {
    margin: 20px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-ml-20 {
    margin-left: 20px !important;
  }
  .sm-mr-20 {
    margin-right: 20px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-p-15 {
    padding: 15px !important;
  }
  .sm-pt-15 {
    padding-top: 15px !important;
  }
  .sm-pl-15 {
    padding-left: 15px !important;
  }
  .sm-pr-15 {
    padding-right: 15px !important;
  }
  .sm-pb-15 {
    padding-bottom: 15px !important;
  }
  .sm-m-15 {
    margin: 15px !important;
  }
  .sm-mt-15 {
    margin-top: 15px !important;
  }
  .sm-ml-15 {
    margin-left: 15px !important;
  }
  .sm-mr-15 {
    margin-right: 15px !important;
  }
  .sm-mb-15 {
    margin-bottom: 15px !important;
  }
  .sm-p-10 {
    padding: 10px !important;
  }
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-pl-10 {
    padding-left: 10px !important;
  }
  .sm-pr-10 {
    padding-right: 10px !important;
  }
  .sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .sm-m-10 {
    margin: 10px !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-ml-10 {
    margin-left: 10px !important;
  }
  .sm-mr-10 {
    margin-right: 10px !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .sm-p-5 {
    padding: 5px !important;
  }
  .sm-pt-5 {
    padding-top: 5px !important;
  }
  .sm-pl-5 {
    padding-left: 5px !important;
  }
  .sm-pr-5 {
    padding-right: 5px !important;
  }
  .sm-pb-5 {
    padding-bottom: 5px !important;
  }
  .sm-m-5 {
    margin: 5px !important;
  }
  .sm-mt-5 {
    margin-top: 5px !important;
  }
  .sm-ml-5 {
    margin-left: 5px !important;
  }
  .sm-mr-5 {
    margin-right: 5px !important;
  }
  .sm-mb-5 {
    margin-bottom: 5px !important;
  }
  .sm-p-0 {
    padding: 0px !important;
  }
  .sm-pt-0 {
    padding-top: 0px !important;
  }
  .sm-pl-0 {
    padding-left: 0px !important;
  }
  .sm-pr-0 {
    padding-right: 0px !important;
  }
  .sm-pb-0 {
    padding-bottom: 0px !important;
  }
  .sm-m-0 {
    margin: 0px !important;
  }
  .sm-mt-0 {
    margin-top: 0px !important;
  }
  .sm-ml-0 {
    margin-left: 0px !important;
  }
  .sm-mr-0 {
    margin-right: 0px !important;
  }
  .sm-mb-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .md-p-50 {
    padding: 50px !important;
  }
  .md-pt-50 {
    padding-top: 50px !important;
  }
  .md-pl-50 {
    padding-left: 50px !important;
  }
  .md-pr-50 {
    padding-right: 50px !important;
  }
  .md-pb-50 {
    padding-bottom: 50px !important;
  }
  .md-m-50 {
    margin: 50px !important;
  }
  .md-mt-50 {
    margin-top: 50px !important;
  }
  .md-ml-50 {
    margin-left: 50px !important;
  }
  .md-mr-50 {
    margin-right: 50px !important;
  }
  .md-mb-50 {
    margin-bottom: 50px !important;
  }
  .md-p-40 {
    padding: 40px !important;
  }
  .md-pt-40 {
    padding-top: 40px !important;
  }
  .md-pl-40 {
    padding-left: 40px !important;
  }
  .md-pr-40 {
    padding-right: 40px !important;
  }
  .md-pb-40 {
    padding-bottom: 40px !important;
  }
  .md-m-40 {
    margin: 40px !important;
  }
  .md-mt-40 {
    margin-top: 40px !important;
  }
  .md-ml-40 {
    margin-left: 40px !important;
  }
  .md-mr-40 {
    margin-right: 40px !important;
  }
  .md-mb-40 {
    margin-bottom: 40px !important;
  }
  .md-p-30 {
    padding: 30px !important;
  }
  .md-pt-30 {
    padding-top: 30px !important;
  }
  .md-pl-30 {
    padding-left: 30px !important;
  }
  .md-pr-30 {
    padding-right: 30px !important;
  }
  .md-pb-30 {
    padding-bottom: 30px !important;
  }
  .md-m-30 {
    margin: 30px !important;
  }
  .md-mt-30 {
    margin-top: 30px !important;
  }
  .md-ml-30 {
    margin-left: 30px !important;
  }
  .md-mr-30 {
    margin-right: 30px !important;
  }
  .md-mb-30 {
    margin-bottom: 30px !important;
  }
  .md-p-20 {
    padding: 20px !important;
  }
  .md-pt-20 {
    padding-top: 20px !important;
  }
  .md-pl-20 {
    padding-left: 20px !important;
  }
  .md-pr-20 {
    padding-right: 20px !important;
  }
  .md-pb-20 {
    padding-bottom: 20px !important;
  }
  .md-m-20 {
    margin: 20px !important;
  }
  .md-mt-20 {
    margin-top: 20px !important;
  }
  .md-ml-20 {
    margin-left: 20px !important;
  }
  .md-mr-20 {
    margin-right: 20px !important;
  }
  .md-mb-20 {
    margin-bottom: 20px !important;
  }
  .md-p-15 {
    padding: 15px !important;
  }
  .md-pt-15 {
    padding-top: 15px !important;
  }
  .md-pl-15 {
    padding-left: 15px !important;
  }
  .md-pr-15 {
    padding-right: 15px !important;
  }
  .md-pb-15 {
    padding-bottom: 15px !important;
  }
  .md-m-15 {
    margin: 15px !important;
  }
  .md-mt-15 {
    margin-top: 15px !important;
  }
  .md-ml-15 {
    margin-left: 15px !important;
  }
  .md-mr-15 {
    margin-right: 15px !important;
  }
  .md-mb-15 {
    margin-bottom: 15px !important;
  }
  .md-p-10 {
    padding: 10px !important;
  }
  .md-pt-10 {
    padding-top: 10px !important;
  }
  .md-pl-10 {
    padding-left: 10px !important;
  }
  .md-pr-10 {
    padding-right: 10px !important;
  }
  .md-pb-10 {
    padding-bottom: 10px !important;
  }
  .md-m-10 {
    margin: 10px !important;
  }
  .md-mt-10 {
    margin-top: 10px !important;
  }
  .md-ml-10 {
    margin-left: 10px !important;
  }
  .md-mr-10 {
    margin-right: 10px !important;
  }
  .md-mb-10 {
    margin-bottom: 10px !important;
  }
  .md-p-5 {
    padding: 5px !important;
  }
  .md-pt-5 {
    padding-top: 5px !important;
  }
  .md-pl-5 {
    padding-left: 5px !important;
  }
  .md-pr-5 {
    padding-right: 5px !important;
  }
  .md-pb-5 {
    padding-bottom: 5px !important;
  }
  .md-m-5 {
    margin: 5px !important;
  }
  .md-mt-5 {
    margin-top: 5px !important;
  }
  .md-ml-5 {
    margin-left: 5px !important;
  }
  .md-mr-5 {
    margin-right: 5px !important;
  }
  .md-mb-5 {
    margin-bottom: 5px !important;
  }
  .md-p-0 {
    padding: 0px !important;
  }
  .md-pt-0 {
    padding-top: 0px !important;
  }
  .md-pl-0 {
    padding-left: 0px !important;
  }
  .md-pr-0 {
    padding-right: 0px !important;
  }
  .md-pb-0 {
    padding-bottom: 0px !important;
  }
  .md-m-0 {
    margin: 0px !important;
  }
  .md-mt-0 {
    margin-top: 0px !important;
  }
  .md-ml-0 {
    margin-left: 0px !important;
  }
  .md-mr-0 {
    margin-right: 0px !important;
  }
  .md-mb-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .lg-p-200 {
    padding: 200px !important;
  }
  .lg-pt-200 {
    padding-top: 200px !important;
  }
  .lg-pl-200 {
    padding-left: 200px !important;
  }
  .lg-pr-200 {
    padding-right: 200px !important;
  }
  .lg-pb-200 {
    padding-bottom: 200px !important;
  }
  .lg-m-200 {
    margin: 200px !important;
  }
  .lg-mt-200 {
    margin-top: 200px !important;
  }
  .lg-ml-200 {
    margin-left: 200px !important;
  }
  .lg-mr-200 {
    margin-right: 200px !important;
  }
  .lg-mb-200 {
    margin-bottom: 200px !important;
  }
  .lg-p-150 {
    padding: 150px !important;
  }
  .lg-pt-150 {
    padding-top: 150px !important;
  }
  .lg-pl-150 {
    padding-left: 150px !important;
  }
  .lg-pr-150 {
    padding-right: 150px !important;
  }
  .lg-pb-150 {
    padding-bottom: 150px !important;
  }
  .lg-m-150 {
    margin: 150px !important;
  }
  .lg-mt-150 {
    margin-top: 150px !important;
  }
  .lg-ml-150 {
    margin-left: 150px !important;
  }
  .lg-mr-150 {
    margin-right: 150px !important;
  }
  .lg-mb-150 {
    margin-bottom: 150px !important;
  }
  .lg-p-100 {
    padding: 100px !important;
  }
  .lg-pt-100 {
    padding-top: 100px !important;
  }
  .lg-pl-100 {
    padding-left: 100px !important;
  }
  .lg-pr-100 {
    padding-right: 100px !important;
  }
  .lg-pb-100 {
    padding-bottom: 100px !important;
  }
  .lg-m-100 {
    margin: 100px !important;
  }
  .lg-mt-100 {
    margin-top: 100px !important;
  }
  .lg-ml-100 {
    margin-left: 100px !important;
  }
  .lg-mr-100 {
    margin-right: 100px !important;
  }
  .lg-mb-100 {
    margin-bottom: 100px !important;
  }
  .lg-p-50 {
    padding: 50px !important;
  }
  .lg-pt-50 {
    padding-top: 50px !important;
  }
  .lg-pl-50 {
    padding-left: 50px !important;
  }
  .lg-pr-50 {
    padding-right: 50px !important;
  }
  .lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .lg-m-50 {
    margin: 50px !important;
  }
  .lg-mt-50 {
    margin-top: 50px !important;
  }
  .lg-ml-50 {
    margin-left: 50px !important;
  }
  .lg-mr-50 {
    margin-right: 50px !important;
  }
  .lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .lg-p-40 {
    padding: 40px !important;
  }
  .lg-pt-40 {
    padding-top: 40px !important;
  }
  .lg-pl-40 {
    padding-left: 40px !important;
  }
  .lg-pr-40 {
    padding-right: 40px !important;
  }
  .lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .lg-m-40 {
    margin: 40px !important;
  }
  .lg-mt-40 {
    margin-top: 40px !important;
  }
  .lg-ml-40 {
    margin-left: 40px !important;
  }
  .lg-mr-40 {
    margin-right: 40px !important;
  }
  .lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .lg-p-30 {
    padding: 30px !important;
  }
  .lg-pt-30 {
    padding-top: 30px !important;
  }
  .lg-pl-30 {
    padding-left: 30px !important;
  }
  .lg-pr-30 {
    padding-right: 30px !important;
  }
  .lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .lg-m-30 {
    margin: 30px !important;
  }
  .lg-mt-30 {
    margin-top: 30px !important;
  }
  .lg-ml-30 {
    margin-left: 30px !important;
  }
  .lg-mr-30 {
    margin-right: 30px !important;
  }
  .lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .lg-p-20 {
    padding: 20px !important;
  }
  .lg-pt-20 {
    padding-top: 20px !important;
  }
  .lg-pl-20 {
    padding-left: 20px !important;
  }
  .lg-pr-20 {
    padding-right: 20px !important;
  }
  .lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .lg-m-20 {
    margin: 20px !important;
  }
  .lg-mt-20 {
    margin-top: 20px !important;
  }
  .lg-ml-20 {
    margin-left: 20px !important;
  }
  .lg-mr-20 {
    margin-right: 20px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .lg-p-15 {
    padding: 15px !important;
  }
  .lg-pt-15 {
    padding-top: 15px !important;
  }
  .lg-pl-15 {
    padding-left: 15px !important;
  }
  .lg-pr-15 {
    padding-right: 15px !important;
  }
  .lg-pb-15 {
    padding-bottom: 15px !important;
  }
  .lg-m-15 {
    margin: 15px !important;
  }
  .lg-mt-15 {
    margin-top: 15px !important;
  }
  .lg-ml-15 {
    margin-left: 15px !important;
  }
  .lg-mr-15 {
    margin-right: 15px !important;
  }
  .lg-mb-15 {
    margin-bottom: 15px !important;
  }
  .lg-p-10 {
    padding: 10px !important;
  }
  .lg-pt-10 {
    padding-top: 10px !important;
  }
  .lg-pl-10 {
    padding-left: 10px !important;
  }
  .lg-pr-10 {
    padding-right: 10px !important;
  }
  .lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .lg-m-10 {
    margin: 10px !important;
  }
  .lg-mt-10 {
    margin-top: 10px !important;
  }
  .lg-ml-10 {
    margin-left: 10px !important;
  }
  .lg-mr-10 {
    margin-right: 10px !important;
  }
  .lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .lg-p-5 {
    padding: 5px !important;
  }
  .lg-pt-5 {
    padding-top: 5px !important;
  }
  .lg-pl-5 {
    padding-left: 5px !important;
  }
  .lg-pr-5 {
    padding-right: 5px !important;
  }
  .lg-pb-5 {
    padding-bottom: 5px !important;
  }
  .lg-m-5 {
    margin: 5px !important;
  }
  .lg-mt-5 {
    margin-top: 5px !important;
  }
  .lg-ml-5 {
    margin-left: 5px !important;
  }
  .lg-mr-5 {
    margin-right: 5px !important;
  }
  .lg-mb-5 {
    margin-bottom: 5px !important;
  }
  .lg-p-0 {
    padding: 0px !important;
  }
  .lg-pt-0 {
    padding-top: 0px !important;
  }
  .lg-pl-0 {
    padding-left: 0px !important;
  }
  .lg-pr-0 {
    padding-right: 0px !important;
  }
  .lg-pb-0 {
    padding-bottom: 0px !important;
  }
  .lg-m-0 {
    margin: 0px !important;
  }
  .lg-mt-0 {
    margin-top: 0px !important;
  }
  .lg-ml-0 {
    margin-left: 0px !important;
  }
  .lg-mr-0 {
    margin-right: 0px !important;
  }
  .lg-mb-0 {
    margin-bottom: 0px !important;
  }
}
textarea {
  max-width: 100%;
  min-width: 100%;
}
.client-logo img {
  max-height: 55px;
}
.alert {
  line-height: 33px;
  font-size: 15px;
}
.am-splash-screen {
  background-color: #f0f0f0;
}
.am-splash-screen .am-wrapper {
  padding-top: 0;
}
.am-splash-screen .am-wrapper .am-content {
  margin: 0;
}
.am-splash-screen .am-wrapper .am-content a.btn-primary {
  color: #ffffff;
}
.am-splash-screen .am-wrapper .am-content a.btn-primary:hover {
  color: #ffffff;
}
.container-info {
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 0px solid !important;
  text-align: center;
  margin: 0;
  margin-top: 0px !important;
}
a.btn-table-action {
  width: 40px !important;
}
td.td-default {
  border-right: solid 5px #777777;
  border-top: 0 !important;
}
td.td-danger {
  border-right: solid 5px #ce443d;
  border-top: 0 !important;
}
td.td-warning {
  border-right: solid 5px #FFC870;
  border-top: 0 !important;
}
td.td-info {
  border-right: solid 5px #65b7d4;
  border-top: 0 !important;
}
td.td-success {
  border-right: solid 5px #7accbe;
  border-top: 0 !important;
}
td.td-default {
  border-right: solid 5px #777777;
  border-top: 0;
}
td.td-danger-border {
  border-right: solid 5px #ce443d;
  border-top: 0;
}
td.td-warning-border {
  border-right: solid 5px #FFC870;
  border-top: 0;
}
td.td-amber-border {
  border-right: solid 5px #ED8507;
  border-top: 0;
}
td.td-info-border {
  border-right: solid 5px #65b7d4;
  border-top: 0;
}
td.td-success-border {
  border-right: solid 5px #7accbe;
  border-top: 0;
}
td.td-default-border {
  border-right: solid 5px #777777;
  border-top: 0;
}
td.td-royal-border {
  border-right: solid 5px #1d3557;
  border-top: 0;
}
td.calendar-table {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  text-align: center !important;
}
td.calendar-table-default {
  border-left: 3px solid #777777 !important;
  border-right: 1px solid #ddd !important;
  text-align: center !important;
}
td.calendar-table-warning {
  border-left: 3px solid #FFC870 !important;
  border-right: 1px solid #ddd !important;
  text-align: center !important;
}
td.calendar-table-danger {
  border-left: 3px solid #ce443d !important;
  border-right: 1px solid #ddd !important;
  text-align: center !important;
}
td.calendar-table-success {
  border-left: 3px solid #7accbe !important;
  border-right: 1px solid #ddd !important;
  text-align: center !important;
}
td.calendar-table-info {
  border-left: 3px solid #65b7d4 !important;
  border-right: 1px solid #ddd !important;
  text-align: center !important;
}
td.calendar-table-total {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  text-align: center !important;
  background-color: #f0f0f0a6 !important;
}
.task-allocations #allocations-main-calendar .datetimepicker-inline table.table-condensed,
.task-allocations #holidays-main-calendar .datetimepicker-inline table.table-condensed,
.task-allocations #timesheets-main-calendar .datetimepicker-inline table.table-condensed,
.task-allocations #widget-calendar .datetimepicker-inline table.table-condensed {
  margin-left: auto;
  margin-right: auto;
}
.task-allocations #allocations-main-calendar .datetimepicker-inline table.table-condensed td,
.task-allocations #holidays-main-calendar .datetimepicker-inline table.table-condensed td,
.task-allocations #timesheets-main-calendar .datetimepicker-inline table.table-condensed td,
.task-allocations #widget-calendar .datetimepicker-inline table.table-condensed td,
.task-allocations #allocations-main-calendar .datetimepicker-inline table.table-condensed th,
.task-allocations #holidays-main-calendar .datetimepicker-inline table.table-condensed th,
.task-allocations #timesheets-main-calendar .datetimepicker-inline table.table-condensed th,
.task-allocations #widget-calendar .datetimepicker-inline table.table-condensed th {
  text-align: center;
}
.task-allocations span.allocations-active-weekday,
.task-allocations span.allocations-active-day {
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .am-top-menu {
    width: -webkit-calc(100% - 580px);
    width: calc(100% - 580px);
  }
  .am-top-menu > li:last-child {
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
  }
  .am-top-menu > li:last-child .breadcrumb {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.has-error .input-group-addon {
  color: #ffffff;
}
.client-tabs {
  margin-bottom: 20px;
}
td .icon span {
  font-size: 36px;
}
div.security-code {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
div#user-created-modal div .modal-body {
  font-size: 14px;
}
.login-form span.input-group-addon {
  min-width: 44px;
}
table.table-no-margins {
  margin-bottom: 0px;
}
li.header-notification {
  padding: 15px;
  display: block;
  overflow: hidden;
}
li.header-notification .logo {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #e4e4e4;
  float: left;
  text-align: center;
}
.rtl li.header-notification .logo {
  float: right;
}
li.header-notification .logo .icon {
  font-size: 25px;
  color: #979595;
  line-height: 36px;
}
li.header-notification .user-content {
  padding-left: 50px;
  line-height: 14px;
}
.rtl li.header-notification .user-content {
  padding-left: 0;
  padding-right: 50px;
}
li.header-notification .user-content .circle {
  width: 6px;
  height: 6px;
  background: #00002e;
  border-radius: 50%;
  float: right;
  position: relative;
  top: 6px;
}
.rtl li.header-notification .user-content .circle {
  float: left;
}
li.header-notification .user-content .name,
li.header-notification .user-content .text-content {
  font-weight: 500;
  font-size: 13px;
}
li.header-notification .user-content .text-content {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 16px;
}
li.header-notification .user-content .date {
  color: #8a8a8a;
  display: block;
  font-size: 9px;
  margin-top: 4px;
  text-transform: uppercase;
}
.table {
  width: 100% !important;
}
.table tbody tr td div.user-table-avatar {
  width: 35px;
  height: 35px;
  background-size: cover;
  background-position: center;
  backgound-repeat: none;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  border: 1px solid #3d3c3c;
}
.table tbody tr td div.user-table-avatar.attachments {
  margin-top: 0;
}
.table tbody tr td div.user-table-avatar-dropdown {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 5px;
}
.table tbody tr td span.users-initials {
  margin-right: 5px;
  border: 1px solid #3d3c3c;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  vertical-align: middle;
  padding: 5px;
  font-size: 1.2em;
  position: relative;
}
.table tbody tr td span.tasks-initials {
  margin-left: 5px;
  border: 1px solid #3d3c3c;
  height: 25px;
  width: 30px;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
}
.table tbody tr td span.tasks-icons {
  margin-left: 5px;
  font-size: 1.6em;
  vertical-align: middle;
}
.table tbody tr td [class^="s7-"],
.table tbody tr td [class*=" s7-"] {
  font-weight: bold;
}
.table tbody tr td .user-type-icon {
  color: #fff;
  position: absolute;
  top: -8px;
  right: -5px;
  border-radius: 50px;
  width: 18px;
  line-height: 1;
  height: 18px;
  padding: 2px;
  text-align: center;
  font-size: 14px;
}
.table tbody tr td .user-type-icon .fa-car {
  font-size: 12px;
  top: -1px;
  position: relative;
}
.table tbody tr td .user-type-icon-bottom {
  color: #fff;
  position: absolute;
  top: 20px;
  right: -5px;
  border-radius: 50px;
  width: 18px;
  line-height: 1;
  height: 18px;
  padding: 2px;
  text-align: center;
  font-size: 14px;
}
.table tbody tr td .user-type-icon-bottom .fa-car {
  font-size: 12px;
  top: -1px;
  position: relative;
}
.table tbody tr td .shared-label {
  color: #000;
  position: absolute;
  top: 22px;
  left: 39px;
  width: 73px;
  text-align: left;
  font-size: 11px;
}
.table thead tr th.allocation-actions {
  width: 70px !important;
}
.navbar-nav.am-user-nav span.navbar-avatar-icon {
  font-size: 43px;
  vertical-align: middle;
}
.user-profile {
  padding-top: 20px;
}
.user-profile .user-display {
  margin-top: 30px;
}
.user-profile .user-display .bottom div.user-avatar {
  width: 135px;
  height: 135px;
  background-size: cover;
  background-position: center;
  backgound-repeat: none;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #fff;
}
.user-profile .user-display .bottom div.user-avatar .status.active {
  background-color: #00b777;
}
.user-profile .user-display .bottom div.user-avatar .status.inactive {
  background-color: #00002e;
}
.user-profile.entity .user-display {
  margin-bottom: 0;
}
.user-profile.entity .user-display .bottom {
  padding: 15px;
}
.user-profile.entity .user-display .bottom div.user-avatar {
  border-radius: 10px;
  margin-top: -115px;
  margin-right: 15px;
  position: static;
  top: 0;
  left: 0;
}
.user-profile.entity .no-padding-table > .dataTables_wrapper {
  margin: -20px;
  width: auto !important;
}
.user-profile.entity .no-h-padding-table > .dataTables_wrapper {
  margin-left: -20px;
  margin-right: -20px;
  width: auto !important;
}
.user-profile.entity .no-b-padding-table > .dataTables_wrapper {
  margin-bottom: -20px;
  width: auto !important;
}
.user-profile table td {
  font-size: 13px;
}
.modal-content {
  overflow: visible;
}
.modal-content .modal-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-content .form-actions,
.modal-content .modal-body.form {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.float-right {
  float: right;
}
.datetimepicker-days td.day,
.datetimepicker-days th.next,
.datetimepicker-days th.prev {
  cursor: pointer;
}
.navbar-nav .page-head {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
.dropdown {
  cursor: pointer;
}
.panel-timeline {
  background: #f0f0f0;
}
.panel-timeline .chat {
  padding: 15px 0;
}
.panel-timeline .timeline-time {
  float: none;
  display: block;
}
.panel-timeline .timeline-header {
  padding: 0 0 0 46px;
  line-height: 16px;
}
.panel-timeline .timeline-item-detailed .timeline-header {
  padding: 0 0 15px 46px;
  border-bottom: 1px solid #f0f0f0;
}
.panel-timeline .timeline-content {
  min-height: 0;
  border-radius: 10px;
  box-shadow: 2px 2px 10px lightgrey;
}
.panel-timeline .timeline-content .attachment {
  margin: 5px 0 0 10px;
  background: #f0f0f0;
  padding: 10px;
}
.panel-timeline .timeline-content .attachment h4 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
}
.panel-timeline .timeline-content:before {
  top: 27px;
}
.table-actions {
  margin-left: 10px;
}
.block-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999999;
}
.panel-group.accordion.accordion-semi.in-form .panel .panel-heading a.collapsed {
  background-color: #eaeaea;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li {
  padding: 0px;
}
div.home-buttons-div {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}
div.home-buttons-div .home-button {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
div.home-buttons-div .home-button-sub-div .caret {
  margin-left: 5px;
}
div.home-buttons-div .home-button-sub-div .dropdown-toggle {
  margin: 0;
}
div.home-sidebar-buttons-div {
  margin-top: 20px;
  padding: 0;
}
div.home-sidebar-buttons-div .home-button-sub-div {
  margin-bottom: 30px;
}
div.home-sidebar-buttons-div .home-button-sub-div .caret {
  margin-left: 5px;
}
div.home-sidebar-buttons-div .home-button-sub-div .dropdown-toggle {
  margin: 0;
}
.nav-tabs > li a.mobile-a {
  margin-right: 0;
  min-width: 45px;
  text-align: center;
  border-radius: 0;
  color: #555;
  border-width: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
    padding-bottom: 10px;
  }
  div.widget {
    margin-bottom: 10px;
  }
  div.list-group {
    margin-bottom: 10px;
  }
  div.widget-left {
    padding-left: 0px;
    padding-right: 3px;
  }
  div.widget-right {
    padding-left: 3px;
    padding-right: 0px;
  }
  div.wt-head {
    padding-left: 0px;
    padding-right: 0px;
  }
  div.wt-head .title {
    font-size: 12px;
  }
  .widget > .widget-head .tools {
    float: right;
    width: 100%;
    padding-bottom: 10px;
  }
  div.order-buttons {
    padding-bottom: 5px;
  }
  div.panel-order-details {
    padding-left: 0px;
    padding-right: 0px;
  }
  div.tools a {
    width: 100%;
  }
  div.settings {
    float: right !important;
    margin-left: 0px !important;
  }
  .dataTables_info,
  .paginate_button {
    display: none !important;
  }
  .pagination .active,
  .next,
  .previous {
    display: inline !important;
  }
  .widget-calendar .cal-container .cal-calendar {
    padding: 0px;
  }
  .widget-order-mobile {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-left: 15px !important;
    margin-bottom: 7px !important;
  }
  .widget.widget-tile .data-info .value {
    font-size: 18px;
  }
  .widget.widget-tile .icon {
    font-size: 15px !important;
    line-height: 26px;
    float: left;
  }
  ul.dropdown-mobile-status-left {
    width: 200% !important;
  }
  ul.dropdown-mobile-status-right {
    width: 200% !important;
    right: 0 !important;
    left: unset !important;
  }
  .am-right-sidebar .search .footer {
    font-size: 13px;
    background: #424141;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #515050;
    display: block;
    outline: 0;
  }
  .am-right-sidebar .search .footer .a {
    color: #b7b7b7;
  }
  div.home-calendar {
    margin-top: 25px !important;
  }
  li.header-notification .content,
  li.header-notification .user-content {
    padding-left: 35px;
    color: #ce443d;
  }
  li.header-notification .logo {
    position: absolute;
    left: 0;
    font-size: 16px;
    background-color: #424141;
    color: #d6d6d6;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 20px;
  }
  li.header-notification .logo .icon {
    font-size: 17px;
    color: #dadada;
    line-height: 25px;
  }
  .user-profile .info-block table tr td.item {
    width: 10%;
  }
  .user-profile .user-display .bottom div.user-avatar {
    width: 50px;
    height: 50px;
  }
}
.nav-top > li a {
  font-size: 20px;
}
.checkbox-column .booleanfield {
  padding-top: 40px;
}
.checkbox-column-pt-20 .booleanfield {
  padding-top: 20px;
}
.overlaid-bootbox {
  background: rgba(0, 0, 0, 0.5);
}
input.table-inline-edit {
  border-width: 0px;
  background-color: transparent;
  text-align: right !important;
  padding-right: 4px !important;
  vertical-align: 0px !important;
}
input.table-inline-edit[readonly] {
  background-color: transparent;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > .dropdown-menu {
  width: 100%;
  left: -100%;
  top: 0;
  margin: 0;
}
a.system-link {
  color: #555555;
}
a.system-link .system-box {
  display: block;
}
a.system-link .system-box span.icon {
  font-size: 65px;
  position: absolute;
  right: 35px;
  top: 5px;
}
a.system-link .system-box i.icon {
  font-size: 65px;
  position: absolute;
  right: 0;
  top: 5px;
}
a.system-link .system-box:hover {
  color: #982c26;
}
a.system-link .system-box:hover .icon {
  color: #982c26;
}
div.widget-danger {
  border-left: solid 5px #ce443d;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-warning {
  border-left: solid 5px #FFC870;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-info {
  border-left: solid 5px #65b7d4;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-success {
  border-left: solid 5px #7accbe;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-default {
  border-left: solid 5px #777777;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-primary {
  border-left: solid 5px #00002e;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-coral {
  border-left: solid 5px #ff7353;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-royal {
  border-left: solid 5px #1d3557;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-pink {
  border-left: solid 5px #de6b90;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-nude {
  border-left: solid 5px #e5989b;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-graphite {
  border-left: solid 5px #9a8c98;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-turquoise {
  border-left: solid 5px #2a9d8f;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-aqua {
  border-left: solid 5px #a8dadc;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-freeze {
  border-left: solid 5px #0f81b1;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
div.widget-review {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
div.widget-review .widget-review-item {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
}
div.navbar-avatar {
  width: 43px;
  height: 43px;
  background-size: cover;
  background-position: center;
  backgound-repeat: none;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.network-error-container.alert.alert-warning {
  width: auto;
  padding: 5px;
  margin: 0;
  position: fixed;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  text-align: center;
  line-height: 20px;
}
@media (max-width: 767px) {
  .network-error-container.alert.alert-warning {
    left: 50px;
    right: 50px;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.alerts {
  margin-left: 100px;
  position: relative;
  padding: 20px 35px;
}
.alerts .alert-answer {
  float: right !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ababab;
  opacity: 1;
}
.form-control[multiple] {
  padding: 10px;
}
@media (max-width: 767px) {
  .alerts {
    margin-left: 0px;
    position: relative;
    padding: 20px 5px;
  }
  .alerts .alert-answer {
    float: left !important;
    white-space: normal;
  }
  .alerts .alert-question:before,
  .alerts .alert-question:after {
    content: " ";
    display: table;
  }
  .alerts .alert-question:after {
    clear: both;
  }
  .alerts .alert-question:before,
  .alerts .alert-question:after {
    content: " ";
    display: table;
  }
  .alerts .alert-question:after {
    clear: both;
  }
}
.label-royal {
  background-color: #1d3557;
}
.label-royal[href]:hover,
.label-royal[href]:focus {
  background-color: #162a45;
}
.label-turquoise {
  background-color: #2a9d8f;
}
.label-turquoise[href]:hover,
.label-turquoise[href]:focus {
  background-color: #217b70;
}
.label-aqua {
  background-color: #a8dadc;
}
.label-aqua[href]:hover,
.label-aqua[href]:focus {
  background-color: #79999a;
}
.label-coral {
  background-color: #ff7353;
}
.label-coral[href]:hover,
.label-coral[href]:focus {
  background-color: #ce6145;
}
.label-pink {
  background-color: #de6b90;
}
.label-pink[href]:hover,
.label-pink[href]:focus {
  background-color: #ad5672;
}
.label-freeze {
  background-color: #0f81b1;
}
.label-freeze[href]:hover,
.label-freeze[href]:focus {
  background-color: #0b5a7b;
}
.label-gold {
  background-color: #efa241;
}
.label-gold[href]:hover,
.label-gold[href]:focus {
  background-color: #b67b30;
}
.label-nude {
  background-color: #e5989b;
}
.label-nude[href]:hover,
.label-nude[href]:focus {
  background-color: #b67a7c;
}
.label-graphite {
  background-color: #9a8c98;
}
.label-graphite[href]:hover,
.label-graphite[href]:focus {
  background-color: #7a7079;
}
.tiny-mce-mentions {
  color: #9acffd;
  font-style: italic;
}
.label-amber {
  background-color: #ED8507;
}
.docs-container {
  min-height: 90vh;
}
.docs-container .doc-header {
  margin: 0;
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.docs-container .doc-header .doc-path {
  display: inline-block;
  width: 60%;
}
.docs-container .doc-header .doc-path .header-breadcrumb-element-active {
  padding: 5px 15px;
  margin: 0px 5px;
  font-size: 25px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
}
.docs-container .doc-header .doc-path .header-breadcrumb-element a {
  padding: 5px 15px;
  margin: 0px 5px;
  font-size: 25px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: grey;
}
.docs-container .doc-header .doc-path .header-breadcrumb-element a:hover {
  background: #ececec;
}
.docs-container .doc-header .options {
  display: inline-block;
  width: 39%;
  padding: 5px 0;
}
.docs-container .doc-header .options a {
  float: right;
}
.docs-container .doc-header .options .list-grid-views {
  display: inline-block;
  float: right;
  margin-right: 5px;
  overflow: hidden;
}
.docs-container .doc-header .options .list-grid-views .view-btn {
  padding: 6px;
  background: #d6d6d6;
}
.docs-container .doc-header .options .list-grid-views .view-btn.active i {
  color: white;
}
.docs-container #docs-grid-container {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.docs-container #docs-grid-container #docs-data-grid-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 80px;
}
.docs-container #docs-grid-container #docs-data-grid-view .empty-directory {
  padding-top: 20vh;
  font-size: 10vh;
  text-align: center;
}
.docs-container #docs-grid-container .data-loader-paginator {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.docs-container #docs-grid-container .doc-empty-body {
  padding-top: 20vh;
  text-align: center;
  font-size: 30px;
}
.docs-container #docs-grid-container .docs-col {
  width: 150px;
  height: 150px;
  margin: 10px;
}
.docs-container #docs-grid-container .docs-col .document-body {
  border-radius: 5%;
  border: 1px solid #dddddd;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.docs-container #docs-grid-container .docs-col .document-body .document-image-container {
  display: block;
  height: 50%;
  background-color: #eae9e9;
}
.docs-container #docs-grid-container .docs-col .document-body .document-image-container .icon {
  line-height: 150%;
  color: black;
  font-size: 50px;
}
.docs-container #docs-grid-container .docs-col .document-body .document-actions-container {
  border-top: 1px solid #dddddd;
  height: 50%;
}
.docs-container #docs-grid-container .docs-col .document-body .document-actions-container .title {
  padding: 5px;
  text-align: left;
  height: 60%;
  font-weight: bold;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.docs-container #docs-grid-container .docs-col .document-body .document-actions-container .actions {
  height: 40%;
}
.docs-container #docs-grid-container .docs-col .document-body .document-actions-container .actions .btn-sm {
  padding: 3px 5px;
  font-size: 1px;
}
.docs-container #docs-list-container {
  width: 100%;
  height: 100%;
  padding: 0 20vw 20px 20vw;
}
.docs-container #docs-list-container #docs-data-list-view {
  margin-bottom: 80px;
}
.docs-container #docs-list-container #docs-data-list-view .empty-directory {
  padding-top: 20vh;
  font-size: 10vh;
  text-align: center;
}
.docs-container #docs-list-container .data-loader-paginator {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.docs-container #docs-list-container .document-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  height: 60px;
}
.docs-container #docs-list-container .document-body .document-col {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
.docs-container #docs-list-container .document-body .document-col .image {
  font-size: 30px;
}
.docs-container #docs-list-container .document-body .document-col .text {
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 5px;
}
.docs-container #docs-list-container .document-body a.document-col {
  color: #464646;
}
.docs-container #docs-list-container .document-body a.document-col:hover {
  color: black;
}
.docs-container #docs-list-container .document-body .document-col-actions {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding-top: 5px;
  float: right;
}
.docs-container #docs-list-container .head-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  border-bottom: 2px solid #757373;
  padding-bottom: 10px;
}
.docs-container #docs-list-container .head-row .head-col {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
.docs-container #docs-list-container .head-row .head-col-actions {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .docs-container .doc-header {
    width: 100%;
    display: inline-grid;
  }
  .docs-container .doc-header .doc-path {
    width: 100%;
    padding: 20px;
  }
  .docs-container .doc-header .doc-path .header-breadcrumb-element a {
    padding: 5px 0;
  }
  .docs-container .doc-header .doc-path .header-breadcrumb-element-active {
    padding: 5px 0;
  }
  .docs-container .doc-header .options {
    padding: 20px;
    width: 100%;
  }
  .docs-container .doc-header .options a {
    float: left;
    width: 40%;
  }
  .docs-container .doc-header .options .list-grid-views {
    float: left;
  }
  .docs-container .doc-header .options .list-grid-views a {
    width: 50%;
  }
  .docs-container #docs-list-container {
    padding: 10px;
  }
  .docs-container #docs-list-container #docs-data-list-view .empty-directory {
    padding: 0;
    font-size: 5vw;
    text-align: center;
  }
  .docs-container #docs-grid-container #docs-data-grid-view .empty-directory {
    padding: 0;
    font-size: 5vw;
    text-align: center;
  }
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.requirement-row-title {
  font-weight: 400;
}
.d-inline-block {
  display: inline-block;
}
.bg-striped {
  background: -webkit-repeating-linear-gradient(135deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 4px, hsla(0, 0%, 100%, 0.4) 0, hsla(0, 0%, 100%, 0.4) 8px);
  background: -o-repeating-linear-gradient(135deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 4px, hsla(0, 0%, 100%, 0.4) 0, hsla(0, 0%, 100%, 0.4) 8px);
  background: repeating-linear-gradient(-45deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 4px, hsla(0, 0%, 100%, 0.4) 0, hsla(0, 0%, 100%, 0.4) 8px);
}
.background-avatar {
  width: 135px;
  height: 135px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  box-shadow: 2px 2px 20px lightgrey;
}
.background-avatar-sm {
  width: 135px;
  height: 135px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  box-shadow: 2px 2px 20px lightgrey;
  width: 40px;
  height: 40px;
}
.background-avatar-xs {
  width: 135px;
  height: 135px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  box-shadow: 2px 2px 20px lightgrey;
  width: 30px;
  height: 30px;
}
.fc-bg-primary {
  color: #fff !important;
  background-color: #00002e !important;
  border-color: #00002e !important;
}
.fc-bg-warning {
  color: #fff !important;
  background-color: #FFC870 !important;
  border-color: #FFC870 !important;
}
.fc-bg-success {
  color: #fff !important;
  background-color: #7ACCBE !important;
  border-color: #7ACCBE !important;
}
.fc-bg-danger {
  color: #fff !important;
  background-color: #EF6262 !important;
  border-color: #EF6262 !important;
}
.fc-bg-dark {
  color: #d0d0d0 !important;
  background-color: #3d3c3c !important;
  border-color: #3d3c3c !important;
}
.fc-bg-info {
  color: #fff !important;
  background-color: #8dcadf !important;
  border-color: #8dcadf !important;
}
.fc-bg-pink {
  color: #fff !important;
  background-color: #de6b90 !important;
  border-color: #de6b90 !important;
}
.fc-bg-grey {
  color: #fff !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.fc-bg-freeze {
  color: #fff !important;
  background-color: #0f81b1 !important;
  border-color: #0f81b1 !important;
}
.fc-bg-aqua {
  color: #fff !important;
  background-color: #a8dadc !important;
  border-color: #a8dadc !important;
}
.user-sm-avatar {
  width: 35px;
  height: 35px;
  background-size: cover;
  background-position: center;
  backgound-repeat: none;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  border: 1px solid #3d3c3c;
}
.user-sm-avatar.attachments {
  margin-top: 0;
}
.modal-body .form-actions {
  background-color: #fcfcfc;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -30px;
}
.modal-body .form-actions .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-body .read-only-form .form-actions {
  display: none;
}
.modal-body .fuelux {
  margin: -30px -20px;
}
.modal-body .fuelux .wizard .form-actions {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -20px;
}
.modal-body .fuelux .wizard {
  overflow: visible;
}
.form-group .read-only {
  font-weight: 300;
}
.am-datatable-body {
  overflow-x: auto;
}
.am-datatable-body.row {
  margin: 0;
}
.am-datatable-body > div[class^=col-sm-] {
  padding-left: 0;
  padding-right: 0;
}
.table-top-scroll-outer {
  border: none;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 14px;
}
.table-top-scroll-inner {
  height: 14px;
}
table .expand-row {
  font-size: 34px;
  display: inline-block;
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-family: 'Stroke 7';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table .expand-row:before {
  content: "\e685";
}
table .expanded .expand-row:before {
  content: "\e689";
}
table .expanded-content .expanded-wrapper:before,
table .expanded-content .expanded-wrapper:after {
  content: " ";
  display: table;
}
table .expanded-content .expanded-wrapper:after {
  clear: both;
}
table .expanded-content .expanded-wrapper:before,
table .expanded-content .expanded-wrapper:after {
  content: " ";
  display: table;
}
table .expanded-content .expanded-wrapper:after {
  clear: both;
}
table td .btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
table td input.cell-input,
table td select.cell-input {
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
}
table td input.cell-input:hover,
table td select.cell-input:hover,
table td input.cell-input:focus,
table td select.cell-input:focus {
  border-color: #eeeeee;
  outline: none;
}
table td textarea.cell-input {
  border: 1px solid transparent;
  resize: none;
}
table td textarea.cell-input:hover,
table td textarea.cell-input:focus {
  border-color: #eeeeee;
  outline: none;
}
table td.editable {
  padding: 0;
  position: relative;
}
table td.editable textarea,
table td.editable input,
table td.editable select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  padding: 7px;
}
table td.editable .selectize-control {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
}
table td.editable .selectize-control .selectize-input {
  min-height: 100%;
  padding: 7px;
  background: transparent;
  border: 1px solid transparent;
}
table td.editable .selectize-control .selectize-input:hover {
  border-color: #eeeeee;
}
table td.editable .selectize-control .selectize-dropdown {
  position: fixed;
  top: auto !important;
  bottom: auto !important;
  left: auto;
}
table td .bool {
  font-size: 1.7em;
}
table .dropdown-menu,
table .dropup .dropdown-menu {
  position: fixed;
  top: auto;
  bottom: auto;
  left: auto;
}
table .resize-monitor-row td {
  padding: 0 !important;
}
.table-hover,
.invoice-details {
  font-size: 13px;
  width: -webkit-calc(100% - 1px);
  width: calc(100% - 1px);
}
.table-hover > tbody tr,
.invoice-details > tbody tr {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.table-hover > tbody .expanded,
.invoice-details > tbody .expanded,
.table-hover > tbody .expanded:hover,
.invoice-details > tbody .expanded:hover {
  background: #ffffff !important;
}
.table-hover > tbody .expanded > td,
.invoice-details > tbody .expanded > td {
  border-top: 1px solid #00002e;
  border-bottom: 0;
}
.table-hover > tbody .expanded > td:first-child,
.invoice-details > tbody .expanded > td:first-child {
  border-left: 1px solid #00002e;
}
.table-hover > tbody .expanded > td:last-child,
.invoice-details > tbody .expanded > td:last-child {
  border-right: 1px solid #00002e;
}
.table-hover > tbody .expanded-content,
.invoice-details > tbody .expanded-content,
.table-hover > tbody .expanded-content:hover,
.invoice-details > tbody .expanded-content:hover {
  background: #ffffff !important;
}
.table-hover > tbody .expanded-content > td,
.invoice-details > tbody .expanded-content > td {
  border-bottom: 1px solid #00002e;
  border-left: 1px solid #00002e;
  border-right: 1px solid #00002e;
  border-top: 1px solid #cccccc;
  padding: 0;
}
.table-hover > tbody .expanded-content .widget.widget-small,
.invoice-details > tbody .expanded-content .widget.widget-small {
  margin: 0;
}
.table-hover > tbody .expanded-content .widget.widget-small.widget-fullwidth > .widget-head,
.invoice-details > tbody .expanded-content .widget.widget-small.widget-fullwidth > .widget-head {
  padding: 0 0 10px;
}
.table-hover > tbody .expanded-content .am-datatable-header,
.invoice-details > tbody .expanded-content .am-datatable-header {
  padding: 10px 0 20px;
  border: 0;
}
.table-hover > tbody .expanded-content .expanded-wrapper,
.invoice-details > tbody .expanded-content .expanded-wrapper {
  padding: 7px;
  overflow-x: auto;
}
.table-hover > tbody .expanded-content .expanded-wrapper:before,
.invoice-details > tbody .expanded-content .expanded-wrapper:before,
.table-hover > tbody .expanded-content .expanded-wrapper:after,
.invoice-details > tbody .expanded-content .expanded-wrapper:after {
  content: " ";
  display: table;
}
.table-hover > tbody .expanded-content .expanded-wrapper:after,
.invoice-details > tbody .expanded-content .expanded-wrapper:after {
  clear: both;
}
.table-hover > tbody .expanded-content .expanded-wrapper:before,
.invoice-details > tbody .expanded-content .expanded-wrapper:before,
.table-hover > tbody .expanded-content .expanded-wrapper:after,
.invoice-details > tbody .expanded-content .expanded-wrapper:after {
  content: " ";
  display: table;
}
.table-hover > tbody .expanded-content .expanded-wrapper:after,
.invoice-details > tbody .expanded-content .expanded-wrapper:after {
  clear: both;
}
.table-hover input[type=number],
.invoice-details input[type=number] {
  text-align: right;
}
.invoice-system {
  overflow-x: auto;
  position: relative;
}
.invoice-system .expanded-wrapper .widget {
  position: relative;
}
.row.am-datatable-header {
  padding: 10px 0 20px;
}
.table-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999999;
}
.table-ellipsis-text {
  position: relative;
  min-height: 20px;
  max-width: 300px;
}
.table-ellipsis-text span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px;
  max-width: 100%;
}
.table-ellipsis-text:hover {
  z-index: 1;
}
.table-ellipsis-text:hover span {
  left: 0;
  top: -1px;
  position: absolute;
  white-space: inherit;
  background: #f5f5f5;
}
.mobile-card-row:before,
.mobile-card-row:after {
  content: " ";
  display: table;
}
.mobile-card-row:after {
  clear: both;
}
.mobile-card-row:before,
.mobile-card-row:after {
  content: " ";
  display: table;
}
.mobile-card-row:after {
  clear: both;
}
@media (max-width: 767px) {
  table.dataTable thead {
    display: none;
  }
  table.dataTable > tbody {
    display: block;
    padding: 10px;
  }
  table.dataTable > tbody > tr {
    display: block;
    border: 1px solid #f0f0f0;
    border-top: 3px solid #00002e;
    position: relative;
  }
  table.dataTable > tbody > tr,
  table.dataTable > tbody > tr:focus,
  table.dataTable > tbody > tr:hover,
  table.dataTable > tbody > tr:active {
    background: #fff;
  }
  table.dataTable > tbody > tr + tr {
    margin-top: 15px;
  }
  table.dataTable > tbody > tr > td {
    display: block;
    border-top: 1px solid #f0f0f0;
    padding: 6px 12px;
  }
  table.dataTable > tbody > tr > td:first-child {
    border-top: 0;
  }
  table.dataTable > tbody > tr > td.expand-col {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  table.dataTable > tbody > tr.expanded-content {
    margin-top: 0;
    border: 0;
  }
  table.dataTable > tbody > tr.expanded-content > td {
    padding: 5px;
  }
  table.dataTable > tbody > tr.expanded-content .am-datatable-header {
    padding: 5px 0;
  }
  table.dataTable > tbody > tr > td.expand-row {
    position: absolute;
  }
  table.dataTable > tbody .expanded {
    border-left: 1px solid #00002e;
    border-right: 1px solid #00002e;
  }
  table.dataTable > tbody .expanded > td {
    border-top: 1px solid #f0f0f0;
    border-left: 0;
    border-right: 0;
  }
  table.dataTable > tbody .expanded > td:first-child {
    border-left: 0;
  }
  table.dataTable > tbody .expanded > td:last-child {
    border-right: 0;
  }
  table.dataTable.table-striped > tbody > tr:nth-of-type(odd),
  table.dataTable.table-striped > tbody > tr:nth-of-type(odd):focus,
  table.dataTable.table-striped > tbody > tr:nth-of-type(odd):hover,
  table.dataTable.table-striped > tbody > tr:nth-of-type(odd):active {
    background: #fff;
  }
  table.dataTable.expandable-table > tbody > tr {
    padding-bottom: 30px;
  }
  table.dataTable .expand-row {
    display: block;
    background: #f0f0f0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
  }
  .mobile-card-row .row-label {
    float: left;
    width: 35%;
    font-weight: 500;
    word-break: break-all;
  }
  .mobile-card-row .row-content {
    float: left;
    width: 65%;
    word-break: break-all;
  }
  .mobile-card-row .btn-group .btn {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .am-datatable-footer {
    padding: 5px;
  }
  .row.am-datatable-header {
    padding: 5px 0;
  }
  .widget.widget-small.widget-fullwidth > .widget-head {
    padding: 10px;
  }
  div.dataTables_wrapper div.dataTables_paginate {
    padding-bottom: 0;
    height: 36px;
  }
}
table.no-wrap td,
table.no-wrap th {
  white-space: nowrap;
}
.sticky-thead .sorting,
.sticky-thead .sorting_asc,
.sticky-thead .sorting_desc,
.sticky-thead .sorting_asc_disabled,
.sticky-thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
.sticky-thead .sorting:after,
.sticky-thead .sorting_asc:after,
.sticky-thead .sorting_desc:after,
.sticky-thead .sorting_asc_disabled:after,
.sticky-thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}
.sticky-thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
.sticky-thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
.sticky-thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
.sticky-thead .sorting_asc_disabled:after,
.sticky-thead .sorting_desc_disabled:after {
  color: #eee;
}
.help {
  padding-top: 25px;
}
.help img {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #f0f0f0;
}
.help .list-group {
  margin: 0;
}
.help p {
  font-size: 14px;
}
.help .panel-group.accordion {
  margin: 0;
}
.help .panel-group .panel {
  margin-top: 10px;
}
.help .panel-group .panel .panel-heading a {
  padding: 8px 5px;
  line-height: 25px;
}
.help .panel-group .panel .panel-collapse .panel-body {
  padding: 20px;
}
.help .list-group-item {
  padding: 8px 10px;
}
.fc-sat,
.fc-sun {
  background-color: rgba(206, 206, 206, 0.3);
}
.task-progress-tracker {
  background: #fff;
  border: 1px solid #ccc;
  position: fixed;
  bottom: -1px;
  left: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.task-progress-tracker:before,
.task-progress-tracker:after {
  content: " ";
  display: table;
}
.task-progress-tracker:after {
  clear: both;
}
.task-progress-tracker:before,
.task-progress-tracker:after {
  content: " ";
  display: table;
}
.task-progress-tracker:after {
  clear: both;
}
.task-progress-tracker > div {
  float: left;
}
.task-progress {
  padding: 0px;
  margin: 0px;
}
.filter-count-number {
  pointer-events: none;
  border-radius: 50%;
  background: red;
  width: 20px;
  height: 20px;
  position: absolute;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  padding-right: 1px;
  left: -10px;
  top: -10px;
}
.filter-button-position {
  position: relative;
}
/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context .vakata-contextmenu-disabled > a > i {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  -webkit-transition: background-color 0.15s, box-shadow 0.15s;
       -o-transition: background-color 0.15s, box-shadow 0.15s;
          transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#beebff), to(#a8e4ff));
  background: -o-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default .jstree-wholerow {
  height: 24px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("/static/img/tree/32px.png");
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default .jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("/static/img/tree/throbber.gif") center center no-repeat;
}
.jstree-default .jstree-file {
  background: url("/static/img/tree/32px.png") -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
  background: url("/static/img/tree/32px.png") -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("/static/img/tree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}
.jstree-default .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default .jstree-ellipsis .jstree-anchor {
  width: -webkit-calc(100% - 24px + 5px);
  width: calc(100% - 24px + 5px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("/static/img/tree/32px.png");
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("/static/img/tree/throbber.gif") center center no-repeat;
}
.jstree-default-small .jstree-file {
  background: url("/static/img/tree/32px.png") -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
  background: url("/static/img/tree/32px.png") -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("/static/img/tree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-small .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: -webkit-calc(100% - 18px + 5px);
  width: calc(100% - 18px + 5px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("/static/img/tree/32px.png");
}
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("/static/img/tree/throbber.gif") center center no-repeat;
}
.jstree-default-large .jstree-file {
  background: url("/static/img/tree/32px.png") -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
  background: url("/static/img/tree/32px.png") -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("/static/img/tree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-large .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: -webkit-calc(100% - 32px + 5px);
  width: calc(100% - 32px + 5px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("/static/img/tree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("/static/img/tree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-default-responsive .jstree-icon {
    background-image: url("/static/img/tree/40px.png");
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
  }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important;
  }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("/static/img/tree/40px.png");
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-responsive .jstree-file {
    background: url("/static/img/tree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-folder {
    background: url("/static/img/tree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}
.modal.img-markup .modal-body {
  height: -webkit-calc(100vh - 65px);
  height: calc(100vh - 65px);
  padding: 5px;
}
.modal.img-markup .canvas-container {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.modal.img-markup .canvas-wrapper {
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  padding-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal.img-markup button.close {
  top: 0;
  right: 0;
  position: absolute;
}
.modal.img-markup button.close i {
  font-size: 30px;
}
@media (max-width: 991px) {
  .modal.img-markup .modal-dialog {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .modal.img-markup .modal-content {
    margin: 0;
  }
  .modal.img-markup .modal-body {
    height: 100vh;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .modal.img-markup .canvas-wrapper {
    height: -webkit-calc(100% - 82px);
    height: calc(100% - 82px);
  }
}
.img-markup-toolbar {
  text-align: center;
}
.img-markup-toolbar > .btn-toolbar {
  display: inline-block;
}
.img-markup-toolbar .btn {
  padding: 8px;
  position: relative;
}
.img-markup-toolbar .fa,
.img-markup-toolbar .speedi {
  width: 18px;
  display: inline-block;
}
.img-markup-toolbar .speedi:before {
  font-weight: bold;
}
.img-markup-toolbar .btn-remove > i {
  font-size: 18px;
  line-height: 13px;
  display: inline-block;
  width: 18px;
  position: relative;
  top: 3px;
}
.img-markup-toolbar .fill-color {
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  margin: 2px;
  background-size: 4px 4px;
  background-image: -webkit-linear-gradient(45deg, #808080 25%, transparent 25%), -webkit-linear-gradient(135deg, #808080 25%, transparent 25%), -webkit-linear-gradient(45deg, transparent 75%, #808080 75%), -webkit-linear-gradient(135deg, transparent 75%, #808080 75%);
  background-image: -o-linear-gradient(45deg, #808080 25%, transparent 25%), -o-linear-gradient(135deg, #808080 25%, transparent 25%), -o-linear-gradient(45deg, transparent 75%, #808080 75%), -o-linear-gradient(135deg, transparent 75%, #808080 75%);
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-position: 0 0, 0 2px, 2px -2px, -2px 0px;
}
.img-markup-toolbar .fill-color:before {
  content: " ";
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.3);
  top: -2px;
  left: -2px;
  height: 18px;
  width: 18px;
}
.img-markup-toolbar .border-color {
  height: 18px;
  width: 18px;
  display: block;
  border: 3px solid;
}
.img-markup-toolbar .colorpicker.colorpicker-with-alpha {
  min-width: 278px;
  left: 50%;
  margin-left: -139px;
  top: 70px;
}
.img-markup-toolbar .colorpicker-right:after,
.img-markup-toolbar .colorpicker-right:before {
  display: none;
}
.img-markup-toolbar .dropdown-menu {
  min-width: 0;
  padding: 0;
}
.img-markup-toolbar .dropdown-menu > li > a {
  padding: 8px;
}
.img-markup-toolbar .dropdown-menu > li + li > a {
  border-top: 1px solid #ddd;
}
.img-markup-toolbar .input-group {
  width: 57px;
}
.img-markup-toolbar .input-group .form-control {
  border-width: 1px;
  border-left: none;
  padding: 2px;
  width: 40px;
  height: 36px;
  font-size: 12px;
  border-color: #dedede;
  text-align: center;
}
.img-markup-toolbar .input-group .input-group-addon {
  padding: 2px;
  border-width: 1px;
  border-color: #dedede;
}
.img-markup-toolbar .input-group .input-group-text {
  font-size: 12px;
}
@media (max-width: 991px) {
  .img-markup-toolbar {
    padding: 0 20px;
  }
  .img-markup-toolbar > .btn-toolbar {
    text-align: center;
  }
  .img-markup-toolbar > .btn-toolbar > .btn-group {
    margin-top: 5px;
    float: none;
  }
}
.img-markup-wrapper:before,
.img-markup-wrapper:after {
  content: " ";
  display: table;
}
.img-markup-wrapper:after {
  clear: both;
}
.img-markup-wrapper:before,
.img-markup-wrapper:after {
  content: " ";
  display: table;
}
.img-markup-wrapper:after {
  clear: both;
}
.img-markup-wrapper input {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  float: left;
}
.img-markup-wrapper .btn {
  font-size: 20px;
  padding: 6px 10px;
  border-width: 2px;
  margin-left: 5px;
}
div.widget-danger {
  border-left: solid 5px #ce443d;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
div.widget-warning {
  border-left: solid 5px #FFC870;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
div.widget-info {
  border-left: solid 5px #65b7d4;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
div.widget-success {
  border-left: solid 5px #7accbe;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
div.widget-default {
  border-left: solid 5px #777777;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.panel-table-body {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
div.unallocated-users {
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  border-bottom-style: 1px;
  max-height: 75px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
}
div.unallocated-users.assignment-members {
  padding: 0px;
  padding-top: 10px;
  border-bottom: none;
}
div.unallocated-users div.user-table-avatar {
  width: 35px;
  height: 35px;
  background-size: cover;
  background-position: center;
  backgound-repeat: none;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  border: 1px solid #3d3c3c;
}
div.unallocated-users div.user-table-day-type {
  font-size: 25px;
  margin-top: -3px;
  width: 20px;
  color: #ce443d;
  height: 35px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
}
div.unallocated-users div.user-table-day-type.assignment-members-type {
  font-size: 30px;
  color: #777777;
  margin-right: 10px;
}
div.unallocated-users div.user-table-day-type [class^="speedi-"],
div.unallocated-users div.user-table-day-type [class*=" speedi-"] {
  font-size: 21px;
  position: relative;
  top: -3px;
}
div.unallocated-users div.day-type-separator {
  display: inline-block;
  margin-right: 5px;
  background: #dddddd;
  width: 2px;
  height: 45px;
  position: relative;
  vertical-align: middle;
  margin-top: 12px;
}
div.unallocated-users span.users-initials {
  margin-right: 5px;
  border: 1px solid #3d3c3c;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  vertical-align: middle;
  padding: 5px;
  font-size: 1.2em;
  position: relative;
}
div.unallocated-users > div {
  display: inline-block;
}
.color-filled {
  position: relative;
}
.color-filled > span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
@media (max-width: 768px) {
  .jstree-default-responsive {
    overflow: auto;
  }
  div.home-buttons-div {
    margin-bottom: 100px;
  }
}
.table-align {
  min-width: 100px;
  text-align: center;
}
.label-low {
  background-color: #F4D13B;
}
.label-medium {
  background-color: #ED8507;
}
.label-high {
  background-color: #DB0000;
}
.label-outstanding {
  background-color: #DB0000;
}
.label-ongoing {
  background-color: #ED8507;
}
.label-completed {
  background-color: #00CC99;
}
.label-closed {
  background-color: #777777;
}
.label-confirmed {
  background-color: #8dcadf;
}
.am-scroll-top {
  z-index: 2;
}
@media only screen and (max-width: 425px) {
  .cal-calendar {
    height: 400px;
  }
  .cal-calendar div,
  .cal-calendar table {
    height: 100%;
  }
  .cal-calendar .table-condensed {
    width: 100%;
  }
  .user-avatar {
    position: fixed;
    top: 120px;
  }
  body.open-left-sidebar .am-content,
  body.open-left-sidebar .am-top-header {
    -webkit-transform: translate3d(80%, 0, 0);
            transform: translate3d(80%, 0, 0);
  }
  .table-align {
    min-width: 0px;
    text-align: justify;
    word-break: break-word;
  }
  .mobile-card-row .row-label {
    word-break: break-word;
    padding: 3px;
    width: 60%;
  }
  .mobile-card-row .row-content {
    word-break: break-word;
    padding: 3px;
    width: 40%;
  }
  .table-ellipsis-text {
    min-height: 22px;
    text-align: justify !important;
  }
  .picker__select--year {
    padding: 0 0 0 3%;
  }
  .picker__select--month {
    width: 36%;
    padding: 0 0 0 2%;
  }
  .fc-toolbar {
    display: inline-block;
    width: 100%;
  }
  .fc-toolbar .fc-left {
    width: 100%;
    text-align: justify;
    float: none;
  }
  .fc-toolbar .fc-left h2 {
    width: 100%;
    text-align: center;
  }
  .fc-toolbar .fc-center {
    width: 100%;
    margin-top: 5%;
  }
  .fc-toolbar .fc-button-group {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fc-toolbar .fc-button-group button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }
  .fc-toolbar .fc-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: 100%;
  }
  .fc-toolbar .fc-right button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 40px;
    width: 90px;
    margin: 5% 5% !important;
  }
  .fc-bgevent {
    font-size: 7px;
  }
  .panel-body .col-md-6 {
    padding: 0;
  }
  #comments-table-3 .mobile-card-row {
    display: inline-block;
  }
  #comments-table-3 .mobile-card-row div {
    width: 100%;
  }
  .zero-padding {
    padding: 0 !important;
  }
  .margin-t-40 {
    margin-top: 40px !important;
  }
  .user-avatar {
    position: relative !important;
    float: right;
    left: 0;
    top: 0;
    margin: 0;
  }
  .user-avatar .status {
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
  }
  .picker__select--month,
  .picker__select--year {
    font-size: 20px;
  }
  .picker__select--year {
    width: 25%;
  }
  .picker__select--month {
    width: 45%;
  }
  .picker__nav--prev {
    left: -1.25em;
    padding-right: 0.25em;
  }
  .picker__nav--next {
    right: -1.25em;
    padding-left: 0.25em;
  }
}
thead .fc-future {
  height: 50px;
}
#project-table .dropdown-menu.dropdown-menu-right {
  margin: 3px 0 0 -115px !important;
}
.main-content.home {
  padding-top: 35px;
}
.picker__select--month,
.picker__select--year {
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 0;
}
.panel-heading {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.margin-t-20 {
  margin-top: 20px;
}
.day {
  position: relative;
}
.calendar-dot {
  width: 5px;
  height: 5px;
  background: black;
  position: absolute;
  border-radius: 50%;
  top: 77%;
  left: 43%;
  pointer-events: none;
}
.custom-min-width-100 {
  min-width: 100px !important;
}
.logs-icon {
  text-align: center;
  font-size: 30px;
}
.logs-icon-green {
  color: #00CC99;
}
.logs-icon-red {
  color: #DB0000;
}
.logs-icon-amber {
  color: #ED8507;
}
.logs-icon-yellow {
  color: #F4D13B;
}
.pt-20px {
  padding-top: 20px;
}
.white-bold-font {
  font-weight: bold !important;
  color: white !important;
}
.circle {
  top: 0 !important;
}
.text-left-align {
  text-align: left;
}
.amber-background .timeline-icon {
  background-color: #ED8507;
}
.label-canceled {
  background-color: #ED8507;
}
td.td-canceled-border {
  border-right: solid 5px #ED8507;
  border-top: 0;
}
.timeline-file-btn-container {
  height: 150px;
  padding: 0;
  border: none;
}
.timeline-file-btn {
  height: 150px;
  line-height: 130px !important;
}
.indicator {
  background-color: transparent !important;
}
.indicator.s7-mail {
  color: #5687c5;
}
.list-grid-views .view-btn.active {
  background-color: #00002e !important;
}
.table-sticky-horizontal-bar-outer {
  display: none;
  border: none;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 14px;
}
.table-sticky-horizontal-bar-outer .table-sticky-horizontal-bar-inner {
  height: 14px;
}
.notifications-menu-blinking {
  -webkit-animation: blinker 1s linear infinite;
       -o-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite;
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.eye-sight-info {
  padding: 20px;
  text-align: justify;
}
.annual-medical-info {
  padding: 20px;
  text-align: justify;
}
.timeline-summary {
  color: #222222;
}
.timeline-assignment-header {
  display: block;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 6px;
}
.timeline-assignment-title {
  color: white;
  padding: 15px;
  font-size: 15px;
}
a.assignments-info {
  color: #555555;
}
a.assignment-object {
  color: white;
}
.invoice {
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
.invoice-company-info {
  margin-bottom: 15px;
}
.invoice-company-info .logo {
  padding: 0px;
}
.invoice-data {
  margin-bottom: 10px;
}
.tfoot-total {
  background: whitesmoke;
}
.invoice-header {
  margin-bottom: 30px;
}
.invoice-header .invoice-order {
  text-align: center;
  padding-top: 0px;
}
.invoice-header {
  margin-bottom: 5px;
}
.invoice-system {
  border: 1px solid grey;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
.invoice-system-head {
  padding: 0px 0px 0px !important;
}
.invoice-system-tools {
  padding-top: 8px;
  padding-right: 5px;
}
.invoice-system-head {
  border: 1px solid grey;
}
.invoice-message {
  margin-bottom: 25px;
}
.invoice-message .left-invoice-info {
  text-align: left;
  padding: 0px;
}
.invoice-message .right-invoice-info {
  text-align: right;
  padding: 0px;
}
.invoice-message .invoice-acceptance {
  text-align: right;
  padding: 0px;
  padding-top: 25px;
}
.invoice-system-breadcrum {
  padding-bottom: 10px;
  margin-bottom: 0px;
}
p.allocated-members {
  display: inline;
  font-size: 16px;
  position: relative;
  top: -3px;
}
.invoice-tail {
  margin-top: 30px;
}
a.sub-menu-header {
  border-bottom: solid 1px #333355;
  font-size: 18px !important;
  color: white !important;
}
.invoice-system {
  border: 1px solid grey;
  margin-bottom: 20px;
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.invoice-system-title-completed {
  background-color: #def0ec;
}
.offer-system-total-table-completed {
  background-color: #def0ec;
}
.offer-system-description {
  padding-top: 8px;
  padding-left: 15px;
}
.offer-system-notes {
  background-color: #def0ec;
  padding-top: 8px;
  padding-left: 15px;
}
.grouped-actions {
  border-right: 1px solid;
  float: left;
  padding-right: 15px;
  margin-right: 15px;
}
.grouped-actions-label {
  vertical-align: 3px !important;
  padding-right: 5px;
}
.grouped-actions-item {
  display: inline;
}
.positions-table > tbody tr {
  background: #f5f5f5;
}
.assignment-summarized-final-offers {
  color: black;
  margin-top: 4px;
  margin-left: 16px;
  margin-right: 15px;
  padding-bottom: 6px;
}
.widget-news {
  min-height: 323px;
  overflow: auto;
}
.widget-news .news-container .title {
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}
.widget-news .news-container .content {
  padding: 5px;
}
.widget-news .news-container .content img {
  max-width: 100%;
  height: auto;
}
a.sub-menu-header {
  border-bottom: solid 1px #333355;
  font-size: 18px !important;
  color: white !important;
}
.timeline-summary {
  color: #222222;
}
.timeline-assignment-header {
  display: block;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 6px;
}
.timeline-assignment-title {
  color: white;
  padding: 15px;
  font-size: 15px;
}
.entity-timeline-header-color,
.entity-timeline-header-color:focus,
.entity-timeline-header-color:hover {
  color: white;
  font-weight: bold;
}
.info-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-flex .flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table-inline-borders {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.table-inline-borders td {
  width: 30%;
  border: 1px solid black;
  padding: 5px;
}
.student-loan-plans {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.student-loan-plans .left-plans {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 10px;
}
.student-loan-plans .right-plans {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 10px;
}
.dismiss-alert {
  max-width: 100%;
  white-space: normal;
}
.hmrc-statement-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hmrc-statement-container .statement-element-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid black;
}
.hmrc-statement-container .statement-element-container .title {
  padding: 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
  width: 100%;
}
.hmrc-statement-container .statement-element-container .text {
  width: 100%;
  padding: 10px;
}
.hmrc-statement-container .statement-element-container:not(:first-child) {
  margin-left: -1px;
}
@media only screen and (max-width: 768px) {
  .process-btn-container {
    display: block;
  }
  .process-btn-container .process-inner-btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .hmrc-statement-container {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
  .hmrc-statement-container .statement-element-container {
    display: block;
    width: 100%;
    margin: 0;
  }
  .hmrc-statement-container .statement-element-container:not(:first-child) {
    margin-top: -1px;
    margin-left: 0;
  }
  .student-loan-plans {
    display: block;
  }
  #comment-form .input-wrapper {
    display: block;
  }
  #comment-form .tox-platform-touch {
    height: 300px !important;
  }
  #comment-form .btn-file {
    border-width: 1px;
  }
  #comment-form #comment-form-button {
    display: block;
    width: 100%;
    background-color: white;
    border: 1px solid #eaeaea;
  }
  .nav-tabs li {
    height: 55px;
  }
  .nav-tabs li a {
    height: 55px;
  }
  .hr-timeline-content {
    margin-bottom: 60px;
  }
}
.two-fa-checkbox {
  margin-top: 15px;
}
.dl-bans-box {
  display: block;
  height: 25px;
  line-height: 160%;
  font-size: 11px;
}
.calendar-create-btn {
  top: 15px;
  right: 500px;
}
.modal-form-actions {
  font-size: 30px;
  text-align: center;
}
.modal-form-actions .btn-edit {
  margin: 5px;
  color: #FFC870 !important;
}
.modal-form-actions .btn-delete {
  margin: 5px;
  color: #ce443d !important;
}
.m-l-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.opacity-05 {
  opacity: 0.5;
}
.signature-modal .picker__holder {
  background: none;
  overflow: hidden;
  outline: none;
}
.bootbox-signature-modal {
  overflow: hidden !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@-webkit-keyframes shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0eg);
            transform: rotate(0eg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-o-keyframes shaking {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  25% {
    -o-transform: rotate(5deg);
       transform: rotate(5deg);
  }
  50% {
    -o-transform: rotate(0eg);
       transform: rotate(0eg);
  }
  75% {
    -o-transform: rotate(-5deg);
       transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
}
@keyframes shaking {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
         -o-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0eg);
         -o-transform: rotate(0eg);
            transform: rotate(0eg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.shake-effect {
  -webkit-animation: shaking 0.5s linear infinite;
       -o-animation: shaking 0.5s linear infinite;
          animation: shaking 0.5s linear infinite;
}
@-webkit-keyframes blinking {
  0% {
    color: #555555;
  }
  25% {
    color: #EF6262;
  }
  50% {
    color: #EF6262;
  }
  75% {
    color: #555555;
  }
  100% {
    color: #555555;
  }
}
@-o-keyframes blinking {
  0% {
    color: #555555;
  }
  25% {
    color: #EF6262;
  }
  50% {
    color: #EF6262;
  }
  75% {
    color: #555555;
  }
  100% {
    color: #555555;
  }
}
@keyframes blinking {
  0% {
    color: #555555;
  }
  25% {
    color: #EF6262;
  }
  50% {
    color: #EF6262;
  }
  75% {
    color: #555555;
  }
  100% {
    color: #555555;
  }
}
.blink-effect-danger {
  -webkit-animation: blinking 0.5s linear infinite;
       -o-animation: blinking 0.5s linear infinite;
          animation: blinking 0.5s linear infinite;
}
@-webkit-keyframes blinking-w {
  0% {
    color: #ffffff;
  }
  25% {
    color: #EF6262;
  }
  50% {
    color: #EF6262;
  }
  75% {
    color: #ffffff;
  }
  100% {
    color: #ffffff;
  }
}
@-o-keyframes blinking-w {
  0% {
    color: #ffffff;
  }
  25% {
    color: #EF6262;
  }
  50% {
    color: #EF6262;
  }
  75% {
    color: #ffffff;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes blinking-w {
  0% {
    color: #ffffff;
  }
  25% {
    color: #EF6262;
  }
  50% {
    color: #EF6262;
  }
  75% {
    color: #ffffff;
  }
  100% {
    color: #ffffff;
  }
}
.blink-w-effect-danger {
  -webkit-animation: blinking-w 0.5s linear infinite;
       -o-animation: blinking-w 0.5s linear infinite;
          animation: blinking-w 0.5s linear infinite;
}
.text-underline {
  text-decoration: underline;
}
.max-h-200 {
  max-height: 200px;
}
.max-h-500 {
  max-height: 500px;
}
.max-h-500-lg {
  max-height: 500px;
}
@media (max-width: 1199px) {
  .max-h-500-lg {
    max-height: initial;
  }
}
.min-h-50 {
  min-height: 50px;
}
.min-w-70 {
  min-width: 70px;
}
.min-w-100 {
  min-width: 100px;
}
.min-w-150 {
  min-width: 150px;
}
.min-w-200 {
  min-width: 200px;
}
.min-w-300 {
  min-width: 300px;
}
.min-w-400 {
  min-width: 400px;
}
.min-w-500 {
  min-width: 500px;
}
.max-w-40 {
  max-width: 40px;
}
.max-w-100 {
  max-width: 100px;
}
.max-w-150 {
  max-width: 150px;
}
.max-w-200 {
  max-width: 200px;
}
.max-w-250 {
  max-width: 250px;
}
.w-10 {
  width: 10%!important;
}
.w-20 {
  width: 20%!important;
}
.w-30 {
  width: 30%!important;
}
.w-40 {
  width: 40%!important;
}
.w-50 {
  width: 50%!important;
}
.w-60 {
  width: 60%!important;
}
.w-70 {
  width: 70%!important;
}
.w-80 {
  width: 80%!important;
}
.w-90 {
  width: 90%!important;
}
.w-100 {
  width: 100%!important;
}
.w-auto {
  width: auto;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-flash {
  position: relative;
  background: -webkit-linear-gradient(90deg, #00002e, #00002e);
  background: -o-linear-gradient(90deg, #00002e, #00002e);
  background: linear-gradient(0deg, #00002e, #00002e);
  border: 5px solid #ffffff00;
}
.button-flash:before,
.button-flash:after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  background: -webkit-linear-gradient(45deg, #53418a, #ab28e0, blueviolet, white, mediumpurple, blueviolet, #53418a, #53418a);
  background: -o-linear-gradient(45deg, #53418a, #ab28e0, blueviolet, white, mediumpurple, blueviolet, #53418a, #53418a);
  background: linear-gradient(45deg, #53418a, #ab28e0, blueviolet, white, mediumpurple, blueviolet, #53418a, #53418a);
  background-size: 400%;
  width: -webkit-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  -webkit-animation: steam 20s linear infinite;
       -o-animation: steam 20s linear infinite;
          animation: steam 20s linear infinite;
}
@-webkit-keyframes steam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-o-keyframes steam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes steam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.button-flash:after {
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.s-widget {
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 10px;
}
.s-widget .s-avatar {
  width: 40px;
  height: 40px;
}
.s-widget .s-card-title {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .s-widget .s-card-title {
    padding-left: 10px;
  }
}
.s-widget .s-content-title {
  font-weight: bold;
  font-size: 15px;
  margin-top: -3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 1500px) {
  .s-widget .s-content-title {
    max-width: 250px;
  }
}
@media (max-width: 1500px) {
  .s-widget .s-content-title {
    max-width: 200px;
  }
}
@media (max-width: 1400px) {
  .s-widget .s-content-title {
    max-width: 140px;
  }
}
@media (max-width: 1200px) {
  .s-widget .s-content-title {
    max-width: 250px;
  }
}
@media (max-width: 990px) {
  .s-widget .s-content-title {
    max-width: 400px;
  }
}
@media (max-width: 500px) {
  .s-widget .s-content-title {
    max-width: 200px;
  }
}
@media (max-width: 380px) {
  .s-widget .s-content-title {
    max-width: 130px;
  }
}
.s-widget .s-card-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.s-widget .s-content-subtitle {
  color: #707070;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 1500px) {
  .s-widget .s-content-subtitle {
    max-width: 250px;
  }
}
@media (max-width: 1500px) {
  .s-widget .s-content-subtitle {
    max-width: 200px;
  }
}
@media (max-width: 1400px) {
  .s-widget .s-content-subtitle {
    max-width: 140px;
  }
}
@media (max-width: 1200px) {
  .s-widget .s-content-subtitle {
    max-width: 250px;
  }
}
@media (max-width: 990px) {
  .s-widget .s-content-subtitle {
    max-width: 400px;
  }
}
@media (max-width: 500px) {
  .s-widget .s-content-subtitle {
    max-width: 200px;
  }
}
@media (max-width: 380px) {
  .s-widget .s-content-subtitle {
    max-width: 130px;
  }
}
.s-widget .s-content {
  margin-bottom: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .s-widget .s-content {
    max-width: 200px;
  }
}
@media (max-width: 1400px) {
  .s-widget .s-content {
    max-width: 140px;
  }
}
@media (max-width: 1200px) {
  .s-widget .s-content {
    max-width: 250px;
  }
}
@media (max-width: 990px) {
  .s-widget .s-content {
    max-width: 400px;
  }
}
@media (max-width: 500px) {
  .s-widget .s-content {
    max-width: 200px;
  }
}
@media (max-width: 380px) {
  .s-widget .s-content {
    max-width: 130px;
  }
}
.s-widget .s-sub-content {
  margin-bottom: 2px;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .s-widget .s-sub-content {
    max-width: 110px;
  }
}
@media (max-width: 1200px) {
  .s-widget .s-sub-content {
    max-width: 145px;
  }
}
@media (max-width: 990px) {
  .s-widget .s-sub-content {
    max-width: 200px;
  }
}
@media (max-width: 380px) {
  .s-widget .s-sub-content {
    max-width: 100px;
  }
}
.s-widget .s-card-buttons {
  height: 25px;
  font-size: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
}
.s-widget .s-vertical-badge {
  margin-top: -10px;
  margin-bottom: -10px;
  height: 60px;
  width: 15px;
  background: #00002e;
  margin-left: 20px;
}
.s-widget .s-horizontal-badge {
  margin-left: -10px;
  margin-right: -10px;
  height: 3px;
  background: #00002e;
  margin-top: 50px;
  margin-bottom: 10px;
}
.s-widget .s-badge {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.s-widget .s-icon {
  display: inline-block;
  width: 25px;
  text-align: center;
}
.s-no-padding {
  padding: 0px;
}
.rounded-card {
  border-radius: 10px;
}
.rounded-card-hover {
  border-radius: 10px;
}
.rounded-card-hover:hover {
  background-color: #f7f7f7;
}
.shadow-sm {
  box-shadow: 2px 2px 10px lightgrey;
}
.row > .alerts {
  margin-left: 0;
  padding: 0;
}
.row > .alerts > .alert {
  box-shadow: 2px 2px 10px lightgrey;
  border-radius: 10px 10px 10px 10px;
}
.row > .alerts > .alert > .icon {
  border-radius: 10px 0 0 10px;
}
.row > .alerts > .alert > .message {
  border-radius: 0 10px 10px 0;
}
.row > .alerts > .alert > .message > a {
  border-radius: 3px;
  border-radius: 30px;
  margin-left: 5px;
}
.row > .alerts > .alert > .message > a.btn-lg {
  border-radius: 5px;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.d-flex-lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .d-flex-lg {
    display: unset;
  }
}
.flex-1 {
  -webkit-box-flex: 1!important;
  -webkit-flex: 1!important;
      -ms-flex: 1!important;
          flex: 1!important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bg-transparent {
  background-color: transparent;
}
.btn-rounded {
  border-radius: 30px;
  margin-left: 5px;
}
.rounded-1 {
  border-radius: 10px!important;
}
.rounded-1-top {
  border-radius: 10px 10px 0 0!important;
}
.rounded-1-bottom {
  border-radius: 0 0 10px 10px!important;
}
.rounded-1-tl {
  border-top-left-radius: 10px!important;
}
.rounded-1-tr {
  border-top-right-radius: 10px!important;
}
.rounded-1-bl {
  border-bottom-left-radius: 10px!important;
}
.rounded-1-br {
  border-bottom-right-radius: 10px!important;
}
.rounded-1-top {
  border-top-left-radius: 10px!important;
  border-top-right-radius: 10px!important;
}
.rounded-1-bottom {
  border-bottom-left-radius: 10px!important;
  border-bottom-right-radius: 10px!important;
}
.rounded-5 {
  border-radius: 50px!important;
}
.p-0 {
  padding: 0!important;
}
.p-5 {
  padding: 5px!important;
}
.p-10 {
  padding: 10px!important;
}
.p-20 {
  padding: 20px!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pt-5 {
  padding-top: 5px!important;
}
.pt-10 {
  padding-top: 10px!important;
}
.pt-15 {
  padding-top: 15px!important;
}
.pt-20 {
  padding-top: 20px!important;
}
.pt-30 {
  padding-top: 30px!important;
}
.pt-50 {
  padding-top: 50px!important;
}
.pt-90 {
  padding-top: 90px!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.pb-5 {
  padding-bottom: 5px!important;
}
.pb-10 {
  padding-bottom: 10px!important;
}
.pb-20 {
  padding-bottom: 20px!important;
}
.ps-5 {
  padding-left: 5px!important;
}
.ps-10 {
  padding-left: 10px!important;
}
.ps-20 {
  padding-left: 20px!important;
}
.pe-5 {
  padding-right: 5px!important;
}
.pe-10 {
  padding-right: 10px!important;
}
.pe-20 {
  padding-right: 20px!important;
}
@media (max-width: 991px) {
  .p-0-sm {
    display: unset;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1199px) and (min-width: 767px) {
  .left-separate-side-sm {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1199px) and (min-width: 767px) {
  .right-separate-side-sm {
    float: right;
    width: 50%;
  }
}
.m-0 {
  margin: 0!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mb-5 {
  margin-bottom: 5px!important;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.mb-15 {
  margin-bottom: 15px!important;
}
.mb-20 {
  margin-bottom: 20px!important;
}
.mb-30 {
  margin-bottom: 30px!important;
}
.mt-0 {
  margin-top: 0!important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mr-10 {
  margin-left: 10px !important;
}
.fs-small {
  font-size: small!important;
}
.fs-large {
  font-size: large!important;
}
.fs-x-large {
  font-size: x-large !important;
}
.fs-xx-large {
  font-size: xx-large !important;
}
@media (min-width: 1200px) {
  .mt-50-lg {
    margin-top: 50px!important;
  }
}
@media (max-width: 1199px) {
  .mt-50-md {
    margin-top: 50px!important;
  }
}
@media (max-width: 991px) {
  .mt-50-sm {
    margin-top: 50px!important;
  }
}
@media (max-width: 767px) {
  .mt-50-xs {
    margin-top: 50px!important;
  }
}
.d-inline-block {
  display: inline-block !important;
}
.widget-icon-lg {
  display: inline-block;
  color: #00002e;
  vertical-align: sub;
  font-size: 45px;
  line-height: 54px;
}
.h-100 {
  height: 100%;
}
.h-15 {
  height: 15px;
}
.d-grid {
  display: grid;
}
.widget-wide {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 30px;
}
.widget-wide .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget-wide .widget-head {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
.widget-wide .widget-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.widget-wide .widget-foot {
  width: 100%;
}
.btn-alt-3-striped {
  color: #ffffff;
  opacity: 0.7;
  background: -webkit-repeating-linear-gradient(45deg, #7a98bf, #7a98bf 10px, #6c89b0 10px, #6c89b0 20px);
  background: -o-repeating-linear-gradient(45deg, #7a98bf, #7a98bf 10px, #6c89b0 10px, #6c89b0 20px);
  background: repeating-linear-gradient(45deg, #7a98bf, #7a98bf 10px, #6c89b0 10px, #6c89b0 20px);
}
.btn-primary-striped {
  color: #ffffff;
  opacity: 0.7;
  background: -webkit-repeating-linear-gradient(45deg, #7ACCBE, #7ACCBE 10px, #68b7a9 10px, #68b7a9 20px);
  background: -o-repeating-linear-gradient(45deg, #7ACCBE, #7ACCBE 10px, #68b7a9 10px, #68b7a9 20px);
  background: repeating-linear-gradient(45deg, #7ACCBE, #7ACCBE 10px, #68b7a9 10px, #68b7a9 20px);
}
.text-vertical-center {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.muted-title {
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #777777;
  font-size: 12px;
}
@media (max-width: 767px) {
  .widget.widget-tile .icon.icon-lg {
    font-size: 45px!important;
  }
}
.align-content-center {
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
      -ms-flex-align: center!important;
          align-items: center!important;
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center!important;
  -webkit-justify-content: center!important;
      -ms-flex-pack: center!important;
          justify-content: center!important;
}
.align-content {
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
      -ms-flex-align: center!important;
          align-items: center!important;
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.footer {
  -webkit-box-flex: 1!important;
  -webkit-flex: 1!important;
      -ms-flex: 1!important;
          flex: 1!important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: end;
      -ms-flex-line-pack: end;
          align-content: end;
}
.widget-footer {
  -webkit-box-flex: 1!important;
  -webkit-flex: 1!important;
      -ms-flex: 1!important;
          flex: 1!important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: end;
      -ms-flex-line-pack: end;
          align-content: end;
  padding-bottom: 20px!important;
}
.d-none {
  display: none!important;
}
.nav-rounded-h li:first-child {
  border-top-left-radius: 10px!important;
  border-bottom-left-radius: 10px!important;
  overflow: hidden;
}
.nav-rounded-h li:last-child {
  border-top-right-radius: 10px!important;
  border-bottom-right-radius: 10px!important;
  overflow: hidden;
}
.nav-rounded-v li:first-child {
  border-top-left-radius: 10px!important;
  border-top-right-radius: 10px!important;
  overflow: hidden;
}
.nav-rounded-v li:last-child {
  border-bottom-left-radius: 10px!important;
  border-bottom-right-radius: 10px!important;
  overflow: hidden;
}
.nav-rounded-t li:first-child {
  border-top-left-radius: 10px!important;
  overflow: hidden;
}
.nav-rounded-t li:last-child {
  border-top-right-radius: 10px!important;
  overflow: hidden;
}
.nav-rounded-b li:first-child {
  border-bottom-left-radius: 10px!important;
  overflow: hidden;
}
.nav-rounded-b li:last-child {
  border-bottom-right-radius: 10px!important;
  overflow: hidden;
}
.nav-rounded-br li:last-child {
  border-bottom-right-radius: 10px!important;
  overflow: hidden;
}
.list-group-v a:first-child {
  border-top-left-radius: 10px!important;
  border-top-right-radius: 10px!important;
  overflow: hidden;
}
.list-group-v a:last-child {
  border-bottom-left-radius: 10px!important;
  border-bottom-right-radius: 10px!important;
  overflow: hidden;
}
.login-am-content {
  min-width: 400px;
}
@media (max-width: 500px) {
  .login-panel {
    min-width: 350px !important;
  }
}
.login-container {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.login-background {
  box-shadow: 2px 2px 10px lightgrey;
  position: absolute;
  background-position: center;
  background-size: cover;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
  opacity: 60%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.login-container .panel-default .panel-body .form-group .input-group {
  border-bottom: 1px solid #999999;
  padding: 10px 0;
}
.float-right {
  float: right!important;
}
@media (min-width: 992px) {
  .float-right-lg {
    float: right!important;
  }
}
.vertical-align-content-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap!important;
      -ms-flex-wrap: nowrap!important;
          flex-wrap: nowrap!important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-align-content: center!important;
      -ms-flex-line-pack: center!important;
          align-content: center!important;
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
      -ms-flex-align: center!important;
          align-items: center!important;
  padding-left: 0!important;
  padding-right: 0!important;
}
.background-avatar {
  width: 135px;
  height: 135px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  box-shadow: 2px 2px 20px lightgrey;
}
.background-avatar-sm {
  width: 135px;
  height: 135px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  box-shadow: 2px 2px 20px lightgrey;
  width: 40px;
  height: 40px;
}
.background-avatar-xs {
  width: 135px;
  height: 135px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  box-shadow: 2px 2px 20px lightgrey;
  width: 30px;
  height: 30px;
}
.fc-bg-primary {
  color: #fff !important;
  background-color: #00002e !important;
  border-color: #00002e !important;
}
.fc-bg-primary-aqua {
  color: #fff !important;
  background-color: #00f1eb !important;
  border-color: #00f1eb !important;
}
.fc-bg-primary-ultramarine {
  color: #fff !important;
  background-color: #2d66da !important;
  border-color: #2d66da !important;
}
.fc-bg-primary-powder-blue {
  color: #fff !important;
  background-color: #c7def2 !important;
  border-color: #c7def2 !important;
}
.fc-bg-warning {
  color: #fff !important;
  background-color: #FFC870 !important;
  border-color: #FFC870 !important;
}
.fc-bg-success {
  color: #fff !important;
  background-color: #7ACCBE !important;
  border-color: #7ACCBE !important;
}
.fc-bg-alt3 {
  color: #fff !important;
  background-color: #7a98bf !important;
  border-color: #7a98bf !important;
}
.fc-bg-alt2 {
  color: #fff !important;
  background-color: #ffdc7a !important;
  border-color: #ffdc7a !important;
}
.fc-bg-danger {
  color: #fff !important;
  background-color: #EF6262 !important;
  border-color: #EF6262 !important;
}
.fc-bg-dark {
  color: #d0d0d0 !important;
  background-color: #3d3c3c !important;
  border-color: #3d3c3c !important;
}
.fc-bg-green {
  color: #d0d0d0 !important;
  background-color: #277869 !important;
  border-color: #277869 !important;
}
.fc-bg-royal {
  color: #fff !important;
  background-color: #1d3557 !important;
  border-color: #1d3557 !important;
}
.fc-bg-turquoise {
  color: #fff !important;
  background-color: #2a9d8f !important;
  border-color: #2a9d8f !important;
}
.fc-bg-pink {
  color: #fff !important;
  background-color: #de6b90 !important;
  border-color: #de6b90 !important;
}
.fc-bg-freeze {
  color: #fff !important;
  background-color: #0f81b1 !important;
  border-color: #0f81b1 !important;
}
.fc-bg-nude {
  color: #fff !important;
  background-color: #e5989b !important;
  border-color: #e5989b !important;
}
.fc-bg-graphite {
  color: #fff !important;
  background-color: #9a8c98 !important;
  border-color: #9a8c98 !important;
}
.fc-bg-coral {
  color: #fff !important;
  background-color: #ff7353 !important;
  border-color: #ff7353 !important;
}
.text-alt2 {
  color: #ffdc7a !important;
}
.text-alt3 {
  color: #7a98bf !important;
}
.text-white {
  color: #ffffff !important;
}
.text-green {
  color: #277869 !important;
}
.text-royal {
  color: #1d3557 !important;
}
.text-turquoise {
  color: #2a9d8f !important;
}
.text-pink {
  color: #de6b90 !important;
}
.text-freeze {
  color: #0f81b1 !important;
}
.text-nude {
  color: #e5989b !important;
}
.text-graphite {
  color: #9a8c98 !important;
}
.text-dark {
  color: #3d3c3c !important;
}
.text-coral {
  color: #ff7353 !important;
}
.text-primary-ultramarine {
  color: #2d66da !important;
}
.text-primary-powder-blue {
  color: #c7def2 !important;
}
.text-primary-aqua {
  color: #00f1eb !important;
}
.fw-bold {
  font-weight: 700!important;
}
.fw-bolder {
  font-weight: bolder!important;
}
.fw-semibold {
  font-weight: 600!important;
}
.fw-normal {
  font-weight: 400!important;
}
.fw-light {
  font-weight: 300!important;
}
.fw-lighter {
  font-weight: lighter!important;
}
.fst-italic {
  font-style: italic!important;
}
.fst-normal {
  font-style: normal!important;
}
.bg-striped-sm {
  background: -webkit-repeating-linear-gradient(135deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 4px, hsla(0, 0%, 100%, 0.4) 0, hsla(0, 0%, 100%, 0.4) 8px);
  background: -o-repeating-linear-gradient(135deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 4px, hsla(0, 0%, 100%, 0.4) 0, hsla(0, 0%, 100%, 0.4) 8px);
  background: repeating-linear-gradient(-45deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 4px, hsla(0, 0%, 100%, 0.4) 0, hsla(0, 0%, 100%, 0.4) 8px);
}
.border-danger {
  border: 2px solid #EF6262 !important;
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .rtl .col-xl-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .rtl .col-xl-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .rtl .col-xl-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .rtl .col-xl-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .rtl .col-xl-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .rtl .col-xl-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .rtl .col-xl-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .rtl .col-xl-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .rtl .col-xl-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .rtl .col-xl-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .rtl .col-xl-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .rtl .col-xl-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .rtl .col-xl-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12 {
    float: left;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-pull-11 {
    right: 91.66666667%;
  }
  .col-xxl-pull-10 {
    right: 83.33333333%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-8 {
    right: 66.66666667%;
  }
  .col-xxl-pull-7 {
    right: 58.33333333%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-5 {
    right: 41.66666667%;
  }
  .col-xxl-pull-4 {
    right: 33.33333333%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-2 {
    right: 16.66666667%;
  }
  .col-xxl-pull-1 {
    right: 8.33333333%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-push-11 {
    left: 91.66666667%;
  }
  .col-xxl-push-10 {
    left: 83.33333333%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-8 {
    left: 66.66666667%;
  }
  .col-xxl-push-7 {
    left: 58.33333333%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-5 {
    left: 41.66666667%;
  }
  .col-xxl-push-4 {
    left: 33.33333333%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-2 {
    left: 16.66666667%;
  }
  .col-xxl-push-1 {
    left: 8.33333333%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .rtl .col-xxl-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .rtl .col-xxl-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .rtl .col-xxl-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .rtl .col-xxl-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .rtl .col-xxl-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .rtl .col-xxl-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .rtl .col-xxl-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .rtl .col-xxl-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .rtl .col-xxl-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .rtl .col-xxl-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .rtl .col-xxl-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .rtl .col-xxl-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-xxl-offset-0 {
    margin-left: 0%;
  }
  .rtl .col-xxl-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
.bg-success-4 {
  background-color: rgba(122, 204, 190, 0.4);
}
.bg-danger-4 {
  background-color: rgba(239, 98, 98, 0.4);
}
.bg-warning-4 {
  background-color: rgba(255, 200, 112, 0.4);
}
.bg-info-4 {
  background-color: rgba(141, 202, 223, 0.4);
}
.bg-primary-4 {
  background-color: rgba(0, 0, 46, 0.4);
}
.outline-success {
  padding-bottom: 10px !important;
  border: 1px solid #7ACCBE;
  padding-top: 10px !important;
}
.outline-danger {
  padding-bottom: 10px !important;
  border: 1px solid #EF6262;
  padding-top: 10px !important;
}
.outline-warning {
  padding-bottom: 10px !important;
  border: 1px solid #FFC870;
  padding-top: 10px !important;
}
.outline-info {
  padding-bottom: 10px !important;
  border: 1px solid #8dcadf;
  padding-top: 10px !important;
}
.outline-primary {
  padding-bottom: 10px !important;
  border: 1px solid #00002e;
  padding-top: 10px !important;
}
.outline-bold-left-success {
  padding-bottom: 10px !important;
  border: 1px solid #7ACCBE;
  padding-top: 10px !important;
  border-left: 10px solid #7ACCBE !important;
}
.outline-bold-left-danger {
  padding-bottom: 10px !important;
  border: 1px solid #EF6262;
  padding-top: 10px !important;
  border-left: 10px solid #EF6262 !important;
}
.outline-bold-left-warning {
  padding-bottom: 10px !important;
  border: 1px solid #FFC870;
  padding-top: 10px !important;
  border-left: 10px solid #FFC870 !important;
}
.outline-bold-left-info {
  padding-bottom: 10px !important;
  border: 1px solid #8dcadf;
  padding-top: 10px !important;
  border-left: 10px solid #8dcadf !important;
}
.outline-bold-left-primary {
  padding-bottom: 10px !important;
  border: 1px solid #00002e;
  padding-top: 10px !important;
  border-left: 10px solid #00002e !important;
}
.btn {
  border-radius: 10px;
}
.form-control {
  border-radius: 10px !important;
}
.datetimepicker .form-control {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.timepicker .form-control {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.selectize-input {
  border-radius: 10px !important;
}
.modal-header {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.form-actions,
.modal-body.form {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.dropdown-menu {
  border-radius: 10px;
}
.am-checkbox input[type="checkbox"]:checked + label:before {
  border-radius: 6px;
}
.am-checkbox input[type="checkbox"] + label:before {
  border-radius: 6px;
}
.selectize-control.multi .selectize-input > div {
  border-radius: 6px;
}
.picker__box {
  border-radius: 20px;
}
.modal-colored-header .modal-content {
  border-radius: 20px;
}
.selectize-dropdown,
.selectize-dropdown.form-control .selectize-dropdown-content div:first-child {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.selectize-dropdown,
.selectize-dropdown.form-control .selectize-dropdown-content div:last-child {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.filter-form-content .modal-body.form {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.filter-form-content .modal-footer {
  border-top: none !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.timeline-summary img {
  max-width: 100%;
  height: auto !important;
}
.main-content.blog {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.post-tiles-top {
  padding: 30px 15px;
}
.post-tiles-releases {
  background-color: #d5d5d5;
  display: flow-root;
}
.post-tiles-releases .widget {
  background-color: #eaeaea;
}
.post-tiles-all {
  padding: 30px 15px;
}
.all-articles-navbar {
  padding: 0 15px;
}
.post-tile {
  margin: 0 0 30px 0;
  padding: 0 15px 0 15px;
  border-radius: 10px;
}
.post-tile-header {
  font-size: 28px;
  width: 100%;
  padding: 0 15px 0 15px;
}
.post-tile-header hr {
  border: 0.5px solid #e0e0e0;
}
.post-tile .title {
  margin: 5px 0 0 0;
  color: #222222;
}
.post-tile .title h2 {
  margin: 0;
}
.post-content-small h2,
.post-content-medium h2 {
  font-size: 16px;
}
.post-tile-inner {
  box-shadow: 2px 2px 10px lightgrey;
  width: 100%;
  border-radius: inherit;
}
.post-tile-small {
  max-height: 100px;
}
.post-tile-medium {
  max-height: 165px;
}
.post-tile-large {
  max-height: 360px;
}
.post-timestamp {
  color: #808080;
  font-size: 12px;
  padding-left: 5px;
}
.post-content {
  height: 100%;
  padding: 10px 15px 10px 15px;
  margin: 0 0 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.post-content .title {
  padding-top: 5px;
}
.post-content .content {
  padding-top: 10px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-content .content h1,
.post-content .content h2,
.post-content .content h3,
.post-content .content h4,
.post-content .content h5,
.post-content .content p,
.post-content .content span,
.post-content .content blockquote,
.post-content .content pre,
.post-content .content table {
  font-size: 14px !important;
  color: #7F7F7F;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-weight: 300;
}
.article-cover img {
  width: auto;
  max-height: 576px;
  text-align: center;
  max-width: 100%;
}
.article-home-cover {
  background-color: #EBEBEB;
}
.article-home-cover img {
  width: auto;
  max-height: 256px;
  text-align: center;
  max-width: 100%;
}
.post-cover {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.post-cover:hover {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
  -webkit-transform: scale3d(1.01, 1.01, 1.01);
          transform: scale3d(1.01, 1.01, 1.01);
}
.post-cover-tiny {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.post-cover-small {
  width: 100px;
  height: 100px;
}
.post-cover-medium {
  width: 165px;
  height: 165px;
}
.post-cover-large {
  width: 360px;
  height: 360px;
}
.widget-news .content {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-news .content img {
  max-width: 100% !important;
  height: auto !important;
}
.widget-news .content table {
  max-width: 100% !important;
}
.article-dashboard-content .content {
  word-break: break-word;
}
@media (max-width: 576px) {
  .article-dashboard-tools {
    padding: 30px 0;
  }
  .article-cover img {
    max-width: 100%;
    height: auto;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .post-tile-large {
    max-height: 165px;
  }
  .post-tile-large .title h2 {
    font-size: 22px;
  }
  .post-cover-large {
    width: 165px;
    height: 165px;
  }
}
.overflow-auto {
  overflow: auto!important;
}
@media (min-width: 992px) {
  .w-lg-80 {
    max-width: 80% !important;
  }
}
@media (max-width: 991px) {
  .w-sm-unset {
    width: unset !important;
  }
}
@media (max-width: 991px) {
  .float-sm-unset {
    float: unset !important;
  }
}
.statistics-title {
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #7f7f7f;
  font-size: 12px;
}
.unset-filters-position div[id*='-buttons'],
.unset-filters-position button[data-clear-filters],
.unset-filters-position .filter-button-position {
  position: unset!important;
}
.background-dots {
  background: -webkit-linear-gradient(0deg, #fff 2px, transparent 1%) center, -webkit-linear-gradient(#fff 2px, transparent 1%) center, #ccc;
  background: -o-linear-gradient(0deg, #fff 2px, transparent 1%) center, -o-linear-gradient(#fff 2px, transparent 1%) center, #ccc;
  background: linear-gradient(90deg, #fff 2px, transparent 1%) center, linear-gradient(#fff 2px, transparent 1%) center, #ccc;
  background-size: 4px 4px;
}
.background-dots-border {
  background: -webkit-linear-gradient(0deg, #fff 2px, transparent 1%) center, -webkit-linear-gradient(#fff 2px, transparent 1%) center, #ccc;
  background: -o-linear-gradient(0deg, #fff 2px, transparent 1%) center, -o-linear-gradient(#fff 2px, transparent 1%) center, #ccc;
  background: linear-gradient(90deg, #fff 2px, transparent 1%) center, linear-gradient(#fff 2px, transparent 1%) center, #ccc;
  background-size: 4px 4px;
  border: 3px solid #e5e5e5;
}
.am-datatable-footer {
  border-radius: 0 0 10px 10px!important;
  border-bottom-left-radius: 10px!important;
  border-bottom-right-radius: 10px!important;
}
li.header-notification .logo {
  position: absolute;
  left: 0;
  font-size: 16px;
  background-color: #9999aa;
  color: #ffffff;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 20px;
}
li.header-notification .logo .icon {
  font-size: 17px;
  color: #00002e;
  line-height: 25px;
}
li.header-notification .content,
li.header-notification .user-content {
  padding-left: 35px;
  color: #ccccd4;
}
li.header-notification .content .circle,
li.header-notification .user-content .circle {
  width: 6px;
  height: 6px;
  background: #ccccd4;
  border-radius: 50%;
  float: right;
  position: relative;
  top: 6px;
  color: #00f1eb;
}
.rtl li.header-notification .content .circle,
.rtl li.header-notification .user-content .circle {
  float: left;
}
li.header-notification .content a,
li.header-notification .user-content a {
  color: #c7def2;
}
.am-right-sidebar .search .footer {
  font-size: 13px;
  background: #00002e;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #9999aa;
  display: block;
  outline: 0;
}
.am-right-sidebar .search .footer .a {
  color: #ccccd4;
}
table a {
  color: #2d66da;
}
.link-visual a {
  color: #2d66da;
}
.fit-logo {
  margin-right: 15px;
  background-size: contain!important;
  background-position: center!important;
  background-repeat: no-repeat !important;
  background-color: white;
}
.am-error .error-goback-text {
  color: #3d3d3e;
}
.am-error .error-description {
  color: #3d3d3e;
}
.am-error .error-number {
  color: #706f6f;
  text-shadow: 6px 5px 0 #3d3c3c;
}
.timesheets-process-table-settings-container {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.timesheets-process-table-settings-container:before,
.timesheets-process-table-settings-container:after {
  content: " ";
  display: table;
}
.timesheets-process-table-settings-container:after {
  clear: both;
}
.timesheets-process-table-settings-container:before,
.timesheets-process-table-settings-container:after {
  content: " ";
  display: table;
}
.timesheets-process-table-settings-container:after {
  clear: both;
}
.table.timesheets-process-table {
  border-left: 0;
  border-right: 0;
  margin: 0;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.table.timesheets-process-table > thead > tr > th {
  font-weight: bold;
}
.table.timesheets-process-table tr.sub-total td,
.table.timesheets-process-table tr.total td {
  font-weight: bold;
}
.table.timesheets-process-table td:first-child,
.table.timesheets-process-table th:first-child {
  border-left: 0;
}
.table.timesheets-process-table td:last-child,
.table.timesheets-process-table th:last-child {
  border-right: 0;
}
.table.timesheets-process-table tr.empty td {
  padding: 16px;
  border: 0;
}
.table.timesheets-process-table tr td.editable {
  padding: 0;
  position: relative;
}
.table.timesheets-process-table tr td.editable textarea,
.table.timesheets-process-table tr td.editable input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  padding: 7px;
}
.table.timesheets-process-table td input.cell-input:disabled:hover,
.table.timesheets-process-table td textarea.cell-input:disabled:hover {
  border-color: transparent;
}
.table.timesheets-process-table td input.cell-input:not(:disabled):hover,
.table.timesheets-process-table td textarea.cell-input:not(:disabled):hover,
.table.timesheets-process-table td input.cell-input:not(:disabled):focus,
.table.timesheets-process-table td textarea.cell-input:not(:disabled):focus {
  border-color: #cccccc;
  box-shadow: 1px 0 5px inset #cccccc;
}
.table.timesheets-process-table td input.cell-input[type=number]::-webkit-outer-spin-button,
.table.timesheets-process-table td input.cell-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.table.timesheets-process-table input[type=number] {
  -moz-appearance: textfield;
}
/*------------------------------------------------------------------
	[Left sidebar]
*/
.am-left-sidebar {
  background-color: #00002e;
  width: 100px;
  left: 0;
  position: absolute;
  top: 80px;
}
.rtl .am-left-sidebar {
  left: auto;
  right: 0;
}
.am-left-sidebar .sidebar-elements {
  margin: 0;
  padding: 0;
}
.am-left-sidebar .sidebar-elements .sub-menu {
  border-top-right-radius: 10px!important;
  border-bottom-right-radius: 10px!important;
}
.am-left-sidebar .sidebar-elements > li {
  border-bottom: 1px solid #00002e;
  list-style: none;
}
.am-left-sidebar .sidebar-elements > li > a {
  display: block;
  padding: 15px;
  color: #e1e1e1;
  text-align: center;
  font-size: 12px;
}
.am-left-sidebar .sidebar-elements > li > a .icon {
  display: block;
  font-size: 33px;
}
.am-left-sidebar .sidebar-elements > li > a span {
  display: block;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .am-left-sidebar .sidebar-elements > li:hover,
  .am-left-sidebar .sidebar-elements > li.open {
    background-color: #333355;
  }
}
.am-left-sidebar .sidebar-elements > li.active > a {
  border-left: 2px solid #00f1eb;
  padding-left: 13px;
}
.rtl .am-left-sidebar .sidebar-elements > li.active > a {
  padding-left: 15px;
  padding-right: 13px;
  border-left-width: 0;
  border-right: 2px solid #00f1eb;
}
.am-left-sidebar .sidebar-elements > li > ul {
  display: none;
  position: fixed;
  left: 100px;
  top: 0;
  height: 100%;
  background-color: #333355;
  z-index: 1031;
  padding: 0;
  table-layout: fixed;
  list-style: none;
  width: 280px;
}
.rtl .am-left-sidebar .sidebar-elements > li > ul {
  left: auto;
  right: 100px;
}
@media (max-width: 767px) {
  .rtl .am-left-sidebar .sidebar-elements > li > ul {
    right: 0;
  }
}
@media (min-width: 768px) {
  .am-left-sidebar .sidebar-elements > li > ul.visible {
    display: table;
  }
  .am-left-sidebar .sidebar-elements > li > ul.hide {
    display: none;
  }
}
.am-left-sidebar .sidebar-elements > li > ul > li.title {
  color: #ffffff;
  border-bottom: 1px solid #d0d0d0;
  font-size: 26px;
  font-weight: 300;
  margin: 0 25px 0;
  padding-bottom: 18px;
  padding-top: 25px;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items {
  display: table-row;
  height: 100%;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items li:last-child {
  border-bottom-right-radius: 10px!important;
  overflow: hidden;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller {
  display: table-cell;
  height: 100%;
}
@media (max-width: 767px) {
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller {
    display: block;
  }
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content {
  height: 100%;
  padding-top: 15px;
  margin-right: 0 !important;
}
@media screen and (min-width:0\0) {
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content {
    position: static;
    overflow: hidden;
  }
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a {
  padding: 11px 25px;
  color: #b3b3b3;
  font-size: 13px;
  display: block;
  font-weight: 300;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a .label {
  float: right;
  border-radius: 2px;
  font-weight: 400;
  line-height: 10px;
  padding: 5px 10px;
}
.rtl .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a .label {
  float: left;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a:hover {
  background-color: #66667f;
  color: #ffffff;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul li.active > a {
  color: #00f1eb;
}
.am-left-sidebar .am-logo {
  display: none;
}
.am-left-sidebar:before {
  content: "";
  position: fixed;
  z-index: -1;
  width: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: inherit;
}
.rtl .am-left-sidebar:before {
  left: auto;
  right: 0;
}
.am-animate .am-left-sidebar:before {
  -webkit-transition: all 0.35s ease;
       -o-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .am-left-sidebar:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .am-left-sidebar {
    width: 85%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    z-index: 1031;
  }
  .rtl .am-left-sidebar {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .am-left-sidebar .sidebar-elements > li > a {
    text-align: left;
    position: relative;
  }
  .rtl .am-left-sidebar .sidebar-elements > li > a {
    text-align: right;
  }
  .am-left-sidebar .sidebar-elements > li > a .icon {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .rtl .am-left-sidebar .sidebar-elements > li > a .icon {
    margin-right: 0;
    margin-left: 10px;
  }
  .am-left-sidebar .sidebar-elements > li > a span {
    display: inline-block;
  }
  .am-left-sidebar .sidebar-elements > li.parent > a:after {
    content: '\e688';
    float: right;
    font-family: 'Stroke 7';
    font-size: 26px;
    line-height: 28px;
    color: #000000;
  }
  .rtl .am-left-sidebar .sidebar-elements > li.parent > a:after {
    float: left;
  }
  .am-left-sidebar .sidebar-elements > li > ul {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.title {
    display: none;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.nav-items {
    display: block;
    height: auto;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.nav-items > .am-scroller {
    height: auto;
    overflow: visible;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.nav-items > .am-scroller > .content {
    padding-top: 0;
    overflow: visible;
    position: relative;
  }
  .am-left-sidebar .sidebar-elements > li:hover {
    background-color: #00002e;
  }
  .am-left-sidebar .sidebar-elements > li:hover > ul {
    display: none;
  }
  .am-left-sidebar .sidebar-elements li.open > ul {
    display: block;
  }
  .am-left-sidebar .am-logo {
    background: url("/static/img/logo/logo.png") no-repeat center;
    height: 70px;
    background-color: #00002e;
    border-bottom: 1px solid #000026;
    display: block;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .am-left-sidebar .am-logo {
    background-image: url("/static/img/logo/logo.png");
  }
}
.am-animate .am-left-sidebar {
  -webkit-transition: all 0.35s ease;
       -o-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
.am-fixed-sidebar .am-left-sidebar {
  margin-top: 80px;
  padding-bottom: 80px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1031;
}
@media (max-width: 767px) {
  .am-fixed-sidebar .am-left-sidebar {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.am-fixed-sidebar .am-left-sidebar:before {
  top: 80px;
}
.am-fixed-sidebar .am-left-sidebar .nano-pane {
  width: 4px;
}
.am-fixed-sidebar .am-left-sidebar .nano-pane > .nano-slider {
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  body.open-left-sidebar .am-wrapper {
    overflow: hidden;
  }
  body.open-left-sidebar .am-content,
  body.open-left-sidebar .am-top-header {
    -webkit-transform: translate3d(85%, 0, 0);
            transform: translate3d(85%, 0, 0);
  }
  .rtl body.open-left-sidebar .am-content,
  .rtl body.open-left-sidebar .am-top-header {
    -webkit-transform: translate3d(-85%, 0, 0);
            transform: translate3d(-85%, 0, 0);
  }
  body.open-left-sidebar .am-left-sidebar {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@media (max-width: 767px) {
  .am-left-sidebar {
    width: 70%;
  }
  .am-left-sidebar .am-logo {
    background-color: #ffffff;
    background-size: 125px 48px;
  }
}
@media (min-width: 992px) {
  .am-left-sidebar .sidebar-elements > li {
    position: relative;
  }
  .am-left-sidebar .sidebar-elements > li > ul {
    position: absolute;
    height: auto;
  }
  .am-left-sidebar .nano > .nano-content {
    position: static;
    overflow: inherit;
  }
}
@media (min-width: 1508px) {
  .offer-tabs {
    width: 40%;
    float: left;
  }
  .offer-status-dropdown {
    width: 20%;
    float: left;
    padding: 0 10px;
  }
  .offer-stage-dropdown {
    width: 20%;
    float: left;
    padding: 0 10px;
  }
  .offer-action-buttons {
    width: 10%;
    float: right;
  }
  .manage-final-offer-button {
    float: left;
    width: 10%;
    padding: 0 10px;
  }
}
@media (max-width: 1507px) {
  .offer-tabs {
    width: 100%;
    float: left;
  }
  .offer-status-dropdown {
    width: 35%;
    float: left;
    padding-right: 10px;
  }
  .offer-stage-dropdown {
    width: 35%;
    float: left;
    padding: 0 10px;
  }
  .offer-action-buttons {
    width: 15%;
    float: right;
  }
  .manage-final-offer-button {
    float: left;
    width: 15%;
    padding: 0 10px;
  }
}
@media (max-width: 1000px) {
  .offer-tabs {
    width: 100%;
    float: left;
  }
  .offer-status-dropdown {
    width: 50%;
    float: left;
    padding-left: 0px;
    padding-right: 3px;
  }
  .offer-stage-dropdown {
    width: 50%;
    float: left;
    padding-left: 3px;
    padding-right: 0px;
  }
  .offer-action-buttons {
    width: 50%;
    float: right;
    padding-left: 3px;
    padding-right: 0px;
  }
  .manage-final-offer-button {
    float: left;
    width: 50%;
    padding-left: 0px;
    padding-right: 3px;
  }
}
.offer-system.completed .invoice-system-head {
  border-color: #7ACCBE;
}
.offer-system.completed .invoice-system-head .breadcrumb {
  background: rgba(122, 204, 190, 0.15);
}
.offer-system.completed .invoice-system {
  border-color: #7ACCBE;
}
.offer table textarea,
.offer table input,
.offer table > span,
.offer table select {
  color: #3c3c3c;
}
.invoice {
  color: #222222;
}
.invoice-details td.description,
.invoice-details td.hours,
.invoice-details td.amount,
.invoice-details td.summary {
  border-bottom: 0px solid #f0f0f0;
  color: #222222;
}
.iprices span,
input {
  min-width: 80px;
}
.invoice-details td.total,
.invoice-details td.total-value {
  font-size: 16px;
  color: #00002e;
}
.invoice-details td.grand-total,
.invoice-details td.grand-total-value {
  font-size: 20px;
  color: #00002e;
}
.textPrices {
  text-align: center !important;
  min-width: 82px !important;
}
.textPrices > textarea {
  max-width: 82px;
  text-align: right;
  position: relative !important;
  top: 2px !important;
}
@font-face {
  font-family: 'fontello';
  src: url('/static/fonts/fontello.eot?34147127');
  src: url('/static/fonts/fontello.eot?34147127#iefix') format('embedded-opentype'), url('/static/fonts/fontello.woff2?34147127') format('woff2'), url('/static/fonts/fontello.woff?34147127') format('woff'), url('/static/fonts/fontello.ttf?34147127') format('truetype'), url('/static/fonts/fontello.svg?34147127#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/static/fonts/fontello.svg?34147127#fontello') format('svg');
  }
}
*/
[class^="speedi-"]:before,
[class*=" speedi-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.speedi-arrow:before {
  content: '\e800';
}
/* '' */
.speedi-bubble:before {
  content: '\e801';
}
/* '' */
.speedi-circle:before {
  content: '\e802';
}
/* '' */
.speedi-crop:before {
  content: '\e803';
}
/* '' */
.speedi-edit:before {
  content: '\e804';
}
/* '' */
.speedi-line:before {
  content: '\e805';
}
/* '' */
.speedi-rotate-left:before {
  content: '\e806';
}
/* '' */
.speedi-rotate-right:before {
  content: '\e807';
}
/* '' */
.speedi-shape:before {
  content: '\e808';
}
/* '' */
.speedi-square-rounded:before {
  content: '\e809';
}
/* '' */
.speedi-square-sharp:before {
  content: '\e80a';
}
/* '' */
.speedi-text-icon:before {
  content: '\e80b';
}
/* '' */