@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.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: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.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: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.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";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
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.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #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 > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #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: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.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: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.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: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.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: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.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: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    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 > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 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 {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@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: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@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;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, .daterangepicker > .ranges > .range_inputs > .applyBtn {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .daterangepicker > .ranges > .range_inputs > .applyBtn:focus, .btn-primary.focus, .daterangepicker > .ranges > .range_inputs > .focus.applyBtn {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover, .daterangepicker > .ranges > .range_inputs > .applyBtn:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .daterangepicker > .ranges > .range_inputs > .applyBtn:active, .btn-primary.active, .daterangepicker > .ranges > .range_inputs > .active.applyBtn, .open > .btn-primary.dropdown-toggle, .daterangepicker > .ranges > .open.range_inputs > .dropdown-toggle.applyBtn {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  background-image: none;
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .daterangepicker > .ranges > .range_inputs > .applyBtn:active:hover, .btn-primary:active:focus, .daterangepicker > .ranges > .range_inputs > .applyBtn:active:focus, .btn-primary:active.focus, .daterangepicker > .ranges > .range_inputs > .applyBtn:active.focus, .btn-primary.active:hover, .daterangepicker > .ranges > .range_inputs > .active.applyBtn:hover, .btn-primary.active:focus, .daterangepicker > .ranges > .range_inputs > .active.applyBtn:focus, .btn-primary.active.focus, .daterangepicker > .ranges > .range_inputs > .active.focus.applyBtn, .open > .btn-primary.dropdown-toggle:hover, .daterangepicker > .ranges > .open.range_inputs > .dropdown-toggle.applyBtn:hover, .open > .btn-primary.dropdown-toggle:focus, .daterangepicker > .ranges > .open.range_inputs > .dropdown-toggle.applyBtn:focus, .open > .btn-primary.dropdown-toggle.focus, .daterangepicker > .ranges > .open.range_inputs > .dropdown-toggle.focus.applyBtn {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary.disabled:hover, .daterangepicker > .ranges > .range_inputs > .disabled.applyBtn:hover, .btn-primary.disabled:focus, .daterangepicker > .ranges > .range_inputs > .disabled.applyBtn:focus, .btn-primary.disabled.focus, .daterangepicker > .ranges > .range_inputs > .disabled.focus.applyBtn, .btn-primary[disabled]:hover, .daterangepicker > .ranges > .range_inputs > [disabled].applyBtn:hover, .btn-primary[disabled]:focus, .daterangepicker > .ranges > .range_inputs > [disabled].applyBtn:focus, .btn-primary[disabled].focus, .daterangepicker > .ranges > .range_inputs > [disabled].focus.applyBtn, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .daterangepicker > .ranges > .range_inputs > .applyBtn:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .daterangepicker > .ranges > .range_inputs > .applyBtn:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .daterangepicker > .ranges > .range_inputs > .focus.applyBtn {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge, .daterangepicker > .ranges > .range_inputs > .applyBtn .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.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-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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 input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-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, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse {
  -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-right: 0;
    padding-left: 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;
  }
}
.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;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.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;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@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;
  }
}
.navbar-form {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 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: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  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: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
@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: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .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-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: rgb(231.425, 231.425, 231.425);
}
.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, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.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: rgb(8.5, 8.5, 8.5);
}
.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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .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: rgb(8.5, 8.5, 8.5);
  }
  .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-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: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.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: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgb(119.085, 119.085, 119.085);
  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;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  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;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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 {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  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: 20px;
  color: #fff;
  text-align: center;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  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: #5cb85c;
}
.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: #5bc0de;
}
.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: #f0ad4e;
}
.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: #d9534f;
}
.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 {
  overflow: hidden;
  zoom: 1;
}

.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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.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-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
}
.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: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: rgb(199.4324380165, 220.8950413223, 239.4175619835);
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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 > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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 > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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 rgb(227.15, 227.15, 227.15);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  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: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-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);
  -ms-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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.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 {
  right: 5px;
  bottom: 0;
  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;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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 > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-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;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-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;
  bottom: 0;
  left: 0;
  width: 15%;
  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);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  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%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.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;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.croppie-container {
  width: 100%;
  height: 100%;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */ /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent; /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent; /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↻";
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9 ;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9 ;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

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

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}


/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.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-fw {
  text-align: center;
  width: 1.25em;
}

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

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

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

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

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

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

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

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

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

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

.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%;
}

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

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

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

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

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

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

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

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

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

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

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

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

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

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

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

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

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

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

.fa-arrows:before {
  content: "\f047";
}

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

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

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

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

.fa-artstation:before {
  content: "\f77a";
}

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

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

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

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

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

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

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

.fa-bells:before {
  content: "\f77f";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

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

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

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

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

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

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

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

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

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

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

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

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

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

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

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

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

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

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

.fa-chart-bar:before {
  content: "\f080";
}

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

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

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

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

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

.fa-check-double:before {
  content: "\f560";
}

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

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

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

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

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

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

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

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

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

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

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

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

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

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

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

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

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cpanel:before {
  content: "\f388";
}

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

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

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

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

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

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

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

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

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

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

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

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

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

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

.fa-external-link-alt:before {
  content: "\f35d";
}

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

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

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

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

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

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

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

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

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

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

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

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

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

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

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

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

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

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

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

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

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

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

.fa-github:before {
  content: "\f09b";
}

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

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

.fa-google-plus-g:before {
  content: "\f0d5";
}

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

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

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

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

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

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

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

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

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

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

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

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

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

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

.fa-level-down-alt:before {
  content: "\f3be";
}

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

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

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

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

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

.fa-location:before {
  content: "\f601";
}

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

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

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

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

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

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

.fa-loveseat:before {
  content: "\f4cc";
}

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

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

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

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

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

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

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

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

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

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

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

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

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

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

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

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

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

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

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

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

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

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

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

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

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

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

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

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

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

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

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

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

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

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

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

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

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

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

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

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

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

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

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

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

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

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

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

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

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

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

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

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

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

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

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

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

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

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

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

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

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

.fa-text-size:before {
  content: "\f894";
}

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

.fa-th:before {
  content: "\f00a";
}

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

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

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

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

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

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

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

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

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

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

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

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

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

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

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

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

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

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

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

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

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

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

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

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

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

.fa-volume-slash:before {
  content: "\f2e2";
}

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

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

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

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

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

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

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

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

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

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

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

.fa-zhihu:before {
  content: "\f63f";
}

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

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

/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "FontAwesome";
}

/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "FontAwesome";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "FontAwesome";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "FontAwesome";
  font-weight: 900;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons/MaterialIcons-Regular.eot");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.licenses {
  display: flex;
  padding: 1rem 1rem 0 1rem;
  margin-top: 15px;
}
.licenses > div {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 300;
}

.send-scheduled-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 2px;
}

.comm-card-infos__date.flex {
  display: flex;
}
.comm-card-infos__date .dateTimeScheduled {
  margin-left: 3px;
}

.time-timezone-container {
  flex: 1;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-left: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  min-width: 308px;
}
.time-timezone-container p {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.time-timezone-container .time {
  display: flex;
  margin-bottom: 15px;
}
.time-timezone-container .time .time-select-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.time-timezone-container .time .time-select {
  display: flex;
  align-items: center;
}
.time-timezone-container .time .time-select .dots {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.time-timezone-container .time .time-select select {
  padding: 5px;
  border-radius: 5px;
  margin: 0 5px 0 0;
}
.time-timezone-container .timezone-select-wrapper select {
  padding: 5px;
  border-radius: 5px;
  margin: 0 5px 10px 0;
}

.date-time-picker-container {
  display: flex;
  margin-bottom: 10px;
}

/**
 * This theme is an example to show how you can create your own.
 */
.pika-single.tom-theme {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  flex: 1;
}

.tom-theme .pika-table abbr {
  cursor: default;
}

.tom-theme .pika-button {
  background: transparent;
}

.tom-theme .is-today .pika-button {
  color: #0070c9;
}

.tom-theme .is-selected .pika-button {
  color: white;
  background: #0070c9;
  box-shadow: inset 0 1px 3px #0070c9;
}

.tom-theme .is-disabled .pika-button {
  color: #999;
  opacity: 0.3;
}

.tom-theme .pika-button:hover, .pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
  color: #0070c9 !important;
  background: white !important;
  box-shadow: inset 0 1px 3px #0070c9;
}

/********/
.modal-cropper2 {
  overflow: hidden !important;
  top: -33px;
}

.container-fluid {
  display: flex;
  flex-direction: column;
}
.container-fluid > .row {
  display: flex;
  flex: 1;
}

.iframe-container {
  width: 100%;
  height: 100%;
  min-width: 100vh;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.public-container {
  background: #E10600;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.public-container .content-container {
  margin: auto;
  width: fit-content;
  justify-content: center;
  display: flex;
  height: 100%;
}
.public-container .content-container .powered-by, .public-container .content-container .powered-by a {
  color: #FFFFFF !important;
}

.well {
  padding: 15px;
  margin-bottom: 15px;
}

.container-fluid-login {
  flex-direction: column;
}

.content-container {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.main.content-container {
  justify-content: space-between;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-evenly {
  justify-content: space-evenly;
}

.justify-content-space-around {
  justify-content: space-around;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.justify-content-flex-start {
  justify-content: flex-start;
}

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

.align-items-flex-end {
  align-items: flex-end;
}

.align-items-flex-start {
  align-items: flex-start;
}

.row-container {
  display: flex;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

.flex-basis-50 {
  flex-basis: 50%;
}

body {
  display: flex;
}

.no-outline:focus {
  outline: none;
}

.custom-fields-category-input {
  background: none;
  outline: none;
  border: 0;
  width: 280px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.custom-fields-category-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.height-34px {
  height: 34px;
}

.height-32px {
  height: 32px;
}

.width-320px {
  width: 320px;
}

.delete-btn-filters {
  position: relative;
  left: -30px;
}

.nav-container {
  width: 193px !important;
}

.nav-separator {
  color: #E10600 !important;
}

.warn-color {
  color: #E10600;
}

.main-wrapper {
  flex: 1;
  width: calc(100vw - 193px);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  min-width: 768px !important;
  min-height: 100vh;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  overflow-x: auto;
  display: flex;
}
.main-wrapper > .first-row {
  display: flex;
  flex-direction: column;
  width: 193px;
  height: 100%;
  position: fixed;
  min-height: 800px;
  z-index: 999;
}
.main-wrapper > .first-row > .lateral-menu.nav-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow-y: auto;
}
.main-wrapper > .first-row > .lateral-menu.nav-container > ul {
  flex: 1;
}
.main-wrapper > .first-row > .lateral-menu.nav-container #training-typeahead, .main-wrapper > .first-row > .lateral-menu.nav-container #learners-typeahead {
  padding-right: 30px;
}
.main-wrapper > .first-row > .logo {
  display: flex;
  align-items: center;
  width: 193px;
  justify-content: center;
  background-color: #f2f2f2;
}
.main-wrapper > .first-row > .logo > img {
  height: 40px;
  max-width: 180px;
}
.main-wrapper > .first-row > .sub-menu {
  flex: 1;
  display: flex;
  align-items: center;
}
.main-wrapper > .second-row {
  flex: 1;
  flex-direction: row;
  overflow-y: auto;
  margin-left: 193px;
}
.main-wrapper > .second-row > .lateral-menu {
  width: 193px;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 50px);
}
.main-wrapper > .second-row > .lateral-menu > ul {
  flex: 1;
}
.main-wrapper > .second-row > .main-content {
  flex: 1;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.main-wrapper > .second-row > .main-content > .sub-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 10px;
}
.main-wrapper > .second-row > .main-content > .sub-menu > .topmenu-container {
  flex: 1;
  align-items: center;
  display: flex;
}
.main-wrapper > .second-row > .main-content > .sub-menu > .user-menu > ul.nav.nav-stacked {
  display: flex;
}
.main-wrapper > .second-row > .main-content > .sub-menu > .user-menu > ul.nav.nav-stacked > li + li {
  margin-top: 0;
}
.main-wrapper > .second-row > .main-content > .sub-menu > .user-menu > ul.nav.nav-stacked > *:not(:last-child) {
  margin-right: 20px;
}
.main-wrapper > .second-row > .main-content > .sub-menu > .user-menu > ul.nav.nav-stacked a {
  color: #454545;
}

@media all and (max-height: 780px) {
  .first-row > .lateral-menu.nav-container {
    max-height: calc(100vh - 50px);
    overflow: auto;
  }
}
a {
  color: #5b5c59;
}

a.link {
  color: #0070c9;
}

a.logo {
  padding-top: 10px;
}

.glyphicon .glyphicon-info-sign {
  color: #D1D1D1 !important;
}

.download-templates {
  float: left;
  margin-bottom: 10px;
}

.mh {
  margin: 0;
}

.toolbar {
  padding: 0;
}

.display-flex {
  display: flex;
}

.flex-column {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.flex-column-reverse {
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
}

.flex-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-align,
.flex-align-start-stretch {
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

.flex-align-start,
.flex-align-start-start,
.flex-align-start-center,
.flex-align-start-end,
.flex-align-start-stretch {
  justify-content: flex-start;
}

.flex-align-center,
.flex-align-center-start,
.flex-align-center-center,
.flex-align-center-end,
.flex-align-center-stretch {
  justify-content: center;
}

.flex-align-end,
.flex-align-end-start,
.flex-align-end-center,
.flex-align-end-end,
.flex-align-end-stretch {
  justify-content: flex-end;
}

.flex-align-space-around,
.flex-align-space-around-center,
.flex-align-space-around-start,
.flex-align-space-around-end,
.flex-align-space-around-stretch {
  justify-content: space-around;
}

.flex-align-space-between,
.flex-align-space-between-center,
.flex-align-space-between-start,
.flex-align-space-between-end,
.flex-align-space-between-stretch {
  justify-content: space-between;
}

.flex-align-space-evenly,
.flex-align-space-evenly-center,
.flex-align-space-evenly-start,
.flex-align-space-evenly-end,
.flex-align-space-evenly-stretch {
  -ms-justify-content: space-between;
  justify-content: space-evenly;
}

.flex-align-start-start,
.flex-align-center-start,
.flex-align-end-start,
.flex-align-space-between-start,
.flex-align-space-around-start,
.flex-align-space-evenly-start {
  align-items: flex-start;
  align-content: flex-start;
}

.flex-align-start-center,
.flex-align-center-center,
.flex-align-end-center,
.flex-align-space-between-center,
.flex-align-space-around-center,
.flex-align-space-evenly-center {
  align-items: center;
  align-content: center;
  max-width: 100%;
}
.flex-align-start-center > *,
.flex-align-center-center > *,
.flex-align-end-center > *,
.flex-align-space-between-center > *,
.flex-align-space-around-center > *,
.flex-align-space-evenly-center > * {
  max-width: 100%;
  box-sizing: border-box;
}

.flex-align-start-end,
.flex-align-center-end,
.flex-align-end-end,
.flex-align-space-between-end,
.flex-align-space-around-end,
.flex-align-space-evenly-end {
  align-items: flex-end;
  align-content: flex-end;
}

.flex-align-start-stretch,
.flex-align-center-stretch,
.flex-align-end-stretch,
.flex-align-space-between-stretch,
.flex-align-space-around-stretch,
.flex-align-space-evenly-stretch {
  align-items: stretch;
  align-content: stretch;
}

.flex {
  flex: 1;
  box-sizing: border-box;
}

.flex-grow {
  flex: 1 1 100%;
  box-sizing: border-box;
}

.flex-initial {
  flex: 0 1 auto;
  box-sizing: border-box;
}

.flex-auto {
  flex: 1 1 auto;
  box-sizing: border-box;
}

.flex-none {
  flex: 0 0 auto;
  box-sizing: border-box;
}

.flex-noshrink {
  flex: 1 0 auto;
  box-sizing: border-box;
}

.flex-nogrow {
  flex: 0 1 auto;
  box-sizing: border-box;
}

.flex-33 {
  flex: 1 1 100%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-66 {
  flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-row > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-row > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-column > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box;
}

.flex-column > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box;
}

.flex-row > .flex-33 {
  flex: 1 1 100%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-row > .flex-66 {
  flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-row > .flex {
  min-width: 0;
}

.flex-column > .flex-33 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box;
}

.flex-column > .flex-66 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box;
}

.flex-column > .flex {
  min-height: 0;
}

.padding-10 {
  padding: 10px !important;
}

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

.margin-left-8 {
  margin-left: 8px !important;
}

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

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

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

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

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

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

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

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

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

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

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

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

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

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

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.flex-1 {
  flex: 1;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.form-horizontal .form-group {
  margin: 5px 0;
}

.max-height-20vh {
  max-height: 20vh;
}

.overflow-auto {
  overflow: auto;
}

.no-margin {
  margin: 0 !important;
}

.top-border {
  border-top: solid 1px #e3e3e3;
}

input[type=file] {
  line-height: 10px;
}

.button-height {
  line-height: 32px;
}

.fa.fa-info-circle {
  margin: 0 5px;
}

.fa, .fas, .far, .fal {
  margin: 0 5px;
}
.fa + .fa, .fas + .fa, .far + .fa, .fal + .fa {
  margin-left: 0;
}
.fa + .fas, .fas + .fas, .far + .fas, .fal + .fas {
  margin-left: 0;
}
.fa + .far, .fas + .far, .far + .far, .fal + .far {
  margin-left: 0;
}
.fa + .fal, .fas + .fal, .far + .fal, .fal + .fal {
  margin-left: 0;
}

.has-fa-icon, .btn-file-image:before, .btn-user-plus:before, .btn-sync:before, .btn-request-license:before, .btn-send:before, .btn-search:before, .btn-undo:before, .btn-edit:before, .btn-delete:before, .btn-close:before, .btn-link-icon:before, .btn-share:before, .btn-copy:before, .btn-add:before, .btn-filter:before, .btn-check:before, .btn-save:before, .btn-unsee:before, .btn-see:before, .btn-upload:before, .btn-export:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  margin-right: 8px;
}

.btn {
  padding: 6px 7px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  user-select: none;
  min-width: 40px;
  max-height: 32px;
  outline: none;
}
.btn:focus {
  outline: none;
}
.btn.btn-primary, .daterangepicker > .ranges > .range_inputs > .btn.applyBtn {
  color: #fff;
  background-color: #0070c9;
}
.btn.btn-primary:hover, .daterangepicker > .ranges > .range_inputs > .btn.applyBtn:hover {
  background-color: #015292;
  outline: none;
}
.btn.btn-secondary, .daterangepicker > .ranges > .range_inputs > .btn.cancelBtn, .btn.btn-success, .btn.btn-link {
  color: #0070c9;
  background-color: transparent;
}
.btn.btn-secondary:hover, .daterangepicker > .ranges > .range_inputs > .btn.cancelBtn:hover, .btn.btn-success:hover, .btn.btn-link:hover {
  color: #015292;
  outline: none;
}
.btn.btn-link {
  color: #0070c9;
}
.btn.btn-default {
  color: #D1D1D1;
  background-color: #454545;
}
.btn.btn-default:hover {
  color: #B1A1A1;
  outline: none;
}
.btn.btn-access-list {
  min-width: 20px;
  padding: 0;
}
.btn[disabled] {
  background-color: #D1D1D1 !important;
}
.btn:active {
  box-shadow: none;
}
.btn.focus {
  box-shadow: none;
}

.fa-times.close-btn {
  font-size: 18px;
}

.btn-reset {
  color: #5b5c59;
  background-color: unset;
}
.btn-reset:hover {
  color: #484946;
}

.btn-danger {
  background-color: #E10600;
}

.btn-export:before {
  content: "\f019";
  font-weight: 600;
}

.btn-upload:before {
  content: "\f062";
}

.btn-see:before {
  content: "\f06e";
}

.btn-unsee:before {
  content: "\f070";
}

.btn-check:before {
  content: "\f00c";
}

.btn-filter:before {
  content: "\f0b0";
  font-weight: 600;
}

.btn-add:before {
  content: "\f067";
}

.btn-copy:before {
  content: "\f0c5";
}

.btn-share:before {
  content: "\f064";
}

.btn-link-icon:before {
  content: "\f0c1";
  font-weight: 300;
}
.btn-link-icon.special-link:before {
  position: relative;
  right: -8px;
  font-size: 16px;
}

.btn-close:before {
  content: "\f00d";
}

.btn-copy-after:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f0c5";
  margin-left: 8px;
}

.btn-delete:before {
  content: "\f2ed";
  font-weight: 100;
}
.btn-delete {
  min-width: initial;
}

.btn-edit:before {
  content: "\f304";
}

.btn-undo:before {
  content: "\f0e2";
}

.btn-search:before {
  content: "\f002";
  font-weight: 300;
}

.btn-send:before {
  content: "\f1d8";
  font-weight: 100;
}

.btn-request-license:before {
  content: "\f084";
}

.btn-sync:before {
  content: "\f021";
  font-weight: 400;
}

.btn-user-plus:before {
  content: "\f234";
  font-weight: 300;
}

.btn-generate-license:before {
  padding-right: 5px;
}

.btn-create-communication:before {
  padding-right: 5px;
}

.btn-file-image:before {
  content: "\f1c5";
  font-weight: 300;
}

.password-wrapper {
  display: flex;
}

.show-password-btn {
  margin-left: -23px;
  margin-bottom: auto;
  margin-top: auto;
}

.alert-icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 5px;
  content: "\f071";
  font-weight: 600;
}
.alert-icon.heavy {
  font-weight: 700;
}

.dropdown {
  margin: 0 16px 0 0;
}
.dropdown button span {
  margin: 0;
}
.dropdown .dropdown-menu {
  padding: 0;
  left: 0px !important;
}
.dropdown .dropdown-menu .dropdown-menu-content {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 200px;
  padding: 10px;
}
.dropdown .dropdown-menu .dropdown-menu-content button[type=submit] {
  width: fit-content;
  margin-left: auto;
  margin-top: 5px;
  padding: 5px;
}
.dropdown .dropdown-menu .dropdown-menu-content .clear-selection-btn {
  width: fit-content;
  padding: 0;
  margin-bottom: 5px;
}
.dropdown .dropdown-menu .dropdown-menu-content .selection-all-btn {
  width: fit-content;
  padding: 0;
  margin-bottom: 5px;
}

.mc-modal-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mc-modal-header > h4 {
  margin-top: 0px;
}

#alert-modal .modal-dialog {
  margin-top: 60px;
}

div .well > h4 {
  margin-top: 0;
}
div > h4 {
  margin-top: 0;
}

.modal-body {
  padding: 15px;
}

table.table.index-roles-table {
  background-color: white;
}
table.table.index-roles-table > tbody > tr:hover {
  background-color: white !important;
}
table.table.index-roles-table > tbody > tr > td {
  vertical-align: middle;
}

.users-table > tbody > tr > td {
  vertical-align: middle;
}

.trainings-table > tbody > tr > td {
  vertical-align: middle;
}

/**
missioncenter/resources/views/authoring/coaching/index.blade.php
 */
.training-content-wrapper {
  display: flex;
  flex-direction: row;
}
.training-content-wrapper > .training-content {
  flex: 3;
  margin-right: 10px;
}
.training-content-wrapper > .training-right-menu-content {
  flex: 1;
}
.training-content-wrapper > .training-right-menu-content > div > div {
  margin-bottom: 10px;
}

.training-header-authoring-buttons .btn {
  margin: 0 5px;
  padding: 0;
}
.training-header-authoring-buttons a.btn-export:before {
  margin-right: 5px;
}

@media all and (max-width: 1000px) {
  .training-content-wrapper {
    display: flex;
    flex-direction: column;
  }
}
/**
resources/views/dashboard/general.blade.php
 */
#dashboard-general-title {
  margin: -15px 0 15px 0;
}

/**
resources/views/dashboard/keyfigures.blade.php
 */
.key-figure-penetration-wrapper {
  display: flex;
  flex-direction: row;
  cursor: default;
}
.key-figure-penetration-wrapper .chart-container:first-child {
  margin-right: 15px;
  min-height: 0;
  min-width: 500px;
}
.key-figure-penetration-wrapper > * {
  flex: 1;
}
.key-figure-penetration-wrapper .well {
  margin-bottom: 0;
}

.chart-container-set-with {
  min-width: 0;
}

@media all and (max-width: 1200px) {
  .key-figure-penetration-wrapper {
    flex-direction: column;
  }
  .key-figure-penetration-wrapper .chart-container:first-child {
    margin-right: initial;
    margin-bottom: 10px;
    min-height: 0;
    min-width: 0;
  }
  .key-figure-penetration-wrapper :nth-child(1) {
    margin-right: 0px;
  }
}
/**
resources/views/dashboard/time-scale.blade.php
 */
.dashboard-time_scale {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/**
resources/views/learners/popup/metaform.blade.php
 */
.export-learner-modal .formaction-export {
  margin: 0 !important;
  width: 210px !important;
}

#exportlearningpath {
  width: 250px !important;
}

.export-learner-modal .export-lang-container {
  margin-bottom: 15px;
}

/**
general items
 */
a {
  color: #0070c9;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0070c9;
  text-decoration: underline;
}

.form-control:focus {
  border-color: #0070c9;
  outline: 0;
  box-shadow: inset 0 1px 1px #0081d5, 0 0 3px #0098ee;
}

.topmenu > ul > .active {
  border-bottom: none !important;
  background: none;
}
.topmenu > ul > .active:before {
  content: "";
  position: absolute;
  left: 20%;
  bottom: -4px;
  height: 1px;
  width: 60%;
  border-bottom: 1px solid #E10600;
}
.topmenu > ul > span > a {
  padding: 10px 15px;
  font-weight: 300;
}
.topmenu > ul li {
  margin: 4px 0;
}

.submenu.active {
  position: relative;
  z-index: 1;
}
.submenu.active:before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  height: 1px;
  width: 80%; /* or 100px */
  border-bottom: 1px solid #E10600;
}
.submenu.active > a {
  color: black;
  font-weight: 300;
}

.input-group {
  margin: 2px;
}

.page-header {
  margin: 0;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-6 {
  flex: 6;
}

.flex-7 {
  flex: 7;
}

.flex-8 {
  flex: 8;
}

.flex-9 {
  flex: 9;
}

.flex-10 {
  flex: 10;
}

.flex-11 {
  flex: 11;
}

.flex-12 {
  flex: 12;
}

.key-value {
  color: #E10600;
}

/**
resources/views/trainings/form-edit.blade.php
 */
div.trainings-form-edit, .training-duplicate-modal form, categories-selection {
  display: flex;
  flex-direction: column;
}
div.trainings-form-edit > div.form-group, .training-duplicate-modal form > div.form-group, categories-selection > div.form-group {
  display: flex;
  margin: 5px 0;
  align-items: center;
}
div.trainings-form-edit > div.form-group > .alert, .training-duplicate-modal form > div.form-group > .alert, categories-selection > div.form-group > .alert {
  margin: 20px auto;
}
div.trainings-form-edit > div.form-group > label, .training-duplicate-modal form > div.form-group > label, categories-selection > div.form-group > label {
  flex: 1;
  margin-right: 10px;
  padding-top: initial;
}
div.trainings-form-edit > div.form-group > .content, .training-duplicate-modal form > div.form-group > .content, categories-selection > div.form-group > .content {
  flex: 4;
}
div.trainings-form-edit > div.form-group > .content > label, .training-duplicate-modal form > div.form-group > .content > label, categories-selection > div.form-group > .content > label {
  margin-bottom: 0;
}
div.trainings-form-edit > div.form-group > .content > .form-control-static, .training-duplicate-modal form > div.form-group > .content > .form-control-static, categories-selection > div.form-group > .content > .form-control-static {
  min-height: initial;
  padding-top: initial;
  padding-bottom: initial;
}
div.trainings-form-edit > div.form-group > .content > .form-control-static > .btn.btn-link, .training-duplicate-modal form > div.form-group > .content > .form-control-static > .btn.btn-link, categories-selection > div.form-group > .content > .form-control-static > .btn.btn-link {
  padding: 0;
  min-width: initial;
  font-size: 12px;
  margin-left: 4px;
  position: relative;
  top: -2px;
  color: #0070c9 !important;
}
div.trainings-form-edit > div.form-group > .content > .form-group, .training-duplicate-modal form > div.form-group > .content > .form-group, categories-selection > div.form-group > .content > .form-group {
  display: flex;
}
div.trainings-form-edit > div.form-group > .content .add-category-button, .training-duplicate-modal form > div.form-group > .content .add-category-button, categories-selection > div.form-group > .content .add-category-button {
  width: fit-content;
  margin-bottom: 5px;
  padding: 0;
}
div.trainings-form-edit > div.form-group > .content .secondaryCategoryChosen, .training-duplicate-modal form > div.form-group > .content .secondaryCategoryChosen, categories-selection > div.form-group > .content .secondaryCategoryChosen {
  margin-top: 4px;
}
div.trainings-form-edit > div.form-group #secondaryCategoryBlock, .training-duplicate-modal form > div.form-group #secondaryCategoryBlock, categories-selection > div.form-group #secondaryCategoryBlock {
  display: flex;
  flex-direction: column;
}
div.trainings-form-edit > .form-group-checkboxes, .training-duplicate-modal form > .form-group-checkboxes, categories-selection > .form-group-checkboxes {
  display: flex;
  margin: 5px 0;
  justify-content: flex-end;
}
div.trainings-form-edit > .form-group-checkboxes > label, .training-duplicate-modal form > .form-group-checkboxes > label, categories-selection > .form-group-checkboxes > label {
  text-align: right;
}
div.trainings-form-edit > .form-group-actions, .training-duplicate-modal form > .form-group-actions, categories-selection > .form-group-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

/**
resources/views/trainings/training-details/default.blade.php
 */
.details-page-header-wrapper {
  display: flex;
  flex-direction: column;
}

.details-page-header h3 {
  margin-top: 0;
}
.details-page-header h3 > .user-details-name {
  text-transform: capitalize;
}
.details-page-header h3 > .user-details-name .user-details-status {
  font-variant: all-petite-caps;
  font-weight: 600;
}
.details-page-header h3 > .user-details-name .user-details-status.inactive {
  color: #E10600;
}
.details-page-header h3 > .user-details-name .user-details-status.active {
  color: #65B505;
}
.details-page-header h3 > a {
  font-size: 16px;
  margin: 0 5px;
}
.details-page-header h3 > form > a {
  font-size: 16px;
  margin: 0 5px;
}

.training-details-page-links-and-actions {
  display: flex;
  justify-content: space-between;
}

.training-details-page-links {
  display: flex;
}
.training-details-page-links > * {
  margin: 0 10px;
  height: 20px;
}

.nav-container li.active span {
  border-left: 0.3em solid red;
  background-color: #e0e0e0;
  padding-left: 0.7em;
}

.internal-submenu {
  padding: 10px 15px;
  color: #333333;
}

.first-level-menu {
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
}

.second-level-menu {
  background-color: rgba(245, 245, 245, 0.3411764706);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid rgba(232, 232, 232, 0.38);
}

.topmenu {
  padding: 0;
}
.topmenu .dropdown-menu {
  margin: 0;
}
.topmenu .dropdown-menu > .dropdown-header {
  font-size: 14px;
  color: #acacac !important;
}
.topmenu .dropdown-menu > li:hover {
  background-color: #F0F0F0;
}
.topmenu .dropdown ul li {
  font-size: 13px !important;
  color: #5c5c5c !important;
}
.topmenu .dropdown ul li > a {
  font-size: 13px !important;
  color: #5c5c5c !important;
}
.topmenu .dropdown .active {
  /*border-bottom: 1px solid #E10600;*/
  border-bottom: none !important;
  background: 0 0;
}
.topmenu .dropdown .active:before {
  position: absolute;
  left: 20%;
  width: 50%;
  height: 19px;
  border-bottom: 1px solid #E10600 !important;
  content: "";
}

/**
resources/views/learners/import.blade.php
 */
.import-learners-header h3 {
  margin: 0 0 20px 0;
}
.import-learners-header .internal-submenu {
  margin-bottom: 20px;
}

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

.div_import form label {
  padding-top: 0 !important;
}

#div_import form input[type=submit], #div_import_login form input[type=submit] {
  float: right;
}

