@charset 'UTF-8';
/** bootstrap.less */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.table.table-large > caption + thead > tr:first-child > th,
.table.table-large > colgroup + thead > tr:first-child > th,
.table.table-large > thead:first-child > tr:first-child > th,
.table.table-large > caption + thead > tr:first-child > td,
.table.table-large > colgroup + thead > tr:first-child > td,
.table.table-large > tbody > tr > td,
.table.table-large > thead:first-child > tr:first-child > td {
  padding: 24px;
}
/*! 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/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: arial, helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: #0a8f4d;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #e9e9eb;
}
.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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #e9e9eb;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 45px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 25px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 86%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #8c559b;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #656872;
}
.text-primary {
  color: #414141;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #272727;
}
.text-success {
  color: #39b7a1;
}
a.text-success:hover,
a.text-success:focus {
  color: #2d907f;
}
.text-info {
  color: #0a8f4d;
}
a.text-info:hover,
a.text-info:focus {
  color: #075f33;
}
.text-warning {
  color: #8c559b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #6e437a;
}
.text-danger {
  color: #546269;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #3d484d;
}
.bg-primary {
  color: #fff;
  background-color: #414141;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #272727;
}
.bg-success {
  background-color: #39b7a1;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #2d907f;
}
.bg-info {
  background-color: #0a8f4d;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #075f33;
}
.bg-warning {
  background-color: #8c559b;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #6e437a;
}
.bg-danger {
  background-color: #546269;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #3d484d;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #f9f9fb;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #f9f9fb;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #e9e9eb;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #f9f9fb;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
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: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #656872;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
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;
}
@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;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .row.equal-height {
    display: flex;
    flex-wrap: wrap;
  }
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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: 12px;
  padding-bottom: 12px;
  color: #656872;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e9e9eb;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9e9eb;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e9e9eb;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 8px;
}
.table-bordered {
  border: 1px solid #e9e9eb;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e9e9eb;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9fb;
}
.table-hover > tbody > tr:hover {
  background-color: #f9f9fb;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #e9e9eb;
}
.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: #dcdcdf;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #39b7a1;
}
.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: #33a490;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #0a8f4d;
}
.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: #087740;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #8c559b;
}
.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: #7d4c8b;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #546269;
}
.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: #49555b;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e9e9eb;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #656872;
  border: 0;
  border-bottom: 1px solid #a7a9af;
}
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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
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: 15px;
  line-height: 1.42857143;
  color: #656872;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #656872;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e9e9eb;
  border-radius: 0px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #a7a9af;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a7a9af;
}
.form-control::-webkit-input-placeholder {
  color: #a7a9af;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f9f9fb;
  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: 35px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 41px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 58px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 21px;
  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,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
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: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 41px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 41px;
  line-height: 41px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 41px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 41px;
  line-height: 41px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 41px;
  min-height: 34px;
  padding: 11px 20px;
  font-size: 13px;
  line-height: 1.5;
}
.input-lg {
  height: 58px;
  padding: 15px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 58px;
  line-height: 58px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 58px;
  padding: 15px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 58px;
  line-height: 58px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 58px;
  min-height: 40px;
  padding: 16px 30px;
  font-size: 19px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 58px;
  height: 58px;
  line-height: 58px;
}
.form-group-lg .btn {
  height: 58px;
  padding: 15px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-sm .btn {
  height: 41px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 41px;
  height: 41px;
  line-height: 41px;
}
.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: #fff;
}
.has-success .form-control {
  border-color: #fff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #fff;
  background-color: #39b7a1;
  border-color: #fff;
}
.has-success .form-control-feedback {
  color: #fff;
}
.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: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #fff;
  background-color: #8c559b;
  border-color: #fff;
}
.has-warning .form-control-feedback {
  color: #fff;
}
.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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #546269;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@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: 28px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@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: 16px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 11px;
    font-size: 13px;
  }
}
.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: 15px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #000000;
  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: #000000;
  background-color: #e9e9eb;
  border-color: #e9e9eb;
}
.btn-default:focus,
.btn-default.focus {
  color: #000000;
  background-color: #ceced3;
  border-color: #a6a6ae;
}
.btn-default:hover {
  color: #000000;
  background-color: #ceced3;
  border-color: #c9c9ce;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000000;
  background-color: #ceced3;
  background-image: none;
  border-color: #c9c9ce;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #000000;
  background-color: #bcbcc2;
  border-color: #a6a6ae;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #e9e9eb;
  border-color: #e9e9eb;
}
.btn-default .badge {
  color: #e9e9eb;
  background-color: #000000;
}
.btn-primary {
  color: #fff;
  background-color: #414141;
  border-color: #414141;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #272727;
  border-color: #010101;
}
.btn-primary:hover {
  color: #fff;
  background-color: #272727;
  border-color: #222222;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #272727;
  background-image: none;
  border-color: #222222;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #161616;
  border-color: #010101;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #414141;
  border-color: #414141;
}
.btn-primary .badge {
  color: #414141;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #39b7a1;
  border-color: #39b7a1;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #2d907f;
  border-color: #1b564b;
}
.btn-success:hover {
  color: #fff;
  background-color: #2d907f;
  border-color: #2a8878;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #2d907f;
  background-image: none;
  border-color: #2a8878;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #247567;
  border-color: #1b564b;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #39b7a1;
  border-color: #39b7a1;
}
.btn-success .badge {
  color: #39b7a1;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #0a8f4d;
  border-color: #0a8f4d;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #075f33;
  border-color: #02180d;
}
.btn-info:hover {
  color: #fff;
  background-color: #075f33;
  border-color: #06562e;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #075f33;
  background-image: none;
  border-color: #06562e;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #043e21;
  border-color: #02180d;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #0a8f4d;
  border-color: #0a8f4d;
}
.btn-info .badge {
  color: #0a8f4d;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #8c559b;
  border-color: #8c559b;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #6e437a;
  border-color: #422849;
}
.btn-warning:hover {
  color: #fff;
  background-color: #6e437a;
  border-color: #683f73;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #6e437a;
  background-image: none;
  border-color: #683f73;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #593663;
  border-color: #422849;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #8c559b;
  border-color: #8c559b;
}
.btn-warning .badge {
  color: #8c559b;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #546269;
  border-color: #546269;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #3d484d;
  border-color: #1b2022;
}
.btn-danger:hover {
  color: #fff;
  background-color: #3d484d;
  border-color: #394247;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #3d484d;
  background-image: none;
  border-color: #394247;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #2d3539;
  border-color: #1b2022;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #546269;
  border-color: #546269;
}
.btn-danger .badge {
  color: #546269;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #000000;
  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: #000000;
  text-decoration: #0a8f4d;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e9e9eb;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 15px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 10px 20px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 6px 13px;
  font-size: 13px;
  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: 15px;
  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: 0px;
  -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: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #656872;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #595c64;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #000000;
  text-decoration: none;
  background-color: #f9f9fb;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e9e9eb;
}
.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: 13px;
  line-height: 1.42857143;
  color: #e9e9eb;
  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 {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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 {
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  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: 0px;
  border-bottom-left-radius: 0px;
}
.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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 58px;
  padding: 15px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 58px;
  line-height: 58px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 41px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 41px;
  line-height: 41px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #656872;
  text-align: center;
  background-color: #e9e9eb;
  border: 1px solid #e9e9eb;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 10px 20px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 15px 30px;
  font-size: 19px;
  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 > 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: #f9f9fb;
}
.nav > li.disabled > a {
  color: #e9e9eb;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e9e9eb;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f9f9fb;
  border-color: #000000;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #a7a9af;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #a7a9af #a7a9af #a7a9af;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #a7a9af;
  cursor: default;
  background-color: #fff;
  border: 1px solid #a7a9af;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #a7a9af;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #a7a9af;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.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: #000000;
  background-color: #f9f9fb;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #a7a9af;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #a7a9af;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-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;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@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);
  -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-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 14.5px 15px;
  font-size: 19px;
  line-height: 21px;
}
.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: 0px;
}
.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.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@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: 21px;
  }
  .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: 14.5px;
    padding-bottom: 14.5px;
  }
}
.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);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    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: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@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: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.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: #e7e7e7;
}
@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: #e7e7e7;
  }
  .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: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f9f9fb;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #000;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #f9f9fb;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #000000;
  background-color: #f9f9fb;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #414141;
  border-color: #414141;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e9e9eb;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 15px 30px;
  font-size: 19px;
  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: 10px 20px;
  font-size: 13px;
  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: 21px 0;
  text-align: center;
  list-style: none;
}
.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: #f9f9fb;
}
.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: #e9e9eb;
  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;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #656872;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #4d4f57;
}
.label-primary {
  background-color: #414141;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #272727;
}
.label-success {
  background-color: #39b7a1;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #2d907f;
}
.label-info {
  background-color: #0a8f4d;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #075f33;
}
.label-warning {
  background-color: #8c559b;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #6e437a;
}
.label-danger {
  background-color: #546269;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #3d484d;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #0a8f4d;
  border-radius: 20px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #fff;
  background-color: #0a8f4d;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f9f9fb;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron h2 {
  padding: 0;
  margin: 0;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #dadae7;
}
.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: 68px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000000;
}
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: #fff;
  background-color: #39b7a1;
  border-color: #39b7a1;
}
.alert-success hr {
  border-top-color: #33a490;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  color: #fff;
  background-color: #0a8f4d;
  border-color: #0a8f4d;
}
.alert-info hr {
  border-top-color: #087740;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  color: #fff;
  background-color: #8c559b;
  border-color: #8c559b;
}
.alert-warning hr {
  border-top-color: #7d4c8b;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  color: #fff;
  background-color: #546269;
  border-color: #546269;
}
.alert-danger hr {
  border-top-color: #49555b;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-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: 21px;
  margin-bottom: 21px;
  overflow: hidden;
  background-color: white;
  border-radius: 3px;
  -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: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #414141;
  -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: #39b7a1;
}
.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: #0a8f4d;
}
.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: #8c559b;
}
.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: #546269;
}
.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 #e9e9eb;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #e9e9eb;
  cursor: not-allowed;
  background-color: #f9f9fb;
}
.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: #e9e9eb;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #000000;
  background-color: #f9f9fb;
  border-color: #f9f9fb;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
a.list-group-item,
button.list-group-item {
  color: #000000;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #000000;
  text-decoration: none;
  background-color: #f9f9fb;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #fff;
  background-color: #39b7a1;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #fff;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #fff;
  background-color: #33a490;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-info {
  color: #fff;
  background-color: #0a8f4d;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #fff;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #fff;
  background-color: #087740;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-warning {
  color: #fff;
  background-color: #8c559b;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #fff;
  background-color: #7d4c8b;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #546269;
}
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #49555b;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #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: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -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: 30px;
}
.panel-heading {
  padding: 15px 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 15px 20px;
  background-color: #f9f9fb;
  border-top: 1px solid #e9e9eb;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-top-right-radius: -1px;
}
.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: -1px;
  border-bottom-left-radius: -1px;
}
.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: 30px;
  padding-left: 30px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e9e9eb;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.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 #e9e9eb;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e9e9eb;
}
.panel-default {
  border-color: #e9e9eb;
}
.panel-default > .panel-heading {
  color: #000000;
  background-color: #f9f9fb;
  border-color: #e9e9eb;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e9e9eb;
}
.panel-default > .panel-heading .badge {
  color: #f9f9fb;
  background-color: #000000;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e9e9eb;
}
.panel-primary {
  border-color: #e9e9eb;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #414141;
  border-color: #e9e9eb;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e9e9eb;
}
.panel-primary > .panel-heading .badge {
  color: #414141;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e9e9eb;
}
.panel-success {
  border-color: #39b7a1;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #39b7a1;
  border-color: #39b7a1;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #39b7a1;
}
.panel-success > .panel-heading .badge {
  color: #39b7a1;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #39b7a1;
}
.panel-info {
  border-color: #086e2a;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #0a8f4d;
  border-color: #086e2a;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #086e2a;
}
.panel-info > .panel-heading .badge {
  color: #0a8f4d;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #086e2a;
}
.panel-warning {
  border-color: #734c8b;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #8c559b;
  border-color: #734c8b;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #734c8b;
}
.panel-warning > .panel-heading .badge {
  color: #8c559b;
  background-color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #734c8b;
}
.panel-danger {
  border-color: #49585b;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #546269;
  border-color: #49585b;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #49585b;
}
.panel-danger > .panel-heading .badge {
  color: #546269;
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #49585b;
}
.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: #f9f9fb;
  border: 1px solid #e9e9eb;
  border-radius: 0px;
  -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: 22.5px;
  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 #e9e9eb;
  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: #252836;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.modal-header {
  padding: 25px;
  border-bottom: 1px solid #e9e9eb;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 25px;
}
.modal-footer {
  padding: 25px;
  text-align: right;
  border-top: 1px solid #e9e9eb;
}
.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: arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  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: 13px;
  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: 0px;
}
.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: arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  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: 15px;
  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: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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 {
  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: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.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;
  }
}
.carousel-control .fa {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control.left .fa {
  left: 50%;
  margin-left: -10px;
}
.carousel-control.right .fa {
  right: 50%;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .carousel-control .fa {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control.left .fa {
    margin-left: -10px;
  }
  .carousel-control.right .fa {
    margin-right: -10px;
  }
}
/*
* Make the table responsive with Collapse by rows style
* https://css-tricks.com/accessible-simple-responsive-tables/#3-collapse-to-blocks-on-small-screens
*/
.ktable-container table .form-group {
  margin-bottom: 0;
}
.ktable-container table > tbody > tr > td {
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .ktable-container {
    max-height: 500px;
    overflow: auto;
  }
  .ktable-container table thead {
    display: none;
  }
  .ktable-container table > tbody tr {
    display: block;
    margin: 15px 0px;
    padding: 15px;
  }
  .ktable-container table > tbody td {
    display: block;
    width: 100%!important;
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 35px;
    text-align: left;
    position: relative;
  }
  .ktable-container table > tbody td:not(.no-heading) {
    padding-left: 40%;
  }
  .ktable-container table > tbody td:not(.no-heading):before {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35%;
    left: 10px;
    font-weight: 700;
    position: absolute;
    content: attr(data-title);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.label-lighter {
  border: 1px solid #f9f9fb;
  color: #000000;
  background: white;
}
.btn-group,
.btn-group-vertical {
  display: flex;
}
.btn-group.flex-nowrap,
.btn-group-vertical.flex-nowrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .btn-group,
  .btn-group-vertical {
    flex-wrap: wrap;
  }
}
.panel-heading.btn-group.text-right {
  justify-content: flex-end;
}
.panel-heading.btn-group.text-left {
  justify-content: flex-start;
}
.tile-link-wrapper,
.panelLink {
  display: block;
  color: inherit;
  text-decoration: none;
}
.tile-link-wrapper:hover,
.panelLink:hover {
  text-decoration: none;
  color: inherit;
}
.padding-base-1 {
  padding: 6px 12px;
}
.padding-base-2 {
  padding: 12px 24px;
}
.padding-base-3 {
  padding: 18px 36px;
}
.padding-base-4 {
  padding: 24px 48px;
}
.padding-vertical-base-1 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.padding-vertical-base-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.padding-vertical-base-3 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.padding-vertical-base-4 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.container-content-wrapper > .row.container-valign-center,
.container-content-wrapper > .row.container-valign-bottom {
  display: flex;
  flex-wrap: wrap;
}
.container-content-wrapper > .row.container-valign-center {
  align-items: center;
}
.container-content-wrapper > .row.container-valign-bottom {
  align-items: end;
}
html body .bgcolor-primary {
  background-color: #414141;
}
html body .bgcolor-success {
  background-color: #39b7a1;
}
html body .bgcolor-info {
  background-color: #0a8f4d;
}
html body .bgcolor-warning {
  background-color: #8c559b;
}
html body .bgcolor-danger {
  background-color: #546269;
}
html body .bgcolor-alternate {
  background-color: #e9e9eb;
}
html body .color-brand-primary {
  color: #414141;
}
html body .color-brand-success {
  color: #39b7a1;
}
html body .color-brand-info {
  color: #0a8f4d;
}
html body .color-brand-warning {
  color: #8c559b;
}
html body .color-brand-danger {
  color: #546269;
}
html body .color-brand-alternate {
  color: #e9e9eb;
}
.keditor-component-text-content-inner h1:first-of-type:first-child,
.well h1:first-of-type:first-child,
.jumbotron h1:first-of-type:first-child,
.keditor-component-text-content-inner h2:first-of-type:first-child,
.well h2:first-of-type:first-child,
.jumbotron h2:first-of-type:first-child,
.keditor-component-text-content-inner h3:first-of-type:first-child,
.well h3:first-of-type:first-child,
.jumbotron h3:first-of-type:first-child,
.keditor-component-text-content-inner h4:first-of-type:first-child,
.well h4:first-of-type:first-child,
.jumbotron h4:first-of-type:first-child,
.keditor-component-text-content-inner h5:first-of-type:first-child,
.well h5:first-of-type:first-child,
.jumbotron h5:first-of-type:first-child,
.keditor-component-text-content-inner h6:first-of-type:first-child,
.well h6:first-of-type:first-child,
.jumbotron h6:first-of-type:first-child {
  margin-top: 0;
}
.jumbotron .keditor-component-content h1:first-of-type:first-child,
.jumbotron .keditor-component-content h2:first-of-type:first-child,
.jumbotron .keditor-component-content h3:first-of-type:first-child,
.jumbotron .keditor-component-content h4:first-of-type:first-child,
.jumbotron .keditor-component-content h5:first-of-type:first-child,
.jumbotron .keditor-component-content h6:first-of-type:first-child {
  margin-top: 0;
}
.panel .panel-heading h1:first-of-type:first-child,
.panel .panel-heading h2:first-of-type:first-child,
.panel .panel-heading h3:first-of-type:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.panel .panel-body h1:first-of-type:first-child,
.panel .panel-body h2:first-of-type:first-child,
.panel .panel-body h3:first-of-type:first-child,
.panel .panel-body h4:first-of-type:first-child,
.panel .panel-body h5:first-of-type:first-child,
.panel .panel-body h6:first-of-type:first-child {
  margin-top: 0;
}
.htmlPanel .textEdit h1:first-of-type:first-child,
.htmlPanel .textEdit h2:first-of-type:first-child,
.htmlPanel .textEdit h3:first-of-type:first-child,
.htmlPanel .textEdit h4:first-of-type:first-child,
.htmlPanel .textEdit h5:first-of-type:first-child,
.htmlPanel .textEdit h6:first-of-type:first-child {
  margin-top: 0;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  overflow-y: auto;
  overflow-x: hidden;
}
abbr[title],
acronym[title] {
  text-decoration: none;
}
.main-content {
  padding-top: 0px;
}
.thumbnail {
  position: relative;
}
.well h1,
.well h2,
.well h3,
.well h4 {
  margin-top: 0;
}
.dropdown-btn.collapsed {
  display: inline-block;
}
.navbar-inner .navbar-form {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-search .navbar-form {
    padding-top: 14px;
    padding-right: 14px;
  }
}
.page-body {
  min-height: 300px;
}
.navbar-fixed-top ul.nav-tabs {
  border-bottom: none;
  margin-top: 40px;
}
.thumbnails li {
  list-style-type: none;
}
.table.vcenter td,
.table.vcenter th {
  vertical-align: middle;
}
.dropdown-menu {
  color: #000000;
}
.contentForm {
  min-height: 300px;
}
.bs-avatar {
  margin: 0px 15px 15px 0;
}
.bs-avatar img {
  width: 52px;
  height: 52px;
}
.pageMessage {
  display: none;
}
.tile {
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 300px;
  border: 1px solid #e9e9eb;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.tile .tile-content {
  margin: 15px;
}
.tile .tile-content p {
  font-size: 85%;
}
.tile .tile-content > div {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100%;
}
.tile-image {
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-position: center;
}
.tile-image a {
  display: block;
  height: 100%;
  width: 100%;
}
.tile-image a span {
  visibility: hidden;
}
.modal form {
  margin: 0;
}
.modal-overflow {
  overflow-y: visible;
}
.twitter-typeahead {
  background: #fff;
}
.tt-dropdown-menu {
  min-width: 160px;
  width: 400px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  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);
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #f5f5f5;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.tt-suggestion p {
  margin: 0;
}
.tt-hint {
  display: none !important;
}
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
  width: 100%;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active a,
