@charset "UTF-8";
@font-face {
  font-family: montserrat,sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: montserrat,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.form-normal {
  width: auto !important;
  display: inline-block !important;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .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.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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

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

@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");
}
.halflings {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.halflings.x05 {
  font-size: 6px;
}

.halflings.x2 {
  font-size: 24px;
}

.halflings.x3 {
  font-size: 36px;
}

.halflings.x4 {
  font-size: 48px;
}

.halflings.x5 {
  font-size: 60px;
}

.halflings.x6 {
  font-size: 72px;
}

.halflings.x7 {
  font-size: 84px;
}

.halflings.x8 {
  font-size: 96px;
}

.halflings.light:before {
  color: #f2f2f2;
}

.halflings.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

.halflings.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.halflings.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.halflings.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.halflings.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.halflings.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.halflings-glass:before {
  content: "\E001";
}

.halflings-music:before {
  content: "\E002";
}

.halflings-search:before {
  content: "\E003";
}

.halflings-envelope:before {
  content: "\E004";
}

.halflings-heart:before {
  content: "\E005";
}

.halflings-star:before {
  content: "\E006";
}

.halflings-star-empty:before {
  content: "\E007";
}

.halflings-user:before {
  content: "\E008";
}

.halflings-film:before {
  content: "\E009";
}

.halflings-th-large:before {
  content: "\E010";
}

.halflings-th:before {
  content: "\E011";
}

.halflings-th-list:before {
  content: "\E012";
}

.halflings-ok:before {
  content: "\E013";
}

.halflings-remove:before {
  content: "\E014";
}

.halflings-zoom-in:before {
  content: "\E015";
}

.halflings-zoom-out:before {
  content: "\E016";
}

.halflings-off:before {
  content: "\E017";
}

.halflings-signal:before {
  content: "\E018";
}

.halflings-cog:before {
  content: "\E019";
}

.halflings-trash:before {
  content: "\E020";
}

.halflings-home:before {
  content: "\E021";
}

.halflings-file:before {
  content: "\E022";
}

.halflings-time:before {
  content: "\E023";
}

.halflings-road:before {
  content: "\E024";
}

.halflings-download-alt:before {
  content: "\E025";
}

.halflings-download:before {
  content: "\E026";
}

.halflings-upload:before {
  content: "\E027";
}

.halflings-inbox:before {
  content: "\E028";
}

.halflings-play-circle:before {
  content: "\E029";
}

.halflings-repeat:before {
  content: "\E030";
}

.halflings-refresh:before {
  content: "\E031";
}

.halflings-list-alt:before {
  content: "\E032";
}

.halflings-lock:before {
  content: "\E033";
}

.halflings-flag:before {
  content: "\E034";
}

.halflings-headphones:before {
  content: "\E035";
}

.halflings-volume-off:before {
  content: "\E036";
}

.halflings-volume-down:before {
  content: "\E037";
}

.halflings-volume-up:before {
  content: "\E038";
}

.halflings-qrcode:before {
  content: "\E039";
}

.halflings-barcode:before {
  content: "\E040";
}

.halflings-tag:before {
  content: "\E041";
}

.halflings-tags:before {
  content: "\E042";
}

.halflings-book:before {
  content: "\E043";
}

.halflings-bookmark:before {
  content: "\E044";
}

.halflings-print:before {
  content: "\E045";
}

.halflings-camera:before {
  content: "\E046";
}

.halflings-font:before {
  content: "\E047";
}

.halflings-bold:before {
  content: "\E048";
}

.halflings-italic:before {
  content: "\E049";
}

.halflings-text-height:before {
  content: "\E050";
}

.halflings-text-width:before {
  content: "\E051";
}

.halflings-align-left:before {
  content: "\E052";
}

.halflings-align-center:before {
  content: "\E053";
}

.halflings-align-right:before {
  content: "\E054";
}

.halflings-align-justify:before {
  content: "\E055";
}

.halflings-list:before {
  content: "\E056";
}

.halflings-indent-left:before {
  content: "\E057";
}

.halflings-indent-right:before {
  content: "\E058";
}

.halflings-facetime-video:before {
  content: "\E059";
}

.halflings-picture:before {
  content: "\E060";
}

.halflings-pencil:before {
  content: "\E061";
}

.halflings-map-marker:before {
  content: "\E062";
}

.halflings-adjust:before {
  content: "\E063";
}

.halflings-tint:before {
  content: "\E064";
}

.halflings-edit:before {
  content: "\E065";
}

.halflings-share:before {
  content: "\E066";
}

.halflings-check:before {
  content: "\E067";
}

.halflings-move:before {
  content: "\E068";
}

.halflings-step-backward:before {
  content: "\E069";
}

.halflings-fast-backward:before {
  content: "\E070";
}

.halflings-backward:before {
  content: "\E071";
}

.halflings-play:before {
  content: "\E072";
}

.halflings-pause:before {
  content: "\E073";
}

.halflings-stop:before {
  content: "\E074";
}

.halflings-forward:before {
  content: "\E075";
}

.halflings-fast-forward:before {
  content: "\E076";
}

.halflings-step-forward:before {
  content: "\E077";
}

.halflings-eject:before {
  content: "\E078";
}

.halflings-chevron-left:before {
  content: "\E079";
}

.halflings-chevron-right:before {
  content: "\E080";
}

.halflings-plus-sign:before {
  content: "\E081";
}

.halflings-minus-sign:before {
  content: "\E082";
}

.halflings-remove-sign:before {
  content: "\E083";
}

.halflings-ok-sign:before {
  content: "\E084";
}

.halflings-question-sign:before {
  content: "\E085";
}

.halflings-info-sign:before {
  content: "\E086";
}

.halflings-screenshot:before {
  content: "\E087";
}

.halflings-remove-circle:before {
  content: "\E088";
}

.halflings-ok-circle:before {
  content: "\E089";
}

.halflings-ban-circle:before {
  content: "\E090";
}

.halflings-arrow-left:before {
  content: "\E091";
}

.halflings-arrow-right:before {
  content: "\E092";
}

.halflings-arrow-up:before {
  content: "\E093";
}

.halflings-arrow-down:before {
  content: "\E094";
}

.halflings-share-alt:before {
  content: "\E095";
}

.halflings-resize-full:before {
  content: "\E096";
}

.halflings-resize-small:before {
  content: "\E097";
}

.halflings-plus:before {
  content: "\E098";
}

.halflings-minus:before {
  content: "\E099";
}

.halflings-asterisk:before {
  content: "\E100";
}

.halflings-exclamation-sign:before {
  content: "\E101";
}

.halflings-gift:before {
  content: "\E102";
}

.halflings-leaf:before {
  content: "\E103";
}

.halflings-fire:before {
  content: "\E104";
}

.halflings-eye-open:before {
  content: "\E105";
}

.halflings-eye-close:before {
  content: "\E106";
}

.halflings-warning-sign:before {
  content: "\E107";
}

.halflings-plane:before {
  content: "\E108";
}

.halflings-calendar:before {
  content: "\E109";
}

.halflings-random:before {
  content: "\E110";
}

.halflings-comments:before {
  content: "\E111";
}

.halflings-magnet:before {
  content: "\E112";
}

.halflings-chevron-up:before {
  content: "\E113";
}

.halflings-chevron-down:before {
  content: "\E114";
}

.halflings-retweet:before {
  content: "\E115";
}

.halflings-shopping-cart:before {
  content: "\E116";
}

.halflings-folder-close:before {
  content: "\E117";
}

.halflings-folder-open:before {
  content: "\E118";
}

.halflings-resize-vertical:before {
  content: "\E119";
}

.halflings-resize-horizontal:before {
  content: "\E120";
}

.halflings-hdd:before {
  content: "\E121";
}

.halflings-bullhorn:before {
  content: "\E122";
}

.halflings-bell:before {
  content: "\E123";
}

.halflings-certificate:before {
  content: "\E124";
}

.halflings-thumbs-up:before {
  content: "\E125";
}

.halflings-thumbs-down:before {
  content: "\E126";
}

.halflings-hand-right:before {
  content: "\E127";
}

.halflings-hand-left:before {
  content: "\E128";
}

.halflings-hand-top:before {
  content: "\E129";
}

.halflings-hand-down:before {
  content: "\E130";
}

.halflings-circle-arrow-right:before {
  content: "\E131";
}

.halflings-circle-arrow-left:before {
  content: "\E132";
}

.halflings-circle-arrow-top:before {
  content: "\E133";
}

.halflings-circle-arrow-down:before {
  content: "\E134";
}

.halflings-globe:before {
  content: "\E135";
}

.halflings-wrench:before {
  content: "\E136";
}

.halflings-tasks:before {
  content: "\E137";
}

.halflings-filter:before {
  content: "\E138";
}

.halflings-briefcase:before {
  content: "\E139";
}

.halflings-fullscreen:before {
  content: "\E140";
}

.halflings-dashboard:before {
  content: "\E141";
}

.halflings-paperclip:before {
  content: "\E142";
}

.halflings-heart-empty:before {
  content: "\E143";
}

.halflings-link:before {
  content: "\E144";
}

.halflings-phone:before {
  content: "\E145";
}

.halflings-pushpin:before {
  content: "\E146";
}

.halflings-euro:before {
  content: "\E147";
}

.halflings-usd:before {
  content: "\E148";
}

.halflings-gbp:before {
  content: "\E149";
}

.halflings-sort:before {
  content: "\E150";
}

.halflings-sort-by-alphabet:before {
  content: "\E151";
}

.halflings-sort-by-alphabet-alt:before {
  content: "\E152";
}

.halflings-sort-by-order:before {
  content: "\E153";
}

.halflings-sort-by-order-alt:before {
  content: "\E154";
}

.halflings-sort-by-attributes:before {
  content: "\E155";
}

.halflings-sort-by-attributes-alt:before {
  content: "\E156";
}

.halflings-unchecked:before {
  content: "\E157";
}

.halflings-expand:before {
  content: "\E158";
}

.halflings-collapse:before {
  content: "\E159";
}

.halflings-collapse-top:before {
  content: "\E160";
}

.halflings-log-in:before {
  content: "\E161";
}

.halflings-flash:before {
  content: "\E162";
}

.halflings-log-out:before {
  content: "\E163";
}

.halflings-new-window:before {
  content: "\E164";
}

.halflings-record:before {
  content: "\E165";
}

.halflings-save:before {
  content: "\E166";
}

.halflings-open:before {
  content: "\E167";
}

.halflings-saved:before {
  content: "\E168";
}

.halflings-import:before {
  content: "\E169";
}

.halflings-export:before {
  content: "\E170";
}

.halflings-send:before {
  content: "\E171";
}

.halflings-floppy-disk:before {
  content: "\E172";
}

.halflings-floppy-saved:before {
  content: "\E173";
}

.halflings-floppy-remove:before {
  content: "\E174";
}

.halflings-floppy-save:before {
  content: "\E175";
}

.halflings-floppy-open:before {
  content: "\E176";
}

.halflings-credit-card:before {
  content: "\E177";
}

.halflings-transfer:before {
  content: "\E178";
}

.halflings-cutlery:before {
  content: "\E179";
}

.halflings-header:before {
  content: "\E180";
}

.halflings-compressed:before {
  content: "\E181";
}

.halflings-earphone:before {
  content: "\E182";
}

.halflings-phone-alt:before {
  content: "\E183";
}

.halflings-tower:before {
  content: "\E184";
}

.halflings-stats:before {
  content: "\E185";
}

.halflings-sd-video:before {
  content: "\E186";
}

.halflings-hd-video:before {
  content: "\E187";
}

.halflings-subtitles:before {
  content: "\E188";
}

.halflings-sound-stereo:before {
  content: "\E189";
}

.halflings-sound-dolby:before {
  content: "\E190";
}

.halflings-sound-5-1:before {
  content: "\E191";
}

.halflings-sound-6-1:before {
  content: "\E192";
}

.halflings-sound-7-1:before {
  content: "\E193";
}

.halflings-copyright-mark:before {
  content: "\E194";
}

.halflings-registration-mark:before {
  content: "\E195";
}

.halflings-cloud:before {
  content: "\E196";
}

.halflings-cloud-download:before {
  content: "\E197";
}

.halflings-cloud-upload:before {
  content: "\E198";
}

.halflings-tree-conifer:before {
  content: "\E199";
}

.halflings-tree-deciduous:before {
  content: "\E200";
}

.halflings-cd:before {
  content: "\E201";
}

.halflings-save-file:before {
  content: "\E202";
}

.halflings-open-file:before {
  content: "\E203";
}

.halflings-level-up:before {
  content: "\E204";
}

.halflings-copy:before {
  content: "\E205";
}

.halflings-paste:before {
  content: "\E206";
}

.halflings-door:before {
  content: "\E207";
}

.halflings-key:before {
  content: "\E208";
}

.halflings-alert:before {
  content: "\E209";
}

.halflings-equalizer:before {
  content: "\E210";
}

.halflings-king:before {
  content: "\E211";
}

.halflings-queen:before {
  content: "\E212";
}

.halflings-pawn:before {
  content: "\E213";
}

.halflings-bishop:before {
  content: "\E214";
}

.halflings-knight:before {
  content: "\E215";
}

.halflings-baby-formula:before {
  content: "\E216";
}

.halflings-tent:before {
  content: "\E217";
}

.halflings-blackboard:before {
  content: "\E218";
}

.halflings-bed:before {
  content: "\E219";
}

.halflings-apple:before {
  content: "\E220";
}

.halflings-erase:before {
  content: "\E221";
}

.halflings-hourglass:before {
  content: "\E222";
}

.halflings-lamp:before {
  content: "\E223";
}

.halflings-duplicate:before {
  content: "\E224";
}

.halflings-piggy-bank:before {
  content: "\E225";
}

.halflings-scissors:before {
  content: "\E226";
}

.halflings-bitcoin:before {
  content: "\E227";
}

.halflings-yen:before {
  content: "\E228";
}

.halflings-ruble:before {
  content: "\E229";
}

.halflings-scale:before {
  content: "\E230";
}

.halflings-ice-lolly:before {
  content: "\E231";
}

.halflings-ice-lolly-tasted:before {
  content: "\E232";
}

.halflings-education:before {
  content: "\E233";
}

.halflings-option-horizontal:before {
  content: "\E234";
}

.halflings-option-vertical:before {
  content: "\E235";
}

.halflings-menu-hamburger:before {
  content: "\E236";
}

.halflings-modal-window:before {
  content: "\E237";
}

.halflings-oil:before {
  content: "\E238";
}

.halflings-grain:before {
  content: "\E239";
}

.halflings-sunglasses:before {
  content: "\E240";
}

.halflings-text-size:before {
  content: "\E241";
}

.halflings-text-color:before {
  content: "\E242";
}

.halflings-text-background:before {
  content: "\E243";
}

.halflings-object-align-top:before {
  content: "\E244";
}

.halflings-object-align-bottom:before {
  content: "\E245";
}

.halflings-object-align-horizontal:before {
  content: "\E246";
}

.halflings-object-align-left:before {
  content: "\E247";
}

.halflings-object-align-vertical:before {
  content: "\E248";
}

.halflings-object-align-right:before {
  content: "\E249";
}

.halflings-triangle-right:before {
  content: "\E250";
}

.halflings-triangle-left:before {
  content: "\E251";
}

.halflings-triangle-bottom:before {
  content: "\E252";
}

.halflings-triangle-top:before {
  content: "\E253";
}

.halflings-terminal:before {
  content: "\E254";
}

.halflings-superscript:before {
  content: "\E255";
}

.halflings-subscript:before {
  content: "\E256";
}

.halflings-menu-left:before {
  content: "\E257";
}

.halflings-menu-right:before {
  content: "\E258";
}

.halflings-menu-down:before {
  content: "\E259";
}

.halflings-menu-up:before {
  content: "\E260";
}

.halflings-building:before {
  content: "\E261";
}

.halflings-tick:before {
  content: "\E262";
}

.halflings-star-half:before {
  content: "\E263";
}

.halflings-hash:before {
  content: "\E264";
}

.halflings-directions:before {
  content: "\E265";
}

.halflings-gas:before {
  content: "\E266";
}

.halflings-snowflake:before {
  content: "\E267";
}

.halflings-sunlight:before {
  content: "\E268";
}

.halflings-selectbox:before {
  content: "\E269";
}

.halflings-sortable:before {
  content: "\E270";
}

.halflings-note-empty:before {
  content: "\E271";
}

.halflings-note:before {
  content: "\E272";
}

.halflings-direction-right:before {
  content: "\E273";
}

.halflings-direction-left:before {
  content: "\E274";
}

.halflings-direction-down:before {
  content: "\E275";
}

.halflings-direction-up:before {
  content: "\E276";
}

.halflings-parking:before {
  content: "\E277";
}

.halflings-coffee-cup:before {
  content: "\E278";
}

.halflings-record-empty:before {
  content: "\E279";
}

.halflings-move-square:before {
  content: "\E280";
}

.halflings-bug:before {
  content: "\E281";
}

.halflings-display:before {
  content: "\E282";
}

.halflings-direction:before {
  content: "\E283";
}

.halflings-group:before {
  content: "\E284";
}

.halflings-reflext-y:before {
  content: "\E285";
}

.halflings-reflect-x:before {
  content: "\E286";
}

.halflings-battery-charging:before {
  content: "\E287";
}

.halflings-battery-full:before {
  content: "\E288";
}

.halflings-battery-75:before {
  content: "\E289";
}

.halflings-battery-50:before {
  content: "\E290";
}

.halflings-battery-25:before {
  content: "\E291";
}

.halflings-battery-10:before {
  content: "\E292";
}

.halflings-paired:before {
  content: "\E293";
}

.halflings-rotate-right:before {
  content: "\E294";
}

.halflings-rotate-left:before {
  content: "\E295";
}

.halflings-list-numbered:before {
  content: "\E296";
}

.halflings-paragraph:before {
  content: "\E297";
}

.halflings-list-plus:before {
  content: "\E298";
}

.halflings-synchronization:before {
  content: "\E299";
}

.halflings-cube-black:before {
  content: "\E300";
}

* {
  -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;
  overscroll-behavior-x: contain;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: montserrat, sans-serif, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #0a3859;
  background-color: #f2f2f4;
}

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

a {
  color: #333333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0d0d0d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #f2f2f4;
  border: 1px solid #ddd;
  border-radius: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .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;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

mark,
.mark {
  background-color: #FFFAF0;
  padding: .2em;
}

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

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

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

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

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

.text-bold {
  font-weight: bold;
}

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #ff9933;
}

a.text-primary:hover {
  color: #ff8000;
}

.text-success {
  color: #229173;
}

a.text-success:hover {
  color: #186852;
}

.text-info {
  color: rgba(8, 41, 70, 0.6);
}

a.text-info:hover {
  color: rgba(3, 14, 24, 0.6);
}

.text-warning {
  color: #AF7F18;
}

a.text-warning:hover {
  color: #825e12;
}

.text-danger {
  color: #B13D31;
}

a.text-danger:hover {
  color: #892f26;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #ff9933;
}

a.bg-primary:hover {
  background-color: #ff8000;
}

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

a.bg-success:hover {
  background-color: #c9f2e6;
}

.bg-info {
  background-color: rgba(35, 118, 230, 0.15);
}

a.bg-info:hover {
  background-color: rgba(22, 94, 192, 0.15);
}

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

a.bg-warning:hover {
  background-color: #ffe9bd;
}

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

a.bg-danger:hover {
  background-color: #f8c4c0;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ff9933;
}
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.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ff9933;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 25px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 769px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

.col-xs-1, .col-xsm-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-xsm-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-xsm-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-xsm-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-xsm-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-xsm-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-xsm-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-xsm-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-xsm-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-xsm-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-xsm-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-xsm-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .col-xsm-1, .col-xsm-2, .col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8, .col-xsm-9, .col-xsm-10, .col-xsm-11, .col-xsm-12 {
    float: left;
  }

  .col-xsm-1 {
    width: 8.33333%;
  }

  .col-xsm-2 {
    width: 16.66667%;
  }

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

  .col-xsm-4 {
    width: 33.33333%;
  }

  .col-xsm-5 {
    width: 41.66667%;
  }

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

  .col-xsm-7 {
    width: 58.33333%;
  }

  .col-xsm-8 {
    width: 66.66667%;
  }

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

  .col-xsm-10 {
    width: 83.33333%;
  }

  .col-xsm-11 {
    width: 91.66667%;
  }

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

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

  .col-xsm-pull-1 {
    right: 8.33333%;
  }

  .col-xsm-pull-2 {
    right: 16.66667%;
  }

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

  .col-xsm-pull-4 {
    right: 33.33333%;
  }

  .col-xsm-pull-5 {
    right: 41.66667%;
  }

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

  .col-xsm-pull-7 {
    right: 58.33333%;
  }

  .col-xsm-pull-8 {
    right: 66.66667%;
  }

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

  .col-xsm-pull-10 {
    right: 83.33333%;
  }

  .col-xsm-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-xsm-push-1 {
    left: 8.33333%;
  }

  .col-xsm-push-2 {
    left: 16.66667%;
  }

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

  .col-xsm-push-4 {
    left: 33.33333%;
  }

  .col-xsm-push-5 {
    left: 41.66667%;
  }

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

  .col-xsm-push-7 {
    left: 58.33333%;
  }

  .col-xsm-push-8 {
    left: 66.66667%;
  }

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

  .col-xsm-push-10 {
    left: 83.33333%;
  }

  .col-xsm-push-11 {
    left: 91.66667%;
  }

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

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

  .col-xsm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xsm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-xsm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xsm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-xsm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xsm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-xsm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xsm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xsm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

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

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

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

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

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

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

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

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

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

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

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

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

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

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

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

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

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

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

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

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

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

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

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

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

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

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

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

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

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

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

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

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

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

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

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

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

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

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

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

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

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

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

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

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

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

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

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

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

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

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 10px 20px;
  padding-bottom: 10px 20px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table.no-th-padding th {
  padding: 0px !important;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 10px 20px;
  line-height: 1.42857;
  vertical-align: top;
}
@media (max-width: 769px) {
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 5px 10px;
  }
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #FFFFFF;
}
.table .table {
  background-color: #f2f2f4;
}

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

.table-bordered {
  border: 1px solid #FFFFFF;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #FFFFFF;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-bordered-dark,
.table-bordered-dark > tbody > tr > th,
.table-bordered-dark > tbody > tr > td {
  border-color: lightgray;
}

.table-striped > tbody > tr:nth-child(even) {
  background-color: rgba(242, 242, 244, 0.5);
}

.table-vertical-align-middle tr td {
  vertical-align: middle !important;
}

.table-filled {
  background-color: rgba(242, 242, 244, 0.5);
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

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

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

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

.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: #ddf7ef;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: rgba(35, 118, 230, 0.15);
}

.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: rgba(24, 106, 215, 0.15);
}

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

.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: #fff2d7;
}

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

.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: #fadad7;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table-responsive-pricing {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 768px) {
  .table-responsive-pricing {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #FFFFFF;
  }
  .table-responsive-pricing > .table-bordered {
    border: 0;
  }
  .table-responsive-pricing > .table-bordered > thead > tr > th:first-child,
  .table-responsive-pricing > .table-bordered > thead > tr > td:first-child,
  .table-responsive-pricing > .table-bordered > tbody > tr > th:first-child,
  .table-responsive-pricing > .table-bordered > tbody > tr > td:first-child,
  .table-responsive-pricing > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive-pricing > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive-pricing > .table-bordered > thead > tr > th:last-child,
  .table-responsive-pricing > .table-bordered > thead > tr > td:last-child,
  .table-responsive-pricing > .table-bordered > tbody > tr > th:last-child,
  .table-responsive-pricing > .table-bordered > tbody > tr > td:last-child,
  .table-responsive-pricing > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive-pricing > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive-pricing > .table-bordered > tbody > tr:last-child > th,
  .table-responsive-pricing > .table-bordered > tbody > tr:last-child > td,
  .table-responsive-pricing > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive-pricing > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #082946;
}

.form-control-normal {
  display: inline-block !important;
  width: auto !important;
}

.form-control.form-control-inherit {
  font-size: inherit;
  line-height: inherit;
}

.form-data {
  width: 84px !important;
}

div.form-control:empty:before {
  content: attr(data-placeholder);
  color: #999;
}
div.form-control .text-highlight {
  background-color: #ff9933;
  border-radius: 25px;
  padding: 0 4px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #082946;
  background-color: #fff;
  background-image: none;
  border: 2px solid #bbbbc5;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.form-control.height-42 {
  height: 42px;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 30px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 46px;
  line-height: 1.33 \0;
}

_:-ms-fullscreen, :root input[type="date"],
_:-ms-fullscreen, :root input[type="time"],
_:-ms-fullscreen, :root input[type="datetime-local"],
_:-ms-fullscreen, :root input[type="month"] {
  line-height: 1.42857;
}
_:-ms-fullscreen.input-sm, .input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="date"].input-sm, :root .input-group-sm > input[type="date"].form-control,
:root .input-group-sm > input[type="date"].input-group-addon,
:root .input-group-sm > .input-group-btn > input[type="date"].btn,
_:-ms-fullscreen.input-sm,
.input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="time"].input-sm, :root .input-group-sm > input[type="time"].form-control,
:root .input-group-sm > input[type="time"].input-group-addon,
:root .input-group-sm > .input-group-btn > input[type="time"].btn,
_:-ms-fullscreen.input-sm,
.input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="datetime-local"].input-sm, :root .input-group-sm > input[type="datetime-local"].form-control,
:root .input-group-sm > input[type="datetime-local"].input-group-addon,
:root .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
_:-ms-fullscreen.input-sm,
.input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="month"].input-sm, :root .input-group-sm > input[type="month"].form-control,
:root .input-group-sm > input[type="month"].input-group-addon,
:root .input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg, .input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="date"].input-lg, :root .input-group-lg > input[type="date"].form-control,
:root .input-group-lg > input[type="date"].input-group-addon,
:root .input-group-lg > .input-group-btn > input[type="date"].btn,
_:-ms-fullscreen.input-lg,
.input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="time"].input-lg, :root .input-group-lg > input[type="time"].form-control,
:root .input-group-lg > input[type="time"].input-group-addon,
:root .input-group-lg > .input-group-btn > input[type="time"].btn,
_:-ms-fullscreen.input-lg,
.input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="datetime-local"].input-lg, :root .input-group-lg > input[type="datetime-local"].form-control,
:root .input-group-lg > input[type="datetime-local"].input-group-addon,
:root .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
_:-ms-fullscreen.input-lg,
.input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="month"].input-lg, :root .input-group-lg > input[type="month"].form-control,
:root .input-group-lg > input[type="month"].input-group-addon,
:root .input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 1.33;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

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

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #229173;
}
.has-success .form-control {
  border-color: #229173;
  -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: #186852;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #45d4ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #45d4ad;
}
.has-success .input-group-addon {
  color: #229173;
  border-color: #229173;
  background-color: #F2FCF9;
}
.has-success .form-control-feedback {
  color: #229173;
}

.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: #AF7F18;
}
.has-warning .form-control {
  border-color: #AF7F18;
  -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: #825e12;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e6b347;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e6b347;
}
.has-warning .input-group-addon {
  color: #AF7F18;
  border-color: #AF7F18;
  background-color: #FFFAF0;
}
.has-warning .form-control-feedback {
  color: #AF7F18;
}

.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: #B13D31;
}
.has-error .form-control {
  border-color: #B13D31;
  -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: #892f26;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d87a70;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d87a70;
}
.has-error .input-group-addon {
  color: #B13D31;
  border-color: #B13D31;
  background-color: #FDEFEE;
}
.has-error .form-control-feedback {
  color: #B13D31;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #1780cc;
}

@media (min-width: 769px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 769px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 769px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 769px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #ff9933;
  border-color: #ff8c1a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff8000;
  border-color: #db6e00;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #ff9933;
  border-color: #ff8c1a;
}
.btn-primary .badge {
  color: #ff9933;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #ff9933;
  border-color: #ff8c1a;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #ff8000;
  border-color: #db6e00;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #ff9933;
  border-color: #ff8c1a;
}
.btn-success .badge {
  color: #ff9933;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #2EC1CC;
  border-color: #29adb7;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #259aa2;
  border-color: #1e7e85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #2EC1CC;
  border-color: #29adb7;
}
.btn-info .badge {
  color: #2EC1CC;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #FFB61C;
  border-color: #ffae03;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e89d00;
  border-color: #c48500;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #FFB61C;
  border-color: #ffae03;
}
.btn-warning .badge {
  color: #FFB61C;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #E94B3B;
  border-color: #e63624;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d92a18;
  border-color: #b92415;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #E94B3B;
  border-color: #e63624;
}
.btn-danger .badge {
  color: #E94B3B;
  background-color: #fff;
}

.btn-link {
  color: #333333;
  font-weight: normal;
  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: #0d0d0d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

.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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}

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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-relative {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 2px solid #f2f2f4;
  border-radius: 25px;
  -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;
}
.dropdown-menu.dropdown-attach-to-div {
  top: auto;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: flex;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #ff9933;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ff9933;
}

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

.open > .dropdown-menu {
  display: block;
}
.open > .dropdown-menu--animation {
  animation: growDown 250ms ease-in-out forwards;
  transform-origin: top center;
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

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

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

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

@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown-menu-big {
  padding: 5px 0;
  border-radius: 18px;
}
.dropdown-menu-big > li[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.dropdown-menu-big > li > a {
  display: block;
  padding: 15px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #082946;
  white-space: nowrap;
}
.dropdown-menu-big > li > a i {
  font-size: 20px !important;
}
.dropdown-menu-big > li > a:hover, .dropdown-menu-big > li > a:focus {
  text-decoration: none;
  color: #082946;
  background-color: #f2f2f4 !important;
}
.dropdown-menu-big > li > a:hover i, .dropdown-menu-big > li > a:focus i {
  color: #082946;
}
.dropdown-menu-big .title-dropdown {
  font-size: 16px;
  width: 100%;
  display: block;
  color: #082946;
}
.dropdown-menu-big .title-dropdown-big {
  font-size: 20px;
  width: 100%;
  display: block;
  color: #082946;
}
.dropdown-menu-big .subtitle-dropdown {
  font-size: 14px;
  color: #082946;
  opacity: 38%;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
}
.btn-group > button,
.btn-group-vertical > button {
  white-space: nowrap;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

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

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

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

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

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

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

.input-group-addon {
  padding: 6px 12px 6px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #082946;
  text-align: center;
  background-color: #f2f2f4;
  border: 1px solid #bbbbc5;
  border-radius: 25px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 25px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 25px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 2px solid #f2f2f4;
  width: 100%;
  white-space: nowrap;
}
.nav-tabs > li {
  position: relative;
  display: inline-block;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 25px 25px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 25px;
}
.nav-pills > li + li {
  margin-left: 2px;
}

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

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

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 25px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 769px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 25px 25px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f2f2f4;
  }
}

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

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 769px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 769px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 25px;
}
.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: 769px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 769px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .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: 768px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

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

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 769px) {
  .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-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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 768px) {
  .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-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 25px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #e9e9e9;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 25px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #333333;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #fff;
  background-color: #ff9933;
  border-color: #ff9933;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ff9933;
  border-color: #ff9933;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  cursor: not-allowed;
}

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ff9933;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #f6f6f6;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #ff9933;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #ff8000;
}

.label-success {
  background-color: #ff9933;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #ff8000;
}

.label-info {
  background-color: #2EC1CC;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #259aa2;
}

.label-warning {
  background-color: #FFB61C;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #e89d00;
}

.label-danger {
  background-color: #E94B3B;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d92a18;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #333333;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #f2f2f4;
  border: 1px solid #ddd;
  border-radius: 25px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #0a3859;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 25px;
}
.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 {
  background-color: #F2FCF9;
  border-color: #ddf7eb;
  color: #229173;
}
.alert-success hr {
  border-top-color: #c9f2df;
}
.alert-success .alert-link {
  color: #186852;
}

.alert-info {
  background-color: rgba(35, 118, 230, 0.15);
  border-color: rgba(23, 131, 206, 0.15);
  color: rgba(8, 41, 70, 0.6);
}
.alert-info hr {
  border-top-color: rgba(21, 117, 183, 0.15);
}
.alert-info .alert-link {
  color: rgba(3, 14, 24, 0.6);
}

.alert-warning {
  background-color: #FFFAF0;
  border-color: #ffebd7;
  color: #AF7F18;
}
.alert-warning hr {
  border-top-color: #ffdebd;
}
.alert-warning .alert-link {
  color: #825e12;
}

.alert-danger {
  background-color: #FDEFEE;
  border-color: #fad7db;
  color: #B13D31;
}
.alert-danger hr {
  border-top-color: #f8c0c6;
}
.alert-danger .alert-link {
  color: #892f26;
}

.alert-orange {
  background-color: #dadada;
  border-color: #ff9933;
  color: #575656;
}
.alert-orange hr {
  border-top-color: #ff8c1a;
}
.alert-orange .alert-link {
  color: #3d3d3d;
}

@-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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ff9933;
  -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: #ff9933;
}
.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: #e26905;
}
.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: #FFB61C;
}
.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: #E94B3B;
}
.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-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  vertical-align: top;
}
.media-left td.categ,
.media-right td.categ,
.media-body td.categ {
  width: 130px;
}
.media-left td.categ .icon,
.media-right td.categ .icon,
.media-body td.categ .icon {
  color: #ff9933;
}

.media-objectifs {
  overflow: hidden;
}
.media-objectifs h3 {
  margin-top: 0;
}

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

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

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  z-index: 1;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eff2f7;
}
.list-group-item:first-child {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ff9933;
  border-color: #ff9933;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: white;
}

.list-group-item-success {
  color: #229173;
  background-color: #F2FCF9;
}

a.list-group-item-success {
  color: #229173;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #229173;
  background-color: #ddf7ef;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #229173;
  border-color: #229173;
}

.list-group-item-info {
  color: rgba(8, 41, 70, 0.6);
  background-color: rgba(35, 118, 230, 0.15);
}

a.list-group-item-info {
  color: rgba(8, 41, 70, 0.6);
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: rgba(8, 41, 70, 0.6);
  background-color: rgba(24, 106, 215, 0.15);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: rgba(8, 41, 70, 0.6);
  border-color: rgba(8, 41, 70, 0.6);
}

.list-group-item-warning {
  color: #AF7F18;
  background-color: #FFFAF0;
}

a.list-group-item-warning {
  color: #AF7F18;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #AF7F18;
  background-color: #fff2d7;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #AF7F18;
  border-color: #AF7F18;
}

.list-group-item-danger {
  color: #B13D31;
  background-color: #FDEFEE;
}

a.list-group-item-danger {
  color: #B13D31;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #B13D31;
  background-color: #fadad7;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #B13D31;
  border-color: #B13D31;
}

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

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

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 0;
}

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

.page-no-hexagon .mainInfo {
  left: 20px !important;
}

.mainInfo {
  text-align: center;
}
.mainInfo .info-content {
  margin-top: 100px;
}
.mainInfo small {
  display: block;
}

.panel-filtre {
  height: 50px;
}

.app_mode .contact-info-panel {
  margin-top: 40px !important;
}

.panel-contact-info {
  padding-top: 0px;
}
.panel-contact-info .menu .icon {
  padding: 5px;
}

.panel-profile {
  height: 130px;
  padding: 20px 10px;
  border-bottom: 1px solid transparent;
}
.panel-profile .hexagon {
  position: absolute;
  top: 55px;
}
@media (max-width: 769px) {
  .panel-profile .hexagon {
    left: 50%;
    margin-left: -150px;
  }
}
.panel-profile .profilePicture {
  margin-left: 20px;
}

.panel.ui-v3 strong {
  font-size: 18px;
}
.panel.ui-v3 strong img {
  display: inline-block;
  margin-top: -4px;
}

.panel-heading {
  padding: 10px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
.panel-heading > div {
  padding: 20px 10px;
  border-bottom: 0;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

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

.panel-footer {
  padding: 20px 10px;
  background-color: #fafafa;
  border-top: 1px solid #e9e9e9;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
.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: 24px;
  border-bottom-left-radius: 24px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 24px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 24px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 24px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 24px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #FFFFFF;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 25px;
}
.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 #e9e9e9;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e9e9e9;
}

.panel-default {
  border-color: #e9e9e9;
}
.panel-default > .panel-heading {
  color: #0a3859;
  background-color: transparent;
  border-color: #e9e9e9;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e9e9e9;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #0a3859;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e9e9e9;
}

.panel-primary {
  border-color: #ff9933;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ff9933;
  border-color: #ff9933;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff9933;
}
.panel-primary > .panel-heading .badge {
  color: #ff9933;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff9933;
}

.panel-success {
  border-color: #ddf7eb;
}
.panel-success > .panel-heading {
  color: #229173;
  background-color: #F2FCF9;
  border-color: #ddf7eb;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddf7eb;
}
.panel-success > .panel-heading .badge {
  color: #F2FCF9;
  background-color: #229173;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddf7eb;
}

.panel-info {
  border-color: rgba(23, 131, 206, 0.15);
}
.panel-info > .panel-heading {
  color: rgba(8, 41, 70, 0.6);
  background-color: rgba(35, 118, 230, 0.15);
  border-color: rgba(23, 131, 206, 0.15);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(23, 131, 206, 0.15);
}
.panel-info > .panel-heading .badge {
  color: rgba(35, 118, 230, 0.15);
  background-color: rgba(8, 41, 70, 0.6);
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(23, 131, 206, 0.15);
}

.panel-warning {
  border-color: #ffebd7;
}
.panel-warning > .panel-heading {
  color: #AF7F18;
  background-color: #FFFAF0;
  border-color: #ffebd7;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffebd7;
}
.panel-warning > .panel-heading .badge {
  color: #FFFAF0;
  background-color: #AF7F18;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffebd7;
}

.panel-danger {
  border-color: #fad7db;
}
.panel-danger > .panel-heading {
  color: #B13D31;
  background-color: #FDEFEE;
  border-color: #fad7db;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fad7db;
}
.panel-danger > .panel-heading .badge {
  color: #FDEFEE;
  background-color: #B13D31;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fad7db;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 25px;
  -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: 25px;
}

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

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

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

.modal-open {
  overflow: hidden;
}

.full-page-modal {
  top: 0;
}
.full-page-modal .modal-dialog {
  width: 98% !important;
  height: 100% !important;
  margin: auto !important;
}
.full-page-modal .modal-dialog .modal-content {
  top: 10px;
  bottom: 10px;
  position: absolute;
  background-color: #f2f2f4 !important;
  overflow: auto;
}

.app_mode .modal-header {
  padding: 0;
}
.app_mode .modal-header__title {
  color: black !important;
}
.app_mode .modal-header__title i {
  margin-right: 10px;
}
.app_mode .modal-dialog {
  width: 100% !important;
  height: 100% !important;
  margin: 0px !important;
}
.app_mode .modal-content {
  height: 100%;
}
.app_mode .modal-footer {
  position: relative;
  width: 100%;
  bottom: -25px;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  max-height: 100vh;
  padding-top: 10px;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
@media (min-width: 576px) {
  .modal {
    top: 0;
  }
}
@media (max-width: 576px) {
  .modal > .modal-dialog {
    padding-top: 80px;
  }
}
.modal.fade .modal-dialog {
  -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;
}
@media (max-width: 576px) {
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@media (min-width: 576px) {
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    -o-transform: translate(0, 25%);
    transform: translate(0, 25%);
  }
}
.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;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media (min-width: 576px) {
  .modal-dialog {
    min-height: calc(100% - 3.5rem);
  }
}
@media (max-width: 576px) {
  .modal-dialog {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .modal-dialog .modal-content {
    border-radius: 25px 25px 0 0;
  }
}

.modal-title {
  font-weight: 500 !important;
  font-size: 25px !important;
  color: #082946 !important;
}

.modal-content {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.modal-header {
  border-radius: 25px 25px 0 0;
  padding: 25px 20px;
}
.modal-header__title {
  color: black !important;
  margin: 0;
}
.modal-header__title i {
  margin-right: 10px;
}
.modal-header .downloadButton {
  margin-top: -2px;
}

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

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

.modal-body {
  position: relative;
  padding: 0px 20px 25px 20px;
}

.app_mode .modal-body {
  height: calc(100% - 140px);
  overflow-y: auto;
}
.app_mode .panel-body {
  overflow-y: auto;
  height: 100%;
}

.modal-footer {
  padding: 20px 25px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 769px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 992px) {
  .modal[size=xl] .modal-dialog {
    width: 90% !important;
  }
}
.modal-rework .modal-header {
  padding: 15px 20px;
}
.modal-rework .modal-header.with-action-buttons {
  padding: 0 20px;
}
.modal-rework .modal-header.with-action-buttons .modal-header__content {
  justify-content: flex-end;
}
.modal-rework .modal-header__content {
  display: flex;
  justify-content: space-between;
}
.modal-rework .modal-header__content__title {
  color: black !important;
  margin: 0;
}
.modal-rework .modal-header__content__title i {
  margin-right: 8px;
}
.modal-rework .modal-header__content__icon {
  color: #082946;
  outline: none;
  border: none;
  background-color: transparent;
}
.modal-rework .modal-header__content__icon i {
  font-size: 14px;
}
.modal-rework .modal-header .downloadButton {
  margin-top: -2px;
}
.modal-rework .modal-footer {
  border-radius: 0 0 5px 5px;
  padding: 15px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 1px;
  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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 24px 24px 0 0;
}

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

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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;
}
.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;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

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

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 769px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !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: 768px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

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

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

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

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

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

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

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

@media (min-width: 769px) 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;
  }

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

  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: 500px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 769px) 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;
  }

  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 {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

::selection {
  background: #ff9933;
  color: #fff;
}

::-moz-selection {
  background: #ff9933;
  color: #fff;
}

a {
  text-decoration: none;
}
a:active, a:focus, a:hover {
  text-decoration: none;
}

span.block {
  display: block;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: none !important;
}

.bg-primary {
  background-color: #ff9933 !important;
  color: #fff !important;
}

.bg-primary-light {
  background-color: #449DD5 !important;
  color: #fff !important;
}

.bg-grey {
  background-color: #f2f2f4 !important;
  color: #0a3859 !important;
}

.bg-success {
  background-color: #ff9933 !important;
  color: #fff !important;
}

.bg-info {
  background-color: #b3b2b2 !important;
  color: #fff !important;
}

.bg-warning {
  background-color: #FFB61C !important;
  color: #fff !important;
}

.bg-danger {
  background-color: #ff6633 !important;
  color: #fff !important;
}

.bg-orange {
  background-color: #ff9933 !important;
  color: #fff !important;
}

.bg-violet {
  background-color: #6A55C2 !important;
  color: #fff !important;
}

.bg-dark {
  background-color: rgba(8, 41, 70, 0.2) !important;
  color: #fff !important;
}

.bg-bright {
  background-color: #F6F6F6;
  color: #0a3859;
}

.bg-reverse {
  background-color: #fff;
  color: #0a3859;
}

.bg-facebook {
  background-color: #335397;
  color: #fff;
}

.bg-twitter {
  background-color: #00c7f7;
  color: #fff;
}

.bg-google-plus {
  background-color: #df4a32;
  color: #fff;
}

.gradient-text {
  font-size: 150px;
  font-weight: 300;
  color: #ff9933;
  background: -webkit-linear-gradient(92deg, #fb83fa, #00aced);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-small {
  font-size: 12px !important;
}

.text-normal {
  font-size: 14px;
}

.text-huge {
  font-size: 72px;
}

.text-large {
  font-size: 50px;
}

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

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

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

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

.text-thin {
  font-weight: 300;
}

.text-ultralight {
  font-weight: 100;
}

.color-primary {
  color: #ff9933;
}

.color-success {
  color: #ff9933 !important;
}

.color-info {
  color: #2EC1CC;
}

.color-warning {
  color: #FFB61C;
}

.color-danger {
  color: #E94B3B;
}

.color-dark-orange {
  color: #e26905;
}

.dropcap,
.dropcap-square,
.dropcap-circle {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none;
}

.dropcap {
  font-size: 3.1em;
}

.dropcap-square,
.dropcap-circle {
  background-color: #444;
  color: #fff;
  width: 36px;
  text-align: center;
}

.dropcap-square {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 2.3em;
}

.dropcap-circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.78em;
}

.dropcap.colored {
  color: #ff9933;
}

.dropcap-square.colored,
.dropcap-circle.colored {
  background-color: #ff9933;
}

.highlight {
  background-color: #ff9933;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
}

.divider {
  display: block;
  height: 10px;
}

.divider-sm {
  height: 15px;
}

.divider-md {
  height: 20px;
}

.divider-lg {
  height: 30px;
}

.divider-xl {
  height: 50px;
}

.space {
  display: inline;
  padding: 5px;
}

.space-md {
  padding: 15px;
}

.space-lg {
  padding: 25px;
}

@media (max-width: 769px) {
  .table-preview {
    display: none;
  }
}
@media (min-width: 769px) {
  .preview-container .table-preview {
    right: 0;
    background: #dadada;
    color: #575656;
  }

  .preview-container:not(.preview-mode) .table-container {
    width: 100%;
  }
  .preview-container:not(.preview-mode) .table-preview {
    display: none;
  }

  .preview-container.preview-mode .table-container {
    width: calc(100% - 260px);
    float: left;
  }
  .preview-container.preview-mode .table-preview {
    width: 260px;
    display: block;
    float: left;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  .preview-container.preview-mode .table-container {
    width: calc(100% - 415px);
  }
  .preview-container.preview-mode .table-preview {
    width: 415px;
  }
}

.th {
  display: flex;
  align-items: center;
}
.th .order-angles {
  display: inline-flex;
  flex-direction: column;
  padding-left: 15px;
}
.th .order-angles > * {
  cursor: pointer;
}

.preview-container .preview-button {
  border: none;
  background: inherit;
  margin-left: 10px;
  margin-right: 40px;
  font-size: 16px;
  padding: 5px;
  color: #575656;
  visibility: hidden;
}
.preview-container table tr:hover .preview-button {
  visibility: visible;
}
.preview-container .preview-td {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 769px) {
  .preview-container .preview-td {
    display: none;
  }
}

.table-preview {
  -webkit-transition: width 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.5s;
}
.table-preview .close-preview {
  position: absolute;
  font-size: 25px;
  right: 10px;
  top: 5px;
  z-index: 1041;
}
.table-preview .card {
  background: #f2f2f4;
  padding: 21px;
  border-radius: 15px;
  margin-bottom: 21px;
}
.table-preview .card .card-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.table-preview .card .tools {
  float: right;
  margin-right: 10px;
}
.table-preview .contact_infos .card > .row .info {
  margin: 0 0 20px 0;
}
.table-preview .contact_infos .card > .row .info:last-child {
  margin: 0 !important;
}
.table-preview .training .card > .row {
  line-height: 40px;
}
.table-preview .training .card > .row:nth-child(even) {
  background: rgba(218, 218, 218, 0.43);
}

.table-dynamic.panel {
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
}
.table-dynamic .table-filters {
  margin: 10px 0;
  padding: 8px;
}
.table-dynamic .filter-result-info {
  padding: 7px;
}
.table-dynamic .table-bordered {
  border-top: 1px solid #ddd;
}
.table-dynamic .table-bordered thead th {
  position: relative;
  padding: 0;
}
.table-dynamic .table-bordered thead th > .th {
  position: relative;
  padding: 8px 20px 8px 8px;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up,
.table-dynamic .table-bordered thead th .glyphicon-chevron-down {
  position: absolute;
  color: #999;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up:hover,
.table-dynamic .table-bordered thead th .glyphicon-chevron-down:hover {
  color: #ff9933;
  cursor: pointer;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up.active,
.table-dynamic .table-bordered thead th .glyphicon-chevron-down.active {
  color: #ff9933;
}
.table-dynamic .table-bordered thead th .fa-angle-up,
.table-dynamic .table-bordered thead th .fa-angle-down {
  position: absolute;
  color: #999;
  font-size: 16px;
  font-weight: bold;
}
.table-dynamic .table-bordered thead th .fa-angle-up:hover,
.table-dynamic .table-bordered thead th .fa-angle-down:hover {
  color: #ff9933;
  cursor: pointer;
}
.table-dynamic .table-bordered thead th .fa-angle-up.active,
.table-dynamic .table-bordered thead th .fa-angle-down.active {
  color: #ff9933;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up,
.table-dynamic .table-bordered thead th .fa-angle-up {
  top: 4px;
  right: 5px;
}
.table-dynamic .table-bordered thead th .fa-angle-down {
  top: 18px;
  right: 5px;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-down {
  top: 18px;
  right: 6px;
}
.table-dynamic .table-footer {
  margin: 10px 0;
  padding: 8px;
}
.table-dynamic .page-num-info span {
  padding: 6px;
}
.table-dynamic .pagination-container ul {
  margin: 0;
}
.table-dynamic .pagination-container ul li:hover {
  cursor: pointer;
}

@media only screen and (max-width: 800px) {
  .table-flip-scroll {
    /* sort out borders */
  }
  .table-flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .table-flip-scroll * html .cf {
    zoom: 1;
  }
  .table-flip-scroll *:first-child + html .cf {
    zoom: 1;
  }
  .table-flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .table-flip-scroll th,
  .table-flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  .table-flip-scroll th {
    text-align: left;
  }
  .table-flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  .table-flip-scroll thead {
    display: block;
    float: left;
  }
  .table-flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table-flip-scroll thead tr {
    display: block;
  }
  .table-flip-scroll .table > thead > tr > th:first-child {
    border-top: 1px solid #ddd;
  }
  .table-flip-scroll th {
    display: block;
    text-align: right;
  }
  .table-flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .table-flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .table-flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  .table-flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .table-flip-scroll tbody tr {
    border-left: 1px solid #babcbf;
  }
  .table-flip-scroll th:last-child,
  .table-flip-scroll td:last-child {
    border-bottom: 1px solid #babcbf;
  }
}
.ui-radio {
  position: relative;
  margin: 0 20px 10px 20px;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}
.ui-radio input[type="radio"] + span:hover {
  cursor: pointer;
}
.ui-radio input[type="radio"] + span:hover:before {
  border-color: #ff9933;
}
.ui-radio input[type="radio"]:disabled + span:hover {
  cursor: not-allowed;
}
.ui-radio input[type="radio"]:disabled + span:hover:before {
  border-color: #ccc;
}
.ui-radio input[type="radio"] {
  display: none;
}
.ui-radio input[type="radio"] + span {
  padding-left: 10px;
  font-weight: normal;
}
.ui-radio input[type="radio"] + span:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -20px;
  top: 0;
  background: white;
  border-radius: 50%;
  border: 1px solid #ccc;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.ui-radio input[type="radio"]:disabled + span:before {
  opacity: .65;
  border: 1px solid #ccc;
  cursor: no-drop;
}
.ui-radio input[type="radio"]:checked + span:before {
  border-color: #ff9933;
}
.ui-radio input[type="radio"]:checked + span:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: -14px;
  background-color: #ff9933;
  border-radius: 50%;
  display: block;
}
.ui-radio input[type="radio"]:disabled:checked + span:before {
  border-color: #ccc;
}
.ui-radio input[type="radio"]:disabled:checked + span:after {
  opacity: .65;
  cursor: no-drop;
  background-color: #ccc;
}

.ui-checkbox {
  position: relative;
  margin: 0 20px 10px 20px;
}
.ui-checkbox input[type="checkbox"] + span:hover {
  cursor: pointer;
}
.ui-checkbox input[type="checkbox"] + span:hover:before {
  border-color: #ff9933;
}
.ui-checkbox input[type="checkbox"]:disabled + span:hover {
  cursor: not-allowed;
}
.ui-checkbox input[type="checkbox"]:disabled + span:hover:before {
  border-color: #ccc;
}
.ui-checkbox input[type="checkbox"] {
  display: none;
}
.ui-checkbox input[type="checkbox"] + span {
  font-weight: normal;
}
.ui-checkbox input[type="checkbox"] + span:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -20px;
  background-color: transparent;
  border-radius: 25px;
  border: 1px solid #ccc;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.ui-checkbox input[type="checkbox"]:disabled + span:before {
  opacity: .65;
  border: 1px solid #ccc;
  cursor: no-drop;
}
.ui-checkbox input[type="checkbox"]:checked + span:before {
  border: 1px solid #ff9933;
}
.ui-checkbox input[type="checkbox"]:checked + span:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: -15px;
  background-color: #ff9933;
  display: block;
}
.ui-checkbox input[type="checkbox"]:disabled:checked + span:before {
  opacity: .65;
  border: 1px solid #ccc;
}
.ui-checkbox input[type="checkbox"]:disabled:checked + span:after {
  opacity: .65;
  cursor: no-drop;
  background-color: #ccc;
}

/*
@license textAngular
Author : Austin Anderson
License : 2013 MIT
Version 1.3.0

See README.md or https://github.com/fraywing/textAngular/wiki for requirements and use.
*/
/* add generic styling for the editor */
.ui-editor {
  /* add the styling for the awesomness of the resizer */
  /* copy the popover code from bootstrap so this will work even without it */
}
.ui-editor .ta-toolbar {
  margin: 0 0 10px;
}
.ui-editor.ta-root.focussed > .ta-scroll-window.form-control {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-editor .ta-editor.ta-html, .ui-editor .ta-scroll-window.form-control {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
.ui-editor .ta-scroll-window.form-control {
  position: relative;
  padding: 0;
}
.ui-editor .ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 300px;
  padding: 6px 12px;
}
.ui-editor .ta-editor:focus {
  user-select: text;
}
.ui-editor .ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: #FFF;
  padding: 0 4px;
  opacity: 0.7;
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.2);
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute;
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid black;
  border-top: 1px solid black;
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid black;
  cursor: se-resize;
  background-color: #f2f2f4;
}
.ui-editor .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  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);
}
.ui-editor .popover.top {
  margin-top: -10px;
}
.ui-editor .popover.bottom {
  margin-top: 10px;
}
.ui-editor .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.ui-editor .popover-content {
  padding: 9px 14px;
}
.ui-editor .popover > .arrow,
.ui-editor .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ui-editor .popover > .arrow {
  border-width: 11px;
}
.ui-editor .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.ui-editor .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.ui-editor .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.ui-editor .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.ui-editor .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.ui-datepicker table {
  margin: 0 5px;
}
.ui-datepicker table th,
.ui-datepicker table td {
  padding: 1px;
}
.ui-datepicker table th .active span,
.ui-datepicker table td .active span {
  color: #fff;
}

.ui-timepicker td {
  padding: 1px;
}

.ui-rating:hover {
  cursor: pointer;
}
.ui-rating .glyphicon {
  margin-right: 2px;
}
.ui-rating .glyphicon-star {
  color: #ff9933;
}
.ui-rating.ui-rating-success .glyphicon-star {
  color: #ff9933;
}
.ui-rating.ui-rating-info .glyphicon-star {
  color: #2EC1CC;
}
.ui-rating.ui-rating-warning .glyphicon-star {
  color: #FFB61C;
}
.ui-rating.ui-rating-danger .glyphicon-star {
  color: #E94B3B;
}

.form-transparent {
  background: transparent;
  outline: none;
  border: none;
}

.daterangepicker td.active, .daterangepicker .ranges li.active {
  background-color: #ff9933 !important;
  color: black !important;
}

.form-control {
  border-width: 1px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control-assistant {
  border-width: 1px;
  border-radius: 0.45rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}

.form-control-assistant:focus {
  border-color: #1a73e8;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: #1a73e8 auto 3px !important;
}

.form-input-big {
  border-width: 1px;
  height: 50px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: #ff9933;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.textarea-autoheight {
  resize: none;
  overflow: hidden;
}

.form-group .col-sm-10 {
  position: relative;
}
.form-group .col-sm-10 .icon {
  position: absolute;
  right: 25px;
  top: 10px;
}

input.input-primary {
  border-color: #ff9933;
}
input.input-primary:focus {
  border-color: #ff9933;
}

input.input-info {
  border-color: #2EC1CC;
}
input.input-info:focus {
  border-color: #2EC1CC;
}

input.input-success {
  border-color: #ff9933;
}
input.input-success:focus {
  border-color: #ff9933;
}

input.input-warning {
  border-color: #FFB61C;
}
input.input-warning:focus {
  border-color: #FFB61C;
}

input.input-danger {
  border-color: #E94B3B;
}
input.input-danger:focus {
  border-color: #E94B3B;
}

.drop-box {
  width: 100%;
  height: 100px;
  padding-top: 40px;
  background: #F8F8F8;
  border: 2px dashed #DDD;
  text-align: center;
  padding-top: 35px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

textarea.form-width-lock {
  max-width: 100%;
}

textarea:focus {
  outline: #ff9933 auto 5px;
}

/*! angularjs-slider - v2.13.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2016-04-24 */
rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
rzslider.error .rz-bar-wrapper {
  border: 1px solid red;
}

.rate-slider .rz-bar-wrapper {
  padding-top: 6px !important;
}
.rate-slider .rz-bar {
  height: 25px !important;
  background: #d8e0f3;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right, red, yellow, green);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, red, yellow, green);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, red, yellow, green);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #ff0000, #ffff00, #008000);
  /* Standard syntax */
}
.rate-slider .rz-pointer {
  background-color: #776753 !important;
}
.rate-slider .rz-pointer.rz-active:after {
  background-color: white !important;
}

rzslider.with-legend {
  margin-bottom: 40px;
}

rzslider[disabled] {
  cursor: not-allowed;
}

rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}

rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
}

rzslider .rz-bar-wrapper.rz-draggable {
  cursor: move;
}

rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

rzslider .rz-bar.rz-selection {
  z-index: 2;
  background: #ff9933;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #ff9933;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  outline: none;
  border: none;
}
rzslider .rz-pointer:active {
  outline: none;
  border: none;
}

rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}

rzslider .rz-pointer:hover:after {
  background-color: #ffffff;
}

rzslider .rz-pointer.rz-active {
  z-index: 4;
}

rzslider .rz-pointer.rz-active:after {
  background-color: #ff6633;
}

rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
}

rzslider .rz-bubble.rz-selection {
  top: 16px;
}

rzslider .rz-bubble.rz-limit {
  color: #55637d;
}

rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  padding: 0 11px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

rzslider .rz-ticks .rz-tick {
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
}

rzslider .rz-ticks .rz-tick.rz-selected {
  background: #ff9933;
}

rzslider .rz-ticks .rz-tick .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}

rzslider .rz-ticks .rz-tick .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0);
}

rzslider .rz-ticks.rz-ticks-values-under .rz-tick-value {
  top: initial;
  bottom: -40px;
}

rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}

rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}

rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}

rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}

rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}

rzslider.rz-vertical .rz-bubble.rz-selection {
  top: auto;
  left: 16px !important;
}

rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
  padding: 11px 0;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

rzslider.rz-vertical .rz-ticks .rz-tick {
  vertical-align: middle;
}

rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-value {
  top: initial;
  left: 22px;
  transform: translate(0, -28%);
}

rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-legend {
  top: initial;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%);
}

rzslider.rz-vertical .rz-ticks.rz-ticks-values-under .rz-tick-value {
  right: 12px;
  bottom: initial;
  left: initial;
}

.billing-create-ui-select:after {
  right: 5px !important;
  top: 8px !important;
}

.ui-select {
  position: relative;
  display: inline-block;
  margin: 0;
  width: auto !important;
  height: auto;
  border: 1px solid #bbbbc5;
  border-radius: 25px;
}
.ui-select.tiny > select {
  padding: 2px 12px 2px 5px;
}
.ui-select.tiny:after {
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
.ui-select.not-uppercase > select {
  text-transform: none;
}
.ui-select.retro-select:after {
  top: 25%;
  border-left: 6px solid transparent;
}
.ui-select.fit-input-height > select {
  padding: 8px 35px 9px 10px;
}
.ui-select.fit-input-height:after {
  right: 30px;
  top: 5px;
}
.ui-select > select {
  z-index: 98;
  display: block;
  position: relative;
  padding: 11px 35px 11px 10px;
  width: 100%;
  border: none;
  border-radius: 25px;
  outline: none;
  background: #FDFDFD;
  color: #082946;
  font-size: 14px;
  font-weight: 400;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ui-select > select.fit-input-height {
  padding: 8px 35px 9px 10px;
}
.ui-select > select:focus {
  outline: #ff9933 auto 5px;
}
.ui-select select::-ms-expand {
  display: none;
}
.ui-select:after {
  z-index: 99;
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  position: absolute;
  right: 10px;
  top: 9px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

/* Show only the native arrow */
@-moz-document url-prefix() {
  .ui-select {
    overflow: hidden;
  }

  .ui-select select {
    width: 120%;
    width: -moz-calc(100% + 3em);
    width: calc(100% + 3em);
  }
}
/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.ui-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.ui-spinner {
  max-width: 200px;
}
.ui-spinner .input-group-btn.btn-group-vertical > .btn {
  height: 16px;
  margin: 0;
  padding: 0 6px;
  text-align: center;
}
.ui-spinner .input-group-btn.btn-group-vertical > .btn:first-child {
  border-radius: 0 25px 0 0 !important;
}
.ui-spinner .input-group-btn.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 25px 0;
}
.ui-spinner .input-group-btn.btn-group-vertical > .btn i {
  display: block;
  margin-top: -2px;
}

.switch input {
  display: none;
}

.switch i {
  display: inline-block;
  cursor: pointer;
  padding-right: 25px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  border-radius: 30px;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}

.switch i:before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #f2f2f4;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.switch :checked + i {
  padding-right: 0;
  padding-left: 25px;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #ff9933;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #ff9933;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #ff9933;
}

.switch.switch-success :checked + i {
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #ff9933;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #ff9933;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #ff9933;
}

.switch.switch-info :checked + i {
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #2EC1CC;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #2EC1CC;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #2EC1CC;
}

.switch.switch-warning :checked + i {
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #FFB61C;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #FFB61C;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #FFB61C;
}

.switch.switch-danger :checked + i {
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #E94B3B;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #E94B3B;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #E94B3B;
}

.container-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 769px) {
  .container-buttons .button, .container-buttons .page-events .fc-printButton-button, .page-events .container-buttons .fc-printButton-button {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .container-buttons {
    display: inline-block;
    width: 100%;
  }
  .container-buttons .button, .container-buttons .page-events .fc-printButton-button, .page-events .container-buttons .fc-printButton-button {
    width: 100%;
    font-size: 14px;
  }
}
.btn.btn-dark {
  color: #fff;
  background-color: #575656;
  border-color: #4a4949;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active, .open > .btn.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #2b2b2b;
}
.btn.btn-dark:active, .btn.btn-dark.active, .open > .btn.btn-dark.dropdown-toggle {
  background-image: none;
}
.btn.btn-dark.disabled, .btn.btn-dark.disabled:hover, .btn.btn-dark.disabled:focus, .btn.btn-dark.disabled.focus, .btn.btn-dark.disabled:active, .btn.btn-dark.disabled.active, .btn.btn-dark[disabled], .btn.btn-dark[disabled]:hover, .btn.btn-dark[disabled]:focus, .btn.btn-dark[disabled].focus, .btn.btn-dark[disabled]:active, .btn.btn-dark[disabled].active, fieldset[disabled] .btn.btn-dark, fieldset[disabled] .btn.btn-dark:hover, fieldset[disabled] .btn.btn-dark:focus, fieldset[disabled] .btn.btn-dark.focus, fieldset[disabled] .btn.btn-dark:active, fieldset[disabled] .btn.btn-dark.active {
  background-color: #575656;
  border-color: #4a4949;
}
.btn.btn-dark .badge {
  color: #575656;
  background-color: #fff;
}

a.button, .page-events a.fc-printButton-button, div.button, .page-events div.fc-printButton-button {
  display: block;
  text-align: center;
  cursor: pointer;
}
a.button.a-not-block, .page-events a.a-not-block.fc-printButton-button, div.button.a-not-block, .page-events div.a-not-block.fc-printButton-button {
  display: inline-block;
}

td .max-height-45 {
  padding: 6px 21px 11px 21px !important;
}

.button_group_ai {
  height: 46px;
  margin: 5px 10px 5px 0;
  font-weight: 500;
}
.button_group_ai button {
  height: 46px;
  font-weight: 500;
}
.button_group_ai .btn-group {
  z-index: 3;
  border-radius: 0 25px 25px 0;
  border-left: 1px solid white;
  height: 46px;
}
.button_group_ai .btn-group button {
  border-radius: 0 25px 25px 0 !important;
  padding-left: 4px;
  padding-right: 8px;
}

.button, .page-events .fc-printButton-button {
  margin: 5px 10px 5px 0;
  border-radius: 25px !important;
  font-weight: 500;
}
.button__ai {
  background-color: #1a73e8 !important;
  border-color: #1a73e8 !important;
  color: white !important;
}
.button svg-icon, .page-events .fc-printButton-button svg-icon {
  width: 20px;
}
.button__primary {
  color: #082946;
  background-color: #ff9933;
  border: 2px solid #ff9933;
  font-size: 16px;
  border-radius: 25px;
  padding: 10px 15px 10px 15px;
  transition: 0.3s all ease-in-out;
}
.button__primary:hover, .button__primary:focus, .button__primary:active {
  background-color: #e67300;
  border: 2px solid #e67300;
  color: black;
  outline: none !important;
}
.button__primary.max-height-45 {
  max-height: 45px;
  padding: 11px 21px 11px 21px;
}
.button__primary.button-inline {
  display: inline-block;
}
.button__primary--small {
  margin-right: 5px !important;
  font-size: 14px !important;
  padding: 8px 10px 6px 10px !important;
}
@media (max-width: 769px) {
  .button__primary--small-sm {
    margin-right: 5px !important;
    font-size: 14px !important;
    padding: 8px 10px 6px 10px !important;
  }
}
.button__primary__desactivated, .button__primary:disabled {
  background-color: #f2f2f4;
  border: 2px solid #f2f2f4;
  color: #082946;
  box-shadow: none;
}
.button__primary__desactivated:hover, .button__primary__desactivated:focus, .button__primary__desactivated:active, .button__primary:disabled:hover, .button__primary:disabled:focus, .button__primary:disabled:active {
  background-color: #f2f2f4;
  color: #082946;
  outline: none !important;
  cursor: not-allowed;
}
.button__primary--grey {
  background-color: #f2f2f4;
}
.button__primary--grey:hover, .button__primary--grey:focus, .button__primary--grey:active {
  background-color: rgba(8, 41, 70, 0.2);
  color: #082946;
  outline: none;
}
.button__primary--grey__desactivated, .button__primary--grey:disabled {
  background-color: rgba(242, 242, 244, 0.5);
  color: #0a3859;
  box-shadow: none;
}
.button__primary--grey__desactivated:hover, .button__primary--grey__desactivated:focus, .button__primary--grey__desactivated:active, .button__primary--grey:disabled:hover, .button__primary--grey:disabled:focus, .button__primary--grey:disabled:active {
  background-color: rgba(8, 41, 70, 0.2);
  color: #082946;
  outline: none !important;
  cursor: not-allowed;
}
.button__primary--dark {
  background-color: #082946;
  color: #f2f2f4 !important;
  border: 2px solid #082946;
}
.button__primary--dark:hover, .button__primary--dark:focus, .button__primary--dark:active {
  background-color: #141C20;
  border: 2px solid #141C20;
  color: #f2f2f4;
  outline: none;
}
.button__primary--dark__desactivated, .button__primary--dark:disabled {
  background-color: #f2f2f4;
  border: 2px solid #f2f2f4;
  color: #082946;
  box-shadow: none;
}
.button__primary--dark__desactivated:hover, .button__primary--dark__desactivated:focus, .button__primary--dark__desactivated:active, .button__primary--dark:disabled:hover, .button__primary--dark:disabled:focus, .button__primary--dark:disabled:active {
  background-color: #f2f2f4;
  color: #082946;
  outline: none !important;
  cursor: not-allowed;
}
.button__primary i {
  font-size: 15px;
}
.button__primary--icon i {
  margin-right: 5px;
}
.button__primary--arrow i {
  margin-left: 5px;
}
.button__primary--all .fa-icon {
  margin-right: 3px;
}
.button__primary--all .fa-arrow {
  margin-left: 5px;
}
.button__secondary, .page-events .fc-printButton-button {
  color: #082946;
  background-color: transparent;
  border: 2px solid #ff9933;
  font-size: 16px;
  border-radius: 25px;
  padding: 10px 15px 10px 15px;
  transition: 0.3s all ease-in-out;
}
.button__secondary:hover, .page-events .fc-printButton-button:hover, .button__secondary:focus, .page-events .fc-printButton-button:focus, .button__secondary:active, .page-events .fc-printButton-button:active, .button__secondary.active, .page-events .active.fc-printButton-button {
  border-color: #d97816;
  background-color: rgba(8, 41, 70, 0.2);
  color: #082946;
  outline: none !important;
}
.button__secondary--small {
  margin: 5px 5px 5px 0 !important;
  font-size: 14px !important;
  padding: 8px 10px 6px 10px !important;
}
@media (max-width: 769px) {
  .button__secondary--small-sm {
    margin: 5px 5px 5px 0 !important;
    font-size: 14px !important;
    padding: 8px 10px 6px 10px !important;
  }
}
.button__secondary--circle {
  border-radius: 100%;
}
.button__secondary--xsmall {
  margin: 0 !important;
  font-size: 14px !important;
  padding: 3px 6px 3px 6px !important;
}
.button__secondary--round {
  border-radius: 100%;
  height: 38px;
  width: 38px;
  padding: 4px 6px;
}
.button__secondary--round i {
  font-size: 20px !important;
}
.button__secondary--round-rect {
  border-radius: 22px;
  height: 38px;
  padding: 4px 6px;
}
.button__secondary--round-rect i {
  font-size: 20px !important;
}
.button__secondary.max-height-45, .page-events .max-height-45.fc-printButton-button {
  max-height: 45px;
  padding: 11px 21px 11px 21px;
}
.button__secondary.button-inline, .page-events .button-inline.fc-printButton-button {
  display: inline-block;
}
.button__secondary__desactivated, .button__secondary:disabled, .page-events .fc-printButton-button:disabled {
  opacity: 0.5;
  border-color: #f2f2f4;
  color: #082946;
}
.button__secondary__desactivated:hover, .button__secondary__desactivated:focus, .button__secondary__desactivated:active, .button__secondary:disabled:hover, .page-events .fc-printButton-button:disabled:hover, .button__secondary:disabled:focus, .page-events .fc-printButton-button:disabled:focus, .button__secondary:disabled:active, .page-events .fc-printButton-button:disabled:active {
  border-color: #f2f2f4;
  color: #082946;
  outline: none !important;
  cursor: not-allowed;
}
.button__secondary--grey, .page-events .fc-printButton-button {
  background-color: transparent;
  border-color: rgba(8, 41, 70, 0.2);
}
.button__secondary--grey:hover, .page-events .fc-printButton-button:hover, .button__secondary--grey:focus, .page-events .fc-printButton-button:focus, .button__secondary--grey:active, .page-events .fc-printButton-button:active {
  background-color: transparent;
  border-color: #082946;
  color: #082946;
  outline: none;
}
.button__secondary--grey__desactivated, .button__secondary--grey:disabled, .page-events .fc-printButton-button:disabled {
  opacity: 0.5;
}
.button__secondary--grey__desactivated:hover, .button__secondary--grey__desactivated:focus, .button__secondary--grey__desactivated:active, .button__secondary--grey:disabled:hover, .page-events .fc-printButton-button:disabled:hover, .button__secondary--grey:disabled:focus, .page-events .fc-printButton-button:disabled:focus, .button__secondary--grey:disabled:active, .page-events .fc-printButton-button:disabled:active {
  outline: none !important;
  cursor: not-allowed;
}
.button__secondary--bg-grey {
  background-color: #f2f2f4;
  border: 0 !important;
  color: #082946;
}
.button__secondary--bg-grey:hover, .button__secondary--bg-grey:focus, .button__secondary--bg-grey:active {
  background-color: rgba(8, 41, 70, 0.2);
  outline: none;
}
.button__secondary--bg-grey__desactivated, .button__secondary--bg-grey:disabled {
  background-color: transparent;
  color: rgba(242, 242, 244, 0.5);
}
.button__secondary--bg-grey__desactivated:hover, .button__secondary--bg-grey__desactivated:focus, .button__secondary--bg-grey__desactivated:active, .button__secondary--bg-grey:disabled:hover, .button__secondary--bg-grey:disabled:focus, .button__secondary--bg-grey:disabled:active {
  outline: none !important;
  cursor: not-allowed;
}
.button__secondary--big-center {
  border-radius: 45px !important;
  height: 58px !important;
  line-height: 30px;
}
.button__secondary--big-center img {
  margin-top: -6px;
}
.button__secondary--dark {
  border-color: #082946;
  color: #082946;
}
.button__secondary--dark:hover, .button__secondary--dark:focus, .button__secondary--dark:active {
  border-color: #030e18;
  background: #f2f2f4;
}
.button__secondary--dark__desactivated, .button__secondary--dark:disabled {
  background-color: transparent;
  border-color: #f2f2f4;
}
.button__secondary--dark__desactivated:hover, .button__secondary--dark__desactivated:focus, .button__secondary--dark__desactivated:active, .button__secondary--dark:disabled:hover, .button__secondary--dark:disabled:focus, .button__secondary--dark:disabled:active {
  background-color: transparent;
  border-color: #f2f2f4;
  outline: none !important;
  cursor: not-allowed;
}
.button__secondary--danger {
  background-color: transparent;
  border-color: #E94B3B;
}
.button__secondary--danger:hover, .button__secondary--danger:focus, .button__secondary--danger:active {
  background-color: transparent;
  border-color: #828282;
  color: #082946;
  outline: none;
}
.button__secondary--danger__desactivated, .button__secondary--danger:disabled {
  background-color: transparent;
  border-color: #f2f2f4;
  color: #082946;
}
.button__secondary--danger__desactivated:hover, .button__secondary--danger__desactivated:focus, .button__secondary--danger__desactivated:active, .button__secondary--danger:disabled:hover, .button__secondary--danger:disabled:focus, .button__secondary--danger:disabled:active {
  background-color: transparent;
  border-color: #f2f2f4;
  color: #082946;
  outline: none !important;
  cursor: not-allowed;
}
.button__secondary--white {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button__secondary--white:hover, .button__secondary--white:focus, .button__secondary--white:active {
  background-color: transparent;
  border-color: #f2f2f4;
  color: #f2f2f4;
  outline: none;
}
.button__secondary--white__desactivated, .button__secondary--white:disabled {
  background-color: transparent;
  border-color: #f2f2f4;
  color: #f2f2f4;
}
.button__secondary--white__desactivated:hover, .button__secondary--white__desactivated:focus, .button__secondary--white__desactivated:active, .button__secondary--white:disabled:hover, .button__secondary--white:disabled:focus, .button__secondary--white:disabled:active {
  background-color: transparent;
  border-color: #f2f2f4;
  color: #f2f2f4;
  outline: none !important;
  cursor: not-allowed;
}
.button__secondary--success {
  background-color: transparent;
  border-color: #ff9933;
}
.button__secondary--success:hover, .button__secondary--success:focus, .button__secondary--success:active {
  background-color: transparent;
  border-color: #828282;
  color: #082946;
  outline: none;
}
.button__secondary--success__desactivated, .button__secondary--success:disabled {
  background-color: transparent;
  border-color: #f2f2f4;
  color: #082946;
}
.button__secondary--success__desactivated:hover, .button__secondary--success__desactivated:focus, .button__secondary--success__desactivated:active, .button__secondary--success:disabled:hover, .button__secondary--success:disabled:focus, .button__secondary--success:disabled:active {
  background-color: transparent;
  border-color: #f2f2f4;
  color: #082946;
  outline: none !important;
  cursor: not-allowed;
}
.button__secondary i, .page-events .fc-printButton-button i {
  font-size: 15px;
}
.button__secondary--icon {
  white-space: nowrap;
}
.button__secondary--icon i {
  margin-right: 3px;
  padding: 0;
}
.button__secondary--arrow i {
  margin-left: 5px;
}
.button__secondary--all .fa-icon {
  margin-right: 3px;
}
.button__secondary--all .fa-arrow {
  margin-left: 5px;
}

.button-no-css {
  border: none;
  background: none;
}

.create-button {
  margin-right: 30px;
}

.btn-dark {
  color: #fff;
  background-color: #575656;
  border-color: #4a4949;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #2b2b2b;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  background-image: none;
}
.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
  background-color: #575656;
  border-color: #4a4949;
}
.btn-dark .badge {
  color: #575656;
  background-color: #fff;
}

.btn-line-default {
  color: #0a3859;
  background-color: transparent;
  border-color: #ccc;
}
.btn-line-default:hover, .btn-line-default:focus, .btn-line-default:active, .btn-line-default.active {
  color: #333;
  background-color: #fff;
}
.open .btn-line-default.dropdown-toggle {
  color: #333;
  background-color: #fff;
}

.btn-line-primary {
  color: #0a3859;
  background-color: transparent;
  border-color: #ff8c1a;
}
.btn-line-primary:hover, .btn-line-primary:focus, .btn-line-primary:active, .btn-line-primary.active {
  color: #fff;
  background-color: #ff9933;
}
.open .btn-line-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff9933;
}

.btn-line-success {
  color: #0a3859;
  background-color: transparent;
  border-color: #ff8c1a;
}
.btn-line-success:hover, .btn-line-success:focus, .btn-line-success:active, .btn-line-success.active {
  color: #fff;
  background-color: #ff9933;
}
.open .btn-line-success.dropdown-toggle {
  color: #fff;
  background-color: #ff9933;
}

.btn-line-info {
  color: #0a3859;
  background-color: transparent;
  border-color: #29adb7;
}
.btn-line-info:hover, .btn-line-info:focus, .btn-line-info:active, .btn-line-info.active {
  color: #fff;
  background-color: #2EC1CC;
}
.open .btn-line-info.dropdown-toggle {
  color: #fff;
  background-color: #2EC1CC;
}

.btn-line-warning {
  color: #0a3859;
  background-color: transparent;
  border-color: #ffae03;
}
.btn-line-warning:hover, .btn-line-warning:focus, .btn-line-warning:active, .btn-line-warning.active {
  color: #fff;
  background-color: #FFB61C;
}
.open .btn-line-warning.dropdown-toggle {
  color: #fff;
  background-color: #FFB61C;
}

.btn-line-danger {
  color: #0a3859;
  background-color: transparent;
  border-color: #e63624;
}
.btn-line-danger:hover, .btn-line-danger:focus, .btn-line-danger:active, .btn-line-danger.active {
  color: #fff;
  background-color: #E94B3B;
}
.open .btn-line-danger.dropdown-toggle {
  color: #fff;
  background-color: #E94B3B;
}

.btn-w-sm {
  min-width: 100px;
}

.btn-w-md {
  min-width: 120px;
}

.btn-w-lg {
  min-width: 150px;
}

.btn-round {
  border-radius: 30px;
}

.btn-gap {
  margin: 5px;
}

.btn-gap-h {
  margin: 0 5px;
}

.btn-gap-v {
  margin: 0 0 5px;
}

.btn-icon-round {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}
.btn-icon-round:hover {
  color: #fff;
}

.btn-icon-round-sm {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.btn-icon-round-md {
  height: 45px;
  width: 45px;
  line-height: 45px;
}

.btn-twitter-round {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #00c7f7;
  border-color: #00c7f7;
}
.btn-twitter-round:hover {
  color: #fff;
  background-color: #00a6ce;
  border-color: #0096ba;
}

.btn-facebook-round {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #335397;
  border-color: #335397;
}
.btn-facebook-round:hover {
  color: #fff;
  background-color: #294279;
  border-color: #243a69;
}

.btn-google-plus-round {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #dd4a38;
  border-color: #dd4a38;
}
.btn-google-plus-round:hover {
  color: #fff;
  background-color: #ca3522;
  border-color: #b8301f;
}

.btn-twitter {
  color: #082946;
  background-color: #00c7f7;
  border-color: #00c7f7;
}
.btn-twitter i {
  margin-right: 10px;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #00a6ce;
  border-color: #0096ba;
}

.btn-facebook {
  color: #f2f2f4;
  background-color: #335397;
  border-color: #335397;
}
.btn-facebook i {
  margin-right: 10px;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #294279;
  border-color: #243a69;
}

.btn-gplus {
  color: #fff;
  background-color: #dd4a38;
  border-color: #dd4a38;
}
.btn-gplus i {
  margin-right: 10px;
}
.btn-gplus:hover {
  color: #fff;
  background-color: #ca3522;
  border-color: #b8301f;
}

.btn-transition {
  line-height: 50px;
  background-color: #f2f2f4;
  transition: all 1s;
}
.btn-transition:hover {
  background-color: #ff9933;
  text-decoration: none;
}

.btn-dark-material {
  display: block !important;
  background-color: #082946;
  color: #f2f2f4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-dark-material:hover {
  color: #f2f2f4;
}

.btn-orange-material {
  display: block !important;
  background-color: #ff9933;
  color: #f2f2f4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-transition-color {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-shadow-material {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (min-width: 1200px) {
  .btn-shadow-hover {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
}

.btn-action {
  font-size: 18px;
  line-height: 40px;
  background-color: #F3F3F3;
  border-radius: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-action:hover {
  color: #f2f2f4;
}

@media (max-width: 769px) {
  .btn-mobile-fullwidth {
    width: 100%;
    height: 40px;
  }
}

.button multiselect button, .page-events .fc-printButton-button multiselect button {
  padding: 0 !important;
  outline: none !important;
  border: none;
}

@media (min-width: 992px) {
  .card-element .section-left-padding {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .card-element .section-right-padding {
    margin-right: 10px;
  }
}
.card-element .card-container-bg-transparent {
  border-radius: 5px;
  border: 1px solid #f2f2f4;
  display: block;
  margin: auto;
}
.card-element .card-container {
  background-color: white;
  border-radius: 25px;
  border: 2px solid #f2f2f4;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
.card-element .card-container .container-title-card {
  padding: 15px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .card-element .card-container .container-title-card {
    line-height: 35px;
  }
}
.card-element .card-container .container-title-card img {
  height: 30px;
}
@media (min-width: 992px) {
  .card-element .card-container .container-title-card img {
    height: 35px;
  }
}
.card-element .card-container .container-title-card span {
  color: #082946;
  font-size: 16px;
}
.card-element .card-container .container-title-card.title-h2 {
  font-size: 18px;
  font-weight: bold;
}
.card-element .hover-card-container {
  -webkit-transition: 0.3s linear all;
  transition: .3s all ease-in-out;
}
@media (min-width: 1200px) {
  .card-element .hover-card-container:hover {
    background-color: #fef8ef !important;
    border: 1px solid #ff9933;
  }
}
.card-element .active-card-container {
  background-color: #fef8ef !important;
  border: 1px solid #ff9933;
}
.card-element .card-element-border {
  padding: 10px;
  background-color: #f2f2f4;
  border-radius: 5px;
  border: 1px solid #f2f2f4;
}
.card-element .border-bottom-card {
  border-bottom: 1px solid #f2f2f4;
}
.card-element .hidden-bottom-card {
  border-bottom: none !important;
}
.card-element .container-info-section {
  padding: 15px !important;
}
@media (max-width: 769px) {
  .card-element .publish-plan-btn {
    margin-top: 15px;
    width: 100%;
  }
}
.card-element .card-grey {
  background-color: #f6f7f9;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
}
.card-element .card-grey p {
  font-size: 16px;
  word-break: break-word;
  margin-bottom: 0;
}
.card-element .title-card {
  font-size: 17px;
  font-weight: bold;
  color: #082946;
  margin-top: 0;
}

.new-pop-up .modal-content {
  border: none !important;
}
.new-pop-up .modal-content .modal-header {
  background-color: #f2f2f4;
  color: #082946;
  border-radius: 5px 5px 0 0;
}
.new-pop-up .modal-content .modal-header .modal-title {
  font-size: 20px;
}
.new-pop-up .modal-content .modal-header .cancel-popup {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 50px;
  outline: none;
  background-color: transparent;
}
.new-pop-up .modal-content .modal-header .cancel-popup .icon-close-modal {
  width: 32px;
  line-height: 22px;
  font-size: 18px;
}
.new-pop-up .modal-content .modal-header .cancel-popup:hover {
  background-color: #eeeeee;
}
.new-pop-up .modal-content .modal-body .text-body {
  font-size: 16px;
}
.new-pop-up .modal-content .modal-body img {
  display: block;
  margin: auto;
}
.new-pop-up .modal-content .modal-footer {
  border-radius: 0 0 5px 5px;
  background-color: #082946 !important;
  text-align: center;
}
.new-pop-up .modal-content .modal-footer .btn-choice-popup {
  min-width: 100px;
  border-radius: 5px;
  line-height: 35px;
  background-color: #f2f2f4;
  margin: 5px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 16px;
  color: #082946;
}
.new-pop-up .modal-content .modal-footer .btn-choice-popup:hover {
  background-color: #f2f2f4;
}
@media (max-width: 769px) {
  .new-pop-up .modal-content .modal-footer .btn-choice-popup {
    margin: 5px 0;
  }
}
.new-pop-up .modal-content .modal-footer button {
  border: none;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
}
@media (max-width: 769px) {
  .new-pop-up .modal-content .modal-footer button {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.new-pop-up .modal-content .modal-footer .btn-warningModal {
  background-color: #f2f2f4;
  color: #082946;
}

.modal-inactive-module {
  padding: 20px;
}
@media (max-width: 769px) {
  .modal-inactive-module .content {
    flex-direction: column;
  }
}
.modal-inactive-module .content .side-bar {
  background: #f2f2f4;
  border-radius: 8px;
  padding: 20px;
}
.modal-inactive-module .main-features-container > div {
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.modal-inactive-module .main-features-container > div i {
  padding: 6px 10px;
  font-size: 40px;
}
.modal-inactive-module .featuresRow .featureBox {
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-inactive-module .little-ul {
  padding: 0;
}
.modal-inactive-module .little-ul li {
  color: gray;
}

.exercise-visual-builder {
  position: relative;
}
.exercise-visual-builder .busy-screen {
  z-index: 1000;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.exercise-visual-builder .busy-screen .busy-spinner {
  text-align: center;
  color: #f2f2f4;
  padding: 20px;
}
.exercise-visual-builder input {
  background: transparent;
  border: 0;
  width: 100% !important;
}
.exercise-visual-builder .durationpicker {
  background: transparent;
  border-radius: 0;
  border: none;
  margin-top: -6px;
  padding: 0;
}
.exercise-visual-builder .durationpicker .minutes-span,
.exercise-visual-builder .durationpicker .seconds-span {
  display: none;
}
.exercise-visual-builder .durationpicker input {
  width: 20px !important;
  padding: 5px 0;
}
.exercise-visual-builder .absolute_btn {
  background: #f2f2f4;
  position: absolute;
  padding: 5px 6px;
  border-radius: 100%;
  cursor: pointer;
}
.exercise-visual-builder .seriePlus {
  bottom: -12px;
  left: 5px;
  display: none;
}
.exercise-visual-builder tr:hover .seriePlus {
  display: block;
}
.exercise-visual-builder .serieDelete {
  left: -20px;
  top: 2px;
  background: red;
  color: white;
  display: none;
}
.exercise-visual-builder th {
  vertical-align: middle;
}
.exercise-visual-builder tr:hover .serieDelete {
  display: block;
}
.exercise-visual-builder .td_series {
  position: relative !important;
}
.exercise-visual-builder .columnPlus {
  top: 2px;
  left: 0px;
}
.exercise-visual-builder .columnPlus .dropdown-toggle {
  padding: 2px 3px;
}

.schedule-container .fc-timeline-bg-harness {
  background: orange;
  opacity: 0.4;
}
.schedule-container .fc-timeline-event {
  min-height: 55px;
  overflow: hidden;
  font-size: 16px;
  border-radius: 3px;
}
.schedule-container .fc-timeline-event .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%;
}

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%;
}

.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.ui-switch i:before {
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #f2f2f4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.ui-switch.ui-switch-sm i:before {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}

.ui-switch.ui-switch-sm.ui-switch-success :checked + i {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 32px #23AE89;
}

.ui-switch.ui-switch-sm.ui-switch-gray :checked + i {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 32px #adadad;
}

.ui-switch.ui-switch-sm :checked + i {
  padding-right: 0;
  padding-left: 16px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 32px #1C7EBB;
}

.ui-switch.ui-switch-sm i {
  padding-right: 16px;
  border-radius: 20px;
}

.ui-switch.ui-switch-long i {
  padding-right: 40px !important;
}

.ui-switch.ui-switch-long :checked + i {
  padding-right: 0 !important;
  padding-left: 40px !important;
}

.ui-switch :checked + i {
  padding-right: 0;
  padding-left: 20px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #1C7EBB;
}

.ui-switch i {
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 25px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}

.ui-switch input {
  display: none;
}

ul {
  list-style: none;
}

.document_side_menu_container {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 5%;
  left: 15px;
  max-height: 90%;
  padding: 10px;
  border-radius: 5px;
  overflow-x: auto;
  overflow-y: auto;
}
.document_side_menu_container .document-title {
  color: #f2f2f4;
  max-width: 115px;
  font-size: 16px;
  line-height: initial;
}
@media (max-width: 992px) {
  .document_side_menu_container .document-title {
    display: none;
  }
}
.document_side_menu_container ul {
  list-style: none;
}
.document_side_menu_container ul.et_pb_side_nav {
  padding-left: 0;
  opacity: 0;
}
.document_side_menu_container ul.et_pb_side_nav.et-visible {
  opacity: 1;
  -webkit-animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.document_side_menu_container ul.et_pb_side_nav li.side_nav_item {
  max-width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  transition: all 0.1s ease-in-out;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.document_side_menu_container ul.et_pb_side_nav li.side_nav_item.active {
  background: #ff9933;
  transform: scale(1.1);
}
.document_side_menu_container ul.et_pb_side_nav li.side_nav_item.active a {
  color: white !important;
}
.document_side_menu_container ul.et_pb_side_nav li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  padding: 15px;
}
.document_side_menu_container ul.et_pb_side_nav li:hover {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .document_side_menu_container ul.et_pb_side_nav {
    display: none;
  }
}
.document_side_menu_container::-webkit-scrollbar {
  display: none;
  opacity: 0.5;
  width: 6px;
  background-color: #767676;
}

.modal-double {
  margin-left: 160px;
}
@media (max-width: 992px) {
  .modal-double {
    margin: auto;
    width: 95% !important;
  }
}

.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: #f2f2f4;
  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: #f2f2f4;
  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: #f2f2f4;
}

.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, #ffffff 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, #ffffff 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%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #f2f2f4;
  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: #f2f2f4;
  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: #f2f2f4;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.promotion .promoHeader {
  padding: 3px 20px;
}
.promotion .promoBody {
  padding: 20px;
  color: #f2f2f4;
  font-size: 20px;
  background-color: #ff9933;
  border-radius: 20px 20px 0px 0px;
}
.promotion .promoContent {
  padding: 20px 20px;
}
.promotion .promoActions {
  padding: 20px;
  background: lightgray;
  border-radius: 0px 0px 20px 20px;
  text-align: right;
}

.hexagon {
  background-color: #000;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.hexagon:hover .hexagon-text {
  display: block;
}
.hexagon * {
  box-sizing: border-box;
}
.hexagon img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.hexagon .hexagon-g {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.hexagon .hexagon-g:hover .hexagon-text {
  display: block;
}
.hexagon .hexagon-h {
  background-repeat: no-repeat;
  background-position: 50%;
  visibility: visible;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.hexagon .hexagon-h img {
  margin-left: -144px;
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 50%;
}
.hexagon .hexagon-h .hexagon-text {
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  height: 101%;
  position: absolute;
  z-index: 3000;
}
.hexagon .hexagon-h .hexagon-text.onhover {
  display: none;
}
.hexagon .hexagon-h:hover .hexagon-text {
  display: block;
}

.hexagon_150_150 {
  width: 300px;
  height: 150px;
}
.hexagon_150_150 .hexagon-text {
  padding: 10px 100px;
}
.hexagon_150_150 .hexagon-h {
  background-size: 175px 175px;
}
.hexagon_150_150.align-center {
  left: 50%;
  margin-left: -150px;
}

.hexagon_100_100 {
  width: 200px;
  height: 100px;
}
.hexagon_100_100 .hexagon-text {
  padding: 10px 100px;
}
.hexagon_100_100 .hexagon-h {
  background-size: 125px 125px;
}

.hexagon_30_30 {
  width: 60px;
  height: 30px;
}
.hexagon_30_30 .hexagon-text {
  padding: 10px 100px;
}
.hexagon_30_30 .hexagon-h {
  background-size: 38px 38px;
}

.hexagon_40_40 {
  width: 80px;
  height: 40px;
  margin: 0 0 0 -5px;
}
.hexagon_40_40 .hexagon-text {
  padding: 10px 10px;
}
.hexagon_40_40 .hexagon-h {
  background-size: 55px 55px;
}

.hexagon_50_50 {
  width: 100px;
  height: 50px;
  margin: 0 0 0 -5px;
}
.hexagon_50_50 .hexagon-text {
  padding: 10px 10px;
}
.hexagon_50_50 .hexagon-h {
  background-size: 60px 60px;
}

.hexagon_64_64 {
  width: 128px;
  height: 64px;
  margin: 0 0 0 -10px;
}
.hexagon_64_64 .hexagon-text {
  padding: 10px 100px;
}
.hexagon_64_64 .hexagon-h {
  background-size: 84px 84px;
}

.left-inner-addon {
  position: relative;
}

.left-inner-addon input {
  padding-left: 30px;
}

.left-inner-addon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
}

.right-inner-addon {
  position: relative;
}

.right-inner-addon input {
  padding-right: 30px;
}

.right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none;
}

/*
 * These are the default styles applied to the stock Google Places Autocomplete component. Importantly they preserve
 * the required "powered by Google" logo.
 */
.pac-container {
  background-color: #fff;
  position: absolute !important;
  z-index: 999999999999;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.pac-container:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background-image: url(//maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white2.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 104px 16px;
}

.hdpi.pac-container:after {
  background-image: url(//maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white2_hdpi.png);
}

.pac-item {
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  color: #999;
}

.pac-item:hover {
  background-color: #fafafa;
}

.pac-item-selected, .pac-item-selected:hover {
  background-color: #ebf2fe;
}

.pac-matched {
  font-weight: 700;
}

.pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #000;
}

.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(//maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}

.hdpi .pac-icon {
  background-image: url(//maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png);
}

.pac-icon-search {
  background-position: -1px -1px;
}

.pac-item-selected .pac-icon-search {
  background-position: -18px -1px;
}

.pac-icon-marker {
  background-position: -1px -161px;
}

.pac-item-selected .pac-icon-marker {
  background-position: -18px -161px;
}

.pac-placeholder {
  color: gray;
}

.custom-prediction-label {
  font-style: italic;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 769px) {
  .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 {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  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: 25px;
}
.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 {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  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: 0 0 7px 7px solid transparent;
  border-bottom-color: #ff9933;
  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: #ff9933;
  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: 25px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #ff9933;
  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;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.durationpicker {
  display: inline-block;
  padding: 5px;
  background: white;
  border-radius: 25px;
  border: 1px solid lightgray;
}
.durationpicker.error {
  border-color: red;
}
.durationpicker input {
  width: 36px !important;
  padding: 5px;
  -moz-appearance: textfield;
}
.durationpicker input::-webkit-outer-spin-button, .durationpicker input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/*
Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
*/
.select2-container {
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.

      More Info : http://www.quirksmode.org/css/box.html
    */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
}

.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop {
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  width: 100%;
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.select2-drop.select2-drop-above {
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-container .select2-choice div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to bottom, #cccccc 0%, #eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}

.select2-container .select2-choice div b {
  background: url("select2.png") no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}

.select2-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 10000;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}

.select2-search input {
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("select2.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("select2.png") no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  margin: 0;
  height: auto !important;
  min-height: 26px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("spinner.gif") no-repeat 100%;
  background: url("spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("spinner.gif") no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("spinner.gif") no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("spinner.gif") no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none;
}

.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}

.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}

.select2-results ul.select2-result-sub {
  margin: 0 0 0 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for already selected choices in the results dropdown
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-results .select2-disabled {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("spinner.gif") no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* multiselect */
.select2-container-multi .select2-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none;
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url("select2.png") right top no-repeat;
  outline: none;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-result-selectable .select2-match {
  text-decoration: underline;
}

.select2-result-unselectable .select2-match {
  text-decoration: none;
}

.select2-offscreen {
  position: absolute;
  left: -10000px;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
    background-image: url(select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-position: 100% -21px !important;
  }
}
html.theme-light .hidden-dark-theme {
  display: inline;
}
html.theme-light .visible-dark-theme {
  display: none;
}

html.theme-dark {
  background-color: black !important;
  filter: invert(95%) hue-rotate(180deg);
}
html.theme-dark .hidden-dark-theme {
  display: none;
}
html.theme-dark .visible-dark-theme {
  display: inline;
}
html.theme-dark img:not(.img-dark-mode),
html.theme-dark .hexagon-h {
  filter: invert(100%) hue-rotate(180deg) !important;
}
html.theme-dark .no-dark-mode-filter {
  filter: invert(100%) hue-rotate(180deg) !important;
}
html.theme-dark .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
html.theme-dark .box-shadow {
  box-shadow: none !important;
}
html.theme-dark *, html.theme-dark *:focus, html.theme-dark *:hover {
  font-weight: 500;
}
html.theme-dark .panel-heading {
  color: #909090 !important;
}

tags-input {
  display: block;
}

tags-input *, tags-input *:before, tags-input *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}

tags-input .host:active {
  outline: none;
}

tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  border-radius: 25px;
  background-color: white;
  border: 1px solid #f2f2f4;
  height: 100%;
}

tags-input .tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}

tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 25px;
  background: #ff9933;
  color: white;
}

tags-input .tags .tag-item.selected {
  background: #ff6633;
}

tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #cccccc;
}

tags-input .tags .tag-item .remove-button:active {
  color: red;
}

tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  width: 90%;
}

tags-input .tags .input.invalid-tag {
  color: red;
}

tags-input .tags .input::-ms-clear {
  display: none;
}

tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}

tags-input[disabled] .host:focus {
  outline: none;
}

tags-input[disabled] .tags {
  background-color: #eeeeee;
  cursor: default;
}

tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}

tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}

tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}

tags-input[disabled] .tags .input {
  background-color: #eeeeee;
  cursor: default;
}

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}

tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #082946;
  background-color: white;
}

tags-input .autocomplete .suggestion-item.selected {
  color: white;
  background-color: #ff9933;
}

tags-input .autocomplete .suggestion-item.selected em {
  color: white;
  background-color: #ff9933;
}

tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #082946;
  background-color: #f2f2f4;
}

.interventions .color-black-text {
  color: black !important;
  font-size: 16px;
}
.interventions .color-black-text p {
  margin-bottom: 0 !important;
}
.interventions .colorInterventionTask {
  background-color: #f2f2f4;
}
.interventions .colorInterventionTask.interventionDateDueOverdue {
  background-color: #E94B3B !important;
}
.interventions .colorInterventionTask.interventionDateDueOverdue span {
  color: white;
}
.interventions .colorInterventionTask.interventionDateDueLate {
  background-color: #ff9933 !important;
}
.interventions .colorInterventionTask.interventionDateDueLate span {
  color: white;
}
.interventions .colorInterventionTask.interventionDateDueSoon {
  background-color: rgba(255, 153, 51, 0.5) !important;
}
.interventions .colorInterventionTask.interventionDateDueSoon span {
  color: white;
}
.interventions .interventionValue {
  font-size: 16px;
  overflow: hidden;
  hyphens: auto;
  word-break: break-word;
}
.interventions .taskValue {
  font-size: 20px;
  color: #082946;
  overflow: hidden;
  hyphens: auto;
  word-break: break-word;
}
.interventions .ui-intervention {
  background-color: white;
  margin-bottom: 10px;
  border-radius: 25px;
}
.interventions .ui-intervention .interventionItem {
  border: 2px solid #f2f2f4;
  border-radius: 25px;
}
.interventions .ui-intervention .interventionItem .border-bottom-grey {
  background: #f2f2f4;
  border-radius: 22px 22px 0 0;
}
.interventions .ui-intervention .interventionItem ul {
  list-style: disc;
}
.interventions .tasks {
  padding: 0;
  display: block;
  margin: 0 auto 0 auto;
}
.interventions .tasks .ui-task {
  border-radius: 0.45rem;
}
.interventions .tasks .ui-task .tl-entry {
  background-color: white;
  margin-bottom: 20px;
  border-radius: 25px;
}
.interventions .tl-item {
  position: relative;
}
.interventions .tl-item .btn_filter {
  position: relative;
  top: -120px;
  width: 50px;
  height: 40px;
  background-color: #082946;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.interventions .tl-item .btn_filter i {
  color: #f2f2f4;
  margin-left: 19px;
  margin-top: 13px;
}
.interventions .tl-item .btn_filter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.interventions .filterBox {
  border-radius: 0.45rem;
  border: 1px solid #dadada;
  margin: 0 auto;
  background-color: #f2f2f4;
}
.interventions .filterBox .conteneur-filter {
  width: 100%;
}
.interventions .filterBox .conteneur-filter input {
  margin: 10px 0;
}
.interventions .ui-timeline {
  margin-left: 0;
}
.interventions .ui-timeline .tl-time {
  padding-bottom: 5px;
}
.interventions .date-task {
  margin-top: 0;
  font-size: 16px;
  color: #082946;
}
.interventions .titlehoverContent {
  width: 140px;
}
.interventions .titlehoverContent .couleurIntervention {
  position: relative;
  top: -20px;
  padding: 10px 0;
  width: 80px;
  margin-left: 30px;
}
.interventions .titlehoverContent .couleurIntervention .text-center {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.interventions .tl-content-btn {
  margin: 6px 0;
}
.interventions .tl-content-btn .popover.top {
  margin-top: 5px;
}
.interventions .tl-content-btn .btn {
  background: #082946;
  color: #f2f2f4;
  font-weight: bolder;
  border-radius: 5px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  transition: all 0.2s ease-in-out;
  padding-top: 0;
  outline: none;
  border: none;
}
.interventions .tl-content-btn .btn i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.interventions .tl-content-btn .btn span {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.interventions .tl-content-btn .btn-markDone {
  background: none;
  font-size: 25px;
  color: #0a3859;
}
.interventions .tl-content-btn .btn-markDone i:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ff9933;
}
.interventions .tl-content-btn .btn-editer {
  background: none;
  font-size: 25px;
  color: #0a3859;
  padding-top: 5px;
}
.interventions .tl-content-btn .btn-editer i:hover {
  color: #6A55C2;
}
.interventions .tl-content-btn .btn-voirHistoric {
  padding-top: 5px;
  background: none;
  font-size: 25px;
  color: #0a3859;
}
.interventions .tl-content-btn .btn-voirHistoric i:hover {
  color: #449DD5;
}
.interventions .tl-content-btn .btn-pin, .interventions .tl-content-btn .btn-pay {
  padding-top: 5px;
  background: none;
  font-size: 25px;
  color: #0a3859;
}
.interventions .tl-content-btn .btn-pin.is_pin, .interventions .tl-content-btn .btn-pay.is_pin {
  font-size: 10px;
  padding: 10px 20px;
  background: #ff9933;
}
.interventions .tl-content-btn .btn-pin.is_pin > i, .interventions .tl-content-btn .btn-pay.is_pin > i {
  color: white;
}
.interventions .tl-content-btn .btn-pin.is_pin > span, .interventions .tl-content-btn .btn-pay.is_pin > span {
  color: white;
}
.interventions .tl-content-btn .btn-pin.is_pin:hover > i, .interventions .tl-content-btn .btn-pay.is_pin:hover > i {
  color: #082946 !important;
}
.interventions .tl-content-btn .btn-pin.is_pin:hover > span, .interventions .tl-content-btn .btn-pay.is_pin:hover > span {
  color: #082946 !important;
}
.interventions .tl-content-btn .btn-pin.is_paid, .interventions .tl-content-btn .btn-pay.is_paid {
  font-size: 10px;
  padding: 10px 20px;
  background: #ff9933;
}
.interventions .tl-content-btn .btn-pin.is_paid > i, .interventions .tl-content-btn .btn-pay.is_paid > i {
  color: white;
}
.interventions .tl-content-btn .btn-pin.is_paid > span, .interventions .tl-content-btn .btn-pay.is_paid > span {
  color: white;
}
.interventions .tl-content-btn .btn-pin i:hover, .interventions .tl-content-btn .btn-pay i:hover {
  color: #ff9933;
}
.interventions .tl-content-btn .btn-voir {
  padding: 10px 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.interventions .tl-content-btn .btn-voir:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.interventions .tl-content-btn .btn-continue {
  padding: 10px 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.interventions .tl-content-btn .btn-continue:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.interventions .tl-content-btn .btn-supprimer {
  background: none;
  font-size: 25px;
  color: #0a3859;
}
.interventions .tl-content-btn .btn-supprimer i:hover {
  color: #B13D31;
}
.interventions .titleModel {
  font-size: 23px;
  color: black !important;
  letter-spacing: 1px;
}
.interventions .titleTaskToComplete {
  padding: 15px 15px 15px 0;
}
.interventions .nav-tab-intervention {
  overflow-x: auto;
  min-height: 0.01%;
  overflow-y: hidden;
}
.interventions .nav-tab-intervention li {
  font-size: 18px;
}
.interventions .nav-tab-intervention li a {
  border: none;
  width: max-content;
}
.interventions .nav-tab-intervention li a:hover {
  border: none !important;
}
.interventions .nav-tab-intervention li a:focus {
  background: none !important;
}
.interventions .nav > li > a:hover, .interventions .nav > li > a:focus {
  background-color: transparent !important;
}

.interventionItem {
  border: 2px solid #f2f2f4;
  border-radius: 25px;
  text-align: left;
}
.interventionItem .border-bottom-grey {
  background: #f2f2f4;
  border-radius: 22px 22px 0 0;
}

.container-task {
  display: flex;
}
.container-task .titleModel {
  margin-top: 0;
}

#newInterv {
  color: #082946;
}

.textntags-wrapper {
  position: relative;
  background: #fff;
}

.textntags-wrapper textarea {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 18px;
  padding: 9px;
  margin: 0;
  border: 1px solid #f2f2f4;
  border-radius: 3px;
  overflow: hidden;
  background: transparent;
  outline: 0;
  resize: none;
  font-family: Arial;
  font-size: 13px;
  line-height: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-moz-document url-prefix() {
  .textntags-wrapper textarea {
    padding: 9px 8px;
  }
}
.textntags-wrapper .textntags-tag-list {
  display: none;
  background: #fff;
  border: 1px solid #f2f2f4;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10000;
  margin-top: -2px;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14844);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14844);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14844);
}

.textntags-wrapper .textntags-tag-list ul {
  margin: 0;
  padding: 0;
}

.textntags-wrapper .textntags-tag-list li {
  background-color: #fff;
  padding: 0 5px;
  margin: 0;
  width: auto;
  border-bottom: 1px solid #eee;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.textntags-wrapper .textntags-tag-list li:last-child {
  border-radius: 5px;
}

.textntags-wrapper .textntags-tag-list li > img,
.textntags-wrapper .textntags-tag-list li > div.icon {
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  -moz-background-origin: 3px;
  border-radius: 3px;
}

.textntags-wrapper .textntags-tag-list li em {
  font-weight: bold;
  font-style: none;
}

.textntags-wrapper .textntags-tag-list li:hover,
.textntags-wrapper .textntags-tag-list li.active {
  background-color: #f2f2f2;
}

.textntags-wrapper .textntags-tag-list li b {
  background: #ffff99;
  font-weight: normal;
}

.textntags-wrapper .textntags-beautifier {
  position: relative;
  padding: 10px;
  color: #fff;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.textntags-wrapper .textntags-beautifier > div {
  color: #fff;
  white-space: pre-wrap;
  width: 100%;
  font-family: Arial;
  font-size: 13px;
  line-height: 17px;
  min-height: 17px;
}

.textntags-wrapper .textntags-beautifier > div > strong {
  font-weight: normal;
  background: #d8dfea;
  line-height: 16px;
}

/*==========  animations  ==========*/
html {
  overflow: hidden;
}

@-webkit-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-o-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-o-keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
.animate-fade-up.ng-enter {
  -webkit-animation: 0.35s fade-up-enter;
  -moz-animation: 0.35s fade-up-enter;
  -o-animation: 0.35s fade-up-enter;
  animation: 0.35s fade-up-enter;
}

@-webkit-keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    opacity: 0;
  }
}
@-o-keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    opacity: 0;
  }
}
.animate-flip-y.ng-enter {
  -webkit-animation: 0.5s animate-flip-y-enter;
  -moz-animation: 0.5s animate-flip-y-enter;
  -o-animation: 0.5s animate-flip-y-enter;
  animation: 0.5s animate-flip-y-enter;
}

.animate-flip-y.ng-leave {
  -webkit-animation: 0.5s animate-flip-y-leave;
  -moz-animation: 0.5s animate-flip-y-leave;
  -o-animation: 0.5s animate-flip-y-leave;
  animation: 0.5s animate-flip-y-leave;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animate-vertical-slide.ng-hide-add {
  -webkit-animation: 0.35s slideOutUp ease-in-out;
  -moz-animation: 0.35s slideOutUp ease-in-out;
  -o-animation: 0.35s slideOutUp ease-in-out;
  animation: 0.35s slideOutUp ease-in-out;
}

.animate-vertical-slide.ng-hide-remove {
  -webkit-animation: 0.35s 0.35s slideInDown ease-in-out;
  -moz-animation: 0.35s 0.35s slideInDown ease-in-out;
  -o-animation: 0.35s 0.35s slideInDown ease-in-out;
  animation: 0.35s 0.35s slideInDown ease-in-out;
}

.badge-primary {
  background-color: #ff9933;
}

.badge-success {
  background-color: #ff9933;
}

.badge-info {
  background-color: #2EC1CC;
}

.badge-grey {
  background-color: rgba(8, 41, 70, 0.2);
  color: #082946;
}

.badge-warning {
  background-color: #FFB61C;
}

.badge-danger {
  background-color: #E94B3B;
}

.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}

.callout-success {
  background-color: #f3faf3;
  border-color: #ff9933;
}
.callout-success h4 {
  color: #ff9933;
}

.callout-info {
  background-color: #f4f8fa;
  border-color: #2EC1CC;
}
.callout-info h4 {
  color: #2EC1CC;
}

.callout-warning {
  background-color: #fcf8f2;
  border-color: #FFB61C;
}
.callout-warning h4 {
  color: #FFB61C;
}

.callout-danger {
  background-color: #fdf7f7;
  border-color: #E94B3B;
}
.callout-danger h4 {
  color: #E94B3B;
}

/*==========  Flot charts  ==========*/
#flotTip {
  background: rgba(0, 0, 0, 0.7);
  color: #F6F6F6;
  padding: .3em .4em;
  border: 0;
  font-size: 12px;
  border-radius: 25px;
}

.checklistAlvis-pastilla {
  position: relative;
  margin: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 35px;
  background: #ff9933;
  border-radius: 100%;
}

.dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu.with-arrow {
  margin-top: 10px;
}
.dropdown-menu.with-arrow:before {
  content: " ";
  position: absolute;
  left: 12px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu.with-arrow:after {
  content: " ";
  position: absolute;
  left: 13px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.dropdown-menu.with-arrow.pull-right {
  margin-top: 10px;
}
.dropdown-menu.with-arrow.pull-right:before {
  left: auto;
  right: 12px;
}
.dropdown-menu.with-arrow.pull-right:after {
  left: auto;
  right: 13px;
}
.dropdown-menu.with-arrow.panel-default:before {
  border-bottom: 8px solid #e9e9e9;
}
.dropdown-menu.with-arrow.panel-default:after {
  border-bottom: 7px solid transparent;
}
.dropdown-menu.with-arrow.panel-primary:before {
  border-bottom: 8px solid #ff9933;
}
.dropdown-menu.with-arrow.panel-primary:after {
  border-bottom: 7px solid #ff9933;
}
.dropdown-menu.with-arrow.panel-success:before {
  border-bottom: 8px solid #ddf7eb;
}
.dropdown-menu.with-arrow.panel-success:after {
  border-bottom: 7px solid #F2FCF9;
}
.dropdown-menu.with-arrow.panel-info:before {
  border-bottom: 8px solid rgba(23, 131, 206, 0.15);
}
.dropdown-menu.with-arrow.panel-info:after {
  border-bottom: 7px solid rgba(35, 118, 230, 0.15);
}
.dropdown-menu.with-arrow.panel-warning:before {
  border-bottom: 8px solid #ffebd7;
}
.dropdown-menu.with-arrow.panel-warning:after {
  border-bottom: 7px solid #FFFAF0;
}
.dropdown-menu.with-arrow.panel-danger:before {
  border-bottom: 8px solid #fad7db;
}
.dropdown-menu.with-arrow.panel-danger:after {
  border-bottom: 7px solid #FDEFEE;
}

.round-icon {
  display: block;
  text-align: center;
}
.round-icon.sm {
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  border-radius: 35px;
}

.b-icon {
  margin-left: -30px;
  display: block;
  line-height: 65px;
  vertical-align: middle;
  text-align: center;
  font-size: 35px;
}
.b-icon i {
  margin-left: 7px;
}

img {
  max-width: 100%;
}
img.img30_30 {
  width: 30px;
  height: 30px;
}
img.img37_37 {
  width: 37px;
  height: 37px;
}
img.img50_50 {
  width: 50px;
  height: 50px;
}
img.img64_64 {
  width: 64px;
  height: 64px;
}
img.img80_80 {
  width: 80px;
  height: 80px;
}
img.img100_100 {
  width: 100px;
  height: 100px;
}
img.img150_150 {
  width: 150px;
  height: 150px;
}

.label {
  padding: .5em .8em;
}

.label-info-alt {
  background: #6A55C2;
}

.list-group-item {
  padding: 15px;
  border: 1px solid #eff2f7;
}

.list-info li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.list-info li:last-child {
  border-bottom: none;
}
.list-info li .icon {
  margin-right: 10px;
  color: #ff9933;
}
.list-info li label {
  width: 100px;
}

.dropdown-menu.dropdown-two-level li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #0a3859;
  white-space: nowrap;
}
.dropdown-menu.dropdown-two-level li > ul {
  padding-left: 10px;
}
.dropdown-menu.dropdown-two-level li > ul > li {
  padding-right: 0px;
  padding-left: 5px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-menu.dropdown-two-level li > ul > li:hover, .dropdown-menu.dropdown-two-level li > ul > li:focus {
  background-color: #ff9933;
}
.dropdown-menu.dropdown-two-level li > ul > li:hover > a, .dropdown-menu.dropdown-two-level li > ul > li:focus > a {
  text-decoration: none;
  color: #fff;
}

.mail-categories.full-height {
  overflow-y: auto;
}
.mail-categories .list-group .list-group-item {
  padding: 0;
  cursor: pointer;
}
.mail-categories .list-group .list-group-item.active > a {
  border-left: 3px solid #ff9933;
  color: #ff9933;
  background-color: #fafafa;
}
.mail-categories .list-group .list-group-item > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mail-categories .list-group .list-group-item > a:hover {
  border-left: 3px solid #ff9933;
  color: #ff9933;
  background-color: #fafafa;
}
.mail-categories .list-group .list-group-item > a > i {
  font-size: 16px;
  width: 18px;
  margin-right: 5px;
}
.mail-categories .list-group .list-group-item > a > i.fa-circle {
  font-size: 14px;
}
.mail-categories .list-group-item.active,
.mail-categories .list-group-item.active:hover,
.mail-categories .list-group-item.active:focus {
  border-color: #eff2f7;
}

.mail-container {
  margin-bottom: 0;
}
.mail-container .panel-body {
  height: 100%;
}
@media (max-width: 769px) {
  .mail-container .panel-body {
    height: calc(100vh - 197px);
  }
}
.mail-container .mail-options {
  padding: 12px;
}
.mail-container .table {
  margin-bottom: 0;
  border-top: 1px solid #FFFFFF;
}
.mail-container .table tr:hover {
  cursor: pointer;
}
.mail-container .table tr > td {
  padding: 12px;
}
.mail-container .table tr > td > .fa-star {
  color: #ccc;
}
.mail-container .table tr > td > .fa-star.active {
  color: #E94B3B;
}
.mail-container .table label.ui-checkbox {
  margin-bottom: 0;
}
.mail-container .table .mail-unread {
  font-weight: bold;
  color: #333333;
}
.mail-container .table .mail-hightlight td {
  background-color: #FFFAF0;
}
.mail-container .mail-header {
  padding: 15px 0;
}
.mail-container .mail-header h3 {
  margin-top: 0;
}
.mail-container .mail-info {
  padding: 10px 15px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.mail-container .mail-info .col-md-8,
.mail-container .mail-info .col-md-4 {
  padding: 0;
}
.mail-container .mail-content {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}
.mail-container .mail-attachments {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}
.mail-container .mail-attachments .list-attachs img {
  max-width: 200px;
  max-height: 200px;
}
.mail-container .mail-actions {
  margin-top: 10px;
}

.mail-compose .form-group > input {
  border: none;
}
.mail-compose .form-group > input:focus {
  border: none;
}
.mail-compose .mail-actions {
  margin-top: 10px;
}

.panel .panel-heading {
  font-size: 16px;
  padding-bottom: 0;
  padding-top: 0;
  font-weight: normal;
}
.panel .panel-title {
  font-size: 14px;
}

.panel-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
}
.panel-box .panel-item {
  display: table-cell;
  padding: 30px;
  width: 1%;
  vertical-align: top;
  border-radius: 0;
}
.panel-box .panel-left {
  -moz-border-radius-topleft: 25px;
  -webkit-border-top-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.panel-box .panel-right {
  -moz-border-radius-topright: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.panel-box.info-box i {
  line-height: 70px;
}
.panel-box .panel-top,
.panel-box .panel-bottom {
  display: block;
}
.panel-box .panel-top {
  padding: 30px 20px;
  -moz-border-radius-topleft: 25px;
  -webkit-border-top-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-border-radius-topright: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
}
.panel-box .panel-bottom {
  padding: 10px;
  -moz-border-radius-bottomleft: 25px;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.panel-box .panel-bottom p {
  margin: 0;
}
.panel-box .list-justified-container {
  padding: 15px 0;
}
.panel-box ul.list-justified {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
}
.panel-box ul.list-justified > li {
  float: none;
  display: table-cell;
  padding: 10px;
  width: 1%;
  border-right: 1px solid #eeeeee;
}
.panel-box ul.list-justified > li:last-child {
  border: none;
}
.panel-box ul.list-justified > li p {
  margin: 0;
}
.panel-box .panel-icon {
  display: block;
  margin: -75px auto 0;
  padding: 28px 35px 35px;
  border-radius: 50%;
  border: 10px solid #fff;
  width: 150px;
  height: 150px;
  line-height: 80px;
  text-align: center;
  font-size: 58px;
  text-shadow: -6px 8px 5px rgba(0, 0, 0, 0.3);
}

.mini-box {
  min-height: 105px;
  padding: 20px;
}
.mini-box .box-icon {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  vertical-align: middle;
  text-align: center;
  font-size: 35px;
}
.mini-box .box-info p {
  margin: 0;
}

.secondary-profile {
  position: relative;
  z-index: 1;
  border: none !important;
}
.secondary-profile .profilePicture {
  margin-top: 10px;
}

.panel-profile {
  border: none;
}
.panel-profile .dropdown-menu {
  left: auto !important;
}
.panel-profile .option-menu {
  right: 0 !important;
}
.panel-profile ul.dropdown-menu {
  width: 200px;
}
.panel-profile span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.panel-profile span.text-content {
  background: rgba(0, 0, 0, 0.5);
  color: #f2f2f4;
  cursor: pointer;
  display: table;
  height: 75px;
  left: 90px;
  position: absolute;
  top: 50px;
  width: 75px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.panel-profile a:hover span.text-content {
  opacity: 1;
}
.panel-profile .profile {
  margin: 5px 15px 5px 5px;
  border-radius: 50%;
  -moz-box-shadow: 0 0 0 5px #ffb366, 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 5px #ffb366, 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 5px #ffb366, 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.panel-profile .profile img {
  border-radius: 50%;
}
.panel-profile .list-group > li > i {
  margin-right: 10px;
  font-size: 16px;
  color: #777777;
  table-layout: fixed;
}
.panel-profile .list-justified-container {
  padding: 15px 0;
}
.panel-profile ul.list-justified {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
}
.panel-profile ul.list-justified > li {
  float: none;
  display: table-cell;
  padding: 10px;
  width: 1%;
  border-right: 1px solid #eeeeee;
}
.panel-profile ul.list-justified > li:last-child {
  border: none;
}
.panel-profile ul.list-justified > li p {
  margin: 0;
}

.pricing-table {
  margin-bottom: 20px;
  text-align: center;
  background-color: #fcfcfc;
  color: #0a3859;
  border-radius: 25px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.pricing-table > header {
  display: block;
  margin: 0;
  padding: 30px 40px;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.pricing-table .pricing-price {
  padding: 14px;
  font-size: 18px;
  color: #fff;
  background-color: #ccc;
  border-bottom: 3px solid #b8b8b8;
}
.pricing-table .pricing-body > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.pricing-table .pricing-body > ul > li {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #f9f9f9;
}
.pricing-table .pricing-body > ul > li:nth-child(odd) {
  background-color: #eeeeee;
}
.pricing-table .pricing-body > ul > li strong {
  color: #575656;
}
.pricing-table > footer {
  padding: 30px 40px;
}
.pricing-table > footer > a {
  display: block;
  margin: 0;
  font-size: 16px;
}
.pricing-table.pricing-table-dark .pricing-price {
  background-color: #575656;
  border-bottom: 3px solid #424242;
}
.pricing-table.pricing-table-primary .pricing-price {
  background-color: #ff9933;
  border-bottom: 3px solid #ff850a;
}
.pricing-table.pricing-table-success .pricing-price {
  background-color: #ff9933;
  border-bottom: 3px solid #ff850a;
}
.pricing-table.pricing-table-info .pricing-price {
  background-color: #2EC1CC;
  border-bottom: 3px solid #26a2ab;
}
.pricing-table.pricing-table-warning .pricing-price {
  background-color: #FFB61C;
  border-bottom: 3px solid #f2a400;
}
.pricing-table.pricing-table-danger .pricing-price {
  background-color: #E94B3B;
  border-bottom: 3px solid #e22c19;
}

.interv-icon {
  cursor: pointer;
  padding: 5px 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .interv-icon {
    flex: 1 1 110px;
  }
}
.interv-icon .icon {
  padding: 10px;
  border: 1px solid #0a3859;
  background-color: #0a3859;
  text-align: center;
  color: white;
  border-radius: 50%;
}
.interv-icon .title {
  font-size: 15px;
  margin-top: 5px;
}

.ui-timline-container {
  padding: 0 0 15px 0;
}

.ui-timline-left .ui-timline {
  display: table;
  position: relative;
  table-layout: fixed;
  margin-left: 5%;
  border-spacing: 0;
  border-collapse: collapse;
}
.ui-timline-left .ui-timline .tl-item {
  display: table-row;
  margin-bottom: 5px;
}
.ui-timline-left .ui-timline .tl-item:before {
  display: none;
  content: "";
}
.ui-timline-left .ui-timline .tl-item .tl-caption {
  width: 150px;
  margin-left: -55px;
}
.ui-timline-left .ui-timline .tl-item .tl-body {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.ui-timline-left .ui-timline .tl-item .tl-body .tl-entry {
  position: relative;
  margin: 0 0 15px 36px;
}
.ui-timline-left .ui-timline .tl-item .tl-body .tl-time {
  color: #777777;
  line-height: 35px;
  text-align: right;
  font-size: 10px;
}
.ui-timline-left .ui-timline .tl-item .tl-body .tl-icon {
  position: absolute;
  left: -53px;
  top: 5px;
}
.ui-timline-left .ui-timline .tl-item .tl-body .tl-content {
  position: relative;
  padding: 15px;
  border-radius: 25px;
  background-color: #fff;
}
.ui-timline-left .ui-timline .tl-item .tl-body .tl-content:after {
  content: " ";
  line-height: 0;
  position: absolute;
  left: -16px;
  top: 15px;
  border: 8px solid transparent;
  border-right: 8px solid #fff;
}
.ui-timline-left .ui-timline .tl-item .tl-body .tl-content-btn {
  background: #efeeee;
  border-radius: 0 0 5px 5px;
  padding: 5px;
}

.container-tips {
  background-color: #f2f2f4;
  border: 1px solid #f2f2f4;
  padding: 15px;
  border-radius: 25px;
}
.container-tips p {
  color: #082946;
}
.container-tips .info-tips {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .container-tips {
    max-width: 600px;
  }
}

.ui-accordion .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #e9e9e9;
}
.ui-accordion .panel {
  border: 1px solid #e9e9e9;
}
.ui-accordion .panel-heading {
  padding: 0;
  background-color: #f6f6f6;
}
.ui-accordion .panel-heading .panel-title > a {
  display: block;
  padding: 15px;
  font-size: 14px;
}
.ui-accordion .panel-heading .panel-title > a:hover {
  cursor: pointer;
  text-decoration: none;
}

.qb_editor .shadowed {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}
.qb_editor .rounded {
  border-radius: 4px;
}
.qb_editor .QBuilder-datum-wrapper .datum-sidebar {
  width: 30px;
}
.qb_editor .QBuilder-datum-wrapper .QBuilder-datums {
  border-radius: 4px;
  border: 1px solid #c5c5c5;
  padding: 15px;
}
.qb_editor .QBuilder-label-plus-btn {
  padding: 13px 10px;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
}
.qb_editor .QBuilder-label-plus-btn > .QBuilder-label-plus-btn-wrapper {
  border-radius: 4px;
  border: 1px solid #c5c5c5;
  padding: 5px 10px;
  margin-top: calc(50% - 18.5px);
}
.qb_editor .QBuilder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.9em;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.qb_editor .QBuilder.QBuilder--expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.qb_editor .QBuilder .QBuilder-row {
  border-bottom: 1px solid #e0e0e0;
}
.qb_editor .QBuilder .QBuilder-row .QBuilder-section:last-child {
  border-right: 0;
}
.qb_editor .QBuilder .QBuilder-row {
  border-right: 1px solid #e0e0e0;
}
.qb_editor .QBuilder .QBuilder-section {
  position: relative;
  min-height: 55px;
  min-width: 75px;
  border-right: 1px solid #e0e0e0;
}
.qb_editor .QBuilder .QBuilder-section[disabled="disabled"] {
  background: #f3f0f0;
  pointer-events: none;
}
.qb_editor .QBuilder .QBuilder-section[disabled="disabled"] > div {
  opacity: 0.7;
}
.qb_editor .QBuilder .QBuilder-section.QBuilder-plus-btn {
  width: 58px;
}
.qb_editor .QBuilder .QBuilder-section.QBuilder-limit {
  width: 75px;
}
.qb_editor .QBuilder .QBuilder-section.QBuilder-datum {
  width: 130px;
}
.qb_editor .QBuilder .QBuilder-section.QBuilder-section-icon {
  font-size: 20px;
  min-width: 0;
}
.qb_editor .QBuilder .QBuilder-section.QBuilder-section-icon .QBuilder-section-inter .inter-wrapper {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 16px;
  padding-right: 16px;
}
.qb_editor .QBuilder .QBuilder-section .QBuilder-section-label {
  background-color: #f2f2f4;
  position: absolute;
  top: -7px;
  left: 10px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.qb_editor .QBuilder .QBuilder-section .QBuilder-section-inter .inter-wrapper {
  padding-top: 24px;
  padding-bottom: 23px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.qb_editor .QBuilder .QBuilder-section .QBuilder-section-inter .inter-wrapper .selected-elements {
  white-space: nowrap;
  overflow-x: auto;
}
.qb_editor .QBuilder .QBuilder-section .QBuilder-section-inter .inter-wrapper table td {
  vertical-align: middle;
}
.qb_editor .QBuilder .QBuilder-section .QBuilder-section-inter .ui-select > select {
  padding: 5px 15px 5px 5px;
}
.qb_editor .QBuilder .QBuilder-section .QBuilder-section-inter .ui-select:after {
  right: 5px;
}

.pagination > li > a {
  cursor: pointer;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 1px;
}

.progress {
  border-radius: 50px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f0f2f7;
}

.progress-bar {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progressbar-xs {
  height: 10px;
}

.ui-tab-container {
  border: 1px solid #e9e9e9;
  border-radius: 25px;
}
.ui-tab-container .ui-tab .nav-tabs {
  margin-bottom: 0;
}
.ui-tab-container .nav-tabs {
  background-color: transparent;
  border-bottom: 1px solid #e9e9e9;
}
.ui-tab-container .nav-tabs.nav-justified {
  border-bottom: 0;
}
.ui-tab-container .nav-tabs.nav-justified > li > a {
  border: 1px solid transparent;
}
.ui-tab-container .nav-tabs.nav-justified > li > a:focus, .ui-tab-container .nav-tabs.nav-justified > li > a:hover, .ui-tab-container .nav-tabs.nav-justified > li > a:active {
  border: 1px solid transparent;
}
.ui-tab-container .nav-tabs > li > a {
  padding: 10px 15px;
}
.ui-tab-container .tab-content {
  padding: 15px;
}

.ui-tab .nav-tabs {
  overflow-x: auto;
  font-weight: bold;
  margin-bottom: 15px;
}
.ui-tab .nav-tabs > li.disabled {
  opacity: 0.4;
}
.ui-tab .nav-tabs a {
  color: #0A3859;
  font-weight: 500;
}
.ui-tab .nav-tabs a:hover {
  cursor: pointer;
}

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100% !important;
  height: 4px;
}
.slider.slider-horizontal .slider-track {
  height: 2px;
  width: 100%;
  margin-top: -1px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -15px;
  margin-top: -15px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 2px 2px 2px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 4px;
}
.slider.slider-vertical .slider-track {
  width: 2px;
  height: 100%;
  margin-left: -1px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -15px;
  margin-top: -15px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 2px 0 2px 2px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  pointer-events: none;
  background-color: #f5f5f5;
}
.slider.slider-disabled .slider-track {
  opacity: 0.65;
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -47px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #eee;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.slider-selection {
  position: absolute;
  background-color: #ff9933;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 25px;
}

.slider-handle {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}

/* ========================================================================
 * bootstrap-tour - v0.10.1
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2013 Ulrich Sossou
 *
 * ========================================================================
 * 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.
 * ========================================================================
 */
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=80);
}

.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit;
}

.tour-step-backdrop > td {
  position: relative;
  z-index: 1101;
}

.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: 6px;
}

.popover[class*="tour-"] {
  z-index: 1100;
}

.popover[class*="tour-"] .popover-navigation {
  padding: 9px 14px;
}

.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}

.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}

.popover[class*="tour-"].orphan .arrow {
  display: none;
}

table.responsive {
  border: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pinned table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th, .pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}
.easypiechart {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 180px;
  text-align: center;
  margin: 5px auto;
}
.easypiechart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.easypiechart .pie-percent {
  display: inline-block;
  line-height: 180px;
  font-size: 40px;
  font-weight: 300;
  color: #333;
}
.easypiechart .pie-percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .6em;
}

/* Fade in animation */
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Fade out animation */
.fade-out {
  animation: fadeOut 0.5s ease-in-out;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.slide-in-left.ng-hide {
  animation: slideInLeft 1s ease-in-out;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right:not(.ng-hide) {
  animation: slideInRight 1s ease-in-out;
}

@keyframes slideInRight {
  from {
    position: absolute;
    left: 100%;
  }
  to {
    position: relative;
    left: 0;
  }
}
/* Slide out to left animation */
.slide-out-left.ng-hide {
  position: absolute;
  animation: slideOutLeft 1s ease-in-out;
}

@keyframes slideOutLeft {
  from {
    position: absolute;
    right: 0;
  }
  to {
    right: 100%;
  }
}
/* Slide out to right animation */
.slide-out-right.ng-hide {
  animation: slideOutRight 1s ease-in-out;
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
/* Expand from height 0 animation */
.expand-height {
  overflow: hidden;
  animation: expandHeight 5s ease-in-out;
}

/* Expand from height 0 animation */
.expand-height {
  max-height: 100000px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 10s ease-in-out, opacity 0.5s ease-in-out;
}

.expand-height.ng-hide {
  max-height: 0;
  opacity: 0;
}

.do_you_need_help {
  color: #f2f2f4;
  padding-top: 10px;
  font-size: 13px;
}
.do_you_need_help > span {
  text-decoration: underline;
}
.do_you_need_help:hover {
  font-weight: bold;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 2147483001;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #333;
}

.toast-success {
  background-color: #ff850a;
}

.toast-error {
  background-color: #e22c19;
}

.toast-info {
  background-color: #26a2ab;
}

.toast-warning {
  background-color: #f2a400;
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wizard a,
.tabcontrol a {
  outline: 0;
}

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard > .steps > ul > li {
  width: 100%;
}
@media (min-width: 600px) {
  .wizard > .steps > ul > li {
    width: 25%;
  }
}

.wizard.vertical > .steps {
  display: block;
  width: 100%;
}
@media (min-width: 600px) {
  .wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
  }
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard.vertical > .content {
  width: 100%;
}
@media (min-width: 600px) {
  .wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
  }
}

.wizard > .steps .number {
  font-size: 1.429em;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #ff9933;
  color: #fff;
  cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #ff9933;
  color: #fff;
  opacity: .6;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #E94B3B;
  color: #fff;
}

.wizard > .content {
  background-color: #eee;
  display: block;
  margin: 0.5em;
  overflow: hidden;
  width: auto;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.wizard > .content > .body {
  float: left;
  width: 95%;
  height: 95%;
  padding: 2%;
}

.wizard > .content > .body ul {
  list-style: disc !important;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #ff9933;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
  display: list-item;
}

.morris-hover {
  z-index: 1;
  position: absolute;
}

.morris-hover.morris-default-style {
  border-radius: 25px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  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;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/* ------------------------------------------- */
/* Mixins
/* ------------------------------------------- */
/* ------------------------------------------- */
/* Toggle Fade  
/* ------------------------------------------- */
/* line 64, ../sass/ng-animation.scss */
.toggle {
  -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}

/* line 66, ../sass/ng-animation.scss */
.toggle.ng-enter {
  opacity: 0;
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
}

/* line 71, ../sass/ng-animation.scss */
.toggle.ng-enter-active {
  opacity: 1;
}

/* line 75, ../sass/ng-animation.scss */
.toggle.ng-leave {
  opacity: 1;
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
}

/* line 80, ../sass/ng-animation.scss */
.toggle.ng-leave-active {
  opacity: 0;
}

/* line 85, ../sass/ng-animation.scss */
.toggle.ng-hide-add {
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 89, ../sass/ng-animation.scss */
.toggle.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}

/* line 94, ../sass/ng-animation.scss */
.toggle.ng-hide-remove {
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  display: block !important;
  opacity: 0;
}

/* line 99, ../sass/ng-animation.scss */
.toggle.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

/* ------------------------------------------- */
/* Slide Top 
/* ------------------------------------------- */
/* line 109, ../sass/ng-animation.scss */
.slide-top {
  -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}

/* line 111, ../sass/ng-animation.scss */
.slide-top.ng-enter {
  transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 0;
}

/* line 117, ../sass/ng-animation.scss */
.slide-top.ng-enter-active {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

/* line 122, ../sass/ng-animation.scss */
.slide-top.ng-leave {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 128, ../sass/ng-animation.scss */
.slide-top.ng-leave-active {
  transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  opacity: 0;
}

/* line 134, ../sass/ng-animation.scss */
.slide-top.ng-hide-add {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 139, ../sass/ng-animation.scss */
.slide-top.ng-hide-add.ng-hide-add-active {
  transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  opacity: 0;
}

/* line 145, ../sass/ng-animation.scss */
.slide-top.ng-hide-remove {
  transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  display: block !important;
  opacity: 0;
}

/* line 151, ../sass/ng-animation.scss */
.slide-top.ng-hide-remove.ng-hide-remove-active {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

/* ------------------------------------------- */
/* Slide Rigth 
/* ------------------------------------------- */
/* line 163, ../sass/ng-animation.scss */
.slide-right {
  -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}

/* line 165, ../sass/ng-animation.scss */
.slide-right.ng-enter {
  transform: translateX(60px);
  -ms-transform: translateX(60px);
  -webkit-transform: translateX(60px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 0;
}

/* line 171, ../sass/ng-animation.scss */
.slide-right.ng-enter-active {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

/* line 176, ../sass/ng-animation.scss */
.slide-right.ng-leave {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 182, ../sass/ng-animation.scss */
.slide-right.ng-leave-active {
  transform: translateX(60px);
  -ms-transform: translateX(60px);
  -webkit-transform: translateX(60px);
  opacity: 0;
}

/* line 188, ../sass/ng-animation.scss */
.slide-right.ng-hide-add {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 193, ../sass/ng-animation.scss */
.slide-right.ng-hide-add.ng-hide-add-active {
  transform: translateX(60px);
  -ms-transform: translateX(60px);
  -webkit-transform: translateX(60px);
  opacity: 0;
}

/* line 199, ../sass/ng-animation.scss */
.slide-right.ng-hide-remove {
  transform: translateX(60px);
  -ms-transform: translateX(60px);
  -webkit-transform: translateX(60px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  display: block !important;
  opacity: 0;
}

/* line 205, ../sass/ng-animation.scss */
.slide-right.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

/* ------------------------------------------- */
/* Slide Left 
/* ------------------------------------------- */
/* line 217, ../sass/ng-animation.scss */
.slide-left {
  -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}

/* line 219, ../sass/ng-animation.scss */
.slide-left.ng-enter {
  transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 0;
}

/* line 225, ../sass/ng-animation.scss */
.slide-left.ng-enter-active {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

/* line 230, ../sass/ng-animation.scss */
.slide-left.ng-leave {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 236, ../sass/ng-animation.scss */
.slide-left.ng-leave-active {
  transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  opacity: 0;
}

/* line 242, ../sass/ng-animation.scss */
.slide-left.ng-hide-add {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 247, ../sass/ng-animation.scss */
.slide-left.ng-hide-add.ng-hide-add-active {
  transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  opacity: 0;
}

/* line 253, ../sass/ng-animation.scss */
.slide-left.ng-hide-remove {
  transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  display: block !important;
  opacity: 0;
}

/* line 259, ../sass/ng-animation.scss */
.slide-left.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

/* ------------------------------------------- */
/* Slide Down
/* ------------------------------------------- */
/* line 270, ../sass/ng-animation.scss */
.slide-down {
  -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}

/* line 273, ../sass/ng-animation.scss */
.slide-down.ng-enter {
  transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 0;
}

/* line 279, ../sass/ng-animation.scss */
.slide-down.ng-enter-active {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

/* line 284, ../sass/ng-animation.scss */
.slide-down.ng-leave {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 290, ../sass/ng-animation.scss */
.slide-down.ng-leave-active {
  transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  opacity: 0;
}

/* line 296, ../sass/ng-animation.scss */
.slide-down.ng-hide-add {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 301, ../sass/ng-animation.scss */
.slide-down.ng-hide-add.ng-hide-add-active {
  transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  opacity: 0;
}

/* line 307, ../sass/ng-animation.scss */
.slide-down.ng-hide-remove {
  transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  display: block !important;
  opacity: 0;
}

/* line 313, ../sass/ng-animation.scss */
.slide-down.ng-hide-remove.ng-hide-remove-active {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

/* ------------------------------------------- */
/* Bouncy Slide Top 
/* ------------------------------------------- */
/* line 325, ../sass/ng-animation.scss */
.bouncy-slide-top {
  -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  /* custom */
}

/* line 328, ../sass/ng-animation.scss */
.bouncy-slide-top.ng-enter {
  transform: translateY(240px);
  -ms-transform: translateY(240px);
  -webkit-transform: translateY(240px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 0;
}

/* line 334, ../sass/ng-animation.scss */
.bouncy-slide-top.ng-enter-active {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

/* line 339, ../sass/ng-animation.scss */
.bouncy-slide-top.ng-leave {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 345, ../sass/ng-animation.scss */
.bouncy-slide-top.ng-leave-active {
  transform: translateY(240px);
  -ms-transform: translateY(240px);
  -webkit-transform: translateY(240px);
  opacity: 0;
}

/* line 351, ../sass/ng-animation.scss */
.bouncy-slide-top.ng-hide-add {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 356, ../sass/ng-animation.scss */
.bouncy-slide-top.ng-hide-add.ng-hide-add-active {
  transform: translateY(240px);
  -ms-transform: translateY(240px);
  -webkit-transform: translateY(240px);
  opacity: 0;
}

/* line 362, ../sass/ng-animation.scss */
.bouncy-slide-top.ng-hide-remove {
  transform: translateY(240px);
  -ms-transform: translateY(240px);
  -webkit-transform: translateY(240px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  display: block !important;
  opacity: 0;
}

/* line 368, ../sass/ng-animation.scss */
.bouncy-slide-top.ng-hide-remove.ng-hide-remove-active {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

/* ------------------------------------------- */
/* Bouncy Slide Rigth 
/* ------------------------------------------- */
/* line 379, ../sass/ng-animation.scss */
.bouncy-slide-right {
  -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  /* custom */
}

/* line 382, ../sass/ng-animation.scss */
.bouncy-slide-right.ng-enter {
  transform: translateX(240px);
  -ms-transform: translateX(240px);
  -webkit-transform: translateX(240px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 0;
}

/* line 388, ../sass/ng-animation.scss */
.bouncy-slide-right.ng-enter-active {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

/* line 393, ../sass/ng-animation.scss */
.bouncy-slide-right.ng-leave {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 399, ../sass/ng-animation.scss */
.bouncy-slide-right.ng-leave-active {
  transform: translateX(240px);
  -ms-transform: translateX(240px);
  -webkit-transform: translateX(240px);
  opacity: 0;
}

/* line 405, ../sass/ng-animation.scss */
.bouncy-slide-right.ng-hide-add {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 410, ../sass/ng-animation.scss */
.bouncy-slide-right.ng-hide-add.ng-hide-add-active {
  transform: translateX(240px);
  -ms-transform: translateX(240px);
  -webkit-transform: translateX(240px);
  opacity: 0;
}

/* line 416, ../sass/ng-animation.scss */
.bouncy-slide-right.ng-hide-remove {
  transform: translateX(240px);
  -ms-transform: translateX(240px);
  -webkit-transform: translateX(240px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  display: block !important;
  opacity: 0;
}

/* line 422, ../sass/ng-animation.scss */
.bouncy-slide-right.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

/* ------------------------------------------- */
/* Bouncy Slide Left 
/* ------------------------------------------- */
/* line 434, ../sass/ng-animation.scss */
.bouncy-slide-left {
  -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  /* custom */
}

/* line 437, ../sass/ng-animation.scss */
.bouncy-slide-left.ng-enter {
  transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 0;
}

/* line 443, ../sass/ng-animation.scss */
.bouncy-slide-left.ng-enter-active {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

/* line 448, ../sass/ng-animation.scss */
.bouncy-slide-left.ng-leave {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 454, ../sass/ng-animation.scss */
.bouncy-slide-left.ng-leave-active {
  transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  opacity: 0;
}

/* line 460, ../sass/ng-animation.scss */
.bouncy-slide-left.ng-hide-add {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 465, ../sass/ng-animation.scss */
.bouncy-slide-left.ng-hide-add.ng-hide-add-active {
  transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  opacity: 0;
}

/* line 471, ../sass/ng-animation.scss */
.bouncy-slide-left.ng-hide-remove {
  transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  display: block !important;
  opacity: 0;
}

/* line 477, ../sass/ng-animation.scss */
.bouncy-slide-left.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

/* ------------------------------------------- */
/* Bouncy Slide Down
/* ------------------------------------------- */
/* line 488, ../sass/ng-animation.scss */
.bouncy-slide-down {
  -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  /* custom */
}

/* line 491, ../sass/ng-animation.scss */
.bouncy-slide-down.ng-enter {
  transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  -webkit-transform: translateY(-240px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 0;
}

/* line 497, ../sass/ng-animation.scss */
.bouncy-slide-down.ng-enter-active {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

/* line 502, ../sass/ng-animation.scss */
.bouncy-slide-down.ng-leave {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 508, ../sass/ng-animation.scss */
.bouncy-slide-down.ng-leave-active {
  transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  -webkit-transform: translateY(-240px);
  opacity: 0;
}

/* line 514, ../sass/ng-animation.scss */
.bouncy-slide-down.ng-hide-add {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 519, ../sass/ng-animation.scss */
.bouncy-slide-down.ng-hide-add.ng-hide-add-active {
  transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  -webkit-transform: translateY(-240px);
  opacity: 0;
}

/* line 525, ../sass/ng-animation.scss */
.bouncy-slide-down.ng-hide-remove {
  transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  -webkit-transform: translateY(-240px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  display: block !important;
  opacity: 0;
}

/* line 531, ../sass/ng-animation.scss */
.bouncy-slide-down.ng-hide-remove.ng-hide-remove-active {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

/* ------------------------------------------- */
/* Scale Fade 
/* ------------------------------------------- */
/* line 544, ../sass/ng-animation.scss */
.scale-fade {
  -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}

/* line 547, ../sass/ng-animation.scss */
.scale-fade.ng-enter {
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 0;
}

/* line 553, ../sass/ng-animation.scss */
.scale-fade.ng-enter-active {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* line 558, ../sass/ng-animation.scss */
.scale-fade.ng-leave {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 564, ../sass/ng-animation.scss */
.scale-fade.ng-leave-active {
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  opacity: 0;
}

/* line 570, ../sass/ng-animation.scss */
.scale-fade.ng-hide-add {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 575, ../sass/ng-animation.scss */
.scale-fade.ng-hide-add.ng-hide-add-active {
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  opacity: 0;
}

/* line 581, ../sass/ng-animation.scss */
.scale-fade.ng-hide-remove {
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  display: block !important;
  opacity: 0;
}

/* line 587, ../sass/ng-animation.scss */
.scale-fade.ng-hide-remove.ng-hide-remove-active {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* ------------------------------------------- */
/* Spin Fade 
/* ------------------------------------------- */
/* line 598, ../sass/ng-animation.scss */
.spin-toggle {
  -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}

/* line 601, ../sass/ng-animation.scss */
.spin-toggle.ng-enter {
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 0;
}

/* line 607, ../sass/ng-animation.scss */
.spin-toggle.ng-enter-active {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  opacity: 1;
}

/* line 612, ../sass/ng-animation.scss */
.spin-toggle.ng-leave {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 618, ../sass/ng-animation.scss */
.spin-toggle.ng-leave-active {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  opacity: 0;
}

/* line 624, ../sass/ng-animation.scss */
.spin-toggle.ng-hide-add {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 629, ../sass/ng-animation.scss */
.spin-toggle.ng-hide-add.ng-hide-add-active {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  opacity: 0;
}

/* line 635, ../sass/ng-animation.scss */
.spin-toggle.ng-hide-remove {
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  display: block !important;
  opacity: 0;
}

/* line 641, ../sass/ng-animation.scss */
.spin-toggle.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  opacity: 1;
}

/* ------------------------------------------- */
/* Scale in Fade 
/* ------------------------------------------- */
/* line 653, ../sass/ng-animation.scss */
.scale-fade-in {
  -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}

/* line 656, ../sass/ng-animation.scss */
.scale-fade-in.ng-enter {
  transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 0;
}

/* line 662, ../sass/ng-animation.scss */
.scale-fade-in.ng-enter-active {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* line 667, ../sass/ng-animation.scss */
.scale-fade-in.ng-leave {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 673, ../sass/ng-animation.scss */
.scale-fade-in.ng-leave-active {
  transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  opacity: 0;
}

/* line 679, ../sass/ng-animation.scss */
.scale-fade-in.ng-hide-add {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

/* line 684, ../sass/ng-animation.scss */
.scale-fade-in.ng-hide-add.ng-hide-add-active {
  transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  opacity: 0;
}

/* line 690, ../sass/ng-animation.scss */
.scale-fade-in.ng-hide-remove {
  transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  display: block !important;
  opacity: 0;
}

/* line 696, ../sass/ng-animation.scss */
.scale-fade-in.ng-hide-remove.ng-hide-remove-active {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* ------------------------------------------- */
/* Bouncy Scale in Fade 
/* ------------------------------------------- */
/* line 708, ../sass/ng-animation.scss */
.bouncy-scale-in {
  -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  /* custom */
}

/* line 711, ../sass/ng-animation.scss */
.bouncy-scale-in.ng-enter {
  transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  transition-duration: 450ms;
  -webkit-transition-duration: 450ms;
  opacity: 0;
}

/* line 717, ../sass/ng-animation.scss */
.bouncy-scale-in.ng-enter-active {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* line 722, ../sass/ng-animation.scss */
.bouncy-scale-in.ng-leave {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transition-duration: 450ms;
  -webkit-transition-duration: 450ms;
  opacity: 1;
}

/* line 728, ../sass/ng-animation.scss */
.bouncy-scale-in.ng-leave-active {
  transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  opacity: 0;
}

/* line 734, ../sass/ng-animation.scss */
.bouncy-scale-in.ng-hide-add {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transition-duration: 450ms;
  -webkit-transition-duration: 450ms;
  opacity: 1;
}

/* line 739, ../sass/ng-animation.scss */
.bouncy-scale-in.ng-hide-add.ng-hide-add-active {
  transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  opacity: 0;
}

/* line 745, ../sass/ng-animation.scss */
.bouncy-scale-in.ng-hide-remove {
  transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  transition-duration: 450ms;
  -webkit-transition-duration: 450ms;
  display: block !important;
  opacity: 0;
}

/* line 751, ../sass/ng-animation.scss */
.bouncy-scale-in.ng-hide-remove.ng-hide-remove-active {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* ------------------------------------------- */
/* Flip In 
/* ------------------------------------------- */
/* line 763, ../sass/ng-animation.scss */
.flip-in {
  -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}

/* line 766, ../sass/ng-animation.scss */
.flip-in.ng-enter {
  transform: perspective(300px) rotateX(90deg);
  -ms-transform: perspective(300px) rotateX(90deg);
  -webkit-transform: perspective(300px) rotateX(90deg);
  transition-duration: 550ms;
  -webkit-transition-duration: 550ms;
  opacity: 0.7;
}

/* line 772, ../sass/ng-animation.scss */
.flip-in.ng-enter-active {
  transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -webkit-transform: perspective(300px) rotateX(0deg);
  opacity: 1;
}

/* line 777, ../sass/ng-animation.scss */
.flip-in.ng-leave {
  transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -webkit-transform: perspective(300px) rotateX(0deg);
  transition-duration: 550ms;
  -webkit-transition-duration: 550ms;
  opacity: 1;
}

/* line 783, ../sass/ng-animation.scss */
.flip-in.ng-leave-active {
  transform: perspective(300px) rotateX(135deg);
  -ms-transform: perspective(300px) rotateX(135deg);
  -webkit-transform: perspective(300px) rotateX(135deg);
  opacity: 0.7;
}

/* line 789, ../sass/ng-animation.scss */
.flip-in.ng-hide-add {
  transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -webkit-transform: perspective(300px) rotateX(0deg);
  transition-duration: 550ms;
  -webkit-transition-duration: 550ms;
  opacity: 1;
}

/* line 794, ../sass/ng-animation.scss */
.flip-in.ng-hide-add.ng-hide-add-active {
  transform: perspective(300px) rotateX(135deg);
  -ms-transform: perspective(300px) rotateX(135deg);
  -webkit-transform: perspective(300px) rotateX(135deg);
  opacity: 0;
}

/* line 800, ../sass/ng-animation.scss */
.flip-in.ng-hide-remove {
  transform: perspective(300px) rotateX(90deg);
  -ms-transform: perspective(300px) rotateX(90deg);
  -webkit-transform: perspective(300px) rotateX(90deg);
  transition-duration: 550ms;
  -webkit-transition-duration: 550ms;
  display: block !important;
  opacity: 0;
}

/* line 806, ../sass/ng-animation.scss */
.flip-in.ng-hide-remove.ng-hide-remove-active {
  transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -webkit-transform: perspective(300px) rotateX(0deg);
  opacity: 1;
}

/* ------------------------------------------- */
/* Rotate In 
/* ------------------------------------------- */
/* line 817, ../sass/ng-animation.scss */
.rotate-in {
  -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
  /* custom */
}

/* line 820, ../sass/ng-animation.scss */
.rotate-in.ng-enter {
  transform: perspective(300px) rotateY(40deg);
  -ms-transform: perspective(300px) rotateY(40deg);
  -webkit-transform: perspective(300px) rotateY(40deg);
  transition-duration: 550ms;
  -webkit-transition-duration: 550ms;
  opacity: 0.7;
}

/* line 826, ../sass/ng-animation.scss */
.rotate-in.ng-enter-active {
  transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -webkit-transform: perspective(300px) rotateY(0deg);
  opacity: 1;
}

/* line 831, ../sass/ng-animation.scss */
.rotate-in.ng-leave {
  transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -webkit-transform: perspective(300px) rotateY(0deg);
  transition-duration: 550ms;
  -webkit-transition-duration: 550ms;
  opacity: 1;
}

/* line 837, ../sass/ng-animation.scss */
.rotate-in.ng-leave-active {
  transform: perspective(300px) rotateY(-40deg);
  -ms-transform: perspective(300px) rotateY(-40deg);
  -webkit-transform: perspective(300px) rotateY(-40deg);
  opacity: 0.7;
}

/* line 843, ../sass/ng-animation.scss */
.rotate-in.ng-hide-add {
  transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -webkit-transform: perspective(300px) rotateY(0deg);
  transition-duration: 550ms;
  -webkit-transition-duration: 550ms;
  opacity: 1;
}

/* line 848, ../sass/ng-animation.scss */
.rotate-in.ng-hide-add.ng-hide-add-active {
  transform: perspective(300px) rotateY(-40deg);
  -ms-transform: perspective(300px) rotateY(-40deg);
  -webkit-transform: perspective(300px) rotateY(-40deg);
  opacity: 0;
}

/* line 854, ../sass/ng-animation.scss */
.rotate-in.ng-hide-remove {
  transform: perspective(300px) rotateY(40deg);
  -ms-transform: perspective(300px) rotateY(40deg);
  -webkit-transform: perspective(300px) rotateY(40deg);
  transition-duration: 550ms;
  -webkit-transition-duration: 550ms;
  display: block !important;
  opacity: 0;
}

/* line 860, ../sass/ng-animation.scss */
.rotate-in.ng-hide-remove.ng-hide-remove-active {
  transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -webkit-transform: perspective(300px) rotateY(0deg);
  opacity: 1;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff;
}

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

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

.fa-search:before {
  content: "\f002";
}

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

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

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

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

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

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

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

.fa-th:before {
  content: "\f00a";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-road:before {
  content: "\f018";
}

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

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

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

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

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

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

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

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

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

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

.fa-print:before {
  content: "\f02f";
}

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

.fa-font:before {
  content: "\f031";
}

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

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

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

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

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

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

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

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

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

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

.fa-indent:before {
  content: "\f03c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

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

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

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

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

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

.fa-random:before {
  content: "\f074";
}

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

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

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

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

.fa-retweet:before {
  content: "\f079";
}

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

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

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

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

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

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

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

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

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

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

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

.fa-filter:before {
  content: "\f0b0";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

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

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

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

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

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

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

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

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

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

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

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

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

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

.fa-medkit:before {
  content: "\f0fa";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

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

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

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

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

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

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

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

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

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

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

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

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

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

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

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

.fa-windows:before {
  content: "\f17a";
}

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

.fa-linux:before {
  content: "\f17c";
}

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

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

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

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

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

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

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

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

.fa-vk:before {
  content: "\f189";
}

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

.fa-renren:before {
  content: "\f18b";
}

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

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

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

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

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

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

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

.fa-joomla:before {
  content: "\f1aa";
}

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

.fa-fax:before {
  content: "\f1ac";
}

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

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

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

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

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

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

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

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

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

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

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

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

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

.fa-git:before {
  content: "\f1d3";
}

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

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

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

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

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

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

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

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

.fa-tty:before {
  content: "\f1e4";
}

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

.fa-plug:before {
  content: "\f1e6";
}

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

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

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

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

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

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

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

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

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

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

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

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

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

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

.fa-meanpath:before {
  content: "\f20c";
}

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

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

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

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

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

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

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

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

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

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  color: #000;
  ontent: "\f233";
}

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

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

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

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

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

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

.fa-chrome:before {
  content: "\f268";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-map:before {
  content: "\f279";
}

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

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

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

.fa-vimeo:before {
  content: "\f27d";
}

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

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

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

/*!
 * Cropper v2.3.2
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2016 Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: 2016-06-08T12:14:46.286Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  image-orientation: 0deg !important;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.cropper-modal {
  opacity: .5;
  background-color: #000;
  filter: alpha(opacity=50);
}

.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-dashed {
  position: absolute;
  display: block;
  opacity: .5;
  border: 0 dashed #eee;
  filter: alpha(opacity=50);
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: .75;
  filter: alpha(opacity=75);
}

.cropper-center:before,
.cropper-center:after {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee;
}

.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}

.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1;
  filter: alpha(opacity=10);
}

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;
  opacity: .75;
  background-color: #39f;
  filter: alpha(opacity=75);
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
  filter: alpha(opacity=100);
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f;
  filter: alpha(opacity=0);
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75;
    filter: alpha(opacity=75);
  }
}
.cropper-invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 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;
}

.flex-auto {
  flex: 1 1 auto;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-column-padding-10 > * {
  padding: 0 10px;
}

@media (max-width: 992px) {
  .flex-column-padding-5-sm > * {
    padding: 0 5px !important;
  }
}

.d-inline-flex.flex-full,
.d-flex.flex-full {
  width: 100%;
}
.d-inline-flex > .flex-1,
.d-flex > .flex-1 {
  flex: 1;
}
.d-inline-flex > .flex-2,
.d-flex > .flex-2 {
  flex: 2;
}
.d-inline-flex > .flex-3,
.d-flex > .flex-3 {
  flex: 3;
}
.d-inline-flex > .flex-4,
.d-flex > .flex-4 {
  flex: 4;
}
.d-inline-flex > .flex-10,
.d-flex > .flex-10 {
  flex: 10;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

@media (max-width: 480px) {
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media (max-width: 992px) {
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

.flex-basis-content {
  flex-basis: content;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

@media (max-width: 992px) {
  .flex-column-sm {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media (max-width: 480px) {
  .flex-column-xs {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media (max-width: 480px) {
  .flex-column-reverse-xs {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 992px) {
  .flex-column-reverse-sm {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

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

.justify-content-space-evenly {
  -ms-flex-pack: distribute !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media (min-width: 992px) {
  .align-items-center-md {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media (min-width: 769px) {
  .align-items-center-sm {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-md {
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .flex-wrap-md {
    flex-wrap: nowrap;
  }
}

.flex-wrap-revers {
  flex-wrap: wrap-reverse;
}

.flex-align-center {
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.wizzardSignUp {
  padding: 0 5%;
}
@media (min-width: 992px) {
  .wizzardSignUp {
    padding: 0 50px;
  }
}
.wizzardSignUp .title-question-wizard {
  color: #082946;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.wizzardSignUp .wizard-option {
  position: relative;
  display: block;
}
.wizzardSignUp .wizard-option label {
  display: block;
  background: #FAFAFA;
  color: #082946;
  border-radius: 5px;
  padding: 25px;
  border: 1px solid #DADADA;
  cursor: pointer;
}
.wizzardSignUp .wizard-option input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
}
.wizzardSignUp .wizard-option input[type="radio"]:checked + label {
  background: #fef8ef;
  border-color: #ff9933;
}
.wizzardSignUp .wizard-option input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
}
.wizzardSignUp .wizard-option input[type="checkbox"] {
  display: none;
  position: absolute;
  width: 100%;
}
.wizzardSignUp .wizard-option input[type="checkbox"]:checked + label {
  background: #fef8ef;
  border-color: #ff9933;
}
.wizzardSignUp .wizard-option input[type="checkbox"]:checked + label:before {
  width: 20px;
  height: 20px;
}
.wizzardSignUp .other-option {
  padding: 5px 10px;
}

#wizardSignupForm iframe {
  height: 600px;
  width: 100%;
}

.panel-wizard {
  padding: 0;
}
.panel-wizard .modal-header {
  padding: 0;
  border-bottom: none;
}

.next-btn-container {
  height: 60px;
  display: inline;
}
.next-btn-container button {
  width: 70%;
  display: block;
  margin: auto;
}

.step-left-wizard {
  margin: 20px 0 25px 0;
  padding: 0;
}
.step-left-wizard .dot-step {
  margin: 3px;
  display: block;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #f2f2f4;
}
.step-left-wizard .active .dot-step {
  background-color: #ff9933;
}
.step-left-wizard .done .dot-step {
  background-color: #082946;
}

.iti {
  position: relative;
  display: inline-block;
}

.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;
  border-radius: 25px 0 0 25px;
  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: #f2f2f4;
  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: none;
  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 {
  display: none;
  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("../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("../img/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

@font-face {
  font-family: montserrat,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.drawing-board, .drawing-board * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.drawing-board-utils-hidden, .drawing-board-controls-hidden {
  display: none !important;
}

.drawingboard-fullscreen-ancre {
  display: none;
}

.drawingboard-modal {
  position: absolute;
  z-index: 1050;
  padding: 20px;
  background: #f2f2f4;
  border-radius: 5px;
  top: 20px;
  bottom: 20px;
  left: 10%;
  right: 10%;
  max-width: 1000px;
  margin: auto;
  overflow: auto;
}

.drawing-board {
  position: relative;
  display: block;
}

.drawing-board-canvas-wrapper {
  position: relative;
  margin: 0;
  box-shadow: inset 0px 0px 0px 2px #ddd;
}
.drawing-board-canvas-wrapper > canvas {
  background-size: cover;
}

.drawing-board-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: auto;
}

.drawing-board-canvas {
  cursor: crosshair;
  z-index: 20;
}

.drawing-board-cursor {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  z-index: 30;
}

.drawing-board-control > button, .drawing-board-control-colors-rainbows, .drawing-board-control-size .drawing-board-control-inner, .drawing-board-control-size-dropdown {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  background-color: #eee;
  padding: 2px 4px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px -2px #121212, inset 0 2px 5px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 1px 3px -2px #121212, inset 0 2px 5px 0 rgba(255, 255, 255, 0.3);
  height: 28px;
}

.drawing-board-control > button {
  cursor: pointer;
  min-width: 28px;
  line-height: 14px;
}
.drawing-board-control > button:hover, .drawing-board-control > button:focus {
  background-color: #ddd;
}
.drawing-board-control > button:active, .drawing-board-control > button.active {
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background-color: #ddd;
}
.drawing-board-control > button[disabled] {
  color: gray;
}
.drawing-board-control > button[disabled]:hover, .drawing-board-control > button[disabled]:focus, .drawing-board-control > button[disabled]:active, .drawing-board-control > button[disabled].active {
  background-color: #eee;
  box-shadow: 0 1px 3px -2px #121212, inset 0 2px 5px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 1px 3px -2px #121212, inset 0 2px 5px 0 rgba(255, 255, 255, 0.3);
  cursor: default;
}

.drawing-board-controls {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  display: table;
  border-spacing: 9.33333px 0;
  position: relative;
  min-height: 28px;
}
.drawing-board-controls[data-align="left"] {
  margin: 0;
  left: -9.33333px;
}
.drawing-board-controls[data-align="right"] {
  margin: 0 0 0 auto;
  right: -9.33333px;
}
.drawing-board-canvas-wrapper + .drawing-board-controls, .drawing-board-controls + .drawing-board-canvas-wrapper {
  margin-top: 5px;
}

.drawing-board-controls-hidden {
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.drawing-board-control {
  display: table-cell;
  border-collapse: separate;
  vertical-align: middle;
  font-size: 16px;
  height: 100%;
}

.drawing-board-control-inner {
  position: relative;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawing-board-control > button {
  margin: 0;
  vertical-align: middle;
}

.drawing-board-control-colors {
  font-size: 0;
  line-height: 0;
}

.drawing-board-control-colors-current {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 1px;
}

.drawing-board-control-colors-rainbows {
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  left: 0;
  top: 33px;
  margin-left: 0;
  z-index: 100;
  width: 90px;
  height: auto;
  padding: 4px;
}

.drawing-board-control-colors-rainbow {
  height: 30px;
}

.drawing-board-control-colors-picker:first-child,
.drawing-board-control-colors-picker:nth-child(2) {
  margin-right: 5px;
}

.drawing-board-control-colors-picker {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.drawing-board-control-colors-picker:hover {
  border: 1px solid #555;
}

.drawing-board-control-drawingmode > button {
  margin-right: 2px;
}
.drawing-board-control-drawingmode > button:last-child {
  margin-right: 0;
}

.drawing-board-control-navigation > button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-right: 2px;
}
.drawing-board-control-navigation > button:last-child {
  margin-right: 0;
}

.drawing-board-control-size[data-drawing-board-type="range"] .drawing-board-control-inner {
  width: 75px;
}
.drawing-board-control-size[data-drawing-board-type="dropdown"] .drawing-board-control-inner {
  overflow: visible;
}

.drawing-board-control-size-range-input {
  position: relative;
  width: 100%;
  z-index: 100;
  margin: 0;
  padding: 0;
  border: 0;
}

.drawing-board-control-size-range-current, .drawing-board-control-size-dropdown-current span, .drawing-board-control-size-dropdown span {
  display: block;
  background: #333;
  opacity: .8;
}

.drawing-board-control-size-range-current {
  display: inline-block;
  opacity: .15;
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  z-index: 50;
}

.drawing-board-control-size-dropdown-current {
  display: block;
  height: 100%;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.drawing-board-control-size-dropdown-current span {
  position: absolute;
  left: 50%;
  top: 50%;
}

.drawing-board-control-size-dropdown {
  position: absolute;
  left: -6px;
  top: 33px;
  height: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.drawing-board-control-size-dropdown li {
  display: block;
  padding: 4px;
  margin: 3px 0;
  min-height: 16px;
}
.drawing-board-control-size-dropdown li:hover {
  background: #ccc;
}
.drawing-board-control-size-dropdown span {
  margin: 0 auto;
}

@-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 {
  box-sizing: border-box;
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  padding: 20px 20px;
  display: flex;
  justify-content: center;
}
.dropzone * {
  box-sizing: border-box;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}
.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-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.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, #eeeeee, #dddddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: #f2f2f4;
}
.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 {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.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, #666666, #444444);
  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: #f2f2f4;
}
.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;
}

.dropzone {
  position: relative;
  padding: 5px;
  cursor: pointer;
  border: 2px dashed #ff9933;
}
.dropzone .dz-message, .dropzone .dz-preview .dz-remove {
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
}
.dropzone .dz-message {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #999;
  font-size: 12px;
}
.dropzone .dz-preview {
  margin: 5px;
  min-height: auto;
}
.dropzone .dz-preview .dz-image, .dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 3px;
}
.dropzone .dz-preview .dz-filename, .dropzone .dz-preview .dz-size {
  display: none;
}
.dropzone .dz-preview .dz-progress {
  left: 0;
  width: 90%;
  border-radius: 3px;
  margin-left: 5%;
  margin-right: 5%;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #8BC34A;
  background: -webkit-linear-gradient(top, #E6EE9C, #8BC34A);
  background: linear-gradient(to bottom, #e6ee9c, #8bc34a);
}
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  margin: 0;
  width: 100%;
  height: 100%;
}
.dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg {
  position: absolute;
  margin-top: -6px;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.dropzone .dz-preview.dz-error .dz-error-message {
  top: auto;
  left: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  border-radius: 3px;
  background: #FF9800;
  background: -webkit-linear-gradient(top, #FFA726, #FF9800);
  background: linear-gradient(to bottom, #ffa726, #ff9800);
  text-align: center;
  margin-top: 10px;
  margin-left: -10px;
}
.dropzone .dz-preview.dz-error .dz-error-message:after {
  border-bottom: 6px solid #FF9800;
}
.dropzone .dz-preview .dz-remove {
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 11px;
  padding: 3px 0;
  background-color: rgba(100, 100, 100, 0.5);
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}
.dropzone.md .dz-preview .dz-image {
  width: 100px;
  height: 100px;
}
.dropzone.md .dz-preview.dz-error .dz-error-message {
  margin-left: -20px;
}
.dropzone.sm .dz-preview .dz-image {
  width: 80px;
  height: 80px;
}
.dropzone.sm .dz-preview.dz-error .dz-error-message {
  margin-left: -30px;
}
.dropzone.sm .dz-preview .dz-remove {
  font-size: 10px;
}
.dropzone.xs .dz-preview .dz-image {
  width: 60px;
  height: 60px;
}
.dropzone.xs .dz-preview.dz-error .dz-error-message {
  margin-left: -40px;
}
.dropzone.xs .dz-preview .dz-remove {
  font-size: 9px;
}

.page-letsmooove .page-padding {
  padding: 0 50px;
}
.page-letsmooove h2 {
  font-size: 3.5rem;
}
.page-letsmooove h1 {
  font-size: 4rem;
}
.page-letsmooove h1, .page-letsmooove h2, .page-letsmooove h3, .page-letsmooove h4, .page-letsmooove h5 {
  font-weight: 900;
  font-style: italic;
  color: #0E009A !important;
}
.page-letsmooove p {
  font-size: 16px;
  padding: 10px 0px;
}
.page-letsmooove .top-image {
  height: 500px;
}
.page-letsmooove .steps {
  text-align: center;
}
.page-letsmooove .steps .step {
  padding: 20px;
}
.page-letsmooove .steps .step img {
  max-width: 60%;
  max-height: 230px;
}
.page-letsmooove .steps .step ul {
  margin-top: 30px;
}
.page-letsmooove .steps .step ul li {
  margin-top: 20px;
}
.page-letsmooove .bg-letsmooove {
  background-color: #C5FD71;
}
.page-letsmooove .bg-letsmooove a, .page-letsmooove .bg-letsmooove p {
  color: #0E009A;
}
.page-letsmooove .button__letsmooove {
  color: #FFFFFF !important;
  border-width: 0px !important;
  border-color: RGBA(255, 255, 255, 0);
  border-radius: 100px;
  font-weight: 800 !important;
  font-style: italic !important;
  background-image: linear-gradient(180deg, #255af0 0%, #0e009a 100%);
  padding: 10px 20px;
  display: inline;
}

.hexfitlab-tab > a {
  background-color: #082946;
}
.hexfitlab-tab > a .title-dropdown, .hexfitlab-tab > a .subtitle-dropdown {
  color: white;
}
.hexfitlab-tab > a:hover .title-dropdown, .hexfitlab-tab > a:hover .subtitle-dropdown {
  color: #082946;
}

#feeds-side-panel {
  position: fixed;
  z-index: 999;
  top: 48px;
  bottom: 0;
  background: lightgray;
  right: 0;
  left: 0;
  width: 100%;
  -moz-transition: right 0.8s ease-in-out;
  -o-transition: right 0.8s ease-in-out;
  -webkit-transition: right 0.8s ease-in-out;
  transition: right 0.8s ease-in-out;
}
@media (min-width: 769px) {
  #feeds-side-panel {
    top: 100px;
    right: -100%;
    width: 25%;
    left: auto;
  }
}
#feeds-side-panel.open {
  right: 0;
}
#feeds-side-panel .feeds-container {
  width: 100%;
  height: 100%;
  border: 1px solid lightgray;
  border-right: 0;
  border-bottom: 0;
}
#feeds-side-panel .feeds-container .feeds-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.page-documents .documents-container {
  position: relative;
}
.page-documents .documents-container.dz-drag-hover {
  position: relative;
  border: 4px solid #ff9933;
  margin: -4px;
}
.page-documents .documents-container tr.hover_tr_class {
  border: 2px solid #ff9933;
  background-color: #ff99336e;
}
.page-documents .mce-top-part {
  background-color: white !important;
  position: fixed !important;
  width: 8.5in !important;
  border: 1px solid #f2f2f4 !important;
}
.page-documents .container-help {
  position: fixed;
  top: 90px;
  right: 40px;
  margin: 0;
  padding-bottom: 30px;
}
.page-documents .container-help .card-help-document {
  width: 300px;
}
.page-documents .container-help .btn-collapse-help {
  width: 55px;
  margin-bottom: 10px;
}
.page-documents .container-help .btn-collapse-help i {
  font-size: 16px;
}
.page-documents .save_step {
  display: none;
}
@media (min-width: 1550px) {
  .page-documents .save_step {
    display: inline;
  }
}
.page-documents .report-desc ul {
  padding-left: 10px;
}
.page-documents .report-desc ul li {
  margin-bottom: 10px;
}
@media (min-width: 1550px) {
  .page-documents .justify-document-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.page-documents .panel-open-option {
  width: 300px;
  position: relative;
  top: 30px;
}
.page-documents .open-pop {
  position: relative;
  height: 200px;
}
.page-documents .settings-doc {
  position: absolute;
  right: calc(100% - 8.8in - 400px);
}
.page-documents #more_option_builder {
  position: absolute;
  right: calc(100% - 8.81in);
  height: 0;
  width: 0;
}
.page-documents #more_option_builder > .more-option-select-builder {
  display: inline;
  width: auto;
  position: relative;
  background-color: #ff9933;
  color: #082946;
  padding: 20px 0;
}
.page-documents #more_option_builder > .more-option-select-builder span {
  padding: 20px;
}
@media (min-width: 1550px) {
  .page-documents #more_option_builder {
    right: calc(50% - 4.4in);
  }
}
.page-documents .more-option-select-builder:before {
  content: " ";
  position: absolute;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ff9933;
}
.page-documents .panel-title > a {
  display: block;
  padding: 10px !important;
  font-size: 14px;
  text-transform: initial !important;
}
.page-documents .panel-title > a:hover {
  cursor: pointer;
  text-decoration: none;
}
.page-documents .arrow-more-option-builder {
  font-size: 10px;
  line-height: 30px;
}
.page-documents .toggle-choice {
  font-size: 14px !important;
  color: #0a3859 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-documents .toggle-choice:hover {
  color: #ff9933 !important;
}
@media (max-width: 992px) {
  .page-documents .toggle-choice {
    padding: 0 !important;
  }
}
.page-documents .togglDesactivate {
  background: repeating-linear-gradient(45deg, #dddddd, #f0f0f0 4px, #f0f0f0 9px, #e0e0e0 13px);
  opacity: 0.8;
}
.page-documents .arrow-more-option {
  font-size: 10px;
}
.page-documents .report-img {
  width: 70%;
}
.page-documents .report-img-invisible {
  width: 80%;
}

.document-library .main-nav-ui li {
  cursor: pointer;
  border-radius: 25px;
  padding: 0 10px;
}
.document-library .main-nav-ui li.active {
  background: #f2f2f4;
}

.formulasModal .textntags-wrapper .form-control {
  height: 34px !important;
}

.page-board .board-container-primary {
  padding: 4px;
}
.page-board .side-resizable-handle {
  border-color: #333333;
  z-index: 1042;
}
.page-board .side-resizable-handle.ui-resizable-w {
  left: 20px;
}
.page-board .side-resizable-handle.ui-resizable-e {
  right: 20px;
}
.page-board .dropdown-fullwidth .dropdown-menu {
  width: auto !important;
}
.page-board .angle-resizable-handle {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
  cursor: nwse-resize;
  z-index: 1013;
  margin-bottom: 10px;
  margin-right: 10px;
}
.page-board .angle-resizable-handle:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 7px;
  right: 10px;
  border-bottom: 2px solid #c6c6c6;
  border-right: 2px solid #c6c6c6;
  border-bottom-right-radius: 2px;
}
.page-board #nav .graph-categories-nav li {
  cursor: pointer;
}
.page-board .create_board_box {
  border: 2px dashed rgba(8, 41, 70, 0.2);
  border-radius: 25px;
  text-align: center;
  padding: 20px;
}
.page-board .create_board_box .create_board_text {
  display: inline-block;
}
.page-board .graphs-container.edit-mode {
  height: 3000px;
}
.page-board .graphs-container .graph-span {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  height: 400px;
}
@media (max-width: 769px) {
  .page-board .graphs-container .graph-span.graph-span-floating {
    top: auto !important;
  }
}
@media (min-width: 769px) {
  .page-board .graphs-container .graph-span.graph-span-floating {
    position: absolute;
    display: block;
    min-height: 100px;
    z-index: 1;
    float: left;
    width: 100%;
  }
}
.page-board .graphs-container .graph-span .tools {
  position: absolute;
  z-index: 1040;
  right: 25px;
  top: 10px;
}
.page-board .graphs-container .graph-span .tools > i {
  cursor: pointer;
}
@media (min-width: 769px) {
  .page-board .graphs-container .graph-span.col-graph-1 {
    width: 8.33%;
  }
  .page-board .graphs-container .graph-span.col-graph-2 {
    width: 16.67%;
  }
  .page-board .graphs-container .graph-span.col-graph-3 {
    width: 25%;
  }
  .page-board .graphs-container .graph-span.col-graph-4 {
    width: 33.33%;
  }
  .page-board .graphs-container .graph-span.col-graph-5 {
    width: 41.67%;
  }
  .page-board .graphs-container .graph-span.col-graph-6 {
    width: 50%;
  }
  .page-board .graphs-container .graph-span.col-graph-7 {
    width: 58.33%;
  }
  .page-board .graphs-container .graph-span.col-graph-8 {
    width: 66.67%;
  }
  .page-board .graphs-container .graph-span.col-graph-9 {
    width: 75%;
  }
  .page-board .graphs-container .graph-span.col-graph-10 {
    width: 83.33%;
  }
  .page-board .graphs-container .graph-span.col-graph-11 {
    width: 91.67%;
  }
  .page-board .graphs-container .graph-span.col-graph-12 {
    width: 100%;
  }
  .page-board .graphs-container .graph-span.col-graph-offset-1 {
    left: 8.33%;
  }
  .page-board .graphs-container .graph-span.col-graph-offset-2 {
    left: 16.67%;
  }
  .page-board .graphs-container .graph-span.col-graph-offset-3 {
    left: 25%;
  }
  .page-board .graphs-container .graph-span.col-graph-offset-4 {
    left: 33.33%;
  }
  .page-board .graphs-container .graph-span.col-graph-offset-5 {
    left: 41.67%;
  }
  .page-board .graphs-container .graph-span.col-graph-offset-6 {
    left: 50%;
  }
  .page-board .graphs-container .graph-span.col-graph-offset-7 {
    left: 58.33%;
  }
  .page-board .graphs-container .graph-span.col-graph-offset-8 {
    left: 66.67%;
  }
  .page-board .graphs-container .graph-span.col-graph-offset-9 {
    left: 75%;
  }
  .page-board .graphs-container .graph-span.col-graph-offset-10 {
    left: 83.33%;
  }
  .page-board .graphs-container .graph-span.col-graph-offset-11 {
    left: 91.67%;
  }
  .page-board .graphs-container .graph-span.col-graph-offset-12 {
    left: 100%;
  }
}
.page-board .graphs-container graph {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
}
.page-board .graphs-container .graph {
  border-radius: 25px;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}
.page-board .graphs-container .graph.selected {
  border: 3px green solid;
}
.page-board .graphs-container .graph .isBusyContainer > i {
  position: relative;
  left: 50%;
  margin-top: 30px;
  font-size: 25px;
}
.page-board .graphs-container .graph .wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1011;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.page-board .graphs-container .graph .graph-container {
  top: 0;
  background: white;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.page-board .graphs-container .graph .graph-container .graph-header {
  top: 0;
  display: flex;
  align-items: center;
  padding: 20px 10px;
  width: 100%;
}
.page-board .graphs-container .graph .graph-container .graph-body {
  top: 50px;
  bottom: 0;
  width: 100%;
  left: 0;
  height: calc(100% - 60px);
  overflow-y: auto;
}
.page-board .graphs-container .graph .graph-container .graph-body .highcharts {
  width: 100%;
  height: 100%;
}
.page-board .graphs-container .graph .graph-container .graph-body .code_r {
  width: 100%;
  height: 100%;
}
.page-board .graphs-container .graph .graph-container .graph-body .code_r iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.page-board .graphs-container .graph .graph-container .graph-body .graph_number-container {
  text-align: center;
}
.page-board .graphs-container .graph .graph-container .graph-body .graph_number-container .number {
  font-size: 300%;
  font-weight: bold;
}
.page-board .graph_number-container .table .level.level_1 {
  color: #f2f2f4;
  background-color: #20B200;
}
.page-board .graph_number-container .table .level.level_2 {
  background-color: #FFED25;
}
.page-board .graph_number-container .table .level.level_3 {
  background-color: #DB1412;
  color: #f2f2f4;
}
.page-board .dataInfo {
  background: #f9f9f9;
  padding: 20px;
}

.panel-alerts .repeat_table tbody > tr td:first-child {
  vertical-align: top;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: right;
  padding-right: 15px;
  font-weight: bold;
}

.mail-categories.report_style .list-group-item {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mail-categories.report_style .list-group-item a {
  height: 50px;
  padding: 5px 5px;
}
.mail-categories.report_style .list-group-item .hexagon {
  margin-top: 6px;
  margin-left: -10px;
}
.mail-categories.report_style .list-group-item .middle {
  height: 100%;
  line-height: 44px;
  position: absolute;
}

.page-board-new-graph .data-selectable {
  padding-top: 8px;
}
.page-board-new-graph .data-selectable[selected] {
  background: orange;
  color: #f2f2f4;
}
.page-board-new-graph .selected-data {
  padding: 10px;
  border-radius: 25px;
  border: 1px solid lightgray;
  margin-bottom: 10px;
}

.modal-dialog .graph-actions-btn {
  display: none;
}

.page-challenges .podium ul {
  font-size: 18px;
}
.page-challenges .container-challenges .title-principal {
  background-color: #ff9933;
  color: #f2f2f4;
}
.page-challenges .access-professionnal {
  line-height: 30px;
}
.page-challenges .container-add-user {
  margin: 15px;
}
.page-challenges .subtitle-subOjective {
  font-size: 14px;
  color: #082946;
  font-weight: 600;
}
.page-challenges .title-challenges {
  font-size: 16px;
  color: #ff9933;
  font-weight: 700;
}
.page-challenges .objective-form ul li {
  margin-bottom: 10px;
}
.page-challenges .card-subOjective {
  position: relative;
  background-color: white;
  width: 100%;
  min-height: 150px;
}
.page-challenges .card-subOjective .form-control {
  width: 100% !important;
}
.page-challenges .card-subOjective .btn-action-subObjective {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 45px;
  width: 100%;
  font-size: 20px;
  background-color: #F3F3F3;
}
.page-challenges .card-subOjective .btn-action-subObjective:hover {
  color: #f2f2f4;
}
@media (max-width: 992px) {
  .page-challenges .card-subOjective .btn-action-subObjective {
    color: #f2f2f4;
  }
}
@media (max-width: 992px) {
  .page-challenges .card-subOjective .trash-btn-subObjective {
    background-color: #E94B3B;
  }
}
.page-challenges .card-subOjective .trash-btn-subObjective:hover {
  background-color: #E94B3B;
}
@media (max-width: 992px) {
  .page-challenges .card-subOjective .done-btn-subObjective {
    background-color: #ff9933;
  }
}
.page-challenges .card-subOjective .done-btn-subObjective:hover {
  background-color: #ff9933;
}
.page-challenges #challengeInfo .media {
  background: white;
  padding: 20px;
}
.page-challenges .noObjectiveBox {
  padding: 10px;
}
.page-challenges .ui-select {
  margin: 0;
  color: #082946;
}
.page-challenges .schedule-container {
  padding: 0 10px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-challenges .schedule-container .overflow-content {
  overflow-x: auto;
}
.page-challenges .schedule-container .schedule {
  margin-bottom: 70px;
}
.page-challenges .schedule-container .schedule .schedule-content {
  position: relative;
}
.page-challenges .schedule-container .schedule .months_header {
  border: 1px solid darkgrey;
  border-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px 5px 0px 0px;
}
.page-challenges .schedule-container .schedule .months_header .month_case {
  float: left;
  border-right: 1px solid darkgrey;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #082946;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 45px;
}
.page-challenges .schedule-container .schedule .months_header .month_case.last {
  border-right: 0px;
}
.page-challenges .schedule-container .schedule .weeks_header {
  box-shadow: inset 0px 0px 0px 1px darkgrey;
}
.page-challenges .schedule-container .schedule .weeks_header .week_case {
  float: left;
  border-right: 1px solid darkgrey;
  margin: 0;
  font-weight: 600;
}
.page-challenges .schedule-container .schedule .weeks_header .week_case:last-child {
  border-right: 0;
}
.page-challenges .schedule-container .schedule .weeks-line-container {
  height: 100%;
  position: absolute;
}
.page-challenges .schedule-container .schedule .weeks-line-container .weeks-line {
  height: 100%;
}
.page-challenges .schedule-container .schedule .weeks-line-container .weeks-line .week-line {
  float: left;
  border-right: 1px solid lightgray;
  height: 100%;
}
.page-challenges .schedule-container .schedule .weeks-line-container .weeks-line .week-line:nth-last-child(1) {
  border-right: 0px;
}
.page-challenges .schedule-container .schedule .category-container {
  border: 1px solid darkgrey;
  border-top: 0px;
}
.page-challenges .schedule-container .schedule .category-container.first {
  border-radius: 5px 0px 0px 0px;
}
.page-challenges .schedule-container .schedule .category-container.last {
  border-radius: 0px 0px 0px 5px;
}
.page-challenges .schedule-container .schedule .category-container .category-info {
  border-right: 1px solid darkgrey;
  border-top: 1px solid darkgrey;
  margin-top: -1px;
  padding: 10px;
}
.page-challenges .schedule-container .schedule .category-container .category-info.first {
  border-radius: 5px 0px 0px 0px;
}
.page-challenges .schedule-container .schedule .category-container .category-info.last {
  border-radius: 0px 0px 0px 5px;
}
.page-challenges .schedule-container .schedule .category-info .addCateg {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -55px;
  z-index: 100;
  line-height: 30px;
}
.page-challenges .schedule-container .schedule .category-info .addLine {
  border: none;
  padding: 0;
  line-height: 30px;
}
.page-challenges .schedule-container .schedule .line {
  height: 60px;
  position: relative;
}
.page-challenges .schedule-container .schedule .line .delete-line-btn {
  cursor: pointer;
  position: relative;
  left: 50px;
  z-index: 100;
  font-size: 12px;
  line-height: 2;
  margin-top: 10px;
  float: right;
  background-color: #F3F3F3 !important;
  color: #082946;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-challenges .schedule-container .schedule .line .delete-line-btn:hover {
  background-color: #E94B3B !important;
  color: #f2f2f4;
}
@media (max-width: 1200px) {
  .page-challenges .schedule-container .schedule .line .delete-line-btn {
    background-color: #E94B3B !important;
    color: #f2f2f4;
  }
}
.page-challenges .schedule-container .schedule .line .event {
  position: absolute;
  height: 55px !important;
  margin-top: 0;
  color: #f2f2f4;
  text-align: center;
  padding: 0;
  display: inline-block;
  z-index: 10;
  text-overflow: ellipsis;
  top: 0;
  overflow: hidden;
  border-radius: 3px;
  cursor: move;
}
.page-challenges .schedule-container .schedule .line .event.back {
  opacity: 0.6;
  height: 50% !important;
  z-index: 5;
  background: lightgrey;
  color: gray;
  bottom: 0;
  top: auto;
  padding: 5px;
}
.page-challenges .schedule-container .schedule .line .event.back .event-name {
  line-height: 0;
}
.page-challenges .schedule-container .schedule .line .event.miroirClass {
  height: 50% !important;
  padding: 5px;
}
.page-challenges .schedule-container .schedule .line .event.miroirClass .event-name {
  line-height: 0;
}
.page-challenges .schedule-container .schedule .line .event .event-name {
  white-space: nowrap;
  z-index: 14;
  color: #082946;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 10px;
}
.page-challenges .schedule-container .schedule .line .event .event-name > span {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  display: block;
}
.page-challenges .schedule-container .schedule .line .event .event-bg {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 12;
  top: 0;
}
.page-challenges .schedule-container .schedule .line .event .event-fade-bg {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  top: 0;
}
.page-challenges .schedule-container .schedule .line .event .event-increment-action-box {
  position: absolute;
  right: 10px;
  left: 10px;
  bottom: 0;
  z-index: 13;
  top: 0;
}
.page-challenges .schedule-container .schedule .ui-resizable-handle {
  top: 20%;
  position: absolute;
  width: 5px;
  height: 50%;
  z-index: 1;
  border: 1px white solid;
  border-top: none;
  border-bottom: none;
  cursor: col-resize;
}
.page-challenges .schedule-container .schedule .ui-resizable-handle.ui-resizable-w {
  left: 3px;
}
.page-challenges .schedule-container .schedule .ui-resizable-handle.ui-resizable-e {
  right: 3px;
}
.page-challenges .schedule-container .option-schedule {
  background-color: #F3F3F3;
  border-radius: 3px;
  text-align: center;
  margin: 7px;
  padding: 10px;
  width: 50px;
  color: #575656;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-challenges .schedule-container .option-schedule:hover {
  background-color: #ff9933;
}
.page-challenges .schedule-container .option-schedule:hover i {
  color: #f2f2f4;
}
.page-challenges .schedule-container .option-search {
  text-align: center;
  margin: 5px;
  padding: 10px;
  width: 50px;
}

#document_form {
  overflow-x: auto;
}
#document_form .form-all > ul {
  padding-left: 0px;
}
#document_form ul > li, #document_form .list-group-item {
  list-style-type: none;
  position: unset;
}
#document_form .number_input_no_carret {
  -moz-appearance: textfield;
}
#document_form .number_input_no_carret::-webkit-outer-spin-button,
#document_form .number_input_no_carret::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#iframe-save-button {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  background: #ff9933;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  border: 0;
  padding: 10px 0;
  width: 80%;
}

.public-group-interv-document .members-container {
  max-width: 1080px;
  margin: auto;
  padding: 50px;
  background: #f2f2f4;
  border-radius: 5px;
  width: 100%;
}
.public-group-interv-document .members-container .member {
  padding: 30px 20px;
  border-bottom: 1px solid lightgray;
}
.public-group-interv-document .members-container .member .name {
  font-size: 25px;
  line-height: 60px;
  font-weight: bold;
  white-space: nowrap;
}
.public-group-interv-document .members-container .member button {
  float: right;
  padding: 15px 50px;
  font-size: 18px;
}
.public-group-interv-document .members-container .member.completed button {
  background: #ff9933;
  border-color: #ff9933;
}

.page-public-training .top-info {
  text-align: right;
  padding: 20px 0;
}
.page-public-training .top-info .salutation {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .page-public-training .btn-options {
    margin-right: 30px;
    float: right;
  }
}

.training-play-page .chrono {
  position: absolute;
  z-index: 99;
  left: 190px;
  top: 120px;
  height: 50px;
}
@media (max-width: 769px) {
  .training-play-page .chrono {
    width: 80%;
    left: 8%;
    height: 30%;
    flex-direction: column-reverse;
    text-align: center !important;
    top: 100px;
  }
  .training-play-page .chrono .flex-1 {
    text-align: center;
  }
  .training-play-page .chrono .size-h2 {
    font-size: 16vw;
  }
}
.training-play-page .exercise {
  margin-top: 20px;
}
.training-play-page .header {
  padding: 10px 20px;
  background-color: #ff9933;
  color: #f2f2f4;
}
.training-play-page .under-header {
  background-color: #575656;
  color: #f2f2f4;
}
.training-play-page .chrono-btn {
  font-size: 24px;
  margin-right: -24px;
  margin-left: 5px;
}
.training-play-page .plusBtn, .training-play-page .minusBtn, .training-play-page .fourBtn {
  border-radius: 100%;
  padding: 6px 6px;
  width: 48px;
  height: 48px;
  line-height: 36px;
}
.training-play-page .plusBtn {
  margin-left: 20px;
}
.training-play-page .minusBtn {
  margin-right: 20px;
}
.training-play-page .btn-unit {
  text-decoration: underline;
  color: #ff9933;
}
.training-play-page .fourBtn {
  margin-right: -40px;
}
.training-play-page .choose-week {
  margin-top: 50px;
}
.training-play-page .choose-week .title {
  font-size: 32px;
}
.training-play-page .choose-week .arrow {
  font-size: 70px;
  font-weight: bold;
  cursor: pointer;
}
.training-play-page .choose-week .numberInfo {
  font-size: 30px;
  width: 80px;
}
.training-play-page .time-field .numberInfo {
  width: 50px !important;
}
.training-play-page .numberInfo {
  width: 94px;
  height: 42px;
  display: inline;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center;
  background-color: #f3f3f3;
  font-size: 22px;
  -moz-appearance: textfield;
}
.training-play-page .numberInfo::-webkit-outer-spin-button,
.training-play-page .numberInfo::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.training-play-page .seriesInfo .fa {
  width: 40px;
  padding: 10px;
  margin-right: 0px;
}
.training-play-page .seriesInfo .seriesNbr {
  width: calc(100% - 80px);
  padding: 10px;
}
@media (max-width: 769px) {
  .training-play-page .body {
    width: 100%;
    display: inline-block;
    overflow-y: auto;
    margin: 0px !important;
    overflow-x: hidden;
  }
}
.training-play-page .body.disabled input {
  pointer-events: none;
  tab-index: -1;
}
.training-play-page .body.disabled .btn {
  background-color: #575656;
  border-color: #575656;
}
.training-play-page .body.disabled .plusBtn, .training-play-page .body.disabled .minusBtn {
  pointer-events: none;
}
@media (max-width: 769px) {
  .training-play-page .superset-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 769px) {
  .training-play-page .superset-container {
    padding: 15px;
  }
}
.training-play-page .superset-container .title {
  text-align: right;
  padding: 0px 10px;
  font-size: 22px;
  border-bottom: 1px solid darkgray;
}
.training-play-page .superset-container .exercices-container {
  background: #f2f2f4;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  border-bottom: 1px solid darkgray;
}
@media (max-width: 769px) {
  .training-play-page .superset-container .exercices-container {
    height: 200px;
  }
}
.training-play-page .superset-container .exercice-container {
  border: 1px solid lightgrey;
  padding: 20px 5px;
  border-radius: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  height: 115px;
}
.training-play-page .superset-container .exercice-container.active {
  border-color: #ff9933;
}
.training-play-page .superset-container .exercice-container img {
  width: 94px;
  height: auto;
}

.historic-line {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  padding-top: 20px;
}

.recipe-container {
  padding: 5px;
}
.recipe-container.sortable-drag, .recipe-container.sortable-ghost, .recipe-container.sortable-chosen {
  background: white;
}
.recipe-container.sortable-ghost {
  height: auto !important;
}
.recipe-container.sortable-ghost .recipe-image, .recipe-container.sortable-ghost .result-buttons-container {
  display: none;
}
.recipe-container .normal .recipe-image {
  height: 125px;
  border-radius: 25px 25px 0 0;
  background-position: center !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.recipe-container .normal .recipe-info {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.recipe-container .normal .recipe-info > .recipe-name {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.recipe-container .normal .recipe-info > .recipe-more-infos {
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.recipe-container {
  background: white;
  border-radius: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.recipes-results .result {
  padding: 5px;
  float: left;
  position: relative;
  border-radius: 25px;
  height: 250px;
}
.recipes-results .result.drag {
  background: white;
}
.recipes-results .result .result-content {
  background: #FBFBFB;
  border-radius: 5px;
  padding: 10px;
}
.recipes-results .result.sideWindow {
  width: 100%;
}

.recipeInfoHover .recipe-image {
  border-radius: 8px;
  height: 400px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.recipeInfoHover .recipe-nutritive-value table {
  float: right;
}
@media (min-width: 769px) {
  .recipeInfoHover .recipe-body .details-col {
    width: calc(100% - 300px);
  }
}
@media (min-width: 769px) {
  .recipeInfoHover .recipe-body .nutrientValue-col {
    width: 300px;
  }
}

/* styles for '...' */
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}

/* create the ... */
.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}

/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: #f2f2f4;
}

.page-foods.page .sortable-handler {
  display: none;
}

.nutritive_value tbody.nutritive_section {
  border-bottom: 2px solid black;
}
.nutritive_value tbody.nutritive_section:nth-last-child(1) {
  border-bottom: 0;
}
.nutritive_value tr.nutritive_tr.is_children .name {
  padding-left: 15px;
  font-weight: normal;
}
.nutritive_value tr.nutritive_tr .name {
  padding: 0 0 0 0;
  display: inline;
  font-weight: bold;
}

ul.foods-nav {
  padding: 0;
}

li.food {
  color: #f2f2f4;
  width: 100%;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  background: white;
  margin-bottom: 10px;
  border-radius: 25px;
  min-height: 70px;
  display: flex;
  overflow: hidden;
  align-items: center;
}
li.food .food-ul {
  flex: 1;
}
li.food .food-ul .food-container:hover .food-nutrients {
  display: none !important;
}
li.food .food-ul .food-nutrients > div {
  font-weight: 500;
}
li.food ul > li {
  background: #f2f2f4;
}
li.food ul > li ul > li {
  background: white;
}
li.food ul > li ul > li ul > li {
  background: #f2f2f4;
}
li.food ul > li ul > li ul > li ul > li {
  background: white;
}
li.food a {
  position: relative;
  height: 70px;
  padding: 5px 5px 5px 15px;
  white-space: nowrap;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
li.food a .food-img {
  width: 80px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}
li.food a .name {
  width: 100px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
li.food a > i {
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  width: 25px;
  top: -5px;
  left: -10px;
  height: 30px;
  line-height: 30px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
li.food a > .options-btn {
  padding: 0 10px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-left: auto;
  display: flex;
}
li.food a > .options-btn > svg-icon {
  margin: 0 5px;
}
li.food.drag ul {
  display: none;
}
li.food ul {
  padding-left: 20px;
  margin-right: 10px;
}

.foodInfoHover .food-image {
  height: 400px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (min-width: 769px) {
  .foodInfoHover .food-body .details-col {
    width: calc(100% - 400px);
  }
}
@media (min-width: 769px) {
  .foodInfoHover .food-body .nutrientValue-col {
    width: 400px;
  }
}

.page-nutrition-info .table {
  margin-bottom: 0 !important;
}
.page-nutrition-info .table-responsive th {
  border: 1px solid #0a3859 !important;
}
.page-nutrition-info .table-responsive td {
  border: 1px solid #0a3859 !important;
}

.clone-day-element {
  background: #f2f2f4;
  margin-bottom: 10px;
  border-radius: 25px;
}

.ui-day .day-info .container-nutriment-day {
  margin: 5px;
  background-color: #f2f2f4;
  border-radius: 25px;
  padding: 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  border: 1px solid #dadada;
}
.ui-day .day-info .container-nutriment-day .number-nutrition-value {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
}

.title-nutrition-day {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
}

.title-nutrition-day-md {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.page-nutrition-builder {
  background: #f2f2f4;
}
.page-nutrition-builder .nutrition-container-without-footer {
  overflow: auto;
}
@media (max-width: 769px) {
  .page-nutrition-builder .nutrition-container-without-footer {
    height: calc(100vh - 107px);
  }
}
.page-nutrition-builder .plan-view-date:hover, .page-nutrition-builder .plan-view-date-reference:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.page-nutrition-builder .plan-view-date-reference {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.page-nutrition-builder .builder-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  background: white;
}
@media (max-width: 769px) {
  .page-nutrition-builder .builder-container {
    height: calc(100vh - 66px) !important;
  }
}
.page-nutrition-builder .builder-container > .d-flex {
  height: 100%;
}
.page-nutrition-builder .builder-container > .d-flex > div {
  height: 100%;
}
.page-nutrition-builder .builder-container #builder-left-side {
  overflow: auto;
  background: #f2f2f4;
}
.page-nutrition-builder #builder-right-side {
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 400px;
  background: #f2f2f4;
}
@media (max-width: 769px) {
  .page-nutrition-builder #builder-right-side {
    width: 100%;
  }
}
.page-nutrition-builder .calendar-container .ui-day {
  width: 100%;
}
.page-nutrition-builder .calendar-container .rTable-header .rTable-row .rTable-cell {
  border-color: lightgray;
  font-weight: bold;
  text-align: center;
}
.page-nutrition-builder .calendar-container .ui-calendar {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-left: -1px;
}
@media (max-width: 769px) {
  .page-nutrition-builder .calendar-container .ui-calendar {
    flex-direction: column;
  }
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day {
  position: relative;
  flex-grow: 1;
  min-width: 150px;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .panel-group {
  margin-bottom: 0;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .ui-day-body {
  position: relative;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .ui-day-hover {
  display: block;
  position: absolute;
  background: lightgray;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.3;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .ui-day-header {
  height: 100px;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .ui-day-header .rTable-col-0 {
  border-right: 0;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .ui-day-header h2 {
  margin: -4px 10px 0 10px;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .ui-day-header .tooltip-bar {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .goals-graph {
  height: 100%;
  max-width: 100%;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .goals-graph .goals-graph-container {
  height: 100%;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .goals-graph .goals-graph-container .goal-graph {
  border: 1px solid white;
  border-top: 0;
  text-align: center;
  border-bottom: 0;
  width: auto;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .goals-graph .goals-graph-container .goal-graph > .progress-outer {
  position: relative;
  height: 65%;
  overflow: hidden;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .goals-graph .goals-graph-container .goal-graph > .progress-outer > .progress-pourcent {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
@media (min-width: 1200px) {
  .page-nutrition-builder .calendar-container .ui-calendar .ui-day .goals-graph .goals-graph-container .goal-graph > .progress-outer > .progress-pourcent {
    font-size: 25px;
  }
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .goals-graph .goals-graph-container .goal-graph > .progress-outer > .progress-inner {
  background: #ff9933;
  height: 51%;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .goals-graph .goals-graph-container .goal-graph > .goal-title {
  line-height: 1;
  margin-top: 5px;
  height: 35%;
  width: 100%;
  word-break: break-word;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .panel .panel-title {
  text-align: left;
  padding: 0;
  text-transform: none !important;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .panel .panel-title > a {
  padding: 0;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .no-food-box {
  padding: 8px;
  width: 100%;
  text-align: center;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .no-food-box .no-food-text {
  border: 2px dotted lightgray;
  border-radius: 25px;
  padding: 5px;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .food-name-container .sortable-handler {
  max-width: 20px;
  line-height: 33px;
  display: table !important;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .food-name-container .food-menu {
  max-width: 32px;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .food-name-container .food-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 33px;
  overflow: hidden;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .food-quantity {
  line-height: 33px;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .visible-active-only {
  display: none;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day.active .visible-active-only {
  display: inherit;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day.active .ui-day-hover {
  display: none;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day.drop-over .ui-day-hover {
  background: #ff9933;
  opacity: 0.5;
  display: block;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day.disable .ui-day-hover {
  background: darkgray;
  cursor: not-allowed;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day.disable .ui-day-header h2 {
  text-decoration: line-through;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .meal-container .panel-heading {
  background-color: #dadada;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .meal-container .panel-body {
  padding: 0;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .meal-container .meal-name {
  font-weight: bold;
  line-height: 33px;
  font-size: 15px;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .meal-container .meal-foods .foods-table.table-striped {
  background-color: #f2f2f4;
}
.page-nutrition-builder .calendar-container .ui-calendar .ui-day .meal-container .meal-foods .foods-table.table-striped > .rTable-row:nth-child(odd) {
  background-color: rgba(242, 242, 244, 0.5);
}
.page-nutrition-builder footer {
  height: 40px;
  line-height: 40px;
  background-color: #082946;
  color: white;
  padding: 0px 20px;
}
@media (min-width: 992px) {
  .page-nutrition-builder footer {
    height: 61px;
    line-height: 60px;
  }
}
.page-nutrition-builder footer .steps {
  font-size: 18px;
  color: #ffffff8a;
}
.page-nutrition-builder footer .steps .step.active {
  color: #ff9933 !important;
}
.page-nutrition-builder footer .steps .step.done {
  color: #f2f2f4;
}
.page-nutrition-builder .window {
  position: absolute;
  top: 40px;
  bottom: 60px;
  z-index: 1;
}
@media (min-width: 992px) {
  .page-nutrition-builder .window {
    top: 0px;
  }
}
.page-nutrition-builder .window.builder-window {
  left: 0;
  display: block;
}
.page-nutrition-builder .window .window-content {
  width: 100%;
  float: right;
  background: #f2f2f4;
  box-shadow: 0 2px 10px lightgrey;
  overflow-y: auto;
  padding: 20px;
  height: 100%;
}
.page-nutrition-builder .window .window-content.left {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.page-nutrition-builder .window .window-content.left .windows-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-nutrition-builder .window .window-content.left .windows-container .windows-header {
  height: 60px;
}
.page-nutrition-builder .window .window-content .dropdown-toggle.fa-ellipsis-v {
  padding: 10px;
  font-size: 16px;
}
.page-nutrition-builder .builder-side-panel {
  width: 100%;
  left: 0;
  right: auto;
}
.page-nutrition-builder .builder-side-panel .recipes-results .result {
  width: 50%;
}
@media (min-width: 992px) {
  .page-nutrition-builder .builder-side-panel {
    right: 0;
    left: auto;
  }
}
.page-nutrition-builder .stats-should-eat,
.page-nutrition-builder .food-should-eat {
  color: #E94B3B;
  text-decoration: line-through;
}
.page-nutrition-builder .food-new-eat {
  font-weight: bold;
  text-decoration: underline;
}
.page-nutrition-builder .food-eaten {
  color: #ff9933;
}

#builderCalendar .calendar .week .day, .nutrition-builder-editDay .calendar .week .day {
  border: 1px solid lightgray;
  height: 50px;
  padding: 5px;
  cursor: pointer;
}
#builderCalendar .calendar .week .day.selected, .nutrition-builder-editDay .calendar .week .day.selected {
  background: #ff9933;
  color: #f2f2f4;
}
#builderCalendar .calendar .week .day.disabled, .nutrition-builder-editDay .calendar .week .day.disabled {
  background: lightgray;
}

.planFoodInfo .flex-1 {
  padding: 0 10px;
}

.meals .number-nutrition-value-little {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .meals .number-nutrition-value-little {
    font-size: 16px;
  }
}
.meals .number-nutrition-value {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
@media (min-width: 1200px) {
  .meals .number-nutrition-value {
    font-size: 20px;
  }
}

.nutrition-builder-editDay .btn-add-meal {
  padding: 5px;
  border: 2px dotted lightgray;
  margin: 0 15px 10px 15px;
  border-radius: 2px;
  text-align: center;
}

.day_template {
  color: #e1e6ea;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  background: white;
  margin-bottom: 10px;
  border-radius: 8px;
  min-height: 70px;
  display: flex;
  align-items: center;
}
.day_template a {
  color: #575656;
  position: relative;
  height: 70px;
  width: 100%;
  padding: 5px 5px 5px 15px;
  white-space: nowrap;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.day_template a .name {
  width: 100px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.day_template a .options-btn {
  padding: 0 10px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-left: auto;
  display: flex;
}

.rTable .rTable-row {
  width: 100%;
  border: 1px solid #989898;
  border-bottom: 0;
}
.rTable .rTable-row > .rTable-cell {
  border-right: 1px solid #989898;
}
.rTable .rTable-row > .rTable-cell > .rTable-row {
  border: 0;
  height: 100%;
}
.rTable .rTable-row > .rTable-cell > .rTable-row.food-row {
  border-bottom: 1px solid #989898 !important;
}
.rTable .rTable-row > .rTable-cell > .rTable-row.food-row:nth-last-child(1) {
  border-bottom: 0 !important;
}
.rTable .rTable-row > .rTable-cell > .rTable-row > .rTable-cell {
  min-width: 50px;
  border-right: 1px solid #989898;
}
.rTable .rTable-row > .rTable-cell > .rTable-row > .rTable-cell:nth-last-child(1) {
  border-right: 0;
}
.rTable .rTable-row > .rTable-cell:nth-last-child(1) {
  border-right: 0;
}
.rTable .rTable-row.rTable-stats .rTable-cell {
  text-align: center;
  padding: 5px !important;
  white-space: nowrap;
  font-size: 0.8em;
  line-height: 33px;
}
.rTable .rTable-row:nth-last-child(0) {
  border: 1px;
}
.rTable .rTable-row.rTable-padding > .rTable-cell {
  padding: 5px;
}
.rTable .rTable-cell.rTable-padding {
  padding: 5px;
}
.rTable .rTable-cell .ui-accordion .panel {
  margin: -2px;
}
.rTable .rTable-cell:nth-last-child(0) {
  border-right: 0;
}

li.food.drag {
  list-style: none;
}
li.food.drag ul,
li.food.drag .options-btn,
li.food.drag i {
  display: none;
}

.has-plus-btn li.food .options-btn .plus-btn {
  display: block !important;
}

.profile-diary .page-nutrition-builder {
  height: 100%;
  padding-top: 20px;
}
.profile-diary .page-nutrition-builder > div {
  height: 100%;
}
.profile-diary .page-nutrition-builder > div .footer-space {
  height: 100%;
}
.profile-diary .page-nutrition-builder > div .footer-space > div {
  height: 100%;
}
.profile-diary .page-nutrition-builder > div .footer-space > div .window-content {
  height: 100%;
}
.profile-diary .page-nutrition-builder > div .footer-space > div .window-content .windows-container {
  height: 100%;
}
.profile-diary .page-nutrition-builder > div .footer-space > div .window-content .windows-container > .builder {
  height: 100%;
}

.page-nutrition-diary-edit .window {
  bottom: 20px;
  top: 80px;
}

.page-dashboard {
  /* 4x3 Aspect Ratio */
}
@media (min-width: 992px) {
  .page-dashboard .full-height-container {
    height: calc(100vh - 186px);
  }
}
.page-dashboard .conteneurModele {
  margin: 0;
}
@media (min-width: 992px) {
  .page-dashboard .notifications-wrapper .notification-container {
    padding: 0 10px 0 0;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.page-dashboard .notifications-wrapper .notification-container .notification {
  background: white;
  width: 100%;
  float: left;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 7px;
  margin-bottom: 7px;
}
.page-dashboard .notifications-wrapper .notification-container .notification.active .details {
  background-color: #ff9933;
}
.page-dashboard .notifications-wrapper .notification-container .notification > div {
  padding: 5px 10px;
}
.page-dashboard .notifications-wrapper .notification-container .notification .icon {
  background: orange;
  padding: 10px 20px;
  border-radius: 10px 0 0 10px;
  font-size: 20px;
  justify-content: space-around;
  width: 70px;
  display: flex;
  text-align: center;
  color: #f2f2f4;
  align-items: center;
}
.page-dashboard .notifications-wrapper .notification-container .notification .icon.bg-task {
  background: #e58d00;
}
.page-dashboard .notifications-wrapper .notification-container .notification .icon.bg-grey {
  background: #f2f2f4;
}
.page-dashboard .notifications-wrapper .notification-container .notification .icon.bg-assistant {
  background: #2376e6;
}
.page-dashboard .notifications-wrapper .notification-container .notification .icon.bg-light-orange {
  background: #f7ad19;
}
.page-dashboard .notifications-wrapper .notification-container .notification .icon.bg-orange {
  background: #ff9933;
}
.page-dashboard .notifications-wrapper .notification-container .notification .icon.bg-dark-orange {
  background: #e16905;
}
.page-dashboard .notifications-wrapper .notification-container .notification .icon.bg-light-blue {
  background: #80b2ed;
}
.page-dashboard .notifications-wrapper .notification-container .notification .icon.bg-dark-blue {
  background: #0a3859;
}
.page-dashboard .notifications-wrapper .notification-container .notification .icon.bg-blue {
  background: #225db2;
}
.page-dashboard .notifications-wrapper .notification-container .notification .description {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.page-dashboard .notifications-wrapper .notification-container .notification .action-buttons {
  display: flex;
  align-items: center;
}
.page-dashboard .notifications-wrapper .notification-container .notification .action-buttons button {
  margin-left: 5px;
}
.page-dashboard .notifications-wrapper .notification-container .notification .details {
  text-align: center;
  border-radius: 0 10px 10px 0;
  position: relative;
  display: flex;
  width: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-dashboard .notifications-wrapper .notification-container .notification .details .unread-badge {
  height: 10px;
  width: 10px;
  background: #e26905;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
}
.page-dashboard .notifications-wrapper .notification-container .notification .details > svg-icon {
  display: block;
  font-size: 20px;
}
@media (min-width: 992px) {
  .page-dashboard .preview-wrapper {
    padding: 10px;
    max-height: calc(100vh - 175px);
  }
}
@media (max-width: 992px) {
  .page-dashboard .preview-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.page-dashboard .preview-wrapper .preview-container {
  background: white;
  position: relative;
  padding: 20px;
  border-radius: 25px;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}
.page-dashboard .preview-wrapper .preview-container .preview-back {
  cursor: pointer;
}
.page-dashboard .preview-wrapper .preview-container .preview-header {
  padding: 0;
}
.page-dashboard .preview-wrapper .preview-container .preview-header .title {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 22px;
}
.page-dashboard .preview-wrapper .preview-container .preview-body {
  padding: 10px 0 0 0;
}
@media (min-width: 992px) {
  .page-dashboard .preview-wrapper .preview-container .preview-body {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.page-dashboard .preview-wrapper .preview-container .preview-body .back-to-day, .page-dashboard .preview-wrapper .preview-container .preview-body .tab-schedule {
  display: none;
}
.page-dashboard .preview-wrapper .preview-container .preview-footer {
  border-top: 2px solid lightgray;
  background: white;
  border-radius: 0 0 25px 25px;
}
@media (min-width: 480px) {
  .page-dashboard .preview-wrapper .preview-container .preview-footer {
    height: 90px;
  }
}
.page-dashboard .preview-wrapper .preview-container .preview-footer .messageForm {
  width: 100%;
  height: 88px;
  padding: 10px;
  overflow: auto;
  background: transparent;
  border: 0;
  resize: none;
  outline: 0px none transparent;
}
.page-dashboard .preview-wrapper .preview-container .preview-footer .messageForm[placeholder]:empty:before {
  content: attr(placeholder);
  color: #555;
}
.page-dashboard .today-no-task-container {
  padding: 50px;
  font-size: 30px;
  font-weight: bold;
}
.page-dashboard .today-no-task-container img {
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .page-dashboard .today-no-task-container img {
    width: 50%;
  }
}
.page-dashboard .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.page-dashboard .iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-dashboard .iframe-container-4x3 {
  padding-top: 75%;
}
.page-dashboard .confeti-first-log [class|="confetti"] {
  position: absolute;
}
.page-dashboard .confeti-first-log .confetti-0 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 84%;
  opacity: 0.77833;
  transform: rotate(325.45044deg);
  animation: drop-0 4.63162s 0.31138s;
}
@keyframes drop-0 {
  100% {
    top: 110%;
    left: 90%;
  }
}
.page-dashboard .confeti-first-log .confetti-1 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 10%;
  opacity: 1.20258;
  transform: rotate(250.21199deg);
  animation: drop-1 4.46793s 0.08168s;
}
@keyframes drop-1 {
  100% {
    top: 110%;
    left: 17%;
  }
}
.page-dashboard .confeti-first-log .confetti-2 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 48%;
  opacity: 0.71672;
  transform: rotate(127.78058deg);
  animation: drop-2 4.96111s 0.47342s;
}
@keyframes drop-2 {
  100% {
    top: 110%;
    left: 52%;
  }
}
.page-dashboard .confeti-first-log .confetti-3 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 40%;
  opacity: 1.08897;
  transform: rotate(142.97301deg);
  animation: drop-3 4.8905s 0.60077s;
}
@keyframes drop-3 {
  100% {
    top: 110%;
    left: 55%;
  }
}
.page-dashboard .confeti-first-log .confetti-4 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 88%;
  opacity: 1.09105;
  transform: rotate(261.39266deg);
  animation: drop-4 4.02656s 0.14568s;
}
@keyframes drop-4 {
  100% {
    top: 110%;
    left: 101%;
  }
}
.page-dashboard .confeti-first-log .confetti-5 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 21%;
  opacity: 0.89376;
  transform: rotate(259.96102deg);
  animation: drop-5 4.93571s 0.21419s;
}
@keyframes drop-5 {
  100% {
    top: 110%;
    left: 25%;
  }
}
.page-dashboard .confeti-first-log .confetti-6 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 17%;
  opacity: 0.89338;
  transform: rotate(271.64136deg);
  animation: drop-6 4.1004s 0.43283s;
}
@keyframes drop-6 {
  100% {
    top: 110%;
    left: 23%;
  }
}
.page-dashboard .confeti-first-log .confetti-7 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 12%;
  opacity: 0.63543;
  transform: rotate(337.70951deg);
  animation: drop-7 4.32259s 0.7535s;
}
@keyframes drop-7 {
  100% {
    top: 110%;
    left: 27%;
  }
}
.page-dashboard .confeti-first-log .confetti-8 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 25%;
  opacity: 1.18768;
  transform: rotate(52.97099deg);
  animation: drop-8 4.62514s 0.72156s;
}
@keyframes drop-8 {
  100% {
    top: 110%;
    left: 40%;
  }
}
.page-dashboard .confeti-first-log .confetti-9 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 74%;
  opacity: 0.9391;
  transform: rotate(173.25327deg);
  animation: drop-9 4.79466s 0.76727s;
}
@keyframes drop-9 {
  100% {
    top: 110%;
    left: 83%;
  }
}
.page-dashboard .confeti-first-log .confetti-10 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 90%;
  opacity: 0.58682;
  transform: rotate(12.08617deg);
  animation: drop-10 4.42547s 0.48998s;
}
@keyframes drop-10 {
  100% {
    top: 110%;
    left: 93%;
  }
}
.page-dashboard .confeti-first-log .confetti-11 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 88%;
  opacity: 0.70027;
  transform: rotate(282.25958deg);
  animation: drop-11 4.50219s 0.03305s;
}
@keyframes drop-11 {
  100% {
    top: 110%;
    left: 96%;
  }
}
.page-dashboard .confeti-first-log .confetti-12 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 54%;
  opacity: 1.1714;
  transform: rotate(323.64586deg);
  animation: drop-12 4.18149s 0.08881s;
}
@keyframes drop-12 {
  100% {
    top: 110%;
    left: 57%;
  }
}
.page-dashboard .confeti-first-log .confetti-13 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 97%;
  opacity: 1.03276;
  transform: rotate(337.46923deg);
  animation: drop-13 4.76206s 0.65449s;
}
@keyframes drop-13 {
  100% {
    top: 110%;
    left: 103%;
  }
}
.page-dashboard .confeti-first-log .confetti-14 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 70%;
  opacity: 1.16144;
  transform: rotate(67.4388deg);
  animation: drop-14 4.01477s 0.1987s;
}
@keyframes drop-14 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.page-dashboard .confeti-first-log .confetti-15 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 33%;
  opacity: 1.02297;
  transform: rotate(75.27506deg);
  animation: drop-15 4.93136s 0.72599s;
}
@keyframes drop-15 {
  100% {
    top: 110%;
    left: 47%;
  }
}
.page-dashboard .confeti-first-log .confetti-16 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 52%;
  opacity: 0.74921;
  transform: rotate(322.50802deg);
  animation: drop-16 4.71465s 0.2526s;
}
@keyframes drop-16 {
  100% {
    top: 110%;
    left: 66%;
  }
}
.page-dashboard .confeti-first-log .confetti-17 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 7%;
  opacity: 0.95313;
  transform: rotate(282.80241deg);
  animation: drop-17 4.48644s 0.11602s;
}
@keyframes drop-17 {
  100% {
    top: 110%;
    left: 22%;
  }
}
.page-dashboard .confeti-first-log .confetti-18 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 98%;
  opacity: 0.96842;
  transform: rotate(141.73561deg);
  animation: drop-18 4.82173s 0.86185s;
}
@keyframes drop-18 {
  100% {
    top: 110%;
    left: 99%;
  }
}
.page-dashboard .confeti-first-log .confetti-19 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 75%;
  opacity: 1.49476;
  transform: rotate(296.32306deg);
  animation: drop-19 4.43859s 0.13846s;
}
@keyframes drop-19 {
  100% {
    top: 110%;
    left: 83%;
  }
}
.page-dashboard .confeti-first-log .confetti-20 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 81%;
  opacity: 1.34719;
  transform: rotate(226.09552deg);
  animation: drop-20 4.30133s 0.09588s;
}
@keyframes drop-20 {
  100% {
    top: 110%;
    left: 95%;
  }
}
.page-dashboard .confeti-first-log .confetti-21 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 58%;
  opacity: 1.1115;
  transform: rotate(110.42861deg);
  animation: drop-21 4.55826s 0.34425s;
}
@keyframes drop-21 {
  100% {
    top: 110%;
    left: 64%;
  }
}
.page-dashboard .confeti-first-log .confetti-22 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 100%;
  opacity: 1.00932;
  transform: rotate(210.03629deg);
  animation: drop-22 4.96828s 0.60747s;
}
@keyframes drop-22 {
  100% {
    top: 110%;
    left: 109%;
  }
}
.page-dashboard .confeti-first-log .confetti-23 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 5%;
  opacity: 1.02599;
  transform: rotate(297.99248deg);
  animation: drop-23 4.05119s 0.0415s;
}
@keyframes drop-23 {
  100% {
    top: 110%;
    left: 8%;
  }
}
.page-dashboard .confeti-first-log .confetti-24 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 64%;
  opacity: 1.10279;
  transform: rotate(107.84289deg);
  animation: drop-24 4.76716s 0.91008s;
}
@keyframes drop-24 {
  100% {
    top: 110%;
    left: 69%;
  }
}
.page-dashboard .confeti-first-log .confetti-25 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 28%;
  opacity: 1.45324;
  transform: rotate(191.23343deg);
  animation: drop-25 4.28231s 0.21208s;
}
@keyframes drop-25 {
  100% {
    top: 110%;
    left: 30%;
  }
}
.page-dashboard .confeti-first-log .confetti-26 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 63%;
  opacity: 1.19396;
  transform: rotate(87.08833deg);
  animation: drop-26 4.98571s 0.82448s;
}
@keyframes drop-26 {
  100% {
    top: 110%;
    left: 71%;
  }
}
.page-dashboard .confeti-first-log .confetti-27 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 56%;
  opacity: 0.83282;
  transform: rotate(180.42206deg);
  animation: drop-27 4.47216s 0.19986s;
}
@keyframes drop-27 {
  100% {
    top: 110%;
    left: 65%;
  }
}
.page-dashboard .confeti-first-log .confetti-28 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 77%;
  opacity: 1.20142;
  transform: rotate(27.0023deg);
  animation: drop-28 4.44922s 0.06665s;
}
@keyframes drop-28 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.page-dashboard .confeti-first-log .confetti-29 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 83%;
  opacity: 0.62081;
  transform: rotate(96.79965deg);
  animation: drop-29 4.95527s 0.597s;
}
@keyframes drop-29 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.page-dashboard .confeti-first-log .confetti-30 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 70%;
  opacity: 0.75383;
  transform: rotate(200.29309deg);
  animation: drop-30 4.74402s 0.38056s;
}
@keyframes drop-30 {
  100% {
    top: 110%;
    left: 83%;
  }
}
.page-dashboard .confeti-first-log .confetti-31 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 58%;
  opacity: 1.03467;
  transform: rotate(123.20002deg);
  animation: drop-31 4.39896s 0.22716s;
}
@keyframes drop-31 {
  100% {
    top: 110%;
    left: 62%;
  }
}
.page-dashboard .confeti-first-log .confetti-32 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 13%;
  opacity: 1.35777;
  transform: rotate(74.4453deg);
  animation: drop-32 4.76489s 0.47815s;
}
@keyframes drop-32 {
  100% {
    top: 110%;
    left: 17%;
  }
}
.page-dashboard .confeti-first-log .confetti-33 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 5%;
  opacity: 1.38704;
  transform: rotate(250.28251deg);
  animation: drop-33 4.02172s 0.47406s;
}
@keyframes drop-33 {
  100% {
    top: 110%;
    left: 9%;
  }
}
.page-dashboard .confeti-first-log .confetti-34 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 24%;
  opacity: 1.26796;
  transform: rotate(30.28225deg);
  animation: drop-34 4.30737s 0.21047s;
}
@keyframes drop-34 {
  100% {
    top: 110%;
    left: 30%;
  }
}
.page-dashboard .confeti-first-log .confetti-35 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 6%;
  opacity: 0.86062;
  transform: rotate(172.90416deg);
  animation: drop-35 4.92938s 0.21265s;
}
@keyframes drop-35 {
  100% {
    top: 110%;
    left: 15%;
  }
}
.page-dashboard .confeti-first-log .confetti-36 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 60%;
  opacity: 1.49412;
  transform: rotate(59.87374deg);
  animation: drop-36 4.59867s 0.24172s;
}
@keyframes drop-36 {
  100% {
    top: 110%;
    left: 62%;
  }
}
.page-dashboard .confeti-first-log .confetti-37 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 62%;
  opacity: 0.90616;
  transform: rotate(11.86214deg);
  animation: drop-37 4.59047s 0.94813s;
}
@keyframes drop-37 {
  100% {
    top: 110%;
    left: 63%;
  }
}
.page-dashboard .confeti-first-log .confetti-38 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 49%;
  opacity: 0.77123;
  transform: rotate(24.3868deg);
  animation: drop-38 4.65475s 0.93137s;
}
@keyframes drop-38 {
  100% {
    top: 110%;
    left: 51%;
  }
}
.page-dashboard .confeti-first-log .confetti-39 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 56%;
  opacity: 0.85773;
  transform: rotate(328.82827deg);
  animation: drop-39 4.82457s 0.07293s;
}
@keyframes drop-39 {
  100% {
    top: 110%;
    left: 68%;
  }
}
.page-dashboard .confeti-first-log .confetti-40 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 5%;
  opacity: 0.80389;
  transform: rotate(100.33608deg);
  animation: drop-40 4.09359s 0.26142s;
}
@keyframes drop-40 {
  100% {
    top: 110%;
    left: 7%;
  }
}
.page-dashboard .confeti-first-log .confetti-41 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 21%;
  opacity: 1.4397;
  transform: rotate(14.01515deg);
  animation: drop-41 4.37516s 0.70892s;
}
@keyframes drop-41 {
  100% {
    top: 110%;
    left: 25%;
  }
}
.page-dashboard .confeti-first-log .confetti-42 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 83%;
  opacity: 0.97678;
  transform: rotate(186.66665deg);
  animation: drop-42 4.66972s 0.49306s;
}
@keyframes drop-42 {
  100% {
    top: 110%;
    left: 84%;
  }
}
.page-dashboard .confeti-first-log .confetti-43 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 26%;
  opacity: 1.07522;
  transform: rotate(306.95354deg);
  animation: drop-43 4.0863s 0.05229s;
}
@keyframes drop-43 {
  100% {
    top: 110%;
    left: 31%;
  }
}
.page-dashboard .confeti-first-log .confetti-44 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 79%;
  opacity: 1.34417;
  transform: rotate(58.38009deg);
  animation: drop-44 4.59643s 0.67214s;
}
@keyframes drop-44 {
  100% {
    top: 110%;
    left: 81%;
  }
}
.page-dashboard .confeti-first-log .confetti-45 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 15%;
  opacity: 0.66976;
  transform: rotate(229.26675deg);
  animation: drop-45 4.54427s 0.84394s;
}
@keyframes drop-45 {
  100% {
    top: 110%;
    left: 21%;
  }
}
.page-dashboard .confeti-first-log .confetti-46 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 27%;
  opacity: 1.22663;
  transform: rotate(257.28755deg);
  animation: drop-46 4.04028s 0.79162s;
}
@keyframes drop-46 {
  100% {
    top: 110%;
    left: 35%;
  }
}
.page-dashboard .confeti-first-log .confetti-47 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 79%;
  opacity: 0.91493;
  transform: rotate(345.30426deg);
  animation: drop-47 4.82387s 0.32096s;
}
@keyframes drop-47 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.page-dashboard .confeti-first-log .confetti-48 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 30%;
  opacity: 0.76531;
  transform: rotate(6.45355deg);
  animation: drop-48 4.67718s 0.15191s;
}
@keyframes drop-48 {
  100% {
    top: 110%;
    left: 34%;
  }
}
.page-dashboard .confeti-first-log .confetti-49 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 62%;
  opacity: 0.95882;
  transform: rotate(157.28478deg);
  animation: drop-49 4.19012s 0.78959s;
}
@keyframes drop-49 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.page-dashboard .confeti-first-log .confetti-50 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 15%;
  opacity: 0.88773;
  transform: rotate(48.24326deg);
  animation: drop-50 4.90698s 0.98114s;
}
@keyframes drop-50 {
  100% {
    top: 110%;
    left: 25%;
  }
}
.page-dashboard .confeti-first-log .confetti-51 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 17%;
  opacity: 1.10578;
  transform: rotate(200.63856deg);
  animation: drop-51 4.90918s 0.5761s;
}
@keyframes drop-51 {
  100% {
    top: 110%;
    left: 22%;
  }
}
.page-dashboard .confeti-first-log .confetti-52 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 37%;
  opacity: 0.84599;
  transform: rotate(228.93796deg);
  animation: drop-52 4.21534s 0.7318s;
}
@keyframes drop-52 {
  100% {
    top: 110%;
    left: 39%;
  }
}
.page-dashboard .confeti-first-log .confetti-53 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 47%;
  opacity: 1.14771;
  transform: rotate(343.33982deg);
  animation: drop-53 4.17577s 0.83297s;
}
@keyframes drop-53 {
  100% {
    top: 110%;
    left: 61%;
  }
}
.page-dashboard .confeti-first-log .confetti-54 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 87%;
  opacity: 0.83567;
  transform: rotate(346.35917deg);
  animation: drop-54 4.11578s 0.72178s;
}
@keyframes drop-54 {
  100% {
    top: 110%;
    left: 96%;
  }
}
.page-dashboard .confeti-first-log .confetti-55 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 71%;
  opacity: 0.66902;
  transform: rotate(114.39166deg);
  animation: drop-55 4.83572s 0.61591s;
}
@keyframes drop-55 {
  100% {
    top: 110%;
    left: 72%;
  }
}
.page-dashboard .confeti-first-log .confetti-56 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 67%;
  opacity: 0.89557;
  transform: rotate(11.40849deg);
  animation: drop-56 4.78571s 0.95623s;
}
@keyframes drop-56 {
  100% {
    top: 110%;
    left: 74%;
  }
}
.page-dashboard .confeti-first-log .confetti-57 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 68%;
  opacity: 1.01435;
  transform: rotate(253.63844deg);
  animation: drop-57 4.28068s 0.98502s;
}
@keyframes drop-57 {
  100% {
    top: 110%;
    left: 70%;
  }
}
.page-dashboard .confeti-first-log .confetti-58 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 4%;
  opacity: 0.58799;
  transform: rotate(218.05983deg);
  animation: drop-58 4.11987s 0.92746s;
}
@keyframes drop-58 {
  100% {
    top: 110%;
    left: 5%;
  }
}
.page-dashboard .confeti-first-log .confetti-59 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 42%;
  opacity: 0.84659;
  transform: rotate(284.27447deg);
  animation: drop-59 4.35509s 0.09375s;
}
@keyframes drop-59 {
  100% {
    top: 110%;
    left: 56%;
  }
}
.page-dashboard .confeti-first-log .confetti-60 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 82%;
  opacity: 0.64716;
  transform: rotate(188.54691deg);
  animation: drop-60 4.26091s 0.25392s;
}
@keyframes drop-60 {
  100% {
    top: 110%;
    left: 96%;
  }
}
.page-dashboard .confeti-first-log .confetti-61 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 4%;
  opacity: 0.73516;
  transform: rotate(13.13057deg);
  animation: drop-61 4.83266s 0.23549s;
}
@keyframes drop-61 {
  100% {
    top: 110%;
    left: 19%;
  }
}
.page-dashboard .confeti-first-log .confetti-62 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 59%;
  opacity: 1.35661;
  transform: rotate(35.88708deg);
  animation: drop-62 4.59753s 0.02765s;
}
@keyframes drop-62 {
  100% {
    top: 110%;
    left: 65%;
  }
}
.page-dashboard .confeti-first-log .confetti-63 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 3%;
  opacity: 1.16487;
  transform: rotate(321.33866deg);
  animation: drop-63 4.1109s 0.50148s;
}
@keyframes drop-63 {
  100% {
    top: 110%;
    left: 11%;
  }
}
.page-dashboard .confeti-first-log .confetti-64 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 58%;
  opacity: 0.78177;
  transform: rotate(219.80763deg);
  animation: drop-64 4.09432s 0.50874s;
}
@keyframes drop-64 {
  100% {
    top: 110%;
    left: 69%;
  }
}
.page-dashboard .confeti-first-log .confetti-65 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 28%;
  opacity: 1.34168;
  transform: rotate(230.75233deg);
  animation: drop-65 4.08922s 0.19481s;
}
@keyframes drop-65 {
  100% {
    top: 110%;
    left: 43%;
  }
}
.page-dashboard .confeti-first-log .confetti-66 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 11%;
  opacity: 0.71572;
  transform: rotate(33.94561deg);
  animation: drop-66 4.33131s 0.53591s;
}
@keyframes drop-66 {
  100% {
    top: 110%;
    left: 17%;
  }
}
.page-dashboard .confeti-first-log .confetti-67 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 77%;
  opacity: 1.27066;
  transform: rotate(153.70813deg);
  animation: drop-67 4.1212s 0.54289s;
}
@keyframes drop-67 {
  100% {
    top: 110%;
    left: 88%;
  }
}
.page-dashboard .confeti-first-log .confetti-68 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 97%;
  opacity: 0.67194;
  transform: rotate(148.76857deg);
  animation: drop-68 4.98235s 0.63307s;
}
@keyframes drop-68 {
  100% {
    top: 110%;
    left: 100%;
  }
}
.page-dashboard .confeti-first-log .confetti-69 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 31%;
  opacity: 1.20394;
  transform: rotate(124.28535deg);
  animation: drop-69 4.50921s 0.21616s;
}
@keyframes drop-69 {
  100% {
    top: 110%;
    left: 37%;
  }
}
.page-dashboard .confeti-first-log .confetti-70 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 46%;
  opacity: 0.77154;
  transform: rotate(5.05475deg);
  animation: drop-70 4.62554s 0.22949s;
}
@keyframes drop-70 {
  100% {
    top: 110%;
    left: 48%;
  }
}
.page-dashboard .confeti-first-log .confetti-71 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 64%;
  opacity: 1.29659;
  transform: rotate(283.95288deg);
  animation: drop-71 4.41479s 0.40534s;
}
@keyframes drop-71 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.page-dashboard .confeti-first-log .confetti-72 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 29%;
  opacity: 0.75576;
  transform: rotate(149.16963deg);
  animation: drop-72 4.49122s 0.32761s;
}
@keyframes drop-72 {
  100% {
    top: 110%;
    left: 31%;
  }
}
.page-dashboard .confeti-first-log .confetti-73 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 68%;
  opacity: 1.25292;
  transform: rotate(316.18497deg);
  animation: drop-73 4.2208s 0.39146s;
}
@keyframes drop-73 {
  100% {
    top: 110%;
    left: 80%;
  }
}
.page-dashboard .confeti-first-log .confetti-74 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 39%;
  opacity: 0.57553;
  transform: rotate(209.3124deg);
  animation: drop-74 4.17015s 0.78217s;
}
@keyframes drop-74 {
  100% {
    top: 110%;
    left: 44%;
  }
}
.page-dashboard .confeti-first-log .confetti-75 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 78%;
  opacity: 0.71487;
  transform: rotate(51.32161deg);
  animation: drop-75 4.75171s 0.78643s;
}
@keyframes drop-75 {
  100% {
    top: 110%;
    left: 88%;
  }
}
.page-dashboard .confeti-first-log .confetti-76 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 86%;
  opacity: 0.82504;
  transform: rotate(226.17929deg);
  animation: drop-76 4.18564s 0.54883s;
}
@keyframes drop-76 {
  100% {
    top: 110%;
    left: 90%;
  }
}
.page-dashboard .confeti-first-log .confetti-77 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 53%;
  opacity: 0.95462;
  transform: rotate(185.62439deg);
  animation: drop-77 4.07016s 0.15618s;
}
@keyframes drop-77 {
  100% {
    top: 110%;
    left: 59%;
  }
}
.page-dashboard .confeti-first-log .confetti-78 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 77%;
  opacity: 1.41212;
  transform: rotate(77.87531deg);
  animation: drop-78 4.42115s 0.00641s;
}
@keyframes drop-78 {
  100% {
    top: 110%;
    left: 78%;
  }
}
.page-dashboard .confeti-first-log .confetti-79 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 48%;
  opacity: 1.10826;
  transform: rotate(210.62852deg);
  animation: drop-79 4.24655s 0.02901s;
}
@keyframes drop-79 {
  100% {
    top: 110%;
    left: 55%;
  }
}
.page-dashboard .confeti-first-log .confetti-80 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 77%;
  opacity: 0.83098;
  transform: rotate(243.23279deg);
  animation: drop-80 4.04238s 0.23814s;
}
@keyframes drop-80 {
  100% {
    top: 110%;
    left: 83%;
  }
}
.page-dashboard .confeti-first-log .confetti-81 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 75%;
  opacity: 0.91394;
  transform: rotate(212.37286deg);
  animation: drop-81 4.2392s 0.81096s;
}
@keyframes drop-81 {
  100% {
    top: 110%;
    left: 84%;
  }
}
.page-dashboard .confeti-first-log .confetti-82 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 34%;
  opacity: 0.82541;
  transform: rotate(14.92559deg);
  animation: drop-82 4.54653s 0.65004s;
}
@keyframes drop-82 {
  100% {
    top: 110%;
    left: 36%;
  }
}
.page-dashboard .confeti-first-log .confetti-83 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 61%;
  opacity: 1.23587;
  transform: rotate(335.9922deg);
  animation: drop-83 4.72663s 0.22784s;
}
@keyframes drop-83 {
  100% {
    top: 110%;
    left: 63%;
  }
}
.page-dashboard .confeti-first-log .confetti-84 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 92%;
  opacity: 1.36567;
  transform: rotate(13.07989deg);
  animation: drop-84 4.39652s 0.43084s;
}
@keyframes drop-84 {
  100% {
    top: 110%;
    left: 93%;
  }
}
.page-dashboard .confeti-first-log .confetti-85 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 57%;
  opacity: 1.1446;
  transform: rotate(62.44383deg);
  animation: drop-85 4.0554s 0.69508s;
}
@keyframes drop-85 {
  100% {
    top: 110%;
    left: 72%;
  }
}
.page-dashboard .confeti-first-log .confetti-86 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 83%;
  opacity: 0.55327;
  transform: rotate(349.00569deg);
  animation: drop-86 4.04487s 0.82592s;
}
@keyframes drop-86 {
  100% {
    top: 110%;
    left: 92%;
  }
}
.page-dashboard .confeti-first-log .confetti-87 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 41%;
  opacity: 0.6206;
  transform: rotate(32.27221deg);
  animation: drop-87 4.03475s 0.31442s;
}
@keyframes drop-87 {
  100% {
    top: 110%;
    left: 47%;
  }
}
.page-dashboard .confeti-first-log .confetti-88 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 10%;
  opacity: 1.38941;
  transform: rotate(102.25513deg);
  animation: drop-88 4.69705s 0.09207s;
}
@keyframes drop-88 {
  100% {
    top: 110%;
    left: 24%;
  }
}
.page-dashboard .confeti-first-log .confetti-89 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 41%;
  opacity: 1.36792;
  transform: rotate(175.39232deg);
  animation: drop-89 4.14431s 0.9163s;
}
@keyframes drop-89 {
  100% {
    top: 110%;
    left: 53%;
  }
}
.page-dashboard .confeti-first-log .confetti-90 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 88%;
  opacity: 0.81694;
  transform: rotate(233.05646deg);
  animation: drop-90 4.83143s 0.29843s;
}
@keyframes drop-90 {
  100% {
    top: 110%;
    left: 91%;
  }
}
.page-dashboard .confeti-first-log .confetti-91 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 29%;
  opacity: 0.62539;
  transform: rotate(256.24824deg);
  animation: drop-91 4.41491s 0.43389s;
}
@keyframes drop-91 {
  100% {
    top: 110%;
    left: 36%;
  }
}
.page-dashboard .confeti-first-log .confetti-92 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 85%;
  opacity: 1.00311;
  transform: rotate(133.2834deg);
  animation: drop-92 4.49993s 0.89479s;
}
@keyframes drop-92 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.page-dashboard .confeti-first-log .confetti-93 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 81%;
  opacity: 0.56938;
  transform: rotate(14.32986deg);
  animation: drop-93 4.59325s 0.98608s;
}
@keyframes drop-93 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.page-dashboard .confeti-first-log .confetti-94 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 88%;
  opacity: 0.87432;
  transform: rotate(55.71915deg);
  animation: drop-94 4.10971s 0.81378s;
}
@keyframes drop-94 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.page-dashboard .confeti-first-log .confetti-95 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 34%;
  opacity: 1.15828;
  transform: rotate(168.29724deg);
  animation: drop-95 4.39394s 0.76475s;
}
@keyframes drop-95 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.page-dashboard .confeti-first-log .confetti-96 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 33%;
  opacity: 1.2535;
  transform: rotate(23.56867deg);
  animation: drop-96 4.77592s 0.36769s;
}
@keyframes drop-96 {
  100% {
    top: 110%;
    left: 38%;
  }
}
.page-dashboard .confeti-first-log .confetti-97 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 54%;
  opacity: 0.59191;
  transform: rotate(42.14804deg);
  animation: drop-97 4.66682s 0.52878s;
}
@keyframes drop-97 {
  100% {
    top: 110%;
    left: 68%;
  }
}
.page-dashboard .confeti-first-log .confetti-98 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 98%;
  opacity: 0.87127;
  transform: rotate(239.6518deg);
  animation: drop-98 4.1306s 0.8827s;
}
@keyframes drop-98 {
  100% {
    top: 110%;
    left: 105%;
  }
}
.page-dashboard .confeti-first-log .confetti-99 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 11%;
  opacity: 1.17722;
  transform: rotate(11.59715deg);
  animation: drop-99 4.15281s 0.11428s;
}
@keyframes drop-99 {
  100% {
    top: 110%;
    left: 16%;
  }
}
.page-dashboard .confeti-first-log .confetti-100 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 98%;
  opacity: 0.9406;
  transform: rotate(93.63766deg);
  animation: drop-100 4.16259s 0.74712s;
}
@keyframes drop-100 {
  100% {
    top: 110%;
    left: 106%;
  }
}
.page-dashboard .confeti-first-log .confetti-101 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 55%;
  opacity: 0.51529;
  transform: rotate(336.03507deg);
  animation: drop-101 4.94429s 0.5426s;
}
@keyframes drop-101 {
  100% {
    top: 110%;
    left: 61%;
  }
}
.page-dashboard .confeti-first-log .confetti-102 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 39%;
  opacity: 1.08719;
  transform: rotate(187.0737deg);
  animation: drop-102 4.03118s 0.16365s;
}
@keyframes drop-102 {
  100% {
    top: 110%;
    left: 44%;
  }
}
.page-dashboard .confeti-first-log .confetti-103 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 1%;
  opacity: 1.27111;
  transform: rotate(39.78265deg);
  animation: drop-103 4.51442s 0.32425s;
}
@keyframes drop-103 {
  100% {
    top: 110%;
    left: 3%;
  }
}
.page-dashboard .confeti-first-log .confetti-104 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 56%;
  opacity: 1.15261;
  transform: rotate(21.07327deg);
  animation: drop-104 4.75773s 0.66281s;
}
@keyframes drop-104 {
  100% {
    top: 110%;
    left: 67%;
  }
}
.page-dashboard .confeti-first-log .confetti-105 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 35%;
  opacity: 0.59822;
  transform: rotate(140.70873deg);
  animation: drop-105 4.11559s 0.94684s;
}
@keyframes drop-105 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.page-dashboard .confeti-first-log .confetti-106 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 36%;
  opacity: 0.71292;
  transform: rotate(226.55218deg);
  animation: drop-106 4.30381s 0.30288s;
}
@keyframes drop-106 {
  100% {
    top: 110%;
    left: 39%;
  }
}
.page-dashboard .confeti-first-log .confetti-107 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 5%;
  opacity: 0.58729;
  transform: rotate(335.63942deg);
  animation: drop-107 4.59657s 0.3791s;
}
@keyframes drop-107 {
  100% {
    top: 110%;
    left: 19%;
  }
}
.page-dashboard .confeti-first-log .confetti-108 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 37%;
  opacity: 1.46395;
  transform: rotate(20.34446deg);
  animation: drop-108 4.44626s 0.3091s;
}
@keyframes drop-108 {
  100% {
    top: 110%;
    left: 39%;
  }
}
.page-dashboard .confeti-first-log .confetti-109 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 15%;
  opacity: 0.82233;
  transform: rotate(309.90596deg);
  animation: drop-109 4.46347s 0.89421s;
}
@keyframes drop-109 {
  100% {
    top: 110%;
    left: 28%;
  }
}
.page-dashboard .confeti-first-log .confetti-110 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 9%;
  opacity: 0.7808;
  transform: rotate(340.02467deg);
  animation: drop-110 4.84309s 0.97955s;
}
@keyframes drop-110 {
  100% {
    top: 110%;
    left: 24%;
  }
}
.page-dashboard .confeti-first-log .confetti-111 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 41%;
  opacity: 0.62582;
  transform: rotate(288.96957deg);
  animation: drop-111 4.22496s 0.42773s;
}
@keyframes drop-111 {
  100% {
    top: 110%;
    left: 45%;
  }
}
.page-dashboard .confeti-first-log .confetti-112 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 45%;
  opacity: 0.81457;
  transform: rotate(116.18893deg);
  animation: drop-112 4.37095s 0.42017s;
}
@keyframes drop-112 {
  100% {
    top: 110%;
    left: 51%;
  }
}
.page-dashboard .confeti-first-log .confetti-113 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 65%;
  opacity: 0.78504;
  transform: rotate(24.9051deg);
  animation: drop-113 4.11484s 0.61768s;
}
@keyframes drop-113 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.page-dashboard .confeti-first-log .confetti-114 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 26%;
  opacity: 1.4796;
  transform: rotate(164.23671deg);
  animation: drop-114 4.36474s 0.09234s;
}
@keyframes drop-114 {
  100% {
    top: 110%;
    left: 40%;
  }
}
.page-dashboard .confeti-first-log .confetti-115 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 21%;
  opacity: 0.95779;
  transform: rotate(115.96246deg);
  animation: drop-115 4.40919s 0.28828s;
}
@keyframes drop-115 {
  100% {
    top: 110%;
    left: 31%;
  }
}
.page-dashboard .confeti-first-log .confetti-116 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 68%;
  opacity: 1.39296;
  transform: rotate(182.48551deg);
  animation: drop-116 4.60388s 0.50576s;
}
@keyframes drop-116 {
  100% {
    top: 110%;
    left: 79%;
  }
}
.page-dashboard .confeti-first-log .confetti-117 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 35%;
  opacity: 0.65126;
  transform: rotate(164.23637deg);
  animation: drop-117 4.93651s 0.5833s;
}
@keyframes drop-117 {
  100% {
    top: 110%;
    left: 40%;
  }
}
.page-dashboard .confeti-first-log .confetti-118 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 83%;
  opacity: 0.89657;
  transform: rotate(132.06046deg);
  animation: drop-118 4.9419s 0.62252s;
}
@keyframes drop-118 {
  100% {
    top: 110%;
    left: 85%;
  }
}
.page-dashboard .confeti-first-log .confetti-119 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 59%;
  opacity: 0.58186;
  transform: rotate(93.34657deg);
  animation: drop-119 4.045s 0.00207s;
}
@keyframes drop-119 {
  100% {
    top: 110%;
    left: 71%;
  }
}
.page-dashboard .confeti-first-log .confetti-120 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 31%;
  opacity: 1.18392;
  transform: rotate(265.13707deg);
  animation: drop-120 4.51163s 0.97065s;
}
@keyframes drop-120 {
  100% {
    top: 110%;
    left: 41%;
  }
}
.page-dashboard .confeti-first-log .confetti-121 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 72%;
  opacity: 0.76572;
  transform: rotate(275.26437deg);
  animation: drop-121 4.28839s 0.33421s;
}
@keyframes drop-121 {
  100% {
    top: 110%;
    left: 78%;
  }
}
.page-dashboard .confeti-first-log .confetti-122 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 97%;
  opacity: 1.11267;
  transform: rotate(268.25875deg);
  animation: drop-122 4.85852s 0.37875s;
}
@keyframes drop-122 {
  100% {
    top: 110%;
    left: 110%;
  }
}
.page-dashboard .confeti-first-log .confetti-123 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 39%;
  opacity: 1.45055;
  transform: rotate(94.79724deg);
  animation: drop-123 4.50967s 0.32711s;
}
@keyframes drop-123 {
  100% {
    top: 110%;
    left: 45%;
  }
}
.page-dashboard .confeti-first-log .confetti-124 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 38%;
  opacity: 1.10225;
  transform: rotate(242.61924deg);
  animation: drop-124 4.00683s 0.7688s;
}
@keyframes drop-124 {
  100% {
    top: 110%;
    left: 51%;
  }
}
.page-dashboard .confeti-first-log .confetti-125 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 91%;
  opacity: 0.59726;
  transform: rotate(103.8796deg);
  animation: drop-125 4.82783s 0.30582s;
}
@keyframes drop-125 {
  100% {
    top: 110%;
    left: 105%;
  }
}
.page-dashboard .confeti-first-log .confetti-126 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 12%;
  opacity: 0.85895;
  transform: rotate(307.46503deg);
  animation: drop-126 4.78684s 0.98448s;
}
@keyframes drop-126 {
  100% {
    top: 110%;
    left: 14%;
  }
}
.page-dashboard .confeti-first-log .confetti-127 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 87%;
  opacity: 0.57992;
  transform: rotate(48.96908deg);
  animation: drop-127 4.02164s 0.23494s;
}
@keyframes drop-127 {
  100% {
    top: 110%;
    left: 88%;
  }
}
.page-dashboard .confeti-first-log .confetti-128 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 77%;
  opacity: 1.37866;
  transform: rotate(190.18978deg);
  animation: drop-128 4.53668s 0.27471s;
}
@keyframes drop-128 {
  100% {
    top: 110%;
    left: 84%;
  }
}
.page-dashboard .confeti-first-log .confetti-129 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 79%;
  opacity: 1.33086;
  transform: rotate(133.09437deg);
  animation: drop-129 4.58342s 0.68627s;
}
@keyframes drop-129 {
  100% {
    top: 110%;
    left: 93%;
  }
}
.page-dashboard .confeti-first-log .confetti-130 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 91%;
  opacity: 1.37635;
  transform: rotate(273.54007deg);
  animation: drop-130 4.03195s 0.4044s;
}
@keyframes drop-130 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.page-dashboard .confeti-first-log .confetti-131 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 17%;
  opacity: 1.16915;
  transform: rotate(126.07292deg);
  animation: drop-131 4.70037s 0.39224s;
}
@keyframes drop-131 {
  100% {
    top: 110%;
    left: 28%;
  }
}
.page-dashboard .confeti-first-log .confetti-132 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 81%;
  opacity: 0.64813;
  transform: rotate(53.2866deg);
  animation: drop-132 4.09307s 0.79162s;
}
@keyframes drop-132 {
  100% {
    top: 110%;
    left: 87%;
  }
}
.page-dashboard .confeti-first-log .confetti-133 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 4%;
  opacity: 1.27341;
  transform: rotate(81.86539deg);
  animation: drop-133 4.21818s 0.43351s;
}
@keyframes drop-133 {
  100% {
    top: 110%;
    left: 7%;
  }
}
.page-dashboard .confeti-first-log .confetti-134 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 91%;
  opacity: 0.96876;
  transform: rotate(151.31846deg);
  animation: drop-134 4.84837s 0.19251s;
}
@keyframes drop-134 {
  100% {
    top: 110%;
    left: 101%;
  }
}
.page-dashboard .confeti-first-log .confetti-135 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 92%;
  opacity: 0.68463;
  transform: rotate(229.42196deg);
  animation: drop-135 4.87053s 0.42391s;
}
@keyframes drop-135 {
  100% {
    top: 110%;
    left: 100%;
  }
}
.page-dashboard .confeti-first-log .confetti-136 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 28%;
  opacity: 1.1244;
  transform: rotate(357.39366deg);
  animation: drop-136 4.89128s 0.32117s;
}
@keyframes drop-136 {
  100% {
    top: 110%;
    left: 33%;
  }
}
.page-dashboard .confeti-first-log .confetti-137 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 35%;
  opacity: 0.64055;
  transform: rotate(92.11014deg);
  animation: drop-137 4.07772s 0.81504s;
}
@keyframes drop-137 {
  100% {
    top: 110%;
    left: 46%;
  }
}
.page-dashboard .confeti-first-log .confetti-138 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 36%;
  opacity: 1.39427;
  transform: rotate(58.86137deg);
  animation: drop-138 4.71346s 0.05972s;
}
@keyframes drop-138 {
  100% {
    top: 110%;
    left: 39%;
  }
}
.page-dashboard .confeti-first-log .confetti-139 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 52%;
  opacity: 0.88958;
  transform: rotate(278.41082deg);
  animation: drop-139 4.87768s 0.04617s;
}
@keyframes drop-139 {
  100% {
    top: 110%;
    left: 59%;
  }
}
.page-dashboard .confeti-first-log .confetti-140 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 12%;
  opacity: 0.72134;
  transform: rotate(280.37313deg);
  animation: drop-140 4.7372s 0.13239s;
}
@keyframes drop-140 {
  100% {
    top: 110%;
    left: 24%;
  }
}
.page-dashboard .confeti-first-log .confetti-141 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 7%;
  opacity: 0.87674;
  transform: rotate(160.1003deg);
  animation: drop-141 4.67428s 0.65599s;
}
@keyframes drop-141 {
  100% {
    top: 110%;
    left: 11%;
  }
}
.page-dashboard .confeti-first-log .confetti-142 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 56%;
  opacity: 0.99948;
  transform: rotate(94.46722deg);
  animation: drop-142 4.38543s 0.39335s;
}
@keyframes drop-142 {
  100% {
    top: 110%;
    left: 70%;
  }
}
.page-dashboard .confeti-first-log .confetti-143 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 67%;
  opacity: 1.04711;
  transform: rotate(32.62355deg);
  animation: drop-143 4.77651s 0.64896s;
}
@keyframes drop-143 {
  100% {
    top: 110%;
    left: 78%;
  }
}
.page-dashboard .confeti-first-log .confetti-144 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 82%;
  opacity: 0.60445;
  transform: rotate(216.90137deg);
  animation: drop-144 4.84952s 0.72605s;
}
@keyframes drop-144 {
  100% {
    top: 110%;
    left: 85%;
  }
}
.page-dashboard .confeti-first-log .confetti-145 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 60%;
  opacity: 1.17656;
  transform: rotate(160.17062deg);
  animation: drop-145 4.4143s 0.62345s;
}
@keyframes drop-145 {
  100% {
    top: 110%;
    left: 62%;
  }
}
.page-dashboard .confeti-first-log .confetti-146 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 28%;
  opacity: 1.23452;
  transform: rotate(350.93493deg);
  animation: drop-146 4.4911s 0.3714s;
}
@keyframes drop-146 {
  100% {
    top: 110%;
    left: 33%;
  }
}
.page-dashboard .confeti-first-log .confetti-147 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 80%;
  opacity: 0.71066;
  transform: rotate(59.37318deg);
  animation: drop-147 4.64223s 0.05385s;
}
@keyframes drop-147 {
  100% {
    top: 110%;
    left: 95%;
  }
}
.page-dashboard .confeti-first-log .confetti-148 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 16%;
  opacity: 0.97606;
  transform: rotate(81.18995deg);
  animation: drop-148 4.10597s 0.67916s;
}
@keyframes drop-148 {
  100% {
    top: 110%;
    left: 23%;
  }
}
.page-dashboard .confeti-first-log .confetti-149 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 72%;
  opacity: 0.86223;
  transform: rotate(34.80749deg);
  animation: drop-149 4.43849s 0.10826s;
}
@keyframes drop-149 {
  100% {
    top: 110%;
    left: 87%;
  }
}
.page-dashboard .confeti-first-log .confetti-150 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 80%;
  opacity: 1.03262;
  transform: rotate(112.96889deg);
  animation: drop-150 4.94125s 0.64961s;
}
@keyframes drop-150 {
  100% {
    top: 110%;
    left: 87%;
  }
}
.bg-welcome {
  background-color: #082946;
}

.welcome-hexfit .container-info-academy {
  padding: 25px;
  border-radius: 25px;
}
@media (min-width: 992px) {
  .welcome-hexfit .container-info-academy {
    padding: 40px;
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
  }
}
.welcome-hexfit .container-gray-radius-top {
  background-color: #082946;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.admin-first-steps .checklist-container {
  position: relative;
}
.admin-first-steps .checklist-container .disabled-state {
  display: none;
}
.admin-first-steps .checklist-container.disabled .disabled-state {
  position: absolute;
  background: #f2f2f4;
  opacity: 0.5;
  padding: 40px;
  left: 10px;
  right: 10px;
  top: 60px;
  bottom: 0;
  border-radius: 25px;
  cursor: not-allowed;
}

.page-referrals .conteneur-entente-referrals .conteneur-step-referrals {
  padding: 30px;
}
.page-referrals .conteneur-entente-referrals .conteneur-step-referrals h3 {
  margin-bottom: 30px;
}
.page-referrals .conteneur-entente-referrals .conteneur-step-referrals ul {
  padding: 0;
}
.page-referrals .conteneur-entente-referrals .conteneur-step-referrals ul li {
  font-size: 16px;
  margin-bottom: 20px;
}
.page-referrals .conteneur-entente-referrals .conteneurImageReferral {
  text-align: center;
}
.page-referrals .conteneur-entente-referrals .conteneurImageReferral img {
  max-height: 400px;
}
.page-referrals .conteneur-section {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 20px;
  margin-top: 20px;
}
.page-referrals .conteneur-modele-bank {
  background-color: #333333;
}
.page-referrals .conteneur-modele-bank .conteneur-money {
  background-color: white;
  border-radius: 6px;
  height: 130px;
  margin: 5px;
  text-align: center;
}
.page-referrals .conteneur-modele-bank .information-Bank h4 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.page-referrals .conteneur-modele-bank .information-Bank .money-exchange {
  margin: 20px 0;
  color: white;
  text-align: center;
}
.page-referrals .conteneur-modele-bank .information-Bank .money-exchange i {
  font-size: 25px;
  margin-right: 10px;
}
.page-referrals .conteneur-modele-bank .information-Bank .money-exchange span.button, .page-referrals .conteneur-modele-bank .information-Bank .money-exchange .page-events span.fc-printButton-button, .page-events .page-referrals .conteneur-modele-bank .information-Bank .money-exchange span.fc-printButton-button {
  background: #ff9933;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px;
  text-transform: uppercase;
  margin-left: 10px;
}
.page-referrals .url-send-referral {
  background-color: white;
  border-radius: 25px;
  padding: 40px;
}
.page-referrals .url-send-referral h2 {
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
}
.page-referrals .url-send-referral .mth {
  max-width: 400px;
  text-align: left;
  margin: auto;
}
.page-referrals .url-send-referral .mth .cursor-pointer {
  border-radius: 30px;
  padding: 15px;
}
.page-referrals .url-send-referral .mth .referral-buttons {
  text-align: left;
}
.page-referrals .url-send-referral .mth .referral-buttons .btn {
  width: 45%;
  margin: 5px;
  padding: 13px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.page-referrals .url-send-referral .mth .referral-buttons .btn-linkedin {
  background-color: #f2f2f4;
}
.page-referrals .url-send-referral .mth .referral-buttons .btn-mail {
  background-color: #ff9933;
}
.page-referrals .form-send-referral {
  background-color: white;
}
.page-referrals .form-send-referral h2 {
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
}
.page-referrals .form-send-referral p {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.page-referrals .form-send-referral .form-inline {
  max-width: 400px;
  text-align: center;
  margin: auto;
}
.page-referrals .form-send-referral .form-inline .form-group {
  width: 100%;
}
.page-referrals .form-send-referral .form-inline .form-group input {
  width: 100%;
  margin-bottom: 15px;
  padding: 20px;
}
.page-referrals .form-send-referral .form-inline button {
  padding: 12px;
  width: 200px;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.page-referrals .form-send-referral .form-inline button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.page-referrals .tableReferrals {
  padding: 0;
  margin-bottom: 20px;
}
.page-referrals .tableReferrals .table {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin: 20px 0 0 0;
  background: white;
}
.page-referrals .tableReferrals .table tr th div p {
  text-align: center;
}
.page-referrals .tableReferrals .step-cercle {
  text-align: center;
}

.ModaleExchangeMoney .btn {
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 300px;
}
.ModaleExchangeMoney .modal-header {
  padding: 0;
  margin-top: 30px;
  border-bottom: none;
}
.ModaleExchangeMoney .modal-header .conteneur-Image-Points-Referral {
  text-align: center;
}
.ModaleExchangeMoney .modal-header .conteneur-Image-Points-Referral img {
  max-width: 100px;
}
.ModaleExchangeMoney .modal-header h2 {
  text-align: center;
  font-size: 25px;
  font-weight: bolder;
}
.ModaleExchangeMoney .modal-body {
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
.ModaleExchangeMoney .modal-body i {
  font-size: 80px;
}
.ModaleExchangeMoney .modal-body p {
  font-size: 15px;
  margin-bottom: 15px;
}
.ModaleExchangeMoney .modal-body .btn-default {
  background-color: #555555;
  color: white;
  font-weight: 600;
  border: none;
  width: 150px;
}
.ModaleExchangeMoney .modal-body .btn-default:focus {
  text-decoration: underline;
  outline: none;
}
.ModaleExchangeMoney .modal-body .btn-primary {
  padding: 10px;
  font-weight: 600;
  width: 150px;
}
.ModaleExchangeMoney .modal-body .btn-primary:focus {
  text-decoration: underline;
  outline: none;
}
.ModaleExchangeMoney .modal-footer {
  text-align: center;
  padding: 30px 15px 15px 15px;
}
.ModaleExchangeMoney .modal-footer .btn-warning {
  background-color: white;
  color: #082946;
  border: none;
  margin-left: 0;
}

#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(242, 242, 244, 0.5);
  z-index: 9999999;
}
#loading > div {
  height: 100%;
}
#loading .size-h2 {
  font-size: 40px;
}

.session-builder {
  overflow: hidden !important;
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
}
.session-builder .modal-content {
  border-radius: 25px !important;
}
.session-builder .mobile-draggrable-handle {
  cursor: move;
}
.session-builder .show-when-selected-exercises {
  display: none;
}
.session-builder .exercise-container.draggable-item-hover .exercise-dropzone {
  display: block !important;
}
.session-builder .sortable-ghost {
  margin-top: 20px;
}
.session-builder .buttons-sticky-bar {
  position: sticky;
  top: -15px;
  padding: 6px 15px;
  z-index: 99999;
  margin-left: -15px;
  margin-right: -15px;
  background: #f2f2f4;
}
.session-builder .sidebar-exercises-container {
  overflow: hidden;
  position: relative;
}
.session-builder .exercise-historic-table td {
  vertical-align: middle;
}
@media (max-width: 992px) {
  .session-builder .exercises-btn-container {
    text-align: right;
    width: 100%;
  }
}
.session-builder #builder-exercises.hide-nested-exercises .nested-exercises {
  display: none !important;
}
.session-builder #builder-exercises .exercise-container:last-child .link-exercice-icon {
  display: none;
}
.session-builder .session-title {
  background: #f2f2f4;
  border-bottom: 2px solid #ff9933 !important;
  font-size: 22px;
}
.session-builder .session-description {
  border-style: solid;
  border-color: #ff9933;
  border-width: 0 0 2px 0;
  border-radius: 0;
  padding: 6px 0;
  color: #082946;
  background: #f2f2f4;
}
.session-builder .form-section {
  border-radius: 0 !important;
}
.session-builder .draggrable-handle {
  cursor: move;
}
.session-builder .exercise-title {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .session-builder .exercise-title {
    font-size: 15px;
  }
}
.session-builder .exercise-container {
  position: relative;
  padding: 5px;
  width: 100%;
  margin-top: 20px;
  border-radius: 15px;
  cursor: move;
}
.session-builder .exercise-container .hide-on-not-collapse {
  display: none;
}
.session-builder .exercise-container .hide-on-collapse {
  display: block;
}
.session-builder .exercise-container.exercise-collapse {
  min-height: 70px;
}
.session-builder .exercise-container.exercise-collapse .hide-on-not-collapse {
  display: block;
}
.session-builder .exercise-container.exercise-collapse .hide-on-collapse {
  display: none;
}
.session-builder .exercise-container.active {
  border: 2px solid #ff9933;
}
.session-builder .exercise-container.exercise-container-type-1, .session-builder .exercise-container.exercise-container-type-3 {
  background: white;
  box-shadow: 2px 0px 21px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 0px 21px -7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 0px 21px -7px rgba(0, 0, 0, 0.2);
}
.session-builder .exercise-container.exercise-container-type-2 {
  padding: 20px 0 0 0;
}
.session-builder .exercise-container.exercise-container-type-2 .title > input, .session-builder .exercise-container.exercise-container-type-2 .note > textarea {
  background: transparent;
  border: 0;
  padding: 12px 0;
}
.session-builder .exercise-container.exercise-container-type-2 .title > input {
  color: #ff9933;
  font-size: 20px;
}
.session-builder .exercise-container.draggable-item-hover .nested-exercises, .session-builder .exercise-container.empty-circuit .nested-exercises {
  min-height: 100px;
  width: 100%;
  padding: 20px;
  border: 3px dashed orange;
  border-radius: 15px;
}
.session-builder .exercise-container.draggable-item-hover .nested-exercises:before, .session-builder .exercise-container.empty-circuit .nested-exercises:before {
  content: attr(data-content);
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
.session-builder .exercise-container.selected {
  border: 2px solid orange;
}
.session-builder .exercise-container .details {
  padding: 0 10px;
}
.session-builder .exercise-container .nested-exercises {
  margin-left: 10px;
  border-left: 4px solid orange;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.session-builder .exercise-container .nested-exercises .exercise-container {
  padding: 10px;
  margin-top: 10px;
}
.session-builder .remove-max-rep {
  padding: 0 !important;
  width: 26px;
}
.session-builder .remove-max-rep svg-icon {
  margin-top: -2px;
}
.session-builder .link-exercice-icon {
  position: absolute;
  bottom: -32px;
  z-index: 99;
  padding: 5px 8px 2px 8px !important;
  background: white;
}
.session-builder .link-exercice-icon.active {
  color: #ff9933;
  border-color: #ff9933;
}
.session-builder .link-exercice-icon.active svg-icon {
  fill: #ff9933;
}
.session-builder .multi-cycle-details {
  margin-left: 10px;
  border-left: 2px solid orange;
  padding-left: 10px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .session-builder .visual-builder-2 .input-arrows {
    display: none !important;
  }
}
.session-builder .visual-builder-2 .input-arrows button {
  background: transparent;
  border: 0;
  padding: 2px;
}
.session-builder .visual-builder-2 .attribute-details-container {
  overflow: auto;
  padding: 20px 0;
  cursor: auto;
}
.session-builder .visual-builder-2 .attribute-details-container,
.session-builder .visual-builder-2 .attribute-details-side-container {
  padding: 20px 0;
}
.session-builder .visual-builder-2 .flex-table-row {
  height: 56px;
}
.session-builder .visual-builder-2 .flex-table-row .cell {
  margin-right: auto;
  padding: 5px;
  width: 160px;
}
.session-builder .visual-builder-2 .flex-table-row .cell.week-column {
  width: 80px;
}
.session-builder .visual-builder-2 .flex-table-row .cell.serie-column {
  width: 90px;
  position: relative;
}
.session-builder .visual-builder-2 .flex-table-row .cell.rep-column, .session-builder .visual-builder-2 .flex-table-row .cell.recup-column {
  width: 120px;
}
.session-builder .visual-builder-2 .flex-table-row .cell .series-btn-dropdown {
  margin-right: 0 !important;
}
.session-builder .visual-builder-2 .add-serie-intelign {
  padding: 4px 10px 0 10px;
  position: absolute;
  top: 20px;
  display: none;
  width: 160px;
  font-size: 13px;
  text-align: left;
  border: 0;
  left: 20px;
}
.session-builder .visual-builder-2 .serie-row:hover .add-serie-intelign {
  display: block !important;
}
.session-builder .visual-builder-2 .fa-cog, .session-builder .visual-builder-2 .fa-lock, .session-builder .visual-builder-2 .fa-unlock {
  font-size: 20px;
  cursor: pointer;
}
.session-builder .visual-builder-2 .fa-lock, .session-builder .visual-builder-2 .fa-unlock {
  margin-right: 5px;
}
.session-builder .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f2f2f4;
  border-radius: 5px;
  border: 1px solid rgba(8, 41, 70, 0.2);
}
.session-builder .checkmark-container:hover .checkmark {
  background-color: #ccc;
}
.session-builder .checkmark-container.checked .checkmark {
  background-color: #ff9933;
}
.session-builder .checkmark-container.disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.session-builder .checkmark-container.checked:after {
  display: block;
}
.session-builder .checkmark-container:after {
  content: "✔";
  position: absolute;
  display: none;
  color: white;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.session-builder .checkmark-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 20px;
  width: 20px;
}

.exercise-bank-container-padding.sortable-ghost img {
  width: 60px;
}
.exercise-bank-container-padding.sortable-ghost .normal {
  display: flex;
  align-items: center;
}
.exercise-bank-container-padding.sortable-ghost .normal .exercice-info {
  font-size: 18px;
  font-weight: bold;
}
.exercise-bank-container-padding.sortable-ghost .right-panel-btn,
.exercise-bank-container-padding.sortable-ghost .result-buttons-container {
  display: none;
}

.intervalEditorModal .repeat-phase-editor {
  display: inline-block;
  width: 100%;
}
.intervalEditorModal .repeat-phase-editor table .repeat-icon {
  font-size: 20px;
}
.intervalEditorModal .repeat-phase-editor table .repeat-phase-container {
  width: 63px;
  text-align: right;
}
.intervalEditorModal .repeat-phase-editor table .repeat-rep {
  text-align: right;
}
.intervalEditorModal .repeat-phase-editor table .repeat-tr {
  height: 54px;
}
.intervalEditorModal .repeat-phase-editor .dragHandle {
  height: 100%;
  position: relative;
}
.intervalEditorModal .repeat-phase-editor .numberInfo {
  font-size: 18px;
  display: inline-block;
  width: 80px;
}
.intervalEditorModal .repeat-phase-editor .handler {
  position: absolute;
  background: url(../images/divider.png);
  width: 14px;
  top: 0;
  height: 100%;
  cursor: move;
  display: inline-block;
}
.intervalEditorModal .repeat-phase-editor table td {
  vertical-align: middle;
}

.premade_type_circuit_container {
  padding: 0;
}
.premade_type_circuit_container li {
  padding: 10px;
  background: white;
  cursor: pointer;
  border: 1px solid #f2f2f4;
  margin: 10px 0;
}
.premade_type_circuit_container li.active {
  border-color: #ff9933;
}

.exercise-panel-mobile-header {
  position: sticky;
  top: 0;
  background: #f2f2f4;
  padding-top: 10px;
  padding-bottom: 5px;
  z-index: 9999;
}

.img-bg {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-color: white;
}

.circuit-inside-img-container .img-bg:not(:last-child) {
  margin-right: -25px;
}
.circuit-inside-img-container .img-bg {
  border: 1px solid #f2f2f4;
}

.IS_MOBILE .add-serie-intelign {
  display: block !important;
}

.session-card {
  border-bottom: 2px solid transparent;
  font-weight: 500;
  cursor: pointer;
}
.session-card:hover, .session-card.active {
  border-bottom: 2px solid #ff9933;
}

.page-codesPromo .container-promo-section {
  padding: 30px 0;
}
.page-codesPromo .container-header-prommo {
  height: 500px;
}
.page-codesPromo .container-info-promo {
  height: 100%;
}
.page-codesPromo .promos-container > div {
  flex: 0 0 33.333333%;
}
.page-codesPromo .img-logo-promotion-form {
  width: 125px;
  height: auto !important;
  margin: auto;
  display: block;
}
.page-codesPromo .header-page-promo {
  height: 500px;
  background-color: #ff9933;
}
.page-codesPromo h1 {
  margin: 0;
}
.page-codesPromo .subtitle-promo-code {
  max-width: 500px;
  font-size: 16px;
  color: #000;
  opacity: 80%;
}
.page-codesPromo .container-promo-card {
  width: 80%;
  margin: auto;
}
.page-codesPromo .img-logo-promotion {
  width: 175px;
  height: auto !important;
  margin: auto;
  display: block;
}
.page-codesPromo .container-info-promo {
  width: 80%;
  margin: auto;
}
.page-codesPromo .container-info-promo p {
  margin: 20px 0;
}

.wobble-ver-left {
  animation: wobble-ver-left 1.5s 0.5s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-9 10:59:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation wobble-ver-left
 * ----------------------------------------
 */
@keyframes wobble-ver-left {
  0%,
  100% {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateY(-20px) rotate(-3deg);
  }
  30% {
    transform: translateY(10px) rotate(3deg);
  }
  45% {
    transform: translateY(-10px) rotate(-2.6deg);
  }
  60% {
    transform: translateY(6px) rotate(1.8deg);
  }
  75% {
    transform: translateY(-4px) rotate(-1deg);
  }
}
.event-calendar-print .hidden-print,
.event-calendar-print .fc-right {
  display: none !important;
}
.event-calendar-print table {
  width: 100%;
  table-layout: fixed;
}
.event-calendar-print #client_infos {
  position: relative;
  height: 33px;
  line-height: 33px;
  font-size: 24px;
}

#calendar .fc-dayGridMonth-view .fc-daygrid-day-events, #compareCalendar .fc-dayGridMonth-view .fc-daygrid-day-events {
  margin-bottom: 75px !important;
}
#calendar .fc-timeGridWeek-view .fc-daygrid-day-events, #compareCalendar .fc-timeGridWeek-view .fc-daygrid-day-events {
  margin-bottom: 25px !important;
}
#calendar .fc-scroller-harness, #compareCalendar .fc-scroller-harness {
  overflow: visible;
}
#calendar .fc-scroller-harness > .fc-scroller, #compareCalendar .fc-scroller-harness > .fc-scroller {
  overflow: visible !important;
}

.fc-event {
  border-radius: 25px;
}

.fc-next-button, .fc-prev-button {
  width: 45px;
  height: 45px;
}
.fc-next-button > svg-icon, .fc-prev-button > svg-icon {
  width: 30px;
  height: 30px;
}

.page-event-sequences-editor .fc-event {
  height: 40px;
}

.page-events {
  display: inline-block;
  width: 100%;
}
.page-events #calendar .fc-toolbar .fc-toolbar-chunk, .page-events #compareCalendar .fc-toolbar .fc-toolbar-chunk {
  display: none;
}
.page-events #calendar .fc-toolbar .fc-toolbar-title, .page-events #compareCalendar .fc-toolbar .fc-toolbar-title {
  text-align: center;
  width: 100%;
}
.page-events .fc-center {
  display: flex;
  align-items: center;
}
.page-events .fc-center h2 {
  font-size: 25px;
  margin-top: 5px;
}
.page-events .fc th {
  text-transform: capitalize;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: left;
}
@media (max-width: 769px) {
  .page-events .fc th {
    text-align: center;
    font-size: 10px;
  }
}
@media (max-width: 769px) {
  .page-events .fc td {
    text-align: center;
  }
}
.page-events .fc-day-grid-container {
  overflow: inherit !important;
  height: auto !important;
}
.page-events .fc-day-grid-container .fc-day-grid {
  overflow: inherit !important;
}
.page-events .fc-event-container {
  cursor: pointer;
}
.page-events .with-stats .stats-container {
  display: block;
}
.page-events .stats-container {
  display: none;
}
.page-events .tbl_stats.table {
  position: absolute;
  border: 1px solid #dddddd;
  top: 55px;
  right: 0;
  background: #f2f2f4;
  width: 20%;
}
.page-events .tbl_stats.table th {
  heigth: 20px;
}
.page-events .tbl_stats.table tr,
.page-events .tbl_stats.table th {
  border: 1px solid #dddddd;
  padding: 7px;
  vertical-align: top;
}
.page-events .tbl_stats.table tr,
.page-events .tbl_stats.table td {
  border: 1px solid #dddddd;
  transition: all 200ms;
  transition-delay: .1s;
  position: relative;
  padding: 0;
}
.page-events .tbl_stats.table ul {
  padding-left: 10px;
}
.page-events .tbl_stats.table ul li {
  list-style-type: none;
}
.page-events .stat-line {
  border-bottom: 1px dashed lightgray;
  padding: 2px 10px;
}
.page-events .tbl_stats_week.table {
  border: 1px solid #dddddd;
  position: relative;
  margin-bottom: 0px;
}
.page-events .tbl_stats_week.table td {
  height: 150px;
  border: 1px solid #dddddd;
}
.page-events .ui-draggable {
  padding: 10px;
  border-radius: 25px;
  background-color: #ff9933;
  border: none;
  width: 100% !important;
  word-break: break-word;
}
.page-events .fc-left .fc-button, .page-events .fc-right .fc-button {
  color: #082946;
  background-color: transparent;
  border-radius: 6px;
  border: 2px solid #082946;
  padding: 0 10px;
  transition: 0.3ms all ease-in-out;
  outline: none;
  margin-right: 5px;
  box-shadow: none;
}
.page-events .fc-left .fc-button:hover, .page-events .fc-left .fc-button:active, .page-events .fc-left .fc-button:focus, .page-events .fc-right .fc-button:hover, .page-events .fc-right .fc-button:active, .page-events .fc-right .fc-button:focus {
  border-color: #ed8a26;
}
.page-events .fc-printButton-button {
  display: inline;
}
@media (max-width: 480px) {
  .page-events .fc-printButton-button {
    display: none;
  }
}
.page-events .fc-state-default {
  background-image: none;
  outline: none;
  border: none;
}
.page-events .fc-next-button, .page-events .fc-prev-button {
  background-color: transparent;
  border-radius: 50%;
  color: #082946 !important;
  border: none;
  transition: 0.3s;
  outline: none;
}
.page-events .fc-next-button:hover, .page-events .fc-prev-button:hover {
  background-color: #f2f2f4;
}
.page-events button.fc-button {
  color: #f2f2f4;
}
.page-events .fc-view {
  background: white;
}
.page-events .fc-day-grid .fc-row {
  z-index: auto;
}
.page-events .fc-bg {
  position: absolute;
  z-index: auto;
  height: 100%;
}
.page-events .fc-custom-bg {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  flex-direction: column;
}
.page-events .fc-head {
  transition-delay: .1s;
  position: relative;
}
.page-events .fc-head:hover .fc-custom-bg {
  display: flex;
  box-shadow: 0px 6px 30px lightgray;
}
.page-events .fc-custom-holder {
  position: absolute;
  min-height: 100%;
  width: 100%;
  display: inline-block;
}
.page-events .fc-week {
  min-height: 83px;
  padding-bottom: 90px;
  display: flex;
}
@media (max-width: 992px) {
  .page-events .fc-week {
    padding-bottom: 0;
  }
}
.page-events .fc-day {
  transition-delay: .1s;
  position: relative;
}
.page-events .fc-day .fc-custom-bg {
  display: flex;
}
@media (min-width: 992px) {
  .page-events .fc-day:hover .container-data-day {
    display: inline;
  }
  .page-events .fc-day:hover .btnSeeDay {
    display: inline;
  }
}
.page-events .fc-slats,
.page-events .fc-content-skeleton,
.page-events .fc-bgevent-skeleton {
  pointer-events: none;
}
.page-events .fc-bgevent,
.page-events .fc-event-container {
  pointer-events: auto;
}
.page-events .event-members {
  border-left: 2px solid #b3b2b2;
}
@media (min-width: 480px) {
  .page-events .event-members {
    border: none !important;
  }
}
.page-events .container-data-day {
  position: absolute;
  display: none;
  bottom: 45px;
  width: 100%;
}
.page-events .data-day-hover {
  font-size: 10px;
  color: #0a3859;
}
.page-events .btnSeeDay {
  align-self: flex-end;
  display: none;
  margin: auto;
  width: 70%;
  border: none;
  z-index: 100;
  border-radius: 5px;
  font-size: 14px;
  background-color: #ff9933;
  color: black !important;
}
@media (max-width: 992px) {
  .page-events .btnSeeDay {
    width: auto;
  }
}
.page-events .dropdown-menu {
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: none;
  margin-top: 0;
  border-top: 1px solid #f2f2f4;
}
.page-events .dropdown-menu ul {
  margin-bottom: 0;
}
.page-events .dropdown-menu ul li {
  padding: 10px;
}
.page-events .dropdown-menu ul li a {
  font-size: 13px;
}
.page-events .dropdown-menu ul li:hover {
  text-decoration: underline;
}
.page-events .fc-timeGridWeek-view .fc-week {
  padding-bottom: 0;
}
.page-events .fc-timeGridWeek-view .plan {
  display: none;
}
.page-events .fc-timeGridWeek-view .fc-event-title {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-events .fc-timeGridWeek-view .container-data-day {
  display: none !important;
}
.page-events .fc-timeGridWeek-view .btnSeeDay {
  display: inline;
  background-color: #ff9933;
  margin-bottom: 6px;
  bottom: 0;
  color: black !important;
}
@media (max-width: 992px) {
  .page-events .fc-timeGridWeek-view .btnSeeDay .add-visible {
    display: none;
  }
}
.page-events .fc-event-title {
  color: black;
  line-height: 12px;
}
.page-events .Event_small {
  text-align: left;
}
.page-events .fc-dayGridMonth-view .Event_small {
  overflow: hidden;
  padding: 5px 0;
}
@media (max-width: 769px) {
  .page-events .fc-dayGridMonth-view .Event_small {
    margin: 0 auto 2px auto;
    padding: 0;
    width: 50%;
    height: 15px !important;
    border-radius: 25px;
  }
  .page-events .fc-dayGridMonth-view .Event_small .fc-event-title {
    display: none;
  }
}
.page-events .fc-dayGridMonth-view .Event_small .fc-event-main {
  order: 2;
}
.page-events .fc-dayGridMonth-view .Event_small span, .page-events .fc-dayGridMonth-view .Event_small p, .page-events .fc-dayGridMonth-view .Event_small i {
  color: black !important;
}
@media (min-width: 992px) {
  .page-events .fc-dayGridMonth-view .fc-day .fc-custom-bg {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
}
.page-events .fc-dayGridMonth-view .btnSeeDay {
  margin-bottom: 10px;
  display: none;
}
.page-events .fc-dayGridMonth-view .btnSeeDay .add-visible {
  display: inline;
}
@media (max-width: 1100px) {
  .page-events .fc-dayGridMonth-view .btnSeeDay .add-visible {
    display: none;
  }
}
@media (max-width: 769px) {
  .page-events .fc-dayGridMonth-view .btnSeeDay {
    font-size: 20px;
    padding: 0;
  }
}
.page-events .fc-dayGridMonth-view .btnSeeDay:hover {
  background-color: #ff9933;
  color: #f2f2f4;
  display: inline;
}
.page-events .fc-dayGridMonth-view .dropdown-menu {
  padding: 0;
  width: 100%;
}
.page-events .fc-dayGridMonth-view .fc-daygrid-event:not(.schedule-event) {
  height: 55px;
}
.page-events .fc-dayGridMonth-view .fc-event-main {
  order: 2;
}
.page-events .fc-dayGridMonth-view .event-no-data {
  height: 20px !important;
}
.page-events .fc-daygrid-event {
  border-radius: 25px;
  display: flex;
  align-items: center;
}
.page-events .fc-daygrid-event .fc-event-time {
  display: none !important;
}
.page-events .icone {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 10px 10px 10px 0;
  width: 20px;
  height: 20px;
  fill: #ff9933;
}
.page-events .icone path {
  color: red;
}
.page-events .icone-mini {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.page-events .icone--calories {
  background-image: url(../../images/notifications/day_calories.svg);
}
.page-events .icone--walk {
  background-image: url(../../images/notifications/day_walk.svg);
}
.page-events .icone--height {
  background-image: url(../../images/notifications/day_height.svg);
}
.page-events .icone--sleep {
  background-image: url(../../images/notifications/day_sleep.svg);
}
.page-events .title-list {
  font-weight: 600;
}
.page-events .daily-datas-container {
  margin-bottom: 100px;
}
.page-events .container-icon-calendar {
  height: 25px;
}
.page-events .icone-done-activity {
  display: none;
  width: 25px !important;
  height: 25px !important;
  text-align: center;
  font-size: 22px;
  margin: 0 8px;
}
.page-events .fc-daygrid-event:hover .icone-switch .icone-day-calendar {
  display: none;
}
.page-events .fc-daygrid-event:hover .icone-switch .icone-done-activity {
  display: inline;
}
.page-events .icone-day-calendar {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  width: 25px !important;
  height: 25px !important;
  margin: 0 5px;
}
@media (max-width: 992px) {
  .page-events .icone-day-calendar {
    display: none !important;
  }
}
.page-events .icone--trainning {
  background-image: url(images/notifications/running2.svg) !important;
}
.page-events .event_mobile {
  width: 100%;
  display: block;
}
.page-events .event_mobile i {
  position: absolute;
  width: 100%;
  margin-left: -50%;
  top: 50%;
  color: #ff9933;
}
@media (min-width: 769px) {
  .page-events .event_mobile {
    display: none;
  }
}
.page-events .back-to-day i {
  margin-right: 10px;
}
.page-events .btn-round-day-select {
  background-color: #f1f3f4;
  color: #80868b;
  margin-right: 8px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  font-size: 10px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.page-events .btn:active, .page-events .btn.active {
  background-color: #ff9933;
  color: #f2f2f4;
}
.page-events .option-title {
  font-size: 16px;
  color: #082946;
}
.page-events .title-modal-edit {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .3px;
  line-height: 24px;
  color: #082946;
}

.page-events-with-bigger-event .fc-dayGridMonth-view .fc-daygrid-event {
  height: 45px;
}

.modal-content .back-to-day {
  display: none;
}
.modal-content .back-to-day i {
  margin-right: 10px;
}

.collapsed-box .repeat_table tbody > tr td:first-child {
  vertical-align: top;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: right;
  padding-right: 15px;
  font-weight: bold;
}

#compareCalendar.comparingMode .add-visible,
#calendar.comparingMode .add-visible {
  display: none;
}
#compareCalendar.comparingMode .container-icon-calendar,
#calendar.comparingMode .container-icon-calendar {
  display: none;
}

.fullcalendar-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  font-size: 40px;
  width: 100%;
  height: 100%;
  background: #0000007d;
  color: #f2f2f4;
  text-align: center;
  padding: 150px 30px;
}
.fullcalendar-loading > i {
  position: sticky;
  top: 220px;
}

.calendar-tabs {
  background: #f2f2f4;
  margin-bottom: 30px;
}
.calendar-tabs > div {
  text-align: center;
  border: 1px solid gray;
  padding: 10px 5px;
  cursor: pointer;
}
.calendar-tabs > div.active {
  background: #ff9933;
}

.isInAdmin .event-sequence .filters-box {
  display: none;
}

body:not(.isInAdmin) .event-sequence .top-nav-tabs {
  display: none;
}

.page-payments .secure_info .titre {
  font-size: 20px;
}
.page-payments .secure_info .lock {
  font-size: 30px;
  color: #ff9933;
}
.page-payments .secure_info .desc {
  font-size: 12px;
  color: #ff9933;
}
.page-payments .modules-container {
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.page-payments .modules-container .module-box-select {
  min-height: 375px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.page-payments .modules-container.module-box-select:hover {
  transform: scale(1.03);
  position: relative;
  z-index: 1;
}
.page-payments .modules-container.module-compact .features {
  margin-top: 5px;
  padding: 0;
}
.page-payments .modules-container.module-compact .features > ul > li {
  padding: 5px 0;
}
.page-payments .modules-container .price-header {
  padding-bottom: 15px;
}
.page-payments .price-detail {
  color: #ff9933;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.page-payments .card-container-invoice {
  padding: 30px 20px;
}
@media (min-width: 769px) {
  .page-payments .card-container-invoice {
    padding: 35px 60px;
  }
}
.page-payments .card-container-invoice i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-payments .card-container-invoice:hover i {
  color: #ff9933;
}
.page-payments .card-container-invoice:hover .number-invoice-light {
  color: #ff9933;
}
.page-payments .container-invoice-list {
  max-width: 1200px;
  margin: auto;
}
.page-payments .number-invoice {
  font-weight: 700;
  color: #082946;
  font-size: 17px;
  letter-spacing: 1px;
}
.page-payments .number-invoice-light {
  font-weight: 700;
  line-height: 1.2;
  color: #0a3859;
  font-size: 17px;
  text-align: left;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .page-payments .number-invoice-light {
    text-align: center;
    margin-top: 0;
  }
}
.page-payments .invoice-status {
  font-weight: 700;
  line-height: 1.2;
  font-size: 17px;
  text-align: left;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .page-payments .invoice-status {
    text-align: center;
    margin-top: 0;
  }
}
.page-payments .invoice-is-paid {
  color: #3c763d;
}
.page-payments .invoice-is-unpaid {
  color: #E94B3B;
}
.page-payments .container-price-box {
  max-width: 1200px;
  margin: auto;
}
.page-payments .container-price-box .card-container {
  margin: 10px;
  padding: 30px;
}
.page-payments .container-price-box .card-container ul > li {
  padding: 5px 0;
}
.page-payments .data-number-price {
  float: left;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .page-payments .data-number-price {
    float: right;
  }
}
.page-payments .strike-number {
  font-size: 2.5rem;
  margin-right: 10px;
  color: #0a3859;
}
.page-payments .price-number {
  color: #ff9933;
  font-size: 4.5rem;
  white-space: nowrap;
  letter-spacing: -3px;
}
.page-payments .detail-info-paiement {
  color: #ff9933;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 992px) {
  .page-payments .align-center-md {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .page-payments .justify-center-md {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .page-payments .justify-center-lg {
    display: flex;
    justify-content: center;
  }
}
.page-payments .p-r-80 {
  text-align: center;
}
@media (min-width: 992px) {
  .page-payments .p-r-80 {
    padding-right: 80px;
    text-align: left;
  }
}
.page-payments .moduleActive {
  border: 1px solid #ff9933;
}
.page-payments .mostPopular > div {
  background: #ff9933;
}
.page-payments .mostPopular .padding-2rem {
  border-radius: 25px;
}
.page-payments .mostPopular .most_popular_plan {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
}
.page-payments .bundlePrice {
  font-size: 1.5vw;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .page-payments .bundlePrice {
    font-size: 30px;
  }
}
.page-payments .active-plan {
  background-color: #ff9933;
  color: black;
  font-size: 16px;
  border-radius: 25px 25px 0 0;
  font-weight: bold;
}
.page-payments .icone--tag {
  display: none;
  background-image: url(../../images/select-tag.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin: 0 5px;
  position: absolute;
  width: 16px !important;
  height: 16px !important;
  top: -7px;
  right: -10px;
}
.page-payments .padding-left-lg {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .page-payments .padding-left-lg {
    padding-left: 30px;
  }
}
.page-payments .show-more-hidden {
  display: inline;
}
@media (min-width: 1200px) {
  .page-payments .show-more-hidden {
    display: none;
  }
}
.page-payments .card-container-upgrade {
  border-radius: 5px;
  border: 1px solid #f2f2f4;
  display: block;
  margin: auto;
  padding: 15px;
}
.page-payments .text-thin {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: normal;
}
.page-payments .number-bold-dark {
  font-weight: 600;
  color: #082946;
  font-size: 16px;
}
.page-payments .padding-60-30 {
  padding: 30px !important;
}
@media (min-width: 1200px) {
  .page-payments .padding-60-30 {
    padding: 60px !important;
  }
}
.page-payments .container-credit-info {
  max-width: 500px;
  display: block;
  margin: auto;
  padding: 25px;
}
.page-payments .ui-select {
  width: 100% !important;
  margin: 0;
}
.page-payments .tag-color {
  font-size: 11px;
  padding: 8px;
  background-color: #082946;
  color: #f2f2f4 !important;
  border-radius: 5px;
  font-weight: bold;
  width: max-content;
}
.page-payments .coupons-rabais {
  border: 2px dashed #ff9933;
  color: #ff9933;
  background-color: transparent;
  font-weight: normal;
  font-size: 18px;
  padding: 15px 20px;
  width: max-content;
}
.page-payments .message-alert-payment {
  max-width: 800px;
  display: block;
  margin: auto;
}

.payment-hover .ui-select {
  width: 100% !important;
  margin: 0;
}
.payment-hover .card-change-card {
  display: block;
  margin: auto;
  max-width: 470px;
}
.payment-hover .text-tiny-grey {
  font-size: 11px;
  color: #0a3859;
}

.credit-card-view .card-credit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 375px;
  min-height: 225px;
  text-align: left;
  padding: 35px 30px;
  color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  background: url(data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABGAAD/7gAmQWRvYmUAZMAAAAABAwAVBAMGCg0AAAWlAAAFyQAACgMAAA1W/9sAhAAEAwMDAwMEAwMEBgQDBAYHBQQEBQcIBgYHBgYICggJCQkJCAoKDAwMDAwKDAwNDQwMEREREREUFBQUFBQUFBQUAQQFBQgHCA8KCg8UDg4OFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wgARCAEOAakDAREAAhEBAxEB/8QAggABAQEBAQEBAAAAAAAAAAAAAAECBQQDBwEBAQEBAAAAAAAAAAAAAAAAAAECAxABAAAAAAAAAAAAAAAAAAAAoBEBAAAAAAAAAAAAAAAAAAAAoBIBAAAAAAAAAAAAAAAAAAAAoBMBAQEBAQEBAQADAQAAAAAAABEBECAwQFBwgKCQ/9oADAMBAAIRAxEAAAH8078BAQAAAhIhAAUFABapTRpLQoKUpSmqppKarRaqCKIAUHK5alCEAKAQEiAApaoAAKaKaspQCgpSlrRpNGqpqhSAhAQHM56hCCAFUEBIAFqlKACFKU1ZopQACgpa0aTRqtVSoUkWEJEIc7GoQkBSFAAQQLVNFKhSRQKaspo0AAAClrRpNGq1VKVBCLkkZIeDGoZIICgABAUpopUtASALWjRotEpFRAClqmk3WjVUpUEIuTMZIeLFysIQFAiUIClKU0lqgEEKpo0WtIUEiogBa0aTVaNVopUEIuTMZIeLFysIAAEiiApSmi2aABAUpTRqqhQSLIAFrRU0brRa0UJFhmMkIeDFiwIUCAgIUFKaS1SgEKCmi1pBQRUSkQorRU0arRqtFQRYZiEBzsagCAFgIQApSmktUFABSlLVKgLBEABS1TSU3Wq0UJFhIyBXM5aChQQEIICqDRSpaoBQUpS1UKJAAgAKWqaNpqtVoEISIQVyuWqUVQCEECVYFoaKVBaoKUpSggABAAAUtaNJutGqAzEIAcnlu1UoqkAiAAAtUpSpS1SlKAAQAAgABSmjVbTVUpCEiChyeXSpaqCggAAAKUtUoKlLWigEBAAAQAFKU2arSUpAQigcnlu1UtCgIAIAUFKWqUFNJRVIIgCkKIAEoLVNGjVUIWCJQHK5bpaqCgAUAAKEpSgtUpQUgBAAACgApUtaKUAEABzOe6C0ABUAAApaFKEoKUCkCAAAoqgFBSlSirECiAHOxupQAAKoAAKVBQWgKCgAgABQVBQWgKUFAIAAeDnu0AQpABQAC1QUAoCChRAAAVKKpQgoBQAAFAHixqgEFAAAUIKCgtAACgEAgBVKUqC0ABQABAKB5M0ACAAAFFCgFAQpKAAAsBQlBapQAUAAAAAp5c6IIAQAAoABQKFAAKAQAAoKVKBVAAAKAIAHmzoAQAAUACCgAAoAAAAAKKpQUAAAoAAKAefNAgAIAACigABQACoUQAoQUFAqgAAAoAi0EfCUQAEAAAABQAAKoAAAAKAVAAKAAAUAoB8c0QUBAAAAAACgAAoBACgCqAAUAAAFAKCnxzQSAKQSgAAAAKAAAAAAUAAoAAABQAUAp8pSFAiFAAAIAoAFIAAAABQAAAUAAAFAKAYlAgAIEAAKAAsAFAAAAAAAABQAAAUAFBmUCAEAAAAICgAAUCFAAAIAAKFBAAKoBEtFSBACAAEAAABQAAALIABAFACgKAogAACgARKAgAIAAAACgAgAAAAAAABQAAAAUAogShAAQAAAAAoBAAAAAAAAAAAUAAAoBYgoQAEAAAABQCAAAAAAAAAAAAAAoBQWBKEABAAAAAUAgAAAAAAAAAAAAAC1AKf/2gAIAQEAAQUCZZ//2gAIAQIAAQUCZZ//2gAIAQMAAQUCZZ//2gAIAQICBj8CZZ//2gAIAQMCBj8CZZ//2gAIAQEBBj8CZZ//2gAIAQEDAT8h/FET+DfxxET+BfxxET8eM/q4xn9TGfLf5eMZ8Nb/AC8Yz+rjGf1cYz5X+TWazWb8qv8AGqqzWazWaq+6v7r8Kqs1ms1VVVVVVfFX8tVVVVXxfFVms1VVVVVXzVVftVVVVVVVVVVV81VVVVVVV8VVX61VVVVVVVVVVV9VVVVVVVV8VVVVVfhVVVVVVVVVVVVfVVVVVVVVfFVVVVVVXl5VVVVVVVVVVVVVVVVVVVVVVVVfFXlVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVfjVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVflVVeVVVVVVVVVVVVVVVVVVVVVVVVVVX71VVVVVVV5VVVXlVVVVVVVVVVVVX8dVV7VVVVfFVVVVVVVVVVVVX8t/BVVVVVVVVVVeX+PVVVXtVeXt/k363/ef//aAAgBAgMBPyH/ALLP/9oACAEDAwE/If8Ass//2gAMAwEAAhEDEQAAEIIJJJAW+3322ycmaaStgH7oTBJFtBJIJIX2/wAkQGRa0ym7aBtYQQCCCSTvQCDtsiLZQLFpJbLaBtCHGSJKSZnySCf2JPPLI3LbZLKBtCYmiIECT+SSCSRb23/0pCmLJITlCYmyalgCQBSSADO2mu0qGQxJaR3wYuya1ySSQySSZU220nYHQzJaD8qJMBYHyEBQQQSZ23im5Q0mKLKC+6BuDIAQG1QSSQZk0kULSEiLZJAPkDeRbRIQLCTeCBMk0/bQgbJZLKTPQCBLStwASd14RJ8m7bJbJLJJZSc4Qa39huCB9t/yTdklLbLbMyk0pRmCX+0MPt/ttvtgLf0hKm2km20nIPvt5JDiAEk20/8AIEzdNfaaW27ZrQFEUAej7bQAAAv78gWWgkAkgCy9O2xpJL4kkLbf7Eg77fvf7f7pEESbr6W2lf8A34ABJH/zIIABIBBH3yZBABCScJKCf23+BBMl+0tgBm5B+32/+0kOksABJAe++STYALe/ZE+TJAJb2lrW323/AJCCQD7tv9rZd+wbZJbbSSkE0m22tv8AesAEgAkkgmb9JJtpJb/2y2SQAFpL/wC3/wD/AP8A+7BEttsltoJKVslttsgJJABIQJID326AABIBObybSbbf/wD9JLaACAASAQv/ALbb/b7/AG/Sbbbbbb+2/wDpP/paASQAASQSCBJ9pu22222kl/8A/wD/ANv/AKS222S2Wy3SXSSSTbJJBtttttJP/wD22/8A9vt9AZIbttpJI20kkkkkkm20km20m0kAIBJABJbJJJAEAAAE22kA22gA5AAAYADJJJIBJJI22/8AbaSEgSSSyWCAAAAAAASwAGSSSSSSS2SSSW2SySAgAgAAACwAySSSSSSSW/2SS/4SWAgAAAAAAAGSSSAAAAAD/wD/AP8A5PASAAAAAAAEAGSSAAAAAAB//wD/AOwnj//aAAgBAQMBPxBebvL51rW8iIzoiIzGYzGYzGYiIzGYxjGMYxjGd3PFZvhu8vb41vIiMxngIjMZjMZjMZiIiMxjGMYxjGMREbnNVeN7vL293sRmMxhnRERmMxmMxmIiInMYxnTGM8bjWtbqta3m+98ZjMZjMREREZjMZjMZiInjOYzwMYzuta1qtxvy3xmMxmMxE5ucjMZjMZjMRE5ueMZ0xjGd1reN5rWtxETzvMYxjMZ3c5OZjMZjGed7jGeBjGd1vTUa1vw3xjGMZ6zGMYz1vjGNNNM1msXm61rW83W9iJzebzOYxjGeYxjGM7ebvKqs1ms1pppms3u63Wt5G6vvW+cYxms1VXuMYxiqq8vjNZrNZrTTTNZqt1ut1u+FXlXm7zfGaxms1ms1V5jGMZyqqqqryqzWazwAzWardbrdVV3jCs1VVVVVVWazWazWaqqxjGcqqqqqqqrxhnkAZw3W63VVWGGazVVVXlVVZrNZrNZrNVms1ms1VVVXiqqqq8YZ4AYZw003wGGazWb0qqqqqqzWazWazWazWazWavxAKq8VVYZ0GGdGm+AzWazV8hVVVVWazWazWazWGGGfYAAqs1msMMMc7984zWazfIVVVVVWazWazWdGGGfUABVVWawwwz4//NZrN+IBVVVZrNZ4DPuXMKqqrDDDPj/qzV+gAKwzfyAAAM/EAP5VXpfmAGfiAAAwwwz8IAEKqqqqv6wAAADDDDPwgAAqqqqqr5C/lAAAMMMM/CAACqqqqqqqqr9QAL7ArOGfiAAAqqqqqqqqqqqr5Cr8AFVfygAAFVVVVXFVVVVVVVeKqqqqqqqqq/hAAC8VVVVVVVVVVVVVVVVVVVVVVVVVfYFXwLxV4vKqqqqqqqqqqqquqqqqqqqqqqqq8VVVVVVVV8qvaqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr2r+Gqqqqqqqqqqqqqqqqqqqqr43fFVVVfdVV9VVXtVVVVXtVVVVVV7vi/Cqv4qqqq+Kqqvavne75v4Kqqqqqr6qrnqr27+PPNX7VV9VVXtXzvjflnjd/JVVfrv4d/Xm/Lfrnjf4P//aAAgBAgMBPxD/ABDf94L/AMVf/9oACAEDAwE/EP8Az5if4En/ALXf/9k=) no-repeat 0 0 #141819;
  transform: scale(0.8);
  margin: auto;
}
.credit-card-view .card-credit .title-info-card {
  font-size: 12px;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.credit-card-view .card-credit .card-number {
  font-size: 18px;
}
.credit-card-view .card-credit .star-card-number {
  font-size: 30px;
}
.credit-card-view .card-credit .card-name {
  font-size: 25px;
}
.credit-card-view .scale-down-center {
  animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.credit-card-view .scale-up-center {
  animation: scale-up-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes scale-down-center {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.6);
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(0.8);
  }
}
.flow-modal .step-number {
  font-weight: bold;
  width: 56px;
  line-height: 53px;
  height: 56px;
  border-radius: 50%;
  font-size: 19px;
  display: block;
  margin: auto;
  color: #ff9933;
  border: 2px solid #ff9933;
}
@media (max-width: 992px) {
  .flow-modal .step-number {
    width: 46px;
    line-height: 42px;
    height: 46px;
    font-size: 16px;
  }
}
.flow-modal .wizard-option {
  position: relative;
  display: block;
}
.flow-modal .wizard-option label {
  display: block;
  background: #FAFAFA;
  color: #082946;
  border-radius: 5px;
  padding: 25px;
  border: 1px solid #DADADA;
  cursor: pointer;
}
.flow-modal .wizard-option input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
}
.flow-modal .wizard-option input[type="radio"]:checked + label {
  background: #fef8ef;
  border-color: #ff9933;
}
.flow-modal .wizard-option input[type="radio"]:checked + label .icone--tag {
  display: inline !important;
}
.flow-modal .wizard-option input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
}
.flow-modal .icone--tag {
  display: none;
  background-image: url(../../images/select-tag.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 5px;
  position: absolute;
  top: -2px;
  right: -5px;
}
.flow-modal .text-bold-darker {
  font-weight: bold;
  color: #082946;
}
.flow-modal .link-orange-hover-uderline {
  color: #ff9933;
  transition: all .5s ease-in;
}
.flow-modal .container-hover-lightgray {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.flow-modal .container-hover-lightgray:hover {
  background-color: #F3F3F3;
}
.flow-modal .container-hover-lightgray:hover .link-orange-hover-uderline {
  text-decoration: underline;
}

/* Copyright 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */
/* Don't use the main frame div when the error is in a subframe. */
#game {
  max-width: 500px;
  margin: auto;
  display: none;
  /* Don't use the subframe error div when the error is in a main frame. */
  /* Increase line height at higher resolutions. */
  /* Decrease padding at low sizes. */
  /* Don't allow overflow when in a subframe. */
  /* Show details only when hovering. */
  /* If the iframe is too small, always hide the error code. */
  /* TODO(mmenke): See if overflow: no-display works better, once supported. */
  /* Adjust icon for small embedded frames in apps. */
  /* details-button is special; it's a <button> element that looks like a link. */
  /* Styles for platform dependent separation of controls and details button. */
  /* Offline page */
}
#game html[subframe] #main-frame-error {
  display: none;
}
#game html:not([subframe]) #sub-frame-error {
  display: none;
}
#game #diagnose-button {
  -webkit-margin-start: 0;
  float: none;
  margin-bottom: 10px;
  margin-top: 20px;
}
#game .icon {
  -webkit-user-select: none;
  content: '';
}
#game .icon-generic {
  /**
   * Can't access chrome://theme/IDR_ERROR_NETWORK_GENERIC from an untrusted
   * renderer process, so embed the resource manually.
   */
  content: -webkit-image-set(url(default_100_percent/common/error_network_generic.png) 1x, url(default_200_percent/common/error_network_generic.png) 2x);
}
#game .icon-offline {
  content: -webkit-image-set(url(default_100_percent/offline/100-error-offline.png) 1x, url(default_200_percent/offline/200-error-offline.png) 2x);
  position: relative;
}
#game .icon-disabled {
  content: -webkit-image-set(url(default_100_percent/offline/100-disabled.png) 1x, url(default_200_percent/offline/200-disabled.png) 2x);
  width: 112px;
}
#game .error-code {
  display: block;
}
#game #content-top {
  margin: 20px;
}
#game #help-box-inner {
  background-color: #f9f9f9;
  border-top: 1px solid #EEE;
  color: #444;
  padding: 20px;
  text-align: start;
}
#game .hidden {
  display: none;
}
#game #suggestion {
  margin-top: 15px;
}
#game #short-suggestion {
  margin-top: 5px;
}
#game #sub-frame-error-details {
  color: #8F8F8F;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
#game [jscontent=failedUrl] {
  overflow-wrap: break-word;
}
#game #search-container {
  /* Prevents a space between controls. */
  display: flex;
  margin-top: 20px;
}
#game #search-box {
  border: 1px solid #cdcdcd;
  flex-grow: 1;
  font-size: 16px;
  height: 26px;
  margin-right: 0;
  padding: 1px 9px;
}
#game #search-box:focus {
  border: 1px solid #5d9aff;
  outline: none;
}
#game #search-button {
  border: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  display: flex;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 60px;
}
#game #search-image {
  content: -webkit-image-set(url(../../app/theme/default_100_percent/common/omnibox_search_button_loupe.png) 1x, url(../../app/theme/default_200_percent/common/omnibox_search_button_loupe.png) 2x);
  margin: auto;
}
#game .secondary-button {
  -webkit-margin-end: 16px;
  background: #d9d9d9;
  color: #696969;
}
#game .snackbar {
  background: #323232;
  border-radius: 2px;
  bottom: 24px;
  box-sizing: border-box;
  color: #fff;
  font-size: .87em;
  left: 24px;
  max-width: 568px;
  min-width: 288px;
  opacity: 0;
  padding: 16px 24px 12px;
  position: fixed;
  transform: translateY(90px);
  will-change: opacity, transform;
  z-index: 999;
}
#game .snackbar-show {
  -webkit-animation: show-snackbar 0.25s cubic-bezier(0, 0, 0.2, 1) forwards, hide-snackbar 0.25s cubic-bezier(0.4, 0, 1, 1) forwards 5s;
}
@-webkit-keyframes show-snackbar {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes hide-snackbar {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(90px);
  }
}
#game .suggestions {
  margin-top: 18px;
}
#game .suggestion-header {
  font-weight: bold;
  margin-bottom: 4px;
}
#game .suggestion-body {
  color: #777;
}
@media (min-width: 641px) and (min-height: 641px) {
  #game #help-box-inner {
    line-height: 18px;
  }
}
@media (max-width: 640px), (max-height: 640px) {
  #game h1 {
    margin: 0 0 15px;
  }
  #game #content-top {
    margin: 15px;
  }
  #game #help-box-inner {
    padding: 20px;
  }
  #game .suggestions {
    margin-top: 10px;
  }
  #game .suggestion-header {
    margin-bottom: 0;
  }
  #game .error-code {
    margin-top: 10px;
  }
}
#game html[subframe] body {
  overflow: hidden;
}
#game #sub-frame-error {
  -webkit-align-items: center;
  background-color: #DDD;
  display: -webkit-flex;
  -webkit-flex-flow: column;
  height: 100%;
  -webkit-justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color .2s ease-in-out;
  width: 100%;
}
#game #sub-frame-error:hover {
  background-color: #EEE;
}
#game #sub-frame-error .icon-generic {
  margin: 0 0 16px;
}
#game #sub-frame-error-details {
  margin: 0 10px;
  text-align: center;
  visibility: hidden;
}
#game #sub-frame-error:hover #sub-frame-error-details {
  visibility: visible;
}
@media (max-width: 200px), (max-height: 95px) {
  #game #sub-frame-error-details {
    display: none;
  }
}
@media (max-height: 100px) {
  #game #sub-frame-error .icon-generic {
    height: auto;
    margin: 0;
    padding-top: 0;
    width: 25px;
  }
}
#game #details-button {
  box-shadow: none;
  min-width: 0;
}
#game .suggested-left > #control-buttons,
#game .suggested-left #stale-load-button,
#game .suggested-right > #details-button {
  float: left;
}
#game .suggested-right > #control-buttons,
#game .suggested-right #stale-load-button,
#game .suggested-left > #details-button {
  float: right;
}
#game .suggested-left .secondary-button {
  -webkit-margin-end: 0px;
  -webkit-margin-start: 16px;
}
#game #details-button.singular {
  float: none;
}
#game #buttons::after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}
#game .offline .interstitial-wrapper {
  color: #2b2b2b;
  font-size: 1em;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 100px;
  width: 100%;
}
#game .offline .runner-container {
  height: 150px;
  max-width: 600px;
  overflow: hidden;
  position: absolute;
  top: 35px;
  width: 44px;
}
#game .offline .runner-canvas {
  height: 150px;
  max-width: 600px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 2;
}
#game .offline .controller {
  background: rgba(247, 247, 247, 0.1);
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}
@media (max-width: 420px) {
  #game .suggested-left > #control-buttons,
  #game .suggested-right > #control-buttons {
    float: none;
  }
  #game .snackbar {
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
}
@media (max-height: 350px) {
  #game h1 {
    margin: 0 0 15px;
  }
  #game .icon-offline {
    margin: 0 0 10px;
  }
  #game .interstitial-wrapper {
    margin-top: 5%;
  }
  #game .nav-wrapper {
    margin-top: 30px;
  }
}
@media (min-width: 600px) and (max-width: 736px) and (orientation: landscape) {
  #game .offline .interstitial-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 420px) and (max-width: 736px) and (min-height: 240px) and (max-height: 420px) and (orientation: landscape) {
  #game .interstitial-wrapper {
    margin-bottom: 100px;
  }
}
@media (min-height: 240px) and (orientation: landscape) {
  #game .offline .interstitial-wrapper {
    margin-bottom: 90px;
  }
  #game .icon-offline {
    margin-bottom: 20px;
  }
}
@media (max-height: 320px) and (orientation: landscape) {
  #game .icon-offline {
    margin-bottom: 0;
  }
  #game .offline .runner-container {
    top: 10px;
  }
}
@media (max-width: 240px) {
  #game button {
    padding-left: 12px;
    padding-right: 12px;
  }
  #game .interstitial-wrapper {
    overflow: inherit;
    padding: 0 8px;
  }
}
@media (max-width: 120px) {
  #game button {
    width: auto;
  }
}

#offline-resources {
  display: none;
}

.page-objective .card-container.finished {
  border-color: #ff9933;
}
.page-objective .container-objective .title-principalObjective {
  background-color: #ff9933;
  color: #f2f2f4;
}
.page-objective .access-professionnal {
  line-height: 30px;
}
.page-objective .container-add-user {
  margin: 15px;
}
.page-objective .subtitle-subOjective {
  font-size: 14px;
  color: #082946;
  font-weight: 600;
}
.page-objective .title-Objective {
  font-size: 16px;
  color: #ff9933;
  font-weight: 700;
}
.page-objective .objective-form ul li {
  margin-bottom: 10px;
}
.page-objective .card-subOjective {
  position: relative;
  background-color: white;
  width: 100%;
  min-height: 150px;
}
.page-objective .card-subOjective .form-control {
  width: 100% !important;
}
.page-objective .card-subOjective .btn-action-subObjective {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 45px;
  width: 100%;
  font-size: 20px;
  background-color: #F3F3F3;
}
.page-objective .card-subOjective .btn-action-subObjective:hover {
  color: #f2f2f4;
}
@media (max-width: 992px) {
  .page-objective .card-subOjective .btn-action-subObjective {
    color: #f2f2f4;
  }
}
@media (max-width: 992px) {
  .page-objective .card-subOjective .trash-btn-subObjective {
    background-color: #E94B3B;
  }
}
.page-objective .card-subOjective .trash-btn-subObjective:hover {
  background-color: #E94B3B;
}
@media (max-width: 992px) {
  .page-objective .card-subOjective .done-btn-subObjective {
    background-color: #ff9933;
  }
}
.page-objective .card-subOjective .done-btn-subObjective:hover {
  background-color: #ff9933;
}
.page-objective #objectiveInfo .media {
  background: white;
  padding: 20px;
}
.page-objective .noObjectiveBox {
  padding: 10px;
}
.page-objective .ui-select {
  margin: 0;
  color: #082946;
}
.page-objective .schedule-container {
  padding: 0 10px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-objective .schedule-container .fc-datagrid-header .fc-datagrid-cell-main {
  display: none;
}
.page-objective .schedule-container .overflow-content {
  overflow-x: auto;
}
.page-objective .schedule-container .schedule {
  margin-bottom: 70px;
}
.page-objective .schedule-container .schedule .schedule-content {
  position: relative;
}
.page-objective .schedule-container .schedule .months_header {
  border: 1px solid darkgrey;
  border-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px 5px 0px 0px;
}
.page-objective .schedule-container .schedule .months_header .month_case {
  float: left;
  border-right: 1px solid darkgrey;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #082946;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 45px;
}
.page-objective .schedule-container .schedule .months_header .month_case.last {
  border-right: 0px;
}
.page-objective .schedule-container .schedule .weeks_header {
  box-shadow: inset 0px 0px 0px 1px darkgrey;
}
.page-objective .schedule-container .schedule .weeks_header .week_case {
  float: left;
  border-right: 1px solid darkgrey;
  margin: 0;
  font-weight: 600;
}
.page-objective .schedule-container .schedule .weeks_header .week_case:last-child {
  border-right: 0;
}
.page-objective .schedule-container .schedule .weeks-line-container {
  height: 100%;
  position: absolute;
}
.page-objective .schedule-container .schedule .weeks-line-container .weeks-line {
  height: 100%;
}
.page-objective .schedule-container .schedule .weeks-line-container .weeks-line .week-line {
  float: left;
  border-right: 1px solid lightgray;
  height: 100%;
}
.page-objective .schedule-container .schedule .weeks-line-container .weeks-line .week-line:nth-last-child(1) {
  border-right: 0px;
}
.page-objective .schedule-container .schedule .category-container {
  border: 1px solid darkgrey;
  border-top: 0px;
}
.page-objective .schedule-container .schedule .category-container.first {
  border-radius: 5px 0px 0px 0px;
}
.page-objective .schedule-container .schedule .category-container.last {
  border-radius: 0px 0px 0px 5px;
}
.page-objective .schedule-container .schedule .category-container .category-info {
  border-right: 1px solid darkgrey;
  border-top: 1px solid darkgrey;
  margin-top: -1px;
  padding: 10px;
}
.page-objective .schedule-container .schedule .category-container .category-info.first {
  border-radius: 5px 0px 0px 0px;
}
.page-objective .schedule-container .schedule .category-container .category-info.last {
  border-radius: 0px 0px 0px 5px;
}
.page-objective .schedule-container .schedule .category-info .addCateg {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -55px;
  z-index: 100;
  line-height: 30px;
}
.page-objective .schedule-container .schedule .category-info .addLine {
  border: none;
  padding: 0;
  line-height: 30px;
}
.page-objective .schedule-container .schedule .line {
  height: 60px;
  position: relative;
}
.page-objective .schedule-container .schedule .line .delete-line-btn {
  cursor: pointer;
  position: relative;
  left: 50px;
  z-index: 100;
  font-size: 12px;
  line-height: 2;
  margin-top: 10px;
  float: right;
  background-color: #F3F3F3 !important;
  color: #082946;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-objective .schedule-container .schedule .line .delete-line-btn:hover {
  background-color: #E94B3B !important;
  color: #f2f2f4;
}
@media (max-width: 1200px) {
  .page-objective .schedule-container .schedule .line .delete-line-btn {
    background-color: #E94B3B !important;
    color: #f2f2f4;
  }
}
.page-objective .schedule-container .schedule .line .event {
  position: absolute;
  height: 55px !important;
  margin-top: 0;
  color: #f2f2f4;
  text-align: center;
  padding: 0;
  display: inline-block;
  z-index: 10;
  text-overflow: ellipsis;
  top: 0;
  overflow: hidden;
  border-radius: 3px;
  cursor: move;
}
.page-objective .schedule-container .schedule .line .event.back {
  opacity: 0.6;
  height: 50% !important;
  z-index: 5;
  background: lightgrey;
  color: gray;
  bottom: 0;
  top: auto;
  padding: 5px;
}
.page-objective .schedule-container .schedule .line .event.back .event-name {
  line-height: 0;
}
.page-objective .schedule-container .schedule .line .event.miroirClass {
  height: 50% !important;
  padding: 5px;
}
.page-objective .schedule-container .schedule .line .event.miroirClass .event-name {
  line-height: 0;
}
.page-objective .schedule-container .schedule .line .event .event-name {
  white-space: nowrap;
  z-index: 14;
  color: #082946;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 10px;
}
.page-objective .schedule-container .schedule .line .event .event-name > span {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  display: block;
}
.page-objective .schedule-container .schedule .line .event .event-bg {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 12;
  top: 0;
}
.page-objective .schedule-container .schedule .line .event .event-fade-bg {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  top: 0;
}
.page-objective .schedule-container .schedule .line .event .event-increment-action-box {
  position: absolute;
  right: 10px;
  left: 10px;
  bottom: 0;
  z-index: 13;
  top: 0;
}
.page-objective .schedule-container .schedule .ui-resizable-handle {
  top: 20%;
  position: absolute;
  width: 5px;
  height: 50%;
  z-index: 1;
  border: 1px white solid;
  border-top: none;
  border-bottom: none;
  cursor: col-resize;
}
.page-objective .schedule-container .schedule .ui-resizable-handle.ui-resizable-w {
  left: 3px;
}
.page-objective .schedule-container .schedule .ui-resizable-handle.ui-resizable-e {
  right: 3px;
}
.page-objective .schedule-container .option-schedule {
  background-color: #F3F3F3;
  border-radius: 3px;
  text-align: center;
  margin: 7px;
  padding: 10px;
  width: 50px;
  color: #575656;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-objective .schedule-container .option-schedule:hover {
  background-color: #ff9933;
}
.page-objective .schedule-container .option-schedule:hover i {
  color: #f2f2f4;
}
.page-objective .schedule-container .option-search {
  text-align: center;
  margin: 5px;
  padding: 10px;
  width: 50px;
}

.goal-progress {
  height: auto;
  text-align: center;
}
.goal-progress .goal-container {
  margin: auto;
  display: inline-block;
  position: relative;
}
.goal-progress .pastille {
  width: 75px;
  height: 75px;
  padding: 5px;
  position: absolute;
  z-index: 10;
  opacity: 0.3;
}
.goal-progress .pastille > div {
  border: 1px solid black;
  background: white;
  color: black;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.goal-progress .pastille > div i {
  font-size: 33px;
  line-height: 68px;
}
.goal-progress .pastille.finished {
  opacity: 1;
}
.goal-progress .pastille.finished > div {
  background: #ffae5d;
  color: white;
  border: none;
}
.goal-progress .pastille.finished > div i {
  color: white;
}
.goal-progress .barOverflow {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 300px;
  margin-bottom: -14px;
}
.goal-progress .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  transform: rotate(45deg);
  height: 600px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 75px solid #f6f6f7;
  border-bottom-color: #ff9933;
  border-right-color: #ff9933;
}

.focus-mode #content {
  overflow-y: inherit;
  overflow-x: inherit;
}
.focus-mode .page-objective .sidebox {
  position: inherit !important;
}
.focus-mode .page-objective .schedule-container {
  position: absolute;
  z-index: 1050;
  top: 120px;
  left: 0;
  width: 100%;
  margin: auto;
  overflow-y: auto;
  height: 100%;
  background: #f2f2f4;
}
.focus-mode .page-objective .schedule-container .overflow-content {
  overflow-x: initial;
}

.page-schedule {
  margin: 0 15px;
}
.page-schedule .category-name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #ff9933;
  letter-spacing: 1px;
}
.page-schedule .card-schedule {
  background-color: #f2f2f4;
  padding: 15px;
  width: 100%;
}
.page-schedule .card-schedule .title-card-name {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #082946;
  letter-spacing: 1px;
}
.page-schedule .card-schedule hr {
  margin: 10px 0 !important;
}
.page-schedule span {
  line-height: 25px;
}
.page-schedule .btn-edit-schedule {
  text-align: center;
  font-size: 20px;
  height: 45px;
  background-color: #F3F3F3;
  color: #082946;
}
.page-schedule .btn-edit-schedule i {
  line-height: 45px;
}
.page-schedule .btn-add-schedule {
  background-color: #F3F3F3;
  color: #082946;
  width: 100%;
  font-size: 18px;
}
@media (min-width: 501px) and (max-width: 991px) {
  .page-schedule {
    display: none !important;
  }
}

.new-objective-modal .goal-types {
  padding: 10px;
  cursor: pointer;
}
.new-objective-modal .goal-types > div {
  background: #f2f2f4;
  border-radius: 25px;
  padding: 20px;
  text-align: center;
  transition: transform 500ms;
}
.new-objective-modal .goal-types > div:hover {
  transform: scale(1.1);
}

.page-information .data-label:hover .hover-text {
  color: #ff9933;
}
.page-information .lnk_modal_standardization {
  z-index: 10000;
}
.page-information .lnk_modal_standardization .hover-text_standardization {
  color: "red";
}
.page-information .data-name {
  width: 100%;
}
@media (min-width: 992px) {
  .page-information .data-name.data-child {
    position: absolute;
    bottom: 10px;
  }
}
.page-information .new-data-element {
  background: #EFEFEF;
  margin-bottom: 10px;
  padding: 10px 0px 10px 20px;
}
.page-information .new-btn {
  margin-top: -20px;
}
@media (min-width: 992px) {
  .page-information .new-btn {
    margin-top: -80px;
  }
}
.page-information .historical-container {
  margin: 10px 0px;
  border: 1px solid lightgray;
  padding: 0px;
}
.page-information .historical-container table {
  margin-bottom: 0px;
}
.page-information .information-tab {
  padding: 0px 15px;
}
.page-information .tab-content {
  min-height: 200px;
  background: white;
  padding: 20px;
}
.page-information ul {
  list-style-type: none;
}

.data-container {
  min-height: 150px;
  width: 150px;
  float: left;
  padding: 15px;
  margin: 5px;
  background: #f2f2f4;
  border-radius: 25px;
  display: block;
}
.data-container .data-value {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 1;
  margin: 10px 0 5px 0;
  color: rgba(0, 0, 0, 0.8);
  word-break: break-word;
}
.data-container .data-title {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 19px;
}
.data-container .zoom-icon {
  min-width: 22px;
}
.data-container:hover, .data-container:active {
  background-color: #f2f2f4;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.data-container:hover .zoom-icon, .data-container:active .zoom-icon {
  color: #ff9933;
}

.page-information .informations-data-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.page-information .informations-data-container .panel .panel-body {
  display: flex;
  flex-wrap: wrap;
}

.data-modal .lnk_modal_standardization {
  font-size: 16px;
}
.data-modal .current-value {
  color: #082946;
  font-size: 50px !important;
}
.data-modal .current-value small {
  font-size: 18px;
}
.data-modal .more-info-container {
  text-align: center;
}
.data-modal .more-info-container .more-info-title {
  font-size: 16px;
}
.data-modal .more-info-container .more-info-data {
  color: rgba(0, 0, 0, 0.8);
  font-size: 35px;
}

.page-messages {
  overflow: hidden;
  height: 100%;
}
.page-messages .alt audioplayer {
  float: right;
}
.page-messages audioplayer {
  width: 200px;
  float: left;
  margin-right: 10px;
  background: white;
  border-radius: 25px;
  border: solid 1px #f2f2f4;
  padding: 5px 10px;
}
.page-messages .badge {
  position: absolute;
  right: 5px;
}
.page-messages .panel {
  border-radius: 0 !important;
}
.page-messages .background-chat {
  background: url("../../images/background-chat.png");
  background-repeat: repeat;
}
@media (min-width: 1200px) {
  .page-messages .discussions-box {
    max-width: 350px;
  }
}
.page-messages .messages {
  width: 100%;
  overflow: auto;
  padding: 10px 10px;
}
.page-messages .message {
  float: left;
  text-align: left;
  margin-top: 10px;
  width: 100%;
}
.page-messages .message a {
  text-decoration: underline;
}
.page-messages .message:not(.alt) .profilePicture {
  margin-top: 15px;
  margin-right: 10px;
}
.page-messages .message.alt {
  float: right !important;
  text-align: right !important;
}
.page-messages .message.alt .messageName {
  margin-top: 20px;
  margin-left: 40px;
}
.page-messages .message.alt .messageValue {
  float: right !important;
  background: #f9e2c5;
  border-radius: 6px;
  padding: 14px;
}
.page-messages .message.alt img {
  float: right !important;
  margin-top: 10px;
}
.page-messages .message.alt .messageDetails {
  margin-right: 10px;
}
.page-messages .message p {
  margin-top: -13px;
  margin-left: 40px;
  margin-right: 40px;
}
.page-messages .message .messageName {
  font-size: 12px;
}
.page-messages .message .messageDetails {
  font-size: 12px;
}
.page-messages .message .messageValue {
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 14px;
  background: #F6F6F6;
  color: #000000;
  margin-right: 10px;
  max-width: 80%;
  float: left;
  border-radius: 6px;
  padding: 14px;
}
.page-messages .boxForm {
  padding: 10px;
  width: 100%;
  background: white;
  word-wrap: break-word;
}
.page-messages .boxForm .messageForm {
  outline: none;
  display: inline-block;
  overflow: auto;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 0;
  resize: none;
  outline: 0px none transparent;
}
.page-messages .boxForm .btn {
  width: auto;
  float: right;
}
@media (min-width: 769px) {
  .page-messages .boxForm .btn {
    width: 90px;
  }
}
.page-messages .messageForm[placeholder]:empty:before {
  content: attr(placeholder);
  color: #555;
}
.page-messages .icon i {
  font-size: 25px !important;
}
.page-messages .middle {
  margin-left: 10px;
  overflow: hidden;
  width: 75%;
}
.page-messages .middle date {
  font-size: 10px;
}
.page-messages .middle p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-messages .materialCircle {
  background-color: #dadada;
  height: 36px;
  padding: 0 13px;
  line-height: 37px;
  border-radius: 50%;
  color: #575656 !important;
  border: none;
  transition: 0.3s;
  outline: none;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .page-messages .materialCircle {
    background-color: transparent;
  }
}
.page-messages .materialCircle i {
  margin-left: 12px;
  font-size: 14px;
}
.page-messages .materialCircle:hover {
  background-color: #dadada;
}
.page-messages .back-discussion-action {
  background-color: #dadada;
  color: #082946;
  line-height: 35px;
  width: 35px;
  font-size: 20px;
  margin-right: 10px;
  border-radius: 3px;
  padding: 0 13px !important;
}

@media (max-width: 992px) {
  .page-settings .container-information-padding {
    padding: 0;
  }
}
.page-settings .conteneur-general-style {
  border-radius: 25px;
  background-color: white;
  padding: 15px;
  margin-bottom: 20px;
  display: grid;
}
.page-settings .conteneur-general-style .title-setting {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-settings .conteneur-general-style .container-btn-action {
  padding: 0 15px;
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
}
.page-settings .conteneur-general-style .container-change {
  padding-bottom: 20px;
}
.page-settings .conteneur-general-style .container-change p {
  display: inline-block;
  font-size: 12px;
}
.page-settings .conteneur-general-style .container-change input {
  height: 40px;
}
.page-settings .conteneur-general-style .ui-select {
  margin: 0;
}
.page-settings .conteneur-general-style .hover-effect-li {
  display: block;
  line-height: 70px;
}
.page-settings .conteneur-general-style .hover-effect-li span {
  height: 70px;
}
.page-settings .conteneur-general-style .hover-effect-li:hover i {
  color: #6A55C2;
  font-size: 23px;
}
.page-settings .conteneur-profile {
  border-radius: 25px;
  background-color: white;
  margin-top: 10px;
  padding: 30px 15px;
  margin-bottom: 20px;
  display: grid;
}
.page-settings .conteneur-profile .btn-contact-information {
  padding: 13px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.page-settings .conteneur-profile .btn-contact-information:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.page-settings .conteneur-preference .container-change input {
  height: 10px;
}
.page-settings .conteneur-preference li {
  height: auto;
  display: flow-root;
}
.page-settings section li {
  list-style-type: none;
  vertical-align: middle;
  border-bottom: 1px solid #F3F3F3;
}
.page-settings section li:hover {
  background-color: #F3F3F3;
}
.page-settings .container-account {
  border-radius: 25px;
}
.page-settings .container-account tr td {
  line-height: 40px;
  border-bottom: 1px solid #F3F3F3;
}
.page-settings .container-account tr:hover {
  background-color: #F3F3F3;
}
.page-settings .input-gray-rounded {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #f2f2f4;
}
.page-settings .btn-trash-invisible-bg {
  background: none;
  border: none;
  outline: none;
}
.page-settings .btn-trash-invisible-bg i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-settings .btn-trash-invisible-bg:hover i {
  color: #e26905;
}
.page-settings .magic-fade-color span i {
  transition: .3s;
}
.page-settings .magic-fade-color:hover span i {
  color: #ff9933;
}

.page-overview .onboarding-panel .panel-heading {
  background: #ff9933;
  border-radius: 25px;
}
.page-overview .onboarding-panel .panel-heading.open {
  border-radius: 25px 25px 0 0;
}
.page-overview .onboarding-panel .panel-heading > div {
  border: 0;
}
.page-overview .onboarding-panel .title-card {
  font-weight: normal !important;
  padding-left: 10px;
}
.page-overview .note-textarea .textntags-wrapper {
  min-height: 100px;
}
.page-overview .settings {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  font-size: 16px;
}
.page-overview .container-data-overview .data-assistant .assistant-container {
  margin: 10px 0 !important;
}
.page-overview .tagged_text {
  height: 100% !important;
}
.page-overview .tagged_text:disabled {
  background: rgba(242, 242, 244, 0.5);
}
.page-overview .media-body {
  vertical-align: top;
}
.page-overview .media-body .categ {
  font-weight: bolder;
  font-size: 14px;
}
@media (min-width: 992px) {
  .page-overview .media-body .categ {
    width: 130px;
  }
}
.page-overview .media-body .categ .icon {
  color: #ff9933;
}
.page-overview .media-body .row {
  padding: 10px 0px;
}
.page-overview .more-icon {
  font-size: 20px;
  position: relative;
  bottom: 15px;
  left: 50%;
  width: 100%;
  padding: 0px 20px;
}
.page-overview #contact-info .packagesSearchOverlay1 {
  position: relative;
}
.page-overview #contact-info .packagesSearchOverlay1 .panel-body {
  height: 100%;
  padding: 0 15px;
}
.page-overview #contact-info table {
  margin-bottom: 0px;
}
.page-overview #contact-info .contactName {
  width: 125px;
  color: #aba9a9;
}
@media (min-width: 1200px) {
  .page-overview #contact-info .contactName {
    width: 40%;
  }
}
.page-overview #contact-info .discardTd {
  width: 25px;
}
@media (min-width: 1200px) {
  .page-overview .objective-position {
    margin-top: 15px;
  }
}
@media (max-width: 1200px) {
  .page-overview .objective-position {
    margin-top: 20px;
  }
  .page-overview .reverse-skew {
    transform: skew(0deg);
    -ms-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    -webkit-transform: skew(0deg);
  }
  .page-overview .skew {
    transform: skew(0deg);
    -ms-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    -webkit-transform: skew(0deg);
  }
}
.page-overview .btn-add-content {
  width: 100%;
  background-color: #F3F3F3;
  padding: 12px;
}
.page-overview .btn-add-content:hover {
  background-color: #f2f2f4;
}
.page-overview .btn-edit-contact {
  background: none;
  font-size: 25px;
  margin-right: 15px;
  color: #0a3859;
}
.page-overview .btn-edit-contact:hover {
  color: #6A55C2;
}
.page-overview .popover.top {
  margin-top: 5px;
}
.page-overview .editConfirmation {
  line-height: 30px;
  text-align: center;
  color: #f2f2f4;
  width: 47%;
}
.page-overview .editProfileConfirm {
  background-color: #ff9933;
}
.page-overview .editProfileCancel {
  background-color: #082946;
}
.page-overview .phoneNumber {
  margin-top: -35px !important;
}
.page-overview .profilePicture {
  margin-left: 20px;
}
.page-overview .postButton {
  margin-right: 15px;
  height: 39px;
}
.page-overview #codeForm {
  margin-right: 15px;
}
.page-overview #profileForm {
  margin-right: 15px;
}
.page-overview .panel-default {
  border: none;
}
.page-overview .edit-objective {
  font-size: 30px;
  line-height: 0;
}

@media (min-width: 992px) {
  .app_mode .contact-info-panel {
    margin-top: 20px !important;
  }
}
.NumberAppointment {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ArrowTimeAppointmentIntervention {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 3px;
  background-color: #F3F3F3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ArrowTimeAppointmentIntervention:hover {
  background-color: #f2f2f4;
}

.activeNumberAppointment {
  background-color: #ff9933;
  border-radius: 50%;
  color: #082946;
}

.disableNumberAppointment {
  opacity: 0.5;
  pointer-events: none;
}

.interventionSelectTime .icone--tag {
  width: 13px !important;
  height: 13px !important;
  margin: 0 5px;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 1200px) {
  .interventionSelectTime .icone--tag {
    top: -2px;
    right: -5px;
  }
}

.interventionSelectTimeRadio {
  margin: 5px 10px;
}
.interventionSelectTimeRadio label {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 1200px) {
  .interventionSelectTimeRadio label:hover {
    background: #fef8ef;
    border-color: #ff9933;
  }
}
@media (max-width: 1200px) {
  .interventionSelectTimeRadio {
    margin: 5px;
  }
}

.TimeCustomAppointment {
  opacity: 0.5;
  pointer-events: none;
}

.ContainerTimeIntervention {
  border: 1px solid #f2f2f4;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .containerShowClientDispo {
    justify-content: flex-end;
  }
}

.non-display {
  display: none;
}

@media print {
  #app-wrapper {
    display: none !important;
  }
}
.page {
  padding: 0 0;
}
.page.page-padding {
  padding: 21px;
}
@media (max-width: 769px) {
  .page.page-padding {
    padding: 10px;
  }
}
.page.page-padding.page-with-header-buttons {
  padding-top: 0;
}
.page.page-padding .info-file {
  padding-left: 0;
}
.page.page-padding-horizontal {
  padding: 0 21px !important;
}
@media (max-width: 769px) {
  .page.page-padding-horizontal {
    padding: 0 10px !important;
  }
}
.page .list-filters-container .list-filters-filters > div {
  margin: 0 5px 0 5px;
}
.page .list-filters-container .list-filters-filters > div .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background: #fbf3f3;
}
.page .list-filters-container .list-filters-filters > div .btn {
  border: none;
  padding: 5px 15px;
  font-size: 16px;
  color: #f2f2f4;
  background-color: #ff9933;
  border-radius: 30px;
}
.page .list-filters-container .list-filters-search {
  padding-right: 5px;
}
@media (min-width: 769px) {
  .page.has_profile {
    margin-left: 220px;
    margin-top: 15px;
  }
}
.page.fullscreen {
  height: 100%;
  position: fixed;
  top: 70px;
  bottom: 0;
}
.page .img-notif-all {
  width: 35px;
  height: 35px;
  margin: 0 10px 10px 0;
}

@media (min-width: 769px) {
  .is_client.nav-min .page.has_profile {
    margin-left: 170px;
  }
}
@media (min-width: 769px) {
  .nav-min .page.has_profile {
    margin-left: 220px;
  }
}

@media (min-width: 769px) {
  .page {
    height: 100%;
  }
}
.page-form-ele h3 {
  margin: 0;
}

.padding-body {
  padding: 0px 15px;
}

#intercom-container .intercom-launcher {
  right: 80px !important;
}

.page-err {
  width: 100%;
  height: 100%;
  background-color: #ffa64d;
}
.page-err.page-block-mobile .err-status {
  background-color: #f2f9f8;
}
.page-err.page-block-mobile .err-message {
  text-transform: none;
}
.page-err.page-block-mobile .err-body {
  padding: 20px 10px 20px !important;
  background-color: #ff9933;
}
.page-err .err-status {
  background-color: #f2f2f4;
}
.page-err .err-status h1 {
  margin: 100px 0 -45px;
  color: #ff9933;
  font-size: 200px;
}
.page-err .err-message {
  background-color: #ff9933;
  padding: 24px;
  text-transform: uppercase;
}
.page-err .err-message h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 300;
}
.page-err .err-body {
  padding: 100px 10px 20px;
}
.page-err .btn-goback {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.page-err .btn-goback:hover, .page-err .btn-goback:focus, .page-err .btn-goback:active, .page-err .btn-goback.active {
  color: #ffa64d;
  background-color: #fff;
}
.open .page-err .btn-goback.dropdown-toggle {
  color: #ffa64d;
  background-color: #fff;
}

.page-lock .pending_accounts {
  top: 180px;
  width: 100%;
  text-align: center;
}
.page-lock .pending_accounts .profiles {
  display: inline-block;
}
.page-lock .pending_accounts .profile {
  margin-left: 10px;
  margin-top: 10px;
}
.page-lock .change-account {
  top: 280px;
  text-align: center;
}
.page-lock .lock-centered {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin-top: -65px;
}
@media screen and (min-width: 769px) {
  .page-lock .lock-centered {
    margin-top: -75px;
  }
}
.page-lock .lock-container {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}
.page-lock .lock-box {
  position: absolute;
  left: 0;
  right: 0;
}
.page-lock .lock-box .lock-user {
  background: #fff;
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-top: 50px;
  padding: 0 20px;
  -moz-border-radius-topleft: 25px;
  -webkit-border-top-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  color: #ff9933;
}
.page-lock .lock-box .lock-img img {
  position: absolute;
  border-radius: 50%;
  left: 40%;
  width: 80px;
  height: 80px;
  border: 6px solid #fff;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .page-lock .lock-box .lock-img img {
    left: 33%;
    width: 150px;
    height: 150px;
    border: 10px solid #fff;
  }
}
.page-lock .lock-box .lock-pwd {
  background: #fff;
  width: 50%;
  float: right;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 50px;
  margin-top: 50px;
  -moz-border-radius-topright: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #ff9933;
}
@media screen and (min-width: 769px) {
  .page-lock .lock-box .lock-pwd {
    padding: 0 0 0 80px;
  }
}
.page-lock .lock-box .lock-pwd input {
  width: 80%;
  height: 50px;
  color: #555555;
  border: 0;
}
.page-lock .lock-box .lock-pwd .btn-submit {
  position: absolute;
  top: 50%;
  right: 20px;
}

.task-ui {
  border: 2px solid #f2f2f4;
  border-radius: 25px;
}
.task-ui > div,
.task-ui .d-flex > div {
  padding: 10px;
}

.page-tasks .task-row.done td {
  text-decoration: line-through;
}
.page-tasks .task-list .view {
  display: block;
}
.page-tasks .task-list .edit {
  display: none;
}
.page-tasks .task-list li.editing .view {
  display: none;
}
.page-tasks .task-list li.editing .edit {
  display: block;
}
.page-tasks .add-task {
  position: relative;
}
.page-tasks .add-task input {
  height: 44px;
  padding: 6px 12px 6px 40px;
}
.page-tasks .add-task a.submit-button {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #777777;
}
.page-tasks .add-task a.calendar-button {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #777777;
}
.page-tasks label {
  font-weight: normal;
}
.page-tasks .filters {
  margin: 15px 0;
}
.page-tasks .nav-tabs > li.active > a,
.page-tasks .nav-tabs > li.active > a:hover,
.page-tasks .nav-tabs > li.active > a:focus {
  background-color: white;
}
.page-tasks .task-list .view {
  position: relative;
  margin-bottom: 10px;
  padding: 0 12px 0 40px;
  border-radius: 4px;
  background-color: #fff;
}
.page-tasks .task-list .view:hover .glyphicon-pencil,
.page-tasks .task-list .view:hover .glyphicon-remove {
  display: block;
}
.page-tasks .task-list .view input[type="checkbox"] {
  position: absolute;
  top: 11px;
  left: 16px;
}
.page-tasks .task-list .view label {
  line-height: 20px;
  margin: 0;
  width: 100%;
  padding: 12px 0 0px;
}
.page-tasks .task-list .view label2 {
  padding: 0px 5px;
  line-height: 40px;
}
.page-tasks .task-list .view .glyphicon-pencil,
.page-tasks .task-list .view .glyphicon-remove {
  display: none;
  position: absolute;
  top: 14px;
}
.page-tasks .task-list .view .glyphicon-pencil {
  right: 40px;
}
.page-tasks .task-list .view .glyphicon-remove {
  right: 16px;
}
.page-tasks .task-list .completed .view label {
  color: #777777;
  text-decoration: line-through;
}
.page-tasks .task-list input.edit {
  margin-bottom: 10px;
  height: 44px;
  padding: 6px 12px 6px 40px;
}
.page-tasks .task-footer {
  margin: 15px 0;
  border-top: 4px double #e2e2e2;
  padding: 12px;
}
.page-tasks .task-footer .list-inline > li {
  float: left;
}
.page-tasks .task-footer .list-inline > li.first-item {
  width: 40%;
}
.page-tasks .task-footer .clear-completed {
  color: #777777;
  border-radius: 4px;
  -moz-transition: color, ease-in-out 0.2s;
  -o-transition: color, ease-in-out 0.2s;
  -webkit-transition: color, ease-in-out 0.2s;
  transition: color, ease-in-out 0.2s;
}
.page-tasks .task-footer .clear-completed:hover {
  cursor: pointer;
  color: #0a3859;
}
.page-tasks .tips h3 {
  margin-top: 0;
}

.page-signin {
  height: 100%;
}
.page-signin.bg-blue {
  background-color: #0a3859;
}
.page-signin .input-group-addon {
  border-right: 0 !important;
  border-width: 1px !important;
  border-radius: 15px 0 0 15px !important;
}
.page-signin .input-group input.form-control {
  border-radius: 0 15px 15px 0 !important;
  border-width: 2px !important;
}

.iti__country-list {
  z-index: 99 !important;
}

.ui-select-lang select {
  background: transparent;
  border: 0;
  font-size: 15px;
  color: white;
}
.ui-select-lang select:after {
  color: white;
}
.ui-select-lang select option {
  color: #082946;
}

@media (max-width: 769px) {
  .page-signin .left-container,
  .page-signup .left-container {
    display: none;
  }
}
.page-signin #background-image-login,
.page-signup #background-image-login {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #0a3859 0%, rgba(0, 0, 0, 0) 34%), url(../images/login_image_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  background-position: center;
}
.page-signin .signin-header,
.page-signup .signin-header {
  padding: 25px 0 0 0;
}
.page-signin .logo,
.page-signup .logo {
  font-size: 46px;
  font-weight: bold;
}
.page-signin .logo a:hover,
.page-signup .logo a:hover {
  text-decoration: none;
}
.page-signin .signup_buttons_container > div,
.page-signup .signup_buttons_container > div {
  padding: 5px;
}
.page-signin .signin-body,
.page-signin .signup-body,
.page-signup .signin-body,
.page-signup .signup-body {
  padding: 20px 10px;
}
.page-signin .form-container,
.page-signup .form-container {
  max-width: 600px;
  margin: 10px auto;
}
.page-signin .line-thru,
.page-signup .line-thru {
  margin: 1em 0;
  display: block;
  font-size: .875em;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.page-signin .line-thru:before,
.page-signup .line-thru:before {
  width: 50px;
  height: 10px;
  background-color: #f2f2f4;
  content: '';
  margin: -5px 0 0 -20px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.page-signin .line-thru:after,
.page-signup .line-thru:after {
  width: 100%;
  border-bottom: 1px solid #d6d6dd;
  content: '';
  display: block;
  position: absolute;
  top: 49%;
  z-index: -2;
}

.page-signup {
  overflow: auto;
}
.page-signup .container-header {
  display: flow-root;
  background-color: #f2f2f4;
  padding: 30px 0 30px 0;
  margin: 0 0 0 0;
}
.page-signup .container-header img {
  max-width: 115px;
}
.page-signup .container-header .container-logo-title {
  display: inline-block;
}
.page-signup .container-header .container-btn-group {
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .page-signup .container-header img {
    width: 90px;
  }
  .page-signup .container-header h1 {
    margin-top: 0;
  }
}
.page-signup .btn-link {
  width: 45%;
  display: inline-block;
  font-size: 15px;
}
@media (max-width: 480px) {
  .page-signup .btn-link {
    font-size: 13px;
  }
}
.page-signup .link-phone {
  margin-right: 10px;
}
.page-signup .container-reviews {
  border-radius: 4px;
  background-color: #f2f2f4;
  padding: 15px;
  margin-bottom: 30px;
}
.page-signup .container-reviews .txt-temoignage {
  margin: 20px auto;
  max-width: 500px;
  font-size: 14px;
  line-height: 2em;
}
.page-signup .container-reviews .txt-temoignage .icone-citation {
  font-size: 400px;
  position: absolute;
  color: grey;
  opacity: 0.06;
}
@media (max-width: 1200px) {
  .page-signup .container-reviews {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 30px;
    display: inline-block;
  }
  .page-signup .container-reviews .icone-citation {
    display: none;
  }
}
.page-signup .conteneur_step1 {
  background-color: grey;
}
.page-signup h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #ff9933;
  letter-spacing: 1px;
}
@media (max-width: 769px) {
  .page-signup h2 {
    font-size: 16px;
  }
}
.page-signup h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  width: 70%;
  margin: auto;
  letter-spacing: 1px;
}
.page-signup .container-informationSup {
  border-radius: 4px;
  margin: 30px 0;
  background-color: #f2f2f4;
  padding: 15px;
  text-align: center;
}
.page-signup .container-informationSup img {
  max-width: 50%;
}
@media (max-width: 1200px) {
  .page-signup .container-informationSup img {
    max-width: 70%;
  }
}
.page-signup .container-informationSup button {
  width: 200px;
  padding: 15px;
}
.page-signup .container-informationSup ul {
  padding: 0;
  display: flow-root;
}
.page-signup .container-informationSup ul li {
  margin-bottom: 15px;
}
.page-signup .container-informationSup ul li p {
  text-align: center;
}
.page-signup .container-informationSup ul li p i {
  margin-right: 15px;
  color: green;
}
.page-signup .container-informationSup > a {
  background-color: #082946;
  color: #f2f2f4;
  line-height: 35px;
  max-width: 200px;
  text-align: center;
  display: block;
  margin: auto;
}
@media (max-width: 1200px) {
  .page-signup .container-informationSup {
    margin: 0;
    box-shadow: none;
    padding-bottom: 40px;
    border-radius: 0;
  }
}
.page-signup .lang-singup {
  margin-top: 15px;
}
.page-signup .form-horizontal {
  max-width: 420px;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
}
.page-signup .form-horizontal.input-form .form-control {
  padding: 25px 25px 25px 10px;
}
.page-signup .form-horizontal.input-form .ui-select {
  padding: 5px;
  width: 100%;
  margin: 0;
}
.page-signup .form-horizontal button {
  margin: 0 auto 0 auto;
  padding: 15px;
  width: 100%;
}
.page-signup .form-horizontal .btn-primary {
  max-width: 420px;
  margin: auto;
}
.page-signup .btn-default {
  padding: 15px;
  max-width: 420px;
}
.page-signup .userEmail {
  margin-bottom: 10px;
}

.page-signup-new .certification-img,
.page-signin .certification-img {
  width: 80px;
  padding-right: 10px;
}

.password-hidden {
  float: right;
  margin-top: -37px;
  margin-right: 15px;
}

.page-signup-new {
  min-height: 100%;
  background-image: url(../../images/cover-signup.jpg);
  background-position: center;
  background-size: cover;
}
.page-signup-new .header-signUp {
  padding: 20px 0;
}
.page-signup-new .header-signUp .title-signUp {
  margin-top: 15px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  line-height: 54px;
}
.page-signup-new .header-signUp .subtitle-signUp {
  font-size: 25px;
  font-weight: 500;
}
.page-signup-new .global-container {
  padding: 3rem;
}
@media (min-width: 769px) {
  .page-signup-new .global-container {
    padding: 3rem;
  }
  .page-signup-new .global-container .global-text-container img {
    margin-bottom: 40px;
  }
  .page-signup-new .global-container .need-more-info {
    margin-top: 30px;
    padding: 3rem;
  }
}
.page-signup-new .need-more-info {
  background: #0a3859;
  border-radius: 25px;
  padding: 1rem;
}
.page-signup-new .container-firstStep-signUp {
  margin: 15px auto 25px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-signup-new .container-firstStep-signUp {
    max-width: 600px;
  }
}
.page-signup-new .form-signUp {
  padding: 0;
}
@media (min-width: 769px) {
  .page-signup-new .form-signUp {
    padding: 30px;
  }
}
.page-signup-new .form-signUp .iti {
  width: 100% !important;
}
.page-signup-new .form-signUp .ui-select {
  padding: 0;
  margin: 0;
  width: 100% !important;
}
.page-signup-new .form-signUp .ui-select select {
  height: 45px;
  padding: 6px 12px;
}
.page-signup-new .form-signUp .description-label {
  font-size: 12px;
  margin-top: 5px;
  color: #0a3859;
}
.page-signup-new .conditions-terms {
  font-size: 12px;
  margin-top: 15px;
}
.page-signup-new .label-description {
  font-size: 16px;
}
.page-signup-new .container-testimonial {
  padding: 30px;
}
.page-signup-new .container-testimonial .img-testimonial {
  display: block;
  margin: auto;
}
.page-signup-new .contact_signUp {
  margin-top: 50px;
  padding: 20px;
  background-color: #f2f2f4;
}
.page-signup-new .container-contact-info {
  padding: 20px 30px 50px 30px;
}
.page-signup-new .img-circle-testimonial {
  border-radius: 50%;
  width: 60px;
}
.page-signup-new .container-testimonial-new {
  margin: 0 30px;
  border-radius: 15px;
  padding: 20px;
}
.page-signup-new .subtitle-signUp {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}
.page-signup-new .txt-testimonial {
  color: #082946;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  padding: 20px;
}
.page-signup-new .testimonial-by {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin: 10px 0 0 0;
}
.page-signup-new .footer-line {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}
.page-signup-new .opacity-low {
  opacity: 0.8;
}
.page-signup-new .logo-entreprise {
  height: 50px;
  margin: 20px;
  max-width: 600px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.page-signup-new .container-img-logo-entreprise {
  margin: 0 5%;
}

.page-profile img.media-object {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #082946;
}

.body-bg {
  background: #f2f2f4 !important;
}

.color-picker-dropdown .dropdown-menu {
  padding: 5px;
  font-size: 16px;
}
.color-picker-dropdown .dropdown-menu {
  width: 70px;
  min-width: 0;
}
.color-picker-dropdown .dropdown-menu .color-dots-container .color-dot {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  width: auto;
  padding: 0 5px;
}
.color-picker-dropdown .dropdown-menu .color-dots-container .color-dot:hover {
  transform: scale(1.2);
}

.pointer-events-none {
  pointer-events: none;
}

.cursor-move {
  cursor: move;
}

.app_mode {
  font-size: 165%;
}
.app_mode .tooltip {
  display: none !important;
}

.ui-timepicker-container {
  display: none !important;
}

/* ------------- Intercom ---------------*/
.intercom-launcher-frame {
  margin-right: 55px !important;
}

.intercom-active-admins {
  display: none !important;
}

.intercom-app-profile-expectations,
.intercom-admin-profile-full-local-time,
.intercom-team-profile-full-avatar,
.intercom-admin-profile-compact-last-active,
.intercom-admin-profile-full-title-and-location,
.intercom-team-profile-full-avatar-container,
.intercom-team-profile-full-response-delay {
  display: none !important;
}

.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin: 0; */
}

.hr-title {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid lightgray;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hr-title span {
  font-size: 15px;
  background-color: #F3F5F6;
  padding: 0 10px;
  top: 1px;
  position: relative;
}

.short-section {
  position: relative;
}
.short-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 60%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 60%);
  height: 30px;
}

#return-to-top {
  position: absolute;
  z-index: 2;
  bottom: 80px;
  right: 30px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 19px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.margin-5 {
  margin: 5px;
}

/* Extra Things */
.margin-auto {
  margin: auto;
  display: block;
}

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

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

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

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

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

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

@media (max-width: 992px) {
  .margin-top-30-mobile {
    margin-top: 30px !important;
  }
}

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

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

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

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

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-5 {
  margin-left: 5px;
}

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

.margin-r-10 {
  margin: 0 10px 0 0;
}

.margin-r-15 {
  margin-right: 15px;
}

.margin-r-25 {
  margin-right: 25px !important;
}

.margin-r-30 {
  margin-right: 30px !important;
}

@media (min-width: 992px) {
  .margin-r-40 {
    margin-right: 40px !important;
  }
}

.margin-rl-5 {
  margin: 0 5px;
}

.margin-rl-10 {
  margin: 0 10px;
}

.margin-rl-15 {
  margin: 0 15px;
}

.margin-rl-25 {
  margin: 0 25px;
}

@media (min-width: 769px) {
  .margin-l-10-sm {
    margin-left: 10px !important;
  }
}

@media (max-width: 769px) {
  .margin-top-10-sm {
    margin-top: 10px !important;
  }
}

.margin-top-sm-10-lg-0 {
  margin-top: 10px !important;
}
@media (min-width: 1200px) {
  .margin-top-sm-10-lg-0 {
    margin-top: 0 !important;
  }
}

.margin-tb-15-sm {
  margin: 15px 0;
}
@media (min-width: 1200px) {
  .margin-tb-15-sm {
    margin: 0;
  }
}

.user-select-none {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.padding-r-10 {
  padding-right: 10px;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px !important;
}

.padding-15 {
  padding: 15px;
}

.padding-horizontal-20 {
  padding: 0 20px;
}

.padding-horizontal-10 {
  padding: 0 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-50 {
  padding: 50px;
}

.padding-1rem {
  padding: 1rem;
}

.padding-1rem-2rem {
  padding: 1rem 2rem;
}

.padding-2rem {
  padding: 15px;
}

.padding-3rem {
  padding: 3rem;
}

.padding-4rem-3rem {
  padding: 4rem 3rem;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-l-5 {
  padding-left: 5px !important;
}

.padding-30 {
  padding: 30px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-15-30 {
  padding: 15px 30px;
}

.padding-10-15 {
  padding: 10px 15px;
}

.padding-5-10 {
  padding: 5px 10px;
}

.padding-10-20 {
  padding: 10px 20px !important;
}

.padding-20-md-0-sm {
  padding: 0;
}
@media (min-width: 992px) {
  .padding-20-md-0-sm {
    padding: 20px;
  }
}

.padding-20-60 {
  padding: 10px;
}
@media (min-width: 1200px) {
  .padding-20-60 {
    padding: 20px 60px;
  }
}

.nopadding {
  padding: 0px !important;
  margin: 0px !important;
}

.skew {
  transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
}

.reverse-skew {
  transform: skew(30deg);
  -ms-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  -webkit-transform: skew(30deg);
}

.overflow-hidden {
  overflow: hidden;
}

.brand-succes {
  color: #ff9933;
}

.border-none {
  border: 0px !important;
}

.page-icons .bs-glyphicons {
  overflow: hidden;
}
.page-icons .bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #f9f9f9;
}
.page-icons .bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.page-icons .bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}
.page-icons .bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}

.weather-icons {
  width: 100%;
  text-align: center;
}
.weather-icons .icon-section {
  overflow: hidden;
  margin: 0 auto 3.5em;
  width: 90%;
}
.weather-icons .example {
  margin: 0 0 10px;
  display: inline-block;
  padding: .5em 0;
  width: 30%;
}
.weather-icons .example .wi {
  display: block;
  height: 80px;
  font-size: 1.5em;
  line-height: 100px;
  transition: all .3s ease-in-out;
}
@media (min-width: 769px) {
  .weather-icons .example {
    width: 15%;
  }
}
.weather-icons .class {
  margin: 5px 0 0;
  display: block;
  color: #aaa;
  font-size: .8em;
  transition: all .3s ease-in-out;
}
.weather-icons .example:hover .class {
  color: #575656;
}
.weather-icons .example:hover .wi {
  font-size: 3em;
}

.input-xsmall {
  max-width: 60px;
}

.event-info .col-md-3 {
  padding-right: 0;
}

.box-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.14);
}

.border-rounded {
  border-radius: 30px;
}

.transition-color {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.border-curve {
  border-radius: 25px;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

@media (max-width: 992px) {
  .full-width-mobile,
  .full-width-sm {
    width: 100%;
  }
}

.full-width-important {
  width: 100% !important;
}

@media (min-width: 1200px) {
  .border-right {
    border-right: 1px solid #F3F3F3;
  }
}

.border-grey {
  border: 1px solid #dadada !important;
}

.border-bottom-grey {
  border-bottom: 2px solid #f2f2f4;
}

.border-top-grey {
  border-top: 2px solid #f2f2f4;
}

.border-top-hexfit-gray {
  border-top: 2px solid #f2f2f4;
}

.border-bottom-hexfit-gray {
  border-bottom: 2px solid #f2f2f4;
}

.ui-liste {
  padding: 0;
  border-radius: 5px;
  background-color: white;
}
.ui-liste li > div {
  height: 60px;
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ui-liste li:hover, .ui-liste li.selected {
  background-color: #f2f2f4;
}

.height-list-45 {
  height: 45px !important;
}

.height-list-40 {
  line-height: 40px;
}

.swing-in-top-fwd {
  -webkit-animation: swing-in-top-fwd 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-top-fwd 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
.border-curve-card {
  border-radius: 15px;
  border: 2px solid #f2f2f4;
}

.border-curve-card-hover:hover {
  background-color: rgba(242, 242, 244, 0.5);
}

.border-curve-card-validate {
  border-radius: 5px;
  text-decoration: line-through;
  color: #082946;
  opacity: 0.5;
}
.border-curve-card-validate i {
  color: #082946;
}
.border-curve-card-validate p {
  color: #082946 !important;
}

.module-desactivate {
  pointer-events: none;
  opacity: 0.5;
  background: repeating-linear-gradient(45deg, #dddddd, #f0f0f0 4px, #f0f0f0 9px, #e0e0e0 13px);
}

.group-title {
  position: relative;
}
.group-title label {
  position: absolute;
  pointer-events: none;
  font-size: 20px;
  top: 1em;
  margin-bottom: 10px;
  transition: 0.2s ease all;
}
.group-title .NextValueAutoComplete {
  font-size: 30px !important;
  bottom: 0 !important;
  top: 2px !important;
  position: absolute !important;
  font-weight: inherit !important;
  color: lightgray !important;
  opacity: 0.4 !important;
  left: 2px !important;
}
.group-title input[type=text] {
  color: #082946;
  font-size: 30px;
  background-color: transparent;
  line-height: 1.5em;
  border: 0;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  background-position: -100em 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.3s cubic-bezier(0.64, 0.09, 0.08, 1) all;
}
.group-title input[type=text]:focus, .group-title input[type=text]:valid {
  background-position: 0 0;
}
.group-title input[type=text]:focus ~ label, .group-title input[type=text]:valid ~ label {
  color: #ff9933;
  font-size: 0.875em;
  top: -1.5em;
}
.group-title input[type=text]:focus {
  outline: none;
}
.group-title ::placeholder {
  color: #898d91;
  opacity: 1;
}

.btn-action-dropdown {
  text-align: center;
  padding: 8px 10px;
  color: #082946;
  border: 1px solid #082946;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .btn-action-dropdown:hover {
    background-color: #082946;
    color: #f2f2f4;
  }
}

.btn-border-rounded {
  min-width: 55px;
  text-align: center;
  padding: 15px;
  color: #082946;
  border: 1px solid #dadada;
  border-radius: 5px;
  background-color: white;
  outline: none;
}
@media (min-width: 1200px) {
  .btn-border-rounded:hover {
    background-color: #F7F7F7;
  }
}

.btn-little-border-rounded {
  min-width: 55px;
  text-align: center;
  padding: 10px;
  color: #082946;
  border: 1px solid #dadada;
  border-radius: 5px;
  background-color: #f2f2f4;
}
@media (min-width: 1200px) {
  .btn-little-border-rounded:hover {
    background-color: #F7F7F7;
  }
}

.btn-border-rounded-darkGrey {
  text-align: center;
  padding: 15px;
  color: #f2f2f4;
  border-radius: 5px;
  background-color: #575656;
}
@media (min-width: 1200px) {
  .btn-border-rounded-darkGrey:hover {
    color: #f2f2f4;
  }
}

.btn-border-rounded-orange {
  text-align: center;
  padding: 15px;
  color: black;
  border-radius: 25px;
  background-color: #ff9933;
}
@media (min-width: 1200px) {
  .btn-border-rounded-orange:hover {
    color: black;
  }
}

.link-orange {
  color: #ff9933;
  font-size: 16px;
}
.link-orange:hover {
  text-decoration: underline;
  color: #e26905;
}

.external-link {
  margin-left: 5px;
  font-size: 16px;
  color: #0a3859;
}

.container-toggle {
  height: 30px;
  width: 50px;
}
.container-toggle .toggle {
  position: absolute;
  width: 50px;
  height: 30px;
  border-radius: 100px;
  background-color: #ddd;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
.container-toggle .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.container-toggle .check:checked ~ .track {
  box-shadow: inset 0 0 0 20px #4bd863;
}
.container-toggle .check:checked ~ .switch {
  right: 2px;
  left: 22px;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: .05s, 0s;
}
.container-toggle .switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 22px;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, .05s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.container-toggle .track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}

.container-toggle {
  height: 30px;
  width: 50px;
}
.container-toggle .toggle {
  position: absolute;
  width: 50px;
  height: 30px;
  border-radius: 100px;
  background-color: #ddd;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
.container-toggle .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.container-toggle .check:checked ~ .track {
  box-shadow: inset 0 0 0 20px #4bd863;
}
.container-toggle .check:checked ~ .switch {
  right: 2px;
  left: 22px;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: .05s, 0s;
}
.container-toggle .switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 22px;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, .05s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.container-toggle .track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}

.container-help {
  position: fixed;
  top: 90px;
  right: 40px;
  margin: 0;
  padding-bottom: 30px;
  z-index: 1000;
}
.container-help .card-help-document {
  width: 300px;
}
.container-help .btn-collapse-help {
  width: 55px;
  margin-bottom: 10px;
}
.container-help .btn-collapse-help i {
  font-size: 16px;
}

.container-help-slide-show-fixe {
  position: fixed;
  top: 90px;
  right: 30px;
  margin: 0;
  padding-bottom: 30px;
  z-index: 1000;
}
.container-help-slide-show-fixe .card-help-document {
  width: 300px;
}
.container-help-slide-show-fixe .btn-collapse-help {
  width: 55px;
  margin-bottom: 15px;
}
.container-help-slide-show-fixe .btn-collapse-help i {
  font-size: 16px;
}

.title-big-light {
  margin: 0;
  color: #575656;
  font-size: 30px !important;
  font-weight: 400;
  line-height: 40px;
}
@media (min-width: 992px) {
  .title-big-light {
    font-size: 40px !important;
    line-height: 50px;
  }
}

.title-medium-light {
  margin: 0;
  color: #575656;
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .title-medium-light {
    font-size: 25px !important;
  }
}

.title-big-dark {
  font-weight: 700;
  line-height: 1.2;
  font-size: 30px;
  color: #082946;
}
@media (min-width: 992px) {
  .title-big-dark {
    font-size: 40px;
  }
}

.title-medium-dark {
  font-weight: 700;
  line-height: 1.2;
  font-size: 25px;
  color: #082946;
}
@media (min-width: 992px) {
  .title-medium-dark {
    font-size: 30px;
  }
}

.title-little-dark {
  font-weight: 700;
  color: #082946;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: inherit;
}

.title-tiny-dark {
  font-weight: 700;
  color: #082946;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: inherit;
}

.title-tiny14-dark {
  color: #082946;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: inherit;
}

.subtitle-14-gray {
  color: #082946;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: inherit;
  font-weight: initial;
}

.subtitle-16-gray {
  color: #082946 !important;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: inherit;
}

.label-description {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: initial;
}

.container-help-bg-white {
  background-color: #f2f2f4;
  position: fixed;
  width: 360px;
  z-index: -500;
  top: 0;
  right: 0;
  height: 100vh;
  border-left: 1px solid #e5e5e5;
  box-shadow: -3px 0 5px -7px #333;
}

.btn-border-rounded-orange {
  text-align: center;
  padding: 15px;
  color: black;
  border-radius: 25px;
  background-color: #ff9933;
}
@media (min-width: 1200px) {
  .btn-border-rounded-orange:hover {
    color: black;
    background-color: #f57a00;
    background-position: 0 -15px;
  }
}

.card-container-general {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #f2f2f4;
}

.width-1200-center {
  max-width: 1200px;
  margin: auto;
}

.btn-orange-noBorder {
  color: #ff9933;
  font-size: 16px;
  font-weight: bold;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-orange-noBorder:hover {
  color: #e26905;
}

.btn-no-border {
  border: none;
  background-color: transparent;
}

.form-option-ui-choice {
  position: relative;
  display: block;
}

.option-ui-choice-checkbox input[type="checkbox"] {
  display: none;
  position: absolute;
  width: 100%;
}

.option-ui-choice-checkbox input[type="checkbox"]:checked + label {
  background: #fef8ef;
  border-color: #ff9933;
}
.option-ui-choice-checkbox input[type="checkbox"]:checked + label .icone--tag {
  display: inline !important;
}

.option-ui-choice-checkbox input[type="checkbox"]:checked + label:before {
  width: 20px;
  height: 20px;
}

.option-ui-choice-radio input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
}

.option-ui-choice-radio input[type="radio"]:checked + label {
  background: #fef8ef;
  border-color: #ff9933;
}
.option-ui-choice-radio input[type="radio"]:checked + label .icone--tag {
  display: inline !important;
}

.option-ui-choice-radio input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
}

.icone--tag {
  display: none;
  background-image: url(../../images/select-tag.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 5px;
  position: absolute;
  top: -2px;
  right: -5px;
}

.option-ui-choice-checkbox label {
  display: block;
  background: #FAFAFA;
  color: #082946;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #DADADA;
  cursor: pointer;
}

.option-ui-choice-radio label {
  display: block;
  background: #FAFAFA;
  color: #082946;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #DADADA;
  cursor: pointer;
}

.option-button {
  display: block;
  background: #FAFAFA;
  color: #082946;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #DADADA;
  cursor: pointer;
}
.option-button:hover {
  background: #fef8ef;
  border-color: #ff9933;
}

.card-container-1200 {
  max-width: 1200px;
  margin: auto;
}

.step-number {
  font-weight: bold;
  width: 56px;
  line-height: 53px;
  height: 56px;
  border-radius: 50%;
  font-size: 19px;
  display: block;
  margin: auto;
  color: #ff9933;
  border: 2px solid #ff9933;
}
@media (max-width: 992px) {
  .step-number {
    width: 46px;
    line-height: 42px;
    height: 46px;
    font-size: 16px;
  }
}

.step-number-little {
  font-weight: bold;
  width: 33px;
  line-height: 30px;
  height: 33px;
  border-radius: 50%;
  font-size: 14px;
  color: #ff9933;
  border: 2px solid #ff9933;
}

.step-number-little-orange {
  font-weight: bold;
  width: 30px;
  min-width: 30px;
  line-height: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px;
  color: white;
  background-color: #ff9933;
}

.black-hover-orange {
  color: #082946;
}
.black-hover-orange:hover {
  color: #ff9933;
}

@media (min-width: 992px) {
  .height-100vh-lg {
    height: 100vh;
  }
}

.step-number-medium-orange {
  margin: auto auto 10px auto;
  font-weight: bold;
  width: 40px;
  line-height: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  display: block;
  color: #f2f2f4;
  background-color: #ff9933;
}

.step-number-medium-grey {
  margin: auto auto 10px auto;
  font-weight: bold;
  width: 40px;
  line-height: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  display: block;
  color: #082946;
  background-color: #f2f2f4;
}

.subtitle-light {
  font-size: 20px;
  font-weight: lighter;
}

.background-light-gray {
  background-color: #f1f1f1 !important;
}

@media (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
}

.border-radius-0-42 {
  border-radius: 25px;
}

.border-radius-top {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.border-radius-bottom {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.border-radius {
  border-radius: 25px;
}

.outline-none {
  outline: none;
}

.subtitle-light {
  font-size: 20px;
  font-weight: lighter;
}

.fit-content {
  max-width: fit-content !important;
}

.width-max-content {
  width: max-content !important;
}

.word-break-all {
  word-break: break-word;
}

.block {
  display: block;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.border-right-gray {
  border-right: 1px solid #ECF0F3;
}

.line-height-2rem {
  line-height: 2rem !important;
}

.font-oblique-light-16 {
  font-size: 16px;
  font-weight: 600;
  font-style: oblique;
}

.color-white {
  color: white !important;
}

.text-md {
  font-size: 18px;
}

.bg-white {
  background-color: white !important;
}

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px transparent;
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px transparent;
  }
}
.btn-radio .md-radio {
  margin: 16px 0;
}
.btn-radio .md-radio.md-radio-inline {
  display: inline-block;
}
.btn-radio .md-radio input[type="radio"] {
  display: none;
}
.btn-radio .md-radio input[type="radio"]:checked + label:before {
  border-color: #ff9933;
  animation: ripple 0.2s linear forwards;
}
.btn-radio .md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.btn-radio .md-radio label {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  cursor: pointer;
}
.btn-radio .md-radio label:before, .btn-radio .md-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .3s ease;
  transition-property: transform, border-color;
}
.btn-radio .md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
.btn-radio .md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #ff9933;
}
.btn-radio *, .btn-radio *:before, .btn-radio *:after {
  box-sizing: border-box;
}

.label-tag {
  border-radius: 25px;
  font-size: 1.3rem;
  padding: 5px 10px;
  font-weight: 500;
  text-align: center;
}

.label-light-primary {
  color: #ff9933;
  background-color: #FFF4DE;
}

.label-tag-medium {
  border-radius: 0.42rem;
  font-size: 1.5rem;
  padding: 10px;
  text-align: center;
}

.label-light-danger {
  color: #082946;
  background-color: rgba(233, 75, 59, 0.5);
}

.calculator-price {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 4px solid #ff9933;
  text-align: center;
  z-index: 1000;
  box-shadow: 0px -3px 38px -7px rgba(0, 0, 0, 0.26);
}
@media (min-width: 769px) {
  .calculator-price {
    width: calc(100% - 187px);
    right: 18px;
  }
}
.calculator-price .container-information-calculator {
  background-color: #f2f2f4;
}

.hexfit-code-promo {
  border: 2px dashed #ff9933;
  color: #082946;
  background-color: transparent;
  font-weight: normal;
  font-size: 18px;
  padding: 15px 20px;
}

.hexfit-code-promo-gray {
  border: 2px dashed #0a3859;
  color: #082946;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0.42rem;
  background-color: #fafafa;
}

.hover-alert {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding: 30px;
  background: #d3d3d3f0;
  border-radius: 25px;
  top: 0;
  bottom: 0;
}
.hover-alert h3 {
  font-weight: bold;
}
.hover-alert .important-text {
  font-size: 17px;
}

*, *:focus, *:hover {
  outline: none;
}

/*/// Annimation spinner ///*/
.spinner {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  animation: loading-bar-spinner 400ms linear infinite;
}

.spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 4px transparent;
  border-top-color: #ff9933 !important;
  border-left-color: #ff9933 !important;
  border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  cursor: pointer;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b3b2b2;
  border-radius: 10px;
}

@media (max-width: 769px) {
  #alvis-nbcl-launcher {
    display: none !important;
  }
}
.weather-icon-list {
  text-align: center;
}
.weather-icon-list .example {
  text-align: center;
  margin: 10px 3px;
}
.weather-icon-list .example .icon {
  font-size: 24px;
}

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
}
.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bs-glyphicons li {
    width: 12.5%;
  }
}

.page-grid .grid-structure .row {
  margin-top: 10px;
}
.page-grid .grid-structure .row .widget-container {
  margin-top: 5px;
  background: #eee;
  padding: 10px 15px 12px;
  min-height: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.page-form-ele .list-checkbox-radio li:nth-child(even) {
  margin-bottom: 20px;
}
.page-form-ele .list-checkbox-radio li > div {
  float: left;
  margin-right: 10px;
}

.demoslider-container {
  max-width: 600px;
  margin: auto;
}

.page-builder.page-builder-legacy .form-control {
  border-radius: 5px !important;
}
.page-builder alert.ng-enter, .page-builder alert.ng-leave {
  -webkit-transition: 0.5s linear all;
  transition: 0.5s linear all;
}
.page-builder alert.ng-enter, .page-builder alert.ng-leave.ng-leave-active {
  opacity: 0;
}
.page-builder alert.ng-leave, .page-builder alert.ng-enter.ng-enter-active {
  opacity: 1;
}
.page-builder .zoom-out-container {
  background: #ff9933;
  padding: 10px 0;
  margin: 20px 0;
  border-radius: 2px;
  font-size: 18px;
  color: #082946;
}
.page-builder .zoom-out-container button {
  font-size: 15px;
  background: transparent;
  box-shadow: none;
  border: none;
}
.page-builder .zoom-out-container hr {
  margin: 5px;
  border-top: 1px solid #9c9696;
}
.page-builder .zoom-out-container span {
  padding-left: 6px;
}
.page-builder .builder-container {
  display: flex;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
}
@media (max-width: 769px) {
  .page-builder .builder-container.height-minus-footer {
    height: calc(100vh - 67px);
  }
}
.page-builder .builder-container > .d-flex {
  height: 100%;
  min-height: 0;
}
.page-builder .builder-container > .d-flex > div {
  height: 100%;
}
.page-builder .builder-container #builder-left-side {
  overflow: auto;
}
@media (max-width: 992px) {
  .page-builder .builder-container #builder-left-side {
    height: calc(100vh - 140px);
  }
}
.page-builder .builder-container #exercises-bank-sidebar {
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
.page-builder .builder-container #exercises-bank-sidebar.expand {
  width: 100% !important;
}
@media (max-width: 769px) {
  .page-builder .builder-container #exercises-bank-sidebar {
    height: calc(100vh - 143px);
  }
}
@media (min-width: 992px) {
  .page-builder .builder-container #exercises-bank-sidebar {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .page-builder .builder-container #exercises-bank-sidebar {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .page-builder .builder-container #exercises-bank-sidebar {
    width: 100%;
  }
}
.page-builder .footer-space {
  overflow-y: auto;
  overflow-x: hidden;
}
.page-builder footer {
  height: 40px;
  line-height: 39px;
  background-color: #082946;
  color: #f2f2f4;
}
@media (min-width: 992px) {
  .page-builder footer {
    height: 60px;
    line-height: 59px;
  }
}
.page-builder footer .steps {
  font-size: 18px;
  color: #ffffff8a;
}
.page-builder footer .steps .step.active {
  color: #ff9933 !important;
}
.page-builder footer .steps .step.done {
  color: white;
}
.page-builder .window {
  position: absolute;
  top: 65px;
  bottom: 60px;
  z-index: 1;
}
@media (min-width: 992px) {
  .page-builder .window {
    top: 0px;
    bottom: 80px;
  }
}
.page-builder .window.builder-window {
  left: 0px;
  display: block;
}
.page-builder .window .window-content {
  margin: 0 10px;
  padding: 20px;
  width: 100%;
  float: right;
  background: #f2f2f4;
  height: 103%;
  box-shadow: 0px 2px 10px lightgrey;
  overflow-y: auto;
  overflow-x: hidden;
}
.page-builder .window .window-content.left {
  width: 100%;
}
.page-builder .window .window-content .dropdown-toggle.fa-ellipsis-v {
  padding: 10px;
  font-size: 16px;
}
.page-builder .superset-container {
  margin-bottom: 0 !important;
}
.page-builder .superset-container .exercises-icon-container,
.page-builder .superset-container .handler {
  display: none;
}
.page-builder .interval-info {
  margin-bottom: 15px;
  background: orange;
  color: #082946;
}
.page-builder .exercises-icon-container {
  position: absolute;
  font-size: 20px;
}
.page-builder .exercises-icon-container .exercice-icon {
  background: #F6F6F6;
  padding: 0 10px;
  margin: 0 10px;
}
.page-builder .nbr-columns-2 .exercice-container,
.page-builder .nbr-columns-3 .exercice-container {
  height: 345px !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.page-builder .list-group-item {
  padding: 15px 20px 0px 15px;
}
.page-builder .list-group-item.ui-sortable-helper .exercice-attributes {
  display: none;
}
.page-builder .list-group.nbr-columns-1 .list-group-item {
  width: 100%;
}
.page-builder .list-group.nbr-columns-2 .list-group-item {
  width: calc(50% - 5px);
  float: left;
}
.page-builder .list-group.nbr-columns-2 .list-group-item:nth-child(odd) {
  margin-right: 10px;
}
.page-builder .list-group.nbr-columns-3 .list-group-item {
  width: calc(33.33% - 6.67px);
  float: left;
}
.page-builder .list-group.nbr-columns-3 .list-group-item:nth-child(3n-1),
.page-builder .list-group.nbr-columns-3 .list-group-item:nth-child(3n-2) {
  margin-right: 10px;
}
.page-builder .list-group.nbr-columns-1 .exercises-icon-container {
  bottom: -30px;
}
.page-builder .list-group.nbr-columns-1 .ui-sortable-placeholder {
  min-height: 40px;
}
.page-builder .list-group.nbr-columns-2 .exercises-icon-container,
.page-builder .list-group.nbr-columns-3 .exercises-icon-container {
  right: 0;
  bottom: 0;
}
.page-builder .list-group.nbr-columns-2 .exercises-icon-container > div,
.page-builder .list-group.nbr-columns-3 .exercises-icon-container > div {
  flex-direction: column;
}
.page-builder .list-group.nbr-columns-2 .ui-sortable-placeholder,
.page-builder .list-group.nbr-columns-3 .ui-sortable-placeholder {
  height: 345px !important;
}
.page-builder .link-exercice-icon {
  position: absolute;
  font-size: 20px;
  background: #F6F6F6;
  padding: 0px 10px;
}
.page-builder .nbr-columns-2 .exercice-container,
.page-builder .nbr-columns-3 .exercice-container {
  height: 345px !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.page-builder .list-group-item {
  padding: 15px 20px 0px 15px;
}
.page-builder .list-group-item.ui-sortable-helper .exercice-attributes {
  display: none;
}
.page-builder .list-group.nbr-columns-1 .list-group-item {
  width: 100%;
}
.page-builder .list-group.nbr-columns-2 .list-group-item {
  width: calc(50% - 5px);
  float: left;
}
.page-builder .list-group.nbr-columns-2 .list-group-item:nth-child(odd) {
  margin-right: 10px;
}
.page-builder .list-group.nbr-columns-3 .list-group-item {
  width: calc(33.33% - 6.67px);
  float: left;
}
.page-builder .list-group.nbr-columns-3 .list-group-item:nth-child(3n-1),
.page-builder .list-group.nbr-columns-3 .list-group-item:nth-child(3n-2) {
  margin-right: 10px;
}
.page-builder .list-group.nbr-columns-1 .link-exercice-icon {
  bottom: -30px;
}
.page-builder .list-group.nbr-columns-1 .link-exercice-icon.link-plus-blank {
  left: 50px;
}
.page-builder .list-group.nbr-columns-1 .ui-sortable-placeholder {
  min-height: 40px;
}
.page-builder .list-group.nbr-columns-2 .link-exercice-icon,
.page-builder .list-group.nbr-columns-3 .link-exercice-icon {
  right: 0;
  bottom: 0;
}
.page-builder .list-group.nbr-columns-2 .link-exercice-icon.link-plus-blank,
.page-builder .list-group.nbr-columns-3 .link-exercice-icon.link-plus-blank {
  bottom: 27px;
  width: 39px;
}
.page-builder .list-group.nbr-columns-2 .ui-sortable-placeholder,
.page-builder .list-group.nbr-columns-3 .ui-sortable-placeholder {
  height: 345px !important;
}
.page-builder input.form-control, .page-builder .list-group-item {
  margin-bottom: 0;
  border-radius: 0;
  border: 1px solid #cccccc;
  padding-right: 20px;
}
.page-builder input.form-control:hover .actionBtn, .page-builder .list-group-item:hover .actionBtn {
  display: inline-block;
}
.page-builder input.form-control .actionBtn, .page-builder .list-group-item .actionBtn {
  padding: 10px 10px;
  float: right;
  margin-top: -15px;
}
.page-builder input.form-control img, .page-builder .list-group-item img {
  height: 50px;
}
@media (min-width: 992px) {
  .page-builder input.form-control img, .page-builder .list-group-item img {
    height: 70px;
  }
}
.page-builder input.form-control .title, .page-builder .list-group-item .title {
  font-size: 15px;
}
@media (min-width: 992px) {
  .page-builder input.form-control .title, .page-builder .list-group-item .title {
    font-size: 20px;
  }
}
.page-builder .row .form-group:first-child input.form-control, .page-builder .list-group .list-group-item:first-child {
  border-top: 1px solid #cccccc;
  border-top-radius: 4px;
}
.page-builder .row .form-group:last-child input.form-control, .page-builder .list-group .list-group-item:last-child {
  border-bottom-radius: 4px;
}
.page-builder .ng-repeat-reorder-parent, .page-builder [ng-repeat-reorder] {
  z-index: 10;
  position: relative;
}
.page-builder [ng-repeat-reorder].dragging {
  z-index: 11;
  position: absolute;
}
.page-builder .form-group.dragging input, .page-builder .list-group .list-group-item.dragging {
  border: 1px solid #cccccc;
  padding: 15px 20px 15px 20px;
}
.page-builder .form-group.dragging-after input, .page-builder .list-group .list-group-item.dragging-after {
  border-top: 1px solid #cccccc;
}
.page-builder #names > div:first-child {
  border-bottom-left-radius: none;
  border-bottom-right-radius: none;
}
.page-builder .active-drag-below, .page-builder .unselectable .list-group-item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-builder .handler {
  position: absolute;
  background: url("../images/divider.png");
  width: 10px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: move;
}
.page-builder .dragHandle {
  cursor: move;
}
.page-builder .infoBubble {
  font-size: 20px;
  margin-top: -15px;
  margin-left: 15px;
}
.page-builder .infoBubble ul {
  padding: 10px;
}
.page-builder .infoBubble.main-infoBubble i {
  font-size: 21px;
}
.page-builder .hoverTemplate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #f2f2f4;
  font-size: 80px;
  text-align: center;
  padding: 20px;
  z-index: 2;
}
.page-builder .hoverTemplate.copyTemplate {
  background: rgba(247, 148, 30, 0.8);
}
.page-builder .hoverTemplate.selectTemplate {
  background: rgba(35, 174, 137, 0.8);
}
.page-builder .hoverTemplate.replaceTemplate {
  background: rgba(46, 203, 204, 0.8);
}
.page-builder.page-builder-training-confirm .btn-box {
  padding: 10px;
}
.page-builder.page-builder-training-confirm .btn-box.btn-middle-box {
  border: 3px solid white;
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 769px) {
  .page-builder.page-builder-training-confirm .btn-box.btn-middle-box {
    border-top: 3px;
    border-bottom: 3px;
    border-left: 0;
    border-right: 0;
  }
}
.page-builder.page-builder-training-confirm .btn-box .btn-title {
  font-size: 1.6em;
  font-weight: bold;
}
.page-builder.page-builder-training-confirm .btn-box .btn-icon {
  width: 100%;
  font-size: 4em;
  margin-bottom: 20px;
}
.page-builder.page-builder-training-confirm .btn-box .btn-text {
  padding: 20px 10px;
}
.page-builder.page-builder-training-confirm .hover-alert {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding: 30px;
  background: #d3d3d3f0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
}
.page-builder.page-builder-training-confirm .hover-alert h3 {
  font-weight: bold;
}
.page-builder.page-builder-training-confirm .hover-alert .important-text {
  font-size: 17px;
}

.circuit-box {
  padding: 10px 5px;
  color: #082946;
}
.circuit-box.circuit-main-box {
  background: lightgray;
  border-radius: 25px;
}
.circuit-box > div {
  text-align: center;
  font-size: 20px;
}
.circuit-box > div > span {
  width: 100%;
  display: block;
  font-size: 14px;
}

.builder-panel-body .btn-round-day-select {
  background-color: #f1f3f4;
  color: #80868b;
  margin-right: 8px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  font-size: 10px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.builder-panel-body .btn:active, .builder-panel-body .btn.active {
  background-color: #ff9933;
  color: #f2f2f4;
}

@media (min-width: 1200px) {
  .exerciceModalHover.preview-on .modal-dialog {
    width: 1024px;
  }
}
@media (min-width: 992px) {
  .exerciceModalHover.preview-on .modal-dialog {
    width: 75%;
  }
}

.exerciceHover {
  display: inline-block;
  width: 100%;
}
.exerciceHover .seriesInfo .fa {
  padding: 10px 5px;
  margin-right: 0;
}
.exerciceHover .seriesInfo .seriesNbr {
  padding: 10px;
}
.exerciceHover .seriesInfo .material-icons {
  font-size: 16px;
  margin-top: -2px;
  font-weight: 600;
}
.exerciceHover #chart1 {
  width: 100%;
}
.exerciceHover .ui-tab .fa-lock,
.exerciceHover .ui-tab .fa-unlock-alt {
  line-height: 40px;
  font-size: 15px;
}
.exerciceHover .exerciceType .active {
  color: #ff9933;
}
.exerciceHover .plusBtn, .exerciceHover .minusBtn, .exerciceHover .fourBtn {
  border-radius: 100%;
  padding: 6px 6px;
  width: 34px;
  height: 34px;
  line-height: 22px;
}
.exerciceHover .btn-unit {
  text-decoration: underline;
  color: #ff9933;
}
.exerciceHover .fourBtn {
  margin-right: -40px;
}
.exerciceHover .numberInfo {
  width: 50px;
  display: inline;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center;
  -moz-appearance: textfield;
}
.exerciceHover .numberInfo.input-text {
  width: 170px !important;
}
.exerciceHover .numberInfo::-webkit-outer-spin-button,
.exerciceHover .numberInfo::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.exerciceHover input.input-number {
  -moz-appearance: textfield;
}
.exerciceHover .repeat-phase-editor table .repeat-icon {
  font-size: 20px;
}
.exerciceHover .repeat-phase-editor table .repeat-phase-container {
  width: 63px;
  text-align: right;
}
.exerciceHover .repeat-phase-editor table .repeat-rep {
  text-align: right;
}
.exerciceHover .repeat-phase-editor table .repeat-tr {
  height: 54px;
}
.exerciceHover .repeat-phase-editor .dragHandle {
  height: 100%;
  position: relative;
}
.exerciceHover .repeat-phase-editor .handler {
  position: absolute;
  background: url(../images/divider.png);
  width: 14px;
  top: 0;
  height: 100%;
  cursor: move;
  display: inline-block;
}
.exerciceHover .btn-next .text {
  display: none;
}
.exerciceHover .btn-next:hover .text {
  display: inline-block;
}

.builder-footer .next {
  background: #ff9933;
  color: #082946;
  padding: 0 35px 0 15px;
  white-space: nowrap;
  font-size: 18px;
  text-align: right;
  float: right;
  margin-right: -5px;
  width: auto;
  display: inline-block;
  max-width: 300px;
}
@media (max-width: 769px) {
  .builder-footer .next {
    min-width: 216px;
  }
}
.builder-footer .previous {
  padding: 0px 10px;
}

.touch-device .page-builder input.form-control .actionBtn, .touch-device .page-builder .list-group-item .actionBtn {
  display: inline-block !important;
}

.repeat-phase {
  overflow-x: auto;
}
.repeat-phase .inner-loop {
  position: absolute;
  border: 5px solid #ff9933;
  border-right: none;
}
.repeat-phase .inner-loop .repeat-number {
  position: absolute;
  bottom: 0;
  background-color: #ff9933;
  padding: 2px;
  color: #082946;
  font-size: 12px;
}

.superset-attr-box {
  margin-bottom: 20px;
}
.superset-attr-box > div:first-child {
  font-size: 15px;
  line-height: 45px;
  max-width: 250px;
}

.tool-menu {
  background: #ff9933;
  color: #082946;
  margin-bottom: 10px;
  font-weight: 600;
  min-height: 40px;
  border: 1px lightgray solid;
  line-height: 40px;
  padding: 0 10px;
}
.tool-menu .option {
  border-right: 1px solid white;
  padding: 0px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tool-menu .option:nth-last-child(1) {
  border-right: 0px;
}
.tool-menu.tool-menu-fix {
  top: 100px;
  position: fixed !important;
}

.exercice-attributes {
  padding: 0 0 0 10px;
}
.exercice-attributes.attributes-condensed table tbody > tr > td {
  padding: 2px 5px;
}

.saved-icons {
  line-height: 22px;
  height: 32px;
}
.saved-icons .saved-icon,
.saved-icons .pending-icon,
.saved-icons .notsaved-icon {
  display: none;
}
.saved-icons.saved .saved-icon {
  display: inline;
}
.saved-icons.pending .pending-icon {
  display: inline;
}
.saved-icons.notsaved .notsaved-icon {
  display: inline;
}

.welcome-hexfit .page-welcome {
  margin-top: 0 !important;
}
.welcome-hexfit .page-welcome .onboarding-main-container {
  padding: 0 !important;
}

.preview-container .page-welcome {
  background: #f2f2f4;
  padding: 20px;
  border-radius: 20px;
}
.preview-container .page-welcome .flex-column-sm {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.page-welcome .onboarding-main-container {
  padding: 20px;
}
.page-welcome .checklist-container {
  border-radius: 25px;
  margin-bottom: 20px;
}
.page-welcome .checklist-container-left {
  margin-right: 20px;
}
.page-welcome .alvis-box {
  margin-bottom: 20px;
}
.page-welcome .alvis-box iframe {
  border-radius: 25px;
}
.page-welcome .onboarding__home__guide-header {
  position: relative;
  height: 169px;
  margin-top: 20px;
  margin-bottom: -58px;
}
.page-welcome .onboarding__home__guide-header .onboarding__home__guide-assistant__circle-backdrop__right.o__large {
  height: 77px;
  width: 154px;
  border-top-left-radius: 154px;
  border-top-right-radius: 154px;
}
.page-welcome .onboarding__home__guide-header .onboarding__home__guide-assistant__circle-backdrop__right.o__large .onboarding__home__guide-assistant__asset.o__large {
  width: auto;
  height: auto;
  left: 18px;
}
.page-welcome .onboarding__home__guide-header .onboarding__home__guide-assistant__circle-backdrop__right.o__large .onboarding__home__guide-assistant__asset {
  position: absolute;
  bottom: 0;
}
.page-welcome .onboarding__home__guide-header .onboarding__home__guide-assistant__circle-backdrop__right {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.page-welcome .onboarding__home__guide-header .onboarding__home__guide-assistant__speech-bubble__right {
  background-color: #fff;
  max-width: 420px;
  border-style: solid;
  border-width: 0;
  border-radius: 25px;
  position: absolute;
  bottom: 40px;
  right: 130px;
  padding: 15px 20px;
}
.page-welcome .onboarding__home__guide-header .onboarding__home__guide-assistant__speech-bubble__right .t__light-text {
  font-size: 13px;
  line-height: 20px;
  color: #737376;
  font-weight: 400;
}

.page-stats .panel-body {
  padding-top: 0;
  text-align: center;
}
.page-stats .big-number {
  font-size: 60px;
  font-weight: 400;
}
.page-stats .toolbar {
  padding: 30px 20px;
}
.page-stats .stats-container > div {
  flex: 1 0 30%;
  padding: 10px;
}

.page-overview .page-stats {
  padding: 0 !important;
}

.page-mobile-menu {
  margin-bottom: 50px;
}
.page-mobile-menu .dropdown-menu-big {
  background: white;
}

.loading-dots:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 40px;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 40px;
  }
}
.fade-out.ng-hide {
  opacity: 0;
}

.fade-out.ng-hide-add, .fade-out.ng-hide-remove {
  transition: all linear 0.5s;
}

.refonte-style {
  /**
   * ----------------------------------------
   * animation rotate-center
   * ----------------------------------------
   */
}
.refonte-style .banner-item {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
  background-color: #082946;
}
.refonte-style .font-size-lg {
  font-size: 1.08rem !important;
}
.refonte-style .font-size-md {
  font-size: 1.5rem !important;
}
.refonte-style .font-size-20 {
  font-size: 20px;
}
.refonte-style .font-size-25 {
  font-size: 25px;
}
.refonte-style .text-muted {
  color: #97a1a9 !important;
  font-size: 16px;
}
.refonte-style .text-dark {
  color: #212121 !important;
}
.refonte-style .font-weight-bold {
  font-weight: 700 !important;
}
.refonte-style .border-bottom-grey {
  border-bottom: 2px solid #f2f2f4 !important;
}
.refonte-style .p-6 {
  padding: 1.5rem !important;
}
.refonte-style .mb-8 {
  margin-bottom: 2rem !important;
}
.refonte-style .mb-4,
.refonte-style .my-4 {
  margin-bottom: 1rem !important;
}
.refonte-style .mr-r-10 {
  margin-right: 10px !important;
}
.refonte-style .text-dark {
  color: #212121 !important;
}
.refonte-style .text-dark-50 {
  color: #80808F !important;
}
.refonte-style .bg-black-ui-g {
  background-color: #202124;
}
.refonte-style .bg-assistant {
  background-color: #2376e6;
  color: #f2f2f4;
}
.refonte-style .line-height-lg {
  line-height: 1.5;
}
.refonte-style .pl-6,
.refonte-style .px-6 {
  padding-left: 1.5rem !important;
}
.refonte-style .boder-radius-card {
  border-radius: 25px;
}
.refonte-style .boder-radius-card-bottom {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.refonte-style .card-lightgrey {
  padding: 2rem;
  border-radius: 25px;
  background-color: #F6F6F6;
}
.refonte-style .card {
  padding: 0 !important;
  border-radius: 25px;
  margin-left: 0;
  background-color: white;
}
.refonte-style .card-custom {
  border: 0;
}
.refonte-style .card-custom .card-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 1rem 2.25rem;
  min-height: 70px;
  background-color: transparent;
}
.refonte-style .card-custom .card-header .card-title {
  display: flex;
  align-items: center;
  margin: 0.5rem;
  margin-left: 0;
}
.refonte-style .card-custom .card-header .card-title .card-icon {
  margin-right: 0.75rem;
  line-height: 0;
}
.refonte-style .card-custom .card-header .card-title .card-icon i {
  font-size: 1.25rem;
  color: #80808F;
  line-height: 0;
}
.refonte-style .card-custom .card-header .card-title .card-icon i:after, .refonte-style .card-custom .card-header .card-title .card-icon i:before {
  line-height: 0;
}
.refonte-style .card-custom .card-header .card-title,
.refonte-style .card-custom .card-header .card-title .card-label {
  font-weight: 500;
  font-size: 1.275rem;
  color: #575656;
}
.refonte-style .card-custom .card-header .card-title .card-label {
  margin: 0 0.75rem 0 0;
  flex-wrap: wrap;
}
.refonte-style .card-custom .card-header .card-title small {
  color: #777777;
  font-size: 1rem;
}
.refonte-style .card-custom .card-header .card-toolbar {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}
.refonte-style .card-custom .card-header.card-header-right {
  justify-content: flex-end;
}
.refonte-style .card-custom > .card-body {
  padding: 1rem 2.25rem;
}
@media screen and (max-width: 768px) {
  .refonte-style .card-custom > .card-body {
    min-height: 0.01%;
  }
}
@media screen and (max-width: 1199px) {
  .refonte-style .card-custom > .card-body table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #FFFFFF;
  }
}
.refonte-style .card-custom > .card-footer {
  background-color: transparent;
}
.refonte-style .card-custom.card-transparent {
  background-color: transparent;
}
.refonte-style .card-custom.card-shadowless {
  box-shadow: none;
}
.refonte-style .card-custom.card-border {
  box-shadow: none;
  border: 1px solid #ECF0F3;
}
.refonte-style .card-custom .card-scroll {
  position: relative;
  overflow: auto;
}
.refonte-style .card-custom.card-collapsed > form,
.refonte-style .card-custom.card-collapsed > .card-body {
  display: none;
}
.refonte-style .card-custom .card-header .card-toolbar [data-card-tool="toggle"] i {
  transition: all 0.15s ease;
}
.refonte-style .fs-3rem {
  font-size: 3rem !important;
}
.refonte-style .fs-2-5rem {
  font-size: 2.5rem !important;
}
.refonte-style h1, .refonte-style h2, .refonte-style h3, .refonte-style h4, .refonte-style h5, .refonte-style h6,
.refonte-style .h1, .refonte-style .h2, .refonte-style .h3, .refonte-style .h4, .refonte-style .h5, .refonte-style .h6 {
  font-weight: 500;
  line-height: 1.2;
}
.refonte-style h1, .refonte-style .h1 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .refonte-style h1, .refonte-style .h1 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
.refonte-style h2, .refonte-style .h2 {
  font-size: 1.85rem;
}
@media (max-width: 1200px) {
  .refonte-style h2, .refonte-style .h2 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.refonte-style h3, .refonte-style .h3 {
  font-size: 1.5rem;
}
.refonte-style h4, .refonte-style .h4 {
  font-size: 1.35rem;
}
@media (max-width: 1200px) {
  .refonte-style h4, .refonte-style .h4 {
    font-size: calc(1.26rem + 0.12vw);
  }
}
.refonte-style .title-dark-refonte {
  color: #082946;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.refonte-style .progress {
  height: 0.5rem;
  border-radius: 0.28rem;
}
.refonte-style .progress-bar {
  height: 100%;
  font-size: 17px;
  border-radius: 0.28rem;
}
.refonte-style .pt-6,
.refonte-style .py-6 {
  padding-top: 1.5rem !important;
}
.refonte-style .progress-bar {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width .6s ease;
}
.refonte-style .bg-primary {
  background-color: #ff9933;
}
.refonte-style .bg-stagiaire {
  background-color: #1a73e8;
}
.refonte-style .bg-green {
  border: 1px solid green;
  background-color: green !important;
}
.refonte-style .bg-green:hover {
  color: #f2f2f4;
}
.refonte-style .btn-no-border {
  background-color: transparent;
  border: none;
  color: #ff9933;
  font-weight: 600;
  font-size: 14px;
  outline: none;
  padding: 0;
}
.refonte-style .btn-no-border:hover {
  color: #e26905;
}
.refonte-style .btn-no-border-dark {
  background-color: transparent;
  border: none;
  color: #082946;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  padding: 0;
  transition: all 0.15s ease;
}
.refonte-style .btn-no-border-dark:hover {
  color: #ff9933;
}
.refonte-style .btn-secondary-refonte {
  color: #464E5F;
  background-color: #E5EAEE;
  border-color: #E5EAEE;
}
.refonte-style .btn-sm, .refonte-style .btn-group-sm > .btn {
  padding: 0.55rem 0.75rem !important;
  font-size: 0.925rem !important;
  line-height: 1.35 !important;
}
.refonte-style .btn-md {
  padding: 0.65rem 1rem !important;
  font-size: 13px;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}
.refonte-style .bg-light-warning {
  background-color: #fff4de !important;
  color: #ff9933 !important;
}
.refonte-style .bg-light-warning i {
  color: #ff9933 !important;
}
.refonte-style .bg-white {
  background-color: #f2f2f4;
}
.refonte-style .bgi-no-repeat {
  background-repeat: no-repeat;
}
.refonte-style .btn-light-primary {
  color: #3699FF;
  background-color: #E1F0FF;
  border-color: transparent;
}
.refonte-style .bg-danger-light {
  color: #F64E60;
  background-color: #FFE2E5;
  border-color: transparent;
}
.refonte-style .bg-success-light {
  color: #23AE89;
  background-color: #f0fcd9;
  border-color: transparent;
}
.refonte-style .bg-orange-light {
  color: #ff9933;
  background-color: #fff4de !important;
  border-color: transparent;
}
.refonte-style .datatable-cell {
  vertical-align: middle !important;
}
.refonte-style .datatable-cell-height-sm {
  vertical-align: middle !important;
  padding: 1.5rem 1rem !important;
  line-height: 1rem;
}
.refonte-style .img-square {
  object-fit: cover;
  width: 100%;
  max-width: 40px;
  height: 40px;
  border-radius: 0.42rem;
}
@media (min-width: 992px) {
  .refonte-style .hover-gray:hover {
    background-color: #f9f9f9;
  }
}
.refonte-style .img40_40 {
  width: 40px;
  height: 40px;
}
.refonte-style .img100_100 {
  width: 50px;
  height: 50px;
}
@media (min-width: 769px) {
  .refonte-style .img100_100 {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .refonte-style .img100_100 {
    width: 100px;
    height: 100px;
  }
}
.refonte-style .btn-refonte {
  display: inline-block;
  text-align: center;
  user-select: none;
  border: 1px solid transparent;
  padding: 1rem 1.5rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 25px;
  font-weight: 600;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.refonte-style .btn-subtitle {
  font-weight: 500 !important;
  line-height: normal !important;
}
.refonte-style .btn-small {
  padding: 0.85rem 1rem !important;
  font-size: 12px;
}
.refonte-style .btn-primary-refonte {
  color: #082946;
  background-color: #ff9933;
  border-color: #ff9933;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.refonte-style .btn-primary-refonte:hover {
  background-color: #e26905;
  border-color: #e26905;
}
.refonte-style .btn-red-primary-refonte {
  color: #f2f2f4;
  background-color: #292929;
  border-color: transparent;
}
.refonte-style .btn-red-primary-refonte:hover {
  color: #ffffff;
  background-color: #e26905;
  border-color: transparent;
}
.refonte-style .btn-light-primary-refonte {
  color: #ff9933;
  background-color: #FFF4DE;
  border-color: transparent;
}
.refonte-style .btn-light-primary-refonte:hover {
  color: #ffffff;
  background-color: #ff9933;
  border-color: transparent;
}
.refonte-style .btn-light-danger-refonte {
  color: #F64E60;
  background-color: #FFE2E5;
  border-color: transparent;
}
.refonte-style .btn-light-danger-refonte:hover {
  color: #ffffff;
  background-color: #F64E60;
  border-color: transparent;
}
.refonte-style .btn-danger-refonte {
  color: #f2f2f4;
  background-color: #F64E60;
  border-color: transparent;
}
.refonte-style .btn-danger-refonte:hover {
  color: #ffffff;
  background-color: #de4859;
  border-color: transparent;
}
.refonte-style .btn-light-neutral-refonte {
  color: #082946 !important;
  background-color: #f2f2f4;
  border-color: #f2f2f4;
}
.refonte-style .btn-light-neutral-refonte:hover {
  color: #082946;
  background-color: rgba(8, 41, 70, 0.2);
  border-color: transparent;
}
.refonte-style .btn-white-refonte {
  color: #80808F;
  background-color: #f2f2f4;
  border-color: #f2f2f4;
}
.refonte-style .btn-white-refonte:hover {
  color: #80808F;
  background-color: #E5EAEE;
  border-color: transparent;
}
.refonte-style .btn-dark-refonte {
  color: #f2f2f4;
  background-color: #082946;
  border-color: #082946;
}
.refonte-style .btn-light-success-refonte {
  background-color: #f0fcd9;
  color: #23AE89;
  border-color: transparent;
}
.refonte-style .btn-light-success-refonte:hover {
  color: #ffffff;
  background-color: #23AE89;
  border-color: transparent;
}
.refonte-style .btn-success {
  background-color: #23AE89;
  color: #f2f2f4;
  border-color: transparent;
}
.refonte-style .btn-success:hover {
  background-color: #239e79;
  color: #f2f2f4;
}
.refonte-style .label-light {
  color: #082946;
  background-color: #ff9933;
}
.refonte-style .label-light-sucess {
  background-color: #f0fcd9;
  color: #23AE89;
}
.refonte-style .bg-success {
  background-color: #ff9933;
}
.refonte-style .tag-rounded-danger {
  color: #ffffff;
  background-color: #F64E60;
  border-color: #F64E60;
  border-radius: 2rem;
}
.refonte-style .tag-rounded-primary {
  color: #ffffff;
  background-color: #ff9933;
  border: #ff9933;
  border-radius: 2rem;
}
.refonte-style .tag-rounded-green {
  color: #ffffff;
  background-color: #23AE89;
  border: #23AE89;
  border-radius: 2rem;
}
.refonte-style .tag-rounded-big {
  text-align: center;
  padding: 4px 12px;
  width: fit-content;
  border-radius: 2rem;
  letter-spacing: 0.7px;
  font-weight: bold;
  background-color: #f2f2f4;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #082946 !important;
}
.refonte-style .mx-4 {
  margin-right: 1rem !important;
}
.refonte-style .checkbox-single {
  width: 24px;
  height: 24px;
}
.refonte-style .min-width-xs-145-md-215 {
  min-width: 152px;
}
@media (min-width: 992px) {
  .refonte-style .min-width-xs-145-md-215 {
    min-width: 215px;
  }
}
.refonte-style .my-7 {
  margin: 1.75rem 0 !important;
}
.refonte-style .mr-7 {
  margin-right: 1.75rem !important;
}
.refonte-style .separator-solid {
  border-bottom: 1px solid #ECF0F3;
}
.refonte-style .logo-desc-client {
  max-width: 35px;
  height: 35px;
}
.refonte-style .light-success {
  background-color: #f0fcd9 !important;
  color: #23AE89 !important;
}
.refonte-style .light-success .alert-icon i {
  color: #23AE89 !important;
}
.refonte-style .alert-custom-title {
  border-radius: 25px;
  background-color: white;
  border-color: transparent;
}
.refonte-style .alert-custom-title .container-header-alert-blue {
  background-color: #2376e6;
}
.refonte-style .alert-custom-title .container-header-alert-blue h2 span {
  font-size: 18px;
  margin: 0;
  color: #f2f2f4;
}
.refonte-style .alert-custom-title .container-header-alert-blue i {
  font-size: 16px;
  color: #f2f2f4;
}
.refonte-style .text-black p, .refonte-style .text-black a, .refonte-style .text-black i, .refonte-style .text-black span {
  color: black !important;
}
.refonte-style .alert-color-stagiaire {
  background-color: white !important;
}
.refonte-style .alert-color-stagiaire .alert-text {
  background-color: white;
  border: 1px solid #1a73e8  !important;
}
.refonte-style .alert-color-stagiaire .alert-text a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #1a73e8;
  letter-spacing: 0.2px;
  margin: 5px 20px 5px 0;
}
.refonte-style .alert-color-stagiaire .alert-text a i {
  font-size: 16px;
}
.refonte-style .alert-color-stagiaire .alert-text a:hover span {
  text-decoration: underline;
}
.refonte-style .alert-color-stagiaire .alert-text a:visited {
  color: #8a8a8a;
}
.refonte-style .Logo-stagiaire {
  width: 50px;
}
.refonte-style .Logo-stagiaire-big {
  width: 70px;
}
.refonte-style .btn-circle {
  background-color: white;
  border: 1px solid #dadada;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
}
.refonte-style .btn-circle i {
  font-size: 18px;
  color: #dadada;
}
.refonte-style .btn-circle:hover {
  background-color: #ff9933;
  border: 1px solid #ff9933;
}
.refonte-style .btn-circle:hover i {
  color: #f2f2f4;
}
.refonte-style .btn-stagiaire {
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 15px;
  padding: 0.65rem 1rem !important;
  line-height: 1.5 !important;
  transition: all .2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.1);
  min-width: 110px;
}
.refonte-style .btn-stagiaire:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.refonte-style .btn-stagiaire-bleu {
  border: none;
  color: #f2f2f4;
  font-size: 16px;
  border-radius: 0.42rem;
  padding: 0.65rem 1rem !important;
  line-height: 1.5 !important;
  transition: all .2s ease-in-out;
  background-color: #1a73e8;
  min-width: 110px;
}
.refonte-style .btn-stagiaire-bleu:hover {
  background-color: #1463ca;
}
.refonte-style .icone-stagiaire-20 {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.refonte-style .icone--stagiaire-o {
  background-image: url(../../images/Logo_stagiaire-20-o-03.svg);
}
.refonte-style .border-succes {
  border: 1px solid #ff9933 !important;
}
.refonte-style .alert-custom {
  border-radius: 25px;
  background-color: #fff !important;
  display: flex;
  align-items: center;
  padding: 2.5rem;
  color: black !important;
  border: 1px solid #E94B3B !important;
}
.refonte-style .alert-icon {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem 0 0;
}
.refonte-style .alert-icon i {
  font-size: 2.4rem;
  color: #E94B3B;
}
.refonte-style .form-control-solid {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  font-weight: 400;
  line-height: 2;
  background-clip: padding-box;
  border: 1px solid #F3F6F9;
  border-radius: 0.42rem;
  box-shadow: none;
  background-color: #F3F6F9;
  color: #464E5F;
  font-size: 1.5rem;
  outline: none;
}
.refonte-style .option-block {
  background: #fef8ef;
  color: #575656;
  font-weight: bold;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #ff9933;
}
.refonte-style .card-hover-orange {
  transition: all .3s ease-in-out;
}
.refonte-style .card-hover-orange:hover {
  background: #fef8ef !important;
  border: 1px solid #ff9933 !important;
}
.refonte-style .text-size-md {
  font-size: 18px;
}
.refonte-style .text-size-regular {
  font-size: 16px;
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-2px);
  }
}
.refonte-style .bounce-bottom {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}
.refonte-style .rotate-center {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
  animation: rotate-center 0.6s ease-in-out both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.refonte-style div#wave {
  width: fit-content;
}
.refonte-style div#wave.bubble-blue {
  background: #1a73e8;
  border-radius: 20px;
  padding: 10px;
}
.refonte-style div#wave .dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 1px;
  background: #f2f2f4;
  animation: wave 1.3s linear infinite;
}
.refonte-style div#wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
.refonte-style div#wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}
@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-5px);
  }
}
.refonte-style .modal-header-img {
  background-color: #ff9933;
}
.refonte-style .modal-header-img img {
  max-height: 250px;
}
.refonte-style .big-numberRoom {
  font-size: 40px;
  color: #ff9933;
}
.refonte-style .color-dark {
  color: #222222;
}
.refonte-style .font-14 {
  font-size: 14px;
}
.refonte-style .font-16 {
  font-size: 16px;
}
.refonte-style .font-18 {
  font-size: 18px;
}
.refonte-style .color-assistant {
  color: #1a73e8 !important;
}
.refonte-style .width-500 {
  max-width: 500px;
  margin: auto;
}
.refonte-style .border-right {
  border-right: 2px solid #f2f2f4 !important;
}
.refonte-style .border-bottom-g {
  border-bottom: 2px solid #f2f2f4 !important;
}
.refonte-style .bg-hover-light:hover {
  transition: all 0.15s ease;
  background-color: #F3F6F9 !important;
}
.refonte-style .padding-2-1 {
  padding: 2.5rem 1.25rem !important;
}
.refonte-style .dropdown-menu-lg {
  width: 350px;
}
.refonte-style .header-drop-down-help {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  background-color: #ff9933;
  background-image: url(../../images/Hexagone_bg_opacity-10.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.refonte-style .header-drop-down-help h1 {
  padding: 3rem;
  color: white;
  font-size: 23px !important;
}
.refonte-style .status-link h2 {
  font-size: 12px;
  line-height: 18px;
}
.refonte-style .status-link:hover, .refonte-style .status-link:active, .refonte-style .status-link:focus {
  transition: all 0.2s ease-in-out;
  background-color: #F3F6F9 !important;
  border-radius: 0 0 25px 25px;
}
.refonte-style .color-gray {
  color: #bcbcbc;
}
.refonte-style .color-green {
  color: green;
}
.refonte-style .color-yellow {
  color: #e3e316;
}
.refonte-style .color-orange {
  color: orange;
}
.refonte-style .color-red {
  color: red;
}
.refonte-style .border-top-radius {
  border-top-left-radius: 0.45rem;
  border-top-right-radius: 0.45rem;
}
.refonte-style .undoCloseStagiaire {
  display: none;
}
.refonte-style .add-dotted {
  border: 1px #dadada dashed;
  color: #a8a8a8;
  transition: all 0.15s ease;
}
.refonte-style .add-dotted:hover {
  border: 1px #ff9933 dashed;
  color: #ff9933;
}
.refonte-style .sceanceOnglet {
  border: 1px solid #dadada;
  font-size: 14px;
  line-height: 24px;
  border-radius: 25px;
  cursor: pointer;
}
.refonte-style .sceanceOnglet i {
  padding: 5px;
}
.refonte-style .currentSceanceActive {
  background-color: #ff9933;
  color: #082946;
  transition: all 0.3s ease-in-out;
}
.refonte-style .currentSceanceActive i {
  color: #082946;
}
.refonte-style .currentSceanceActive:hover, .refonte-style .currentSceanceActive:active, .refonte-style .currentSceanceActive:focus {
  background-color: #ed8a26;
}
.refonte-style .input-tag-change {
  background: none;
  border: none;
  cursor: auto;
}
.refonte-style .sticky-undo-redo {
  padding: 15px;
}
@media (min-width: 992px) {
  .refonte-style .sticky-undo-redo {
    border-bottom: 1px solid #f1f1f1;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .refonte-style .sticky-undo-redo {
    position: initial;
  }
}
@media (max-width: 992px) {
  .refonte-style .margin-top-10-md {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .refonte-style .margin-top-50-md {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .refonte-style .margin-top-70-md {
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  .refonte-style .margin-top-120-md {
    margin-top: 120px !important;
  }
}
.refonte-style .noteSession {
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  color: #575656 !important;
  min-height: 34px;
  cursor: auto;
}

.progress-bar-info {
  background-color: #e26905 !important;
}

.progress {
  border-radius: 15px !important;
}
.progress .progress-bar {
  border-radius: 15px !important;
}

.main-nav-ui .badge-success {
  background-color: #ff9933 !important;
}

.nav-tabs-refonte {
  overflow-x: auto;
  min-height: 0.01%;
  overflow-y: hidden;
}
.nav-tabs-refonte .nav > li {
  -webkit-box-shadow: inset 5px -31px 0px -25px #FFFEFE;
  box-shadow: inset 5px -31px 0px -25px #FFFEFE;
}
.nav-tabs-refonte .nav > li a {
  font-weight: 500;
  padding: 5px 15px;
}
.nav-tabs-refonte li a {
  width: max-content;
  margin-right: 0;
  padding: 10px 21px;
}
.nav-tabs-refonte li a:hover, .nav-tabs-refonte li a:focus {
  border: 1px solid transparent;
  background: transparent !important;
}
.nav-tabs-refonte li.tab-active, .nav-tabs-refonte li.active {
  -webkit-box-shadow: inset 0px -30px 0px -26px #ff9933;
  box-shadow: inset 0px -30px 0px -26px #ff9933;
}
.nav-tabs-refonte li.tab-active > a, .nav-tabs-refonte li.active > a {
  font-weight: 500;
}
.nav-tabs-refonte li:hover, .nav-tabs-refonte li:focus {
  -webkit-box-shadow: inset 0px -30px 0px -26px #ff9933;
  box-shadow: inset 0px -30px 0px -26px #ff9933;
}

.tag {
  background-color: #F2F3F4;
  border-radius: 9px;
  padding: 5px 8px;
  margin-left: 5px;
}
.tag__grey {
  color: #505050 !important;
  font-size: 11px;
  font-weight: normal;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.font-16 {
  font-size: 16px;
}

a {
  color: #0a3859;
  text-decoration: none;
}

a:hover, a:focus {
  color: #0a3859;
}

.page-videofit #webcam-other,
.page-videofit #webcam-self {
  width: 100%;
  height: 100%;
}
.page-videofit #webcam-self.video-reverse {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  /* Safari and Chrome */
  -moz-transform: rotateY(180deg);
  /* Firefox */
}
.page-videofit .background-video {
  background: #4d4646;
  background: radial-gradient(circle, #4d4646 0%, #000000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.page-videofit .miniature-video {
  z-index: 11;
  width: 20%;
  height: 20%;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 769px) {
  .page-videofit .miniature-video {
    bottom: 60px;
  }
}
.page-videofit .video-center-alert {
  position: absolute;
  z-index: 20;
  background: #f2f2f4;
  top: 30%;
  left: 50%;
  width: 60%;
  max-width: 600px;
  margin-left: -300px;
  margin-top: -100px;
  text-align: center;
  font-size: 30px;
  border-radius: 5px;
  padding: 50px;
}
@media (max-width: 769px) {
  .page-videofit .video-center-alert {
    display: block;
    left: 0;
    right: 0;
    top: 10%;
    width: 90%;
    margin: auto;
  }
}
.page-videofit .video-settings-alert {
  position: absolute;
  z-index: 20;
  background: #f2f2f4;
  top: 30%;
  left: 50%;
  width: 60%;
  max-width: 600px;
  margin-left: -300px;
  margin-top: -100px;
  text-align: center;
  font-size: 30px;
  border-radius: 5px;
  padding: 50px;
}
@media (max-width: 769px) {
  .page-videofit .video-settings-alert {
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    bottom: 30%;
  }
}
.page-videofit #calling-container {
  background: transparent !important;
}
.page-videofit .toolbox {
  bottom: 30px;
  position: absolute;
  z-index: 12;
  margin: auto;
  width: 100%;
  text-align: center;
}
.page-videofit .toolbox button {
  background: #f2f2f4;
  border: 0;
  padding: 15px;
  font-size: 20px;
  margin: 0 5px 0 5px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
@media (max-width: 769px) {
  .page-videofit .toolbox button {
    padding: 10px;
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
}
.page-videofit .toolbox button:hover {
  -webkit-box-shadow: 0px 0px 24px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 24px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 24px -1px rgba(0, 0, 0, 0.25);
}
.page-videofit .toolbox #hangUp {
  background: #E94B3B;
  color: #f2f2f4;
}

.Phone {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  font-size: 100px;
  background-color: #ff9933;
  border-radius: 0.5em;
  box-shadow: 0 0 0 0em rgba(255, 153, 51, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0) scale(1);
}

.Phone::before,
.Phone::after {
  position: absolute;
  content: "";
}

.Phone::before {
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(0);
}

.Phone::after {
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
}

.Phone.is-animating {
  animation: phone-outer 3000ms infinite;
}
.Phone.is-animating::before {
  animation: phone-inner 3000ms infinite;
}
.Phone.is-animating::after {
  animation: phone-icon 3000ms infinite;
}

@keyframes phone-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(255, 153, 51, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(255, 153, 51, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(255, 153, 51, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(255, 153, 51, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}
@keyframes phone-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
@keyframes phone-icon {
  0% {
    transform: translate3d(0em, 0, 0);
  }
  2% {
    transform: translate3d(0.01em, 0, 0);
  }
  4% {
    transform: translate3d(-0.01em, 0, 0);
  }
  6% {
    transform: translate3d(0.01em, 0, 0);
  }
  8% {
    transform: translate3d(-0.01em, 0, 0);
  }
  10% {
    transform: translate3d(0.01em, 0, 0);
  }
  12% {
    transform: translate3d(-0.01em, 0, 0);
  }
  14% {
    transform: translate3d(0.01em, 0, 0);
  }
  16% {
    transform: translate3d(-0.01em, 0, 0);
  }
  18% {
    transform: translate3d(0.01em, 0, 0);
  }
  20% {
    transform: translate3d(-0.01em, 0, 0);
  }
  22% {
    transform: translate3d(0.01em, 0, 0);
  }
  24% {
    transform: translate3d(-0.01em, 0, 0);
  }
  26% {
    transform: translate3d(0.01em, 0, 0);
  }
  28% {
    transform: translate3d(-0.01em, 0, 0);
  }
  30% {
    transform: translate3d(0.01em, 0, 0);
  }
  32% {
    transform: translate3d(-0.01em, 0, 0);
  }
  34% {
    transform: translate3d(0.01em, 0, 0);
  }
  36% {
    transform: translate3d(-0.01em, 0, 0);
  }
  38% {
    transform: translate3d(0.01em, 0, 0);
  }
  40% {
    transform: translate3d(-0.01em, 0, 0);
  }
  42% {
    transform: translate3d(0.01em, 0, 0);
  }
  44% {
    transform: translate3d(-0.01em, 0, 0);
  }
  46% {
    transform: translate3d(0em, 0, 0);
  }
}
.page-manageDocuments .mce-tinymce.mce-container {
  margin: auto;
}
.page-manageDocuments #document_form include,
.page-manageDocuments #document_form component {
  display: inline-block;
  width: 100%;
  cursor: move;
}
.page-manageDocuments #document_form include .contenteditable,
.page-manageDocuments #document_form component .contenteditable {
  cursor: text;
}
.page-manageDocuments #document_form .form-all > ul {
  padding-left: 0px;
}
.page-manageDocuments .title-section-create-document {
  font-size: 16px;
  text-transform: uppercase;
}

.page-manageDocuments#document_form {
  background: white;
  padding: 10px !important;
}

.page-manageIntegrations .integrations-container {
  display: flex;
  flex-wrap: wrap;
}
.page-manageIntegrations .integrations-container > .card-container {
  flex: 45%;
}
@media (max-width: 992px) {
  .page-manageIntegrations .integrations-container > .card-container {
    flex: 100%;
  }
}
.page-manageIntegrations .integrations-container > .card-container .container-title-card img {
  height: 35px;
}
.page-manageIntegrations .link-activation {
  transition: all 0.2s ease-in-out;
  word-break: break-word;
}
.page-manageIntegrations .link-activation:hover {
  color: #ff9933;
}

.page-programs .program-info-notes {
  padding: 10px;
  background: darkgray;
  color: white;
  border-radius: 4px;
}
.page-programs .header {
  padding: 10px 20px;
  background-color: #ff9933;
  color: #082946;
}
.page-programs .table-attributes .client_result:before {
  content: '(';
}
.page-programs .table-attributes .client_result:after {
  content: ')';
}
.page-programs .table-attributes .client_result {
  color: green;
}
.page-programs .table-attributes .td-link {
  background: #ff9933;
  color: #082946;
  width: 20px;
  text-align: center;
  vertical-align: middle;
}
.page-programs tr.active-feedback {
  background-color: orange !important;
  color: #082946;
}
.page-programs video {
  max-height: 250px;
}
.page-programs .noting-btn {
  width: 100%;
}
.page-programs .results-box {
  max-height: 400px;
  overflow-y: auto;
}
.page-programs .link {
  padding: 0px 4px;
  background: #ff9933;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
  color: #f2f2f4;
  font-size: 24px;
  font-weight: bold;
  top: 50px;
}
.page-programs .play-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 15px);
  z-index: 95;
  font-size: 40px;
}
.page-programs .exercice-images-box {
  text-align: center;
}
@media (min-width: 992px) {
  .page-programs .exercice-images-box {
    text-align: left;
  }
}
.page-programs .exercice-images {
  display: inline-block;
  position: relative;
}
.page-programs .title-programme {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-programs .title-programme-card {
  font-size: 16px;
}
.page-programs .title-programme-card-bold {
  font-size: 15px;
  font-weight: 600;
  text-align: end;
}
.page-programs .desc-list-help {
  font-size: 14px;
  font-weight: 600;
}
.page-programs .tag-brouillon {
  background-color: #e26905;
  padding: 0 10px;
  width: max-content;
  border-radius: 25px;
  height: max-content;
}
.page-programs .tag-brouillon small {
  color: white;
  font-weight: 600;
  font-size: 10px;
  line-height: 25px;
}

#exercices .exercise {
  background-color: white;
  padding: 20px;
  border-radius: 25px;
}
#exercices .superset-container {
  padding: 20px;
  border: 2px solid #ff9933;
  border-radius: 25px;
  background: #fff9f3;
}

.table-attributes .td-link {
  background: #ff9933;
  color: #082946;
  width: 20px;
  text-align: center;
  vertical-align: middle;
}
.table-attributes .repeat-icon {
  width: 80px;
}

.page-program-feedback {
  display: flex;
  overflow-x: auto;
}
@media (min-width: 769px) {
  .page-program-feedback {
    width: calc(100vw - 190px);
  }
}
.page-program-feedback .date.active {
  background: #f2f2f4;
}
@media (min-width: 1200px) {
  .page-program-feedback .height-table-page {
    display: block;
    height: 75vh;
  }
}
@media (min-width: 1200px) and (min-height: 550px) {
  .page-program-feedback .height-table-page {
    height: 80vh;
  }
}
@media (min-width: 1200px) and (min-height: 720px) {
  .page-program-feedback .height-table-page {
    height: 85vh;
  }
}

.page-program-feedback .barre {
  display: block;
  width: 100%;
  height: 6px;
  background-color: #0a3859;
  margin-bottom: 5px;
}
.page-program-feedback .barre .barre-progression {
  height: 100%;
  background: #ff9933;
  max-width: 100%;
  float: left;
}
.page-program-feedback .complet-progression {
  font-size: 12px;
  text-align: end;
}
.page-program-feedback .effort-range {
  font-size: 12px;
}
.page-program-feedback .range-number {
  font-weight: bold;
}
.page-program-feedback th {
  width: 200px;
}
.page-program-feedback td {
  width: 200px !important;
}
.page-program-feedback .container-head-date .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: none !important;
}
.page-program-feedback .container-head-date td {
  border: none !important;
  padding: 5px !important;
}

@media (max-width: 992px) {
  .page-builder .window-content {
    margin: 0 !important;
  }
}
.page-builder .draggrable-handle,
.page-builder .nested-draggrable-handle {
  cursor: move;
}
.page-builder .conteneur-search {
  width: 100%;
}
.page-builder .conteneur-filtre {
  padding: 0;
  width: 100%;
}
.page-builder .conteneur-filtre .conteneur-filtre-avance {
  display: flex;
  flex-wrap: wrap;
}
.page-builder .exercise-bank-container {
  cursor: move;
}
.page-builder .expand .conteneur-filtre {
  width: 50%;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .page-builder .expand .conteneur-filtre {
    width: 100%;
    padding: 0;
  }
}

.sidebar-details-static {
  position: absolute;
  top: 0;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px 10px 10px;
}

.sidebar-details {
  position: absolute;
  top: 0;
  z-index: 10;
  background: #f2f2f4;
  overflow: auto;
  padding-bottom: 50px;
  left: 100%;
  width: 100%;
  bottom: 0;
  -webkit-transtition: left .3s ease-in-out, right .3s ease-in-out;
  transition: left .3s ease-in-out, right .3s ease-in-out;
}
@media (min-width: 769px) {
  .sidebar-details {
    width: calc(100% - 20px);
  }
}
.sidebar-details.open {
  left: 0 !important;
}
@media (min-width: 769px) {
  .sidebar-details.open {
    left: 20px !important;
    -webkit-box-shadow: -7px 0px 14px -7px rgba(0, 0, 0, 0.56);
    box-shadow: -7px 0px 20px -7px rgba(0, 0, 0, 0.56);
  }
}

.exercises-autocomplete li.selected {
  background: #f2f2f4;
}

.page-exercicesbank .filter {
  display: inline-block;
}
.page-exercicesbank .btn-refonte {
  display: block;
  float: left;
  height: 35px;
}
.page-exercicesbank .btn-refonte multiselect button {
  padding: 0 !important;
}
.page-exercicesbank .btn-refonte multiselect svg-icon {
  right: 0 !important;
  top: 0 !important;
}
.page-exercicesbank .builder-special-container {
  position: relative;
}
.page-exercicesbank .builder-special-container .disabled-container {
  display: none;
  position: absolute;
  background: #00000063;
  color: #f2f2f4;
  z-index: 1;
  left: 15px;
  border-radius: 2px;
  right: 15px;
  text-align: center;
  padding: 18px;
  bottom: 0;
  top: 0;
}
.page-exercicesbank .builder-special-container.disabled .disabled-container {
  display: block;
}
.page-exercicesbank .builder-special-container.disabled .builder-special-element {
  opacity: 0.3;
}
.page-exercicesbank .ui-select-exercices-bank > select {
  margin-top: 10px;
  width: 100%;
  height: 30px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 2px;
  color: #333;
  text-align-last: center;
  background-color: #fff;
  border-color: #ccc;
}
@media (max-width: 992px) {
  .page-exercicesbank .ui-select-exercices-bank > select {
    height: 40px;
  }
}
.page-exercicesbank .expand-icon {
  position: relative;
  left: -10px;
  background: lightgray;
  border-radius: 0px 5px 5px 0px;
  padding: 5px;
}
.page-exercicesbank .conteneur-search {
  border-radius: 30px;
  padding: 15px;
  margin-bottom: 10px;
}
.page-exercicesbank .conteneur-search .conteneur-nbExercice-btnCreer {
  display: flow-root;
}
.page-exercicesbank .conteneur-search .form-control:focus {
  border-color: #bbbbc5 !important;
}
.page-exercicesbank .conteneur-search .input-search {
  border-radius: 30px;
  height: 50px;
  font-size: 15px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
}
.page-exercicesbank .conteneur-search .search-icon {
  padding-left: 10px;
  padding-right: 5px;
  background: white;
  font-size: 17px;
  color: gray;
}
.page-exercicesbank .conteneur-search .total_count {
  font-size: 16px;
}
.page-exercicesbank .conteneur-search .btn-Reinitialiser {
  background: #f2f2f4;
  text-decoration: underline;
}
.page-exercicesbank .btn-filtre-avancer .btn.dropdown-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  font-weight: 500;
}
.page-exercicesbank .btn-filtre-avancer .btn.dropdown-toggle div {
  padding-right: 30px !important;
}
.page-exercicesbank .btn-filtre-avancer .btn.dropdown-toggle .caret {
  top: 8px !important;
}
.page-exercicesbank .btn-filtre-avancer.btn-primary-refonte .btn.dropdown-toggle div {
  color: #ffffff;
}
.page-exercicesbank .btn-filtre-avancer.btn-light-primary-refonte:hover div {
  color: #ffffff;
}
.page-exercicesbank .conteneur-filtre .conteneur-filtre-avance {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .page-exercicesbank .conteneur-filtre {
    padding: 0;
  }
}
.page-exercicesbank .conteneur-filtre .btnFilterBank {
  width: 100%;
  height: 30px;
  border: 1px solid lightgrey;
  color: #333;
  padding: 0 20px;
}
.page-exercicesbank .conteneur-filtre .btnFilterBank i {
  margin-left: 15px;
}
.page-exercicesbank .conteneur-filtre .btnFilterBank span {
  margin-top: 8px;
  height: 10px;
  width: 9px;
}
@media (max-width: 992px) {
  .page-exercicesbank .conteneur-filtre .btnFilterBank {
    height: 40px;
  }
}

.exercise-bank-container-padding {
  justify-content: space-between;
  background: white;
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #f2f2f4;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  height: 100%;
  overflow: hidden;
}
.exercise-bank-container-padding .result-buttons-container .button, .exercise-bank-container-padding .result-buttons-container .page-events .fc-printButton-button, .page-events .exercise-bank-container-padding .result-buttons-container .fc-printButton-button {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  line-height: 18px;
}

.results.exercises-container .result {
  padding: 5px;
  float: left;
  position: relative;
  border-radius: 25px;
  height: 178px;
  overflow: hidden;
}

.exercise-bank-container {
  padding: 5px;
  float: left;
  position: relative;
  border-radius: 6px;
  height: 168px;
  overflow: hidden;
}
.exercise-bank-container .result-content {
  background: #FBFBFB;
  border-radius: 6px;
  padding: 10px;
  position: relative;
}
.exercise-bank-container.sideWindow {
  width: 100%;
}
.exercise-bank-container:hover .hover, .exercise-bank-container:active .hover {
  display: inline;
}
.exercise-bank-container .hover {
  pointer-events: none;
  display: none;
  background: rgba(247, 148, 30, 0.8);
  line-height: 120px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  color: white;
  z-index: 1;
}
.exercise-bank-container .exercice-info {
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 46px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0;
}
.exercise-bank-container img {
  max-height: 65px;
  border-radius: 25px;
}

.exerciceHover .preview .img {
  height: 170px;
}

.favoriteExercices {
  border-left: 5px solid #ff9933;
}

.builder-special-element {
  width: calc(33% - 10px);
  max-width: 300px;
  margin: 5px;
  padding: 10px 5px;
  border-radius: 25px;
  border: 1px solid #f2f2f4;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  cursor: move;
  background: white;
}

.page-templates .result {
  padding: 20px;
  background: #FBFBFB;
  border-radius: 5px;
  margin-bottom: 10px;
}
.page-templates .result:hover .sceance-info .glyphicon {
  display: inline;
}
.page-templates .result .sceance-info .glyphicon {
  float: right;
  padding: 0px 5px;
  display: none;
  margin-top: -10px;
}
.page-templates .result.addButton {
  background: none;
  border: 3px solid #EAE8E8;
  border-style: dashed;
  text-align: center;
  cursor: pointer;
}

.trainingTemplateOrClient .choice-training-kind-box {
  background: #f2f2f4;
  border-radius: 25px;
  text-align: center;
  padding: 25px 10px;
  cursor: pointer;
  transition: transform 500ms;
  height: 300px;
}
.trainingTemplateOrClient .choice-training-kind-box > div {
  width: 100%;
}
.trainingTemplateOrClient .choice-training-kind-box:hover {
  transform: scale(1.05);
}
.trainingTemplateOrClient .choice-training-kind-box:hover .title {
  text-decoration: underline;
}
.trainingTemplateOrClient .choice-training-kind-box svg-icon {
  width: 50px !important;
  height: 50px !important;
}
.trainingTemplateOrClient .choice-training-kind-box .title {
  font-size: 18px;
  padding: 10px 0;
}
.trainingTemplateOrClient .choice-training-kind-box .description {
  opacity: 0.8;
}

.card-creation-plan .title-action {
  font-size: 14px;
  font-weight: 600;
}
.card-creation-plan .action-btn-star {
  width: 100px;
}
.card-creation-plan .action-btn-star:hover {
  background-color: #ff9933;
}
.card-creation-plan .action-btn-trash {
  max-width: 150px;
}
.card-creation-plan .action-btn-trash:hover {
  background-color: #E94B3B;
}
@media (max-width: 992px) {
  .card-creation-plan .action-btn-trash {
    background-color: #E94B3B;
    color: #f2f2f4;
  }
}
.card-creation-plan .title-program {
  font-size: 22px;
  color: #e26905;
}
.card-creation-plan .owner-program {
  margin-left: 15px;
}
.card-creation-plan .container-star-model {
  padding: 15px 15px 15px 0;
}
.card-creation-plan .duplicate-plan {
  font-size: 14px;
}
.card-creation-plan .model-active {
  pointer-events: none;
  opacity: 0.3;
}
.card-creation-plan .model-active .container-info-section {
  display: none;
}
.card-creation-plan .model-active .container-title-card {
  background: repeating-linear-gradient(45deg, #dddddd, #f0f0f0 4px, #f0f0f0 9px, #e0e0e0 13px);
}
.card-creation-plan .container-recipient .name-recipient {
  line-height: 40px;
}
.card-creation-plan .container-recipient .name-recipient span {
  font-size: 18px;
}
.card-creation-plan .objective-desactive {
  pointer-events: none;
}
.card-creation-plan .objective-desactive .container-objective {
  opacity: 0.4;
}
.card-creation-plan .objective-active {
  pointer-events: all;
  opacity: 1;
  background: none;
}
.card-creation-plan .objective-active .container-objective {
  opacity: 1;
}
.card-creation-plan .tips-desactivate {
  display: none;
}
.card-creation-plan .recipient-desactivate {
  pointer-events: none;
  opacity: 0.3;
}
.card-creation-plan .recipient-desactivate .container-info-section {
  display: inherit !important;
}
.card-creation-plan .recipient-desactivate .section-objective {
  display: none;
}
.card-creation-plan .recipient-desactivate .container-title-card {
  background: repeating-linear-gradient(45deg, #dddddd, #f0f0f0 4px, #f0f0f0 9px, #e0e0e0 13px);
}
.card-creation-plan .information_share {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .card-creation-plan {
    width: 1040px;
    display: block;
    margin: auto;
  }
}
.card-creation-plan .card-container .ui-select {
  margin: 0;
  width: 100% !important;
}
@media (max-width: 992px) {
  .card-creation-plan .card-container .ui-select {
    width: 100% !important;
  }
}

.recipient-desactivate {
  pointer-events: none;
  opacity: 0.3;
}
.recipient-desactivate .container-info-section {
  display: inherit !important;
}
.recipient-desactivate .section-objective {
  display: none;
}
.recipient-desactivate .container-title-card {
  background: repeating-linear-gradient(45deg, #dddddd, #f0f0f0 4px, #f0f0f0 9px, #e0e0e0 13px);
}

.create-client .icone-client-creation {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  fill: #ff9933;
}
@media (max-width: 992px) {
  .create-client .container-icone-mobile-center {
    text-align: center;
    margin-bottom: 10px;
  }
}
.create-client .icone--clic {
  background-image: url(../../images/icone-client-creation/Icone_Clic2.svg);
}
.create-client .icone--confirm {
  background-image: url(../../images/icone-client-creation/Icone_Confirm.svg);
}
.create-client .icone--email {
  background-image: url(../../images/icone-client-creation/Icone_Email.svg);
}
.create-client .icone--Fusion {
  background-image: url(../../images/icone-client-creation/Icone_Fusion.svg);
}
.create-client .img-select-choice {
  width: 45px;
  display: block;
  margin: auto;
}
.create-client .little-text-bold {
  margin: 0 0 0 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #575656;
  line-height: inherit;
}

html:not(.theme-dark) body.isInAdmin #menu-container {
  background-color: #082946 !important;
}
html:not(.theme-dark) body.isInAdmin #menu-container #nav a,
html:not(.theme-dark) body.isInAdmin #menu-container .nav-help a,
html:not(.theme-dark) body.isInAdmin #menu-container .profile-button {
  color: #ffffff;
}
html:not(.theme-dark) body.isInAdmin #menu-container .profile-button {
  border-color: white;
}

body.isInAdmin .hide-in-admin {
  display: none;
}
body.isInAdmin .visible-in-admin {
  display: inline;
}

body:not(.isInAdmin) .hide-in-admin {
  display: block;
}
body:not(.isInAdmin) .visible-in-admin {
  display: none;
}

.is_client #nav-container {
  display: none;
}

#app.nav-min .expand-icon {
  display: inline-flex;
  align-items: center;
}
#app.nav-min .close-icon {
  display: none;
}
#app.nav-min .collapsable-handle-box:hover .expand-icon-box {
  margin-left: -5px;
}
#app:not(.nav-min) .expand-icon {
  display: none;
}
#app:not(.nav-min) .close-icon {
  display: inline-flex;
  align-items: center;
}
#app:not(.nav-min) .show-in-nav-min {
  display: none;
}
#app:not(.nav-min) .help-center-a-btn {
  width: 100%;
}
#app:not(.nav-min) .profile-button {
  margin-right: 0 !important;
}

#nav-container {
  transition: 0.45s;
  width: 190px;
  min-width: 190px;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  z-index: 999;
  position: relative;
}
@media (max-width: 769px) {
  #nav-container {
    display: none;
  }
}
#nav-container.nav-transiting .collapsable-handle-box {
  display: none !important;
}
#nav-container:has(.collapsable-handle-box:hover) #menu-container {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 185px;
  transition-delay: 0.4s;
}
#nav-container #menu-container {
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  border-right: 2px solid #f2f2f4;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch;
}
#nav-container #menu-container .section-help {
  left: 100%;
  bottom: 0;
  top: auto;
}
#nav-container #menu-container .collapsable-handle-box {
  opacity: 0.4;
}
#nav-container #menu-container .collapsable-handle-box .expand-icon-box {
  opacity: 0;
  transition: opacity 0.3s linear;
  transition-delay: 0.2s;
}
#nav-container #menu-container .collapsable-handle-box .expand-icon-box .expand-icon > div, #nav-container #menu-container .collapsable-handle-box .expand-icon-box .close-icon > div {
  background: lightgray;
  border-radius: 25px;
  padding: 5px 10px;
}
#nav-container #menu-container .collapsable-handle-box .expand-icon-box .expand-icon {
  margin-left: -5px;
}
#nav-container #menu-container .collapsable-handle-box .expand-icon-box .close-icon {
  margin-left: -8px;
}
#nav-container #menu-container .collapsable-handle-box:hover .expand-icon-box {
  opacity: 1;
}
#nav-container #menu-container .collapsable-handle-box:hover .collapsable-handle {
  background: transparent !important;
}
#nav-container #menu-container .collapsable-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  right: -10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#nav-container #menu-container .collapsable-container .collapsable-handle-box {
  height: 56px;
  width: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
#nav-container #menu-container .collapsable-container .collapsable-handle-box .collapsable-handle {
  width: 5px;
  background: #082946;
  height: 25px;
  border-radius: 25px;
  transition: background 0.3s linear;
  transition-delay: 0.3s;
}
#nav-container ul {
  padding-left: 0;
  list-style: none;
}
#nav-container .subnav {
  padding-left: 0;
  list-style: none;
}

#nav-wrapper {
  width: 100%;
  flex: 1 1 auto;
  min-height: 1px;
  overflow: hidden;
  position: relative;
}

.no-menu #nav-container {
  display: none;
}

#nav a {
  color: #0a3859;
}
#nav a:hover, #nav a:focus, #nav a:active {
  text-decoration: none;
}
#nav a button {
  display: none;
}
#nav a .badge {
  font-size: 12px;
  top: -2px;
  left: 1px;
  position: relative;
}
#nav > li.open > ul, #nav > li.active > ul {
  display: block !important;
  max-height: 500px;
}
#nav > li.open > a button, #nav > li.active > a button, #nav > li:hover > a button {
  display: inline-block;
}
#nav ul {
  background-color: #f2f2f2;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
#nav ul a {
  font-size: 15px;
}
#nav ul li {
  position: relative;
  padding: 0;
}
#nav ul li:hover a, #nav ul li.active a {
  background-color: #e6e6e6;
}
#nav ul li:last-child > a {
  border-bottom: 0;
}
#nav ul li > a {
  position: relative;
  display: block;
  padding: 13px 0 13px 15px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav ul li > a:first-child {
  border-top: none;
}
#nav ul li > a i.fa-caret-right {
  margin-right: 10px;
  font-size: 20px;
}
#nav ul li > a > .badge {
  position: absolute;
  right: 5px;
  top: 12px;
}
#nav .subnav {
  background-color: #f2f2f2;
  display: none;
}
#nav .subnav a {
  font-size: 13px;
}
#nav .subnav li {
  position: relative;
  padding: 0;
}
#nav .subnav li:hover a, #nav .subnav li.active a {
  background-color: #e6e6e6;
}
#nav .subnav li:last-child > a {
  border-bottom: 0;
}
#nav .subnav li > a {
  position: relative;
  display: block;
  padding: 13px 0 13px 25px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav .subnav li > a:first-child {
  border-top: none;
}
#nav .subnav li > a i.fa-caret-right {
  margin-right: 25px;
}
#nav .subnav li > a > .badge {
  position: absolute;
  right: 5px;
  top: 12px;
}

.global-plus-menu {
  bottom: 60px;
}
.global-plus-menu .modal-dialog .modal-content .modal-header {
  background: #ffffff;
  padding-bottom: 0 !important;
}

#mobile-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  height: 60px;
  background: #f6f6f6;
  border-top: 2px solid #ede7e7;
}
#mobile-nav.global-menu-open {
  z-index: 1051;
}
@media (min-width: 769px) {
  #mobile-nav {
    display: none;
  }
}
#mobile-nav .admin-nav > div {
  max-width: 25%;
}
#mobile-nav .plus-btn {
  position: relative;
  width: 60px;
}
@media (max-width: 400px) {
  #mobile-nav .plus-btn > a {
    width: auto !important;
    left: 0 !important;
    bottom: 0 !important;
    padding: 0 !important;
  }
}
#mobile-nav .plus-btn > a {
  position: absolute;
  width: 90px;
  left: -15px;
  bottom: -12px;
}
#mobile-nav .plus-btn > a svg-icon {
  position: absolute;
  z-index: 9;
  top: calc(50% - 9px);
  left: calc(50% - 13px);
  width: 26px;
}
#mobile-nav > div {
  text-align: center;
}
#mobile-nav > div > div.active {
  box-sizing: border-box;
  box-shadow: inset 0px -6px 0px -1px #ff9933;
}
#mobile-nav > div > div a {
  padding: 10px;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 400px) {
  #mobile-nav > div > div a {
    font-size: 10px !important;
  }
}
#mobile-nav > div > div a i {
  font-size: 20px;
  display: block;
}
#mobile-nav > div > div a svg-icon {
  width: 20px;
  margin: auto;
  margin-top: -4px;
  display: block;
}

.main-nav-ui {
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch;
}
.main-nav-ui.side-top-section {
  position: relative;
  z-index: 999;
}
.main-nav-ui.upper-nav {
  background: #fff;
  z-index: 999;
  position: relative;
}
.main-nav-ui > li > a > i,
.main-nav-ui > li > a > .nav-icon {
  margin-right: 6px;
  line-height: 1;
}
.main-nav-ui li[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 0.65;
}
.main-nav-ui li[disabled] > a {
  pointer-events: none;
}
.main-nav-ui > li {
  position: relative;
  margin: 0;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 500;
}
.main-nav-ui > li.open .icon-bg, .main-nav-ui > li.active .icon-bg, .main-nav-ui > li:hover .icon-bg {
  right: 0 !important;
}
.main-nav-ui > li.open > a, .main-nav-ui > li.active > a, .main-nav-ui > li:hover > a {
  background: #ff99332b;
}
.main-nav-ui > li.open ul {
  display: block;
  height: auto;
}
.main-nav-ui > li:first-child > a {
  border-top: 0;
}
.main-nav-ui > li .button, .main-nav-ui > li .page-events .fc-printButton-button, .page-events .main-nav-ui > li .fc-printButton-button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.main-nav-ui > li .icon-bg {
  position: absolute;
  background: #ff9933;
  z-index: 1;
  right: -47px;
  width: 5px;
  top: 0;
  bottom: 0;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.main-nav-ui > li > a:not(.button) {
  position: relative;
  display: block;
  height: 50px;
  padding: 15px 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-nav-ui > li > a:not(.button) > svg-icon {
  height: 22px;
  width: 22px;
  text-align: center;
}
.main-nav-ui > li > a:not(.button) > div {
  padding-top: 2px;
  margin-left: 5px;
}
.main-nav-ui > li > a:not(.button) > div > span {
  font-size: 16px;
}
.main-nav-ui > li > a:not(.button) > div .menu-btn {
  border-radius: 10px;
  background: #f2f2f4;
  border: 0 !important;
  font-size: 14px;
  padding: 3px 10px;
}
.main-nav-ui > li > a:not(.button) > .badge {
  position: absolute;
  top: 16px;
  right: 5px;
}
.main-nav-ui > li > .icon-has-ul {
  position: absolute;
  top: 20px;
  right: 15px;
}

.adminSidebar__item a span {
  font-size: 12px;
  letter-spacing: 0.2px;
}

.ModuleInactif {
  opacity: 0.7;
}
.ModuleInactif a:not(.button) > i .icon-bg {
  background: none;
}
.ModuleInactif i:before {
  color: #0a3859 !important;
}
.ModuleInactif:hover i:before {
  color: #0a3859;
}

.nav-pop-up .title-modal-module-inactive {
  font-size: 24px;
  font-weight: 600;
  color: #082946;
}
.nav-pop-up .icone-module-inactive {
  width: 45px;
  display: block;
  margin: auto;
}
.nav-pop-up .text-module-inactive {
  margin: 20px 0 25px 0;
  font-size: 14px;
  font-weight: 600;
  color: #082946;
}

.alert-nav-payment img {
  max-width: 50px;
  margin: 10px;
}
.alert-nav-payment .title-alert-nav-payment {
  font-size: 16px;
  line-height: normal;
  color: #d54147;
}

.pop-alert-modal .container-img-alert-modal {
  padding: 30px;
  display: block;
  margin: auto;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.pop-alert-modal .modal-alert-payment {
  background-color: #cd0102;
}
.pop-alert-modal .modal-alert-payment img {
  max-height: 250px;
}
.pop-alert-modal .modal-alert-pause {
  background-color: #f0ad4e;
}
.pop-alert-modal .modal-alert-pause img {
  max-height: 250px;
}
.pop-alert-modal .modal-alert-cancelMembership {
  background-color: #cd0102;
}
.pop-alert-modal .modal-alert-cancelMembership img {
  max-height: 250px;
}
.pop-alert-modal .container-text-alert-payment {
  padding: 30px 50px;
}

.nav-bottom {
  justify-content: flex-end;
  border-top: 1px solid #f2f2f4;
  width: 100%;
}
.nav-bottom .secondary-nav > li {
  margin-bottom: 0;
  font-weight: normal;
}
.nav-bottom .secondary-nav > li > a:not(.button) {
  padding: 5px 6px;
  height: 28px;
}
.nav-bottom .secondary-nav > li > a:not(.button) > svg-icon {
  height: 19px;
  width: 19px;
}
.nav-bottom .secondary-nav > li > a:not(.button) > div > span {
  font-size: 13px;
}

.nav-get-demo-is-trial {
  padding: 5px 6px;
}
.nav-get-demo-is-trial a {
  display: inline-block;
}

svg-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
}
svg-icon.width-22 {
  width: 22px;
  height: 22px;
}
svg-icon.width-20 {
  width: 20px;
  height: 20px;
}
svg-icon.width-50 {
  width: 50px;
  height: 50px;
}
svg-icon.width-16 {
  width: 16px;
  height: 16px;
}
svg-icon > svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
svg-icon.heart {
  animation: pulse 2s infinite;
}
svg-icon.heart svg {
  fill: red;
}

#profile-container {
  padding-bottom: 5px;
  padding-top: 5px;
}
#profile-container #panel-group .mainInfo-container {
  z-index: 1;
  color: #f2f2f4;
  width: 100%;
}
#profile-container .top-line {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 12;
  width: 100%;
  height: 12px;
}
@media (max-width: 769px) {
  #profile-container .top-line {
    display: none;
  }
}
#profile-container .panel-profile .hexagon {
  width: 100%;
}
#profile-container .settings {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
#profile-container .nav {
  padding-right: 0;
}
#profile-container .nav > ul {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}
#profile-container .nav > ul > li {
  color: #f2f2f4;
  border-bottom: 1px solid;
  width: 100%;
  position: relative;
  margin: 0;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
}
#profile-container .nav > ul > li:hover .li-bg, #profile-container .nav > ul > li.active .li-bg {
  left: 0;
}
#profile-container .nav > ul > li > a {
  color: #082946;
  position: relative;
  display: block;
  height: 50px;
  padding: 15px 10px;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#profile-container .nav > ul > li > a > i {
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  width: 50px;
  top: -15px;
  left: -10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#profile-container .nav > ul > li > a > span:not(.li-bg) {
  position: relative;
  z-index: 1;
}
#profile-container .nav > ul > li > a > .li-bg {
  position: absolute;
  background: #f2f2f2;
  z-index: 0;
  left: -100%;
  width: 100%;
  top: 0;
  bottom: 0;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
#profile-container .nav .ModuleInactif {
  opacity: 0.4;
}
#profile-container .options {
  text-align: center;
  width: 100%;
}
#profile-container .options .option {
  display: inline-block;
  padding: 10px;
  color: #082946;
  font-size: 20px;
}

.on-canvas #nav-container {
  left: 0;
}

.nav-min .profile-button {
  border: 0;
  padding: 0 !important;
}
.nav-min .plus-button {
  width: 37px;
  height: 37px;
}
.nav-min .profile-button {
  width: 37px;
  height: 37px;
  margin: auto !important;
}
.nav-min .profile-button .img30_30 {
  width: 37px;
  height: 37px;
}
.nav-min .nav-help {
  margin-top: 5px;
}
.nav-min .button_upgrade {
  height: 37px;
  width: 37px;
  margin: auto !important;
  margin-bottom: 5px !important;
}
.nav-min .button_upgrade svg-icon {
  margin-left: -2px;
  margin-top: -4px;
}
.nav-min .help-center-a-btn {
  width: 37px;
  height: 37px;
  padding: 0 !important;
  margin: 0 !important;
}
.nav-min .help-center-a-btn svg-icon {
  width: 27px;
  margin-top: -4px;
  margin-left: 0;
}
.nav-min .hide-in-nav-min {
  display: none !important;
}
.nav-min .show-in-nav-min {
  display: inline !important;
}
.nav-min .header__logo img:not(.custom-logo) {
  max-width: 0;
  min-width: 50px;
}
.nav-min #nav-container {
  width: 60px;
  min-width: 60px;
}
.nav-min #nav-container:has(.collapsable-handle-box:hover) #menu-container {
  width: 65px !important;
}
.nav-min #nav-container > li > a:not(.button) {
  text-align: center;
}
.nav-min #nav-container > li > a:not(.button) > span {
  display: inline;
}
.nav-min .slimScrollDiv {
  overflow: visible !important;
}
.nav-min #nav {
  overflow: visible !important;
}
.nav-min #nav > li > a {
  justify-content: center;
}
.nav-min #nav > li > a > div {
  display: none !important;
}
.nav-min #nav > li .button, .nav-min #nav > li .page-events .fc-printButton-button, .page-events .nav-min #nav > li .fc-printButton-button {
  display: none;
}
.nav-min #nav > li .icon-has-ul {
  display: none;
}
.nav-min #nav > li > .subnav {
  position: absolute;
  left: 100%;
  top: 0;
  width: 220px;
  -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
}
.nav-min #nav > li:hover > .subnav, .nav-min #nav > li.open > .subnav {
  display: none !important;
}

.top-header {
  background-color: #fff;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 769px) {
  .top-header .info-file {
    margin-top: 10px;
    margin-bottom: -14px;
    font-size: 24px;
  }
  .top-header .file-nav {
    width: calc(100vw - 190px) !important;
    overflow-x: hidden !important;
  }
}
@media (max-width: 769px) {
  .top-header .page-title-container .page-title {
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    font-size: 21px !important;
  }
}
.top-header.inside-element {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-top: 0;
}
@media (max-width: 769px) {
  .top-header .nav-tabs-refonte {
    overflow-x: auto !important;
  }
}
.top-header .page-title-container {
  padding: 10px 21px;
}
.top-header .page-title-container .page-title {
  color: #082946;
  font-size: 28px;
  font-weight: 500;
}
.top-header .file-nav {
  width: 100vw;
  overflow-x: auto;
}
.top-header .info-file {
  margin: 0;
  font-size: 18px;
  padding-left: 10px;
  color: #082946;
}
.top-header .info-file .hexagon {
  margin-top: 10px;
}
.top-header .ui-tab {
  font-size: 16px;
  max-width: 100%;
}
@media (min-width: 769px) {
  .top-header .ui-tab {
    padding: 0 21px;
  }
}
.top-header .file-actions-container {
  justify-content: right;
  align-items: center;
  display: flex;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .top-header .file-actions-container {
    flex-direction: column;
  }
}
.top-header .nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
}
.top-header .actors-container {
  display: inline;
  min-width: 35px;
  padding-right: 5px;
}
.top-header .actors-container .actor, .top-header .actors-container .button, .top-header .actors-container .page-events .fc-printButton-button, .page-events .top-header .actors-container .fc-printButton-button {
  margin-left: -15px !important;
}
.top-header .show-in-admin {
  display: none;
}
.top-header.isInAdmin {
  background: #082946;
}
.top-header.isInAdmin .menu-button .icon-bar {
  background-color: #f2f2f4;
}
.top-header.isInAdmin .hidden-dark-theme {
  display: none;
}
.top-header.isInAdmin .visible-dark-theme {
  display: inline;
}
.top-header.isInAdmin .link-orange {
  color: #ff9933 !important;
  font-size: 16px;
}
.top-header.isInAdmin .link-orange:hover {
  text-decoration: underline;
  color: #e26905;
}
.top-header.isInAdmin .page-title-container .page-title {
  color: white;
}
.top-header.isInAdmin .section-help__dynamic__links a, .top-header.isInAdmin .dropdown-menu a {
  color: black !important;
}
.top-header.isInAdmin a {
  color: white !important;
  background: none !important;
}
.top-header.isInAdmin .hidden-in-admin {
  display: none;
}
.top-header.isInAdmin .show-in-admin {
  display: inline;
}
.top-header a:hover {
  text-decoration: none;
}
.top-header .hidden-mobile {
  display: none;
}
@media (min-width: 480px) {
  .top-header .hidden-mobile {
    display: inline;
  }
}
.top-header .toggle-min {
  display: none;
  z-index: 11;
  position: absolute;
  left: 180px;
  top: 10px;
  line-height: 30px;
  font-size: 18px;
  color: #ccc;
}
@media (min-width: 769px) {
  .top-header .toggle-min {
    display: block;
  }
}
.top-header .logo {
  position: absolute;
  width: 100%;
  height: 80px;
  line-height: 72px;
  padding-left: 45px;
}
@media (min-width: 769px) {
  .top-header .logo {
    display: inline-block;
    width: 220px;
    text-align: center;
    height: 100px;
    line-height: 92px;
    padding-left: 0px;
  }
}
.top-header .logo > a {
  font-size: 24px;
  vertical-align: middle;
  color: #F6F6F6;
}
.top-header .logo > a .logo-icon {
  color: #F6F6F6;
  margin-right: 12px;
}
.top-header .menu-button {
  display: block;
  position: absolute;
  width: 46px;
  border-radius: 4px;
  height: 100%;
  padding-left: 15px;
}
.top-header .menu-button:hover {
  cursor: pointer;
}
.top-header .menu-button .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #575656;
}
.top-header .menu-button .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 769px) {
  .top-header .menu-button {
    padding: 10px 12px;
    display: none;
  }
}
.top-header .menu-button .menu {
  top: 33px;
  left: -2px;
  position: relative;
}
.top-header .menu-button .back-button {
  top: -4px;
  left: 6px;
  position: absolute;
  width: 46px;
  font-size: 40px;
}
.top-header .top-nav {
  width: 100%;
  padding: 0;
}
.top-header .top-nav .nav-right {
  display: flex;
  align-items: center;
  min-height: 60px;
}
.top-header .top-nav .nav-left,
.top-header .top-nav .nav-right {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
.top-header .top-nav .nav-left > li,
.top-header .top-nav .nav-right > li {
  float: left;
}
.top-header .top-nav .nav-left > li.nav-profile > a,
.top-header .top-nav .nav-right > li.nav-profile > a {
  padding: 0;
}
.top-header .top-nav .nav-left > li.nav-profile i,
.top-header .top-nav .nav-right > li.nav-profile i {
  width: 18px;
  font-size: 16px;
  margin-right: 5px;
}
.top-header .top-nav .nav-left > li a:hover, .top-header .top-nav .nav-left > li a:focus,
.top-header .top-nav .nav-right > li a:hover,
.top-header .top-nav .nav-right > li a:focus {
  text-decoration: none;
}
.top-header .top-nav .nav-left > li > .btn-group > a,
.top-header .top-nav .nav-left > li > a,
.top-header .top-nav .nav-right > li > .btn-group > a,
.top-header .top-nav .nav-right > li > a {
  position: relative;
  background-color: #eeeeee;
  display: block;
  padding: 4px 8px;
  border-radius: 22px;
}
@media (min-width: 769px) {
  .top-header .top-nav .nav-left > li > .btn-group > a,
  .top-header .top-nav .nav-left > li > a,
  .top-header .top-nav .nav-right > li > .btn-group > a,
  .top-header .top-nav .nav-right > li > a {
    background-color: transparent;
    color: #575656;
  }
}
.top-header .top-nav .nav-left > li > .btn-group > a .badge,
.top-header .top-nav .nav-left > li > a .badge,
.top-header .top-nav .nav-right > li > .btn-group > a .badge,
.top-header .top-nav .nav-right > li > a .badge {
  position: absolute;
  top: -5px;
  right: -10px;
}
.top-header .top-nav .nav-left > li ul.dropdown-menu .glyphicon,
.top-header .top-nav .nav-right > li ul.dropdown-menu .glyphicon {
  margin-right: 10px;
}
@media (max-width: 769px) {
  .top-header .top-nav .help-button {
    margin-left: -10px;
  }
}
.top-header .top-nav .section-help__cards .title-dropdown {
  font-size: 15px;
  font-weight: 600;
}
.top-header .top-nav .section-help__cards .subtitle-dropdown {
  font-size: 13px;
  line-height: 140%;
  display: block;
  opacity: 100%;
}
.top-header .langs .list-langs a {
  position: relative;
  padding: 8px 20px 8px 57px;
}
.top-header .langs .list-langs a .flag {
  position: absolute;
  top: 7px;
  left: 15px;
}
.top-header .heartbeat {
  animation: heartbeat 1.5s ease-in-out infinite both;
  color: red;
}

.nav-min .header__logo {
  padding: 40px 0 20px 0;
}

.header {
  height: 100%;
}
.header .back-section {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  border-bottom: 2px solid lightgray;
}
.header .back-section i {
  margin-right: 10px;
}
.header__logo {
  width: 80%;
  padding: 20px;
  margin: auto;
  text-align: center;
}
.header__logo img:not(.custom-logo) {
  max-width: 80px;
  min-width: 75px;
}
.header__logo__mobile {
  width: 80px;
  height: auto;
}
.header__logo a {
  margin-top: -8px;
}
.header__top-nav {
  height: 100%;
}
.header__top-nav .header-top-part {
  align-items: center;
  justify-content: right;
  width: 100%;
}
.header__top-nav__right {
  display: flex;
  align-items: top;
  justify-content: right;
  padding-right: 10px;
}
.header__top-nav__right .separator {
  border-left: 2px solid #f2f2f4;
  padding: 0 5px;
  height: 35px;
}
@media (max-width: 769px) {
  .header__top-nav__right li.nav-profile {
    position: inherit;
  }
}
.header__top-nav__right li.nav-profile a.button__secondary, .header__top-nav__right li.nav-profile .page-events a.fc-printButton-button, .page-events .header__top-nav__right li.nav-profile a.fc-printButton-button {
  outline: none;
  border: none !important;
  display: flex;
  align-items: center;
  padding: 5px 10px !important;
  color: #082946;
  border-radius: 22px;
  background-color: transparent;
  margin-right: 10px;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 769px) {
  .header__top-nav__right li.nav-profile a.button__secondary, .header__top-nav__right li.nav-profile .page-events a.fc-printButton-button, .page-events .header__top-nav__right li.nav-profile a.fc-printButton-button {
    margin-right: -5px;
  }
}
.header__top-nav__right li.nav-profile a.button__secondary:hover, .header__top-nav__right li.nav-profile .page-events a.fc-printButton-button:hover, .page-events .header__top-nav__right li.nav-profile a.fc-printButton-button:hover, .header__top-nav__right li.nav-profile a.button__secondary:active, .header__top-nav__right li.nav-profile .page-events a.fc-printButton-button:active, .page-events .header__top-nav__right li.nav-profile a.fc-printButton-button:active, .header__top-nav__right li.nav-profile a.button__secondary:focus, .header__top-nav__right li.nav-profile .page-events a.fc-printButton-button:focus, .page-events .header__top-nav__right li.nav-profile a.fc-printButton-button:focus {
  background-color: transparent;
}
@media (min-width: 769px) {
  .header__top-nav__right li.nav-profile a.button__secondary:hover, .header__top-nav__right li.nav-profile .page-events a.fc-printButton-button:hover, .page-events .header__top-nav__right li.nav-profile a.fc-printButton-button:hover, .header__top-nav__right li.nav-profile a.button__secondary:active, .header__top-nav__right li.nav-profile .page-events a.fc-printButton-button:active, .page-events .header__top-nav__right li.nav-profile a.fc-printButton-button:active, .header__top-nav__right li.nav-profile a.button__secondary:focus, .header__top-nav__right li.nav-profile .page-events a.fc-printButton-button:focus, .page-events .header__top-nav__right li.nav-profile a.fc-printButton-button:focus {
    background-color: #f2f2f4;
  }
}
.header__top-nav__right li.nav-profile a.button__secondary span.hidden-xs, .header__top-nav__right li.nav-profile .page-events a.fc-printButton-button span.hidden-xs, .page-events .header__top-nav__right li.nav-profile a.fc-printButton-button span.hidden-xs {
  padding-right: 0;
}
.header__top-nav__right li.nav-profile a.button__secondary i, .header__top-nav__right li.nav-profile .page-events a.fc-printButton-button i, .page-events .header__top-nav__right li.nav-profile a.fc-printButton-button i {
  padding: 5px 0;
  margin-top: 1px;
}
.header__top-nav__right li.nav-profile a.button__secondary[aria-expanded="true"] .fa-caret-down, .header__top-nav__right li.nav-profile .page-events a[aria-expanded="true"].fc-printButton-button .fa-caret-down, .page-events .header__top-nav__right li.nav-profile a[aria-expanded="true"].fc-printButton-button .fa-caret-down {
  transform: scaleY(-1);
  transition: 0.2s all ease-in-out;
}
@media (max-width: 769px) {
  .header__top-nav__right li.nav-profile .dropdown-menu {
    width: 100%;
    top: 70px;
  }
}
.header__top-nav__right li.nav-knowledge-center {
  margin-right: 10px;
}
.header__top-nav__right li.nav-knowledge-center a.button__secondary, .header__top-nav__right li.nav-knowledge-center .page-events a.fc-printButton-button, .page-events .header__top-nav__right li.nav-knowledge-center a.fc-printButton-button {
  color: #082946;
  background-color: #e7e7eb;
  outline: none;
  border: none !important;
  padding: 7px 12px 5px 12px;
  border-radius: 22px;
  position: relative;
  display: block;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 769px) {
  .header__top-nav__right li.nav-knowledge-center a.button__secondary, .header__top-nav__right li.nav-knowledge-center .page-events a.fc-printButton-button, .page-events .header__top-nav__right li.nav-knowledge-center a.fc-printButton-button {
    min-height: 30px;
    padding: 4px 8px;
  }
}
.header__top-nav__right li.nav-knowledge-center a.button__secondary:hover, .header__top-nav__right li.nav-knowledge-center .page-events a.fc-printButton-button:hover, .page-events .header__top-nav__right li.nav-knowledge-center a.fc-printButton-button:hover, .header__top-nav__right li.nav-knowledge-center a.button__secondary:active, .header__top-nav__right li.nav-knowledge-center .page-events a.fc-printButton-button:active, .page-events .header__top-nav__right li.nav-knowledge-center a.fc-printButton-button:active, .header__top-nav__right li.nav-knowledge-center a.button__secondary:focus, .header__top-nav__right li.nav-knowledge-center .page-events a.fc-printButton-button:focus, .page-events .header__top-nav__right li.nav-knowledge-center a.fc-printButton-button:focus {
  background-color: #d6d6dd;
}
@media (max-width: 769px) {
  .header__top-nav__right li.nav-knowledge-center a.button__secondary i, .header__top-nav__right li.nav-knowledge-center .page-events a.fc-printButton-button i, .page-events .header__top-nav__right li.nav-knowledge-center a.fc-printButton-button i {
    margin-top: 2px;
  }
}
@media (max-width: 769px) {
  .header__top-nav__right li.nav-help {
    margin-right: 12px;
    position: inherit;
  }
}
.header__top-nav__right li.nav-help a.button__primary {
  color: #082946;
  background-color: #ff9933;
  padding: 7px 12px 5px 12px;
  border-radius: 22px;
  position: relative;
  display: block;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 769px) {
  .header__top-nav__right li.nav-help a.button__primary {
    min-height: 30px;
    padding: 4px 8px;
  }
}
.header__top-nav__right li.nav-help a.button__primary:hover, .header__top-nav__right li.nav-help a.button__primary:active, .header__top-nav__right li.nav-help a.button__primary.active, .header__top-nav__right li.nav-help a.button__primary:focus {
  background-color: #ff870f;
}
.header__top-nav__right li.nav-help a.button__primary[aria-expanded="true"] .fa-caret-down {
  transform: scaleY(-1);
  transition: 0.2s all ease-in-out;
}
.header__top-nav__right li.nav-help a.button__primary i:not(.fa-caret-down) {
  font-size: 18px;
}
@media (max-width: 769px) {
  .header__top-nav__right li.nav-help a.button__primary i:not(.fa-caret-down) {
    margin-top: 1px;
  }
}
.header__top-nav__right li.nav-help a.button__primary .fa-caret-down {
  font-size: 16px;
  padding-left: 5px;
}
.header__top-nav__right li.nav-help .section-help__dynamic {
  background-color: #f2f2f4;
}
.header__top-nav__right li.nav-help .section-help__dynamic__title {
  font-size: 16px;
  color: #082946;
  font-weight: 600;
  margin-bottom: 10px;
}
.header__top-nav__right li.nav-help .section-help__dynamic__title i {
  color: #ff9933;
}
.header__top-nav__right li.nav-help .section-help__dynamic__links a {
  transition: 0.2s all ease-in-out;
}
.header__top-nav__right li.nav-help .section-help__dynamic__links a:hover, .header__top-nav__right li.nav-help .section-help__dynamic__links a:active, .header__top-nav__right li.nav-help .section-help__dynamic__links a:focus {
  color: #082946;
}
.header__top-nav__right li.nav-help .section-help__dynamic__links a i {
  margin-left: 2px;
  font-weight: 600;
}
@media (max-width: 769px) {
  .header__top-nav__right li.nav-help .dropdown-menu {
    width: 100%;
  }
}
.header__top-nav__right li.nav-help .status-link .fa-external-link {
  margin-top: 2px;
  margin-left: 5px;
  font-weight: 600;
}
@media (max-width: 769px) {
  .header__top-nav__left li.nav-messages.dropdown {
    margin-right: 10px;
    position: inherit;
  }
}
.header__top-nav__left li.nav-messages.dropdown a {
  transition: 0.2s all ease-in-out;
}
.header__top-nav__left li.nav-messages.dropdown a:hover, .header__top-nav__left li.nav-messages.dropdown a:active, .header__top-nav__left li.nav-messages.dropdown a:focus {
  background-color: #e1e1e1;
}
.header__top-nav__left li.nav-messages.dropdown a i {
  color: #082946;
}
@media (max-width: 769px) {
  .header__top-nav__left li.nav-messages.dropdown a i {
    font-size: 15px;
  }
}
@media (max-width: 769px) {
  .header__top-nav__left li.nav-notifications.dropdown {
    margin-right: 8px;
  }
}
.header__top-nav__left li.nav-notifications.dropdown a.dropdown-toggle {
  transition: 0.2s all ease-in-out;
}
.header__top-nav__left li.nav-notifications.dropdown a.dropdown-toggle:hover, .header__top-nav__left li.nav-notifications.dropdown a.dropdown-toggle:active, .header__top-nav__left li.nav-notifications.dropdown a.dropdown-toggle:focus {
  background-color: #e1e1e1;
}
.header__top-nav__left li.nav-notifications.dropdown a.dropdown-toggle i {
  color: #082946;
}
@media (max-width: 769px) {
  .header__top-nav__left li.nav-notifications.dropdown a.dropdown-toggle i {
    font-size: 15px;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-4-8 14:25:53
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(1.2);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.95);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.header-buttons-wrapper {
  padding: 21px 21px 16px 21px;
}
@media (max-width: 769px) {
  .header-buttons-wrapper {
    padding: 10px;
  }
}
@media (min-width: 769px) {
  .header-buttons-wrapper {
    position: sticky;
    background: #f2f2f4;
    z-index: 999;
    right: initial;
    top: 0;
    width: 100%;
  }
}
.header-buttons-wrapper .button, .header-buttons-wrapper .page-events .fc-printButton-button, .page-events .header-buttons-wrapper .fc-printButton-button {
  margin-top: 0 !important;
}
.header-buttons-wrapper .button.button__secondary, .header-buttons-wrapper .page-events .fc-printButton-button, .page-events .header-buttons-wrapper .fc-printButton-button {
  background: #f2f2f4;
}
.header-buttons-wrapper .button svg-icon, .header-buttons-wrapper .page-events .fc-printButton-button svg-icon, .page-events .header-buttons-wrapper .fc-printButton-button svg-icon {
  width: 16px;
  height: 16px;
}

.top-header .dropdown-menu.panel, .top-header .panel-notification {
  padding: 0;
  left: 0px;
  width: 400px;
}
@media (max-width: 992px) {
  .top-header .dropdown-menu.panel, .top-header .panel-notification {
    left: 0;
    right: 0;
    position: absolute;
  }
  .top-header .dropdown-menu.panel.with-arrow.panel-default:before, .top-header .dropdown-menu.panel.with-arrow.panel-default:after, .top-header .panel-notification.with-arrow.panel-default:before, .top-header .panel-notification.with-arrow.panel-default:after {
    display: none;
  }
}
.top-header .dropdown-menu.panel .panel-heading,
.top-header .dropdown-menu.panel .panel-footer, .top-header .panel-notification .panel-heading,
.top-header .panel-notification .panel-footer {
  padding: 10px 15px;
}
.top-header .dropdown-menu.panel .list-group, .top-header .panel-notification .list-group {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.top-header .dropdown-menu.panel .list-group-item, .top-header .panel-notification .list-group-item {
  padding: 10px 15px;
}
.top-header .dropdown-menu.panel .list-group-item > a, .top-header .panel-notification .list-group-item > a {
  height: auto !important;
  min-height: 60px;
  display: block;
}
.top-header .dropdown-menu.panel .active, .top-header .panel-notification .active {
  background: #F7E188;
}
.top-header .dropdown-menu.panel .media .media-body, .top-header .panel-notification .media .media-body {
  padding-right: 75px;
}
.top-header .dropdown-menu.panel .newContentNotif .img-pop, .top-header .panel-notification .newContentNotif .img-pop {
  width: 45px;
  margin-right: 10px;
  animation: heartbeat 1.5s ease-in-out both;
  animation-iteration-count: 4;
}
.top-header .dropdown-menu.panel .img-notif-all, .top-header .panel-notification .img-notif-all {
  width: 45px;
  margin: 0 10px 10px 0;
}

.page-client-dashboard .panel-notification {
  padding: 0;
  width: 100%;
}
.page-client-dashboard .panel-notification .panel-heading,
.page-client-dashboard .panel-notification .panel-footer {
  padding: 10px 15px;
}
.page-client-dashboard .panel-notification .list-group {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.page-client-dashboard .panel-notification .list-group-item {
  padding: 10px 15px;
}
.page-client-dashboard .panel-notification .list-group-item > a {
  height: auto !important;
  min-height: 60px;
  display: block;
}
.page-client-dashboard .panel-notification .active {
  background: #F7E188;
}
.page-client-dashboard .panel-notification .media .media-body {
  padding-right: 75px;
}
.page-client-dashboard .panel-notification .newContentNotif .img-pop {
  width: 45px;
  margin-right: 10px;
  animation: heartbeat 1.5s ease-in-out both;
  animation-iteration-count: 4;
}
.page-client-dashboard .panel-notification .img-notif-all {
  width: 45px;
  height: 45px;
  margin: 0 10px 10px 0;
}

.packagesSearchOverlay {
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 0;
  left: -100%;
  height: auto;
  z-index: 1030;
  width: 250px;
  display: none;
  background: #F3F3F3;
  overflow-y: auto;
  overflow-x: hidden;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  border-right: 1px solid #cacaca;
}
.packagesSearchOverlay .row:first-child {
  height: 50px;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
.packagesSearchOverlay ol {
  padding: 0px 10px;
}
.packagesSearchOverlay ol li {
  list-style-type: none;
  background: rgba(255, 255, 255, 0.7);
  margin: 10px 0;
  padding: 20px;
  border-radius: 10px;
}
.packagesSearchOverlay .search-no-query > header {
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.packagesSearchOverlay .input-symbol {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #575656;
  line-height: 1;
  cursor: text;
  display: block;
  margin: 1rem auto .5rem;
  padding-left: 1em;
}
.packagesSearchOverlay .input-symbol .icon-search {
  background: transparent;
  bottom: 0;
  color: #575656;
  position: absolute;
  top: 50%;
  width: 1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  height: 1em;
  margin-left: -0.5em;
  font-size: 1.5em;
}
.packagesSearchOverlay .input-symbol #real-search-field {
  padding-left: 15px;
  font-weight: 300;
  font-size: 1.2em;
  width: 180px !important;
}
.packagesSearchOverlay .input-symbol .nochrome {
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
  outline: none;
}

.searching {
  display: block;
  left: 220px !important;
  opacity: 1 !important;
}

.packagesSearchOverlay > header {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -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);
}

.overlay-home {
  right: 3em !important;
}

.overlay-close {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  cursor: pointer;
  height: 2em;
  text-align: center;
  text-decoration: none;
  width: 2em;
  z-index: 1;
  font-size: 14px;
}
.overlay-close .tip {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #575656;
}

header.overlay-responsive {
  padding-top: 6em;
  text-align: center;
}

.packagesSearchOverlay > header > .subtitle {
  margin-top: 0;
}

header.default > .subtitle {
  font-size: 16px;
  line-height: 22px;
}

header.default > .subtitle {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #575656;
  margin-bottom: 20px;
}

.packagesSearchResults {
  display: none;
}

.packagesSearchResults .count {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.packagesAdvanceResults {
  padding: 30px 5px;
}
.packagesAdvanceResults table {
  color: white !important;
}
.packagesAdvanceResults .table-striped > tbody > tr:nth-child(odd) {
  background: #ff6633 !important;
}

@media (max-width: 469px) {
  .packagesSearchOverlay {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: auto;
    height: auto;
  }
  .packagesSearchOverlay .row {
    border-top: 1px solid #e5e5e5;
  }
}
.app_mode #content {
  top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 769px) {
  .app_mode #content {
    top: 70px;
    padding-bottom: 0px;
  }
}

a.a-link {
  color: #ff9933;
  text-decoration: underline;
}

#app-wrapper, html, body {
  height: 100%;
  margin: 0;
}

#app-wrapper {
  display: flex;
  flex-direction: column;
}
#app-wrapper #content-wrapper {
  flex: 2;
  min-height: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-y: auto;
  overflow-x: hidden;
}
#app-wrapper #content-wrapper.mobile-menu {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  #app-wrapper #content-wrapper.mobile-menu {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  #app-wrapper #content-wrapper {
    display: flex;
    overflow: auto;
    padding-bottom: 0;
  }
}

.col-sm-1-71 {
  width: 14.2857%;
}

.text-ellipsis {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.collapsed-box {
  padding: 10px;
  border: dotted 1px lightgray;
}

.hm-after:after {
  content: "...";
  font-weight: bold;
  font-size: 25px;
  position: relative;
  left: 50%;
  margin-left: -7px;
}

.autocomplete-template .right-panel {
  margin-top: 6px;
  margin-left: 10px;
}

.view-containter {
  position: relative;
}

.top-alert {
  text-align: center;
  font-size: 16px;
}

#alert-content {
  padding: 10px;
}

#maj-content {
  padding: 5px 10px;
}

.modal-backdrop {
  z-index: 1039;
}

.body-special .content-header,
.body-special-header .content-header {
  left: 0 !important;
}

.content-header {
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 769px) {
  .content-header {
    width: auto;
    height: 40px;
  }
}

#content {
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch;
  background: #f2f2f4;
  height: 100%;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 769px) {
  #content {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.body-special #content {
  z-index: 2;
  top: 0;
  left: 0;
}

.body-special-header #content {
  top: 60px;
  left: 0;
}
@media (min-width: 769px) {
  .body-special-header #content {
    top: 100px;
  }
}
.body-special-header .menu-button {
  display: none;
}

.body-lock #content {
  background: url("../images/background/1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.minimize-container {
  position: fixed;
  bottom: 0px;
  left: 0;
  height: 30px;
  z-index: 10000;
  padding-left: 20px;
}
.minimize-container .windows {
  width: 400px;
  float: left;
  background: lightgray;
  color: #082946;
  border-radius: 10px 10px 0px 0px;
  height: 100px;
  margin-right: 10px;
  padding: 5px 15px;
}
.minimize-container .windows .title {
  max-width: 300px;
  overflow: hidden;
}

.trial_ad {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 40px;
  left: 0;
  background: #ff9933;
  text-align: center;
  color: #f2f2f4;
  line-height: 40px;
}

div.m-app-loading {
  position: fixed;
  z-index: 10000;
}

div.m-app-loading div.animated-container {
  background-color: #F3F3F3;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 999999;
}

/* Used to initialize the ng-leave animation state. */
div.m-app-loading div.animated-container.ng-leave {
  opacity: 1;
  transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
}

/* Used to set the end properties of the ng-leave animation state. */
div.m-app-loading div.animated-container.ng-leave-active {
  opacity: 0;
}

div.m-app-loading div.messaging {
  color: #0a3859;
  font-family: monospace;
  left: 0px;
  margin-top: -37px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 50%;
}

div.m-app-loading h1 {
  font-size: 26px;
  line-height: 35px;
  margin: 0px 0px 20px 0px;
}

div.m-app-loading p {
  font-size: 18px;
  line-height: 14px;
  margin: 0px 0px 0px 0px;
}

.form-validation .ng-valid.ng-dirty {
  border-color: #ff9933;
}
.form-validation .ng-invalid.ng-dirty,
.form-validation .error {
  border-color: #E94B3B;
}
.form-validation span.error {
  border-bottom: 2px solid #E94B3B;
  display: inline-block;
}

.options-box a {
  color: #767676 !important;
}
.options-box .option {
  border: white 2px solid;
  background: #dadada;
}
@media (max-width: 769px) {
  .options-box .options .option {
    height: 40px;
    width: 100%;
  }
  .options-box .options .option .option-content {
    height: 100%;
    line-height: 40px;
  }
}

.app_mode .option {
  min-height: 30px;
  line-height: 30px;
}

@media (min-width: 769px) {
  #app:not(.app_mode) .options-box {
    height: 75px;
    margin-top: -1px !important;
  }
  #app:not(.app_mode) .options-box .options {
    height: 100%;
  }
  #app:not(.app_mode) .options-box .options .option {
    height: 100%;
    width: 100px;
    float: left;
    z-index: 10;
  }
  #app:not(.app_mode) .options-box .options .option .option-content {
    font-size: 24px;
    height: 100%;
    line-height: 75px;
  }
  #app:not(.app_mode) .options-box:not(.no-hexagon) .options {
    margin-left: 175px;
  }
  #app:not(.app_mode) .options-box:not(.no-hexagon) .options .option {
    transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
  }
  #app:not(.app_mode) .options-box:not(.no-hexagon) .options .option .option-content {
    transform: skew(30deg);
    -ms-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -webkit-transform: skew(30deg);
  }
  #app:not(.app_mode) .options-box.no-hexagon .options {
    margin-left: 30px;
  }
}