#div_import .btn-link, #div_import_login .btn-link {
  padding: 0;
  text-align: end;
}

/**
resources/views/config/index.blade.php
 */
#learners-custom-fields-table td {
  vertical-align: middle;
}
#learners-custom-fields-table .glyphicon-info-sign {
  color: #D1D1D1 !important;
}

.input-meta-field {
  width: 80%;
}

.meta-field-cell {
  display: flex;
}

.meta-field-prefix {
  height: 34px;
  line-height: 34px;
}

.scrollable-well {
  overflow: auto;
  height: inherit;
}

/**
resources/views/learners/list.blade.php
 */
.js-learnersMetaForm {
  display: table;
}

#manage-learners-panel, .managers-list-well {
  width: 100%;
}
#manage-learners-panel .bg-warning, .managers-list-well .bg-warning {
  margin-bottom: 5px;
  padding: 5px;
}
#manage-learners-panel .table-wrapper, .managers-list-well .table-wrapper {
  height: calc(100vh - 250px);
  width: 100%;
  overflow: auto;
}

.managers-roles-index-well {
  width: 100%;
}
.managers-roles-index-well .bg-warning {
  margin-bottom: 5px;
  padding: 5px;
}
.managers-roles-index-well .table-wrapper {
  height: calc(100vh - 333px);
  width: 100%;
  overflow: auto;
}

/**
resources/views/learners/details.blade.php
 */
.actions {
  margin-right: 10px;
}

.page-header {
  border: none;
}

.details-page-header .actions-wrapper {
  float: right;
  display: flex;
}
.details-page-header .actions-wrapper a {
  margin-left: -5px;
}

.panel-reports-learner-details .panel-body .list-categories {
  margin-top: 10px;
  padding: 10px 15px;
  max-height: calc(100vh - 150px);
  overflow: auto;
}
.panel-reports-learner-details .panel-body .list-categories i.fas, .panel-reports-learner-details .panel-body .list-categories i.fa, .panel-reports-learner-details .panel-body .list-categories i.far {
  font-size: 12px;
}

#learner-info-details .panel-body {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

/**
resources/views/learners/details/panel-infos.blade.php
 */
#learner-info-details .dl-horizontal dt {
  font-weight: 500;
  width: 150px;
}
#learner-info-details .dl-horizontal dd {
  margin-left: 165px;
}
#learner-info-details .learner-details-line {
  margin-top: 10px;
  width: 50%;
  word-break: break-word;
}
#learner-info-details .learner-details-line a {
  word-break: break-all;
}

#learner-info-details dl {
  display: flex;
  flex-wrap: wrap;
}

/**
resources/views/learners/details/panel-reports.blade.php
 */
#search-reports {
  width: 100%;
  margin: auto;
}
#search-reports .form-group {
  width: 100%;
  display: flex;
  align-items: baseline;
}
#search-reports input {
  width: 100%;
  padding-right: 20px;
}
#search-reports i {
  position: initial;
  margin-left: -20px;
}

#trainings-with-reports-filter {
  width: fit-content;
  margin-left: 35px;
}
#trainings-with-reports-filter .onoffswitch-pre-label {
  white-space: nowrap;
}
#trainings-with-reports-filter .onoffswitch {
  margin: auto;
}

/**
resources/views/learners/form/delete.blade.php
 */
.details-page-header form {
  display: inline;
}

/**
resources/views/users/list.blade.php
 */
.users-table .highlighted_row {
  background-color: #f2dede !important;
}

.users-table .superadmin-user, .trainings-table .disabled {
  color: #D1D1D1;
}

.trainings-table .highlighted_row {
  background-color: #f2dede !important;
}

.trainings-table .disabled {
  color: #D1D1D1;
}

.user-image-wrapper {
  border-radius: 50%;
  border: 1px solid #454545;
  height: 42px;
  width: 42px;
}
.user-image-wrapper img {
  border-radius: 50%;
  border: 3px solid white;
  height: 40px;
  width: 40px;
}

/**
resources/views/users/create-form.blade.php
 */
#create-user-form input {
  width: 100%;
}

/**
resources/views/users/import.blade.php
 */
#import-users-form label {
  padding-top: 0;
}

#import-users-form .form-group {
  margin: 5px;
}

/**
resources/views/users/details.blade.php
 */
.user-details-page-header {
  display: flex;
}
.user-details-page-header h3 a {
  font-size: 16px;
  margin: 0 5px;
}
.user-details-page-header #user-image {
  margin: 0 15px 15px 0;
}

#user-image .form-image {
  border-radius: 50%;
  border: 1px solid #454545;
  width: 200px;
  height: 200px;
}
#user-image .form-image img.form-image-preview {
  border-radius: 50%;
  border: 7px solid white;
}

#created-users-list {
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: 300px;
  margin-left: 10px;
}
#created-users-list a {
  width: fit-content;
}

.row:nth-child(2) {
  display: flex;
}
.row:nth-child(2) .panel {
  height: calc(100% - 15px);
}

/**
resources/views/users/metadata.blade.php
 */
#user-details-panel .panel-body {
  max-height: 100vh;
  overflow-y: auto;
}
#user-details-panel .panel-body dl {
  display: flex;
  flex-wrap: wrap;
}
#user-details-panel .panel-body .user-details-line {
  margin-top: 10px;
  width: 50%;
}

.user-list-metadata-field {
  display: flex;
  flex-wrap: wrap;
  max-height: 80vh;
  min-height: 225px;
  overflow: auto;
}
.user-list-metadata-field .user-meta-field {
  width: 50%;
  margin-top: 10px;
  display: flex;
}
.user-list-metadata-field .user-meta-field > .control-label {
  width: 25%;
}
.user-list-metadata-field .user-meta-field > .user-meta-field-value {
  width: 60%;
  margin-left: 5%;
}

/**
resources/views/users/roles-form.blade.php
 */
.roles-form-group-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 20px;
}

.user-edit-modal .well {
  width: fit-content;
  margin: auto;
  padding: 0 10px;
}

/**
resources/views/users/trainings-popup.blade.php
 */
#user-trainings-tabs .btn {
  color: #0070c9;
  background: initial;
  height: 40px;
  outline: none;
}
#user-trainings-tabs .btn.active {
  background-color: #0070c9;
  border-radius: 3px 3px 0 0;
  color: #FFFFFF;
}

/**
resources/views/publishers/reports.blade.php
 */
#reporting-date-picker-panel .time-scale__daterangepicker {
  display: flex;
  justify-content: center;
}

.publisher-contact-requests-report {
  margin-top: 20px;
}

/**
resources/views/publishers/table.blade.php
 */
.publishers-table tbody {
  overflow-x: hidden !important;
}

/**
resources/views/trainings/create-choice.blade.php
 */
.training-create-choose-type .faq-link {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.lead-subtitle {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px;
}

.tooltip {
  background: white;
  color: #888888;
}

.mc-select-form-field {
  vertical-align: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  border: none;
  background: none;
  position: relative;
  z-index: 1;
  box-shadow: none;
  border-radius: 0;
}
.mc-select-form-field:before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  width: 190px;
  border-bottom: 1px solid #000;
}
.mc-select-form-field > select {
  background: transparent;
  border: none;
  box-shadow: none;
  height: initial;
  width: 190px !important;
}
.mc-select-form-field > select:focus {
  box-shadow: none;
}

.mc-select-form-field + .mc-input-form-field {
  margin-right: 15px;
  margin-left: 15px;
}

.mc-select-form-field + .mc-select-form-field {
  margin-right: 15px;
  margin-left: 15px;
}

.mc-input-form-field {
  position: relative;
  width: 190px;
  display: flex;
  align-items: center;
}
.mc-input-form-field:before {
  content: "";
  position: absolute;
  top: 33px;
  height: 1px;
  width: 190px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.mc-input-form-field .mc-input-form-field {
  width: 280px;
}
.mc-input-form-field .mc-input-form-field:before {
  width: 280px;
}
.mc-input-form-field > input {
  width: 100% !important;
  border: none;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}
.mc-input-form-field > input:before {
  content: "";
  position: absolute;
  bottom: 12px;
  height: 1px;
  width: 190px;
  border-bottom: 1px solid #000;
}
.mc-input-form-field > input::placeholder {
  position: relative;
}
.mc-input-form-field > input:valid {
  background: transparent;
}
.mc-input-form-field > input:focus {
  box-shadow: none;
  border-color: inherit;
}
.mc-input-form-field > input:focus + label {
  color: #454545;
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;
  text-transform: capitalize;
}
.mc-input-form-field > input:valid + label {
  color: #454545;
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;
  text-transform: capitalize;
}
.mc-input-form-field > .twitter-typeahead > input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #454545;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8px 12px;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}
.mc-input-form-field > .twitter-typeahead > input:valid {
  background: transparent;
}
.mc-input-form-field > .twitter-typeahead > input:focus {
  box-shadow: none;
  border-color: inherit;
}
.mc-input-form-field > .twitter-typeahead > input:focus + label {
  color: #454545;
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;
  text-transform: capitalize;
}
.mc-input-form-field > .twitter-typeahead > input:valid + label {
  color: #454545;
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;
  text-transform: capitalize;
}
.mc-input-form-field > label {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #454545;
  padding: 7px 6px;
}
.mc-input-form-field > input {
  padding: 12px 20px 12px 12px;
}
.mc-input-form-field > label {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mc-input-form-field > input:focus + label {
  top: -50%;
  height: 16px;
}
.mc-input-form-field > input:valid + label {
  top: -50%;
  height: 16px;
}

a.mc-chart-tooltip, span.mc-chart-tooltip {
  position: absolute;
  top: 1em;
  right: 1em;
}

span.mc-chart-tooltip > a > i {
  font-size: 16px;
  color: #D1D1D1 !important;
}

.i-info-tooltip, a.mc-chart-tooltip > i {
  font-size: 16px;
  color: #D1D1D1 !important;
}

a.mc-training-report-tooltip {
  position: relative;
}
a.mc-training-report-tooltip > i {
  font-size: 13px;
  color: #D1D1D1 !important;
  vertical-align: baseline;
  margin-left: 5px;
}

[tooltip] {
  position: relative;
  display: inline-block;
}

[tooltip]::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  z-index: 99;
  opacity: 0;
}

[tooltip-position=left]::before {
  left: 0;
  top: 50%;
  margin-left: -12px;
  transform: translatey(-50%) rotate(-90deg);
}

[tooltip-position=top]::before {
  left: 50%;
}

[tooltip-position=bottom]::before {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg);
}

[tooltip-position=right]::before {
  left: 100%;
  top: 50%;
  margin-left: 1px;
  transform: translateY(-50%) rotate(90deg);
}

[tooltip]::after {
  content: attr(tooltip);
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%) translateY(-100%);
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-size: var(--font-size, 14px);
  min-width: var(--min-width, 80px);
  max-width: 260px;
  line-height: var(--line-height, 14px);
  white-space: var(--white-space, unset);
  border-radius: 5px;
  pointer-events: none;
  padding: 4px 4px;
  z-index: 99;
  opacity: 0;
  font-weight: 400;
  font-family: Roboto;
  font-variant: initial;
  text-transform: initial;
  overflow-wrap: break-spaces;
}

[tooltip-position=left]::after {
  left: 0%;
  top: 50%;
  margin-left: -8px;
  transform: translateX(-100%) translateY(-50%);
}

[tooltip-position=top]::after {
  left: 50%;
}

[tooltip-position=bottom]::after {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translateY(0%);
}

[tooltip-position=right]::after {
  left: 100%;
  top: 50%;
  margin-left: 8px;
  transform: translateX(0%) translateY(-50%);
}

[tooltip]:hover::after, [tooltip]:hover::before {
  opacity: 1;
}

.long-tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.sub-menu-title {
  font-style: italic;
  font-weight: bold;
}

.long-tooltip .top {
  min-width: var(--min-width, 200px);
  text-align: var(--text-align, center);
  top: -15px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 10px 20px;
  color: #EEEEEE;
  background-color: #454545;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
}
.long-tooltip .top.short-text {
  min-width: 100px;
  text-align: center;
}

.long-tooltip:hover .top {
  display: block;
}

.long-tooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.long-tooltip .top i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #454545;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.long-tooltip .right {
  min-width: var(--min-width, 200px);
  text-align: var(--text-align, center);
  top: 50%;
  left: 100%;
  margin-left: 10px;
  transform: translate(0, -50%);
  padding: 10px 20px;
  color: #EEEEEE;
  background-color: #454545;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
}
.long-tooltip .right.short-text {
  min-width: 100px;
  text-align: center;
}

.long-tooltip:hover .right {
  display: block;
}

.long-tooltip .right i {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
  overflow: hidden;
}

.long-tooltip .right i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
  background-color: #454545;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.long-tooltip .bottom {
  min-width: var(--min-width, 200px);
  text-align: var(--text-align, center);
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 20px;
  color: #EEEEEE;
  background-color: #454545;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
}
.long-tooltip .bottom.short-text {
  min-width: 100px;
  text-align: center;
}

.long-tooltip:hover .bottom {
  display: block;
}

.long-tooltip .bottom i {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.long-tooltip .bottom i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #454545;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.long-tooltip .left {
  min-width: var(--min-width, 200px);
  text-align: var(--text-align, center);
  top: var(--top, 50%);
  right: 100%;
  margin-right: 20px;
  transform: translate(0, -50%);
  padding: 10px 20px;
  color: #EEEEEE;
  background-color: #454545;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
}
.long-tooltip .left.short-text {
  min-width: 100px;
  text-align: center;
}

.long-tooltip:hover .left {
  display: block;
}

.long-tooltip .left i {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
  overflow: hidden;
}

.long-tooltip .left i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #454545;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.long-tooltip .right.timezone {
  padding: 10px;
  left: -100%;
}

.long-tooltip .left.timezone {
  right: -100%;
}

/**
resources/views/learners/table.blade.php
 */
.learner-meta-cell {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.users-table.learners th, .new-learners th {
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**
resources/views/learners/form/edit.blade.php
 */
.learner-edit-modal .form-group {
  margin: 6px 0;
}
.learner-edit-modal input[type=checkbox][name=sandboxTester] {
  margin-left: 0;
}
.learner-edit-modal .edit-learner-column-header {
  text-transform: uppercase;
  margin-left: -100px;
}
.learner-edit-modal .left-border-separator {
  border-left: solid 1px #e3e3e3;
}

#learner-edition-metaFields-column {
  height: 502px;
}

.learner-edition-metaFields {
  height: 100%;
  overflow-y: auto;
  margin-bottom: 10px;
}
.learner-edition-metaFields label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/** This overrides Mac's scrollbar behaviour by keeping the scrollbar visible even when not used (only works in Chrome) **/
.learner-edition-metaFields::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.learner-edition-metaFields::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.honour-meta__select-group {
  position: relative !important;
  width: 60%;
  margin: 0 auto;
}

.dashboard-time_scale {
  margin-bottom: 10px;
}

#filterForm .input-group, #learner-autocomplete-form .input-group {
  margin: 0 2px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#eye-sandbox-tester .fa {
  vertical-align: bottom;
  margin-left: 10px;
}

div.form-group.export-lang-container {
  display: flex;
  flex-direction: column;
}
div.form-group.export-lang-container > div {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
div.form-group.export-lang-container > div > *:nth-child(1) {
  margin-right: 10px;
}
div.form-group.export-lang-container > div > *:nth-child(2) {
  width: 150px;
}

.filters-form-blade {
  display: flex;
  justify-content: flex-start;
}
.filters-form-blade > *:first-child {
  flex: 1;
}
.filters-form-blade > *:first-child > .filters-form-blade-filters .mc-input-form-field {
  margin-right: 1rem;
}
.filters-form-blade > *:first-child > .filters-form-blade-filters > .filters-form-blade-filters-count {
  display: flex;
  align-items: center;
}
.filters-form-blade > *:first-child > *:first-child {
  display: flex;
  flex: 1;
  align-items: center;
}
.filters-form-blade > * {
  display: flex;
  align-items: center;
}

#training-search-field {
  margin-right: 40px;
}