.tabs-below > .nav-tabs > .active a:hover,
.tabs-below > .nav-tabs > .active a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs > .active a,
.tabs-left > .nav-tabs > .active a:hover,
.tabs-left > .nav-tabs > .active a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs > .active a,
.tabs-right > .nav-tabs > .active a:hover,
.tabs-right > .nav-tabs > .active a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.video-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.video-wrapper:before,
.video-wrapper:after {
  display: table;
  content: " ";
}
.video-wrapper:after {
  clear: both;
}
.video-wrapper:before,
.video-wrapper:after {
  display: table;
  content: " ";
}
.video-wrapper:after {
  clear: both;
}
.video-wrapper.fullwidth {
  width: 100%;
  max-width: 100%;
}
.video-wrapper .jw_container_outer:before,
.video-wrapper .jw_container_outer:after {
  display: table;
  content: " ";
}
.video-wrapper .jw_container_outer:after {
  clear: both;
}
.video-wrapper .jw_container_outer:before,
.video-wrapper .jw_container_outer:after {
  display: table;
  content: " ";
}
.video-wrapper .jw_container_outer:after {
  clear: both;
}
.video-wrapper .jwplayer-wrapper {
  display: block !important;
}
.video-wrapper .jwplayer-wrapper:before,
.video-wrapper .jwplayer-wrapper:after {
  display: table;
  content: " ";
}
.video-wrapper .jwplayer-wrapper:after {
  clear: both;
}
.video-wrapper .jwplayer-wrapper:before,
.video-wrapper .jwplayer-wrapper:after {
  display: table;
  content: " ";
}
.video-wrapper .jwplayer-wrapper:after {
  clear: both;
}
#editor [class*="col-"] {
  border: 1px dashed grey;
  min-height: 200px;
}
#editor .btn {
  -moz-user-select: text;
}
.cke_widget_element.dropdown-btn {
  border-style: dashed;
}
.content-editor-page .page-body {
  border: dashed gray 1px;
}
.navbar-fixed-middle {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  z-index: 4;
}
.navbar-fixed-top .navbar {
  border-radius: 0;
  border-width: 0 0 1px !important;
}
.navbar-fixed-bottom .navbar {
  border-radius: 0;
  border-width: 1px 0 0 !important;
}
.navbar-transparent .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  position: relative;
  background: none !important;
}
.navbar-transparent .navbar-nav > li > a:before {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 2px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  content: '';
  display: none;
}
.navbar-transparent .navbar-nav > li > a:hover:before {
  display: block;
}
.navbar-transparent .navbar-nav > li.active a:before,
.navbar-transparent .navbar-nav > li.open a:before {
  display: block;
}
.navbar-transparent .navbar-toggle .icon-bar {
  background-color: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
.navbar-transparent .navbar-toggle:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.navbar-brand {
  padding: 20px 20px 20px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.row-sm {
  margin-left: -5px;
  margin-right: -5px;
}
.row-sm > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row-no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.container-inverse {
  background: #222;
  color: #dddddd;
}
.container-inverse .jumbotron {
  background-color: #222;
}
.container-inverse a {
  color: #dddddd;
}
.container-inverse a.btn-default {
  color: #222;
}
.container-inverse .keditor-component-text-content {
  color: #dddddd;
}
.container-inverse .keditor-component-text-content h1,
.container-inverse .keditor-component-text-content h2,
.container-inverse .keditor-component-text-content h3,
.container-inverse .keditor-component-text-content h4,
.container-inverse .keditor-component-text-content h5,
.container-inverse .keditor-component-text-content h6,
.container-inverse .keditor-component-text-content .h1,
.container-inverse .keditor-component-text-content .h2,
.container-inverse .keditor-component-text-content .h3,
.container-inverse .keditor-component-text-content .h4,
.container-inverse .keditor-component-text-content .h5,
.container-inverse .keditor-component-text-content .h6 {
  color: #dddddd;
}
.col-inverse {
  background: #222;
  color: #dddddd;
}
.col-inverse a {
  color: #dddddd;
}
.col-inverse .keditor-component-text-content {
  color: #dddddd;
}
.col-inverse .keditor-component-text-content h1,
.col-inverse .keditor-component-text-content h2,
.col-inverse .keditor-component-text-content h3,
.col-inverse .keditor-component-text-content h4,
.col-inverse .keditor-component-text-content h5,
.col-inverse .keditor-component-text-content h6,
.col-inverse .keditor-component-text-content .h1,
.col-inverse .keditor-component-text-content .h2,
.col-inverse .keditor-component-text-content .h3,
.col-inverse .keditor-component-text-content .h4,
.col-inverse .keditor-component-text-content .h5,
.col-inverse .keditor-component-text-content .h6 {
  color: #dddddd;
}
.jumbotron-inverse {
  background: #222;
  color: #dddddd;
}
.jumbotron-inverse a {
  color: #dddddd;
}
.breadcrumb-inverse {
  background: #222;
  color: #dddddd;
}
.breadcrumb-inverse a {
  color: #dddddd;
}
.breadcrumb-inverse > li + li:before {
  color: #dddddd;
}
.breadcrumb-inverse li a,
.breadcrumb-inverse li.active {
  color: #dddddd;
}
.breadcrumb-inverse li.active a {
  color: #dddddd;
}
.container-inverse .modal,
.col-inverse .modal,
.jumbotron-inverse .modal {
  color: #000000;
}
.container-inverse .modal .modal-body a,
.col-inverse .modal .modal-body a,
.jumbotron-inverse .modal .modal-body a {
  color: #000000;
}
.component-tile {
  padding: 30px;
  color: #fff;
  position: relative;
  min-height: 205px;
  margin-bottom: 30px;
}
.component-tile h1,
.component-tile h2,
.component-tile h3,
.component-tile h4,
.component-tile h5,
.component-tile h6,
.component-tile p {
  color: inherit;
}
.component-tile.component-primary {
  background-color: #414141;
}
.component-tile.component-info {
  background-color: #0a8f4d;
}
.component-tile.component-success {
  background-color: #39b7a1;
}
.component-tile.component-warning {
  background-color: #8c559b;
}
.component-tile.component-danger {
  background-color: #546269;
}
.carousel-fixed-height .carousel-inner {
  height: 100%;
}
.carousel-fixed-height .carousel-inner > .item {
  height: 100%;
}
.carousel-fixed-height .carousel-inner > .item .carousel-img {
  background: no-repeat 50% 50% / cover;
  height: 100%;
}
.carousel-fixed-height .carousel-inner > .item .carousel-content {
  height: 100%;
}
.carousel-fixed-height .carousel-inner > .item .carousel-caption {
  text-align: left;
}
.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}
.list-group.list-group-root .list-group {
  margin-bottom: 0;
}
.list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
}
.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}
.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
}
.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 45px;
}
.list-group-item .glyphicon {
  margin-right: 5px;
}
.media-body h1,
.media-body .h1,
.media-body h2,
.media-body .h2,
.media-body h3,
.media-body .h3,
.media-body h4,
.media-body .h4,
.media-body h5,
.media-body .h5,
.media-body h6,
.media-body .h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
.media .media-left a,
.media .media-right a {
  display: block;
}
.media .media-object {
  height: auto;
}
@media (max-width: 767px) {
  .media,
  .media-left,
  .media-right,
  .media-body {
    display: block;
    float: none;
    width: auto !important;
    padding: 0;
  }
  .media-left-inner {
    width: auto !important;
  }
  .media > * + * {
    margin-top: 15px;
  }
}
@media print {
  .module-labels,
  .kcommentArea,
  [data-type="component-comments"],
  #ktoolbar {
    display: none !important;
  }
  img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
.tile-layout-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tile-component-center {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
}
.input-group.input-group-lg .orgSelectorWrap i {
  margin-top: 10px;
}
.stat-panel {
  border: 1px solid;
  border-top: 10px solid;
  border-color: #e9e9eb;
  border-radius: 0px;
}
.stat-header-text {
  font-size: 19px;
  font-weight: 400;
}
.word-break {
  word-break: break-all;
  word-wrap: break-word;
}
.bootstrap-select.btn-group .dropdown-menu {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu span.text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bootstrap-select.btn-group > select {
  display: none !important;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 250px !important;
}
/******* Colors *******/
/******* Scaffolding *******/
/******* Typography *******/
/******* Iconography *******/
/******* Components *******/
/******* Tables *******/
/******* Buttons *******/
/******* Forms *******/
/******* Drop Downs *******/
/******* Media queries breakpoints *******/
/******* Grid system *******/
/******* Container sizes *******/
/******* Nav Bar *******/
/******* Nav Bar Inverted*******/
/******* Shared nav styles *******/
/******* Tabs *******/
/******* Pills *******/
/******* Pagination *******/
/******* Pager *******/
/******* Jumbotron *******/
/******* Form states and alerts *******/
/******* Tooltips *******/
/******* Popovers *******/
/******* Labels *******/
/******* Modals *******/
/******* Alerts *******/
/******* Progress bars *******/
/*******List group *******/
/*******Panels *******/
/*******Thumbnails *******/
/******* Wells *******/
/******* Badges *******/
/******* Breadcrumbs *******/
/******* Carousel *******/
/******* Close *******/
/******* Type *******/
.iti__country {
  color: #000000;
}
.container-inverse {
  background-color: #252836;
}
.has-error .input-group-addon {
  color: #fff;
}
/** theme-params.less */
/** bootstrap-upcrop-image.less */
.upload-zone.panel.panel-default > form.dropzone {
  background: #fff;
}
.upload-btn-group {
  float: left;
  margin-bottom: 15px;
}
.upload-btn-group.btn-group-left {
  text-align: left;
}
.upload-btn-group.btn-group-right {
  float: right;
}
@media (max-width: 767px) {
  .upload-btn-group {
    width: 100%;
  }
  .upload-btn-group.btn-group-right {
    text-align: left;
  }
  .upload-btn-group .btn {
    display: block;
    width: 100%;
  }
  .upload-btn-group .btn:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
/** slick.less */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .slick-list {
    margin: 0 calc(15px * 4);
  }
}
.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;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  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.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;
}
/** slick-theme.less */
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/theme/apps/slickSlider-lib/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/theme/apps/slickSlider-lib/fonts/slick.eot');
  src: url('/theme/apps/slickSlider-lib/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/theme/apps/slickSlider-lib/fonts/slick.woff') format('woff'), url('/theme/apps/slickSlider-lib/fonts/slick.ttf') format('truetype'), url('/theme/apps/slickSlider-lib/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '\2190';
}
[dir='rtl'] .slick-prev:before {
  content: '\2192';
}
.slick-next {
  right: -25px;
}
@media (min-width: 768px) {
  .slick-prev {
    left: 15px;
  }
  .slick-next {
    right: 15px;
  }
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '\2192';
}
[dir='rtl'] .slick-next:before {
  content: '\2190';
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/** materialize-carousel.less */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}
.carousel.carousel-slider {
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .carousel.carousel-slider .carousel-item {
    min-height: 300px;
  }
}
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}
@media (max-width: 992px) {
  .carousel {
    height: 300px;
  }
}
@media (max-width: 450px) {
  .carousel {
    perspective: 300px;
  }
}
.carousel .carousel-item {
  display: none;
  width: calc(400px / 1.5);
  height: calc(400px / 1.5);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .carousel .carousel-item {
    height: 150px;
    width: 150px;
  }
}
.carousel .carousel-item > img {
  width: 100%;
}
.carousel .carousel-item .three-d-carousel-caption h1,
.carousel .carousel-item .three-d-carousel-caption h2,
.carousel .carousel-item .three-d-carousel-caption h3,
.carousel .carousel-item .three-d-carousel-caption h4,
.carousel .carousel-item .three-d-carousel-caption h5,
.carousel .carousel-item .three-d-carousel-caption h6,
.carousel .carousel-item .three-d-carousel-caption p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(128, 128, 128, 0.849);
  transition: background-color 0.3s;
  border-radius: 50%;
}
.carousel .indicators .indicator-item.active {
  background-color: rgba(27, 27, 27, 0.849);
}
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}
.threed-carousel-wrap .slider-nav-arrows-wrapper {
  position: absolute;
  top: 40%;
  width: 100%;
}
.threed-carousel-wrap .slider-nav-arrows-wrapper .next {
  position: absolute;
  right: 35px;
  font-size: 35px;
  color: black;
}
.threed-carousel-wrap .slider-nav-arrows-wrapper .prev {
  position: absolute;
  left: 35px;
  font-size: 35px;
  color: black;
}
/** kademi.less */
/*
*https://github.com/Kademi/kademi-dev/issues/9044#issuecomment-590274860
*/
.iconpicker-popover .btn.btn-next.disabled,
.iconpicker-popover .btn.btn-previous.disabled {
  pointer-events: none;
}
.iconpicker-popover .btn.btn-icon:not(.btn-icon-selected) {
  color: #000000;
  background-color: #e9e9eb;
  border-color: #e9e9eb;
}
/** sweetalert.less */
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert {
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s;
}
.hideSweetAlert {
  animation: hideSweetAlert 0.3s;
}
.hideSweetAlert[data-animation=none] {
  animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.3s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s;
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  animation: animateXMark 0.5s;
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1040;
}
.sweet-alert {
  background-color: #fff;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
@media all and (max-width: 767px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert .form-group {
  display: none;
}
.sweet-alert .form-group .sa-input-error {
  display: none;
}
.sweet-alert.show-input .form-group {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -9px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}
.sweet-alert button.confirm[disabled] {
  color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #d43f3a;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #d9534f;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #eea236;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f0ad4e;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f0ad4e;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #46b8da;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #5bc0de;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #5bc0de;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #4cae4c;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #ffffff;
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
.sweet-alert .btn-default:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.sweet-alert .btn-success:focus {
  border-color: #4cae4c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(76, 174, 76, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(76, 174, 76, 0.6);
}
.sweet-alert .btn-info:focus {
  border-color: #46b8da;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(70, 184, 218, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(70, 184, 218, 0.6);
}
.sweet-alert .btn-danger:focus {
  border-color: #d43f3a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(212, 63, 58, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(212, 63, 58, 0.6);
}
.sweet-alert .btn-warning:focus {
  border-color: #eea236;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 162, 54, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 162, 54, 0.6);
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-fall.la-dark {
  color: #333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-fall {
  width: 54px;
  height: 18px;
}
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
/** kademi-daterangepicker.less */
.daterangepicker.dropdown-menu {
  background-color: #fff;
}
.daterangepicker.dropdown-menu .calendar-table {
  background-color: #fff;
  border-color: #e5e5e5;
}
.daterangepicker.dropdown-menu td.in-range {
  background-color: #ffffff;
  color: #595c64;
}
.daterangepicker.dropdown-menu td.active,
.daterangepicker.dropdown-menu td.in-range.active {
  background-color: #f9f9fb;
  color: #000000;
}
.daterangepicker.dropdown-menu td.off {
  background-color: #fff;
}
.daterangepicker.dropdown-menu td.off.in-range,
.daterangepicker.dropdown-menu td.off.start-date,
.daterangepicker.dropdown-menu td.off.end-date {
  background-color: #fff;
}
.daterangepicker.dropdown-menu td.available:hover {
  background-color: #f5f5f5;
  color: #595c64;
}
/** dropzone.less */
body .dropzone {
  background: #fff;
}
/** custom.less */
.iti__flag-container .iti__country-list {
  z-index: 10;
}
.iti .iti__country-list {
  background-color: #fff;
}
.iti .iti__country-list .iti__country.iti__highlight {
  background-color: #f5f5f5;
  color: #595c64;
}
/** typeahead.less */
/*
 * typehead.js-bootstrap3.less
 * @version 0.2.3
 * https://github.com/hyspace/typeahead.js-bootstrap3.less
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
  border-color: #fff;
  -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 .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
  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 .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
  border-color: #fff;
  -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 .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  background-color: #fff !important;
}
.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 100%;
}
.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 41px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 41px;
  line-height: 41px;
}
textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 58px;
  padding: 15px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 58px;
  line-height: 58px;
}
textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.input-group.input-group-lg .btn-reporting-clear-selected-org i {
  margin-top: 10px;
}
.twitter-typeahead {
  width: 100%;
  float: left;
  border-radius: 0px;
}
.input-group .twitter-typeahead {
  display: table-cell !important;
}
.twitter-typeahead .tt-hint {
  color: #656872;
}
.twitter-typeahead .tt-input {
  z-index: 2;
}
.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #f9f9fb !important;
}
.tt-dropdown-menu,
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #656872;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion:hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #595c64;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,
.tt-menu .tt-suggestion:hover a {
  color: #595c64;
}
.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
  margin: 0;
}
.tt-menu {
  max-height: 500px;
  overflow: auto;
}
.tt-menu .empty-message {
  padding: 6px 12px;
}
/** timeline.less */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline.lead-progress {
  padding: 0 0 120px;
  margin-bottom: 0;
}
.timeline.lead-progress::before {
  background-color: #e9e9eb;
}
.timeline.lead-progress > li > .timeline-badge {
  top: 50%;
  transform: translateY(-50%);
  background-color: #a7a9af;
}
.timeline.lead-progress > li > .timeline-badge.current-stage {
  box-shadow: 0 0 50px #39b7a1;
}
.timeline.lead-progress > li .timeline-panel {
  width: auto;
  left: 195px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: #f9f9fb;
  border-color: #e9e9eb;
  box-shadow: none;
  padding: 15px 30px;
  border-radius: 0px;
}
.timeline.lead-progress > li.timeline-inverted::before {
  content: '';
  width: 100%;
  border-bottom: 3px solid #e9e9eb;
  position: absolute;
  top: 100%;
  left: 50%;
}
.timeline.lead-progress > li.timeline-inverted .timeline-badge-wrapper {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 50%;
  background-color: #a7a9af;
}
.timeline.lead-progress > li.timeline-inverted > .timeline-panel:before {
  top: 50%;
  transform: translateY(-50%);
  border-right-color: #e9e9eb;
}
.timeline.lead-progress > li.timeline-inverted > .timeline-panel:after {
  top: calc(50%);
  transform: translateY(calc(-50%));
  border-right-color: #f9f9fb;
}
.timeline.lead-progress > li.timeline-inverted > .timeline-panel .timeline-title {
  margin-bottom: 0;
  font-size: 15px;
  color: #000000;
}
.timeline.lead-progress.lead-progress--horizontal {
  display: flex;
}
.timeline.lead-progress.lead-progress--horizontal::before {
  content: none;
}
.timeline.lead-progress.lead-progress--horizontal > li {
  flex: 1;
}
.timeline.lead-progress.lead-progress--horizontal > li > .timeline-badge {
  top: 50%;
  transform: translateX(-50%);
  left: 50%;
  margin-left: 0;
}
.timeline.lead-progress.lead-progress--horizontal > li .timeline-panel {
  top: 135px;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  background-color: #f9f9fb;
  border-color: #e9e9eb;
}
.timeline.lead-progress.lead-progress--horizontal > li.timeline-inverted > .timeline-panel {
  width: auto;
}
.timeline.lead-progress.lead-progress--horizontal > li.timeline-inverted > .timeline-panel:before {
  transform: translateX(-50%) rotate(90deg);
  top: -23px;
  left: 50%;
}
.timeline.lead-progress.lead-progress--horizontal > li.timeline-inverted > .timeline-panel:after {
  transform: translateX(-50%) rotate(90deg);
  top: -21px;
  left: 50%;
}
.timeline.lead-progress.lead-progress--horizontal > li.timeline-inverted > .timeline-panel .timeline-title {
  margin-bottom: 0;
}
.timeline.lead-progress.lead-progress--horizontal > li.timeline-inverted:last-child:before {
  content: none;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 12%;
  margin-left: -1.5px;
}
.timeline.timeline-left:before {
  left: 85% !important;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .panel-kcrm {
  width: 80%;
}
.timeline > li > .timeline-panel {
  width: 80%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline-left > li > .timeline-panel,
.timeline-left > li > .panel-kcrm {
  width: 80%;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 12%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge-small {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 0.7em;
  top: 0px;
  left: 12%;
  margin-left: -12px;
}
.timeline > li > .timeline-badge .fa {
  line-height: 50px;
}
.timeline > li > .timeline-badge .fa-small {
  line-height: 25px;
}
.timeline > li.timeline-inverted > .timeline-panel,
.timeline > li.timeline-inverted > .panel-kcrm {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge-wrapper.primary,
.timeline-badge.primary {
  background-color: #414141 !important;
}
a.timeline-badge-wrapper.primary:hover,
a.timeline-badge.primary:hover,
a.timeline-badge-wrapper.primary:focus,
a.timeline-badge.primary:focus {
  background-color: #272727;
}
.timeline-badge-wrapper.success,
.timeline-badge.success {
  background-color: #39b7a1 !important;
}
a.timeline-badge-wrapper.success:hover,
a.timeline-badge.success:hover,
a.timeline-badge-wrapper.success:focus,
a.timeline-badge.success:focus {
  background-color: #2d907f;
}
.timeline-badge-wrapper.warning,
.timeline-badge.warning {
  background-color: #8c559b !important;
}
a.timeline-badge-wrapper.warning:hover,
a.timeline-badge.warning:hover,
a.timeline-badge-wrapper.warning:focus,
a.timeline-badge.warning:focus {
  background-color: #2d907f;
}
.timeline-badge-wrapper.danger,
.timeline-badge.danger {
  background-color: #546269 !important;
}
a.timeline-badge-wrapper.danger:hover,
a.timeline-badge.danger:hover,
a.timeline-badge-wrapper.danger:focus,
a.timeline-badge.danger:focus {
  background-color: #3d484d;
}
.timeline-badge-wrapper.info,
.timeline-badge.info {
  background-color: #0a8f4d !important;
}
a.timeline-badge-wrapper.info:hover,
a.timeline-badge.info:hover,
a.timeline-badge-wrapper.info:focus,
a.timeline-badge.info:focus {
  background-color: #075f33;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body {
  overflow-y: auto;
}
.timeline-body.expanded {
  max-height: none;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-badge-small {
    left: 27px;
    top: 0px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
.tldateLi {
  height: 40px;
}
.tldate {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  color: #666666;
  display: block;
  font-size: 14px;
  height: 30px;
  left: 12%;
  line-height: 30px;
  margin-left: -100px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  transition: all 0.3s linear 0s;
  width: 200px;
  text-align: center;
}
.panel-small {
  margin-bottom: 0px !important;
  float: right;
  width: 80%;
  padding-left: 25px;
}
/* iPad portrait */
@media (min-width: 768px) and (max-width: 991px) {
  .timeline:before {
    left: 60%;
  }
  .tldate {
    left: 60%;
  }
  .timeline > li > .timeline-badge {
    left: 60%;
  }
}
.timeline-btn + .timeline-btn {
  margin-left: 10px;
}
.timeline-heading {
  margin-top: -15px;
}
.target {
  border-color: #2188ff;
  box-shadow: 0 0 0 0.2em #c8e1ff;
}
.note-task-anchor {
  color: inherit;
}
.note-task-anchor:hover {
  text-decoration: none;
  color: black;
}
/** auctions.less */
.auction .auction-image {
  margin-top: 20px;
  margin-bottom: 20px;
}
.auction .panel-default .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.auction .embed-responsive-item {
  background: no-repeat 50% 50%;
  background-size: contain;
}
.auction .auction-status {
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.auction .auction-status h4 {
  font-size: 35px;
  margin: 0;
}
.auction .auction-status.auction-closed {
  background: #a7a9af;
}
.auction .auction-status.auction-open {
  background: #414141;
}
.auction .auction-countdown .countdown {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.1;
}
.auction .auction-countdown .countdown span {
  font-weight: 300;
}
.auction .auction-info {
  font-size: 19px;
}
.auction .auction-actions {
  min-height: 72px;
}
.auction .auction-actions h3 {
  margin: 0;
}
.auction .auction-actions h3 a {
  word-break: break-word;
}
.auction .form-group:last-child {
  margin-bottom: 0;
}
.auction-outbid,
.auction-leading {
  text-align: center;
  padding: 7px;
  font-size: 17px;
  margin-bottom: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
}
.auction-outbid {
  background: #a7a9af;
}
.auction-leading {
  background: #39b7a1;
}
.dashboardAuctions .auction-image {
  height: 50px;
  width: 50px;
  float: left;
}
.dashboardAuctions .auction-item {
  color: #697b92;
  font-family: "Merriweather", Georgia, Times New Roman, serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 5px 0;
}
.panel-coming-up-auction .embed-responsive.auction-embed-4by3 > a > span {
  border-radius: 0px;
  background-position: center;
}
/** ckeditor.less */
.cke_dialog .cke_dialog_title,
.cke_dialog .cke_dialog_contents,
.cke_dialog .cke_dialog_body,
.cke_dialog .cke_dialog_footer {
  background-color: #fff;
}
.cke_dialog .cke_dialog_title {
  color: #000000;
}
.cke_dialog .cke_dialog_ui_input_text {
  color: #656872;
}
.cke_dialog .cke_dialog_body {
  border-color: rgba(0, 0, 0, 0.2);
}
.cke_dialog .cke_dialog_title {
  border-bottom-color: #e9e9eb;
}
.cke_dialog .cke_dialog_title {
  border-top-color: #e9e9eb;
}
.cke_dialog a.cke_dialog_ui_button {
  text-decoration: none;
}
.cke_dialog #fontAwesomeIcons .selectColor {
  color: #000000;
  background-color: #e9e9eb;
  border-color: #e9e9eb;
  background-image: none;
}
.cke_dialog #fontAwesomeIcons .selectColor span {
  color: #000000;
}
.cke_dialog #fontAwesome_Container a {
  text-decoration: none;
  color: #000000;
}
.cke_dialog #fontAwesome_Container a:hover {
  cursor: pointer;
}
.cke_dialog #fontAwesome_Container a:hover,
.cke_dialog #fontAwesome_Container a:focus {
  background-color: #f9f9fb;
  color: #000000;
}
.cke_dialog #fontAwesome_Container a:hover span,
.cke_dialog #fontAwesome_Container a:focus span {
  color: #000000;
}
.cke_dialog .kcode-list {
  border: none;
  color: #000000;
}
.cke_dialog .kcode-list .list-group-item {
  background-color: #fff !important;
  border: 1px solid #e9e9eb;
}
.cke_dialog .kcode-list .list-group-item:not(:last-of-type) {
  border-bottom: none;
}
.cke_dialog .kcode-list .list-group-item:nth-child(even) {
  background-color: #f9f9fb !important;
  color: #000000;
}
.cke_dialog .kcode-list .list-group-item:hover {
  color: #000000;
  background-color: #eaeaf1 !important;
}
.cke_dialog input.cke_dialog_ui_input_text,
.cke_dialog input.cke_dialog_ui_input_password,
.cke_dialog textarea.cke_dialog_ui_input_textarea {
  background-color: #fff;
  color: #656872;
  border-color: #e9e9eb;
}
html.cke_panel_container body {
  background-color: #fff !important;
  color: #656872;
}
html.cke_panel_container .cke_panel_list .cke_panel_listItem a {
  border: none;
}
html.cke_panel_container .cke_panel_list .cke_panel_listItem a:hover {
  color: #595c64;
  background-color: #f5f5f5;
}
html.cke_panel_container .cke_panel_list .cke_panel_listItem.cke_selected a {
  color: #595c64;
  background-color: #f5f5f5;
}
.has-error .cke {
  border-color: #546269;
}
/** contactus.less */
.contactus .group-no-label .control-label {
  display: none;
}
.contactus .group-no-label .col-md-offset-3 {
  margin: 0;
  width: 100%;
}
.contactus .attachments .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contactus .attachments.has-error .btn {
  background-color: #546269;
  border-color: #49555b;
}
.contactus .attachments .bootstrap-tagsinput {
  display: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.contactus .attachments .bootstrap-tagsinput.has-item {
  margin-top: 15px;
  display: block;
}
.contactus .attachments .bootstrap-tagsinput input[type="text"] {
  display: none;
}
.contactus .attachments .bootstrap-tagsinput .tag {
  margin-bottom: 5px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 992px) {
  .contactus.form-horizontal .control-label {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .message-box {
    margin-top: 55px;
  }
}
/** jquery.contentEditor.less */
.keditor-iframe-body .container-bg {
  display: block !important;
}
.dropshadown-enable {
  display: none;
}
.standard-panel-container {
  margin-bottom: 0;
}
.standard-panel-container .panel-heading:empty,
.standard-panel-container .panel-footer:empty {
  display: none;
}
.keditor-iframe-body .video-jw:not(.img-responsive) {
  display: block;
  max-width: 100%;
  height: auto;
}
.keditor-sidebar-body .kselect {
  padding: 0px !important;
  display: flex !important;
  font-size: 13px !important;
  height: 34px !important;
}
.keditor-sidebar-body .background-image-previewer,
.keditor-sidebar-body .column-background-image-previewer {
  position: relative;
}
.keditor-sidebar-body .background-image-previewer .btn-remove-bg,
.keditor-sidebar-body .column-background-image-previewer .btn-remove-bg {
  position: absolute;
  color: #546269;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  display: block;
  background-color: white;
  line-height: 1.345;
  z-index: 1;
}
.keditor-sidebar-body .background-image-previewer .img-thumbnail,
.keditor-sidebar-body .bgImagesPreview .img-thumbnail,
.keditor-sidebar-body .column-background-image-previewer .img-thumbnail {
  cursor: pointer;
}
.keditor-sidebar-body [data-toggle="collapse"] {
  cursor: pointer;
}
.keditor-sidebar-body [data-toggle="collapse"] .fa-caret-right {
  display: none;
}
.keditor-sidebar-body [data-toggle="collapse"] .fa-caret-down {
  display: inline-block;
}
.keditor-sidebar-body [data-toggle="collapse"].collapsed .fa-caret-right {
  display: inline-block;
}
.keditor-sidebar-body [data-toggle="collapse"].collapsed .fa-caret-down {
  display: none;
}
.keditor-sidebar-body .column-bg-settings {
  margin-bottom: 15px;
}
.keditor-sidebar-body .multi-bg-controls {
  margin-bottom: 5px;
}
.multiple-background-list {
  position: relative;
}
.multiple-background-list .img-item {
  display: none;
}
.multiple-background-list .img-item.current {
  display: block;
}
.multiple-background-list .img-toolbar {
  position: absolute;
  top: 5px;
  right: 5px;
}
.multiple-background-list .img-toolbar .btn-default {
  background-color: rgba(233, 233, 235, 0.8);
}
.multiple-background-list .img-toolbar .btn {
  padding: 6px 13px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.setting-section .setting-section-title {
  font-family: inherit;
  font-size: 15px;
  margin-top: 0;
}
.setting-section .setting-section-title a:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 5px;
  font-size: 80%;
  vertical-align: middle;
}
.setting-section .setting-section-title a.collapsed:after {
  content: '\f054';
}
.setting-section .setting-section-settings {
  border-bottom: 1px solid #777777;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/** socialLinks.less */
ul.socialLinks {
  list-style: none;
  display: inline-block;
  margin-left: 0 !important;
  padding: 0;
}
ul.socialLinks li {
  display: inline;
  margin: 0 5px;
}
ul.socialLinks a {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
}
ul.socialLinks a,
ul.socialLinks a:hover i {
  color: #fff;
}
ul.socialLinks i {
  margin: 0;
  line-height: 50px;
  text-align: center;
}
ul.socialLinks a.icoRss {
  background-color: #F56505;
}
ul.socialLinks a.icoFacebook {
  background-color: #3B5998;
}
ul.socialLinks a.icoTwitter {
  background-color: #33ccff;
}
ul.socialLinks a.icoGoogle {
  background-color: #d34836;
}
ul.socialLinks a.icoVimeo {
  background-color: #0590B8;
}
ul.socialLinks a.icoLinkedin {
  background-color: #007bb7;
}
ul.socialLinks a.icoInstagram {
  background-color: #007bb7;
}
ul.socialLinks a.icoYoutube {
  background-color: #ee4e40;
}
ul.socialLinks.socialLinks-circle-animated li a {
  border-radius: 50%;
}
ul.socialLinks.socialLinks-circle-animated li a i {
  transition: all 0.8s;
}
ul.socialLinks.socialLinks-circle-animated li a:hover i {
  transform: rotate(360deg);
  transition: all 0.2s;
}
ul.socialLinks.socialLinks-rounded li a {
  border-radius: 10px;
}
/* Social buttons */
.btn.btn-rss {
  background-color: #F56505;
}
.btn.btn-rss,
.btn.btn-rss:hover {
  color: #fff;
}
.btn.btn-rss.btn-icon {
  font: normal normal normal 14px/1 "Font Awesome 5 Brands";
}
.btn.btn-rss.btn-icon:before {
  content: "\f09e";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-rss.btn-icon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-facebook {
  background-color: #3B5998;
}
.btn.btn-facebook,
.btn.btn-facebook:hover {
  color: #fff;
}
.btn.btn-facebook.btn-icon {
  font: normal normal normal 14px/1 "Font Awesome 5 Brands";
}
.btn.btn-facebook.btn-icon:before {
  content: "\f09a";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-facebook.btn-icon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-twitter {
  background-color: #33ccff;
}
.btn.btn-twitter,
.btn.btn-twitter:hover {
  color: #fff;
}
.btn.btn-twitter.btn-icon {
  font: normal normal normal 14px/1 "Font Awesome 5 Brands";
}
.btn.btn-twitter.btn-icon:before {
  content: "\f099";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-twitter.btn-icon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-google {
  background-color: #d34836;
}
.btn.btn-google,
.btn.btn-google:hover {
  color: #fff;
}
.btn.btn-google.btn-icon {
  font: normal normal normal 14px/1 "Font Awesome 5 Brands";
}
.btn.btn-google.btn-icon:before {
  content: "\f0d5";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-google.btn-icon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-vimeo {
  background-color: #0590B8;
}
.btn.btn-vimeo,
.btn.btn-vimeo:hover {
  color: #fff;
}
.btn.btn-vimeo.btn-icon {
  font: normal normal normal 14px/1 "Font Awesome 5 Brands";
}
.btn.btn-vimeo.btn-icon:before {
  content: "\f27d";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-vimeo.btn-icon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-linkedin {
  background-color: #007bb7;
}
.btn.btn-linkedin,
.btn.btn-linkedin:hover {
  color: #fff;
}
.btn.btn-linkedin.btn-icon {
  font: normal normal normal 14px/1 "Font Awesome 5 Brands";
}
.btn.btn-linkedin.btn-icon:before {
  content: "\f0e1";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-linkedin.btn-icon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-instagram {
  background-color: #007bb7;
}
.btn.btn-instagram,
.btn.btn-instagram:hover {
  color: #fff;
}
.btn.btn-instagram.btn-icon {
  font: normal normal normal 14px/1 "Font Awesome 5 Brands";
}
.btn.btn-instagram.btn-icon:before {
  content: "\f16d";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-instagram.btn-icon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-youtube {
  background-color: #ee4e40;
}
.btn.btn-youtube,
.btn.btn-youtube:hover {
  color: #fff;
}
.btn.btn-youtube.btn-icon {
  font: normal normal normal 14px/1 "Font Awesome 5 Brands";
}
.btn.btn-youtube.btn-icon:before {
  content: "\f16a";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-youtube.btn-icon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/** content.less */
.accordionWrap .anelpanel-title a.collapsed .panelIcon:before {
  content: "\f103";
}
.accordionWrap .panel-title a .panelIcon:before {
  content: "\f102";
}
.navbar-nav > li > a {
  margin: 10px 0;
}
.shopping-cart-mobile {
  display: none;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .navbar-header {
    position: relative;
  }
  .navbar-header .navbar-toggle {
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    position: absolute;
  }
  .cart-link-mobile-wrapper {
    margin: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    position: absolute;
  }
  li.points-link {
    display: none;
  }
  .navbar-collapse li.points-link {
    display: none;
  }
  .shopping-cart-mobile {
    display: block;
  }
  .shopping-cart-mobile #cart-link {
    display: none;
  }
}
.htmlPanel {
  min-height: 30px;
}
.htmlPanel .textEdit {
  display: table-cell;
}
.htmlPanel .textEdit.noIcon {
  width: 100%;
}
.htmlPanel .panelIconWrap {
  display: table-cell;
  width: 100px;
}
.htmlPanel .panelIconWrap.panelImageWrap {
  width: auto;
}
.htmlPanel.bg-primary {
  color: #fff;
  border-radius: 0px;
}
.htmlPanel.bg-primary *:not(.btn) {
  color: inherit;
}
.htmlPanel.bg-success {
  color: #fff;
  border-radius: 0px;
}
.htmlPanel.bg-success *:not(.btn) {
  color: inherit;
}
.htmlPanel.bg-info {
  color: #fff;
  border-radius: 0px;
}
.htmlPanel.bg-info *:not(.btn) {
  color: inherit;
}
.htmlPanel.bg-warning {
  color: #fff;
  border-radius: 0px;
}
.htmlPanel.bg-warning *:not(.btn) {
  color: inherit;
}
.htmlPanel.bg-danger {
  color: #fff;
  border-radius: 0px;
}
.htmlPanel.bg-danger *:not(.btn) {
  color: inherit;
}
.kratingWrap.editing {
  padding-top: 30px;
}
.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}
.jq-ry-container[readonly=readonly] {
  cursor: default;
}
.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
  overflow: hidden;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 0;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}
.panel-heading .collapsed .panelIconCollapsed {
  display: block;
}
.panel-heading .collapsed .panelIconExpanded {
  display: none;
}
.panel-heading a:not(collapsed) .panelIconCollapsed {
  display: none;
}
.panel-heading a:not(collapsed) .panelIconExpanded {
  display: block;
}
.tileComponent .tileImage {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-editor-page .panel-expandable-tpl .panel-body {
  display: block !important;
}
.panel-expandable-tpl > .panel-body {
  display: none;
}
.panel-transparent {
  background: transparent;
}
.navbar-pills .navbar-toggle {
  border-color: #ddd;
}
.navbar-pills .navbar-toggle:hover,
.navbar-pills .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-pills .navbar-toggle .icon-bar {
  background-color: #888;
}
@media (max-width: 991px) {
  .navbar-collapse .nav-pills > li {
    float: none;
  }
  .navbar-collapse .nav-pills > li > .dropdown-toggle i {
    position: absolute;
    right: 14px;
    top: 13px;
  }
}
[data-type="component-menu"] .navbar {
  z-index: 9;
}
@media (max-width: 1199px) {
  [data-type="component-menu"] .navbar .navbar-search .navbar-form {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
  [data-type="component-menu"] .navbar .navbar-search .form-group {
    width: 100%;
  }
  [data-type="component-menu"] .navbar .navbar-search .input-group {
    width: 100%;
  }
  [data-type="component-menu"] .navbar .navbar-search .input-group .input-group-btn {
    width: 1%;
  }
  [data-type="component-menu"] .navbar .navbar-search .omni-search-wrapper input {
    width: 100% !important;
  }
}
#menu3Navbar #navbar-right {
  z-index: 1000;
  position: relative;
}
#menu3Navbar #navbar-right .special-img {
  position: relative;
  top: -15px;
  float: left;
  left: -5px;
  height: 50px;
  width: 50px;
  border: 1px solid #ECECED;
}
#menu3Navbar .navbar-header {
  z-index: 1000;
  position: relative;
}
#menu3Navbar #navbar-search {
  display: block;
  text-align: center;
}
#menu3Navbar #navbar-search .omni-search-wrapper .omni-search-suggestions {
  width: 100%;
}
#menu3Navbar #navbar-search .omni-search-input {
  border-radius: 0 0px 0px 0 !important;
}
.sliderSlickWrap {
  visibility: hidden;
}
.sliderSlickWrap .slickItem.slick-active a:focus,
.sliderSlickWrap .slickItem.slick-active:focus,
.sliderSlickWrap .slickItem.slick-active a div:focus {
  outline: none;
}
.sliderSlickWrap.slick-initialized {
  visibility: visible;
}
.sliderSlickWrap .slickItem {
  padding: 0 10px;
}
.sliderSlickWrap .slickItem:focus {
  outline: none;
}
.sliderSlickWrap .slick-arrow:before {
  color: #000;
}
.sliderSlickWrap .slick-dots {
  bottom: -40px;
}
.sliderSlickWrap .slider-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
.textComponentClickable {
  cursor: pointer;
}
.media-body .pull-right .label a {
  color: inherit;
}
.navbar .navbar-search .navbar-form {
  padding: 0;
}
.shopping-cart-desktop {
  display: none;
}
@media (max-width: 992px) {
  .shopping-cart-desktop {
    display: block;
  }
  .shopping-cart-desktop #cart-link {
    display: none;
  }
  .shopping-cart-desktop .points-link a:hover {
    text-decoration: none;
  }
}
[data-type="component-slider"] .slickItem {
  position: relative;
}
[data-type="component-slider"] .slider-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);
}
[data-type="component-slider"] .slider-caption .btn {
  text-shadow: none;
}
.k-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.k-section-item {
  padding-top: 60px;
  padding-bottom: 60px;
}
[data-type="container-content"] > .container-bg:first-child .k-section-item {
  padding-top: 0;
}
[data-type="container-content"] > .container-bg:last-child .k-section-item {
  padding-bottom: 0;
}
/** custom-select.less */
.kselect.bootstrap-select > .dropdown-toggle.bs-placeholder,
.kselect.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.kselect.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.kselect.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #000000;
}
.kselect.bootstrap-select.btn-group .no-results {
  background-color: transparent;
  color: #656872;
}
.kselect.bootstrap-select.form-control {
  background-color: transparent;
  height: 35px;
}
.input-group .kselect .filter-option {
  display: flex;
  align-items: center;
}
/** myInbox.less */
.panel-heading {
  border-bottom: 1px solid #ddd !important;
}
/** jquery.entityFinder.less */
.search-wrapper .search-suggestions li.active .text-muted {
  color: #e9e9eb;
}
.search-wrapper .search-suggestions li.active:hover .text-muted {
  color: #bfbfbf;
}
.search-wrapper .search-suggestions li a {
  color: #000000;
}
.input-group .input-group-addon + .search-wrapper .form-control.entity-search {
  border-radius: 0 0px 0px 0;
}
/** comment.less */
.comment {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.comment:before,
.comment:after {
  display: table;
  content: " ";
}
.comment:after {
  clear: both;
}
.comment:before,
.comment:after {
  display: table;
  content: " ";
}
.comment:after {
  clear: both;
}
.comment .comment-user {
  float: left;
  margin-right: 8px;
  width: 52px;
}
.comment .comment-user-pic img {
  display: block;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 0 1px #000;
  max-width: 100%;
}
.comment .comment-user-name {
  font-weight: bold;
}
.comment .comment-detail {
  margin: 0 0 5px 60px;
}
.comment .comment-content {
  margin: 0 0 5px 0;
}
.comment .comment-reply {
  margin-right: 5px;
}
.comment .comment-replies-wrapper {
  margin-top: 10px;
}
.comment.comment-sub {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 10px;
  clear: both;
}
.panel-recent-posts .comment {
  margin-bottom: 0;
  padding-bottom: 0;
}
.panel-recent-posts .comment + .comment {
  border-top: 1px solid #f6f6f7;
  margin-top: 10px;
  padding-top: 10px;
}
.comment-attachments {
  margin-top: 8px;
}
.comment-attachment-input .attachment-group {
  cursor: pointer;
}
/** myForum.less */
.questionNotes {
  min-height: 60px;
}
.question-list .forumQuestionWrap {
  padding: 15px;
}
.question-list .forumQuestionWrap .questionAvatar {
  margin-bottom: 15px;
}
#postForumQuestion .file-upload {
  padding-top: 10px;
}
.forum-search-container .input-group-addon {
  padding: 10px 24px;
}
/** kcode-selector.less */
.modal-kcode-selector .kcode-list-wrapper {
  height: 200px;
  overflow: auto;
}
.kcode-list-wrapper .list-group-item {
  padding: 10px 10px;
  cursor: pointer;
}
.kcode-list-wrapper .list-group-item i {
  font-style: italic;
}
.kcode-list-wrapper .list-group-item:nth-child(even) {
  background-color: #f9f9fb;
  color: #000000;
}
.kcode-list-wrapper .list-group-item:hover {
  color: #000000;
  background-color: #f9f9fb;
}
/** store-dashboard.less */
#cates-list .cate-item .embed-responsive-item,
[id*="products-list"] .product-item .embed-responsive-item,
.products-list .product-item .embed-responsive-item,
.product-images .product-item .embed-responsive-item {
  background: no-repeat 50% 50%;
  background-size: contain;
}
.variant-name {
  text-align: left !important;
}
#cart-link div {
  padding: 8px 15px;
}
[id*="products-list"] .product-item .product-content,
.products-list .product-item .product-content {
  min-height: 10px;
  font-size: 15px;
}
.products-list {
  min-height: 200px;
}
.ecomStoreCategoryProductsComponent .product-item {
  margin-bottom: 25px;
  position: relative;
}
.ecomStoreCategoryProductsComponent .product-item .product {
  margin-bottom: 21px;
}
.ecomStoreCategoryProductsComponent .product-item .product-detail .product-title {
  font-size: 15px;
}
.ecomStoreCategoryProductsComponent .thumbnail {
  padding: 0;
  height: auto !important;
}
.ecomStoreCategoryProductsComponent .thumbnail .product-info {
  padding: 25px;
}
.ecomStoreCategoryProductsComponent .thumbnail .product-detail {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 25px;
}
.ecomStoreCategoryProductsComponent .thumbnail .product-detail .product-title {
  margin-top: 0;
  font-size: 15px;
  text-decoration: underline;
}
.ecomStoreCategoryProductsComponent .thumbnail .product-detail .product-price {
  margin-bottom: 0;
  font-size: 19px;
}
.ecomStoreCategoryProductsComponent .thumbnail .product-detail.bg-primary .product-title a {
  color: #fff;
}
.cate-link {
  display: block;
  margin-bottom: 15px;
}
.cate-link .product-cat.thumbnail {
  padding: 0;
}
.cate-link .product-cat.thumbnail .product-image-wrapper {
  padding: 25px;
}
.cate-link .product-cat.thumbnail .product-cat-detail {
  padding: 15px 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cate-link .product-cat.thumbnail .product-cat-detail .cat-title {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cate-link .product-cat.thumbnail.full-cover {
  position: relative;
  overflow: hidden;
  height: auto;
}
.cate-link .product-cat.thumbnail.full-cover .product-image-wrapper {
  padding: 0;
}
.cate-link .product-cat.thumbnail.full-cover .product-image-wrapper .product-image {
  padding-bottom: 85% !important;
  background-size: cover !important;
}
.cate-link .product-cat.thumbnail.full-cover .product-cat-detail {
  position: absolute;
  padding-bottom: 25px;
  bottom: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
}
.cate-link .product-cat.thumbnail.full-cover .product-cat-detail .cat-title {
  color: #fff;
}
#cates-list .cate-item {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #e3e3e6;
  text-decoration: none;
}
#cates-list .cate-item .embed-responsive-item {
  background-size: cover;
}
#cates-list .cate-item .cate-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 25px;
  font-weight: 300;
  padding: 25px 20px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.ecomStoreCategoriesList i.fa-angle-right,
.facetSearchTerm i.fa-angle-right {
  display: none;
}
.ecomStoreCategoriesList .list-group-item:not(.heading-item):hover,
.facetSearchTerm .list-group-item:not(.heading-item):hover,
.ecomStoreCategoriesList .list-group-item:not(.heading-item):focus,
.facetSearchTerm .list-group-item:not(.heading-item):focus,
.ecomStoreCategoriesList .list-group-item:not(.heading-item).selected,
.facetSearchTerm .list-group-item:not(.heading-item).selected {
  color: #000000;
  background-color: #f9f9fb;
  border-color: #dadae7;
  margin-bottom: 0;
}
.ecomStoreCategoriesList .list-group-item:not(.heading-item):hover i.fa-angle-right,
.facetSearchTerm .list-group-item:not(.heading-item):hover i.fa-angle-right,
.ecomStoreCategoriesList .list-group-item:not(.heading-item):focus i.fa-angle-right,
.facetSearchTerm .list-group-item:not(.heading-item):focus i.fa-angle-right,
.ecomStoreCategoriesList .list-group-item:not(.heading-item).selected i.fa-angle-right,
.facetSearchTerm .list-group-item:not(.heading-item).selected i.fa-angle-right {
  display: inline-block;
  font-size: larger;
  margin-top: 1px;
}
.ecomStoreCategoriesList .heading-item,
.facetSearchTerm .heading-item {
  border-bottom: 1px solid #e9e9eb !important;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
}
#product-search {
  margin-bottom: 20px;
}
.btn-decrease-quantity,
.btn-increase-quantity {
  border-left-width: 1px !important;
}
.recentlyViewedRewardProducts {
  padding-left: 0;
}
.recentlyViewedRewardProducts .slickItem .embed-responsive-item {
  background-position: center;
  background-size: cover;
}
.recentlyViewedRewardProducts .slick-prev::before,
.recentlyViewedRewardProducts .slick-next::before {
  color: #414141;
}
/** kcom2.less */
.panel-footer.cart-subtotal,
.panel-footer.cart-tax {
  border-radius: 0;
}
.promo-codes-container {
  padding: 15px 15px 0 15px;
}
.btn-ecom-add-to-cart {
  padding: 15px 12px;
}
#product-tools .product-filter {
  float: right;
  position: relative;
  z-index: 2;
  margin: 30px 0 20px;
  padding: 1px 0;
  background: #fff;
}
#product-tools .product-filter > * {
  float: left;
  margin-left: 10px;
}
#product-tools .breadcrumb {
  position: relative;
  z-index: 1;
}
#products-list {
  overflow: hidden;
}
.kcom2Product .product-info {
  margin-top: 38px;
  margin-bottom: 20px;
}
.kcom2Product .product-price {
  padding: 10px 0;
  margin-top: 11px;
  position: relative;
  color: #fff;
  border-radius: 0px;
}
.kcom2Product .slick-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  font-size: 26px;
  color: #333333;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  border: none;
}
.kcom2Product .slick-arrow:hover,
.kcom2Product .slick-arrow:focus {
  color: #333333 !important;
}
.kcom2Product .slick-arrow:before {
  display: none;
}
.kcom2Product .slick-arrow.slick-prev {
  left: 1px;
  border-width: 1px 0 1px 1px;
}
.kcom2Product .slick-arrow.slick-next {
  right: 1px;
  border-width: 1px 1px 1px 0;
}
.kcom2Product .slick-arrow.slick-disabled {
  background: none;
  color: transparent;
  cursor: default;
  width: 1px;
  overflow: hidden;
}
.kcom2Product .slick-arrow:focus {
  outline: none;
}
.kcom2Product .param-title {
  display: block;
  padding-top: 5px;
  text-transform: capitalize;
}
.kcom2Product .img-options-list .item-option {
  display: inline-block;
  padding: 3px;
}
.kcom2Product .img-options-list .item-option a {
  display: block;
  border: 2px solid transparent;
  text-decoration: none;
}
.kcom2Product .img-options-list .item-option a:hover {
  text-decoration: none;
}
.kcom2Product .img-options-list .item-option a.active {
  border-color: #0a8f4d;
}
.kcom2Product .img-options-list .item-option img {
  height: 25px;
}
.kcom2Product .slickItem.slick-active a:focus,
.kcom2Product .slickItem.slick-active:focus,
.kcom2Product .slickItem.slick-active a div:focus {
  outline: none;
}
.kcom2Product .slick-slider {
  visibility: hidden;
}
.kcom2Product .slick-slider.slick-initialized {
  visibility: visible;
}
.kcom2Product .slickItem {
  display: none;
}
.kcom2Product .slick-slider.slick-initialized .slickItem {
  display: block;
}
@media (min-width: 767px) and (max-width: 991px) {
  .kcom2Product .product-actions .input-group #basic-addon1 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .kcom2Product .product-actions .input-group .product-quantity {
    padding-left: 12px;
    padding-right: 12px;
  }
  .kcom2Product .product-actions .input-group .btn-ecom-add-to-cart {
    padding-left: 12px;
    padding-right: 12px;
  }
}
#kcom2ShippingForm .twitter-typeahead {
  display: block;
}
#ecomItemsTable .item-row,
.ecomItemsTable .item-row {
  margin: 0;
  padding: 5px 0;
}
#ecomItemsTable .item-row + .item-row,
.ecomItemsTable .item-row + .item-row {
  border-top: 1px solid #dddddd;
}
#ecomItemsTable .item-row .btn-ecom-remove-item,
.ecomItemsTable .item-row .btn-ecom-remove-item {
  color: #546269;
}
#ecomItemsTable .item-row > div,
.ecomItemsTable .item-row > div {
  padding: 0 5px;
  float: left;
}
#ecomItemsTable .item-row .item-photo,
.ecomItemsTable .item-row .item-photo {
  width: 90px;
}
#ecomItemsTable .item-row .item-quantity,
.ecomItemsTable .item-row .item-quantity {
  width: 100px;
}
#ecomItemsTable .item-row .item-quantity .ecom-txt-quantity,
.ecomItemsTable .item-row .item-quantity .ecom-txt-quantity {
  padding-left: 3px;
  padding-right: 3px;
}
#ecomItemsTable .item-row .item-photo > div,
.ecomItemsTable .item-row .item-photo > div {
  width: 80px;
  height: 80px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  #ecomItemsTable .item-row .media-left,
  .ecomItemsTable .item-row .media-left {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
  }
  #ecomItemsTable .item-row .media-body,
  .ecomItemsTable .item-row .media-body {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    width: 10000px!important;
    float: none;
  }
  #ecomItemsTable .item-row .media-body .item-action,
  .ecomItemsTable .item-row .media-body .item-action {
    position: absolute;
    right: 10px;
  }
  #ecomItemsTable .item-row .media-body .lead,
  .ecomItemsTable .item-row .media-body .lead {
    margin-bottom: 15px;
  }
  #ecomItemsTable .item-row .item-price,
  .ecomItemsTable .item-row .item-price {
    float: none;
    margin-left: 0;
  }
  #ecomItemsTable .item-row .item-detail,
  .ecomItemsTable .item-row .item-detail {
    background: transparent;
    border-left: none;
    padding-left: 0;
  }
  #ecomItemsTable .item-row .item-quantity,
  .ecomItemsTable .item-row .item-quantity {
    float: none;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  #ecomItemsTable .item-row .item-quantity select,
  .ecomItemsTable .item-row .item-quantity select {
    text-align: center;
    text-align-last: center;
  }
  #ecomItemsTable .item-row .item-quantity .fa-caret-down,
  .ecomItemsTable .item-row .item-quantity .fa-caret-down {
    position: absolute;
    top: 13px;
    right: 10px;
  }
  #ecomItemsTable .item-row .item-photo,
  .ecomItemsTable .item-row .item-photo {
    background-position: top center;
  }
  #ecomItemsTable .item-row .btn-remove-item,
  .ecomItemsTable .item-row .btn-remove-item {
    position: absolute;
    right: 10px;
    margin-top: -5px;
  }
  #ecomItemsTable .item-row .media-heading,
  .ecomItemsTable .item-row .media-heading {
    padding-right: 20px;
  }
}
#ecomItemsTable .center-content,
.ecomItemsTable .center-content {
  min-height: 80px;
}
#ecomItemsTable .center-content > div,
.ecomItemsTable .center-content > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 5px;
}
#ecomItemsTable .center-content > .item-info.item-info-option,
.ecomItemsTable .center-content > .item-info.item-info-option {
  position: relative;
  top: 0;
  margin-top: -80px;
  transform: none;
}
#ecomItemsTable .center-content.item-title > div,
.ecomItemsTable .center-content.item-title > div {
  padding-left: 95px;
}
#ecomItemsTable .center-content.item-title > div .product-params-scroll,
.ecomItemsTable .center-content.item-title > div .product-params-scroll {
  height: 20px;
  overflow: auto;
}
#ecomItemsTable .cart-total,
.ecomItemsTable .cart-total {
  background: #202020;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 599px) {
  #ecomItemsTable .item-row .item-photo {
    width: 100px;
  }
  #ecomItemsTable .item-row .item-title {
    width: calc(100% - 100px);
  }
  #ecomItemsTable .item-row .item-quantity {
    clear: both;
  }
  #ecomItemsTable .item-row .item-photo > div {
    width: 90px;
    height: 90px;
  }
}
.payment-option {
  position: relative;
  display: inline-block;
  opacity: 0.5;
}
.payment-option > img {
  position: relative;
  max-height: 100px;
  width: 150px;
  z-index: 1;
  margin-bottom: 5px;
}
.payment-option i {
  position: absolute;
  left: 25%;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
  display: none;
}
.payment-option.active {
  opacity: 1;
}
.payment-option.active i {
  display: block;
}
#loginRegisterModal .row .devider:not(:last-child) {
  border-right: 1px solid #ccc;
}
#cart-link div {
  margin: 4px 0;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