.result-list, .themes-result-list {
  height: calc(100vh - 165px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.themes-result-list {
  height: calc(100vh - 480px);
}

.not_fixed_headers {
  border-collapse: collapse;
  margin-bottom: 0;
}
.not_fixed_headers > thead > tr > th {
  border-bottom: 1px;
}
.not_fixed_headers tbody {
  overflow: auto;
  min-height: calc(100vh - 252px);
}
.not_fixed_headers tbody > tr {
  height: 28px;
}
.not_fixed_headers > tfoot > tr > td {
  padding: 0;
}

.license-table {
  border: 1px solid #e3e3e3;
}
.license-table .client-email {
  color: #888888;
  font-style: italic;
}

div.well.metadata.js-licenseFilters.ots-filter.filters-form-blade {
  display: flex;
}
div.well.metadata.js-licenseFilters.ots-filter.filters-form-blade > form {
  display: flex;
  flex: 1;
}
div.well.metadata.js-licenseFilters.ots-filter.filters-form-blade > form > .input-group {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.modal-header {
  border: 0;
  padding: 0;
}

.modal-footer {
  border: 0;
  padding: 0;
}

.modal-body {
  padding: 0;
}

.modal-content {
  padding: 15px;
}

.categories-details-actions {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

#category-details-translations.locales {
  margin-left: 32px;
}
#category-details-translations.locales .locale {
  flex-direction: row;
}
#category-details-translations.locales .locale .label-language {
  font-weight: 500;
}
#category-details-translations.locales .locale .translation-value {
  margin-left: 20px;
}

#categories-tree-scrollable-wrapper {
  height: calc(100vh - 230px);
  min-height: 500px;
  overflow: auto;
}

.locales {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
  justify-content: space-between;
}
.locales > * {
  display: flex;
  flex-direction: column;
  flex-basis: 48.5%;
}
.locales > * > label {
  text-align: center;
}

.pager {
  margin: 0;
  height: 38px;
}
.pager .inactive {
  color: #ccc;
}
.pager > .pager-navigation {
  position: relative;
  top: 5px;
}
.pager > .pager-navigation > span > a {
  color: #0070c9;
  text-decoration: none !important;
}
.pager > .pager-navigation > span > span, .pager > .pager-navigation > span > a {
  width: 40px;
  border: none;
  margin: 5px;
  font-size: 20px;
  padding: 0;
  vertical-align: middle;
}
.pager > .pager-navigation > span > input:focus {
  outline: 0;
}
.pager > .pager-navigation > span > input[type=number]::-webkit-inner-spin-button, .pager > .pager-navigation > span > input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pager-navigation > span > input, .number-per-page select {
  min-width: 50px;
  border-radius: 5px;
  padding: 2px 5px;
  border: 1px solid #0070c9;
  text-align: center;
  height: 22px;
  background: #fff;
}

span.number-per-page {
  position: relative;
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
}
span.number-per-page > select {
  margin-left: 5px;
}

span.number-found-elements {
  position: relative;
  float: left;
  line-height: 38px;
}

/**
resources/views/learners/create.blade.php
 */
.add-learners-well {
  min-height: 70vh;
  max-height: calc(100vh - 80px);
  overflow: auto;
}
.add-learners-well .learner-password-cell input {
  padding-right: 25px;
  padding-left: 5px;
}
.add-learners-well .learner-language-cell select {
  width: fit-content;
}

.vl {
  border-left: 1px solid #d0d0d0;
  margin: 0 15px;
}

.filters-form-blade-filters .vl {
  height: 50px;
}

/*************************/
.custom-fields-learner-search {
  display: flex;
  max-width: 20vw;
  align-items: center;
}

.material-icons {
  font-size: 18px;
}

.custom-fields-search {
  display: flex;
  flex-direction: row;
}
.custom-fields-search > * {
  flex: 1;
  max-width: 20vw;
}

.custom-fieds-filter-wrapper-categories-publishers {
  display: flex;
  flex-direction: column;
}
.custom-fieds-filter-wrapper-categories-publishers > *:nth-child(1) > * {
  width: 200px;
}
.custom-fieds-filter-wrapper-categories-publishers > *:nth-child(1) > *:not(last-child) {
  margin-right: 15px;
}
.custom-fieds-filter-wrapper-categories-publishers > *:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}

.custom-fields-search-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.custom-fields-search-list-item {
  display: flex;
  align-items: center;
}

@media all and (max-width: 900px) {
  .custom-fields-search {
    flex-direction: column;
  }
  .custom-fields-search > * {
    max-width: initial;
  }
  .custom-fieds-filter-wrapper-categories-publishers {
    flex-direction: column;
  }
  .custom-fieds-filter-wrapper-categories-publishers > * {
    max-width: initial;
  }
}
.action-buttons {
  display: flex;
  justify-content: flex-end;
}

/**************************/
.well.filters {
  padding: 15px !important;
}

.well_list {
  padding-bottom: 3px;
}

.edition-well {
  width: 60%;
  margin: 0 auto;
}

.filters-and-actions {
  display: flex;
}
.filters-and-actions > *:nth-child(1) {
  flex: 1;
}
.filters-and-actions > .actions > button {
  position: relative;
  top: 14px;
}
.filters-and-actions > mat-accordion + .actions {
  border-left: 1px solid #d0d0d0;
  padding-left: 15px;
}

.mat-expansion-panel-header-title {
  align-items: center;
}

.mat-expansion-panel-header-description {
  justify-content: flex-end;
  align-items: center;
}

.mat-expansion-panel {
  box-shadow: none !important;
}

.mat-expansion-panel-header {
  background: whitesmoke;
  padding: 0 !important;
}

.mat-expansion-panel-content {
  background: whitesmoke;
}

.mat-expansion-panel-header.mat-expanded:focus, .mat-expansion-panel-header.mat-expanded:hover {
  background: whitesmoke !important;
}

.filters-search-input-btn {
  margin-left: -25px;
  width: 30px;
  min-width: unset;
  z-index: 2;
}

.filters-search-input-btn::before {
  margin: 0;
}

.filters-and-actions .mat-expansion-panel-content {
  background-color: #e0e0e0;
}
.filters-and-actions .mat-expansion-panel-body {
  padding: 10px !important;
}
.filters-and-actions mat-expansion-panel-header mat-panel-title mat-form-field {
  width: 270px;
}
.filters-and-actions mat-expansion-panel-header mat-panel-description, .filters-and-actions mat-expansion-panel-header mat-panel-description .actions {
  margin-right: 0;
}

.mat-accordion + .actions {
  margin: 0 0 0 15px;
}
.mat-accordion + .actions > button {
  padding: 0;
}

.mat-expansion-indicator {
  display: flex;
}

#ots-provided__reopen-popup > .modal-dialog {
  width: 450px;
}
#ots-provided__reopen-popup > .modal-dialog > .modal-content > .modal-body > form > div > * {
  display: flex;
}
#ots-provided__reopen-popup > .modal-dialog > .modal-content > .modal-body > form > div > * {
  flex-direction: column;
  margin-bottom: 15px;
}
#ots-provided__reopen-popup > .modal-dialog > .modal-content > .modal-body > form > div > * > div {
  display: flex;
  align-items: center;
}
#ots-provided__reopen-popup > .modal-dialog > .modal-content > .modal-body > form > div > * > div > *:first-child {
  flex: 2;
  margin-right: 15px;
}
#ots-provided__reopen-popup > .modal-dialog > .modal-content > .modal-body > form > div > * > div > *:last-child {
  flex: 1;
}
#ots-provided__reopen-popup > .modal-dialog > .modal-content > .modal-body > form > div > .checkbox {
  flex-direction: row;
  justify-content: flex-end;
}
#ots-provided__reopen-popup > .modal-dialog > .modal-content > .modal-body > form > .text-right {
  display: flex;
  justify-content: flex-end;
}
#ots-provided__reopen-popup > .modal-dialog > .modal-content > .modal-body > form > .text-right > button {
  margin: 0;
}

#authoring-template-accordion.panel-group {
  margin-bottom: 0;
}
#authoring-template-accordion.panel-group > .panel.panel-default > .panel-heading > .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#authoring-template-accordion.panel-group > .panel.panel-default > .panel-heading > .panel-title > a.title:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 5px;
  content: "\f078";
  transition: transform 500ms;
}
#authoring-template-accordion.panel-group > .panel.panel-default > .panel-heading > .panel-title > a.title.collapsed:before {
  transform: rotate(-90deg);
}
#authoring-template-accordion.panel-group > .panel.panel-default > .panel-list > ul.list-group {
  max-height: 350px;
  overflow: auto;
}
#authoring-template-accordion.panel-group > .panel.panel-default > .panel-list > ul.list-group > li.list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 9px;
  height: 44px;
}

.steps-editing__changelog-textarea {
  resize: vertical;
}

.button-copy-universal-link {
  vertical-align: initial;
}

#access-create-modal-tab-list > ul > li.active > a {
  background-color: #0070c9;
  border-radius: 3px 3px 0 0;
}

.access-faq-link {
  flex: auto;
  padding: 0 10px;
}

#training-access-modal-metaforms-list-container {
  max-height: 500px;
  overflow: auto;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
#training-access-modal-metaforms-list-container > * {
  flex: 0 0 49.35%;
  margin: 0 0 10px 0;
}
#training-access-modal-metaforms-list-container > *:nth-child(odd) {
  margin-right: 10px;
}

.panel {
  margin-bottom: 15px;
}

div.with-code > .training-access-form > .not-tall-enough {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 3px 3px;
  margin-bottom: 0;
  min-height: 300px;
}

#training-access-modules-create-modal-metaforms-list-container {
  max-height: 500px;
  overflow: auto;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
#training-access-modules-create-modal-metaforms-list-container > * {
  flex: 0 0 49.35%;
  margin: 0 0 10px 0;
}
#training-access-modules-create-modal-metaforms-list-container > *:nth-child(odd) {
  margin-right: 10px;
}

#access-update-modal-metaforms-list-container {
  max-height: 500px;
  overflow: auto;
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
}
#access-update-modal-metaforms-list-container > * {
  flex: 0 0 49.35%;
  margin: 0 0 10px 0;
}
#access-update-modal-metaforms-list-container > *:nth-child(odd) {
  margin-right: 10px;
}

.trainings-states__legend-count, .trainings-usage__legend-count {
  color: #E10600;
}

.coaching-item__actions {
  display: flex;
  align-items: center;
}

.media-video-report span.form-control-static {
  word-break: break-all;
}

#ots-display-only-errors {
  line-height: 27px;
  margin-left: 40px;
  margin-right: 10px;
}

.onoffswitch {
  position: relative;
  width: 53px;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  top: 4px;
  margin-left: 5px;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-pre-label {
  margin-bottom: 0;
  font-weight: normal;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #f5f5f5;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 18px;
  padding: 0;
  line-height: 18px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 8px;
  background-color: #0070c9;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 5px;
  background-color: #EEEEEE;
  color: #808080;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 9px;
  margin: 5px;
  height: 9px;
  background: white;
  position: absolute;
  right: 31px;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

#js-update-skills__code-group {
  display: flex;
}
#js-update-skills__code-group > *:nth-child(1) {
  display: flex;
  align-items: center;
}
#js-update-skills__code-group > *:nth-child(1) > h4 {
  margin-right: 5px;
}
#js-update-skills__code-group > *:nth-child(2) {
  flex: 1;
}

#js-update-skills__code-input {
  margin: 5px 0;
}
#js-update-skills__code-input[disabled] {
  background: white;
  border: 0;
  box-shadow: none;
  padding: 0;
  cursor: initial;
}

#html-update-skills__locales {
  max-height: 500px;
  overflow: auto;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
#html-update-skills__locales > * {
  flex: 0 0 49.12%;
  margin: 0 0 10px 0;
}
#html-update-skills__locales > *:nth-child(odd) {
  margin-right: 10px;
}

.table {
  margin-bottom: 0px;
}

div.alert {
  display: flex;
  align-items: stretch;
  padding: 0;
  min-height: 50px;
  background-color: #fff;
  border-color: #aba8a8;
  border-width: thin;
  margin-bottom: 10px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
div.alert .alert-content {
  color: #454545;
  display: flex;
  align-items: center;
  padding: 5px;
}
div.alert .icon-wrapper {
  padding: 0.2em 0.25em 0.15em;
  border-radius: 0.1em;
  color: white;
  display: flex;
  align-items: center;
}
div.alert .icon-wrapper > i.fas {
  margin: auto 5px;
  font: normal normal normal 25px FontAwesome;
}
div.alert .icon-wrapper > i.fas:before {
  font-size: 25px;
}
div.alert.alert-danger .icon-wrapper {
  background-color: #E10600;
  border: 1px solid #E10600;
}
div.alert.alert-success .icon-wrapper {
  background-color: #4DAC80;
  border: 1px solid #4DAC80;
}
div.alert.alert-info .icon-wrapper {
  background-color: #0070c9;
  border: 1px solid #0070c9;
}
div.alert.alert-warning .icon-wrapper {
  background-color: #FB7004;
  border: 1px solid #FB7004;
}

.steps-editing__changelog-title {
  margin-right: 10px;
}

table.table {
  background-color: white;
}
table.table > tbody > tr:hover {
  background-color: whitesmoke;
}

table.table.license-table {
  border: 0;
}
table.table.license-table > thead > tr > th:first-child {
  padding-left: 15px;
}
table.table.license-table > thead > tr > th:last-child {
  padding-right: 15px;
}
table.table.license-table > tbody > tr > td:first-child {
  padding-left: 15px;
}
table.table.license-table > tbody > tr > td:last-child {
  padding-right: 15px;
}

.honour-podium__avatar-1 {
  width: 120px !important;
  height: 120px !important;
}

.honour-podium__avatar-2 {
  width: 100px !important;
  height: 100px !important;
}

.honour-podium__avatar-3 {
  width: 90px !important;
  height: 90px !important;
}

.honour-podium__rank-3 {
  font-size: 1.25em !important;
}

.honour-podium__rank-2 {
  font-size: 1.5em !important;
}

.honour-podium__rank-1 {
  font-size: 2em !important;
}

.jstree-default .jstree-wholerow-clicked {
  background: #0070c9 !important;
}
.jstree-default .jstree-wholerow-clicked + a {
  color: #FFF !important;
}

.jstree-default > .jstree-wholerow-ul .jstree-hovered {
  color: #0070c9;
}

.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  color: white;
}

.learner-badges > * {
  margin: 10px;
}

.learner-badges__img--not-received {
  filter: invert(29%) sepia(0%) saturate(0%) hue-rotate(186deg) brightness(96%) contrast(300%);
}

.lead {
  margin-bottom: 5px;
}

.details-page-header .lead > .long-tooltip:first-child {
  margin-left: 5px;
}
.details-page-header .lead > .long-tooltip {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 16px;
  }
}
.line.line--editing {
  justify-content: space-between;
}

.line.line--live {
  justify-content: space-between;
}

.learner-badges__item {
  width: 120px !important;
}

.learner-badges__img {
  width: 80px !important;
}

#js-learner-info__training-progress {
  color: #E10600;
}

h3.stats-large-value {
  color: #E10600;
  margin-top: 5px;
  cursor: default;
}

.learner-stat__first-activity-date, .learner-stat__last-activity-date, .learner-stat__last-activity-date, .learner-stat__certification-title-certified_span {
  color: #E10600;
}

#js-progress-modules, #js-scored-activities {
  max-height: 500px;
  overflow: auto;
}

.row.honour-learners__podium.honour-podium {
  margin: 10px 0;
}

#js-learner-badges__activities {
  max-height: 300px;
  overflow: auto;
}

.publishers-stat__keyfigures {
  display: flex;
  justify-content: center;
}
.publishers-stat__keyfigures > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 20%;
}
.publishers-stat__keyfigures > * > img {
  width: 80px;
  height: 68.8px;
  filter: invert(11%) sepia(100%) saturate(5974%) hue-rotate(6deg) brightness(91%) contrast(112%);
}
.publishers-stat__keyfigures > * > div.stats-large-value {
  color: initial;
  font-size: 20px;
}

.table.license-table > thead > tr > th {
  border-bottom: 0;
}

.import-report-container > .panel > .panel-body {
  display: flex;
  flex-wrap: wrap;
}
.import-report-container > .panel > .panel-body > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 25%;
}
.import-report-container > .panel > .panel-body > * > span.value {
  font-size: 30px;
  color: #E10600;
}
.import-report-container > .panel > .panel-body .learner-import-login {
  flex-basis: 33%;
}

.import-report-container-congrats-text {
  text-align: center;
}

.traning-detail-container {
  display: flex;
}
.traning-detail-container > .has-live-activities {
  display: flex;
  flex: 1;
  margin-bottom: 10px;
}
.traning-detail-container > .has-live-activities > * {
  flex-basis: 50%;
}
.traning-detail-container > .has-live-activities > *:nth-child(odd) {
  display: flex;
  flex: 1 1;
}
.traning-detail-container > .has-live-activities > *:nth-child(odd) > div {
  width: 100%;
  margin-bottom: 0;
}
.traning-detail-container > .has-live-activities > *:nth-child(even) {
  display: flex;
  flex: 1 1;
  margin: 0 0 0 15px;
}
.traning-detail-container > .has-live-activities > *:nth-child(even) > div {
  width: 100%;
  margin-bottom: 0;
}

.trainings-states__trainings-legend-value, .trainings-usage__trainings-legend-value {
  color: #E10600 !important;
}

.mat-expansion-panel-header {
  height: 48px !important;
}

.mat-expansion-panel-body {
  padding: 0 !important;
}

.custom-fieds-filter-action-submit {
  display: flex;
  justify-content: flex-end;
}

#universal-link-modal-content {
  display: flex;
  flex-direction: column;
}
#universal-link-modal-content > div > .linkContainer {
  display: flex;
}
#universal-link-modal-content > div > .linkContainer > *:nth-child(2) {
  margin: 0 10px;
}
#universal-link-modal-content > div > .linkContainer > span > button {
  min-width: initial;
}
#universal-link-modal-content > div > .linkContainer > span > button > img {
  filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(202deg) brightness(8%) contrast(112%);
}
#universal-link-modal-content > div > .linkContainer > span > button.btn-copy:before {
  font-weight: 100;
}
#universal-link-modal-content > div > .linkContainer + div {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
#universal-link-modal-content > div > .registrationParagraph_p > span > button {
  min-width: initial;
}
#universal-link-modal-content > div > .registrationParagraph_p > span > button:before {
  margin-right: 0;
}
#universal-link-modal-content #access-code {
  font-size: 20px;
  border: 1px solid #B1A1A1;
  padding: 5px 10px;
}

.access-item__filters {
  display: flex;
  flex-wrap: wrap;
}
.access-item__filters > div {
  flex-basis: 33%;
}

.access-rule-identifier {
  margin-bottom: 20px !important;
}
.access-rule-identifier label {
  font-style: italic;
  color: #888888;
  font-weight: normal;
}

.category-title {
  margin-bottom: 5px;
}
.category-title + .category-trainings {
  margin-bottom: 15px;
}
.category-title + .category-trainings .category-training span {
  font-size: 12px;
}

.daterangepicker > .ranges {
  display: flex;
  flex-direction: column;
  height: 290px;
}
.daterangepicker > .ranges > .range_inputs {
  flex: 1;
  display: flex;
  direction: rtl;
  justify-content: flex-start;
  align-items: flex-end;
}
.tt-menu {
  min-width: 206px !important;
}
.tt-menu > .tt-dataset > *:not(:last-child) {
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  padding-bottom: 8px;
}

/**
resources/views/communication/learner-modal.blade.php
 */
#communication-learners .modal-dialog {
  width: 950px;
}

#edit-comm-translations .modal-dialog {
  width: 680px;
}

.comm-learners-modal__list .table-wrapper {
  overflow: auto;
  max-height: 70vh;
  min-height: 35vh;
}

.not-new-image-ratio + .not-new-image-ratio {
  margin-top: 10px;
}
.not-new-image-ratio + .not-new-image-ratio > .thumbnail {
  margin-bottom: 0;
}

.default-input-border {
  width: 107px;
  border-radius: 5px;
  padding: 2px 5px;
  border: 1px solid #cccccc;
  text-align: center;
  height: 22px;
  background: #fff;
}

.set-item__actions {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.file-upload-hidden-form {
  visibility: hidden;
}

.faq-link-container {
  width: 400px !important;
}

#js-steps-edit-to-test__form {
  display: flex;
}

.mat-expansion-indicator {
  width: 10px;
}

#left-menu-trainings, #left-menu-learners, #left-menu-company_title, #left-menu-personal_title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.board_title {
  font-size: 12px;
  padding-left: 10px;
}

.board_item {
  background: 0 0;
  color: #5c5c5c;
  padding: 0;
}

.js-title-right__icon {
  font-size: smaller;
}

.nav-line-separator {
  margin: 0;
  padding-left: 0 !important;
}

.nav-line-separator hr {
  margin: 0;
  border-top-color: #e0e0e0;
}

#left-menu__search_training_holder, #left-menu__search_learner_holder {
  margin-top: 8px;
}

#js-search-training-show-tt__icon, #js-search-learner-show-tt__icon, .js-title-right__icon {
  width: 31px;
  height: 31px;
}
#js-search-training-show-tt__icon:before, #js-search-learner-show-tt__icon:before, .js-title-right__icon:before {
  top: 10px;
  position: relative;
  right: -8px;
}

.custom-filter-results {
  margin-right: 20px;
}

.communications-reports > div {
  display: flex;
}
.communications-reports > div > * {
  display: flex;
  flex-basis: 50%;
}
.communications-reports > div > * > * {
  flex: 1;
}
.communications-reports > div > * > * > * {
  flex: 1;
}
.communications-reports > div > *:nth-child(even) {
  margin-left: 15px;
}

/*
resources/views/learners/form/access.blade.php
 */
#learners-access-form .list-group-item.selected-training {
  padding: 10px;
}

.trainings-table-wrapper-table {
  height: calc(100vh - 225px);
  overflow: auto;
}

select.wa-version {
  padding-left: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%) !important;
  background-position: calc(100% - 5px) calc(1em + 2px), calc(100% - 0px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

/**
resources/views/authoring/coaching/download-templates.blade.php
 */
#authoring-templates .panel-heading {
  padding: 5px;
}
#authoring-templates a.title {
  width: 100%;
  height: 100%;
}

/**
resources/views/notfound.blade.php
 */