#cart-link div .btn-sm {
  padding: 8px 15px;
}
.ecommerce-sidebar {
  margin-top: 30px;
}
#products-list .product {
  position: relative;
  margin-bottom: 30px;
}
#products-list .product-image-wrapper {
  display: block;
}
#products-list .product-image {
  display: block;
  background: no-repeat 50% 0;
  background-size: contain;
  padding-bottom: 66.66666667%;
}
#products-list .product-price {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  font-weight: 600;
  background: #909090;
}
#products-list .product-title {
  height: 26px;
}
#products-list .product-content {
  height: 60px;
  margin-bottom: 20px;
  overflow: hidden;
}
#products-list .product-actions {
  text-align: right;
}
#products-list .cate-title {
  text-align: center;
  margin: 0;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#products-list .cate-link {
  text-decoration: none;
}
#products-list.show-by-list .product-item {
  width: 100%;
}
#products-list.show-by-list .product:before,
#products-list.show-by-list .product:after {
  content: " ";
  display: table;
}
#products-list.show-by-list .product:after {
  clear: both;
}
#products-list.show-by-list .product:before,
#products-list.show-by-list .product:after {
  content: " ";
  display: table;
}
#products-list.show-by-list .product:after {
  clear: both;
}
#products-list.show-by-list .product-image-wrapper {
  float: left;
  width: 200px;
}
#products-list.show-by-list .product-image-wrapper + div.caption {
  margin-left: 200px;
}
#products-list.show-by-list .product-title {
  margin-top: 0;
}
#products-list.show-by-list .product-price {
  position: static;
  background: none;
  color: #ec135b;
  padding: 0;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
#products-list.show-by-list .product-price:before {
  content: "Price: ";
  color: #333333;
  font-size: 85%;
}
#products-list.show-by-list .product-title,
#products-list.show-by-list .product-content {
  height: auto;
}
#products-list.show-by-list .product-actions {
  text-align: left;
}
#recently-added,
#last-viewed {
  padding-bottom: 10px;
}
#recently-added .media,
#last-viewed .media {
  padding-bottom: 11px;
  border-bottom: 1px solid #eee;
  margin-bottom: 11px;
  margin-top: 11px;
}
#recently-added .media-object,
#last-viewed .media-object {
  width: 64px;
  height: 64px;
  background: no-repeat 50% 50%;
  background-size: contain;
}
#recently-added p.lead,
#last-viewed p.lead {
  font-size: 16px;
  margin-bottom: 0;
}
.afterAddProductThumb {
  height: 150px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.afterAddProductCaption {
  width: 100%;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.keditor-iframe-body .recentlyViewedProducts .slick-slide {
  height: auto !important;
}
.panel-recent-products {
  padding-left: 30px;
  padding-right: 30px;
}
.recentlyViewedProducts {
  visibility: hidden;
}
.recentlyViewedProducts.slick-initialized {
  visibility: visible;
}
.recentlyViewedProducts .slickItem {
  padding: 0 10px;
}
.recentlyViewedProducts .slickItem:focus,
.recentlyViewedProducts .slickItem a:focus {
  outline: none;
}
.recentlyViewedProducts .product-title {
  margin-top: 0;
}
.recentlyViewedProducts .product-price {
  margin-bottom: 0;
}
.recentlyViewedProducts .title a {
  color: #000;
  display: block;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recentlyViewedProducts .embed-responsive-item {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.recentlyViewedProducts .point_text {
  text-align: left;
  text-transform: initial;
  float: left;
  color: #414141;
}
.recentlyViewedProducts .btn-add-to-cart {
  color: #414141;
  padding: 5px;
}
.recentlyViewedProducts .product-info {
  background-color: #e9e9eb;
  min-height: 49px;
  padding: 15px 20px;
  text-transform: uppercase;
}
.recentlyViewedProducts .slick-dots {
  bottom: -40px;
}
.recentlyViewedProducts .slick-arrow:before {
  color: #000;
}
.ecomCheckoutFormPointsOnly .no-margin {
  margin-left: 0;
  margin-right: 0;
}
.ecomCheckoutForm .no-margin {
  margin-left: 0;
  margin-right: 0;
}
.cart-suggest-header .title-inner {
  padding-top: 6px;
  padding-bottom: 6px;
}
.cart-suggest-header .checkout-success {
  color: #39b7a1;
}
.checkout-suggest-text {
  display: block;
  margin-bottom: 15px;
}
.store-search {
  width: 100%;
  margin-bottom: 10px;
}
.facetSearchTerm .list-group-item:first-of-type {
  border-top: 0;
}
@media (min-width: 768px) {
  .cart-suggest-header .btn-go-checkout {
    float: right;
  }
}
.kcom2-text-white {
  color: white !important;
}
.submit-order .btn-right .btn {
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .submit-order .btn-left {
    margin-bottom: 15px;
  }
  .submit-order .btn-left .btn {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #basic-addon1 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-quantity {
    padding-left: 12px;
    padding-right: 12px;
  }
}
#price-slider .noUi-connect {
  background: #0a8f4d;
}
.form-control.customRangeInput {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .form-control.customRangeInput {
    max-width: 100%;
  }
}
@media (min-width: 767px) {
  .custom-range-wrapper {
    max-width: 270px !important;
    display: flex !important;
  }
}
@media (min-width: 767px) {
  .custom-range-group {
    display: flex !important;
  }
}
.cart-link-mobile .cart-link-mobile-wrapper:not(.hidden) {
  padding: 16px;
  margin-right: 60px;
}
@media (max-width: 991px) {
  .cart-link-mobile .cart-link-mobile-wrapper:not(.hidden) {
    display: inline-block !important;
  }
}
@media (min-width: 991px) {
  .cart-link-mobile .cart-link-mobile-wrapper:not(.hidden) {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cart-link-desktop .cart-link-wrapper:not(.hidden) {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .cart-link-desktop .cart-link-wrapper:not(.hidden) {
    display: block !important;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  #kcom2-cart-items .ecom-item-quantity .btn-increase-quantity {
    padding: 6px 13px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  #kcom2-cart-items .ecom-item-quantity .btn-decrease-quantity {
    padding: 6px 13px;
  }
}
.btn-loader-wrap {
  margin-bottom: 10px;
}
.btn-loader-wrap .btn-circle {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .cart-suggest-header .btn {
    font-size: 13px;
  }
}
.points-payment-form {
  position: relative;
}
.points-payment-form .payment-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 20;
}
.points-payment-form .payment-loading .fa-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.points-payment-form.on-load .payment-loading {
  display: block;
}
.kcom-error-field {
  color: #a94442;
  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);
}
.kcom-error-field:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/** suggestionList.less */
.kcom2-suggestionList li {
  padding: 6px 10px;
}
.kcom2-suggestionList li.first {
  font-weight: bold;
  background-color: #f9f9fb;
}
/** jquery.ecomSearch.less */
.ecom-search-wrapper {
  position: relative;
}
.ecom-search-wrapper:before,
.ecom-search-wrapper:after {
  display: table;
  content: " ";
}
.ecom-search-wrapper:after {
  clear: both;
}
.ecom-search-wrapper:before,
.ecom-search-wrapper:after {
  display: table;
  content: " ";
}
.ecom-search-wrapper:after {
  clear: both;
}
.ecom-search-wrapper input.form-control {
  border-radius: 0;
}
.ecom-search-wrapper .ecom-search-input {
  position: relative;
  z-index: 2;
}
.ecom-search-wrapper .ecom-search-hidden-input {
  opacity: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 0 !important;
}
.ecom-search-wrapper .ecom-search-suggestions {
  z-index: 4;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: 0;
  width: 100%;
}
.ecom-search-wrapper .ecom-search-suggestions li a {
  display: block;
  padding: 5px;
  color: #656872;
  text-decoration: none !important;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
  max-width: 100%;
}
.ecom-search-wrapper .ecom-search-suggestions li a:hover {
  color: #595c64;
}
.ecom-search-wrapper .ecom-search-suggestions li.active {
  background: #f9f9fb;
}
.ecom-search-wrapper .ecom-search-suggestions li.active a,
.ecom-search-wrapper .ecom-search-suggestions li.active span {
  color: #000000;
}
.ecom-search-wrapper .ecom-search-suggestions li.no-result {
  padding: 5px;
}
/** quantitySelector.less */
.product-form-quantity-atc {
  margin-top: 6px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
}
.noevents {
  pointer-events: none;
}
.pform-field-title {
  position: absolute;
  top: 10px;
  left: 21px;
  z-index: 2;
  opacity: 0.4;
  color: #656872;
}
.pform-field-select-wrapper {
  position: relative;
}
.pform-field-select-wrapper .pform-field-select {
  width: 100%;
  line-height: 1.3333333;
  padding-right: 30px;
  color: #656872;
  cursor: pointer;
  background-color: #fff;
  appearance: none;
}
.pform-field-select-wrapper .quantityDropdownIcon {
  position: absolute;
  top: 25px;
  right: 21px;
  margin-bottom: 15px;
  color: #656872;
}
.pform-field-input,
.pform-field-select {
  z-index: 1;
  width: 100%;
  font-weight: bold;
  padding: 26px 21px 10px;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  color: #656872;
  background-color: white;
  border: 1px solid rgba(127, 127, 127, 0.3);
  border-radius: 6px;
}
/** viewOder.less */
.view-order-container .order-number {
  margin-bottom: 25px;
}
.view-order-container .media .item-photo {
  width: 90px;
}
.view-order-container .item-row {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .view-order-container .flex-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
/** productList.less */
.products-list.grid-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-list.grid-layout .product-item {
  margin: 0 -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products-list.grid-layout .thumbnail.product {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products-list.grid-layout .product-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products-list.grid-layout .product-content {
  overflow: hidden;
}
.products-list.grid-layout .product-price {
  margin-top: auto;
}
.products-list .product-detail.bg-success {
  color: #fff;
  background-color: #39b7a1;
}
a.products-list .product-detail.bg-success:hover,
a.products-list .product-detail.bg-success:focus {
  background-color: #2d907f;
}
.products-list .product-detail.bg-info {
  color: #fff;
  background-color: #0a8f4d;
}
a.products-list .product-detail.bg-info:hover,
a.products-list .product-detail.bg-info:focus {
  background-color: #075f33;
}
.products-list .product-detail.bg-warning {
  color: #fff;
  background-color: #8c559b;
}
a.products-list .product-detail.bg-warning:hover,
a.products-list .product-detail.bg-warning:focus {
  background-color: #6e437a;
}
.products-list .product-detail.bg-danger {
  color: #fff;
  background-color: #546269;
}
a.products-list .product-detail.bg-danger:hover,
a.products-list .product-detail.bg-danger:focus {
  background-color: #3d484d;
}
/** productDetail.less */
.kcom2Product .product-price.bg-default {
  background-color: #f9f9fb;
  color: #656872;
}
.kcom2Product .quantity-location {
  margin-left: -6px;
  margin-right: -6px;
}
.product-price h3 {
  margin-top: 10px;
}
.product-price h3.discount-h3 {
  margin-top: 0px;
}
.product-price span.discount-span {
  text-decoration: line-through;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .quantity-location .quantity-block {
    margin-bottom: 15px;
  }
}
.position-static {
  position: static !important;
}
.after-add-to-cart-message {
  position: absolute;
  z-index: 1001;
  top: -500px;
  right: 15px;
  width: 350px;
  margin-bottom: 5px;
  padding: 0 15px;
  border: 1px solid transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  transition: all 0.6s ease;
}
.after-add-to-cart-message.on {
  top: 0;
}
.after-add-to-cart-message .cart-message-header {
  position: relative;
  height: 2.5em;
  line-height: 2.5em;
  border-bottom: 1px solid #a7a9af;
}
.after-add-to-cart-message .cart-message-header h3 {
  line-height: inherit;
  margin: 0;
  font-size: 1.2em;
}
.after-add-to-cart-message .cart-message-header .cart-message-close {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.after-add-to-cart-message .cart-message-body {
  width: 100%;
  padding: 15px 0;
}
.after-add-to-cart-message .cart-message-body h4 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 600;
}
.after-add-to-cart-message .cart-message-body .cart-product-qty {
  font-size: 0.8em;
}
.after-add-to-cart-message .cart-message-body .product-variants {
  padding-top: 10px;
}
.after-add-to-cart-message .cart-message-body .product-variants .param-title {
  text-transform: capitalize;
}
.after-add-to-cart-message .cart-message-footer a {
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .after-add-to-cart-message {
    position: fixed;
    top: -500px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .after-add-to-cart-message.on {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
/** kConfirmDetails.less */
.checbox-right {
  text-align: right;
}
#newFieldBodyText {
  padding: 0px 12px 12px;
}
.multiOrg-portlet .confirm-org-search.full-width {
  width: 100%;
}
/** promoDetailWizard.less */
.new-promotion-container .equal-height {
  display: flex;
  flex-wrap: wrap;
}
.new-promotion-container .promotion-type-tile {
  margin-bottom: 15px;
}
.new-promotion-container .promotion-type-tile .well {
  margin-bottom: 0px;
  height: 100%;
}
.navigation-breadcrumb {
  display: flex;
}
.navigation-breadcrumb .navigation-breadcrumb-item {
  padding: 20px;
  background-color: #f9f9fb;
  border: 1px solid #e9e9eb;
  border-radius: 3px;
  margin: 0 20px 30px 0;
  text-align: center;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000000;
  min-width: 190px;
}
.navigation-breadcrumb .navigation-breadcrumb-item h5 {
  margin: 0 0 3px 0;
}
.navigation-breadcrumb .navigation-breadcrumb-item p {
  margin: 0;
}
.navigation-breadcrumb .navigation-breadcrumb-item:hover {
  text-decoration: none;
  color: #000000;
}
.navigation-breadcrumb .navigation-breadcrumb-item.active {
  background-color: #0a8f4d;
  color: white;
  position: relative;
}
.navigation-breadcrumb .navigation-breadcrumb-item.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #0a8f4d;
  border-width: 15px;
  margin-left: -15px;
}
.navigation-breadcrumb .navigation-breadcrumb-item:last-child {
  margin-right: 0;
}
.navigation-breadcrumb-item {
  cursor: pointer;
}
.manageRewardFormStep5 .list-group-item {
  border-color: #a7a9af;
}
.promotionWizard fieldset {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e9e9eb;
}
.promotionWizard fieldset .form-group:last-of-type {
  margin-bottom: 0;
}
.promotionWizard .panel .panel-body.promotion-step-2 h3 {
  margin-top: 21px;
}
.promotionWizard .promotion-group-selector {
  text-decoration: none;
  float: left;
  margin-right: 15px;
  cursor: pointer;
}
.modalPromotionGroup .membership {
  padding: 6px 12px;
  border-radius: 5px;
}
.modalPromotionGroup .radio {
  margin-top: 0;
  margin-bottom: 0;
}
.modalPromotionGroup .radio .groupRadio {
  top: 2px;
}
.modalPromotionGroup .radio label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 95%;
  vertical-align: middle;
}
.promotion-groups .group-list {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  font-size: 95%;
  padding: 6px 12px;
}
/** ktoolbar.less */
#ktoolbar {
  position: fixed;
  left: 0;
  top: -40px;
  width: 100%;
  height: 40px;
  background: #000;
  z-index: 999999;
  transition: top ease-in-out 250ms;
  font: 14px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#ktoolbar button.dropdown-toggle {
  padding-top: 7px;
  padding-bottom: 7px;
}
#ktoolbar.showed {
  top: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#ktoolbar .ktoolbar-btn {
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1.5;
  display: inline-block;
  height: 40px;
  background: transparent;
  border: 0;
}
#ktoolbar .ktoolbar-btn.dropdown-toggle {
  padding: 5px 10px 5px 0;
}
#ktoolbar .ktoolbar-btn.dropdown-toggle .caret {
  position: relative;
  top: -2px;
}
#ktoolbar .ktoolbar-btns-right {
  float: right;
}
#ktoolbar .ktoolbarToggle {
  border-radius: 0 0 3px 3px;
  background-color: #000;
  color: #fff;
  padding: 1px;
  margin-top: -2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 0;
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 24px;
  margin-left: -12px;
  height: 22px;
  text-align: center;
  cursor: pointer;
}
#ktoolbar-sidebar {
  background: #fff;
  border-left: 1px solid #ccc;
  z-index: 999999;
  transition: all ease-in-out 250ms;
  font: 14px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 0;
  bottom: 0;
  right: -360px;
  width: 360px;
  position: fixed;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#ktoolbar-sidebar.showed {
  right: 0;
}
#ktoolbar.showed + #ktoolbar-sidebar {
  top: 30px;
}
#ktoolbar-sidebar .sidebar-title {
  padding: 5px 15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
#ktoolbar-sidebar .sidebar-content {
  height: calc(100% - 32px - 52px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 15px 15px 0;
}
#ktoolbar-sidebar .sidebar-content .form-horizontal .colorpicker-container {
  position: relative;
}
#ktoolbar-sidebar .sidebar-content .form-horizontal .control-label,
#ktoolbar-sidebar .sidebar-content .form-horizontal .form-control {
  font: 12px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}
#ktoolbar-sidebar .sidebar-content .form-horizontal .control-label {
  text-align: left;
}
#ktoolbar-sidebar .sidebar-content .form-horizontal .text-muted {
  color: #ccc;
}
#ktoolbar-sidebar .sidebar-content .form-horizontal hr {
  margin: 20px 0;
}
#ktoolbar-sidebar .sidebar-action {
  padding: 10px 15px;
  background: #f0f0f0;
  border-top: 1px solid #ccc;
}
#ktoolbar-sidebar .sidebar-action button {
  border: 1px solid #ddd;
  padding: 6px 12px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  font-size: 12px;
}
#ktoolbar-sidebar .sidebar-action button.btn-save {
  background: #000;
  color: #fff;
}
#ktoolbar-sidebar .sidebar-action button.btn-close {
  background: #fff;
  color: #000;
  padding: 4px 8px;
}
#btn-translate {
  position: absolute;
  z-index: 999999;
  display: none;
}
@media (max-width: 767px) {
  #ktoolbar {
    display: none;
  }
}
.colorpicker.colorpicker-right {
  right: 0;
  left: auto;
}
/** modulePage.less */
.modulePage .commentContainer textarea {
  width: 100%;
}
.modulePage iframe {
  width: 100% !important;
}
.modulePage .module-container {
  position: relative;
  min-height: 300px;
}
.modulePage .module-container .navbar {
  margin-bottom: 0;
}
.modulePanel {
  cursor: pointer;
}
a.moduleButton {
  color: inherit;
  text-decoration: none;
}
.panel.panel-module-page-toolbar {
  box-shadow: none;
}
.panel.panel-module-page-toolbar .panel-heading {
  border-bottom: 0 !important;
}
.panel.panel-module-page-toolbar .btn {
  color: #000000;
}
.panel.panel-module-page-toolbar .btn > * {
  display: inline-block;
  vertical-align: middle;
}
.panel.panel-module-page-toolbar .btn > * + * {
  margin-left: 5px;
}
.module-pages .modPage i {
  font-size: 1.4em;
  vertical-align: text-bottom;
}
.module-pages .modPage .fa-check-circle {
  display: none;
}
.module-pages .modPage.active {
  font-weight: bold;
  color: #fff;
  background-color: #414141;
}
.module-pages .modPage.completed .fa-circle-o {
  display: none;
}
.module-pages .modPage.completed .fa-check-circle {
  display: inline-block;
}
ul.tools {
  list-style-type: none;
  margin: 0;
}
ul.tools li {
  display: block;
}
ul.tools li.modPerc {
  float: left;
  font-size: 200%;
}
.modulePage .panelBox ol ol {
  list-style-type: none;
  margin-left: -6px;
}
body.edifyIsEditMode div.pages {
  display: none;
}
a.disabled {
  opacity: 0.5;
  cursor: default;
}
ol.quiz > li {
  font-size: 24px;
  color: #0a8f4d;
  vertical-align: top;
  position: relative;
  font-weight: bold;
}
ol.quiz > li > * {
  margin: 5px 0 0;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}