.not-found-wrapper {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 25px 0 10px 40px;
}
.not-found-wrapper h1 {
  font-size: 100px;
  width: 171px;
  height: 110px;
  position: relative;
}
.not-found-wrapper h1:before {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 1px;
  width: 65%;
  border-bottom: 10px solid #E10600;
}
.not-found-wrapper h3, .not-found-wrapper .back-button {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.not-found-wrapper p {
  color: #888888;
  font-size: 18px;
}
.not-found-wrapper .back-button {
  background: #E10600;
  color: #FFFFFF;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 5px 25px;
  margin-top: 20px;
  font-size: 18px;
  max-height: unset;
}
.not-found-wrapper .planet-img {
  width: 280px;
  margin-left: 80px;
}
.not-found-wrapper .cosmonaut-img {
  width: 280px;
  margin-left: 20px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
}
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}
.daterangepicker {
  /* Calendars */
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
/* Fonts */
h1, h2, h3, h4, h5, h6, p, div {
  font-family: Roboto, sans-serif;
}

h5 {
  font-weight: bold;
}

html, body {
  font-family: Roboto, sans-serif;
  background-color: #e4e4e4;
  display: flex;
  flex: 1 1 0px;
  height: initial;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

a {
  cursor: pointer;
}

dl.dl-left dt {
  text-align: left;
  width: 230px;
}

.text-highlight {
  color: #E10600;
}

.dashboard-container h2 {
  color: #E10600;
  font-weight: normal;
}

a.unstyled, a.unstyled:hover {
  text-decoration: none;
  color: black;
}

li.unstyled {
  list-style: none;
}

@media all and (min-width: 600px) {
  .nav-container {
    width: 200px;
  }
}
.nav-container {
  width: 200px;
}

.content-container {
  padding-left: 0;
  padding-right: 0;
}

/* Bootstrap components */
.well {
  background-image: none;
  box-shadow: none;
}

.well.blank {
  background: none;
}

.well.white {
  background: white;
}

.btn-primary, .daterangepicker > .ranges > .range_inputs > .applyBtn, .btn-default, .btn-success {
  background-image: none;
  border: none;
  text-shadow: none;
}

.alert {
  background-image: none;
}

.btn-default {
  color: white;
  background-color: #646565;
}

.btn-default:hover {
  color: white;
  background-color: #444545;
}

#main-top {
  /*max-width: 1280px;*/
}

h1.login-title {
  margin: 1em 0;
}

.login-container h2 {
  padding: 0;
}

/* Navigation */
.nav-separator {
  text-transform: uppercase;
  padding-top: 1em;
  color: #ff0000;
  font-weight: bold;
}

.nav-container {
  background-color: #f2f2f2;
  padding-left: 0;
  padding-right: 0;
}
.nav-container .tt-dropdown-menu {
  left: 0.8em !important;
}

.nav-container li {
  text-align: left;
}

.nav-container li span.menu-item {
  display: block !important;
  padding: 0.4em 1em;
}

.nav-container li input {
  margin: 0 0 0.4em 0.8em;
}

.nav-container > div {
  padding-left: 0;
  padding-right: 0;
}

.nav-container li.active {
  background-color: transparent;
}

.nav-container li a, .nav-container li a:hover {
  background: none;
  color: #5c5c5c;
  padding: 0;
}

.nav-container li.active span {
  border-left: 0.3em solid #E10600;
  background-color: #e0e0e0;
}

.nav-container li.active span {
  padding-left: 0.7em;
}

.nav-container li img {
  display: none;
}

.nav-header {
  text-align: center;
  margin-bottom: 1em;
  max-height: 78px;
  height: 78px;
}

.nav-header img.logo {
  width: auto;
  max-width: 100%;
  margin: 10px auto;
  max-height: 57px;
}

.nav-header img.mobilelogo {
  width: auto;
  max-width: 100%;
  margin: 1em auto;
  max-height: 80px;
}

nav.sub-navbar {
  clear: both;
  background-image: none;
  box-shadow: none;
}

nav.sub-navbar li, nav.sub-navbar .navbar-nav li.active > a {
  background-image: none;
  box-shadow: none;
}

.sub-navbar.navbar-default li > a {
  color: black;
  font-weight: bold;
}

.sub-navbar li > a:hover {
  background: none;
}

.topmenu ul li > a {
  padding-top: 0;
  padding-bottom: 0;
  background: none !important;
  color: black !important;
  font-weight: 400;
}

.topmenu > ul li > form {
  height: 1.5em;
  margin: 1.6em auto;
  padding-top: 0;
  padding-bottom: 0;
}

.topmenu > ul li.active {
  border-bottom: 2px solid #ff0000;
  background: none;
}

/* Dashboard */
.dashboard-container {
  padding: 2em 1em;
}

/* Metadata */
.metadata.well {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/* Typeahead */
/* search icon*/
.search-tt__icon {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: #0070c9;
}
.search-tt__icon--hidden {
  visibility: hidden;
}

.search-training-tt input::-ms-clear,
.search-learner-tt input::-ms-clear {
  display: none;
}

.table-striped tr {
  background: white;
}

#training-recommendation-list thead th + th {
  text-align: center;
}
#training-recommendation-list .name-cell {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

#filterForm .input-group, #learner-autocomplete-form .input-group {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* Import */
.import-report {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2em 0;
}

.import-report li {
  height: 11em;
  width: 11em;
  margin: 0 2em 0 2em;
  display: inline-block;
  border: 1px solid #8abced;
  border-radius: 50%;
  background: #ffffff;
}

.import-report li span.value {
  padding-top: 10%;
  display: block;
  color: #000000;
  font-size: 4.2em;
}

.import-report li span.unit {
  display: block;
  color: #ff0000;
  font-size: 1.2em;
  line-height: 1em;
}
.import-report li span.unit .glyphicon-info-sign {
  color: #dddddd !important;
}

.import-report-container p {
  text-align: center;
}

.import-ignored-delete-info ul {
  max-height: 70vh;
  overflow: auto;
}

.tooltip-hover {
  text-decoration: none !important;
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  color: #dddddd !important;
  font-size: 1.1em;
}

.tooltip-hover.tooltip-inline {
  position: relative;
  margin-left: 5px;
}

.popover {
  width: 13em;
}

.popover.popover-lg {
  width: 200%;
  max-width: none;
}

.form-config .input-group {
  margin-bottom: 0.5em;
}

#action-notification .modal-content {
  background: #f8f8f8;
}

.-ratio-free .modal-lg {
  width: auto;
  text-align: center;
}

.-ratio-free .modal-content {
  min-width: 900px;
  margin: auto;
  display: inline-block;
}

.chart-container dl {
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 0;
}

.powered-by {
  margin-top: 2em;
  padding-bottom: 1em;
  clear: both;
}

.users-table .avatar, .users-table img, .ranking-top-item .avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.users-table .avatar.first, .users-table img.first, .ranking-top-item .avatar.first {
  height: 130px;
  width: 130px;
}
.users-table .avatar.second, .users-table img.second, .ranking-top-item .avatar.second {
  margin-right: 15px;
  height: 100px;
  width: 100px;
}
.users-table .avatar.third, .users-table img.third, .ranking-top-item .avatar.third {
  margin-left: 30px;
  height: 70px;
  width: 70px;
}
.users-table .avatar.other, .users-table img.other, .ranking-top-item .avatar.other {
  height: 70px;
  width: 70px;
}

.ranking-top10 {
  margin-bottom: 20px;
}
.ranking-top10 .other-item {
  width: 14%;
}