ol.quiz > li > *:first-child {
  margin-top: 0;
}
ol.quiz > li > h3 {
  font-size: 24px;
  color: #0a8f4d;
}
ol.quiz > li > .form-control {
  color: #656872;
}
ol.quiz ol li {
  clear: both;
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
}
ol.quiz ol li input {
  position: absolute;
  margin: 4px 0 0 -20px;
}
ol.quiz ol li label {
  display: block;
}
ol.quiz li.error {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #fff;
  background-color: #546269;
  border-color: #546269;
}
ol.quiz li.error h4 {
  margin-top: 0;
  color: inherit;
}
ol.quiz li.error .alert-link {
  font-weight: bold;
}
ol.quiz li.error > p,
ol.quiz li.error > ul {
  margin-bottom: 0;
}
ol.quiz li.error > p + p {
  margin-top: 5px;
}
ol.quiz li.error hr {
  border-top-color: #49555b;
}
ol.quiz li.error .alert-link {
  color: #e6e6e6;
}
.when-complete,
.when-not-complete {
  display: none;
}
#moduleActivityChart .nv-legend-text {
  fill: #FFF;
}
input.error,
textarea.error,
select.error {
  color: #b94a48;
  border-color: #ee5f5b;
}
input.error:focus,
textarea.error:focus,
select.error:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.breadcrumb > li + li:before {
  content: ">";
}
/** myLearning.less */
.course-picker-wrapper {
  margin-bottom: 15px;
}
.course-picker-wrapper #programs-wrapper {
  border-bottom-left-radius: 0px;
}
.course-picker-wrapper #programs-wrapper p {
  border-top-left-radius: 0px;
}
.course-picker-wrapper #programs-wrapper a:last-child {
  border-bottom-left-radius: 0px;
}
.course-picker-wrapper #courses-wrapper {
  border-bottom-right-radius: 0px;
}
.course-picker-wrapper #courses-wrapper p {
  border-top-right-radius: 0px;
}
.course-picker-wrapper #courses-wrapper a:last-child {
  border-bottom-right-radius: 0px;
}
.course-picker-wrapper .dropdown-menu {
  padding: 0;
  width: 970px / 3 * 2;
}
.course-picker-wrapper .dropdown-menu.course-picker-dropdown {
  border-color: #f9f9fb;
  border-width: 0;
  padding-top: 0;
  margin-top: 6px;
}
.course-picker-wrapper .dropdown-menu.course-picker-dropdown > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .course-picker-wrapper .dropdown-menu.course-picker-dropdown > ul {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .course-picker-wrapper .dropdown-menu {
    width: 1170px / 3 * 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .course-picker-wrapper .dropdown-menu {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .course-picker-wrapper .dropdown-menu {
    width: 100%;
  }
}
.course-picker-wrapper .dropdown-menu p {
  padding: 6px 12px;
  margin: 0;
  background: #e9e9eb;
}
.course-picker-wrapper .dropdown-menu li div {
  min-height: 100px;
}
.course-picker-wrapper .dropdown-menu li .loading {
  background: url('static/images/loading.gif') 50% 50% no-repeat;
}
.course-picker-wrapper .dropdown-menu li a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  color: #000000;
}
.course-picker-wrapper .dropdown-menu li a + a {
  border-top: 1px solid #f9f9fb;
}
.course-picker-wrapper .dropdown-menu li .active {
  color: #fff;
  background: #0a8f4d;
}
.program-list .module {
  margin-top: 15px;
  margin-bottom: 15px;
}
.module-heading a {
  color: #000000;
}
.module-thumb .img-thumb {
  border-radius: 0px;
  width: 100%;
}
.module-wrapper-odd {
  background-color: #f9f9fb;
}
.module-wrapper-list .module {
  background: #fff;
}
.module-wrapper-list .module-thumb .thumb-bg {
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  .module-wrapper-list .module-thumb {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .module-wrapper-list .module-thumb.thumb-auto-height .thumb-bg {
    padding-bottom: 56.25%;
    height: auto;
  }
}
.module-tags {
  margin-left: 0;
  margin-bottom: 0;
}
.module-tags li {
  float: left;
  padding-top: 0.3em;
  background-color: #e9e9eb;
  color: #000000;
  margin-right: 15px;
  margin-top: 15px;
}
.module-wrapper-grid {
  margin-bottom: 30px;
}
.module-wrapper {
  margin-bottom: 15px;
}
.module {
  position: relative;
  padding: 22px;
  border: 1px solid #e9e9eb;
  border-radius: 0px;
}
.module:before,
.module:after {
  display: table;
  content: " ";
}
.module:after {
  clear: both;
}
.module:before,
.module:after {
  display: table;
  content: " ";
}
.module:after {
  clear: both;
}
.module.no-thumb {
  border-left: 5px solid #414141;
}
.module .thumb-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  display: block;
}
.module .module-body h4 {
  margin-top: 0;
}
.module .module-progress {
  background: #0a8f4d;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  z-index: 10;
}
.module .module-actions {
  text-align: right;
}
.module .module-tags li {
  font-size: 86%;
}
.module .module-tags li i {
  margin-right: 5px;
}
.dashboard-modules-page .module {
  padding: 40px;
}
.dashboard-modules-page .module .module-thumb {
  width: 250px;
  top: 0;
  bottom: 15px;
  left: 5px;
}
.dashboard-modules-page .module .module-body {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .dashboard-modules-page .module {
    padding: 0;
  }
  .dashboard-modules-page .module .module-thumb {
    position: static;
    width: auto;
  }
  .dashboard-modules-page .module .module-thumb > .thumb {
    height: auto;
    padding-bottom: 56.25%;
  }
  .dashboard-modules-page .module .module-body {
    margin-left: 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .module .module-thumb {
    position: static;
    width: auto;
  }
  .module .module-body {
    margin-left: 0;
    padding: 15px 15px 0px 15px;
  }
  .module .module-actions {
    margin-top: 15px;
  }
}
.module.module-grid {
  overflow: hidden;
  min-height: 200px;
  color: #fff;
  padding: 0;
  margin-bottom: 0;
}
.module.module-grid .module-body {
  background: #414141;
  padding: 25px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 3;
}
.module.module-grid .module-body .module-progress {
  top: 0;
  bottom: auto;
}
.module.module-grid .module-actions {
  position: absolute;
  z-index: 9;
  top: 15px;
  right: 15px;
}
.module.module-grid .module-thumb {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  position: absolute;
  min-height: 100%;
}
.module.module-grid .module-progress {
  top: auto;
  bottom: 0;
}
.module.module-grid.module-full-height-thumb .module-body {
  background: transparent;
}
.module.module-grid.module-full-height-thumb .module-body .module-progress {
  top: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  .module.module-grid:before {
    display: none;
  }
  .module.module-grid:not(.module-full-height-thumb) {
    height: auto !important;
  }
  .module.module-grid:not(.module-full-height-thumb) .module-thumb {
    position: static;
  }
  .module.module-grid:not(.module-full-height-thumb) .module-thumb > span {
    display: none;
  }
  .module.module-grid:not(.module-full-height-thumb) .module-thumb > img {
    padding: 0;
  }
  .module.module-grid:not(.module-full-height-thumb) .module-body {
    position: static;
    background: #414141 !important;
  }
  .module.module-grid .module-body {
    padding: 15px;
  }
  .module.module-grid.module-full-height-thumb .thumb-bg {
    display: block !important;
  }
  .module.module-grid.module-full-height-thumb .module-thumb img {
    display: none !important;
  }
}
.panel-body.pages-wrapper .pages {
  margin-bottom: 0;
}
.course-list {
  padding-left: 15px;
  padding-right: 15px;
}
.course-list .module {
  margin-top: 15px;
  margin-bottom: 15px;
}
.course-list .module img {
  border-radius: 0px;
}
.course-list .course {
  margin-top: 20px;
  margin-bottom: 20px;
}
.course-list .course-image {
  height: 190px;
  width: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  border-radius: 0px;
  background-position: 50% 50%;
}
.course-list .course-status {
  text-align: right;
}
.component-tile {
  border-radius: 0px;
}
.course-grid .course-cells {
  padding-left: 0;
  list-style: none;
}
.course-grid .course-cells .course-thumb .course-image {
  height: 300px;
  border-radius: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position: 50% 50%;
}
.course-grid .course-cells .module-count {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.course-grid .course-cells .course-status {
  text-align: right;
  margin-top: 8px;
}
.course-grid .course-cells .course {
  margin: 20px 0px;
}
@media (max-width: 767px) {
  .course-list .course-image {
    width: 100%;
    height: 180px;
    border-radius: 0px;
  }
  .course-list .course-status {
    text-align: left;
  }
}
.programItem {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .course-picker-toggler {
    max-width: 100%;
  }
  .course-picker-toggler .course-picker-text {
    display: inline-block;
    max-width: calc(100% - 5px);
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
  }
  .course-picker-dropdown > ul {
    margin-bottom: 0;
    position: relative;
  }
  .course-picker-dropdown > ul #courses-wrapper {
    position: relative;
  }
  .course-picker-dropdown > ul #courses-wrapper.slideRight {
    position: absolute;
    width: 100%;
    top: 0;
    background: white;
  }
  .course-picker-dropdown > ul #courses-wrapper .btnCourseBack {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
  }
  .course-picker-dropdown > ul #courses-wrapper a:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .course-picker-dropdown > ul #courses-wrapper p {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .course-picker-dropdown > ul #programs-wrapper {
    opacity: 0;
    position: relative;
    left: -100%;
    display: none;
    border-bottom-right-radius: 0px;
  }
  .course-picker-dropdown > ul #programs-wrapper a {
    position: relative;
  }
  .course-picker-dropdown > ul #programs-wrapper a .btnCourseBack {
    top: 50%;
    right: 10px;
    position: absolute;
    transform: translateY(-50%);
  }
  .course-picker-dropdown > ul #programs-wrapper p {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .course-picker-dropdown > ul #programs-wrapper a:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .course-picker-dropdown > ul #programs-wrapper.slideLeft {
    position: absolute;
    width: 100%;
    top: 0;
  }
}
.learning-activity-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
}
.panel-module-status-user-table table tr td {
  vertical-align: middle;
}
.panel-module-status-user-table table tr td h4 .module-title {
  margin-top: 0;
}
/** modulesTile.less */
.module-tile h3 {
  margin-top: 0;
}
.module-tile .module-tile-point {
  position: absolute;
  top: 0;
  right: 0;
  background: #414141;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  font-size: 15px;
}
.module-tile .module-tile-action {
  margin-top: 20px;
}
/** moduleStatuses.less */
.panel-heading .btn-sort.btn-group.pull-right {
  margin-top: -7px;
}
.module-image {
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
}
/** learner-reporting.less */
.reporting-course-picker {
  margin-bottom: 15px;
}
.reporting-course-picker .dropdown-menu {
  z-index: 9999;
  width: 970px / 3 * 2;
  padding: 15px;
}
@media (min-width: 1200px) {
  .reporting-course-picker .dropdown-menu {
    width: 1170px / 3 * 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reporting-course-picker .dropdown-menu {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .reporting-course-picker .dropdown-menu {
    width: 100%;
  }
}
.reporting-course-picker .dropdown-menu p {
  font-weight: bold;
  font-size: 19px;
  margin: 0 0 5px;
}
.reporting-course-picker .dropdown-menu li div {
  min-height: 100px;
}
.reporting-course-picker .dropdown-menu li .loading {
  background: url('/theme/images/loading.gif') 50% 50% no-repeat;
}
.reporting-course-picker .dropdown-menu li a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  background: #fcfcfc;
  color: #000000;
}
.reporting-course-picker .dropdown-menu li a + a {
  margin-top: 2px;
}
.reporting-course-picker .dropdown-menu li .active {
  color: #fff;
  background: #0a8f4d;
}
.reporting-course-picker .course-picker-toggler {
  max-width: 100%;
}
.reporting-course-picker .course-picker-toggler .course-picker-text {
  max-width: calc(100% - 10px);
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  float: left;
}
.reporting-course-picker .course-picker-toggler .caret {
  display: inline-block;
  float: left;
  top: 7px;
  position: relative;
  text-align: center;
  margin-left: 2px;
}
.reporting-course-picker .ajaxLoading {
  cursor: not-allowed;
  color: #bbb;
}
.module-info-panel {
  color: #fff !important;
  border: 1px solid #dedede;
  margin-bottom: 20px;
}
.module-info-panel .expiry-text-container {
  background-color: #d31247;
  padding: 10px 0px 10px 20px;
}
.module-info-panel .row {
  display: flex;
}
.module-info-panel p {
  text-transform: uppercase;
  margin: 0;
  font-size: 2.2rem;
}
.module-info-panel img {
  background-color: unset !important;
  width: 100%;
}
/** quiz.less */
.panel-module-page-toolbar .panel-heading {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.quiz-wrapper ol {
  padding-left: 0;
}
.quiz-wrapper .quiz {
  list-style: inside decimal;
}
.quiz-wrapper .quiz > li {
  color: #000000;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}
.quiz-wrapper .quiz h3 {
  display: inline-block;
  color: #000000;
}
.quiz.quiz-wrapper .quiz ol {
  margin-left: 0;
}
/** mtree.less */
.mtree-panel .jstree-default .jstree-hovered {
  background-color: #f9f9fb;
  color: #000000;
}
.mtree-panel .jstree-default .jstree-clicked {
  background-color: #f9f9fb;
  color: #000000;
}
/** supplierFilter.less */
.btn-group.availableSuppliersWrap .btn-select-suppliers-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group.availableSuppliersWrap .btn-clear-selected-supplier:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/** promotions.less */
.competitionFormWrap {
  position: relative;
}
.competitionFormWrap .dropzone-previews {
  display: none !important;
}
.competitionFormWrap .competitionForm .thankyou {
  padding-top: 50px;
  width: 100%;
  height: 400px;
}
.rewardItem.full-height {
  position: relative;
}
.rewardItem.full-height .rewardItemCaption {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.rewardItem.full-height .rewardItemTitle {
  margin-top: 10px;
}
.rewardItem.full-height .img-thumb {
  width: 100%;
}
.reward-thumbnail-container .reward-thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  display: block;
}
.reward-thumbnail-container .thubnail-auto-height {
  padding-bottom: 100%;
}
.rewardItem .rewardItemTitle {
  margin-top: 0;
}
.rewardItem .rewardItemTitle a {
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.rewardItem {
  padding: 0;
  position: relative;
  border: none;
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 22px;
}
.rewardItem .bg-warning .rewardItemContent,
.rewardItem .bg-warning .rewardItemTitle a {
  color: #fff;
}
.rewardItem .bg-info .rewardItemContent,
.rewardItem .bg-info .rewardItemTitle a {
  color: #fff;
}
.rewardItem .bg-danger .rewardItemContent,
.rewardItem .bg-danger .rewardItemTitle a {
  color: #fff;
}
.rewardItem .bg-primary .rewardItemTitle a {
  color: #fff;
}
.rewardItem .rewardItemContent label {
  margin-bottom: 0;
  vertical-align: middle;
  padding-top: 0.3em;
}
.rewardItem .reward-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.rewardItem .rewardItemDate {
  font-style: italic;
}
.rewardItem .closedReward {
  position: absolute;
  top: 13px;
  right: 11px;
  padding: 10px 15px;
  z-index: 1;
  color: #fff;
}
.rewardItem .embed-responsive-item {
  background-position: center;
  background-size: cover;
}
.promotionTile {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 0;
  padding-bottom: calc((100% + 30px) * 0.8);
  display: block;
}
.promotionTile:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.promotionTile .rewardItemCaption {
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.promotionTile.promotionTileHero {
  padding-bottom: calc((100% + 30px) * 0.4);
}
.promotionTile:hover {
  text-decoration: none;
}
.rewardItemCaption {
  padding: 23px 25px 20px 23px;
  color: #fff;
}
.promotion-photos .promotion-photo {
  margin-bottom: 20px;
  overflow: hidden;
}
.promotion-photos .promotion-photo-inner {
  position: relative;
  padding-bottom: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  border: 1px solid #ddd;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  display: block;
}
.promotion-photos .promotion-photo-label {
  padding: 5px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: #0a8f4d;
}
.promotion-photo-uploader {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.promotion-photo-uploader .dz-message {
  width: 100%;
}
.fb-date input[type="date"].form-control {
  line-height: 1.42857143;
}
/** rewards.less */
.pointsUserPanel {
  padding-top: 40px;
}
.pointsUserPanel .panel-user .user-total-points {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pointsHistoChart {
  z-index: 90;
}
#promotion-types-container .media-left i {
  min-width: 56px;
}
#promotion-types-container .media-left i:before {
  font-size: 48px;
}
.pointsLeaderboardWeb .highlightRow {
  font-weight: bold;
}
/** circleSales.less */
.panel-circle-sales {
  position: relative;
}
.panel-circle-sales .circle-sales-wrapper {
  margin: 0 auto;
  width: 90%;
  display: block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .panel-circle-sales .circle-sales-wrapper {
    max-width: 320px;
    margin-bottom: 30px;
  }
}
.panel-circle-sales .circle-sales-wrapper.no-margin {
  margin-bottom: 0;
}
.panel-circle-sales .circle-sales-title {
  font-size: 25px;
  display: block;
}
.panel-circle-sales .circle-sales {
  position: relative;
  padding-bottom: 100%;
}
.panel-circle-sales .circle-sales-title + .circle-sales {
  margin-top: 10px;
}
.panel-circle-sales .circle-sales + .circle-sales-title {
  margin-top: 10px;
}
.panel-circle-sales .circle-sales-knob-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 100%;
}
.panel-circle-sales .circle-sales-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: bold;
  z-index: 2;
}
.panel-circle-sales .circle-sales-label span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  display: block;
  margin-bottom: 15px;
}
.panel-circle-sales .target-track-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: #fff;
  font-size: 25px;
  line-height: 28px;
}
.panel-circle-sales .target-track-wrapper.on-track {
  background: #39b7a1;
}
.panel-circle-sales .target-track-wrapper.off-track {
  background: #546269;
}
@media (max-width: 767px) {
  .panel-circle-sales .target-track-wrapper {
    position: static;
    height: auto;
    padding: 30px 15px;
  }
  .panel-circle-sales .target-track-wrapper .target-track {
    position: static;
    transform: none;
    text-align: center;
  }
}
.panel-circle-sales .target-track {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.panel-circle-sales .target-track p {
  margin: 10px 0 0;
}
/** salesdata.less */
.panel-kpi-visualisation.noGrid .tick line {
  opacity: 0;
  display: none;
}
.panel-kpi-visualisation.invertedPanel .nv-x text {
  fill: white;
}
.panel-total-sales .amount-text {
  font-size: 40px;
}
.growth-value:hover {
  color: #000000;
}
/** search.less */
.pagination-wrapper {
  text-align: center;
}
.totals {
  text-align: right;
  margin-bottom: 20px;
}
.form-search {
  margin-bottom: 20px;
}
.result {
  margin-bottom: 30px;
}
.result h3 {
  margin-top: 0;
}
.result > * {
  margin-bottom: 5px;
}
.result em {
  font-style: normal;
  font-weight: bold;
}
.navbar-search {
  position: relative;
}
.navbar-search > a.anchor-placeholder {
  cursor: default;
  width: 0px;
  padding-left: 0;
  padding-right: 0;
  opacity: 0.00001;
  display: inline-block;
}
@media (max-width: 767px) {
  .navbar-search > a.anchor-placeholder {
    display: none;
  }
}
.navbar-search > span.navbar-search-box-wrap {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.navbar-search .omni-search-suggestions {
  min-width: 250px;
  max-height: 400px;
  overflow: auto;
}
.no-result {
  padding: 15px 0;
}
/** register.less */
.regiter-form-container .input-group.full-width {
  width: 100%;
  margin-bottom: 15px;
}
.regiter-form-container input,
.regiter-form-container select,
.regiter-form-container .iti {
  margin-bottom: 15px;
}
.form-group-sm .form-control option,
.form-group-sm .empty-message {
  height: 41px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control option {
  height: 41px;
  line-height: 41px;
}
.form-group-lg .form-control option,
.form-group-lg .empty-message {
  height: 58px;
  padding: 15px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control option {
  height: 58px;
  line-height: 58px;
}
[name='optins'].error-field + .opt-in-message {
  color: #a94442;
}
.newOrgWrap:not(.form-group) {
  padding-top: 15px;
}
/** profile.less */
div.profilePic .avatar {
  float: left;
  margin-right: 1em;
  height: 52px;
  width: 52px;
  border: 1px solid #e9e9eb;
}
.well {
  background-color: #f9f9fb;
}
body.profile #fileupload {
  margin: 0;
  padding: 0;
}
body.profile .muploadBtn {
  margin-left: 85px;
}
body.profile .fileupload-buttonbar .progress {
  border: 1px solid #51A351;
  border-radius: 5px 5px 5px 5px;
  display: none;
  width: 65%;
  float: right;
}
body.profile .fileupload-buttonbar .progress div {
  background-color: #51A351;
  height: 2em;
  width: 0;
  padding: 0;
  margin: 0;
}
body.profile div.profilePic {
  padding-right: 0;
}
body.login-page,
body.reset-password {
  background: #fff;
}
p .confirm {
  display: none;
}
ul.memberships {
  list-style-type: none;
  margin: 0;
}
ul.memberships li {
  border-bottom: 1px solid #E5E5E5;
  padding: 5px 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
ul.memberships li:first {
  padding: 0;
}
ul.memberships a span:not(.trans-lookup) {
  visibility: hidden;
}
form {
  position: relative;
}
form .ajax-loader {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
form.ajax-processing .ajax-loader {
  display: block;
}
.errorHandler.no-display {
  display: none;
}
.well-opt-int ul.memberships {
  padding: 0;
}
.well-opt-int ul.memberships li {
  border: none;
  display: inline-block;
}
.well-opt-int ul.memberships li label {
  position: relative;
  margin: 0 5px 5px 0;
  font-weight: 600;
  padding: 8px 15px;
  cursor: pointer;
  border: 1px solid #414141;
}
.well-opt-int ul.memberships li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.well-opt-int ul.memberships li input[type="checkbox"]:checked + label {
  color: white;
  background: #414141;
}
.well-opt-int ul.memberships.show-checkbox li {
  display: block;
}
.well-opt-int ul.memberships.show-checkbox li label {
  border: 0;
  padding: initial;
}
.well-opt-int ul.memberships.show-checkbox li input[type="checkbox"] {
  position: static;
  opacity: 1;
}
.well-opt-int ul.memberships.show-checkbox li input[type="checkbox"]:checked + label {
  color: inherit;
  background: none;
}
.btn-unsubscribe {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 767px) {
  .reset-by-phone .col-md-8 {
    width: 57%;
    float: left;
  }
}
.panel .profile-avatar-img {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
html body .panel-leadProfile {
  color: #fff;
  background-color: #414141;
}
ahtml body .panel-leadProfile:hover,
ahtml body .panel-leadProfile:focus {
  background-color: #272727;
}
/** userPanel.less */
.panel-user-wrapper {
  padding-top: 40px;
}
.panel-user {
  position: relative;
}
.panel-user .panel-body {
  padding: 90px 0 0 0;
}
.panel-user .profile-avatar-wrapper {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  border: 1px solid #f9f9fb;
  border-radius: 50%;
  background: #f9f9fb;
}
.panel-user .profile-avatar-wrapper:after {
  width: 122px;
  height: 80px;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  top: 40px;
  left: -1px;
  z-index: 1;
}
.panel-user.panel-inverted .profile-avatar-wrapper:after {
  display: none !important;
}
.panel-user .profile-avatar-wrapper .profile-avatar {
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 108px;
  height: 108px;
  background: #e2e2e5 no-repeat 50% 50%;
  z-index: 2;
  background-size: cover;
  cursor: pointer;
}
.panel-user .profile-welcome {
  margin-bottom: 25px;
}
.panel-user .profile-welcome h2 {
  margin: 0;
}
.panel-user .user-total-points {
  padding: 20px 10px;
}
.panel-user .user-total-points h2 {
  margin: 0;
}
.panel-user .user-total-points small {
  font-size: 12px;
}
.panel-user .profile-welcome-name {
  font-size: 28px;
  margin-top: 2px;
  cursor: pointer;
}
.panel-user.panel-inverted .profile-welcome {
  color: white !important;
}
/** ksurvey.less */
#ksurvey-wrap {
  padding-bottom: 20px;
}
.question-item {
  margin-bottom: 30px;
}
.answers .progress-bar[aria-valuenow="0"] {
  color: #656872;
}
.answers .progress-bar .progress-value {
  padding-left: 5px;
  padding-right: 5px;
}
.question-type {
  padding: 10px 0 !important;
}
#questions .panel-heading,
#statistic .panel-heading {
  padding-left: 15px;
}
.answer-item {
  position: relative;
  padding-right: 50px;
}
.answer-item.ui-sortable-helper {
  left: 28px !important;
}
.btn-delete-answer,
.btn-edit-answer,
.btn-reorder-answer {
  padding: 0 10px;
  position: absolute;
  right: 30px;
  top: 10px;
}
.btn-delete-answer {
  right: 10px;
}
.btn-reorder-answer {
  right: 55px;
}
.list-group .progress-bar {
  transition: width ease-in-out 1s;
  -webkit-transition: width ease-in-out 1s;
  -moz-transition: width ease-in-out 1s;
}
.survey-summary {
  padding: 15px;
  background: #F5F5F5;
  margin-bottom: 15px;
  color: #333;
}

/** Not found: /theme/apps/user/userPanel.css */
/** Combining animate.css */
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

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

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/** Combining morris.css */
.morris-hover{position:absolute;z-index:1000;}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255, 255, 255, 0.8);border:solid 2px rgba(230, 230, 230, 0.8);font-family:sans-serif;font-size:12px;text-align:center;}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0;}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0;}

/** Combining nouislider.min.css */
/*! nouislider - 14.2.0 - 3/27/2020 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}
/** Combining bootstrap-colorpicker.css */
/*!
 * Bootstrap Colorpicker v2.5.1
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("/theme/apps/bootstrap-colorpicker-lib/img/bootstrap-colorpicker/saturation.png");
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url("/theme/apps/bootstrap-colorpicker-lib/img/bootstrap-colorpicker/hue.png");
}
.colorpicker-alpha {
  background-image: url("/theme/apps/bootstrap-colorpicker-lib/img/bootstrap-colorpicker/alpha.png");
  display: none;
}
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}
.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("/theme/apps/bootstrap-colorpicker-lib/img/bootstrap-colorpicker/alpha.png");
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}
.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}
.colorpicker-selectors i + i {
  margin-left: 3px;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("/theme/apps/bootstrap-colorpicker-lib/img/bootstrap-colorpicker/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("/theme/apps/bootstrap-colorpicker-lib/img/bootstrap-colorpicker/alpha-horizontal.png");
}
.colorpicker-right:before {
  left: auto;
  right: 6px;
}
.colorpicker-right:after {
  left: auto;
  right: 7px;
}
.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}
.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}
.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}
.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}

/** Combining bootstrap-dropdown-hover.css */
/*!
 * Dropdownhover v1.0.0 (http://bs-dropdownhover.kybarg.com)
 */
.dropdown .dropdown-menu .caret{border:4px solid transparent;border-left-color:#000;float:right;margin-top:6px}.dropdown-menu{min-width:250px}.dropdown-menu > li.open > a{background-color:#F5F5F5;color:#262626;text-decoration:none}.dropdown-menu .dropdown-menu{left:100%;margin:0;right:auto;top:-1px}.dropdown-menu-right .dropdown-menu,.navbar-right .dropdown-menu .dropdown-menu,.pull-right .dropdown-menu .dropdown-menu{left:auto;right:100%}.dropdown-menu.animated{-webkit-animation-duration:0.3s;animation-duration:0.3s}.dropdown-menu.animated:before{content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:99}.dropdownhover-top{margin-bottom:2px;margin-top:0}.navbar-fixed-bottom .dropdown-menu .dropdown-menu,.dropdownhover-top .dropdown-menu{bottom:-1px;top:auto}.navbar-nav > li > .dropdown-menu{margin-bottom:0}.dropdownhover-bottom{-webkit-transform-origin:50% 0;transform-origin:50% 0}.dropdownhover-left{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.dropdownhover-right{-webkit-transform-origin:0 50%;transform-origin:0 50%}.dropdownhover-top{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}
/** Combining bootstrap-msg.min.css */
/*!*
 * Bootstrap Message (bootstrap.msg) plugin v0.3
 * Copyright (c) 2014 Duc Doan Hoang Minh
 *
 * @license https://github.com/bobkhin/bootstrap.msg/blob/master/LICENSE
 *
 * Date: Wed, May 14th, 2014 (GTM+7)
 */#msg{position:fixed;opacity:0;filter:alpha(opacity=0);width:400px;top:-300px;left:50%;margin-left:-200px;-webkit-transition:opacity .3s linear,top .3s ease-out,bottom .3s ease-out,margin-top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out,bottom .3s ease-out,margin-top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out,bottom .3s ease-out,margin-top .3s ease-out;transition:opacity .3s linear,top .3s ease-out,bottom .3s ease-out,margin-top .3s ease-out;z-index:100000000000}#msg i{font-size:20px;vertical-align:middle}#msg span{font-size:15px}#msg.showed{opacity:1;filter:alpha(opacity=100);top:50px}@media (min-width:1200px){#msg{width:600px;margin-left:-300px}}@media (max-width:479px){#msg{width:300px;margin-left:-150px}}
/** Combining cleave.css */
.card-wrapper{
    position: relative;
}
.card-wrapper:after {
    content: "";
    background-image: url("/theme/apps/cleave-lib/img/images.png"), url("/theme/apps/cleave-lib/img/images.png");
    background-position: 2px -121px, 260px -61px;
    background-size: 120px 361px, 120px 361px;
    background-repeat: no-repeat;
    position: absolute;
    top: var(--cMargin, 0);
    right: var(--cMargin, 0);
    width: 49px;
    height: 31px;
}

.card-wrapper.visa:after {
    background-image: url("data:image/png;base64,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");
    background-size: 100%;
    background-position: center;
}

.card-wrapper.visa_electron:after {
    background-image: url("data:image/png;base64,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");
    background-size: 100%;
    background-position: center;
}

.card-wrapper.mastercard:after {
    background-image: url("data:image/png;base64,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");
    background-size: 100%;
    background-position: center;
}

.card-wrapper.maestro:after {
    background-image: url("data:image/png;base64,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");
    background-size: 100%;
    background-position: center;
}

.card-wrapper.discover:after {
    background-image: url("data:image/png;base64,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");
    background-size: 100%;
    background-position: center;
}

.card-wrapper.amex:after {
    background-image: url("data:image/png;base64,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");
    background-size: 100%;
    background-position: center;
}
.card-wrapper.diners:after {
    background-image: url("data:image/png;base64,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");
    background-size: 100%;
    background-position: center;
}
.card-wrapper.jcb:after {
    background-image: url("data:image/png;base64,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");
    background-size: 100%;
    background-position: center;
}

/** Combining bootstrap-datetimepicker.css */
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/** Combining all.css */
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.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.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

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

.fa-sm {
  font-size: .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: .1em;
  padding: .2em .25em .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: .3em; }

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

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

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

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

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          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-accessible-icon:before {
  content: "\f368"; }

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

.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-algolia:before {
  content: "\f36c"; }

.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-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-anchor:before {
  content: "\f13d"; }

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

.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-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-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-left:before {
  content: "\f060"; }

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

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

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

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

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

.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-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-baby:before {
  content: "\f77c"; }

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

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

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

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

.fa-bahai:before {
  content: "\f666"; }

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

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

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

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

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

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

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

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

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

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

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

.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-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-slash:before {
  content: "\f1f6"; }

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

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

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

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

.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-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-bong:before {
  content: "\f55c"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-burn:before {
  content: "\f46a"; }

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

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

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

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

.fa-buy-n-large:before {
  content: "\f8a6"; }

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

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

.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-minus:before {
  content: "\f272"; }

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

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

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

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

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

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

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

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

.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-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.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-cart-arrow-down:before {
  content: "\f218"; }

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.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-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-pie:before {
  content: "\f200"; }

.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-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.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-down:before {
  content: "\f078"; }

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

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

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

.fa-child:before {
  content: "\f1ae"; }

.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-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

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

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.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-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

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

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

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.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-critical-role:before {
  content: "\f6c9"; }

.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-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.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-dailymotion:before {
  content: "\f952"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.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-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.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-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.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-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.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-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.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-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

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

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

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

.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-alt:before {
  content: "\f362"; }

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

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

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

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

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.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-fast-backward:before {
  content: "\f049"; }

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

.fa-faucet:before {
  content: "\f905"; }

.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-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-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.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-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.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-firefox:before {
  content: "\f269"; }

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

.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-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

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

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

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

.fa-folder-plus:before {
  content: "\f65e"; }

.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-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.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-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.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-gifts:before {
  content: "\f79c"; }

.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-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.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-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.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-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-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\f95c"; }

.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-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\f95d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\f95e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\f95f"; }

.fa-handshake-slash:before {
  content: "\f960"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\f961"; }

.fa-head-side-cough-slash:before {
  content: "\f962"; }

.fa-head-side-mask:before {
  content: "\f963"; }

.fa-head-side-virus:before {
  content: "\f964"; }

.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-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.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-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.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-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-user:before {
  content: "\f965"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

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

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

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

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\f913"; }

.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-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\f955"; }

.fa-intercom:before {
  content: "\f7af"; }

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

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.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-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\f966"; }

.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-leaf:before {
  content: "\f06c"; }

.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-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.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-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-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.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-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\f967"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.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-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-mdb:before {
  content: "\f8ca"; }

.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-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-microblog:before {
  content: "\f91a"; }

.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-minus:before {
  content: "\f068"; }

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

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

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\f956"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.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-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-mouse:before {
  content: "\f8cc"; }

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

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.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-odnoklassniki:before {
  content: "\f263"; }

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

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

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

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

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.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-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.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-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

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

.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-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-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-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-pied-piper-square:before {
  content: "\f91e"; }

.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-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\f969"; }

.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-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.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-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

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

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\f96a"; }

.fa-pump-soap:before {
  content: "\f96b"; }

.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-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-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.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-record-vinyl:before {
  content: "\f8d9"; }

.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-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-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.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-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-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.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-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-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

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

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\f96c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\f957"; }

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

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

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.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-sketch:before {
  content: "\f7c6"; }

.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-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

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

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\f96e"; }

.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-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-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.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-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

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

.fa-star-and-crescent:before {
  content: "\f699"; }

.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-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-steam-symbol:before {
  content: "\f3f6"; }

.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-stop:before {
  content: "\f04d"; }

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\f96f"; }

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

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\f970"; }

.fa-store-slash:before {
  content: "\f971"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

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

.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-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-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.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-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.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-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

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

.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-think-peaks:before {
  content: "\f731"; }

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

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

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

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

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

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.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-slash:before {
  content: "\f972"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\f941"; }

.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-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.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-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

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

.fa-tv:before {
  content: "\f26c"; }

.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-umbraco:before {
  content: "\f8e8"; }

.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-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\f949"; }

.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-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-check:before {
  content: "\f4fc"; }

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

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

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

.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-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.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-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-virus:before {
  content: "\f974"; }

.fa-virus-slash:before {
  content: "\f975"; }

.fa-viruses:before {
  content: "\f976"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.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-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

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

.fa-wind:before {
  content: "\f72e"; }

.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-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-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-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/theme/apps/fontawesome-lib/webfonts/fa-brands-400.eot");
  src: url("/theme/apps/fontawesome-lib/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/theme/apps/fontawesome-lib/webfonts/fa-brands-400.woff2") format("woff2"), url("/theme/apps/fontawesome-lib/webfonts/fa-brands-400.woff") format("woff"), url("/theme/apps/fontawesome-lib/webfonts/fa-brands-400.ttf") format("truetype"), url("/theme/apps/fontawesome-lib/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/theme/apps/fontawesome-lib/webfonts/fa-regular-400.eot");
  src: url("/theme/apps/fontawesome-lib/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/theme/apps/fontawesome-lib/webfonts/fa-regular-400.woff2") format("woff2"), url("/theme/apps/fontawesome-lib/webfonts/fa-regular-400.woff") format("woff"), url("/theme/apps/fontawesome-lib/webfonts/fa-regular-400.ttf") format("truetype"), url("/theme/apps/fontawesome-lib/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/theme/apps/fontawesome-lib/webfonts/fa-solid-900.eot");
  src: url("/theme/apps/fontawesome-lib/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/theme/apps/fontawesome-lib/webfonts/fa-solid-900.woff2") format("woff2"), url("/theme/apps/fontawesome-lib/webfonts/fa-solid-900.woff") format("woff"), url("/theme/apps/fontawesome-lib/webfonts/fa-solid-900.ttf") format("truetype"), url("/theme/apps/fontawesome-lib/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/** Combining v4-shims.min.css */
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}
/** Combining jquery.Jcrop.min.css */
/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
.jcrop-holder{direction:ltr;text-align:left;}
.jcrop-vline,.jcrop-hline{background:#FFF url(Jcrop.gif);font-size:0;position:absolute;}
.jcrop-vline{height:100%;width:1px!important;}
.jcrop-vline.right{right:0;}
.jcrop-hline{height:1px!important;width:100%;}
.jcrop-hline.bottom{bottom:0;}
.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%;}
.jcrop-handle{background-color:#333;border:1px #EEE solid;font-size:1px;height:7px;width:7px;}
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px;}
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%;}
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%;}
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0;}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0;}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px;}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%;}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px;}
.jcrop-dragbar.ord-n{margin-top:-4px;}
.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px;}
.jcrop-dragbar.ord-e{margin-right:-4px;right:0;}
.jcrop-dragbar.ord-w{margin-left:-4px;}
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#FFF;filter:alpha(opacity=70)!important;opacity:.70!important;}
.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#FFF;border-radius:3px;}
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important;}
.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FFF;border-color:#000;border-radius:3px;}
.solid-line .jcrop-vline,.solid-line .jcrop-hline{background:#FFF;}
.jcrop-holder img,img.jcrop-preview{max-width:none;}
.jcrop-keymgr { visibility: hidden }

/** Combining jquery.omniSearch.css */
.nav-pills .navbar-search a:focus,
.nav-pills .navbar-search a:hover{
    background: transparent;
}

.omni-search-wrapper {
    position: relative;
    border: 0px solid #e7ecf7;
}

.omni-search-wrapper:before, .omni-search-wrapper:after {
    content: " ";
    display: table;
}

.omni-search-wrapper:after {
    clear: both;
}

.omni-search-wrapper .omni-search-input {
    position: relative;
    z-index: 2;
}

.omni-search-wrapper .omni-search-hidden-input {
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
}

.omni-search-wrapper .omni-search-suggestions {
    z-index: 9999;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 15px;
    width: 500px;
}

@media (max-width: 1200px) {
    .omni-search-wrapper .omni-search-suggestions {
        width: 100%;
    }
}

.omni-search-wrapper .omni-search-suggestions li a {
    display: block;
    padding: 5px;
    color: #000;
    text-decoration: none !important;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    max-width: 100%;
}

.omni-search-wrapper .omni-search-suggestions li a:hover {
    color: #000;
}

.omni-search-wrapper .omni-search-suggestions li.active a {
    background: #f0f0f0;
}

.omni-search-wrapper .omni-search-suggestions li.no-result {
    padding: 5px;
}

/** Combining nv.d3.css */
/* nvd3 version 1.8.6-dev (https://github.com/novus/nvd3) 2018-02-24 */
.nvd3 .nv-axis {
    pointer-events:none;
    opacity: 1;
}

.nvd3 .nv-axis path {
    fill: none;
    stroke: #000;
    stroke-opacity: .75;
    shape-rendering: crispEdges;
}

.nvd3 .nv-axis path.domain {
    stroke-opacity: .75;
}

.nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 0;
}

.nvd3 .nv-axis line {
    fill: none;
    stroke: #e5e5e5;
    shape-rendering: crispEdges;
}

.nvd3 .nv-axis .zero line,
    /*this selector may not be necessary*/ .nvd3 .nv-axis line.zero {
    stroke-opacity: .75;
}

.nvd3 .nv-axis .nv-axisMaxMin text {
    font-weight: bold;
}

.nvd3 .x  .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
    text-anchor: middle;
}

.nvd3 .nv-axis.nv-disabled {
    opacity: 0;
}

.nvd3 .nv-bars rect {
    fill-opacity: .75;

    transition: fill-opacity 250ms linear;
}

.nvd3 .nv-bars rect.hover {
    fill-opacity: 1;
}

.nvd3 .nv-bars .hover rect {
    fill: lightblue;
}

.nvd3 .nv-bars text {
    fill: rgba(0,0,0,0);
}

.nvd3 .nv-bars .hover text {
    fill: rgba(0,0,0,1);
}

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
    stroke-opacity: 0;

    transition: fill-opacity 250ms linear;
}

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
    fill-opacity: 1;
}

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
    font-weight: bold;
    fill: rgba(0,0,0,1);
    stroke: rgba(0,0,0,0);
}

/* boxplot CSS */
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5;
}

.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1;
}

.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1;
}

.nvd3 line.nv-boxplot-median {
  stroke: black;
}

.nv-boxplot-tick:hover {
  stroke-width: 2.5px;
}
/* bullet */
.nvd3.nv-bullet { font: 10px sans-serif; }
.nvd3.nv-bullet .nv-measure { fill-opacity: .8; }
.nvd3.nv-bullet .nv-measure:hover { fill-opacity: 1; }
.nvd3.nv-bullet .nv-marker { stroke: #000; stroke-width: 2px; }
.nvd3.nv-bullet .nv-markerTriangle { stroke: #000; fill: #fff; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-markerLine { stroke: #000; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-tick line { stroke: #666; stroke-width: .5px; }
.nvd3.nv-bullet .nv-range.nv-s0 { fill: #eee; }
.nvd3.nv-bullet .nv-range.nv-s1 { fill: #ddd; }
.nvd3.nv-bullet .nv-range.nv-s2 { fill: #ccc; }
.nvd3.nv-bullet .nv-title { font-size: 14px; font-weight: bold; }
.nvd3.nv-bullet .nv-subtitle { fill: #999; }

.nvd3.nv-bullet .nv-range {
    fill: #bababa;
    fill-opacity: .4;
}

.nvd3.nv-bullet .nv-range:hover {
    fill-opacity: .7;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
    stroke-width: 1px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
    stroke: #2ca02c;
    fill: #2ca02c;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
    stroke: #d62728;
    fill: #d62728;
}

.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-candlestickBar .nv-ticks line {
    stroke: #333;
}

.nv-force-node {
    stroke: #fff;
    stroke-width: 1.5px;
}

.nv-force-link {
    stroke: #999;
    stroke-opacity: .6;
}

.nv-force-node text {
    stroke-width: 0px;
}

.nvd3 .nv-legend .nv-disabled rect {
    /*fill-opacity: 0;*/
}

.nvd3 .nv-check-box .nv-box {
    fill-opacity:0;
    stroke-width:2;
}

.nvd3 .nv-check-box .nv-check {
    fill-opacity:0;
    stroke-width:4;
}

.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
    fill-opacity:0;
    stroke-opacity:0;
}

.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
    opacity: 0;
}

/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
    fill-opacity: .75;
}

.nvd3.nv-linePlusBar .nv-bar rect:hover {
    fill-opacity: 1;
}
.nvd3 .nv-groups path.nv-line {
    fill: none;
}

.nvd3 .nv-groups path.nv-area {
    stroke: none;
}

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
    fill-opacity: .5 !important;
    stroke-opacity: .5 !important;
}


.with-transitions .nvd3 .nv-groups .nv-point {
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 7px;
    fill-opacity: .95 !important;
    stroke-opacity: .95 !important;
}


.nvd3 .nv-point-paths path {
    stroke: #aaa;
    stroke-opacity: 0;
    fill: #eee;
    fill-opacity: 0;
}


.nvd3 .nv-indexLine {
    cursor: ew-resize;
}

/********************
 * SVG CSS
 */

/********************
  Default CSS for an svg element nvd3 used
*/
svg.nvd3-svg {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: block;
    width:100%;
    height:100%;
}

/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 5px;
}


.nvd3 text {
    font: normal 12px Arial, sans-serif;
}

.nvd3 .title {
    font: bold 14px Arial, sans-serif;
}

.nvd3 .nv-background {
    fill: white;
    fill-opacity: 0;
}

.nvd3.nv-noData {
    font-size: 18px;
    font-weight: bold;
}


/**********
*  Brush
*/

.nv-brush .extent {
    fill-opacity: .125;
    shape-rendering: crispEdges;
}

.nv-brush .resize path {
    fill: #eee;
    stroke: #666;
}


/**********
*  Legend
*/

.nvd3 .nv-legend .nv-series {
    cursor: pointer;
}

.nvd3 .nv-legend .nv-disabled circle {
    fill-opacity: 0;
}

/* focus */
.nvd3 .nv-brush .extent {
    fill-opacity: 0 !important;
}

.nvd3 .nv-brushBackground rect {
    stroke: #000;
    stroke-width: .4;
    fill: #fff;
    fill-opacity: .7;
}

/**********
*  Print
*/

@media print {
    .nvd3 text {
        stroke-width: 0;
        fill-opacity: 1;
    }
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
    stroke-width: 1px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
    stroke: #2ca02c;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
    stroke: #d62728;
}


.nvd3 .background path {
    fill: none;
    stroke: #EEE;
    stroke-opacity: .4;
    shape-rendering: crispEdges;
}

.nvd3 .foreground path {
    fill: none;
    stroke-opacity: .7;
}

.nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #fff;
    fill-opacity: .6;
    stroke: gray;
    shape-rendering: crispEdges;
}

.nvd3 .nv-parallelCoordinates .hover  {
    fill-opacity: 1;
	stroke-width: 3px;
}


.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5;
}

.nvd3.nv-pie path {
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-pie .nv-pie-title {
    font-size: 24px;
    fill: rgba(19, 196, 249, 0.59);
}

.nvd3.nv-pie .nv-slice text {
    stroke: #000;
    stroke-width: 0;
}

.nvd3.nv-pie path {
    stroke: #fff;
    stroke-width: 1px;
    stroke-opacity: 1;
}

.nvd3.nv-pie path {
    fill-opacity: .7;
}

.nvd3.nv-pie .hover path {
    fill-opacity: 1;
}

.nvd3.nv-pie .nv-label {
    pointer-events: none;
}

.nvd3.nv-pie .nv-label rect {
    fill-opacity: 0;
    stroke-opacity: 0;
}

/* scatter */
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 20px;
    stroke-opacity: .5;
}

.nvd3 .nv-scatter .nv-point.hover {
    fill-opacity: 1;
}

.nv-noninteractive {
    pointer-events: none;
}

.nv-distx, .nv-disty {
    pointer-events: none;
}

/* sparkline */
.nvd3.nv-sparkline path {
    fill: none;
}

.nvd3.nv-sparklineplus g.nv-hoverValue {
    pointer-events: none;
}

.nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #333;
    stroke-width: 1.5px;
}

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
    pointer-events: all;
}

.nvd3 .nv-hoverArea {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
    stroke-width: 0;
    font-size: .9em;
    font-weight: normal;
}

.nvd3.nv-sparklineplus .nv-yValue {
    stroke: #f66;
}

.nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #2ca02c;
    fill: #2ca02c;
}

.nvd3.nv-sparklineplus .nv-minValue {
    stroke: #d62728;
    fill: #d62728;
}

.nvd3.nv-sparklineplus .nv-currentValue {
    font-weight: bold;
    font-size: 1.1em;
}
/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
    fill-opacity: .7;
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-stackedarea path.nv-area.hover {
    fill-opacity: .9;
}


.nvd3.nv-stackedarea .nv-groups .nv-point {
    stroke-opacity: 0;
    fill-opacity: 0;
}

.nvtooltip {
    position: absolute;
    background-color: rgba(255,255,255,1.0);
    color: rgba(0,0,0,1.0);
    padding: 1px;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 10000;
    display: block;

    font-family: Arial, sans-serif;
    font-size: 13px;
    text-align: left;
    pointer-events: none;

    white-space: nowrap;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none;
}

.nvtooltip {
    background: rgba(255,255,255, 0.8);
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 4px;
}

/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
    transition: opacity 50ms linear;

    transition-delay: 200ms;
}

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
    padding: 8px;
}

.nvtooltip h3 {
    margin: 0;
    padding: 4px 14px;
    line-height: 18px;
    font-weight: normal;
    background-color: rgba(247,247,247,0.75);
    color: rgba(0,0,0,1.0);
    text-align: center;

    border-bottom: 1px solid #ebebeb;

    border-radius: 5px 5px 0 0;
}

.nvtooltip p {
    margin: 0;
    padding: 5px 14px;
    text-align: center;
}

.nvtooltip span {
    display: inline-block;
    margin: 2px 0;
}

.nvtooltip table {
    margin: 6px;
    border-spacing:0;
}


.nvtooltip table td {
    padding: 2px 9px 2px 0;
    vertical-align: middle;
}

.nvtooltip table td.key {
    font-weight: normal;
}

.nvtooltip table td.key.total {
    font-weight: bold;
}

.nvtooltip table td.value {
    text-align: right;
    font-weight: bold;
}

.nvtooltip table td.percent {
    color: darkgray;
}

.nvtooltip table tr.highlight td {
    padding: 1px 9px 1px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
}

.nvtooltip table td.legend-color-guide div {
    width: 8px;
    height: 8px;
    vertical-align: middle;
}

.nvtooltip table td.legend-color-guide div {
    width: 12px;
    height: 12px;
    border: 1px solid #999;
}

.nvtooltip .footer {
    padding: 3px;
    text-align: center;
}

.nvtooltip-pending-removal {
    pointer-events: none;
    display: none;
}


/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
    pointer-events:none;
}

.nvd3 line.nv-guideline {
    stroke: #ccc;
}

/** Combining selectize.default.css */
/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #f9f9fb;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #e9e9eb;
  padding: 12px 24px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #e9e9eb;
  background: #fff;
  margin: -1px 0 0 0;
  min-height: 70px;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
.items {
  margin-top: 0px !important;
}
.selectize-control {
  padding: 0px;
  border: none;
  background-color: inherit;
  min-height: 47px;
  height: auto;
}
.selectize-control .selectize-dropdown {
  overflow: auto;
  padding: 0px;
  cursor: pointer;
}
#optins-select-selectized {
  font-size: 16px;
}
#optins-select-selectized::-webkit-input-placeholder {
  color:rgb(169, 171,176);
}
#optins-select-selectized::-moz-placeholder {
  color: rgb(169, 171,176);
}
#optins-select-selectized::-ms-placeholder {
  color:rgb(169, 171,176);
}
#optins-select-selectized::placeholder {
  color: rgb(169, 171,176);
}
/** Combining bootstrap-iconpicker.min.css */
/*!========================================================================
* File: bootstrap-iconpicker.min.css v1.10.0 by @victor-valencia
* https://victor-valencia.github.com/bootstrap-iconpicker
* ========================================================================
* Copyright 2013-2017 Victor Valencia Rico.
* Licensed under MIT license.
* https://github.com/victor-valencia/bootstrap-iconpicker/blob/master/LICENSE
* ========================================================================
*/

.iconpicker .caret{margin-left:10px!important}.iconpicker{min-width:60px}.iconpicker input.search-control{margin-bottom:6px;margin-top:6px}div.iconpicker.left .table-icons{margin-right:auto}div.iconpicker.center .table-icons{margin-left:auto;margin-right:auto}div.iconpicker.right .table-icons{margin-left:auto}.table-icons .btn{min-height:30px;min-width:35px;text-align:center;padding:0;margin:2px}.table-icons td{min-width:39px}.popover{max-width:inherit!important}.iconpicker-popover{z-index:1050!important}.iconpicker-popover .search-control{margin-bottom:6px;margin-top:6px}

/** Combining bootstrap-tagsinput.css */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/** Combining daterangepicker.css */
/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/

/* Container Appearance */

.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
}

.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

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