.outsiders-container {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.outsiders-container .other-item {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.outsiders-container .other-item .points {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.ranking-top-item.first .avatar {
  height: 130px;
  width: 130px;
}
.ranking-top-item.second {
  padding-top: 40px;
}
.ranking-top-item.second .avatar {
  height: 100px;
  width: 100px;
}
.ranking-top-item.third {
  padding-top: 70px;
}
.ranking-top-item.third .avatar {
  height: 70px;
  width: 70px;
}
.ranking-top-item.third, .ranking-top-item.other {
  padding-top: 70px;
}
.ranking-top-item.third .avatar, .ranking-top-item.other .avatar {
  height: 70px;
  width: 70px;
}
.ranking-top-item .rank {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}
.ranking-top-item.margin {
  padding: 10px;
}
.ranking-top-item .learner-name {
  padding-top: 20px;
  font-size: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ranking-top-item .learner-name .points {
  font-weight: bold;
}

.public-ranking {
  font-size: 1.5em;
}

.users-table td.thin {
  width: 40px;
}

.pointer {
  cursor: pointer;
}

.mt {
  margin-top: 20px;
}
.mt0 {
  margin-top: 0;
}

.mb {
  margin-bottom: 20px;
}
.mb0 {
  margin-top: 0;
}

.mh {
  margin-left: 20px;
  margin-right: 20px;
}
.mh0 {
  margin-left: 0;
  margin-right: 0;
}

.filters-list .input-group {
  margin-bottom: 10px;
}

.learners-count {
  margin: 10px 0;
}

.text-gold {
  color: #f0ad4e;
}

.btn-certification-enabled, .btn-option-enabled {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-certification-enabled:hover, .btn-option-enabled:hover {
  color: #fff;
}

.btn-certification-disabled, .btn-option-disabled {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #eea236;
}
.btn-certification-disabled:hover, .btn-option-disabled:hover {
  color: #f0ad4e;
}

.datepicker {
  cursor: pointer;
  z-index: 1200 !important;
}

.live-code {
  font-family: Roboto, sans-serif;
  font-size: 1.7em;
  cursor: pointer;
  color: #E10600;
  padding: 1em 0;
}
.live-code.activity {
  color: #65B505;
}

.export-learner-modal p {
  padding: 0 10px;
  text-align: center;
}
.export-learner-modal .formaction-export {
  margin: 10px 0;
  display: block;
  width: 100%;
}
.export-learner-modal .formaction-export:last-child {
  margin: 10px 0 0 0;
}

.coaching-list li.type-coaching > .well {
  border-left: 3px solid #00B7BD;
}
.coaching-list li.type-support > .well {
  border-left: 3px solid #85BB23;
}
.coaching-list li.type-exercise > .well {
  border-left: 3px solid #393939;
}

/** input radio button group **/
.input-group-radio {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.input-group-radio .radio-btn {
  margin-left: -1px;
}

.radio-btn label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.radio-btn:hover label {
  background-color: rgb(230, 230, 230);
  border-color: rgb(173, 173, 173);
  color: rgb(51, 51, 51);
}

.input-group-lg .radio-btn label {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.input-group-radio input[type=radio]:empty {
  display: none;
}

.input-group-radio input[type=radio]:checked ~ label {
  border-color: rgb(173, 173, 173);
  background-image: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  outline: 0 none;
}

.input-group > .input-group-radio:first-child:not(:last-child) label {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .input-group-radio:last-child:not(:first-child) label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .input-group-radio:not(:first-child):not(:last-child) label {
  border-radius: 0;
}

.input-group-radio .radio-btn-default input[type=radio]:checked ~ label {
  background-color: rgb(230, 230, 230);
  color: rgb(51, 51, 51);
}

@keyframes anim-force-ie-loadingoverlay {
  from {
    transform: rotate(0);
  }
  from {
    transform: rotate(-1turn);
  }
}
.daterangepicker .calendar {
  max-width: initial;
}

.dropzone {
  border: dashed 2px #888888;
  background-color: #f0f0f0;
  padding: 20px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease-in-out;
}
.dropzone.dz-drag-hover {
  opacity: 0.3;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable.dz-started {
  cursor: default;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-message {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.dropzone .dz-message span {
  font-style: italic;
  padding: 10px;
}
.dropzone .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #888888;
  padding: 6px;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.dropzone .dz-preview .dz-details {
  display: flex;
  flex-direction: column;
  height: 100px;
  background: #ebebeb;
  padding: 5px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  flex: 1;
}
.dropzone .dz-preview .dz-details .dz-size {
  height: 28px;
}
.dropzone .dz-preview .dz-details [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-progress {
  height: 6px;
  background: #D1D1D1;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  background-color: #B4E444;
  transition: width 0.3s ease-in-out;
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  display: none;
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}

.dropzone .dz-preview:hover .dz-details img {
  display: none;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}

.dropzone .dz-preview .dz-success-mark {
  color: #B4E444;
}

.dropzone .dz-preview .dz-error-mark {
  color: #E10600;
}

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #A40404;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}

.dropzone .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
}

.dropzone .dz-preview.dz-error .dz-progress .dz-upload {
  background: #E10600;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  background-repeat: no-repeat;
}

.dropzone .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span {
  display: none;
}

.dropzone .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}

.dropzone .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}

.dropzone .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.dropzone .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
}

.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: linear-gradient(to bottom, #fafafa, #eee);
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 26px;
}

.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666;
}

.dropzone.drop-media {
  height: 220px;
  overflow: auto;
}

.dropzone.hover, .dropzone.not-empty {
  opacity: 1;
  padding: 10px;
  min-height: 10em;
  height: auto;
  background: none;
}

.dropzone.drop-excel .dz-preview {
  width: 90%;
}
.dropzone.drop-excel .dz-preview .dz-details {
  width: 100%;
  height: auto;
}
.dropzone.drop-excel .dz-preview .dz-details img {
  display: none;
}
.dropzone.drop-excel .dz-preview :hover .dz-details img {
  display: none;
}
.dropzone.drop-excel .dz-preview .dz-progress {
  top: 30px;
}

form.changed img.cover-thumbnail {
  display: none;
}

.dropzone img.img-thumbnail {
  cursor: pointer;
}

.dropzone .dz-preview .dz-error-message {
  left: 0;
  right: 0;
  top: 0;
  min-width: 0;
  background: rgb(245, 245, 245);
}

.dropzone .dz-media-preview {
  position: relative;
  border: 1px solid #888888;
  padding: 5px;
  width: 98%;
  background: white;
  margin: 5px;
  display: block;
}
.dropzone .dz-media-preview .dz-size {
  font-size: 0.8em;
}
.dropzone .dz-media-preview .dz-remove {
  margin-top: 0px;
  cursor: pointer !important;
}
.dropzone .dz-media-preview .dz-error-message {
  color: #E10600;
}

.dropzone .dz-preview.dz-media-preview .dz-details {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  background: none;
}
.dropzone .dz-preview.dz-media-preview .dz-filename {
  overflow: visible;
  height: auto;
}
.dropzone .dz-preview.dz-media-preview .dz-filename .fa.pull-left {
  float: left;
  margin-right: 0.3em;
  font-size: 2.5em;
}
.dropzone .dz-preview.dz-media-preview .dz-size {
  position: static;
  line-height: initial;
  height: 14px;
}
.dropzone .dz-preview.dz-media-preview .dz-error-message {
  position: static;
  padding: 0;
  opacity: 1;
  background: none;
}

/* roboto-100 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/Roboto/roboto-v18-latin-100.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto/roboto-v18-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto/roboto-v18-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto/roboto-v18-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto/roboto-v18-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/Roboto/roboto-v18-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind/hind-regular-webfont.eot");
  src: url("../fonts/Hind/hind-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Hind/hind-regular-webfont.woff") format("woff"), url("../fonts/Hind/hind-regular-webfont.ttf") format("truetype"), url("../fonts/Hind/hind-regular-webfont.svg#hindregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.typeahead,
.tt-query,
.tt-hint {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

.twitter-typeahead {
  display: block !important;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 1px solid #ccc;
}

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
}

.tt-menu {
  min-width: 170px;
  margin: 0 0 0.4em 0.8em;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-dataset {
  display: flex;
  flex-direction: column;
}

.tt-suggestion {
  padding: 4px 10px;
  cursor: pointer;
}

.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
  cursor: pointer;
  background: #0088cc;
  color: white;
}

.tt-suggestion p {
  margin: 0;
}

.isloading-wrapper.isloading-right {
  margin-left: 10px;
}

.isloading-overlay {
  position: relative;
  text-align: center;
}

.isloading-overlay .isloading-wrapper {
  background: #FFFFFF;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  top: 10%;
  z-index: 9000;
}

.icon-spin {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
/* 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 {
  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;
}

.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;
  display: inline;
}

.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 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-wholerow {
  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-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;
  -webkit-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: 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("data:image/png;base64,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");
}

.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("data:image/gif;base64,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") center center no-repeat;
}

.jstree-default .jstree-file {
  background: url("data:image/png;base64,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") -100px -68px no-repeat;
}

.jstree-default .jstree-folder {
  background: url("data:image/png;base64,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") -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("data:image/png;base64,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");
  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-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("data:image/png;base64,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");
}

.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("data:image/gif;base64,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") center center no-repeat;
}

.jstree-default-small .jstree-file {
  background: url("data:image/png;base64,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") -103px -71px no-repeat;
}

.jstree-default-small .jstree-folder {
  background: url("data:image/png;base64,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") -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("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAABgCAYAAABsS6soAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAF09JREFUeNrsnXt4U/X9x79pAwWmyByUAYoTStWNm1xa4Cc4cXPi/O3B328VSUBRQATZYP64OGGA7FEsMJh4K6Tg2p6U3ugNaKFgQSkVkHuSVqRtmtLmtE3SJC1J2pwk798fudhCcdOdtF37+TzP6zlNwvN8c77JefE+3+/5njAA7PtC5a377x8Gap+KqvO+fz/EX21cRgKkoqL6Ty0SICUwSoBUlABJgFRUVJQASYCUwCgBUlECJAFSUVFRAiQBUgKjBEhFCZAESEVFRQmQBEgJ7D+w/aSkJEl7f3eF6mrvJ1hVfn4/2uPiyV0Bzh5ch/pv9i6jBEhFJULF7Y4Dx3EepVLpUXLJbqVSKXDJShenTHYrlckejuPAKZUepVIJjuPAcRzidsdB5Pb9eDiOc/vej9v3HgSlUulOVnIeZfDb/5cQs/3W8nM3m74buwZuuwb5CUs6RBSdIkDCixj/A1H7/xyO41Ch1cJitcBsMcNsbkCDuQENDWZYLA2wWK2wWs2wNFphtVrB8zw4joOY7VsbrbDb7LCYzTBbGmBsMMJoNsDQYIDJYoDZ3ACL1QKbzQ5ro1W09hljgfZdgvCdfFFahISv30Pa+TRwHBc0ATobdHA26OBuNt0xAZ49uC7oEuy0BEgQHQnHcW5DvREWqxVGowlGkwlmqwVWq8UrpiY77DYvLsEJu80eBAFacEF3Cplle3Ch+nNc4k/jSnUx1PovcUlfhMs3TuPSjSJc1J0KmgCNRtNt+MWc+lUS4q+vR4njOHL5D7A6bk1wBOhLeM4GHW5LhL7XOjIFdooAxfxyiUFkZCR6UgLz939XSYDB7P+kpCSJkuPc+poaGIxG8DwPnudhMPhEaG6A1WqFtdEakIGYAgLAUvaneYwGI+JL1uNQw1Ycafg7LtjScdmWjUs3s3Dh5gGcsHyCq825yLq+B4Z6E1L2p4kqwKOqz/D2yZU4eDkDPM+3EaDyzKfYVfIGcut2IFG7GSnarXi/ZAX6rxzylJiyuXhyVxvBBQR4i/gcpmI4TMXdNwFyHIeU/anoKvLrLAF2YiLqUf2v5JTumppq8HoeOp0OVVVV0Ot5GAz1MBqNMJpMMJlMsPgFaBVbgKme+noDdpxfjj3VryKxbiVyLe8i37IN+dZtyDNvxSFzLHKMW/D+uT+hzmAQ7fNhjLG3P34H68/NQYblTbxV9CL+UcAFBJj2lRLbLi1HfNUKxGoWYMvVl/Ge6hXIUp4GWxA+JhgCdJiK4bZrcPHkrjYC9IuvowTYqQnQaDShs5NgZGQkYubI0RMTYE/qf6WSc1XXVKNSVwmtthKVlTroqm5Ar9ejrrYWBoMRRqMJJl8isjSaRe2b1P2pnjqDAWsK5dhcOhsfVr2E3dWLoKhZAoV+CfbUvIb4mj/gryWzsfozGerr6pGyP9UjRtvShYOjXsh/FGtVv8SKi1Ow+ZtnsOzELHx6lEPKuSS8UfQ7vHZhPOSnRuGlL8ZjcVE0fpc0He98HCu6fFoL0GEqxq2J0C/GHpEAXYIAo9GEuN1x6MyDrzMF2JkJsCf1v1KpdFdX16BSW4kKrRblFVpotZXQVemgr64Bz/OoNxi8p4RWazASIOrqDfi/YzKsUz2NdSVPY2PJLGwonYW/lPwGa1UzsfTcRPxv4c+wIHsW6urFEyCbP3Tq9IThmH1iEJ49fi9mFoTiuaKBkOU+jleOPolZhXdjcg7D5CyGSZkMUbsfQHHpV0GZBDl7cF0bwfkft5f+HKZiJGyP6b4J0D/zxPM8Nm2ORWcdfF0hAf7Q7b8rwFv7v6Pav1P/B6t9pZLz6PV6aLWV0JRooCm5hrLyClRotajU6VCp00HP61Fb6x0bs1jM4DjOI6YA6w0GrDwWg9mFQ/Hi6dFYUDwaL53+BeYXP4TZJ4bi8YM/wrSsfpiX9RTqDfWingK/+f5GTNgzGNHZDFFZXtnNONQL03JCMDGDYWIaw4Q0hskfjURxybnAGGgwBOgwFaOprKBdATaVFbQh2ALskQnQP+Z0K5QAu2//cxzn0fM8KrRaqNQaqFVqaDRfo7ysHOUVFd7TYp0OvJ4PTAyIngCNRszLfBJTMsMQndkb07L7YlpWH0zL7IOoA6GYdCAUUZm9IDvwJAxGo6gC5DgOmWfy8PMPf4JHUxjGJTOMVTKM5RjGJDGMTmIYs/M+fHapqM3+B0N+daX7YL6Sh6ayArROhH7p1ZXuC9CtE2BXGIPqwZeF9Kj+5zgOel4PlVoNlcqLWq2BRqVGScnXqCj3SlBbqQPP87A2WkQXoNFogjwxxj1SwRChkCBiL8NDeyUYFc8wUsEwMp4hIj4Ecw/MhNFoEl2A1kYrducmYOT2gXh4H8OoPT4UDI9s/RmOnz8JrbbSt//iCVDKWF/GGMtPWBIQYGv8EvQ/rjzztwDdOgF2lVnInirAntT/HMeB5/mA/FqjVqmh1qih9Y0LarWVQROgLCHGHaFgGKUIRYRCgpGKUIxShCBCEQK/GGUJMe5gCVClUuPD7L14YMsgjPxYihEfSTHqnQeQfSovsO/e/RdRgP1CwqX9QsLzE5agqaygjeDqSvchP2FJpwmQrgPswQLsafvbWoBq31aj0kClLoFGpYFGrYZKpWkjALFXgiiPKiFLiHHLEmPc8xJi3LLE593yRO9WlhDjliXEuHOKDol6IbZfgHabPbD/3PF0TNwxBlN2RONw8bE28uN5PtC+aAKUSp/IT1gSSHz+FR+VZ/4WEGBr8XX7BEgQnXHK71/tYbtph/2mDTdt3q3NZoNLcMIlCBAEISgrQfynlu2txrh1ZYaYS/H8AvTLjed56PV6HD53HIWXTwWea41WWynqKfCtAmxNZwqQ1gITPQL/zQBS9qe2h+fW5/w3AxC7/e94D23aDmb73+dmCGLduMQ3DhiZsD0G7UEJkCCILklH1J3ESHeDIQii2wuwM+9HSQIkCKLH3ruTBEgQBCVAEiBBEJQASYAEQVACJAESBAmQEiAJkCBIgJQASYAEQQKkBEgCFP2egNQ+QQKkBEgQBAmQEiAlQGqfIAFSAiQIggRICZASILVPkAApARIEQQKkBEgJkNonSICUAAmCIAFSAqQESO13fbTpr0m06a9JbmQuldzIXCrxPyYBUgIkCNGp2LsQPwQx29elL/2WA8vcuozlLl3GcmeVF0F34HWPLn2Zx/9vgtr+v4C//Y6oVWvWIWV/KjZtjsW8hSuxaXMsNm2ORcwcOf0mCCVAal8MATSVFUNorLsd6+3POfQaUQWkS18KobEO7mYjnCYtWm7WwNlYg2ZrFZobb8DZxEOw10Gw1sLtMEForIMufSnESnD+9l2C8J2cKy1E0tfvIvMiB1360g6Lf3G74wLiU6nUiJkjR8wcOeYtXEm/CUIQYgjQ2VAJZ4OuDV4pmdrgEgS4m01BEGAtLuhOIadsDy5Vf46r+tNQ8V9CzRfjqv40Lt84hQtVp3BBdwpCY21QBHjr/rfug9SvkhB/fT1KHMeRy3+A+PjZostn3sKVaA+/8FoLsPXrPSIBdvRv1UZGRoIS4Lftd1b/d1AC9DhqVHA26ODgNXDoNWjWl6CloRJOc3syNIotQE9LgxYK9TocaohFvmUnLtgzcMmWg8v2XFx25KDAugslzsM4cP0jOBsqRRdgoSYf244tx8nCD+HQa9pIUHnmU+wqeQO5dTuQqN2MFO1WvF+yAv1XDnlKbAG2Vy5BgNFowqbNscjKuoGYOXIACHoK7DIJ0P9zgB19AHYVCXY23bn/tYpFkop9i9yOGhUc+hI4atRe9Bo4ajVoMWm9IjDfaCVBkQWYsdTjMFVg57k/YnfNEiTW/RG5lneQb92GfOs25Fm3Ic+6FQctsdh6dpnoAsyOn4P15+Ygw/Im3ip6EV9+vjsgv+LCPdh2aTniq1YgVrMAW66+jPdUr2BRyhNgC8LHBEOAIVHZtwGgwwXYJRKg/0erO+MAjJkj73QJdnYC7O797xXgYqe96jIcejVsFWdhr1HBUaOBg9egubYUTlOF9xTZrPONC9aKLMBlbrvxOv5cKMfbpbPxUfV8xOkXQaFfAgW/BAp+KdKM6/B26W+xouD3cJrEE6B04eAo+ZFxWKv6JVZcnILN3zyDZSdmofhkHIo+2403in6H1y6Mh/zUKLz0xXgsLopGTFI08uPnBuUUuCsJsNMTYNzuOBiN3nGXzjoAu4IEO4ue0P9axaIQ7aevNtt0F2GruYqb5Wdws+JL2G9cgaP6Khx6NZprS+DgS9Fi1MHZUBUcARquYe1nMvxZ9Rv8pfQpbPz6aWz4ehY2lP4Gb2l+jSXnJuDZwkGQH5gJp0knXgKcP3TqzMRhmH1iEJ49fi9mFoTiuaKBkOU+jleOPolZhXdjcg7D5CyGSZkM0+KG4qtrp4IyCUIJsBWbNseC5/nADFRnHoBiHIT+/01+6FasJPmvbsXu/+/bvtj9/x0CDK34dEmzvfI8bpZ/CWvpMTRd/wxN5adh056FvdqbDB36EjhqS7zjgV4BesS65q8qfZnbXn8Nq469gP8pvB8LikfjlTNj8PKZ0Xjpy1/gvwvDEZ3dG5OyQiE78CScDTpRT4GVH/8ek+MGITqbISrLK7sZh3phWk4IJmYwTExjmJDGMPWj4big+gzuZlOPEGCPT4DtQQmwe/W/VrEopOLTxc32yotoKiuCVXUEFvVRNF07hqayL2CrPANH9WXYq9Vw8Bo4TZUQrLxoAvROgixz243lmJ/zNKIz+yAqqw+mZPZBdFZfRGX2xqQDoZiUGYJJmaGYmyG+AHXpS3HwXBbGfjgAj6YwjEtmGKtkGMsxjEliGJ3EMPHvQ3DmckFgQogSYDcfAyR6Rv9rFYtCKvYtbrHfuISm68dhvpoP85V8WFR5aLx+DE3Xj+NmeTGays94J0b0GgiNtajYu0jUSZBmoxbzEud4RilCEKFgiFAwjIz/djtS4WVuxsygCFBorEP20R14aPsAPLyPYdQeHwqGcdvux9nzua32P7gCvFOtWrOOZoGJnjEL3IEClGj3LnLba1Q++R2G+cphNFzJg/lKHsyqPDR9cwyNZafRVFYcEIDY1wG2NFRCnvi8O0IRggiFBBGKEETE+7aKbwUoS4hxB0uA5it5SMl8DxFbfoyRH0sx4iMpfvHufTh5MhFNZcVt9j9YF0Lf6VrAeQtXBgQYGRnZ5jm6DpDokCTYfS+EXuRx6DUwX8lHxfkUVJxPRfnFVJjV+TBfPQKz6ohPjnmBFSPBWAmiPKqELOF5tzwxxi1LjHHLEmLc8oQYtyzhebcswfs4p+hQYAxOTAG6m01oKitAU1kBco/GIWrHz/H4jgk4XZQcSH5+gjUGyBhjWm0lbqW1/LKybmDjxiOImSOHf4iGVoIQhAgrQdwOE9wOA9zNRu/WbvBuHQa4nAJcgjNoK0Fuvfj4TviX4oktQH+6c+g1sNeocfL8QZy9UnCb/Bx6DZrKijt0KVzMHDk2bjyCjRuPYNWadYG/Y+bIkbI/tWckQIII9s0Q2l/4v6zdGwF0lZsR9ISbIeQUHbrtVNg//he3O44SIEEQdDssSoAEQZAAKQESBEECpARIEAQJkBIgQRAkQEqABEGQACkBEgRBAqQESBAECZASIEEQJEBKgARBUAKkBEgQBCVAEiBBEJQASYAEQVACJAESBEEJkARIECRASoAkQIIgAVICJAESBAmQEuB/hABvrb8xdu+dOmMjY33E7ByCIAFSAuwyH2D+iBErdJs2Vef99Kfzbu2ML4YNm2/askVzYsCAZ4MpQCljfVvTkX0h7RcSvmHDhk3tMWXKFBkd8AQlQJEF+H3q3j/dF7Xz6srLE7dPXCTaG/RVdt++f6xdvRrIyEDDhx8688LD5f7XCocMkduTk52oqIA9Pb3pmE+CQZFfv5BwxlgkYyxS2i8kvCMl6JPcbWW32cHzPDZs2LCJDnqCEmAnCLDf8kHjFNffMpQ4jiOX/wAPbo6YJ5YA0xhbrg4NBT9gAMy//jVc27bB/P77zvzw8LkF4eFzbR984ERuLpCdDZw9C0dq6s0Tgwc/GwwBMsYijUYTjEYTpFLpE4yxyI6SYHsCdAkCjEYTVCo1AJAECUqAwRDgvase/NWLOc9khb0cPuK25LdiWPROzYra3LodSNRuRop2K94vWYH+K4c8JcYHuJ+xTy4yhhuMQc8YzAMHQli4ELbt2+F4911g507ggw+AvXuB1FTgyBGce+ihLcE4BZVKpU8YjSYojyo7XILtCdADwNpohVqlhrXRCpcgkAQJSoBiCrDPq0Onrj0725JheROrPp+rYfKBQ/xv4kdLh43deun1uviqFYjVLMCWqy/jPdUreC7tsXK2IHyMCB+gJI2x4cmMZVxlDDxjqGcMFsbgfOwxeNasgWftWmD9eiA2Fu5PPsFX48ZlpDE2PJgCfOoPT3a4BO90CuxyCrA2WqFSq6FSeZFKpU+QAAhKgP+mAKULB0fFHB3dtFb1S6y4OAWbv3kGrxbM0rAXfjL0ntceeHRl0W/rXrswHvJTo/DSF+OxuCga0+IjNUw2aLyIY4CSNMaGpzCWrmLMU8sYjIzByhiaH34YrsWLgddfR8vatZ4vR49OT2NsOGNMEmwB3irBYI8J+gTouS0FegBBcMLSaIXRaIK10QqaFCEoAYqRAOcPnRqVOMg0+8QgPHv8XswsCMVzRQMhOzij7OWjT9TOKrwbk3MYJmcxTMpkGLGr93UmHzJB7EkQxhhLZmzoIan0arVEAp4xmHwSdIwYAbz6KtSzZl1OZmxosGaB2xNgawkGOwVOnTpV3p4A0epJlyDA5RRIgAQlQNHGAOcP/dXPdoXWRGczRGV5ZTfjUC9MywnBxAyGiWkME9IY7tsepmEvDBsr6htsLcBeveZ9ddddTRWMoYox+JOghTE0P/IIjEuWNLa+RKb7CXCaDG6PC/+sPCABEpQARZ0Flg/77f07pXWPpjCMS2YYq2QYyzGMSWIYncQw5L1e3zDZ8ImiG9pXSsbkJ3r3btEwhlLGUO6bFKllDAbG0MAYHBMmoH7hwpaDQ4bIO0qAHXkKPH3GdLnH7RH8ic+P94+2wZAESFACFPsyGPmQpwa9K619eB/DqD0+FAz3vh1WymRDxwflDTLGkkNC5h6WSIQzjOE8Y7jKGK4xhmu9e+O6RAK9b3LEEBaGm+PHg587Vzg8ePCc7jYJMmPGDLnb7XbCDbhdLrgFwYvLBZfggksQAhmQBEhQAgzGdYDzhz7747d71Y78WIoRH0lxz/qwa2zufVFBMzRjTBkW9te8gQPxRUgIihnDRcZwPiwMB/r2PZjC2KErjKHalwjr+/cHHx2N/GHDNgVTgB0tv+joaMn06dPlzpaWFpcgQBCccDq9uJwCXE6nd/xPEOChBEhQAgzihdCyob96ZOtI06h3RpbdKfmJKEBJGmPDEsPC/nF44EAUhYbiZEgIUqTS9DTGHkxj7EElY+kXfOOCX991F3LvuecfaYwN624XQk+fPl1ua7I57TY77HYftttxCQIlQIISYBBXgkiYbMh/tZ7tDWYCZIxJ9jN2f1JYWELmgAFQMnbAd6mLf6XI8CTGDpxgDJkSScJ+xu4PymUwnbwU7rHHHpNZrBZXY1Mj2nCzEdbGRlibrLA2WmG32SkBEpQAu9nNECS+tPdiGmMRjDHJLa9F+F570P9ad7sZwtSpU2VOZ4u7ubkFDocDdpsNDrsDzY5mCC1OCIITLsFJkyAEJcBuejssSSv+6Wvd7csslUqfWLVmnXv12vXu1WvXu9a8+RfXmrXrXavXrnevWrPes3rNOs+qNeuwas06WglCUAIMlgC7+k511y+C/xS8b//e4dJ+IeF9+vce3Kd/2OA+d/ce3Kd/78HSfiHhAbzjlVRUlABJgKBvCxUVJUASIBUVFSXALi1AKioqqh6bAKmoqKgoAVJRUVFRAqSioqLqIgmQIAiiO/D/AwDuKUn4ex3n/gAAAABJRU5ErkJggg==");
  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-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("data:image/png;base64,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");
}

.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("data:image/gif;base64,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") center center no-repeat;
}

.jstree-default-large .jstree-file {
  background: url("data:image/png;base64,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") -96px -64px no-repeat;
}

.jstree-default-large .jstree-folder {
  background: url("data:image/png;base64,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") -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("data:image/png;base64,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");
  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-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("data:image/png;base64,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");
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("data:image/png;base64,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");
    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("data:image/png;base64,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");
  }
  .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;
  }
  .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 {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !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 0px !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("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAAHgCAYAAACb9OC9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAADNJJREFUeNrs3T1uI8kZgOHqMbGwHPgGhsYXYNI8w9zBIU/GzLHjPQOZ8ADGjGMnC8MQvMG0E3FWK0gUf6qq66t+HkCw1hg1ye56VdVkkxqmaUo5DMOQoDfjOE77/b7Zwf3JIYK4BAwCBgQMCBgEDAgYEDAgYBAwIGBAwCBgQMCEcTweH4/H46M9EdvKLlhmvNvt9uvz95/X6/U3e8UMTLB4U0ppu91+NRMLmIDxiljABI9XxAImeLwiFjDB4xWxgAker4gF/K5xHKdxHKdeb6+XeEUs4Ddjeuv7Xm6vt3hFLOB0LqCSUdW+vV7jRcBnwykRVe3b6z3e3W7nKq2lBnxJMDmjqn174qXbgK8JJUdUtW9PvHQb8C2B3BNV7dsTL90GHCnEHiIWL59aiDfC0lu8LOYcuHRUS75AQ7wUCfhwOAw1Is4Zb877LF7Cz8ClIxaveCm8hC4VsXjFS6Vz4NwRi1e8VAy41VDEK14BBw1GvOIVcNBwIsYLTQQ8d0CR412v1992u93nXNvz/l4Bhwqph5lXxDQRcO2gelo2i5gmAq4VVo/nvCKmiYBLB9bzE1YipomAS4W2hGebRUwTAecObkkvFYmYJgLOFd4SX+cVMU0EfG+AS75IQ8Q084b+W0J0hZWIBdyQa4IUr4hp8CN1LglTvCKm0YA/ClS8IqbxgN8LVbz1I0bAWSIWb/2IvX9YwFkiFm/9iMUrYIJGLF4BEzRi8QqYoBGLV8AEjVi8AiZoxOINbJqmLF/EcTweH08fmO9CjfPGcZxyNVLia+UQLXMmPh6Pn0/f2yNxCXjBEdsLzoEBAQMCBgEDAgYEDAgYBAwIGBAwIGAQMCBgQMAgYEDAgIABAYOAAQEDAgYBAwIGBAwIGAQMCBgQMCBgEDAgYCBuwMfj8dFfiYfbrOaOd7vdfn3+/rM/Og1BAn4Zb0opbbfbryI+bxzH6ZafOxwOg71nCV0s3lcRW05njPfen0XAF8Ur4rIBiljAxeMVMVxnmKY8v5iHYcgS70u73W4R58RRZ8clnFuP4zjt9/tmH2eVGfiWeJcwEx+Px8fIS9txHCcrpc4DvjVey2mYOeB74xUxnLeKckd7fJ34+bEMwR+Dinqdgdfr9bfdbvc5c8RmYqh1DixiCBywiKGcaq8Dp5TvSa2T6K8T594fc+j9tXqvA5uJoY+ARQzBAxYxBA9YxBA8YBFD8IBFDMEDFjEED1jEEDxgEUPwgIHAAbvUEoIGLF4IGrB4IWjA4oWgAYsXggYsXggasHghaMDihaABixeCBixeCBqweCFowOKFoAGLFzo5BxYvBAs41/t7xQszzcD3RixemHkJfWvE4oVGzoGvjVi80FDA10QsXmgw4EsiFi80HPC5iMULV5qmKcvXLY7H4+M4jtM4jpOPf6VF4zhOuRop8bWac+es1+tvx+Px8+l7wwWus5r7DggXgp0DAwIGAdsFIGBAwICAQcCAgAEBAwIGAQMCBgQMAgYEDAgYEDAIGBAwIGBAwCBgQMCAgEHAgIABAQMCBgEDAgYEDAgYBAzMZTXXDY/jOOXc3uFwGJZ04Ow/qgece9C93nbvg7D0/hOzgKsPvGsHXcTQa+y/t25PyM6Bm4t3jiAixdvKbdNAwC3GG2lwtnAfRbzQgFuON8LgbOm+iXhhAUeIt+XB6T4xW8CR4jXbiTi66q8D13pm85rBFunZ1tL3VaQLnoE/OvjibX//fXQbAl/AObB44+6/aPtFwB3pNV4oHvDcS6vo8bq4hMXOwGZeBNxQjNcEKV4E3OBMekmY4kXADS+DzwUqXmgk4GtDFS80EvC1S2Xxwm9WUe7otS9diBczcAUlQhMvAg4asXgRcNCIc7/NEARcKWLxIuCgEYsXAQeNWLwIOGjE4kXADTsXqHghwNsJ3wpVvBAk4NfBihd+E+ZSShdoQNAZGCgcsE94tP8wAwMtBlzzSaUen8Cy/ygecAuf6t/KX4ew/6ih+rPQfrvbfzS8hI48w7mP8fefgDs90J7lFa+Agx7wiIPP/mPWgFs58JEHn/3HrAHPPQB6GHz2H+esag6EWs+g9jbw7D9mDfitgZF7MC5h0Nl/zBqwAWP/EewcGBAwIGAQMCBgQMAgYEDAgIABAYOAAQEDAgYEDAIGBAwIGAQMCBgQMCBgEDAgYEDAgIBBwICAAQGDgAEBAwIGBAwCBgQMCBiWbjXXDY/jOOXc3uFwGBxOBBwo2ve2LWYEHCTcc7cnZJwDB4u3lduG8AG3EJCIEXDwcESMgIMHI2IEHDwUEdOb6q8Dl35mWKSYgQvFU+NlnY9uQ+AIuMGZd67bgkUtoUvNhKLFDFwpyBLL2LlvH7peQgMCBgQMAgYEDAgYBAwIGBAwIGAQMNCelV3Qt5av+/YGFAEjEktoQMCAgAEBg4ABAQNtB3zNyxUlXtqY+/ZhDrO9DiwiCLSErnlFkE+dRMAFZtUaYbXw1yGg2yW02REaXkK3PMOZfRFw0FDEi4CDBiNeBBw0HPEi4KABiZferWqGVOsZaOEi4MJh+fvAECxgwUGwc2BAwICAQcCAgAEBg4ABAQMCBgQMAgYEDAgYEDAIGBAwIGAQMCBgQMBk4G9RCRgQMCBgQMAgYEDAgIBBwICAAQEDAgYBAwIGslmV3Hjmd8IM9/zw4XBwtDEDAwIGBAwCjsonTSDg4Pd/Sin9xWFEwHED/ldK6c8OJQKOu4z+RcQIODYRI2ARg4DnjviPDi0CjusppfSTw4uA4/pfSulPDjECjuu/zokRcLsueYfSLymlvzrUCDhmwCml9E+Hmh6tgsf76cLHaBmNgBv0/YJ/82tK6d8ONZbQgBn4Rn9LKf3hxqX2f1JK/3C4EfB8/p7hnBksoQPy5n8EHNh3hxoBAwIGBAyLt7IL+pf5L2RkczgcvDIgYERiCQ0IGBAwIGAQMCBgQMCAgEHAgIABAYOAAQEDAgYEDAIGBAwIGFhSwD5WBgF7nNCWoh9q5wPVwMwECBgEDAgYEDAIGBAwIGBAwCBgQMCAgAEBg4ABAQMCBgED4WT7RI5pmuxNurPZbMzAgIABAYOAAQEDAgYBAwIGBAwIuKbBY0LAtMT1sQIGBIzlNwIGAZstnC8iYEDAIGBAwICAl2ez2fz4Ov03fGRlF9QP9Zz9fv+7/4XFBvxOLNPDw0N6enoaronk5bZOP7fZbLKGdsu2Xj3GKaU0lIh/s9lM6YOX2/zSEXDR2e15gKenp6f08PAwbTab4TTwXv/sW//f60H68t+8t42c8X7w+E6vQ/94XJfc5oVL9enlLwjZOAeew+8utDhFfO8MmWPWybCN6YP/bnXbCPimQXh1xOciuyfAAvHmDK3kthHwXYPwR8Sbzeb7HHesYLw5Qiu5bZZ+Dnzludul/3a4N8hLX/6pEO89j2uqtc8wA+ecIe6eVS4Js2K8t/4iq7rPEHDRpeO1wRV+OWUq+HPTDPsbAWcfTNO9Mb73c9cssws8tmmmbSPgqoNouHcm/SjSGS+VnErtN5d/1hfmSaxLL9LIFW+NgXzDlVxDxhXG0Np+Y7kzcLh4b/n3z7HnCmV6vjyyiRULyw04e7y3DsS3rpcutPRsabYz8wp43nj3+/3s+yFoxOJ1DnzzYM458w733t8cy8cZz4nFawZ2zrugmVi8S5yBXzxpMpxZzi423iAzsXh7DfjC96uevh/u3EaX8TYesXgXOgO/d/HAcOc2QsZb8OWWkhGLd6EBf3T53tBKvBk+FePiOC/5JXBj6CUiFu9CA770AvrBsvmyeC/8JTMkV1gJuEK8H0Us3tvuR+6P1BHxwgKeMgyUIvHeM7Pl3EbB8+Op0PEUcYM+NRLv659d5PKv0XhrbJtGAp4aGijiFbGAg0aT9X6UPv8NEq+Iew8489vdxNtuUCLu+Bx4zojFK+JFWRWOaWoh3kaeHe4p3pf3wbPTHc7AtWfiMIMo06ze0uxnJu444BpxLW0GaOZ90CLuewldYzl90UUarSybT9u89QMASnyGVcbLLqfNZjP4XKz+ZuBSM2XomXfGj2AdrGIEPHd0XQy4GT59Y5hp23QSsIEyX8TDzNumk4ANlPoRD41sm8yyP4n13pMYbwzSa5886XqgFPwInVv2W8lt03LAtQdKT896Foh4KHhsxLvgJfQ1A2FRA+W0UrliWT0U3G+DYyJgA6XOTFxqvw2OiSX0LUu2bgfKPX9z+MzMfNp/Q8FjI96lBvx60L4zEIeff/75py9fvvza87lu6ZVMjo8HemNV4CqrFg/4NLmMNc37N4bs07ZPZ6b9ft/symOV6UB1M3u9Imq6X0Ib5GZxej8HZtGrGwS8SJFndL98KvhkFyBCAQMCttz1mBAw4hcwIGBAwICAQcCAgAEBw3L9fwAtDc+RYNrg1AAAAABJRU5ErkJggg==");
    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("data:image/png;base64,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") 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-folder {
    background: url("data:image/png;base64,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") -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}
.new-set .form,
.new-category .form,
.new-coaching .form {
  display: none;
}

.webauthoring-wrapper {
  padding-bottom: 75px;
}

.new-set.active .form,
.new-category.active .form,
.new-coaching.active .form {
  display: block;
}

.new-set,
.new-category,
.new-coaching {
  background-color: #fffabf;
  /*padding: 10px;*/
  min-height: 0;
  cursor: pointer;
}

.new-set {
  margin-bottom: 0;
}

.new-set.active,
.new-category.active,
.new-coaching.active {
  background-color: white;
  color: black;
  cursor: auto;
}

.new-set .info {
  text-transform: uppercase;
  color: #ffc439;
}

.new-category .info,
.new-coaching .info {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #ffc439;
}

.new-set.active .info,
.new-category.active .info,
.new-coaching.active .info {
  display: none;
}

.page-header--coaching {
  margin-left: 15px;
  margin-right: 15px;
}

.coaching,
.coaching-new,
.coaching-edit {
  background-color: white;
  margin-bottom: 10px;
  border: 1px solid #888888;
  border-radius: 5px;
}
.coaching .set-ul,
.coaching-new .set-ul,
.coaching-edit .set-ul {
  padding-left: 10px;
}

.coaching-new,
.coaching-edit {
  transition: transform 300ms;
}

.coaching.collapsed .sets {
  display: none;
}

.coaching-header {
  font-size: 1.2em;
  display: flex;
}

.coaching-header__drag-icon {
  padding: 22px;
  font-size: 24px;
  background: #888888;
  color: #fff;
  top: 0;
}

.coaching-header__infos,
.coaching-header__form-wrapper {
  padding: 10px 0 10px 15px;
  flex: 1;
}

.coaching-new__form,
.coaching-edit__form,
.set-new__form {
  display: flex;
}

.coaching-new__select-type,
.coaching-edit__select-type,
.set-new__select-type {
  width: 240px;
  margin-right: 15px;
}

.coaching-new__input-wrapper,
.coaching-edit__input-wrapper,
.set-new__input-wrapper {
  flex: 1;
  margin-right: 15px;
}

.coaching-new__buttons,
.coaching-edit__buttons,
.set-new__buttons {
  padding-right: 10px;
}

.coaching-new__help-block,
.coaching-edit__help-block,
.set-new__help-block {
  padding: 5px 0 0;
  margin: 0;
  font-size: 13px;
}

.coaching-new__help-block,
.coaching-edit__help-block {
  display: flex;
  justify-content: space-between;
}
.coaching-new__help-block .coaching-new__help-block-counter.warning,
.coaching-new__help-block .coaching-edit__help-block-counter.warning,
.coaching-edit__help-block .coaching-new__help-block-counter.warning,
.coaching-edit__help-block .coaching-edit__help-block-counter.warning {
  color: #FB7004;
}
.coaching-new__help-block .coaching-new__help-block-warning-content.warning,
.coaching-new__help-block .coaching-edit__help-block-warning-content.warning,
.coaching-edit__help-block .coaching-new__help-block-warning-content.warning,
.coaching-edit__help-block .coaching-edit__help-block-warning-content.warning {
  color: #FB7004;
}

.coaching-infos__type {
  margin-right: 0.5em;
  padding: 3px;
  font-size: 12px;
  color: #fff;
}
.coaching-infos__type--coaching {
  background: #00b7bd;
}
.coaching-infos__type--support {
  background: #65B505;
}
.coaching-infos__type--exercise {
  background: #1e1c1c;
}

.coaching-item__body {
  border-top: 1px solid #888888;
  background: #F2F2F2;
  padding: 0 10px 0 67px;
}
.coaching-item__body.collapse.in {
  padding: 0 10px 0 67px;
  border-radius: 0 0px 5px 5px;
}

.support-item__body {
  padding: 0;
}

.coaching-item__actions {
  padding: 20px;
}

.coaching .coaching-header .title {
  font-weight: 400;
}

.coaching-header__new-title,
.set-header__new-title {
  font-weight: 400;
}

.coaching-header__new-title {
  color: #457AB1;
}

.coaching-header__new-icon {
  margin: 0;
  padding: 22px;
  font-size: 28px;
  background: #457AB1;
  color: #fff;
  top: 0;
}

.category .category-header {
  cursor: pointer;
  margin-bottom: 13px;
  font-size: 1.2em;
}

.category .category-header .title {
  font-weight: bold;
}

.new-set {
  margin-left: 20px;
  margin-right: 20px;
}

.new-set {
  padding: 10px;
}

.new-coaching, .new-set {
  font-size: 1.2em;
}

.new-coaching .help-block,
.new-category .help-block,
.new-set .help-block {
  font-size: 0.9em;
}

/* set */
.set-item__li:first-of-type {
  padding-top: 10px;
}

.set-item__li:last-of-type {
  padding-bottom: 10px;
}

.set-item__li {
  padding: 5px 0 5px 0;
}

.set-new__ul {
  padding: 10px 0 10px 0;
}

.set-item, .set-new {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  display: flex;
}
.set-item, .set-item:visited, .set-item:hover, .set-item:active, .set-item:focus, .set-new, .set-new:visited, .set-new:hover, .set-new:active, .set-new:focus {
  color: inherit;
  text-decoration: none;
}

.set-new {
  transition: transform 300ms;
}

.set-item__drag-icon {
  padding: 20px;
  color: white;
  top: 0;
  font-size: 20px;
  cursor: pointer;
}
.set-item__drag-icon--coaching {
  background: #4DAC80;
}
.set-item__drag-icon--support {
  background: #D88330;
}
.set-item__drag-icon--exercise {
  background: #B54290;
}

.set-item__drag-icon, .coaching-header__drag-icon {
  cursor: grab;
}
.set-item__drag-icon:active, .coaching-header__drag-icon:active {
  cursor: grabbing;
}

.set-item__actions {
  padding: 20px;
  margin-right: 5px !important;
}

.set-item__type {
  font-size: 13px;
  color: #919191;
}

.set-delete {
  cursor: pointer;
}

.set-header, .set-new__header {
  font-size: 1.2em;
  padding: 6px 0 6px 15px;
  flex: 1;
  cursor: pointer;
}

.coaching-new__header {
  cursor: pointer;
}

.coaching-new-header__infos,
.set-new__infos {
  padding-top: 20px;
}

.set-new__ul {
  padding-bottom: 10px;
}

.coaching-infos__activities-count {
  font-size: 14px;
}

.coaching-btn-edit,
.coaching-btn-delete,
.coaching-btn-locks,
.coaching-btn-gen-ai,
.set-edit,
.set-delete,
.set-link {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #0070c9;
}
.coaching-btn-edit svg,
.coaching-btn-delete svg,
.coaching-btn-locks svg,
.coaching-btn-gen-ai svg,
.set-edit svg,
.set-delete svg,
.set-link svg {
  fill: #0070c9;
}
.coaching-btn-edit:hover,
.coaching-btn-delete:hover,
.coaching-btn-locks:hover,
.coaching-btn-gen-ai:hover,
.set-edit:hover,
.set-delete:hover,
.set-link:hover {
  text-decoration: none;
}

.category .category-header {
  cursor: pointer;
  margin-bottom: 0;
}

.actions a.disabled {
  color: #c1c1c1;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}

ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

.coaching .more {
  display: none;
}

.set-edit-modal img.img-thumbnail,
.coaching-edit-modal img.img-thumbnail {
  max-height: 100px;
}

/* Steps */
.line {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-grow: inherit;
  margin-top: 10px;
}

.line--editing .line__step-edit .circle,
.line--editing--lp .line__step-edit .circle,
.line--testing .line__step-test .circle,
.line--testing--lp .line__step-test .circle,
.line--live .line__step-live .circle,
.line--live--lp .line__step-live .circle {
  background: #30a030;
}

.line--submitted .line__step-test .circle,
.line--submitted--lp .line__step-test .circle,
.line--validated .line__step-live .circle,
.line--validated--lp .line__step-live .circle {
  background: #ffcc32;
}

.line__step {
  text-align: center;
}

.line__step .title {
  font-weight: bold;
}

.line__step .circle {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  display: block;
  margin: 10px auto;
}

/* Sortable */
li.placeholder {
  position: relative;
}

li.placeholder:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -5px;
  left: -5px;
  top: -4px;
  border: 5px solid transparent;
  border-left-color: #E10600;
  border-right: none;
}

/* Metadata */
.line-template {
  display: none;
}

.lang-line {
  margin-bottom: 10px;
}

.mediaUsage-progress {
  position: relative;
}

.mediaUsage-details {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: black;
}

.statusBar-left {
  width: calc(60% - 250px / 2);
  float: left;
}

.statusBar-center {
  width: 250px;
  float: left;
  padding-top: 6px;
  text-align: center;
}

.edit-training-translation__btn {
  margin-left: 10px;
}

.edit-description__submit-wrapper {
  margin-bottom: 0;
  text-align: right;
}

.edit-description label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
}

.edit-description__value {
  text-align: left;
  margin-bottom: 0;
  padding-top: 7px;
  white-space: pre-line;
  word-break: break-word;
}
.edit-description__value right {
  display: block;
  text-align: right;
}
.edit-description__value left {
  display: block;
  text-align: left;
}

.edit-inlinetags__value {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.authoring__enable-certification-input, .authoring__enable-badges-input {
  display: none;
}

.authoring__enable-certification-input:checked + label:before, .authoring__enable-badges-input:checked + label:before {
  content: "✓";
  color: #65B505;
}
.authoring__enable-certification-input:disabled + label, .authoring__enable-badges-input:disabled + label {
  color: #B4B4B4;
  cursor: not-allowed;
}

.authoring-coaching__changelog-title {
  display: inline-block;
}

.steps-editing-popup__btns-group {
  margin-top: 20px;
  text-align: right;
}

.steps-editing__locale-select {
  display: inline-block;
  width: auto;
}

.steps-editing__changelog-title {
  display: inline;
}

.steps-status__texts {
  padding-top: 5px;
}

.authoring-changelog__changelog-text,
.steps-editing__changelog-text {
  white-space: pre-line;
}

#js-authoring-changelog__changelog-text {
  overflow-wrap: break-word;
  max-width: 320px;
}

.authoring__enable-badges-label, .authoring__enable-certification-label {
  font-weight: bold;
  display: inline-flex;
}
.authoring__enable-badges-label:before, .authoring__enable-certification-label:before {
  font-size: 14px;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
  content: "";
  display: inline-block;
  text-align: center;
  line-height: 100%;
  font-weight: bold;
  margin-right: 5px;
  align-self: center;
}

.modal-coaching-header h4 {
  display: flex;
}
.modal-coaching-header h4 .authoring-refid {
  padding: 0 5px;
  margin-left: 10px;
}

#authoring-templates {
  font-size: 14px;
}

ul.files-status-list {
  padding-left: 15px;
}

.back-authoring {
  width: 100%;
  background-color: #fff;
  height: 100px;
  font-size: 13px;
  margin: 0 0 25px;
}

.back-authoring-link {
  display: flex;
  align-items: center;
}

.back-authoring-icon {
  height: 10px;
  width: 6px;
}

.keywords-breakline {
  word-wrap: break-word;
  word-break: break-all;
}

.file-export-dropdown {
  width: fit-content;
  margin: auto;
}

.coaching-download-modal h5 a {
  font-weight: normal;
}
.coaching-download-modal .modal-dialog {
  width: 700px;
}
.coaching-download-modal .modal-dialog .language-options {
  margin-bottom: 40px;
}
.coaching-download-modal .modal-dialog .media-option .glyphicon-info-sign {
  vertical-align: middle;
}

#status-details div[data-pending-upload-refresh-text] {
  padding-right: 15px;
}
#status-details #pending_files_details li {
  margin: 10px;
}

.tooltip-wrapper button:disabled {
  pointer-events: none;
}

.autoTranslateContent label, .autoTranslateProgress label, .autoTranslateError label, .autoTranslateCompleted label {
  font-weight: normal;
}
.autoTranslateContent > p.grey, .autoTranslateProgress > p.grey, .autoTranslateError > p.grey, .autoTranslateCompleted > p.grey {
  color: #888888;
}
.autoTranslateContent > .icon, .autoTranslateProgress > .icon, .autoTranslateError > .icon, .autoTranslateCompleted > .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  color: #888888;
}
.autoTranslateContent > .icon:before, .autoTranslateProgress > .icon:before, .autoTranslateError > .icon:before, .autoTranslateCompleted > .icon:before {
  font-size: 100px;
}

.edit-table input[type=text], .edit-table tr.edit span {
  display: none;
}

.edit-table tr.edit input, .edit-table span {
  display: inline;
}

.edit-table tbody tr.template {
  display: none;
}

.edit-table tbody tr td {
  min-width: 120px;
}

.edit-table tbody tr td.remove-line-cell {
  min-width: 0;
  text-align: center;
  vertical-align: middle;
}

.edit-table tfoot td {
  border: none !important;
}

.edit-table .other > td > div {
  width: fit-content;
  position: absolute;
  right: 10px;
}

.edit-table .other label {
  font-style: italic;
  font-weight: normal;
}

.edit-table .other button {
  margin-left: 5px;
}

.edit-table {
  margin-top: 5px;
}

#alert-modal .alert-msg {
  font-size: 1.2em;
  padding: 1em;
}

#alert-error-modal .alert-msg {
  font-size: 1.2em;
  padding: 1em;
  display: flex;
}
#alert-error-modal .alert-msg i.fa-exclamation-triangle {
  color: #E10600;
  margin-right: 20px;
  font-size: 2.4em;
  vertical-align: middle;
  height: 1.2em;
  line-height: 1.2em;
}

#confirm-modal .alert-msg {
  font-size: 1.2em;
  padding: 1em;
}

.glyphicon-remove.close-btn {
  z-index: 100;
}

.communications-reports {
  padding: 0 15px;
}

.trainings-reports__key-figure-container {
  width: 100%;
}

/* Key figures */
.penetration-rates__input-group,
.recruiting__input-group {
  margin: 10px auto 0;
}

.chart__penetration-rates {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.keyfigures-social {
  background: #fff;
}

.keyfigures-social__stat-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 10px;
  height: 320px;
}

.keyfigures-social__count-title {
  margin: 0;
  display: inline-block;
}

.keyfigures-social__count {
  color: #E10600;
}

.keyfigures-social__icon-wrapper {
  text-align: right;
  display: inline-block;
}

.keyfigures-social__icon {
  color: #E0E0E0;
  margin-right: 1em;
  height: 30px;
}

.keyfigures-social__icon-fa {
  color: #A3A3A3;
  font-size: 30px;
}

.key-figure-container .tooltip-hover {
  font-size: 13px;
}

.keyfigures-history__chart-container {
  margin: 1em;
}

/* Key figures */
.key-figure {
  text-align: center;
  border: 1px solid #e5e5e5;
  background: white;
  position: relative;
  /*margin-left: 2em;*/
}

.key-figure-loading {
  text-align: center;
  border: 1px solid #e5e5e5;
  background: none;
  position: relative;
}

.key-value {
  font-size: 3em;
  display: block;
  margin-bottom: 0.2em;
}

.key-unit {
  font-size: 2em;
  display: block;
}
.key-unit.black {
  color: gray;
}

.keyfigures__well {
  height: 305px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.keyfigures__value {
  color: #E10600;
  font-size: 2.9em;
  margin-bottom: 0.2em;
  width: fit-content;
  float: right;
}
@media (max-width: 1400px) {
  .keyfigures__value {
    font-size: 2.175em;
  }
}

.keyfigures__unit {
  font-size: 1.7em;
  display: block;
}
@media (max-width: 1400px) {
  .keyfigures__unit {
    font-size: 1.4em;
  }
}

.key-unit-sub {
  text-align: left;
  font-size: 12px;
}

.keyfigures__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

/* Charts */
.chart__subtitle {
  font-size: 12px;
}

.chart-container {
  background: white;
  text-align: center;
  position: relative;
}

.trainings-states__container,
.trainings-usage__container {
  background: #ffffff;
}

.trainings-usage__total-legend,
.trainings-states__total-legend {
  margin-top: 20px;
  margin-bottom: 10px;
}

.trainings-states__legend-count,
.trainings-usage__legend-count {
  font-weight: bold;
}

.trainings-states__key-figure {
  text-align: center;
}

.trainings-states__color-legend {
  font-size: 2.9em;
  text-align: right;
}

.trainings-states__trainings-legend-value,
.trainings-usage__trainings-legend-value {
  color: #E10600;
  text-align: right;
  font-size: 2.3em;
}

.trainings-pie__legend-text {
  font-size: 17px;
}

/* Honour ranks */
.honour__highcharts-xaxis-label {
  text-decoration: none;
  color: #606060;
}
.honour__highcharts-xaxis-label:hover {
  color: #606060;
  text-decoration: none;
}

.honour-trainings,
.honour-meta,
.honour-learners,
.honour-podium {
  background: white;
}

.honour-meta__select-group {
  position: absolute;
}

.honour-learners__podium {
  margin-top: 10px;
  margin-bottom: 10px;
}

.honour-podium__rank {
  font-weight: bold;
  font-family: Roboto;
}
.honour-podium__rank-1 {
  font-size: 4em;
}
.honour-podium__rank-2 {
  font-size: 3em;
}
.honour-podium__rank-3 {
  font-size: 2.5em;
}

.honour-podium__name {
  padding: 0 0.33em;
}

.honour-podium__count {
  font-size: 18px;
  font-weight: normal;
}

.honour-podium__avatar-container--clickable {
  cursor: pointer;
}

.honour-podium__flex {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.honour-podium__flex-item {
  flex: 1 1 33%;
}

.honour-podium__name-container {
  align-items: flex-start;
}

.honour-podium__avatar {
  position: relative;
}
.honour-podium__avatar-img {
  object-fit: cover;
  padding: 7px;
}
.honour-podium__avatar-img--clickable {
  transition: background-color 200ms;
}
.honour-podium__avatar-img--clickable:hover {
  background: rgba(240, 240, 240, 0.9);
}
.honour-podium__avatar-1 {
  width: 240px;
  height: 240px;
}
.honour-podium__avatar-2 {
  width: 200px;
  height: 200px;
}
.honour-podium__avatar-3 {
  width: 180px;
  height: 180px;
}

#js-penetrationrates-funnel-chart, #penetrationrates-chart, #recruiting-chart {
  margin: 10px 0;
}

/** DATE PICKER  **/
.time-scale__daterangepicker-input {
  display: inline-block;
  cursor: pointer;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #ccc;
  font-size: inherit;
}

.time-scale__daterangepicker-icon {
  color: #454545;
}

.time-scale__select-text {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}

.category-details--see-all .category-details__path {
  display: none;
}

.croppie-container .cr-boundary {
  max-height: calc(100vh - 260px);
}

.communications-options-list {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.nav-container .popover-content a, .nav-container .popover-content a:hover {
  padding: 5px 0;
}
.nav-container input[type=text] {
  width: 170px;
}

li.hr {
  margin: 15px 0 !important;
  border-bottom: 1px solid gray;
}

/** COMMUNICATION CREATE PAGE **/
.communication-create__submit-btn, .communication-create__send-later-btn {
  margin-left: 10px;
}

.communication-video-text__preview-result {
  justify-content: center;
  display: flex;
  margin: 0 0 20px;
}

.communication-meta__select-radios {
  margin: 15px 5px;
}

.communication-translations__plus-locales-btn {
  border: 2px solid #337ab7;
  color: #337ab7;
  padding: 3px;
}

/* link just looks like regular text but it avoids code duplication just to add a class if disabled */
.disabled-link {
  color: unset;
  text-decoration: none;
  pointer-events: none;
}

/** COMMUNICATION LIST **/
.comm-list-grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
}

.list-header {
  display: flex;
  margin-bottom: 10px;
}
.list-header .comm-list-view-toggle-wrapper {
  margin-left: auto;
}
.list-header .create-template-btn {
  margin-left: 16px;
}
.list-header .btn-primary i, .list-header .daterangepicker > .ranges > .range_inputs > .applyBtn i {
  margin: 0;
}

.comm-card {
  width: 240px;
  height: 390px;
  background: #f5f5f5;
  margin: 8px 8px;
  position: relative;
  transition: box-shadow 225ms;
}
.comm-card:hover {
  box-shadow: 0px 0px 10px #ddd;
}
.comm-card:hover .comm-card-type {
  transform: scale(0.33);
  opacity: 0;
}
.comm-card:hover .comm-card-hover {
  z-index: 1;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.comm-card:hover .comm-card-hover__buttons {
  transform: translateX(0);
  opacity: 1;
}
.comm-card:hover .comm-card-hover__line {
  opacity: 1;
  width: 80%;
}
.comm-card:hover .comm-card-preview__img {
  transform: scale(1.03);
}

.comm-card--draft .comm-card-type {
  width: 100%;
  height: 100%;
}
.comm-card--draft .comm-card-title, .comm-card--draft .comm-card-infos__author, .comm-card--draft .comm-card-infos__date {
  color: rgba(69, 69, 69, 0.6);
}
.comm-card--draft .comm-card-infos__date .long-tooltip a {
  color: rgba(69, 69, 69, 0.6);
}
.comm-card--draft .comm-card-infos__users {
  color: rgba(51, 122, 183, 0.6);
}
.comm-card--draft:hover .comm-card-type {
  transform: none;
}
.comm-card--draft:hover .comm-card-preview__img {
  transform: none;
}

.comm-card-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(200, 200, 200, 0);
  transition: background-color 225ms;
}

.comm-card-hover__buttons {
  transform: translateX(50%);
  color: #fff;
  text-align: center;
  transition: transform 225ms, opacity 225ms;
  opacity: 0;
  margin: 20% 20px 10px 20px;
}
.comm-card-hover__buttons:hover .comm-card-hover__button-text {
  bottom: -42px;
}
.comm-card-hover__buttons .comm-action-button {
  font-size: 1.5em;
  color: inherit !important;
}
.comm-card-hover__buttons .comm-action-button:hover, .comm-card-hover__buttons .comm-action-button:focus, .comm-card-hover__buttons .comm-action-button:active {
  color: inherit !important;
}
.comm-card-hover__buttons .comm-action-button:hover .comm-card-hover__button-text, .comm-card-hover__buttons .comm-action-button:focus .comm-card-hover__button-text, .comm-card-hover__buttons .comm-action-button:active .comm-card-hover__button-text {
  opacity: 1;
}

.comm-action-button {
  cursor: pointer;
  text-decoration: none !important;
  margin: 0 7px;
}
.comm-action-button:hover, .comm-action-button:focus, .comm-action-button:active {
  text-decoration: none !important;
}

.comm-card-hover__button-text {
  color: #fff;
  position: absolute;
  bottom: -130px;
  left: 0;
  width: 100%;
  opacity: 0;
  font-size: 16px;
  transition: bottom 225ms, opacity 225ms;
}

.comm-card-hover__line {
  margin: 0 20px;
  transition: opacity 225ms, width 225ms;
  opacity: 0;
  width: 0;
}

.comm-card-content {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.comm-card-preview {
  width: 100%;
  height: 51%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.comm-card-preview__img {
  object-fit: cover;
  position: absolute;
  transition: transform 225ms;
  height: 100%;
  width: 100%;
}

.comm-card-type {
  background: rgba(245, 245, 245, 0.7);
  height: 85px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 1;
  transition: transform 225ms, opacity 225ms;
}

.comm-card-type__icon {
  font-size: 4em;
  color: #E10600;
}

.comm-card-title {
  font-size: 15px;
  text-align: left;
  color: #454545;
  margin: 5px 10px 0 10px;
  font-weight: 600;
  height: 2.6em;
  overflow: hidden;
}

.comm-card-infos {
  margin: 4px 10px 0 10px;
  font-size: 14px;
  text-align: left;
  color: #454545;
}

.comm-card-infos__in-app {
  padding: 3px 5px;
  text-transform: uppercase;
  background: #1dd487;
  display: inline;
  color: #ffffff;
}

.comm-card-infos__draft {
  padding: 3px 5px;
  text-transform: uppercase;
  background: #B1A1A1;
  display: inline;
  color: #ffffff;
}

.comm-card-infos__pending {
  padding: 3px 5px;
  text-transform: uppercase;
  background: #ffcc32;
  display: inline;
  color: #ffffff;
}

.comm-card-infos__scheduled {
  padding: 3px 5px;
  text-transform: uppercase;
  background: #ffb035;
  display: inline;
  color: #ffffff;
}

.comm-card-infos__template {
  padding: 3px 5px;
  text-transform: uppercase;
  background: #0DC5BF;
  display: inline;
  color: #ffffff;
}

.comm-card-infos__author {
  display: flex;
  flex-direction: column;
}

.comm-card-infos__author-link, .comm-card-infos__author-email {
  text-decoration: none;
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.comm-card-infos__author-link:hover, .comm-card-infos__author-email:hover {
  text-decoration: none;
  color: inherit;
}

.comm-card-infos__users {
  color: #337ab7;
  font-weight: 600;
  cursor: pointer;
}

.comm-card-views-social {
  position: absolute;
  bottom: 3px;
  right: 0;
}

.comm-card-views, .comm-card-social {
  font-size: 14px;
  color: #888888;
  display: flex;
  justify-content: flex-end;
  margin: 0 10px 0 0;
}

.comm-card-social__shares,
.comm-card-social__likes {
  margin-right: 10px;
}

.learners-list__guest-learners-label {
  cursor: default;
}

#communication-form .form-horizontal .control-label {
  text-align: left;
}
#communication-form .form-control.editable {
  height: 200px;
  overflow: auto;
}
#communication-form .well {
  border-radius: 0;
  margin-bottom: 15px;
}
#communication-form .rte {
  background-color: transparent;
  cursor: auto;
}
#communication-form .rte .parameters-element {
  cursor: auto;
}
#communication-form .preview-video video {
  max-height: 250px;
}