.daterangepicker .ranges, .daterangepicker .calendar {
  float: left;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

.daterangepicker .ranges {
  margin: 4px;
  text-align: left;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

/* Calendars */

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .calendar-table {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}

.daterangepicker .calendar.left .calendar-table {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.daterangepicker .calendar.right .calendar-table {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;  
}

.daterangepicker .calendar.left {
  margin: 4px 0 4px 4px;
}

.daterangepicker .calendar.right {
  margin: 4px 4px 4px 0;
}

.daterangepicker .calendar.left .calendar-table {
  padding-right: 12px;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  color: #999;
  background: #fff;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee;
}

.daterangepicker td.in-range {
  background: #ebf4f8;
  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: #3071a9;
  color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.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 th.month {
  width: auto;
}

/* Text Input Above Each Calendar */

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #357ebd;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

.daterangepicker .left .daterangepicker_input {
  padding-right: 12px;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

/* Time Picker */

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

/* Predefined Ranges */

.daterangepicker .ranges {
  font-size: 11px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 160px;
}

.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
/** Combining dropzone.css */
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

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

/** Combining intlTelInput.css */
.iti {
  position: relative;
  display: inline-block;
  width: 100%}
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/theme/apps/intl-tel-input-lib/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("/theme/apps/intl-tel-input-lib/img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

/** Combining kselector.css */
#inclusiveRecipients .btn-delete, #exclusiveRecipients .btn-delete{
    display: inline-block;
    width: 25px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 5;
}
#inclusiveRecipients .btn-delete:before, #exclusiveRecipients .btn-delete:before{
    margin-top: 8px;
    display: inline-block;
}

#inclusiveRecipients a, #exclusiveRecipients a{
    position: relative;
    padding-right: 30px;
    z-index: 4;
}
/** Combining main.css */
.fb-app-option{
  display: inline-block;
  margin-right: 10px;
}

#alert-feedback{
  margin-top: 100px;
}
/** Combining jquery.mselect.css */
/* ============================================================================
   Milton select container
   ============================================================================ */
.milton-file-select-container {
    height: 480px;
}

.milton-file-select-container > .row,
.milton-file-select-container > .row > div {
    height: 100%;
}

.milton-file-select-container .milton-btn-upload-file,
.milton-file-select-container .milton-btn-upload-asset {
    float: left;
    margin-right: 5px;
}

.milton-file-select-container .btn-ok {
    float: right;
}

.milton-file-select-container .dropzone-previews {
    display: none !important;
}

.milton-file-select-container .milton-file-preview-wrapper {
    position: relative;
    height: 100%;
}

.milton-file-select-container .milton-file-progress {
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.milton-file-select-container .milton-file-preview {
    position: absolute;
    border-radius: 0;
    margin: 0;
    overflow: auto !important;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
    bottom: 0;
    height: auto !important;
    box-shadow: none;
}

/* ============================================================================
   Milton tree
   ============================================================================ */
.milton-tree-wrapper .mtree-wrapper {
    height: 100%;
}

.milton-file-select-container .milton-tree-wrapper {
    position: relative;
    height: 100%;
}

.milton-tree-wrapper .mtree-tabs-wrapper  {
    top: 45px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.milton-file-select-container .mtree-panel {
    top: 45px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.milton-file-select-container .mtree-panel.tab-pane {
    top: 38px;
}

.milton-file-select-container .mtree-panel .mtree {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
}

.milton-file-select-container .mtree-panel.mtree-panel-assets .mtree {
    top: 45px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/* ============================================================================
   Milton modal
   ============================================================================ */
.modal.modal-mselect {
    padding: 0 !important;
}

.modal.modal-mselect * {
    box-sizing: border-box;
}

.modal.modal-mselect .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
}

.modal.modal-mselect .modal-dialog .modal-content {
    border-radius: 0 !important;
    height: 100%;
    border: 0 !important;
}

.modal.modal-mselect .modal-dialog .modal-content .milton-file-select-container {
    height: 100%;
}

.modal.modal-mselect .modal-dialog .modal-content .modal-body {
    height: calc(100% - 56px - 61px);
    overflow: auto;
}

.modal.modal-mselect.modal-no-footer .modal-dialog .modal-content .modal-body {
    height: calc(100% - 56px);
}

.modal.modal-mselect .modal-dialog .modal-content .modal-footer {
    border-radius: 0 !important;
}
/** Combining viewAuction.css */
#auctions-list .auction-item .embed-responsive-item {
    background: no-repeat 50% 50%;
    background-size: contain;
}

.auction-detail .page-header {
    margin-top: 0;
}

.auction-detail .page-header small {
    font-size: 11px;
}

.auction-detail .auction-images {
    padding-bottom: 20px;
}

/** Combining auctionEmbed.css */
.auction .auction-embed {
  background: no-repeat;
  background-size: contain;
}

.auction-embed-4by3 {
    padding-bottom: 68%;
}

.embed-responsive .auction-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/** Combining bootstrap-select.min.css */
/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right: inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
/** Combining flipclock.css */
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/** Combining container.css */
.multiple-background-effect{
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.solution-builder-form {
    margin: 20px 0;
}

.market-app > a, .installed-app > a {
    text-decoration: none !important;
}

#tableBodyFields tr td:nth-child(4) {
    display: flex;
}
/** Combining jquery.rateyo.min.css */
.jq-ry-container{position:relative;padding:0 5px;line-height:0;display:block;cursor:pointer;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;direction:ltr}.jq-ry-container[readonly=readonly]{cursor:default}.jq-ry-container>.jq-ry-group-wrapper{position:relative;width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group{position:relative;line-height:0;z-index:10;white-space:nowrap}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg{display:inline-block}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group{width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group{width:0;z-index:11;position:absolute;top:0;left:0;overflow:hidden}
/** Combining thumbnail_carousel.css */
.carousel_container {
    overflow-y:hidden;
    overflow-x: scroll;
    overflow-x:scroll;
    white-space: nowrap;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.banner{position:relative}
.banner img{width:100%}
.banner .container{position: absolute; left:0; right:0; top:50%; text-align:left; transform:translateY(-50%)}
/** Combining morphext.css */
.morssphext > .animated {
    display: inline-block;
}
/** Combining custom-select.css */
.kselect .fa.check-mark{
    top: 25%;
    transform: translateY(-25%);
}

.input-group .kselect .filter-option {
    display: flex;
    align-items: center;

}
/** Combining cropper.min.css */
/*!
 * Cropper.js v1.1.3
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2017 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2017-10-21T09:27:29.883Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline-color:rgba(51,153,255,.75);outline:1px solid #39f;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:e-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:n-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:w-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:s-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:e-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:n-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:w-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:ne-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nw-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:sw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:se-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}

/** Combining jquery.entityFinder.css */
.search-wrapper {
    position: relative;
}

.search-wrapper:before, .search-wrapper:after {
    content: " ";
    display: table;
}

.search-wrapper:after {
    clear: both;
}

.search-wrapper .search-input {
    position: relative;
    z-index: 2;
}

.search-wrapper .search-hidden-input {
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
}

.search-wrapper .search-suggestions {
    z-index: 3;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}

.search-wrapper .search-suggestions li a {
    display: block;
    padding: 5px;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-wrapper .search-suggestions li.no-result {
    padding: 5px;
}
/** Combining jquery.fileupload.css */
@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

/** Combining jquery-ui.min.css */
/*! jQuery UI - v1.13.1 - 2022-02-18
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.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-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.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}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,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");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-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.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{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,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{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,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;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,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.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-checked{border:1px solid #dad55e;background:#fffa90}.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:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-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:-65px -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:-65px -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:1px -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{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}.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}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/** Combining manageExportStatus.css */
.job-info{
	margin-left: 15px;
}
.fa-spinner{
	vertical-align: middle;
}
.alert.status-alert h3{
	margin-top: 10px;
}

/** Combining addWidgetModal.css */
.widget-area .btn-add-index-query-widget {
    display: none;
}

.widget-area:hover .btn-add-index-query-widget {
    display: inline-block;
}
/** Combining style.css */
/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -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("/theme/apps/mtree-lib/jstree/dist/themes/default/32px.png");
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default .jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("/theme/apps/mtree-lib/jstree/dist/themes/default/throbber.gif") center center no-repeat;
}
.jstree-default .jstree-file {
  background: url("/theme/apps/mtree-lib/jstree/dist/themes/default/32px.png") -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
  background: url("/theme/apps/mtree-lib/jstree/dist/themes/default/32px.png") -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("/theme/apps/mtree-lib/jstree/dist/themes/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}
.jstree-default .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}
.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("32px.png");
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("/theme/apps/mtree-lib/jstree/dist/themes/default/throbber.gif") center center no-repeat;
}
.jstree-default-small .jstree-file {
  background: url("32px.png") -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
  background: url("32px.png") -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("/theme/apps/mtree-lib/jstree/dist/themes/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-small .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-small .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}
.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("/theme/apps/mtree-lib/jstree/dist/themes/default/32px.png");
}
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("/theme/apps/mtree-lib/jstree/dist/themes/default/throbber.gif") center center no-repeat;
}
.jstree-default-large .jstree-file {
  background: url("/theme/apps/mtree-lib/jstree/dist/themes/default/32px.png") -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
  background: url("/theme/apps/mtree-lib/jstree/dist/themes/default/32px.png") -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("/theme/apps/mtree-lib/jstree/dist/themes/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-large .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-large .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}
.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("/theme/apps/mtree-lib/jstree/dist/themes/default/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("/theme/apps/mtree-lib/jstree/dist/themes/default/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-default-responsive .jstree-icon {
    background-image: url("/theme/apps/mtree-lib/jstree/dist/themes/default/40px.png");
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 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("/theme/apps/mtree-lib/jstree/dist/themes/default/40px.png");
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-responsive .jstree-file {
    background: url("/theme/apps/mtree-lib/jstree/dist/themes/default/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-folder {
    background: url("/theme/apps/mtree-lib/jstree/dist/themes/default/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}

/** Combining jquery.mtree.css */
.mtree-wrapper .mtree-toolbar {
    margin-bottom: 15px;
}

.mtree-wrapper .mtree-panels {
    padding: 0;
    border: 0;
    position: static;
}

.mtree-wrapper .mtree-panel {
    border-radius: 0;
    margin: 0;
    padding: 5px;
    box-shadow: none;
}

.mtree-wrapper .mtree-panel .mtree {
    overflow: auto;
}

.mtree-wrapper .mtree-tabs {
    margin: 0;
    position: relative;
    z-index: 1;
}

.mtree-wrapper .mtree-assets-finder-wrapper {
    margin: 0 0 10px;
}
/** Combining jquery.pageDatePicker.css */
.pageDatePicker-wrapper {
    display: inline-block;
}

.pageDatePicker-dropdown {
    padding: 10px;
    width: 522px;
    display: none !important;
}

.pageDatePicker-dropdown.showed {
    display: block !important;
}

.pageDatePicker-dropdown .pageDatePicker-dropdown-closer {
    padding-right: 6px;
}

.pageDatePicker-dropdown-trigger {
    cursor: pointer;
}

.pageDatePicker-daterange-wrapper .daterangepicker {
    position: static;
    border: 0;
    display: block !important;
    box-shadow: none;
    padding: 0;
}

.pageDatePicker-daterange-wrapper .daterangepicker .calendar {
    margin: 0 !important;
}

.pageDatePicker-daterange-wrapper .daterangepicker:before,
.pageDatePicker-daterange-wrapper .daterangepicker:after {
    display: none;
}

.pageDatePicker-daterange {
    display: none;
}

.pageDatePicker-ranges {
    text-align: center;
    padding: 20px 0 0;
}

.pageDatePicker-range {
    float: left;
    text-decoration: none !important;
    position: relative;
}

.pageDatePicker-range span {
    padding: 0 5px;
    display: block;
    position: relative;
    z-index: 2;
}

.pageDatePicker-range span:before {
    display: block;
    content: "";
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #ddd;
    margin: 0 auto 5px;
}

.pageDatePicker-range:hover,
.pageDatePicker-range.active {
    color: #357ebd;
}

.pageDatePicker-range:hover span:before,
.pageDatePicker-range.active span:before {
    background: #357ebd;
}

.pageDatePicker-range:before,
.pageDatePicker-range:after {
    position: absolute;
    content: "";
    top: 9px;
    height: 2px;
    background: #ddd;
    z-index: 1;
    width: 50%;
}

.pageDatePicker-range:before {
    left: 0;
    right: 50%;
}

.pageDatePicker-range:after {
    left: 50%;
    right: 100%;
}

.pageDatePicker-range:first-child:before {
    display: none;
}

.pageDatePicker-range:last-child:after {
    display: none;
}

.pageDatePicker-dropdown-closer {
    position: relative;
    z-index: 2;
}

.pageDatePicker-quarters, .pageDatePicker-fiscal-years {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
}

.pageDatePicker-promotions {
    display: flex;
    flex-wrap: wrap;
}

.pageDatePicker-promotions li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.pageDatePicker-promotions .promotion-period {
    display: block;
}

.pageDatePicker-quarter:hover,
.pageDatePicker-quarter.active,
.pageDatePicker-fiscal-year:hover,
.pageDatePicker-fiscal-year.active {
    color: #357ebd;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 979px) {
    .pageDatePicker > .btn-group {
        display: flex;
    }
}

@media (max-width: 500px) {
    .pageDatePicker-text {
        font-size: 12px;
    }
    .pageDatePicker-dropdown {
        width: 90vw;
    }
    .pageDatePicker-dropdown .nav-tabs {
        display: flex;
    }
    .pageDatePicker-dropdown .nav-tabs li a {
        font-size: 11px;
    }
    .pageDatePicker-wrapper{
        position: initial;
    }
    .pageDatePicker{
        position: relative;
    }
    .pageDatePicker-dropdown.dropdown-menu {
        left: 0;
        font-size: 14px !important;
        width: calc(100% + 76px);
    }
}
/** Combining photoeditor.css */
.photo-editor-wrapper {
    /*padding-right: 200px;*/
    position: relative;
}

.photo-editor-wrapper .photo-editor-cropper {
    min-height: 310px;
    margin-right: 200px;
}

.photo-editor-wrapper .photo-editor-helper {
    float: right;
    width: 185px;
}

.photo-editor-wrapper .photo-editor-cropper,
.photo-editor-wrapper .photo-editor-previewer {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.photo-editor-wrapper .photo-editor-previewer {
    width: 185px;
    height: 185px;
    overflow: hidden;
}

.photo-editor-wrapper .photo-editor-info {
    padding-top: 10px;
}

.photo-editor-wrapper .photo-editor-info .input-group + .input-group {
    margin-top: 5px;
}

.photo-editor-wrapper .photo-editor-info .input-group label.input-group-addon {
    text-align: left;
    min-width: 5em;
}

.photo-editor-wrapper .photo-editor-toolbar {
    padding-top: 10px;
}

.photo-editor-wrapper .photo-editor-toolbar .btn-group {
    float: left;
    width: 90px;
    margin-bottom: 5px;
}

.photo-editor-wrapper .photo-editor-toolbar .btn-group:nth-child(2n+1) {
    margin-right: 5px;
}

.photo-editor-wrapper .photo-editor-toolbar .btn-group .btn {
    width: 50%;
}

/** Combining orgSelector.css */
.navbar-org-selector {
    width: 350px;
    padding: 8px 15px;
}
.dropdownMenuOrgSelector{
    padding-left: 5px;
    padding-right: 5px;
}
.dropdownMenuOrgSelector li {
    list-style-type: none;
}
.dropdownMenuOrgSelector li a {
    display: inline;
}

.org-selector.hidden-id .tt-suggestion .text-muted {
    display: none;
}

a.expand-org:hover, a.expand-org:focus{
    text-decoration: none;
}

.org-selector .tt-menu .tt-suggestion strong{
    word-break: break-all;
}
/** Combining select2.min.css */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/** Combining publicProfile.css */
body.publicProfile div.details {
    border: solid lightgray 1px;
    border-radius: 5px;
    padding: 0.6em;
    position: relative;
    margin: 0.3em;
    width: 45%;
    float: left;
}

body.publicProfile div.details:nth-child(odd) {
    margin-left: 0;
}

body.publicProfile div.details:nth-child(even) {
    margin-right: 0;
    float: right;
}

body.publicProfile legend {
    font-size: 0.8em;
}

body.publicProfile label {
    display: inline-block;
}

body.publicProfile form h4 {
    margin-top: 0;
}

body.publicProfile input {
    width: 70%;
    margin-right: 0;
}

body.publicProfile div.input {
    background-color: #F0F0F0;
    border-radius: 5px;
    padding: 0.6em 1em;
    margin-top: 0.6em;
    border: 1px solid #D3D3D3;
}

body.publicProfile label {
    width: 20%;
}

body.publicProfile .user-public-page label {
    width: 100%;
}

body.publicProfile div.details form button {
    float: right;
}

body.publicProfile div.details ul {
    margin-left: 2em;
}

body.publicProfile div.details li {
    margin-left: 0;
}

.btn-group-flex {
    display: flex;
    margin-left: 10px;
}
/** Combining videojs.min.css */
@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    text-align: center;
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-play-circle:before {
    content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f109";
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-square:before {
    content: "\f10a";
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-spinner:before {
    content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
    content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
    content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: "\f10e";
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-share:before {
    content: "\f10f";
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-cog:before {
    content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
    content: "\f111";
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-circle-outline:before {
    content: "\f112";
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
    content: "\f113";
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-hd:before {
    content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\f116";
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-facebook:before {
    content: "\f117";
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-gplus:before {
    content: "\f118";
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-linkedin:before {
    content: "\f119";
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-twitter:before {
    content: "\f11a";
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-tumblr:before {
    content: "\f11b";
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-pinterest:before {
    content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\f11e";
}

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-next-item:before {
    content: "\f11f";
}

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-previous-item:before {
    content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
    content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
    content: "\f122";
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}
.video-js:-moz-full-screen {
    position: absolute;
}
.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js[tabindex="-1"] {
    outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
    box-sizing: inherit;
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
    width: 100%;
    max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
    height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
    padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
    padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
    padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
    padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
    width: 100%;
    height: 100%;
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
    display: none;
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

.vjs-hidden {
    display: none !important;
}

.vjs-disabled {
    opacity: 0.5;
    cursor: default;
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66A8CC;
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 0.3em;
    transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -0.81666em;
    margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
    display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block;
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%;
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2;
}
.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    overflow: auto;
}

.video-js .vjs-modal-dialog > * {
    box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
}

.vjs-menu-button {
    cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
    cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none;
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
    box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none;
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
    background: none;
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0em;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
    display: block;
}

.video-js .vjs-menu-button-inline {
    transition: all 0.4s;
    overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    pointer-events: none;
    transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
    display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table;
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    flex: none;
}

.video-js .vjs-control.vjs-visible-text {
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
    display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
    text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
    display: none;
}

.video-js .vjs-progress-control {
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 4em;
    touch-action: none;
}

.video-js .vjs-progress-control.disabled {
    cursor: default;
}

.vjs-live .vjs-progress-control {
    display: none;
}

.vjs-liveui .vjs-progress-control {
    display: flex;
    align-items: center;
}

.vjs-no-flex .vjs-progress-control {
    width: auto;
}

.video-js .vjs-progress-holder {
    flex: auto;
    transition: all 0.2s;
    height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
}

.video-js .vjs-play-progress {
    background-color: #fff;
}
.video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.3333333333em;
    z-index: 1;
}

.video-js .vjs-load-progress {
    background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
    background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
    display: block;
    font-size: 0.6em;
    visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em 0 0.45em;
    /* iOS Safari */
    -webkit-touch-callout: none;
    /* Safari */
    -webkit-user-select: none;
    /* Konqueror HTML */
    /* Firefox */
    -moz-user-select: none;
    /* Internet Explorer/Edge */
    -ms-user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
    cursor: default;
}

.video-js .vjs-slider:focus {
    text-shadow: 0em 0em 1em white;
    box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
    cursor: pointer;
    flex: none;
}
.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px;
}

.video-js .vjs-volume-panel {
    transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
    left: -3.5em;
    transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 10em;
    transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3000em;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: 0.5em;
}

.video-js .vjs-volume-panel {
    display: flex;
}

.video-js .vjs-volume-bar {
    margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
    width: 0.3em;
    height: 5em;
    margin: 1.35em auto;
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em;
    z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
    width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em;
    z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
    height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%;
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em;
}

.video-js .vjs-volume-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
    display: block;
    font-size: 1em;
    visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
    left: 1em;
    top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
    font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
    width: 1px;
    height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
    display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
    display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
    display: block;
}

.video-js .vjs-live-control {
    display: flex;
    align-items: flex-start;
    flex: auto;
    font-size: 1em;
    line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
    display: none;
}

.video-js .vjs-seek-to-live-control {
    align-items: center;
    cursor: pointer;
    flex: none;
    display: inline-flex;
    height: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1em;
    line-height: 3em;
    width: auto;
    min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
    display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
    cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
    margin-right: 0.5em;
    color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
    color: red;
}

.video-js .vjs-time-control {
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.vjs-live .vjs-time-control {
    display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none;
}

.vjs-time-divider {
    display: none;
    line-height: 3em;
}

.vjs-live .vjs-time-divider {
    display: none;
}

.video-js .vjs-play-control {
    cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    flex: none;
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
}

.vjs-subtitles {
    color: #fff;
}

.vjs-captions {
    color: #fc6;
}

.vjs-tt-cue {
    display: block;
}

video::-webkit-media-text-track-display {
    transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
    cursor: pointer;
    flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
    display: none;
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
    display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center;
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center;
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
    -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
    animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: white;
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible;
    }
}
@-webkit-keyframes vjs-spinner-show {
    to {
        visibility: visible;
    }
}
@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }
    20% {
        border-top-color: #73859f;
    }
    35% {
        border-top-color: white;
    }
    60% {
        border-top-color: #73859f;
    }
    100% {
        border-top-color: #73859f;
    }
}
@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }
    20% {
        border-top-color: #73859f;
    }
    35% {
        border-top-color: white;
    }
    60% {
        border-top-color: #73859f;
    }
    100% {
        border-top-color: #73859f;
    }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
    display: none;
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
    display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "";
    font-size: 1.5em;
    line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
    display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: " ";
    font-size: 1.5em;
    line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
    display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
    width: auto;
    width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
    display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
    flex: auto;
    display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
    width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
    display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom;
}

@supports (display: grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 20px 24px 0px 24px;
    }

    .vjs-track-settings-controls .vjs-default-button {
        margin-bottom: 20px;
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 1/-1;
    }

    .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
        grid-template-columns: 1fr;
    }
}
.vjs-track-setting > select {
    margin-right: 1em;
    margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none;
}

.vjs-text-track-settings fieldset span {
    display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
    max-width: 7.3em;
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2B333F;
    cursor: pointer;
    border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em;
}

@media print {
    .video-js > *:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden;
    }
}
.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
    outline: none;
}

.video-js *:focus:not(:focus-visible) {
    outline: none;
}
/** Combining videojs-hls-quality-selector.css */
/**
 * videojs-hls-quality-selector
 * @version 1.1.1
 * @copyright 2020 Chris Boustead (chris@forgemotion.com)
 * @license MIT
 */
.video-js.vjs-hls-quality-selector{display:block}

/** Combining datatables.css */
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs/moment-2.11.2,select2-4.0.1,dt-1.10.11,e-1.5.5,ef-select2-4.0.1,ef-title-1.0.0,r-2.0.2
 *
 * Included libraries:
 *   Moment 2.11.2, Select2 4.0.1, DataTables 1.10.11, Editor 1.5.5, Field type - Select2 4.0.1, Field type - Title 1.0.0, Responsive 2.0.2
 */

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }


table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Font Awesome 5 Free';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\f0dc";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {  
  content: "\f0dd";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable {
  border-collapse: separate !important;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}


div.DTE_Field div.multi-value,
div.DTE_Field div.multi-restore {
  display: none;
  cursor: pointer;
}
div.DTE_Field div.multi-value span,
div.DTE_Field div.multi-restore span {
  display: block;
  color: #666;
}
div.DTE_Field div.multi-value:hover,
div.DTE_Field div.multi-restore:hover {
  background-color: #f1f1f1;
}
div.DTE_Field div.multi-restore {
  margin-top: 0.5em;
  font-size: 0.8em;
  line-height: 1.25em;
}
div.DTE_Field:after {
  display: block;
  content: ".";
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

div.DTE_Inline div.DTE_Field {
  width: 100%;
}
div.DTE_Inline div.DTE_Field > div {
  width: 100%;
  padding: 0;
}
div.DTE_Inline div.DTE_Field label {
  display: none;
}
div.DTE_Inline div.DTE_Field input {
  width: 100%;
  color: black;
}
div.DTE_Inline div.DTE_Field div.help-block {
  display: none;
}

div.DTE_Field_Type_checkbox div.controls,
div.DTE_Field_Type_radio div.controls {
  margin-top: 0.4em;
}
div.DTE_Field_Type_checkbox div.controls label,
div.DTE_Field_Type_radio div.controls label {
  margin-left: 0.75em;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
}

div.DTE_Bubble {
  position: absolute;
  z-index: 11;
  margin-top: -6px;
  opacity: 0;
}
div.DTE_Bubble div.DTE_Bubble_Liner {
  position: absolute;
  bottom: 0;
  border: 1px solid black;
  width: 300px;
  margin-left: -150px;
  background-color: white;
  box-shadow: 2px 2px 7px #555;
  border-radius: 5px;
  border: 2px solid #444;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table {
  display: table;
  width: 100%;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form {
  display: table-cell;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content {
  padding: 0;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field {
  position: relative;
  zoom: 1;
  margin-bottom: 0.5em;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field:last-child {
  margin-bottom: 0;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table div.DTE_Form_Buttons {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 0 0 0.75em;
  width: 1%;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Form_Info,
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Bubble_Table {
  padding-top: 42px;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Form_Error {
  float: none;
  display: none;
  padding: 0;
  margin-bottom: 0.5em;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 22px;
  height: 22px;
  border: 2px solid white;
  background-color: black;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
  z-index: 12;
  box-shadow: 2px 2px 6px #111;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after {
  content: '\00d7';
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Courier New', Courier, monospace;
  padding-left: 1px;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:hover {
  background-color: #092079;
  box-shadow: 2px 2px 9px #111;
}
div.DTE_Bubble div.DTE_Bubble_Triangle {
  position: absolute;
  height: 10px;
  width: 10px;
  top: -6px;
  background-color: white;
  border: 2px solid #444;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div.DTE_Bubble.DTE_Processing div.DTE_Bubble_Liner:after {
  position: absolute;
  content: ' ';
  display: block;
  top: 12px;
  right: 18px;
  height: 12px;
  width: 17px;
  background: url("Editor-1.5.5/images/ajax-loader-small.gif") no-repeat top left;
}
div.DTE_Bubble.below div.DTE_Bubble_Liner {
  top: 10px;
  bottom: auto;
}
div.DTE_Bubble.below div.DTE_Bubble_Triangle {
  top: 4px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

div.DTE_Bubble_Background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10 Consumer Preview */
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Firefox */
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera */
  background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 10;
}
div.DTE_Bubble_Background > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
div.DTE_Bubble_Background > div:not([dummy]) {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}

div.DTE_Bubble div.DTE_Bubble_Liner {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 0 0 0.5em 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field label,
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field > div {
  width: 100%;
  float: none;
  clear: both;
  text-align: left;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field label {
  padding-bottom: 4px;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  width: 100%;
}
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after {
  margin-top: -2px;
  display: block;
}
div.DTE_Bubble div.DTE_Bubble_Triangle {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

div.DTE_Bubble_Background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.05);
}

div.DTE div.editor_upload {
  padding-top: 4px;
}
div.DTE div.editor_upload div.eu_table {
  display: table;
  width: 100%;
}
div.DTE div.editor_upload div.row {
  display: table-row;
}
div.DTE div.editor_upload div.cell {
  display: table-cell;
  position: relative;
  width: 50%;
  vertical-align: top;
}
div.DTE div.editor_upload div.cell + div.cell {
  padding-left: 10px;
}
div.DTE div.editor_upload div.row + div.row div.cell {
  padding-top: 10px;
}
div.DTE div.editor_upload button.btn,
div.DTE div.editor_upload input[type=file] {
  width: 100%;
  height: 2.3em;
  font-size: 0.8em;
  text-align: center;
  line-height: 1em;
}
div.DTE div.editor_upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
div.DTE div.editor_upload div.drop {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 3px dashed #ccc;
  border-radius: 6px;
  min-height: 4em;
  color: #999;
  padding-top: 3px;
  text-align: center;
}
div.DTE div.editor_upload div.drop.over {
  border: 3px dashed #111;
  color: #111;
}
div.DTE div.editor_upload div.drop span {
  max-width: 75%;
  font-size: 0.85em;
  line-height: 1em;
}
div.DTE div.editor_upload div.rendered img {
  max-width: 8em;
  margin: 0 auto;
}
div.DTE div.editor_upload.noDrop div.drop {
  display: none;
}
div.DTE div.editor_upload.noDrop div.row.second {
  display: none;
}
div.DTE div.editor_upload.noDrop div.rendered {
  margin-top: 10px;
}
div.DTE div.editor_upload.noClear div.clearValue button {
  display: none;
}
div.DTE div.editor_upload.multi div.cell {
  display: block;
  width: 100%;
}
div.DTE div.editor_upload.multi div.cell div.drop {
  min-height: 0;
  padding-bottom: 5px;
}
div.DTE div.editor_upload.multi div.clearValue {
  display: none;
}
div.DTE div.editor_upload.multi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.DTE div.editor_upload.multi ul li {
  position: relative;
  margin-top: 0.5em;
}
div.DTE div.editor_upload.multi ul li:first-child {
  margin-top: 0;
}
div.DTE div.editor_upload.multi ul li img {
  vertical-align: middle;
}
div.DTE div.editor_upload.multi ul li button {
  position: absolute;
  width: 40px;
  right: 0;
  top: 50%;
  margin-top: -1.5em;
}

div.DTE div.editor_upload button.btn,
div.DTE div.editor_upload input[type=file] {
  height: auto;
}
div.DTE div.editor_upload ul li button {
  padding-bottom: 8px;
}

div.editor-datetime {
  position: absolute;
  background-color: white;
  z-index: 2050;
  border: 1px solid #ccc;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  padding-bottom: 5px;
}
div.editor-datetime div.editor-datetime-title {
  text-align: center;
  padding: 5px 0px 3px;
}
div.editor-datetime table {
  border-spacing: 0;
  margin: 6px 13px;
}
div.editor-datetime table th {
  font-size: 0.8em;
  color: #777;
  font-weight: normal;
  width: 14.285714286%;
  padding: 0 0 4px 0;
  text-align: center;
}
div.editor-datetime table td {
  font-size: 0.9em;
  color: #444;
  padding: 0;
}
div.editor-datetime table td.day {
  text-align: right;
  background: #f5f5f5;
}
div.editor-datetime table td.day.disabled {
  color: #aaa;
  background: white;
}
div.editor-datetime table td.day.today {
  background-color: #ddd;
}
div.editor-datetime table td.day.today button {
  font-weight: bold;
}
div.editor-datetime table td.day.selected button {
  background: #337ab7;
  color: white;
  border-radius: 2px;
}
div.editor-datetime table td.day button:hover {
  background: #ff8000;
  color: white;
  border-radius: 2px;
}
div.editor-datetime table td.editor-datetime-week {
  font-size: 0.7em;
}
div.editor-datetime table button {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
  font-size: inherit;
  color: inherit;
  text-align: inherit;
  padding: 5px 9px;
  cursor: pointer;
  margin: 0;
}
div.editor-datetime table.weekNumber th {
  width: 12.5%;
}
div.editor-datetime div.editor-datetime-label {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 5px 6px;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
div.editor-datetime div.editor-datetime-label:hover {
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #f5f5f5;
}
div.editor-datetime div.editor-datetime-label select {
  position: absolute;
  top: 6px;
  left: 0;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}
div.editor-datetime div.editor-datetime-time {
  text-align: center;
}
div.editor-datetime div.editor-datetime-time > span {
  vertical-align: middle;
}
div.editor-datetime div.editor-datetime-time div.editor-datetime-timeblock {
  display: inline-block;
  vertical-align: middle;
}
div.editor-datetime div.editor-datetime-iconLeft,
div.editor-datetime div.editor-datetime-iconRight,
div.editor-datetime div.editor-datetime-iconUp,
div.editor-datetime div.editor-datetime-iconDown {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  overflow: hidden;
  box-sizing: border-box;
}
div.editor-datetime div.editor-datetime-iconLeft:hover,
div.editor-datetime div.editor-datetime-iconRight:hover,
div.editor-datetime div.editor-datetime-iconUp:hover,
div.editor-datetime div.editor-datetime-iconDown:hover {
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #f0f0f0;
  opacity: 0.6;
}
div.editor-datetime div.editor-datetime-iconLeft button,
div.editor-datetime div.editor-datetime-iconRight button,
div.editor-datetime div.editor-datetime-iconUp button,
div.editor-datetime div.editor-datetime-iconDown button {
  border: none;
  background: transparent;
  text-indent: 30px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
div.editor-datetime div.editor-datetime-iconLeft {
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}
div.editor-datetime div.editor-datetime-iconRight {
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}
div.editor-datetime div.editor-datetime-iconUp {
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII=");
}
div.editor-datetime div.editor-datetime-iconDown {
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC");
}




div.DTE_Field.DTE_Field_Type_title label {
  width: 100% !important;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #aaa; }
div.DTE_Field.DTE_Field_Type_title div {
  display: none; }
div.DTE_Field.DTE_Field_Type_title:hover {
  background-color: white;
  border: 1px solid transparent; }


table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: left;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #337ab7;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: left;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #337ab7;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}