/* COMM LIST TABLE */
.comm-list-table .table-wrapper {
  height: calc(100vh - 280px);
  width: 100%;
  overflow: auto;
}
.comm-list-table table th .type-column {
  width: 30px;
}
.comm-list-table table td {
  vertical-align: middle !important;
}
.comm-list-table table td .table-cell-column {
  display: flex;
  flex-direction: column;
}
.comm-list-table table td .table-comm-stats {
  display: inline-flex;
}
.comm-list-table table td .table-comm-stats .table-comm-stat {
  margin: 0 7px;
  display: flex;
}
.comm-list-table table td .table-comm-stats .table-comm-stat i {
  margin: 0 2px;
}
.comm-list-table table .fa-object-group {
  font-size: 16px;
}
.comm-list-table table td .comm-action-button {
  color: #0070c9;
}
.comm-list-table table td .comm-action-button.tom-icon-link, .comm-list-table table td .comm-action-button.fa-clone {
  font-size: 15px;
}
.comm-list-table table td .comm-type-icon {
  font-size: 25px;
}
.comm-list-table table td .comm-title-status-wrapper {
  display: flex;
}
.comm-list-table table td .comm-title-status-wrapper .comm-title {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 325px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.comm-list-table table td .comm-title-status-wrapper .comm-card-infos__in-app, .comm-list-table table td .comm-title-status-wrapper .comm-card-infos__draft, .comm-list-table table td .comm-title-status-wrapper .comm-card-infos__pending, .comm-list-table table td .comm-title-status-wrapper .comm-card-infos__template, .comm-list-table table td .comm-title-status-wrapper .comm-card-infos__scheduled {
  height: 26px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 20px;
}

/* COMM LIST FILTERS */
.comm-list-filters-well #filterForm {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
}
.comm-list-filters-well {
  padding: 10px;
}
.comm-list-filters-well #filterForm {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
}
.comm-list-filters-well .all-filters-wrapper {
  display: flex;
  margin: 9px 32px 9px 9px;
}
.comm-list-filters-well .category-filters-wrapper {
  display: flex;
}
.comm-list-filters-well .category-filters-wrapper .search-category-input-wrapper {
  display: flex;
  width: 250px;
  margin: 0 32px 0 0 !important;
}
.comm-list-filters-well .category-filters-wrapper .search-category-input-wrapper button {
  margin-left: -35px;
  z-index: 3;
}
.comm-list-filters-well .category-filters-wrapper .search-category-input-wrapper input {
  padding-right: 30px;
  border-radius: 4px !important;
  height: 100%;
}
.comm-list-filters-well .dropdown-filters-wrapper {
  display: flex;
}
.comm-list-filters-well .dropdown-filters-wrapper .date-dropdown .dropdown-menu-content {
  width: max-content;
  min-width: 500px !important;
}
.comm-list-filters-well .dropdown-filters-wrapper .date-dropdown .dropdown-menu-content label {
  line-height: 34px;
}
.comm-list-filters-well .dropdown-filters-wrapper .date-dropdown .dropdown-menu-content .form-control {
  font-size: 14px;
}
.comm-list-filters-well .dropdown-filters-wrapper .date-dropdown .dropdown-menu-content #datepicker-wrapper {
  margin: 5px;
}
.comm-list-filters-well .dropdown-filters-wrapper .date-dropdown .dropdown-menu-content #datepicker-wrapper .daterangepicker {
  position: relative;
  width: 100%;
}
.comm-list-filters-well .dropdown-filters-wrapper .author-dropdown .dropdown-menu-content {
  width: 550px;
}
.comm-list-filters-well .dropdown-filters-wrapper .author-dropdown #author-chips-wrapper {
  margin-top: 5px;
}
.comm-list-filters-well .reset-btn {
  margin: 9px 9px 9px auto;
  padding: 0;
}

@media all and (max-width: 1300px) {
  .dropdown-menu {
    left: -50px;
  }
  .date-dropdown .dropdown-menu-content {
    width: calc(100vw - 600px) !important;
  }
  .date-dropdown .dropdown-menu-content .ranges ul {
    width: auto;
    display: flex;
  }
  .date-dropdown .dropdown-menu-content .ranges ul li {
    margin-right: 3px;
  }
  .author-dropdown .dropdown-menu-content {
    width: calc(100vw - 800px) !important;
  }
}
.comm-list-view-toggle-wrapper {
  align-self: center;
  margin-left: 20px;
}
.comm-list-view-toggle-wrapper #comm-list-view-toggle button {
  border: 1px solid #ccc;
  color: #555555;
  outline: none !important;
}

.category-filters-sort-by {
  display: flex;
  align-items: center;
  margin-left: 16px;
  margin-right: 32px;
}
.category-filters-sort-by .category-filters-sort-by-sort-by-span {
  text-align: left;
  margin-right: 5px;
}
.category-filters-sort-by #sort-by-filter-type-select {
  width: 160px;
}

.comm-card--blank {
  cursor: initial;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.comm-card--blank:hover {
  box-shadow: none;
}

.comm-card--new {
  cursor: pointer;
}
.comm-card--new:hover .comm-card-new__preview {
  background-color: #d80000;
}

.comm-card-new__icon {
  font-size: 35px;
  color: white;
  padding: 6px;
  border: 4px solid white;
  border-radius: 50%;
  width: 2em;
  font-family: sans-serif;
  text-align: center;
}

.comm-card-new__preview {
  background: #E10600;
  transition: background 225ms;
}

.comm-card-title--new {
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 49%;
  font-weight: 600;
  color: #E10600;
}

.form-image {
  min-height: 100px;
}
.form-image-preview {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
.form-image-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: transparent;
}
.form-image-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: opacity 150ms ease-out;
}
.form-image-overlay__buttons, .form-image-overlay__ratio-label {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  background-color: #2e3232;
  border-radius: 5px;
  color: white;
  justify-content: space-around;
  line-height: 15px;
  min-width: 50px;
  opacity: 0;
  padding: 5px 10px;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.01);
  transition: opacity 0s, transform 300ms cubic-bezier(0, 0, 0.28, 1.86);
  z-index: 1;
  text-align: center;
}
.form-image-overlay__ratio-label {
  top: 80%;
  background-color: unset;
  color: #D1D1D1;
  font-size: 16px;
}
.form-image-overlay__button {
  margin: 0 5px;
}
.form-image-overlay__button i {
  width: 20px;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
  color: white;
  margin: 0 5px;
}
.form-image-overlay__button_add {
  position: relative;
}
.form-image-overlay__button_add input[type=file] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form-image-overlay__button_add input[type=file]::-webkit-file-upload-button {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 0;
  border: 0;
}
.form-image:hover .form-image-overlay::before {
  opacity: 1;
}
.form-image:hover .form-image-overlay__buttons, .form-image:hover .form-image-overlay__ratio-label {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: auto;
}
.form-image:hover .form-image-overlay__button {
  pointer-events: auto;
}

.form-radio {
  text-align: center;
  width: 1%;
  display: table-cell;
}
.form-radio input[type=radio] {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  visibility: hidden;
}
.form-radio input[type=radio]:checked + label .radio:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form-radio label {
  cursor: pointer;
}
.form-radio label i {
  color: #E10600;
  font-size: 5em;
  display: block;
}
.form-radio label .radio {
  position: relative;
  height: 20px;
  width: 20px;
  line-height: 20px;
  display: inline-block;
  color: #666;
  padding: 0;
}
.form-radio label .radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.form-radio label .radio:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #B4E444;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form-radio label .radio[disabled]:before {
  background: #ddd;
  cursor: not-allowed;
}
.form-radio label .radio[disabled]:after {
  background: #888888;
}
.form-radio label[disabled] {
  cursor: not-allowed;
}

.form-horizontal-radio {
  width: auto;
}
.form-horizontal-radio .radio {
  vertical-align: middle;
  margin-right: 10px;
}

.stats-large {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.stats-large .stats-large-icon {
  width: 100px;
}
.stats-large .stats-large-value {
  font-weight: bold;
  font-size: 2em;
  cursor: default;
  text-align: center;
}
.stats-large .stats-large-caption {
  font-size: 1.1em;
}
.stats-large {
  width: 160px;
  margin: 0 auto;
}

.stats-small {
  padding-bottom: 15px;
  padding-top: 10px;
}
.stats-small .stats-small-icon {
  width: 70px;
  margin: 0 10px;
}
.stats-small .stats-small-fa-icon {
  font-size: 50px;
  margin: 0 10px;
}
.stats-small .stats-small-value {
  font-weight: 600;
  font-size: 2em;
  color: #E10600;
}
.stats-small .stats-small-caption {
  color: gray;
}

.learner-stats .stats-large-value, .learner-stats .stats-common-label {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.learner-stats .stats-large {
  width: initial;
}
.learner-stats .stats-large .stats-large-icon {
  width: 55px;
}
.learner-stats .stats-large .stats-large-caption {
  font-size: 16px;
}
.learner-stats .stats-common-label {
  margin-top: 20px;
}
.learner-stats .stats-small {
  text-align: center;
}
.learner-stats .stats-small .stats-small-icon {
  width: 40px;
  margin: 0 5px;
}
.learner-stats .stats-small .stats-small-fa-icon {
  font-size: 40px;
  margin: 5px 10px;
  color: #D1D1D1;
}
.learner-stats .stats-small .stats-small-value {
  font-weight: normal;
  font-size: 16px;
  color: #333333;
}

/* -------------------------------------
 * Bar container
 * ------------------------------------- */
.progress-radial {
  float: left;
  margin: 10px 30px;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #E10600;
}

/* -------------------------------------
 * Optional centered circle w/text
 * ------------------------------------- */
.progress-radial .overlay {
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  line-height: 90px;
  font-size: 16px;
}

.progress-0 {
  background-image: linear-gradient(90deg, #bbbbbb 50%, transparent 50%, transparent), linear-gradient(90deg, #E10600 50%, #bbbbbb 50%, #bbbbbb);
}

.progress-10 {
  background-image: linear-gradient(90deg, #bbbbbb 50%, transparent 50%, transparent), linear-gradient(126deg, #E10600 50%, #bbbbbb 50%, #bbbbbb);
}

.progress-20 {
  background-image: linear-gradient(90deg, #bbbbbb 50%, transparent 50%, transparent), linear-gradient(162deg, #E10600 50%, #bbbbbb 50%, #bbbbbb);
}

.progress-30 {
  background-image: linear-gradient(90deg, #bbbbbb 50%, transparent 50%, transparent), linear-gradient(198deg, #E10600 50%, #bbbbbb 50%, #bbbbbb);
}

.progress-40 {
  background-image: linear-gradient(90deg, #bbbbbb 50%, transparent 50%, transparent), linear-gradient(234deg, #E10600 50%, #bbbbbb 50%, #bbbbbb);
}

.progress-50 {
  background-image: linear-gradient(-90deg, #E10600 50%, transparent 50%, transparent), linear-gradient(270deg, #E10600 50%, #bbbbbb 50%, #bbbbbb);
}

.progress-60 {
  background-image: linear-gradient(-54deg, #E10600 50%, transparent 50%, transparent), linear-gradient(270deg, #E10600 50%, #bbbbbb 50%, #bbbbbb);
}

.progress-70 {
  background-image: linear-gradient(-18deg, #E10600 50%, transparent 50%, transparent), linear-gradient(270deg, #E10600 50%, #bbbbbb 50%, #bbbbbb);
}

.progress-80 {
  background-image: linear-gradient(18deg, #E10600 50%, transparent 50%, transparent), linear-gradient(270deg, #E10600 50%, #bbbbbb 50%, #bbbbbb);
}

.progress-90 {
  background-image: linear-gradient(54deg, #E10600 50%, transparent 50%, transparent), linear-gradient(270deg, #E10600 50%, #bbbbbb 50%, #bbbbbb);
}

.progress-100 {
  background-image: linear-gradient(90deg, #E10600 50%, transparent 50%, transparent), linear-gradient(270deg, #E10600 50%, #bbbbbb 50%, #bbbbbb);
}

.cat-tree__root {
  padding-right: 10px;
}

.cat-tree__root-trainings {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cat-tree__training,
.cat-tree__cat-title {
  padding-left: 10px;
  width: calc(100% - 45px);
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.cat-tree__cat-icon,
.cat-tree__training-icon {
  font-size: 18px;
}

.cat-tree__li {
  list-style-type: none;
  margin: 10px 0 10px 10px;
  position: relative;
}
.cat-tree__li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  border-left: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  width: 20px;
  height: 16px;
}
.cat-tree__li:first-of-type:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  border-left: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  width: 20px;
  height: 31px;
}
.cat-tree__li:after {
  position: absolute;
  content: "";
  top: 20px;
  left: -20px;
  border-left: 1px solid #D1D1D1;
  border-top: 1px solid #D1D1D1;
  width: 20px;
  height: 100%;
}
.cat-tree__li:last-child:after {
  display: none;
}
.cat-tree__li .cat-tree__item-content {
  display: block;
  padding: 5px 0;
  color: #888888;
  cursor: initial;
}
.cat-tree__li .cat-tree__item-content--collapsable {
  cursor: pointer;
}
.cat-tree__li .cat-tree__item-content:hover {
  color: #888888;
}
.cat-tree__li .cat-tree__item {
  display: block;
  border: 1px solid #D1D1D1;
  padding: 0px 10px;
  color: #888888;
  text-decoration: none;
  position: relative;
  transition: background-color 95ms;
}
.cat-tree__li .cat-tree__item--collapsable {
  cursor: pointer;
}
.cat-tree__li .cat-tree__item--collapsable:hover {
  background: #fafafa;
}
.cat-tree__li .cat-tree__item--training {
  padding: 5px 10px;
}

.cat-tree__cat-title {
  font-weight: 500;
}

.cat-tree__training {
  font-size: 12px;
}

.cat-tree__item-label {
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
}
.cat-tree__item-label.cat-tree__item-label--disabled {
  cursor: not-allowed;
}
.cat-tree__item-label.cat-tree__item-label--disabled:before {
  background: #D1D1D1;
}
.cat-tree__item-label:before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #888888;
  font-size: 11px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}

.cat-tree__item-input:checked + .cat-tree__item-label:before {
  content: "✔";
}
.cat-tree__item-input:indeterminate + .cat-tree__item-label:before {
  content: "—";
}

.cat-tree__item-input:checked + .cat-tree__item-label:not(.cat-tree__item-label--disabled):before {
  color: white;
  background: #65B505;
}
.cat-tree__item-input:indeterminate + .cat-tree__item-label:not(.cat-tree__item-label--disabled):before {
  color: white;
  background: darkgray;
}
.cat-tree__item-input + .cat-tree__item-label--disabled:before {
  color: #65B505;
  background: #D1D1D1;
}

.cat-tree__item-input {
  display: none;
}

.divider {
  border-top: 1px solid #d9dadc;
  display: block;
  line-height: 1px;
  margin: 15px 0;
  position: relative;
  text-align: center;
}

.divider-title {
  background: white;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 20px;
  text-transform: uppercase;
}
.divider-title--white {
  background: white;
}

.login-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-height: 74vh;
}

@media all and (max-height: 780px) {
  .login-wrapper {
    min-height: 94vh;
  }
}
.logo-img, .logo-reset-password {
  max-width: 50vw;
}

@media all and (max-width: 699px) {
  .login-container {
    width: 90vw;
  }
  .logo-img, .logo-reset-password {
    max-width: 90vw;
  }
}
@media all and (min-width: 700px) {
  .login-container {
    width: 30vw;
    min-width: 400px;
    max-width: 400px;
  }
}
.login-container > h2 {
  margin-top: 0px;
}
.login-container {
  margin-bottom: 0;
}

.login-submit {
  margin-bottom: 0;
}
.login-submit .btn {
  width: 100%;
}

.saml-identification {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.rememberAndForget {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 22px;
}
.rememberAndForget > * {
  margin: 0;
  padding: 0;
}

.login-language {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-right: 10px;
}

.container-fluid-login {
  width: 100%;
  height: 100%;
}

.input-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-image: none;
  border: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: unset;
  box-shadow: unset;
  border-bottom: 1px solid black;
  background-color: transparent;
}
.input-form-control::placeholder {
  text-align: center;
  color: #454545;
}
.input-form-control:focus {
  border-color: #E10600;
  outline: 0;
  box-shadow: unset;
}

.content-login {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.login-input-form-field {
  position: relative;
}
.login-input-form-field > input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #454545;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8px 12px;
  outline: 0;
}
.login-input-form-field > input:valid {
  background: white;
}
.login-input-form-field > input:focus {
  border-color: #f06d06;
}
.login-input-form-field > input:focus + label {
  color: #454545;
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;
  text-transform: capitalize;
}
.login-input-form-field > input:valid + label {
  color: #454545;
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;
  text-transform: capitalize;
}
.login-input-form-field > input:not(:placeholder-shown) + label {
  color: #454545;
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;
  text-transform: capitalize;
}
.login-input-form-field > label {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #454545;
  padding: 7px 6px;
}
.login-input-form-field > input {
  padding: 12px 12px 12px 12px;
}
.login-input-form-field > label {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.login-input-form-field > input:focus + label {
  top: -50%;
  height: 16px;
}
.login-input-form-field > input:valid + label {
  top: -50%;
  height: 16px;
}
.login-input-form-field > input:not(:placeholder-shown) + label {
  top: -50%;
  height: 16px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.description-exception {
  padding-bottom: 10px;
}

.flex-container {
  display: flex;
  width: 100%;
  align-items: center;
}

.label-new-exception {
  width: 155px;
}

.button-new-exception {
  width: 55px;
}

.flex-grow {
  flex-grow: 1;
}

.exception-list-container {
  display: flex;
  flex-direction: column;
  /*border: 1px solid #000;*/
  width: 100%; /* Largeur de la "table" */
  height: 250px; /* Hauteur fixe du "body" avec défilement */
  /*padding-bottom: 15px;*/
  border: 1px solid #ddd;
}

.exception-list-container .exception-header {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.exception-list-container .exception-header div {
  padding: 8px;
  text-align: left;
  vertical-align: bottom;
  font-weight: bold;
  white-space: nowrap;
}

.exception-list-container .exception-header div {
  vertical-align: bottom;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 8px;
}

.exception-list-container .empty-exception-raw {
  text-align: center;
  padding: 15px;
  font-style: italic;
}

.exception-list-container .cell-1 {
  flex-grow: 1;
}

.exception-list-container .cell-2 {
  width: 160px;
}

.exception-list-container .cell-3 {
  width: 140px;
}

.exception-list-container .cell-4 {
  width: 60px;
}

.exception-list-container .cell-4-head {
  width: 60px;
}

.exception-list-container .exception-body {
  flex: 1; /* Utilise tout l'espace restant dans la "table" */
  overflow-y: scroll; /* Ajoute une barre de défilement vertical si nécessaire */
}

.exception-list-container .exception-body .exception-cell {
  padding: 8px;
  border-top: 1px solid #ddd;
  align-content: center;
  text-align: left;
}

.exception-list-container .exception-raw {
  display: flex;
  width: 100%;
}

.exception-list-container .exception-raw:last-child {
  border-bottom: none; /* Supprime la bordure inférieure de la dernière ligne */
}

.exception-list-container .exception-raw:hover {
  background-color: #f0f0f0; /* Gris clair au survol */
}

#submitExceptionButton {
  margin-top: 10px;
}

.list-exception-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.canLaunch {
  background-color: #e3f8ef;
}

.cantLaunch {
  background-color: #fde5e5;
}

.canLaunch:hover {
  background-color: #b9ecd7 !important;
}

.cantLaunch:hover {
  background-color: #fcc5c5 !important;
}

.category-title {
  border-bottom: 1px solid #eeeeee;
}
.category-trainings {
  padding-left: 15px;
}

.edit-avatar--form-center {
  margin: auto;
  width: 300px;
}

.edit-avatar--imglink {
  margin-right: 5px;
  border: 1px solid transparent;
}
.edit-avatar--imglink:hover {
  border: 1px solid #337ab7;
}

.description-group {
  padding-bottom: 10px;
}

.flex-container {
  display: flex;
  width: 100%;
  align-items: center;
}

.label-new-group {
  width: 155px;
}

.button-new-group {
  width: 55px;
}

.flex-grow {
  flex-grow: 1;
}

.group-list-container {
  display: flex;
  flex-direction: column;
  /*border: 1px solid #000;*/
  width: 100%; /* Largeur de la "table" */
  max-height: 250px; /* Hauteur fixe du "body" avec défilement */
  padding-bottom: 15px;
}

.group-list-container .group-header {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.group-list-container .group-header div {
  padding: 8px;
  text-align: left;
  vertical-align: bottom;
  font-weight: bold;
  white-space: nowrap;
}

.group-list-container .group-header div {
  vertical-align: bottom;
  font-weight: bold;
  white-space: nowrap;
}

.group-list-container .empty-group-raw {
  text-align: center;
  padding: 15px;
  font-style: italic;
}

.group-list-container .cell-1 {
  flex-grow: 1;
}

.group-list-container .cell-2 {
  width: 160px;
}

.group-list-container .cell-3 {
  width: 140px;
}

.group-list-container .cell-4 {
  width: 100px;
}

.group-list-container .cell-5 {
  width: 60px;
}

.group-list-container .group-body {
  flex: 1; /* Utilise tout l'espace restant dans la "table" */
  overflow-y: auto; /* Ajoute une barre de défilement vertical si nécessaire */
}

.group-list-container .group-body .group-cell {
  padding: 8px;
  border-top: 1px solid #ddd;
  align-content: center;
  text-align: left;
}

.group-list-container .group-raw {
  display: flex;
  width: 100%;
  /*border-bottom: 2px solid #ddd;*/
}

.group-list-container .group-raw:last-child {
  border-bottom: none; /* Supprime la bordure inférieure de la dernière ligne */
}

.group-list-container .group-raw:hover {
  background-color: #f0f0f0; /* Gris clair au survol */
}

.intrapopup {
  display: none;
  height: auto;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.list-learner-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.mt-1 {
  margin-top: 15px;
}

.mt-2 {
  margin-top: 30px;
}

.training-create-type-title {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 40px;
  width: 100%;
}
.training-create-type-title .icon {
  margin-right: 10px;
}
.training-create-type-title strong {
  white-space: nowrap;
}

.training-create-icon-type {
  margin-right: 10px;
}

.training-create-choose-type .faq-link-container {
  display: flex;
  width: 470px;
  margin: 10px;
  background-color: #f5f5f5;
}
.training-create-choose-type .faq-link-container .faq-link {
  margin-left: 5px;
  cursor: pointer;
}
.training-create-choose-type .create-icon-container {
  text-align: center;
  display: none;
}
.training-create-choose-type .training-create-type-title {
  font-size: 1.3em;
  text-align: center;
  justify-content: center;
}
.training-create-choose-type .training-type-button, .training-create-choose-type .training-type-button-ai {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  min-height: 150px;
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.training-create-choose-type .training-type-button .help-text-container p, .training-create-choose-type .training-type-button-ai .help-text-container p {
  display: inline-block;
  vertical-align: middle;
}
.training-create-choose-type .create-button-icon {
  display: none;
}
.training-create-choose-type {
  /*
     -webkit-box-shadow: 2px 2px 5px 2px $rgbHover;
         -moz-box-shadow: 2px 2px 5px 2px $rgbHover;
         box-shadow: 2px 2px 5px 2px $rgbHover;
     */
}
.training-create-choose-type .training-type-button:hover {
  cursor: pointer;
  color: white;
  background-color: #337ab7;
}
.training-create-choose-type .training-type-button:hover .faq-link {
  color: white;
}

.learner-stat__keyfigures {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.learner-stat__separator {
  width: 1px;
  background: #D1D1D1;
}

.learner-info__timer-img {
  width: 100px;
}

.learner-info__wrapper {
  flex: 1;
}
.learner-info__wrapper .progress-radial {
  float: none;
  margin: 10px auto 18px;
}

.learner-stat__infos {
  align-self: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.learner-info__target-icon {
  font-size: 100px;
  color: #E10600;
  margin-bottom: 13px;
  margin-top: 10px;
}

.learner-stat__activities h4 {
  display: inline-block;
}

.learner-stat__activities {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
}

.progress-modules__item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  text-align: left;
  border-bottom: 1px solid #D1D1D1;
  padding: 5px 0;
}
.progress-modules__item:last-of-type {
  border-bottom: none;
}

.progress-modules__item-module-name {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.progress-modules__item-percent {
  color: #E10600;
  font-size: 1.8em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.scored-activities__item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  text-align: left;
  border-bottom: 1px solid #D1D1D1;
  padding: 5px 0;
}
.scored-activities__item:last-of-type {
  border-bottom: none;
}

.scored-activities__item-module-name {
  color: #a0a0a0;
}

.scored-activities__item-module-name,
.scored-activities__item-activity-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.scored-activities__item-score {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.scored-activities__item-score-img {
  width: 30px;
}

.learner-stat__certification {
  align-self: center;
  display: grid;
  grid-template-columns: 49% auto;
}

.learner-stat__certification-text {
  text-align: left;
  align-self: center;
}

.learner-stat__certification-macaron {
  display: flex;
  align-items: center;
  justify-content: center;
}

.learner-stat__certification-macaron-img {
  width: 60%;
}

.learner-stat__certification-links {
  display: block;
}

.learner-badges {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.learner-badges__item {
  width: 180px;
}

.learner-badges__img {
  width: 150px;
}
.learner-badges__img--not-received {
  opacity: 0.25;
}

.skills-list__copy-btn {
  padding-left: 0.2em;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.skills-list__copy-btn:focus, .skills-list__copy-btn:hover, .skills-list__copy-btn:active {
  text-decoration: none;
  color: #b0b0b0;
}

.skills-list__create-btn {
  margin: 1em 0;
}

.skill-item__action {
  margin: 0 0.3em;
  cursor: pointer;
}
.skill-item__action--disabled {
  pointer-events: none;
}

@font-face {
  font-family: "ToM";
  src: url("../../build/fonts/ToM/ToM.eot");
  src: url("../../build/fonts/ToM/ToM.eot?#iefix") format("embedded-opentype"), url("../../build/fonts/ToM/ToM.woff2") format("woff2"), url("../../build/fonts/ToM/ToM.woff") format("woff"), url("../../build/fonts/ToM/ToM.ttf") format("truetype"), url("../../build/fonts/ToM/ToM.svg#ToM") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "ToM";
    src: url("../../build/fonts/ToM/ToM.svg#ToM") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.tom-icon-add-circle-outline:before,
.tom-icon-add-image:before,
.tom-icon-add-rte-menu-audio:before,
.tom-icon-add-rte-menu-document:before,
.tom-icon-add-rte-menu-image:before,
.tom-icon-add-rte-menu-link:before,
.tom-icon-add-rte-menu-quote:before,
.tom-icon-add-rte-menu-text:before,
.tom-icon-add-rte-menu-title:before,
.tom-icon-add-rte-menu-training:before,
.tom-icon-add-rte-menu-video:before,
.tom-icon-addtraining:before,
.tom-icon-alert-check:before,
.tom-icon-alert-fail:before,
.tom-icon-alert-info:before,
.tom-icon-alert-warning:before,
.tom-icon-bookmark:before,
.tom-icon-bookmark_selected:before,
.tom-icon-category:before,
.tom-icon-check:before,
.tom-icon-check-empty:before,
.tom-icon-check-full:before,
.tom-icon-check-open:before,
.tom-icon-close:before,
.tom-icon-com-article:before,
.tom-icon-com-create-comm:before,
.btn-create-communication:before,
.tom-icon-com-image:before,
.tom-icon-com-layout-left:before,
.tom-icon-com-layout-right:before,
.tom-icon-com-layout-top:before,
.tom-icon-com-link:before,
.tom-icon-com-push:before,
.tom-icon-com-send-comm:before,
.tom-icon-com-training:before,
.tom-icon-com-video:before,
.tom-icon-delete:before,
.tom-icon-download:before,
.tom-icon-edit:before,
.tom-icon-filter:before,
.tom-icon-filter_selected:before,
.tom-icon-like:before,
.tom-icon-like_selected:before,
.tom-icon-liked:before,
.tom-icon-link:before,
.tom-icon-noimage:before,
.tom-icon-not-liked:before,
.tom-icon-ots-generate-license:before,
.btn-generate-license:before,
.tom-icon-ots-request-license:before,
.tom-icon-plane:before,
.tom-icon-quote:before,
.tom-icon-rocket:before,
.tom-icon-search:before,
.tom-icon-share:before,
.tom-icon-share_selected:before,
.tom-icon-times-empty:before,
.tom-icon-times-full:before,
.tom-icon-training:before,
.tom-icon-training-learning-path:before,
.tom-icon-trashbin:before,
.tom-icon-trophy:before,
.tom-icon-wall:before,
.tom-icon-warning:before {
  display: inline-block;
  font-family: "ToM";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.tom-icon-add-circle-outline:before {
  content: "\f10e";
}

.tom-icon-add-image:before {
  content: "\f10f";
}

.tom-icon-add-rte-menu-audio:before {
  content: "\f131";
}

.tom-icon-add-rte-menu-document:before {
  content: "\f132";
}

.tom-icon-add-rte-menu-image:before {
  content: "\f133";
}

.tom-icon-add-rte-menu-link:before {
  content: "\f134";
}

.tom-icon-add-rte-menu-quote:before {
  content: "\f135";
}

.tom-icon-add-rte-menu-text:before {
  content: "\f136";
}

.tom-icon-add-rte-menu-title:before {
  content: "\f137";
}

.tom-icon-add-rte-menu-training:before {
  content: "\f138";
}

.tom-icon-add-rte-menu-video:before {
  content: "\f139";
}

.tom-icon-addtraining:before {
  content: "\f110";
}

.tom-icon-alert-check:before {
  content: "\f13d";
}

.tom-icon-alert-fail:before {
  content: "\f13e";
}

.tom-icon-alert-info:before {
  content: "\f13f";
}

.tom-icon-alert-warning:before {
  content: "\f140";
}

.tom-icon-bookmark:before {
  content: "\f111";
}

.tom-icon-bookmark_selected:before {
  content: "\f112";
}

.tom-icon-category:before {
  content: "\f102";
}

.tom-icon-check:before {
  content: "\f103";
}

.tom-icon-check-empty:before {
  content: "\f12c";
}

.tom-icon-check-full:before {
  content: "\f12d";
}

.tom-icon-check-open:before {
  content: "\f141";
}

.tom-icon-close:before {
  content: "\f104";
}

.tom-icon-com-article:before {
  content: "\f11b";
}

.tom-icon-com-create-comm:before, .btn-create-communication:before {
  content: "\f126";
}

.tom-icon-com-image:before {
  content: "\f11c";
}

.tom-icon-com-layout-left:before {
  content: "\f11d";
}

.tom-icon-com-layout-right:before {
  content: "\f11e";
}

.tom-icon-com-layout-top:before {
  content: "\f124";
}

.tom-icon-com-link:before {
  content: "\f120";
}

.tom-icon-com-push:before {
  content: "\f121";
}

.tom-icon-com-send-comm:before {
  content: "\f127";
}

.tom-icon-com-training:before {
  content: "\f122";
}

.tom-icon-com-video:before {
  content: "\f123";
}

.tom-icon-delete:before {
  content: "\f105";
}

.tom-icon-download:before {
  content: "\f12a";
}

.tom-icon-edit:before {
  content: "\f106";
}

.tom-icon-filter:before {
  content: "\f113";
}

.tom-icon-filter_selected:before {
  content: "\f114";
}

.tom-icon-like:before {
  content: "\f115";
}

.tom-icon-like_selected:before {
  content: "\f116";
}

.tom-icon-liked:before {
  content: "\f107";
}

.tom-icon-link:before {
  content: "\f125";
}

.tom-icon-noimage:before {
  content: "\f108";
}

.tom-icon-not-liked:before {
  content: "\f109";
}

.tom-icon-ots-generate-license:before, .btn-generate-license:before {
  content: "\f128";
}

.tom-icon-ots-request-license:before {
  content: "\f129";
}

.tom-icon-plane:before {
  content: "\f142";
}

.tom-icon-quote:before {
  content: "\f13a";
}

.tom-icon-rocket:before {
  content: "\f117";
}

.tom-icon-search:before {
  content: "\f10a";
}

.tom-icon-share:before {
  content: "\f118";
}

.tom-icon-share_selected:before {
  content: "\f119";
}

.tom-icon-times-empty:before {
  content: "\f130";
}

.tom-icon-times-full:before {
  content: "\f12f";
}

.tom-icon-training:before {
  content: "\f10b";
}

.tom-icon-training-learning-path:before {
  content: "\f13c";
}

.tom-icon-trashbin:before {
  content: "\f10c";
}

.tom-icon-trophy:before {
  content: "\f11a";
}

.tom-icon-wall:before {
  content: "\f12b";
}

.tom-icon-warning:before {
  content: "\f10d";
}

.live-uiMain--buttonActions .fa {
  margin-right: 15px;
  line-height: 1em;
}

.vuejs-live-ui .live-ranking-view {
  margin: 0;
  height: 100vh;
  padding: 0;
}
.vuejs-live-ui .live-brainstorming__title,
.vuejs-live-ui .live-brainstorming__subtitle {
  margin-left: 20px;
}
.vuejs-live-ui .live-brainstorming__title {
  margin-bottom: 0;
  display: inline-block;
}
.vuejs-live-ui .live-uiMain--rankingLink {
  margin-left: 20px;
  display: inline-block;
}

.ranking {
  min-height: 200px;
}

.themes_theme_content_logo img {
  max-width: 100%;
  max-height: 100px;
  min-height: 100px;
}

.theming-label-block {
  width: 100%;
  display: inline-block;
}

.theming ::-webkit-input-placeholder {
  color: #999;
}
.theming ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.theming ::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.theming :-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.theming :-moz-placeholder { /* Firefox 18- */
  color: #999;
}
.theming .theme-name {
  line-height: 35px;
}
.theming .title-with-button {
  line-height: 43px;
}
.theming .dropzone .dz-preview, .theming .dropzone-previews .dz-preview {
  width: 320px;
}
.theming .dropzone .dz-preview .dz-image img, .theming .dropzone .dz-preview .dz-image .dz-details, .theming .dropzone .dz-preview img, .theming .dropzone .dz-preview .dz-details {
  width: 300px;
}
.theming-themesContainer .no-themes-instructions {
  height: 300px;
}
.theming-themesContainer {
  display: flex;
}
.theming-themesContainer .icon-link {
  margin: 0 8px;
}

#themes-table tr {
  min-height: 60px;
}

.default-theming-themeItem {
  margin: auto;
}

.theming .form-group {
  margin: 5px 0;
}

.image-viewer-modal {
  text-align: center;
  padding: 0 !important;
}
.image-viewer-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.image-viewer-modal .modal-content {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  margin-top: 5px;
}
.image-viewer-modal > .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.image-viewer-modal > .close-image-viewer-modal {
  position: absolute;
  color: white;
  top: 25px;
  right: 25px;
  font-size: large;
  text-decoration: none !important;
}

/*! jQuery UI - v1.11.4 - 2017-10-23
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0; /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
  border-radius: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0; /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
  border-radius: 8px;
}

ul.tagit {
  padding: 1px 5px;
  overflow: auto;
  margin-left: inherit; /* usually we don't want the regular ul margins. */
  margin-right: inherit;
}

ul.tagit li {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}

ul.tagit li.tagit-choice {
  position: relative;
  line-height: inherit;
}

input.tagit-hidden-field {
  display: none;
}

ul.tagit li.tagit-choice-read-only {
  padding: 0.2em 0.5em 0.2em 0.5em;
}

ul.tagit li.tagit-choice-editable {
  padding: 0.2em 18px 0.2em 0.5em;
}

ul.tagit li.tagit-new {
  padding: 0.25em 4px 0.25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
  cursor: pointer;
  text-decoration: none;
}

ul.tagit li.tagit-choice .tagit-close {
  cursor: pointer;
  position: absolute;
  right: 0.1em;
  top: 50%;
  margin-top: -8px;
  line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
  display: none;
}

ul.tagit li.tagit-choice input {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}

ul.tagit input[type=text] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  width: inherit;
  background-color: inherit;
  outline: none;
}

.form-inline .input-group .form-group.export-lang-select, .form-inline .input-group .form-group.export-lang-container,
.form-inline .input-group .input-group-addon.export-lang-select,
.form-inline .input-group .input-group-addon.export-lang-container,
.form-inline .input-group .input-group-btn.export-lang-select,
.form-inline .input-group .input-group-btn.export-lang-container,
.form-inline .input-group .form-control.export-lang-select,
.form-inline .input-group .form-control.export-lang-container {
  width: 100%;
}
.form-inline .input-group .form-group.export-lang-container label,
.form-inline .input-group .input-group-addon.export-lang-container label,
.form-inline .input-group .input-group-btn.export-lang-container label,
.form-inline .input-group .form-control.export-lang-container label {
  width: 100%;
}

table.license-table tbody tr td {
  vertical-align: middle;
}

.ots-option-nolimit {
  margin-top: 2.4em;
}

.ots-filter-updateAble {
  border: 1px solid black;
  padding: 3px;
}

.table.license-table .ots-table__highlight-row {
  background: #f2dede;
}

.ots-table__highlight-row .text-danger {
  font-weight: bold;
}

.ots-trainingImport-options dt {
  width: 150px;
  float: left;
  margin-right: 15px;
}
.ots-trainingImport-options dd {
  float: left;
}

.ots-col-producer-label {
  width: 160px;
  text-align: right;
}
.ots-col-producer-label label {
  width: 160px;
}

.ots-col-producer-value {
  margin-left: 16px;
}

.ots-source-training-description .contains-description {
  margin-top: 20px;
}

.remote-training-summary {
  flex-grow: 1;
  flex-shrink: 1;
}
.remote-training-name {
  margin-bottom: 0px;
}
.remote-training-code {
  margin-top: 0px;
  font-size: 1.5rem;
}

.forum-loader {
  padding: 20px;
}

.publisher-form__abstract-locale {
  width: 120px;
  display: inline;
}

#publisher-trainings-list {
  padding: 0;
}

.popup-qrcode-input {
  border: 1px solid #719AC5;
  color: #719AC5;
  padding-left: 10px;
  width: 100%;
}

.btn-qrcode-action {
  padding: 3px;
}

.div-qrcode {
  border-right: 1px solid rgba(220, 220, 220, 0.95);
}

.imgIcon {
  width: 25px;
}

.titleLinkQrCode {
  font-size: 20px;
}

.topmenu > ul > li > .titleLinkQrCode {
  padding: 0;
  margin-bottom: 10px;
}

.coaching-list-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coaching-list-title-wrapper form {
  display: flex;
  justify-content: space-between;
}
.coaching-list-title-wrapper .coaching-list-title-text {
  margin: 0;
}
.coaching-list-title-wrapper .coaching-list-title-buttons select {
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 6px;
  min-width: 180px;
}
.coaching-list-title-wrapper .coaching-list-title-buttons select:focus {
  outline: none;
}
.coaching-list-title-wrapper .coaching-list-title-buttons select:active {
  outline: none;
}
.coaching-list-title-wrapper .coaching-list-title-buttons select {
  margin: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.coaching-list-title-wrapper .coaching-list-title-buttons > *:not(:last-child) {
  margin-right: 0.5rem;
}
.coaching-list-title-wrapper .coaching-options {
  display: flex;
  align-items: center;
}

.coaching-skills-list-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coaching-skills-list-title-wrapper form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.coaching-skills-list-title-wrapper .coaching-list-title-text {
  margin: 0;
}
.coaching-skills-list-title-wrapper .coaching-list-title-buttons select {
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 6px;
  min-width: 180px;
}
.coaching-skills-list-title-wrapper .coaching-list-title-buttons select:focus {
  outline: none;
}
.coaching-skills-list-title-wrapper .coaching-list-title-buttons select:active {
  outline: none;
}
.coaching-skills-list-title-wrapper .coaching-list-title-buttons select {
  margin: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.coaching-skills-list-title-wrapper .coaching-list-title-buttons > *:not(:last-child) {
  margin-right: 0.5rem;
}
.coaching-skills-list-title-wrapper .coaching-options {
  display: flex;
  align-items: center;
}

.coaching-list-table-skill-details {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coaching-list-table-skill-code, .coaching-list-table-skill-name, .coaching-list-table-skill-details, .coaching-list-table-skill-status, .coaching-list-table-skill-action {
  vertical-align: middle !important;
}
.coaching-list-table-skill-code p, .coaching-list-table-skill-name p, .coaching-list-table-skill-details p, .coaching-list-table-skill-status p, .coaching-list-table-skill-action p {
  margin-bottom: 0px;
}

.coaching-list-table-skill-status {
  text-align: center;
}

.coaching-list-input-search input {
  border: 1px solid #ccc;
  padding: 5px 25px 5px 5px;
  border-radius: 4px;
  width: 240px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.coaching-list-input-search input:focus {
  outline: none;
}
.coaching-list-input-search input:active {
  outline: none;
}
.coaching-list-input-search button {
  position: relative;
  left: -37px;
}

.coaching-configure-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
}

.coaching-details-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.coaching-configure-toolbar-select-container, .coaching-configure-toolbar-select-status-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.coaching-configure-toolbar-select-container > span, .coaching-configure-toolbar-select-status-container > span {
  margin-right: 10px;
}
.coaching-configure-toolbar-select-container > .form-control, .coaching-configure-toolbar-select-status-container > .form-control {
  width: initial;
}

.coaching-configure-content-wrapper {
  padding: 15px 0 0 0;
}

.coaching-configure-content {
  margin: 1rem 0 0 0;
  padding: 15px;
  background-color: white;
}

.coaching-configure-content-levels-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.coaching-configure-content-levels-wrapper > input {
  padding: 0.75rem;
  width: 275px;
}

.coaching-configure-content-levels {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 2rem;
}
.coaching-configure-content-levels > div {
  width: 50px;
  height: 10px;
}
.coaching-configure-content-levels > div:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.coaching-configure-content-levels > div:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.coaching-configure-content-levels > div {
  margin-right: 2px;
}
.coaching-configure-content-levels > div.filled {
  background-color: #a51300;
}
.coaching-configure-content-levels > div.empty {
  background-color: #d2d2d2;
}
.coaching-configure-content-levels.small > div {
  width: 24px;
  height: 4px;
}
.coaching-configure-content-levels.small > div:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.coaching-configure-content-levels.small > div:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.coaching-configure-content-levels.small > div {
  margin-right: 1px;
}

.coaching-configure-footer {
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 15px;
}

.coaching-edit-content {
  margin: 1rem 0 0 0;
  padding: 15px;
  background-color: white;
}
.coaching-edit-content h4 {
  margin: 2rem 0;
}
.coaching-edit-content .hint {
  color: #848383;
  padding-left: 15px;
}

.coaching-fieldset + .coaching-fieldset {
  margin-top: 15px;
}
.coaching-fieldset + div.hint {
  margin-top: 15px;
}
.coaching-fieldset + div.hint + .coaching-fieldset {
  margin-top: 15px;
}
.coaching-fieldset.disabled {
  border: 1px solid #848383;
}
.coaching-fieldset.disabled input {
  color: #848383;
  background-color: transparent;
}

.coaching-fieldset {
  width: 100%;
  height: 50px;
  border: 1px solid #696969;
  padding: 0 14px;
  display: flex;
  flex-direction: column;
}
.coaching-fieldset legend {
  font-size: 12px;
  border: none;
  width: initial;
  color: #696969;
}
.coaching-fieldset.textarea {
  height: 156px;
}
.coaching-fieldset .input-container {
  margin-top: -18px;
}
.coaching-fieldset .input-container input {
  width: 100%;
  border: none;
}
.coaching-fieldset .input-container input:active {
  outline: none;
}
.coaching-fieldset .input-container input:focus {
  outline: none;
}
.coaching-fieldset .input-container textarea {
  width: 100%;
  resize: none;
  border: none;
}
.coaching-fieldset .input-container textarea:active {
  outline: none;
}
.coaching-fieldset .input-container textarea:focus {
  outline: none;
}
.coaching-fieldset + p {
  white-space: pre-line;
  margin-bottom: 2rem;
  color: #696969;
}

.first-level-menu.coaching {
  background-color: transparent;
  border: none;
  border-top: 1px solid #dddddd;
  border-radius: 0;
  padding: 0 0 10px 0;
}
.first-level-menu.coaching .topmenu > ul > .active:before {
  left: 4%;
}
.first-level-menu.coaching li a {
  text-transform: capitalize;
  padding: 10px 0 0 0;
  margin: 0 2rem 0 0;
}

.user-coaching .elements-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.user-coaching .elements-wrapper > * {
  flex: 1;
}
.user-coaching .coaching-analytics-element {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-coaching .coaching-analytics-element .star, .user-coaching .coaching-analytics-element .training, .user-coaching .coaching-analytics-element .paperclip {
  width: 75px;
  height: 75px;
  fill: #828282;
  margin: 0.5rem 2rem;
}
.user-coaching .coaching-analytics-element .paperclip {
  width: 50px;
  height: 50px;
  fill: #828282;
  margin: 0.5rem 2rem;
}
.user-coaching .coaching-analytics-element .number {
  color: #B30001;
  font-weight: 500;
  font-size: 60px;
  margin-right: 2rem;
}
.user-coaching .coaching-analytics-element .info-text {
  max-width: 100px;
}
.user-coaching .evaluation-graphs {
  display: grid;
  grid: 1fr 1fr/174px 30px;
  grid-template-areas: "texts progression" "graphs progression";
  align-items: center;
}
.user-coaching .evaluated-text {
  font-size: 14px;
  font-weight: 500;
  grid-area: texts;
  color: #a51300;
}
.user-coaching .evaluated-graph {
  grid-area: graphs;
}
.user-coaching .evaluated-progression {
  grid-area: progression;
  font-size: 14px;
  font-weight: 500;
  color: green;
  align-self: center;
}
.user-coaching .table td {
  vertical-align: middle;
}
.user-coaching .coach-comment-svg-wrapper {
  width: 30px;
  height: 30px;
  fill: #0070c9;
  color: #0070c9;
  margin: 0 auto;
}
.user-coaching .coach-comment-svg-wrapper:hover {
  cursor: pointer;
}
.user-coaching .coach-comment-container {
  text-align: center;
}
.user-coaching .coach-comment-th {
  text-align: center;
}
.user-coaching .coach-select-period-wrapper form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.user-coaching .coach-select-period-wrapper .actions {
  align-self: center;
  margin: 5px 17px 20px 0;
}
.user-coaching .coach-select-period {
  padding: 0 17px;
  width: 100%;
  margin: 5px 0 20px 0;
}
.user-coaching .coach-select-period select {
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 6px;
  min-width: 180px;
}
.user-coaching .coach-select-period select:focus {
  outline: none;
}
.user-coaching .coach-select-period select:active {
  outline: none;
}
.user-coaching .coach-select-period select {
  margin: 0 10px;
}

.coaching-sessions-list-title-buttons {
  display: flex;
  align-items: center;
}
.coaching-sessions-list-title-buttons #daterangepicker {
  margin-right: 17px;
}
.coaching-sessions-list-title-buttons .filter-text {
  margin-right: 0.25rem;
}
.coaching-sessions-list-title-buttons select {
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 6px;
  min-width: 180px;
}
.coaching-sessions-list-title-buttons select:focus {
  outline: none;
}
.coaching-sessions-list-title-buttons select:active {
  outline: none;
}
.coaching-sessions-list-title-buttons select {
  margin: 0 10px;
  margin: 0 17px 0 0;
}

.session-details-td a {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
.session-details-td span.svg-wrapper > svg {
  height: 25px;
}

.coaching-analytics {
  margin-bottom: 17px;
}

.coaching-sessions-table-wrapper {
  height: calc(100vh - 221px);
  overflow: auto;
}
.coaching-skills-table-wrapper {
  height: calc(100vh - 278px);
  overflow: auto;
}

div.alert + .coaching-skills-list-title-wrapper + .well .coaching-skills-table-wrapper {
  height: calc(100vh - 338px);
}

.coaching-sessions-table td {
  vertical-align: middle !important;
}

.coaching-skills-table-buttons-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 17px;
}

#confirm-coaching-state {
  background: rgba(0, 0, 0, 0.5);
}

.addReadMore {
  white-space: pre-line;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: #0070c9;
  cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

.certificate-legacy {
  background-color: #e4ecf7;
  width: 65px;
  border-radius: 11px;
  text-align: center;
  color: #4a82cb;
  height: fit-content;
}

.title_p {
  display: inline-block;
}

#js-certificates-list__table p {
  margin-bottom: 0px;
}

#js-certificates-list__table > tbody > tr > td {
  vertical-align: middle;
}

.tooltip-certificates {
  --min-width: 40px;
  --text-align:center;
}

.certificate-certificates-table-wrapper {
  height: calc(100vh - 230px);
  overflow: auto;
}

div.alert + .certificate-certificates-table-wrapper + .well .certificate-certificates-table-wrapper {
  height: calc(100vh - 390px);
}

.certificate-trash {
  color: #D1D1D1;
}

#addonEventsFrame {
  margin: 0;
  display: block;
}

:root {
  --lumapps-color-primary: #000000;
}

@keyframes progress-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.progress-circular {
  position: relative;
  width: 36px;
  height: 36px;
}
.progress-circular__double-bounce1, .progress-circular__double-bounce2 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: progress-bounce 2s infinite ease-in-out;
  background-color: var(--lumapps-color-primary);
  opacity: 0.4;
}
.progress-circular__double-bounce2 {
  animation-delay: -1s;
}

/*# sourceMappingURL=app.css.map */
