@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

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

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

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

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

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

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

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

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

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

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

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #354052;
  background-color: #f3f6f9;
}

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

a {
  color: #10069f;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 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: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

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

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #354052;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #212833;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: transparent;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgba(0, 0, 0, 0);
}

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

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: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

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

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}

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

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

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .node-customers-form > .panel > .wrapper-test > .panel-heading,
.node-customers-edit-form > .panel > .wrapper-test > .panel-heading, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .node-customers-form > .panel > .wrapper-test > .panel-heading,
  .node-customers-edit-form > .panel > .wrapper-test > .panel-heading, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2, .node-customers-form > .panel > .wrapper-test > .panel-heading,
  .node-customers-edit-form > .panel > .wrapper-test > .panel-heading {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #847ecd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #847ecd;
}
.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 #847ecd;
}
.table .table {
  background-color: #f3f6f9;
}

.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 #847ecd;
}
.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 #847ecd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f3f6f9;
}

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

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: transparent;
}

.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: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

.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: rgba(0, 0, 0, 0);
}

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

fieldset {
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #354052;
  background-color: #f1f0f9;
  background-image: none;
  border: 1px solid #dfe3e9;
  border-radius: 0;
  -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: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #354052;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #354052;
}
.form-control::-webkit-input-placeholder {
  color: #354052;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 32px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio 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 {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

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

input[type=radio][disabled], input[type=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;
  min-height: 34px;
}
.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 {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #354052;
}
.has-error .form-control {
  border-color: #354052;
  -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: #212833;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5d7090;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5d7090;
}
.has-error .input-group-addon {
  color: #354052;
  border-color: #354052;
  background-color: transparent;
}
.has-error .form-control-feedback {
  color: #354052;
}

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  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.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #a8aab7;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #a8aab7;
  background-color: transparent;
  border-color: transparent;
}
.btn-default:focus, .btn-default.focus {
  color: #a8aab7;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
  color: #a8aab7;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #a8aab7;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #a8aab7;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: transparent;
}
.btn-default .badge {
  color: transparent;
  background-color: #a8aab7;
}

.btn-primary {
  color: #fff;
  background-color: #10069f;
  border-color: #0e0586;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0b046e;
  border-color: #01000c;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b046e;
  border-color: #08034b;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0b046e;
  border-color: #08034b;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #08034b;
  border-color: #01000c;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #10069f;
  border-color: #0e0586;
}
.btn-primary .badge {
  color: #10069f;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #10069f;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #0b046e;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #0b046e;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0b046e;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #08034b;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #10069f;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #10069f;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #847ecd;
  border-color: transparent;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #6159bf;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
  color: #fff;
  background-color: #6159bf;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #6159bf;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #4c44b0;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #847ecd;
  border-color: transparent;
}
.btn-info .badge {
  color: #847ecd;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #f7494f;
  border-color: #f7494f;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #f51820;
  border-color: #b8080e;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f51820;
  border-color: #f40e16;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f51820;
  border-color: #f40e16;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #df0a11;
  border-color: #b8080e;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #f7494f;
  border-color: #f7494f;
}
.btn-danger .badge {
  color: #f7494f;
  background-color: #fff;
}

.btn-link {
  color: #10069f;
  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: #23527c;
  text-decoration: none;
  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.3333333;
  border-radius: 6px;
}

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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 .form-control:focus {
  z-index: 3;
}

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

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

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

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

.input-group-addon:first-child {
  border-right: 0;
}

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

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav: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: transparent;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #10069f;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #10069f;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.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: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 96px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 31px;
  margin-bottom: 31px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  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: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 32px;
  margin-bottom: 32px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 33px;
  margin-bottom: 33px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 37px;
  margin-bottom: 37px;
}

.navbar-text {
  margin-top: 38px;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.navbar-default .navbar-brand {
  color: #10069f;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #10069f;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #354052;
}
.navbar-default .navbar-nav > li > a {
  color: #354052;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #354052;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #354052;
  background-color: transparent;
}
.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: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #354052;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #354052;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #354052;
    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: #354052;
    background-color: transparent;
  }
  .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: #354052;
}
.navbar-default .navbar-link:hover {
  color: #354052;
}
.navbar-default .btn-link {
  color: #354052;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #354052;
}
.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: 767px) {
  .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;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #354052;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #10069f;
  border-color: #10069f;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #10069f;
  border-color: #10069f;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

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

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

.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: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.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: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #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: 6px;
  padding-left: 12px;
  padding-right: 12px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #10069f;
}

.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: normal;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: transparent;
  border-color: transparent;
  color: #f85359;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #f6222a;
}

@-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: #a7a9ac;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #a7a9ac;
  text-align: center;
  background-color: #a7a9ac;
  -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: #10069f;
}
.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: #10069f;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #354052;
  background-color: transparent;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #354052;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #354052;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #354052;
  border-color: #354052;
}

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

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

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

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

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

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #847ecd;
}
.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: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

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

.close {
  float: right;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #fff;
  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;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

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

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  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: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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;
  background-color: #10069f;
  border-radius: 2px;
}

.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: #10069f;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #10069f;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #10069f;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #10069f;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #10069f;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #10069f;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #10069f;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #10069f;
}

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

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

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  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);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: 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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

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

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .form-inline:before,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .form-inline:before, .filter-wrapper:before, .clearfix:after, .node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .form-inline:after,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .form-inline:after, .filter-wrapper:after {
  content: " ";
  display: table;
}
.clearfix:after, .node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .form-inline:after,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .form-inline:after, .filter-wrapper:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
}

.login-page {
  width: 245px !important;
}

.alert a {
  font-weight: normal;
}

.alert-success a,
.alert-success a:hover,
.alert-success a:focus {
  color: #2b542c;
}

.alert-info {
  background: transparent;
  border: 0;
}
.alert-info a,
.alert-info a:hover,
.alert-info a:focus {
  color: #245269;
}

.alert-warning a,
.alert-warning a:hover,
.alert-warning a:focus {
  color: #66512c;
}

.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus {
  color: #f6222a;
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

html.js .btn .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: 0.5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #337ab7;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: rgb(255, 255, 255);
}
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left; /*LTR*/
}

.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right; /*RTL*/
}

.field--label-inline .field--label::after {
  content: ":";
}

/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #337ab7;
  border-bottom: 1px solid #dfe3e9;
  border-top: 1px solid #dfe3e9;
}
.file > span:first-child {
  border-left: 1px solid #dfe3e9;
}
.file > span:last-child {
  border-right: 1px solid #dfe3e9;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

.image-widget.row {
  overflow: hidden;
}

/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

.filter-help {
  float: right;
  line-height: 1;
  margin: 0.5em 0 0;
}

.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .form-inline .select-wrapper {
    width: auto;
  }
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #337ab7;
  content: "▼";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114";
  display: inline-block;
  font-family: "Glyphicons Halflings";
}
.has-error .select-wrapper:after {
  color: #354052;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

.form-actions .btn, .form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}

/**
 * Icon styles.
 */
a.icon-before .glyphicon, a .glyphicon.icon-before {
  margin-right: 0.25em;
}
a.icon-after .glyphicon, a .glyphicon.icon-after {
  margin-left: 0.25em;
}

.btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon, .btn .glyphicon.icon-after {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 108px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 108px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

.navbar .logo {
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/**
 * Node styling.
 */
.is-unpublished {
  background-color: #fff4f4;
}

.node-preview-container {
  margin-top: -12px;
}

.node-preview-form-select {
  padding: 12px;
}

/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

.tabledrag-handle {
  color: #777777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #337ab7;
}

.indentation {
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  width: 20px;
}
[dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px;
}

.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}

.tab-pane > .panel-heading {
  display: none;
}

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

.tabs-below > .nav-tabs {
  border-top: 1px solid transparent;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 2px 2px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent transparent transparent transparent;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 2px 0 0 2px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: transparent transparent transparent transparent;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: transparent transparent transparent transparent;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 2px 2px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: transparent transparent transparent transparent;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: transparent transparent transparent transparent;
}

/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

body.toolbar-loading {
  margin-top: 0;
}
body.toolbar-loading.toolbar {
  margin-bottom: 12px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #dfe3e9;
  border: 1px solid #dfe3e9;
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #354052;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f1f4f8;
  color: #10069f;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #f1f4f8;
  color: #10069f;
}

ol, ul {
  padding-left: 1.5em;
}
.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

.page-header {
  margin-top: 0;
}

.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}

p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child, .control-group .help-inline:first-child {
  margin-top: 0;
}

/* Setting base font to be 100% */
html {
  font-size: 16px;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "FSAlbertWeb-Regular";
  line-height: 1.125rem;
}

@font-face {
  font-family: "FSAlbertWeb-Bold";
  src: url("../fonts/albert/FSAlbertWeb-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/albert/FSAlbertWeb-Bold.woff") format("woff"); /* Pretty Modern Browsers */
}
@font-face {
  font-family: "FSAlbertWeb-ExtraBold";
  src: url("../fonts/albert/FSAlbertWeb-ExtraBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/albert/FSAlbertWeb-ExtraBold.woff") format("woff"); /* Pretty Modern Browsers */
}
@font-face {
  font-family: "FSAlbertWeb-Regular";
  src: url("../fonts/albert/FSAlbertWeb-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/albert/FSAlbertWeb-Regular.woff") format("woff"); /* Pretty Modern Browsers */
}
@font-face {
  font-family: "toolbox-icons";
  src: url("../fonts/toolbox-icons.eot?mg8b03");
  src: url("../fonts/toolbox-icons.eot?mg8b03#iefix") format("embedded-opentype"), url("../fonts/toolbox-icons.ttf?mg8b03") format("truetype"), url("../fonts/toolbox-icons.woff?mg8b03") format("woff"), url("../fonts/toolbox-icons.svg?mg8b03#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "toolbox-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left-arrow:before {
  content: "\e905";
  color: #cfd1db;
  font-family: "toolbox-icons";
}

.icon-right-arrow:before {
  content: "\e906";
  color: #cfd1db;
  font-family: "toolbox-icons";
}

.icon-calendar:before {
  content: "\e900";
  color: #a9abb7;
  font-family: "toolbox-icons";
}

.icon-email:before {
  content: "\e901";
  color: #a9abb7;
  font-family: "toolbox-icons";
}

.icon-pin:before {
  content: "\e904";
  color: #a9abb7;
  font-family: "toolbox-icons";
}

.icon-watermark:before {
  content: "\e907";
  color: #342bad;
  font-family: "toolbox-icons";
}

.icon-arrow:before {
  content: "\e902";
  color: #7bacce;
  font-family: "toolbox-icons";
}

.icon-close:before {
  content: "\e903";
  color: #7bacce;
  font-family: "toolbox-icons";
}

.icon-diversey:before {
  content: "\e908";
  color: #fff;
  font-family: "toolbox-icons";
}

.icon-tick:before {
  content: "\e91b";
  color: #847ecd;
  font-family: "toolbox-icons";
}

.icon-pdf:before {
  content: "\e91c";
  color: #a9abb7;
  font-family: "toolbox-icons";
}

.icon-save:before {
  content: "\e91d";
  color: #a7a9b6;
  font-family: "toolbox-icons";
}

.icon-share:before {
  content: "\e91e";
  color: #a9abb7;
  font-family: "toolbox-icons";
}

.icon-collapse:before {
  content: "\e91f";
  color: #a8aab7;
  font-family: "toolbox-icons";
}

.icon-expand:before {
  content: "\e920";
  color: #a8aab7;
  font-family: "toolbox-icons";
}

.icon-file:before {
  content: "\e921";
  color: #a8aab7;
  font-family: "toolbox-icons";
}

.icon-copy-icon:before {
  content: "\e922";
  color: #ced0da;
  font-family: "toolbox-icons";
}

.icon-exit:before {
  content: "\e923";
  color: #ced1dc;
  font-family: "toolbox-icons";
}

.icon-gear:before {
  content: "\e924";
  color: #ced1dc;
  font-family: "toolbox-icons";
}

.icon-search:before {
  content: "\e925";
  color: #ced1dc;
  font-family: "toolbox-icons";
}

.icon-left-next:before {
  content: "\e926";
  color: #ced0da;
  font-family: "toolbox-icons";
}

.icon-right-next:before {
  content: "\e927";
  color: #ced0da;
  font-family: "toolbox-icons";
}

@font-face {
  font-family: "calc-icon";
  src: url("../fonts/calc-icon.eot?ajo3g");
  src: url("../fonts/calc-icon.eot?ajo3g#iefix") format("embedded-opentype"), url("../fonts/calc-icon.ttf?ajo3g") format("truetype"), url("../fonts/calc-icon.woff?ajo3g") format("woff"), url("../fonts/calc-icon.svg?ajo3g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "calc-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-env-white:before {
  content: "\e900";
  color: #fff;
}

.icon-iss-white:before {
  content: "\e901";
  color: #fff;
}

.icon-machines-white:before {
  content: "\e902";
  color: #fff;
}

.icon-smart-white:before {
  content: "\e903";
  color: #fff;
}

.icon-taski-white:before {
  content: "\e904";
  color: #fff;
}

body {
  margin-top: 0;
}
body .main-container {
  background-color: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  min-height: calc(100% - 122px);
  padding: 20px;
}
@media (min-width: 768px) {
  body .main-container {
    min-height: calc(100% - 255px);
    margin-bottom: 80px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  body .main-container {
    min-height: calc(100% - 295px);
  }
}
body .main-container .region-content {
  min-height: 0;
}
body .main-container .page-header {
  border: none;
  padding: 0;
}
body:not(.path-frontpage):not([class*=path-calculations]) .main-container {
  padding: 1.25rem;
}
body:not(.path-frontpage):not([class*=path-calculations]) .main-container .region-content {
  min-height: 3.75rem;
}
body:not(.path-frontpage):not([class*=path-calculations]) .main-container > .row {
  margin: 0 auto;
  max-width: 75rem;
}
@media (max-width: 767px) {
  body:not(.path-frontpage):not([class*=path-calculations]) .main-container > .row > section {
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body:not(.path-frontpage):not([class*=path-calculations]) .main-container > .row > section {
    padding: 0 2rem;
  }
}
body:not(.path-frontpage):not(.path-user):not(.path-calculations):not(.path-calculationsall) .main-container {
  background-color: #f3f6f9;
}
body:not(.path-frontpage):not(.path-user):not(.path-calculations):not(.path-calculationsall) .main-container > .row {
  background-color: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 0;
}
@media (min-width: 768px) {
  body:not(.path-frontpage):not(.path-user):not(.path-calculations):not(.path-calculationsall) .main-container > .row {
    margin: 4.5625rem auto 2.5rem;
  }
}
@media (min-width: 1200px) {
  body:not(.path-frontpage):not(.path-user):not(.path-calculations):not(.path-calculationsall) .main-container > .row {
    margin: 4.5625rem auto 5rem;
  }
}

.header-inside,
.region-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .header-inside,
  .region-footer {
    padding: 0 3.375rem;
  }
}
@media (min-width: 1200px) {
  .header-inside,
  .region-footer {
    padding: 0 0.75rem;
  }
}

/* Forms style */
.form-control,
.form-control:focus {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #fff;
  box-shadow: none;
}

/* Error pages */
body .error-container.main-container {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.error-body {
  max-width: 23.4375rem;
  width: 100%;
}
.error-body .error-card {
  background-color: #fff;
  border: 1px solid rgba(197, 208, 222, 0.5);
  box-shadow: 0 12px 10px -8px #bec9d9;
  color: #10069f;
  margin-bottom: 1.0625rem;
  padding: 2rem 3.25rem;
}
@media (min-width: 768px) {
  .error-body .error-card {
    padding: 3rem 3.25rem;
  }
}
.error-body .error-card h1 {
  font-family: "Roboto Mono", monospace;
  font-size: 6.25rem;
  font-weight: 100;
  line-height: 10rem;
  margin: 0;
}
@media (min-width: 768px) {
  .error-body .error-card h1 {
    font-size: 9.375rem;
    line-height: 13.125rem;
  }
}
.error-body .error-card h3 {
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  line-height: 2rem;
  margin: 0.75rem 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .error-body .error-card h3 {
    margin: 1.5rem 0 0.75rem;
  }
}
.error-body h4 {
  color: #7f8fa4;
  margin: 0;
}
.error-body h4,
.error-body a {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media (min-width: 768px) {
  .error-body h4,
  .error-body a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

html {
  min-height: 100%;
  height: 100%;
}
html body {
  min-height: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  html body {
    margin-top: 0;
  }
}
html body:not(.path-node):not(.path-user) {
  background: -moz-radial-gradient(center, circle cover, #e2e7ee 0%, #fff 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e2e7ee), color-stop(100%, #fff));
  background: -webkit-radial-gradient(center, circle cover, #e2e7ee 0%, #fff 100%);
  background: -o-radial-gradient(center, circle cover, #e2e7ee 0%, #fff 100%);
  background: -ms-radial-gradient(center, circle cover, #e2e7ee 0%, #fff 100%);
  background: radial-gradient(center, circle cover, #e2e7ee 0%, #fff 100%);
  background-color: #e2e7ee;
}

.container-fluid {
  background: #fff;
}
@media (min-width: 1200px) {
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    background-color: #fff;
    margin: 0 auto;
    max-width: 75rem;
    z-index: -1;
  }
}

header#navbar {
  background: none;
  border: 0;
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  header#navbar {
    background: #fff;
    margin-bottom: 75px;
  }
}

.dialog-off-canvas-main-canvas {
  height: calc(100% - 1px);
  min-height: calc(100% - 1px);
}

input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-number::-webkit-inner-spin-button,
.form-number::-webkit-calendar-picker-indicator,
.form-date::-webkit-inner-spin-button,
.form-date::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.ui-menu li.ui-menu-item a {
  padding: 0;
}

.ui-menu li.ui-menu-item:hover a:hover,
.ui-menu li.ui-menu-item:hover a,
.ui-menu li.ui-menu-item a:hover {
  background-color: transparent;
  border: 0;
  color: #10069f;
  outline: none;
}

.ui-menu li.ui-menu-item:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f1f4f8;
  color: #10069f;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 3px;
}

.ui-menu li.ui-menu-item {
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.875rem;
  padding: 0.5rem 0.375rem 0.5rem 0.8125rem;
}

.select2-search.select2-search--dropdown {
  display: none;
}

.select2-container .select2-results__option {
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.875rem;
  padding: 0.5rem 0.375rem 0.5rem 0.8125rem;
}
.select2-container .select2-results__option:first-of-type {
  border-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.25rem;
  width: 2.25rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
}

span.select2-container .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
span.select2-container .select2-selection--single:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.ui-menu li.ui-menu-item,
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.select2-results__option[aria-selected] {
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

.select-wrapper::after {
  color: #847ecd;
  font-size: 0.75rem;
  margin-right: 0.1875rem;
}

.form-control:focus {
  border: 1px solid #10069f;
  box-shadow: none;
}

button {
  box-shadow: none;
  outline: 0 !important;
}

.fieldset-wrapper > div#edit-field-kitchen-existing,
.fieldset-wrapper > div#edit-field-kitchen-existing-b,
.fieldset-wrapper > div#edit-field-outdoor-cleaning,
.fieldset-wrapper > div#edit-field-outdoor-cleaning-b,
.fieldset-wrapper > div#edit-field-building-plans-existing,
.fieldset-wrapper > div#edit-field-building-plans-existing-b,
.fieldset-wrapper > div#edit-field-is-ecology-important-for-y,
.fieldset-wrapper > div#edit-field-is-ecology-important-for-b,
.fieldset-wrapper > div#edit-field-recommandation-for-ecologi,
.fieldset-wrapper > div#edit-field-do-you-already-have-a-b,
.fieldset-wrapper > div#edit-field-do-you-already-use-speci-b,
.fieldset-wrapper > div#edit-field-already-use {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: row-reverse;
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  float: left;
}
.fieldset-wrapper > div#edit-field-kitchen-existing > div:first-child label,
.fieldset-wrapper > div#edit-field-kitchen-existing-b > div:first-child label,
.fieldset-wrapper > div#edit-field-outdoor-cleaning > div:first-child label,
.fieldset-wrapper > div#edit-field-outdoor-cleaning-b > div:first-child label,
.fieldset-wrapper > div#edit-field-building-plans-existing > div:first-child label,
.fieldset-wrapper > div#edit-field-building-plans-existing-b > div:first-child label,
.fieldset-wrapper > div#edit-field-is-ecology-important-for-y > div:first-child label,
.fieldset-wrapper > div#edit-field-is-ecology-important-for-b > div:first-child label,
.fieldset-wrapper > div#edit-field-recommandation-for-ecologi > div:first-child label,
.fieldset-wrapper > div#edit-field-do-you-already-have-a-b > div:first-child label,
.fieldset-wrapper > div#edit-field-do-you-already-use-speci-b > div:first-child label,
.fieldset-wrapper > div#edit-field-already-use > div:first-child label {
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
}
.fieldset-wrapper > div#edit-field-kitchen-existing > div:last-child label,
.fieldset-wrapper > div#edit-field-kitchen-existing-b > div:last-child label,
.fieldset-wrapper > div#edit-field-outdoor-cleaning > div:last-child label,
.fieldset-wrapper > div#edit-field-outdoor-cleaning-b > div:last-child label,
.fieldset-wrapper > div#edit-field-building-plans-existing > div:last-child label,
.fieldset-wrapper > div#edit-field-building-plans-existing-b > div:last-child label,
.fieldset-wrapper > div#edit-field-is-ecology-important-for-y > div:last-child label,
.fieldset-wrapper > div#edit-field-is-ecology-important-for-b > div:last-child label,
.fieldset-wrapper > div#edit-field-recommandation-for-ecologi > div:last-child label,
.fieldset-wrapper > div#edit-field-do-you-already-have-a-b > div:last-child label,
.fieldset-wrapper > div#edit-field-do-you-already-use-speci-b > div:last-child label,
.fieldset-wrapper > div#edit-field-already-use > div:last-child label {
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
}

/* Styling the optional message. */
.wrapp-mandatory-message {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #10069f;
  color: #fff;
  height: 2.25rem;
  line-height: 36px;
  margin: -1.5rem 0 1.5rem 0;
  padding-left: 2.8125rem;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .wrapp-mandatory-message {
    margin: 0.5rem 0 0.5rem 0;
  }
}
@media (min-width: 768px) {
  .wrapp-mandatory-message {
    margin: -0.5rem 0 0.5rem 12.875rem;
    max-width: 54.625rem;
  }
}
.wrapp-mandatory-message:before {
  content: url(../images/info.svg);
  height: 1.0625rem;
  left: 0.9375rem;
  position: absolute;
  top: 0.25rem;
  width: 1.0625rem;
}
.wrapp-mandatory-message:after {
  content: "\e903";
  cursor: pointer;
  color: #fff;
  float: right;
  font-family: "toolbox-icons";
  font-size: 1.25rem;
  padding-right: 0.9375rem;
}

/* Optional Message Style */
.info-message {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: #10069f;
  border-radius: 2px;
  color: #fff;
  margin: 0.5625rem auto 0;
  padding: 0.4375rem 1rem;
}
@media (min-width: 768px) {
  .info-message {
    margin: 0.5625rem auto 0 calc(16.666% + 15px);
    width: calc(75% - 15px);
  }
}
.info-message p {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.info-message p:before {
  content: url(../images/info.svg);
  cursor: pointer;
  height: 1rem;
  margin-right: 0.9375rem;
  width: 1rem;
}
.info-message .icon-close:hover {
  cursor: pointer;
}
.info-message .icon-close:before {
  color: #f3f6f9;
  font-size: 16px;
}

.context-calculators-tool-calculator-step-industry .form-item {
  position: initial;
}

.form-item {
  position: relative;
}

.tabbable.tabs-left.vertical-tabs.clearfix, .node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .tabbable.tabs-left.vertical-tabs.form-inline,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .tabbable.tabs-left.vertical-tabs.form-inline, .tabbable.tabs-left.vertical-tabs.filter-wrapper {
  clear: both;
}

.form-item {
  position: relative;
}

.form-item--error-message.alert {
  background: transparent;
  border: 0;
  bottom: -1.3125rem;
  color: #f85359;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}
.form-item--error-message.alert.upload-image-alert {
  order: 3;
  position: static;
}
@media (min-width: 992px) {
  .form-item--error-message.alert.upload-image-alert {
    margin-top: -1.8125rem;
  }
}
.form-item--error-message.alert ul {
  list-style-type: none;
}

.has-error::before {
  color: #f85359 !important;
}
.has-error .select2-selection,
.has-error .form-control {
  border-color: #ed1c24 !important;
}
.has-error svg path {
  fill: #f85359 !important;
}
.has-error .input-wrapper::after, .has-error .input-wrapper::before {
  color: #f85359 !important;
}
.has-error + .currency {
  color: #f85359 !important;
}
.has-error .input-group-addon {
  display: none;
}

.navbar {
  height: 3.75rem;
}
@media (max-width: 767px) {
  .navbar {
    min-height: 3.75rem;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .navbar {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-header {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    height: 3.75rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-header::after, .navbar .navbar-header::before {
    content: none;
  }
}

.region-navigation,
.region-navigation-collapsible {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .header-inside .navbar-collapse {
    background: #fff;
    margin: 0 -1.5rem;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow-y: visible;
  }
}

.region-navigation-collapsible {
  padding: 1.0625rem 0;
}

/* Logo style */
.logo {
  bottom: -31px;
  margin: 0 0 0 -2.1875rem;
  position: relative;
}
.logo img {
  width: 12.5rem;
}

/* Brand style */
.navbar-brand {
  display: none;
}

.navbar-brand,
.navbar-text {
  font-family: "FSAlbertWeb-ExtraBold";
  font-size: 1.375rem;
  height: auto;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .navbar-brand,
  .navbar-text {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.region-navigation .navbar-text {
  color: #10069f;
  margin: 0 0 -31px;
  padding-left: 22px;
}

/* User info style */
.user-info .item-list ul {
  margin: 0;
  padding: 0;
}
.user-info .item-list li {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.625rem;
  line-height: 0.6875rem;
}
.user-info .user-name {
  font-family: "FSAlbertWeb-Bold";
}
.user-info .views-field-field-last-name {
  padding: 0 0.5rem 0 1rem;
  text-align: right;
}
.user-info .views-field-user-picture .field-content {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  overflow: hidden;
  width: 2rem;
}
.user-info .views-field-user-picture .field-content img {
  width: 2rem;
}

/* User menu style */
.user-menu {
  display: none;
}
.user-menu.active-user-menu {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
}
.user-menu .menu.nav {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.375rem;
  margin: 0;
}
.user-menu .menu.nav li {
  border-right: 1px solid #e2e7ee;
  font-size: 0.625rem;
}
.user-menu .menu.nav a {
  line-height: 0.6875rem;
  padding: 0.5rem 0.9375rem 0;
}

/* Language block style */
.language-block {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  padding-left: 0.9375rem;
}
.language-block .contextual .trigger {
  top: -0.9375rem;
}
.language-block .wrapper-test {
  display: block;
}
.language-block .panel-default {
  border: 0;
  box-shadow: none;
  display: inline-block;
}
.language-block .panel-heading {
  display: none;
}
.language-block .panel-body {
  margin: 0;
  padding: 0;
}
.language-block .dropdown-language-item {
  height: 1rem;
  width: 2.125rem;
}
.language-block .button,
.language-block .btn {
  background-color: transparent;
  border: 0;
  color: #354052;
  font-size: 0.875rem;
  height: 1rem;
  line-height: 1.3125rem;
  padding: 0;
  right: 0;
}
.language-block .button.language-link,
.language-block .btn.language-link {
  width: 1.125rem;
}
.language-block .button.dropdown-toggle,
.language-block .btn.dropdown-toggle {
  box-shadow: none;
  float: none;
  left: 0;
  padding: 0 0 0 0.25rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.language-block .button.dropdown-toggle .caret,
.language-block .btn.dropdown-toggle .caret {
  display: none;
}
.language-block .button.dropdown-toggle:after,
.language-block .btn.dropdown-toggle:after {
  color: #a8aab7;
  content: "\e902";
  float: right;
  font-family: "toolbox-icons";
  font-size: 0.75rem;
  pointer-events: none;
}
.language-block .dropdown-menu {
  border: 0;
  box-shadow: 0 2px 4px 0 rgba(197, 208, 222, 0.5);
  left: -0.25rem;
  min-width: 2.9375rem;
  top: calc(100% + 13px);
}
.language-block .dropdown-menu > li > a {
  padding: 0.1875rem 0.875rem;
}

.navbar .navbar-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  float: none;
  font-size: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 1.5rem;
}
.navbar .navbar-toggle:focus {
  background: transparent;
}
.navbar .navbar-toggle[aria-expanded=true] span {
  background: none;
}
.navbar .navbar-toggle[aria-expanded=true] span::after, .navbar .navbar-toggle[aria-expanded=true] span::before {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.navbar .navbar-toggle[aria-expanded=true] span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}
.navbar .navbar-toggle[aria-expanded=true] span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.navbar .navbar-toggle span {
  -webkit-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
  background-color: #10069f;
  border-bottom-right-radius: 2px;
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}
.navbar .navbar-toggle span::after, .navbar .navbar-toggle span::before {
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  background-color: #10069f;
  border-bottom-right-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.navbar .navbar-toggle span::after {
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
  bottom: -8px;
}
.navbar .navbar-toggle span::before {
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
  top: -8px;
}

@media (max-width: 767px) {
  .hamburger-menu {
    height: 1.875rem;
    text-align: right;
  }
}

.footer {
  background-color: #072635;
  color: #fff;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Watermark style */
.region-footer {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  grid-template-columns: 200px 1fr;
  grid-template-rows: repeat(2, 25px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .region-footer {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .region-footer {
    display: grid;
  }
}

/* Logo style */
.logo-footer {
  position: relative;
  width: 6.25rem;
  z-index: 1;
  grid-area: 1/1/3/2;
}
@media (min-width: 768px) {
  .logo-footer {
    width: 11.875rem;
  }
}
.logo-footer .logo {
  bottom: auto;
}
.logo-footer .st0 {
  opacity: 1;
}

/* Copyright style */
.copyright,
#block-toolbox-theme-copyright {
  grid-area: 1/2/2/3;
  font-size: 1rem;
  line-height: 0.875rem;
  text-align: right;
  z-index: 1;
}

/* User info style */
.user-info-footer {
  height: 100%;
  grid-area: 2/2/3/3;
  opacity: 0.7;
}
.user-info-footer ul {
  list-style: none;
  margin: 0;
  text-align: right;
}
.user-info-footer .user-wrap {
  font-family: "FSAlbertWeb-Bold";
}
.user-info-footer .views-field-field-telephone-number {
  margin-top: 0.6875rem;
}

.node-form {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .node-form {
    margin-top: 1rem;
  }
}

.panel-default {
  border: none;
}

.panel {
  background-color: transparent;
  box-shadow: none;
}

.field--widget-language-select span.select2-container .select2-selection--single,
.field--widget-language-select span.select2-container--open {
  background: #f3f2fa;
  font-size: 14px;
  width: 100%;
  min-height: 2.25rem;
}
@media (min-width: 768px) {
  .field--widget-language-select span.select2-container .select2-selection--single,
  .field--widget-language-select span.select2-container--open {
    min-width: 12.625rem;
  }
}
@media (min-width: 1200px) {
  .field--widget-language-select span.select2-container .select2-selection--single,
  .field--widget-language-select span.select2-container--open {
    min-width: 11rem;
  }
}
.field--widget-language-select .select2-container {
  width: 100% !important;
}
@media (min-width: 768px) {
  .field--widget-language-select .select-wrapper {
    width: auto;
  }
}
.field--widget-language-select .select-wrapper::after {
  content: "\e902";
  font-family: "toolbox-icons";
  padding-left: 0.3125rem;
}

.wrapper-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.panel-heading {
  padding: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .panel-heading {
    border-bottom: 0.0625rem solid transparent;
    border-radius: 0.1875rem 0.1875rem 0 0;
    padding: 0.875rem 0rem;
  }
}
@media (min-width: 1200px) {
  .panel-heading {
    padding: 0.625rem 0.9375rem;
    position: relative;
  }
}

.panel-title {
  color: #354052;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.375rem;
  text-align: left;
}
@media (min-width: 1200px) {
  .panel-title {
    font-size: 1.125rem;
    margin: 1.625rem -2.125rem 0 0;
    min-width: 11.3125rem;
    text-align: right;
  }
}

.panel-body {
  margin-top: 3.5rem;
  padding: 0;
}
@media (min-width: 1200px) {
  .panel-body {
    margin-top: 0;
    padding: 0.9375rem 0.9375rem 1.75rem;
  }
}

.form-inline .form-control {
  display: block;
  max-height: 2.3125rem;
}

.field--name-field-object-name .form-control,
.field--name-field-object-name-b .form-control {
  min-height: 2.3125rem;
}
@media (min-width: 1200px) {
  .field--name-field-object-name .form-control,
  .field--name-field-object-name-b .form-control {
    max-width: 17.125rem;
  }
}

.field--name-field-e-mail:before,
.field--name-field-e-mail-b:before {
  content: "\e901";
  left: calc(100% - 35px);
}
@media (min-width: 1200px) {
  .field--name-field-e-mail,
  .field--name-field-e-mail-b {
    margin-right: 0 !important;
  }
}
.field--name-field-e-mail .form-control,
.field--name-field-e-mail-b .form-control {
  min-height: 2.3125rem;
}
@media (min-width: 1200px) {
  .field--name-field-e-mail .form-control,
  .field--name-field-e-mail-b .form-control {
    max-width: 15rem;
  }
}
@media (min-width: 1300px) {
  .field--name-field-e-mail .form-control,
  .field--name-field-e-mail-b .form-control {
    max-width: 17.125rem;
  }
}

.form-control {
  background: #f3f2fa;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #354052;
  font-family: "FSAlbertWeb-Regular";
  font-size: 14px;
  max-width: 100%;
  min-height: 2.3125rem;
}
@media (min-width: 1200px) {
  .form-control {
    max-width: 11rem;
  }
}

.form-item-field-consultant-0-value .form-control {
  max-width: 100%;
}
@media (min-width: 768px) {
  .form-item-field-consultant-0-value .form-control {
    max-width: 26.875rem;
  }
}
@media (min-width: 1200px) {
  .form-item-field-consultant-0-value .form-control {
    max-width: 11rem;
  }
}

.customer-wrapper .panel-body,
.consultant-wrapper .panel-body {
  width: 100%;
}
@media (min-width: 1200px) {
  .customer-wrapper .field--name-field-adresss,
  .customer-wrapper .field--name-field-address-b,
  .consultant-wrapper .field--name-field-adresss,
  .consultant-wrapper .field--name-field-address-b {
    clear: left;
  }
}
@media (min-width: 768px) {
  .customer-wrapper .form-wrapper:not(.field--type-language),
  .consultant-wrapper .form-wrapper:not(.field--type-language) {
    float: left;
  }
}
.customer-wrapper .form-wrapper,
.consultant-wrapper .form-wrapper {
  min-height: 4.375rem;
  position: relative;
}
@media (min-width: 768px) {
  .customer-wrapper .form-wrapper,
  .consultant-wrapper .form-wrapper {
    margin-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .customer-wrapper .form-wrapper,
  .consultant-wrapper .form-wrapper {
    width: calc(50% - 24px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .customer-wrapper .form-wrapper,
  .consultant-wrapper .form-wrapper {
    width: calc(25% - 24px);
  }
}
.customer-wrapper .form-number,
.consultant-wrapper .form-number {
  max-width: 100%;
  min-height: 2.3125rem;
  width: 100%;
}
@media (min-width: 768px) {
  .customer-wrapper .form-number,
  .consultant-wrapper .form-number {
    min-width: 12.625rem;
  }
}
@media (min-width: 1200px) {
  .customer-wrapper .form-number,
  .consultant-wrapper .form-number {
    min-width: 11rem;
  }
}

.customer-wrapper .input-group,
.field--name-field-type-of-floor.field--widget-options-select.form-group {
  width: 100%;
}

.field--name-field-adresss:before,
.field--name-field-adresss-b:before {
  content: "\e904";
  left: calc(100% - 30px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-adresss,
  .field--name-field-adresss-b {
    clear: left;
  }
}

.field--name-field-e-mail:before,
.field--name-field-e-mail-b:before,
.field--name-field-adresss:before,
.field--name-field-adresss-b:before {
  color: #847ecd;
  font-family: "toolbox-icons";
  font-size: 1rem;
  position: absolute;
  top: 2.0625rem;
  z-index: 2;
}

.form-type-bootstrap-date-time {
  position: relative;
}
.form-type-bootstrap-date-time::after {
  position: absolute;
  right: 13px;
  bottom: 9px;
}

.form-type-bootstrap-date-time::after,
.form-date::after {
  content: "\e900";
  color: #847ecd;
  font-family: "toolbox-icons";
  font-size: 1.125rem;
  pointer-events: none;
}

.input-group-addon {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 1.5625rem;
  top: 0.5rem;
  z-index: 0;
}

legend,
label {
  border: none;
  color: #7f8fa4;
  font-family: "FSAlbertWeb-Bold";
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0.3125rem;
}

.field--name-field-check-date-b .form-inline,
.field--name-field-check-date .form-inline {
  margin-top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .field--name-field-check-date-b .form-inline .form-control,
  .field--name-field-check-date .form-inline .form-control {
    min-width: 12.625rem;
  }
}
@media (min-width: 1200px) {
  .field--name-field-check-date-b .form-inline .form-control,
  .field--name-field-check-date .form-inline .form-control {
    min-width: 11rem;
  }
}

@media (min-width: 768px) {
  .field--name-field-kitchen-existing-b,
  .field--name-field-outdoor-cleaning-b,
  .field--name-field-building-plans-existing-b {
    display: inline-block;
  }
}

div#edit-field-outdoor-cleaning,
div#edit-field-outdoor-cleaning-b,
div#edit-field-kitchen-existing,
div#edit-field-kitchen-existing-b {
  margin-right: 1.5rem;
}

#edit-field-kitchen-existing-wrapper .form-type-radio,
#edit-field-kitchen-existing-b-wrapper .form-type-radio,
#edit-field-outdoor-cleaning-wrapper .form-type-radio,
#edit-field-outdoor-cleaning-b-wrapper .form-type-radio,
#edit-field-building-plans-existing-wrapper .form-type-radio,
#edit-field-building-plans-existing-b-wrapper .form-type-radio,
#edit-field-is-ecology-important-for-y-wrapper .form-type-radio,
#edit-field-is-ecology-important-for-b-wrapper .form-type-radio,
#edit-field-recommandation-for-ecologi-wrapper .form-type-radio,
#edit-field-do-you-already-have-a-b-wrapper .form-type-radio,
#edit-field-do-you-already-use-speci-b-wrapper .form-type-radio,
#edit-field-already-use-wrapper .form-type-radio {
  margin: 0;
}
#edit-field-kitchen-existing-wrapper .form-type-radio > div,
#edit-field-kitchen-existing-b-wrapper .form-type-radio > div,
#edit-field-outdoor-cleaning-wrapper .form-type-radio > div,
#edit-field-outdoor-cleaning-b-wrapper .form-type-radio > div,
#edit-field-building-plans-existing-wrapper .form-type-radio > div,
#edit-field-building-plans-existing-b-wrapper .form-type-radio > div,
#edit-field-is-ecology-important-for-y-wrapper .form-type-radio > div,
#edit-field-is-ecology-important-for-b-wrapper .form-type-radio > div,
#edit-field-recommandation-for-ecologi-wrapper .form-type-radio > div,
#edit-field-do-you-already-have-a-b-wrapper .form-type-radio > div,
#edit-field-do-you-already-use-speci-b-wrapper .form-type-radio > div,
#edit-field-already-use-wrapper .form-type-radio > div {
  height: 2.25rem;
  min-width: 8.5rem;
}
@media (min-width: 768px) {
  #edit-field-kitchen-existing-wrapper .form-type-radio > div,
  #edit-field-kitchen-existing-b-wrapper .form-type-radio > div,
  #edit-field-outdoor-cleaning-wrapper .form-type-radio > div,
  #edit-field-outdoor-cleaning-b-wrapper .form-type-radio > div,
  #edit-field-building-plans-existing-wrapper .form-type-radio > div,
  #edit-field-building-plans-existing-b-wrapper .form-type-radio > div,
  #edit-field-is-ecology-important-for-y-wrapper .form-type-radio > div,
  #edit-field-is-ecology-important-for-b-wrapper .form-type-radio > div,
  #edit-field-recommandation-for-ecologi-wrapper .form-type-radio > div,
  #edit-field-do-you-already-have-a-b-wrapper .form-type-radio > div,
  #edit-field-do-you-already-use-speci-b-wrapper .form-type-radio > div,
  #edit-field-already-use-wrapper .form-type-radio > div {
    min-width: 6.3125rem;
    height: 2.375rem;
  }
}
@media (min-width: 1200px) {
  #edit-field-kitchen-existing-wrapper .form-type-radio > div,
  #edit-field-kitchen-existing-b-wrapper .form-type-radio > div,
  #edit-field-outdoor-cleaning-wrapper .form-type-radio > div,
  #edit-field-outdoor-cleaning-b-wrapper .form-type-radio > div,
  #edit-field-building-plans-existing-wrapper .form-type-radio > div,
  #edit-field-building-plans-existing-b-wrapper .form-type-radio > div,
  #edit-field-is-ecology-important-for-y-wrapper .form-type-radio > div,
  #edit-field-is-ecology-important-for-b-wrapper .form-type-radio > div,
  #edit-field-recommandation-for-ecologi-wrapper .form-type-radio > div,
  #edit-field-do-you-already-have-a-b-wrapper .form-type-radio > div,
  #edit-field-do-you-already-use-speci-b-wrapper .form-type-radio > div,
  #edit-field-already-use-wrapper .form-type-radio > div {
    min-width: 5.4375rem;
  }
}
#edit-field-kitchen-existing-wrapper input[type=radio],
#edit-field-kitchen-existing-b-wrapper input[type=radio],
#edit-field-outdoor-cleaning-wrapper input[type=radio],
#edit-field-outdoor-cleaning-b-wrapper input[type=radio],
#edit-field-building-plans-existing-wrapper input[type=radio],
#edit-field-building-plans-existing-b-wrapper input[type=radio],
#edit-field-is-ecology-important-for-y-wrapper input[type=radio],
#edit-field-is-ecology-important-for-b-wrapper input[type=radio],
#edit-field-recommandation-for-ecologi-wrapper input[type=radio],
#edit-field-do-you-already-have-a-b-wrapper input[type=radio],
#edit-field-do-you-already-use-speci-b-wrapper input[type=radio],
#edit-field-already-use-wrapper input[type=radio] {
  display: none;
}
#edit-field-kitchen-existing-wrapper input[type=radio] + label,
#edit-field-kitchen-existing-b-wrapper input[type=radio] + label,
#edit-field-outdoor-cleaning-wrapper input[type=radio] + label,
#edit-field-outdoor-cleaning-b-wrapper input[type=radio] + label,
#edit-field-building-plans-existing-wrapper input[type=radio] + label,
#edit-field-building-plans-existing-b-wrapper input[type=radio] + label,
#edit-field-is-ecology-important-for-y-wrapper input[type=radio] + label,
#edit-field-is-ecology-important-for-b-wrapper input[type=radio] + label,
#edit-field-recommandation-for-ecologi-wrapper input[type=radio] + label,
#edit-field-do-you-already-have-a-b-wrapper input[type=radio] + label,
#edit-field-do-you-already-use-speci-b-wrapper input[type=radio] + label,
#edit-field-already-use-wrapper input[type=radio] + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2e7ee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #8191a5;
  height: 100%;
  padding: 0;
  width: 100%;
}
#edit-field-kitchen-existing-wrapper input[type=radio]:checked + label,
#edit-field-kitchen-existing-b-wrapper input[type=radio]:checked + label,
#edit-field-outdoor-cleaning-wrapper input[type=radio]:checked + label,
#edit-field-outdoor-cleaning-b-wrapper input[type=radio]:checked + label,
#edit-field-building-plans-existing-wrapper input[type=radio]:checked + label,
#edit-field-building-plans-existing-b-wrapper input[type=radio]:checked + label,
#edit-field-is-ecology-important-for-y-wrapper input[type=radio]:checked + label,
#edit-field-is-ecology-important-for-b-wrapper input[type=radio]:checked + label,
#edit-field-recommandation-for-ecologi-wrapper input[type=radio]:checked + label,
#edit-field-do-you-already-have-a-b-wrapper input[type=radio]:checked + label,
#edit-field-do-you-already-use-speci-b-wrapper input[type=radio]:checked + label,
#edit-field-already-use-wrapper input[type=radio]:checked + label {
  background-color: #e2e7ee;
  color: #7f8fa4;
}
#edit-field-kitchen-existing-wrapper input[type=radio][value="1"]:checked + label,
#edit-field-kitchen-existing-b-wrapper input[type=radio][value="1"]:checked + label,
#edit-field-outdoor-cleaning-wrapper input[type=radio][value="1"]:checked + label,
#edit-field-outdoor-cleaning-b-wrapper input[type=radio][value="1"]:checked + label,
#edit-field-building-plans-existing-wrapper input[type=radio][value="1"]:checked + label,
#edit-field-building-plans-existing-b-wrapper input[type=radio][value="1"]:checked + label,
#edit-field-is-ecology-important-for-y-wrapper input[type=radio][value="1"]:checked + label,
#edit-field-is-ecology-important-for-b-wrapper input[type=radio][value="1"]:checked + label,
#edit-field-recommandation-for-ecologi-wrapper input[type=radio][value="1"]:checked + label,
#edit-field-do-you-already-have-a-b-wrapper input[type=radio][value="1"]:checked + label,
#edit-field-do-you-already-use-speci-b-wrapper input[type=radio][value="1"]:checked + label,
#edit-field-already-use-wrapper input[type=radio][value="1"]:checked + label {
  background: #847ecd;
  color: #fff;
}
#edit-field-kitchen-existing-wrapper input[type=radio][value="0"]:checked + label,
#edit-field-kitchen-existing-b-wrapper input[type=radio][value="0"]:checked + label,
#edit-field-outdoor-cleaning-wrapper input[type=radio][value="0"]:checked + label,
#edit-field-outdoor-cleaning-b-wrapper input[type=radio][value="0"]:checked + label,
#edit-field-building-plans-existing-wrapper input[type=radio][value="0"]:checked + label,
#edit-field-building-plans-existing-b-wrapper input[type=radio][value="0"]:checked + label,
#edit-field-is-ecology-important-for-y-wrapper input[type=radio][value="0"]:checked + label,
#edit-field-is-ecology-important-for-b-wrapper input[type=radio][value="0"]:checked + label,
#edit-field-recommandation-for-ecologi-wrapper input[type=radio][value="0"]:checked + label,
#edit-field-do-you-already-have-a-b-wrapper input[type=radio][value="0"]:checked + label,
#edit-field-do-you-already-use-speci-b-wrapper input[type=radio][value="0"]:checked + label,
#edit-field-already-use-wrapper input[type=radio][value="0"]:checked + label {
  background: #516173;
  color: #fff;
}

.node-customers-b-form .paragraphs-dropbutton-wrapper,
.node-customers-b-edit-form .paragraphs-dropbutton-wrapper {
  display: none;
}
.node-customers-b-form .field--type-entity-reference-revisions label,
.node-customers-b-edit-form .field--type-entity-reference-revisions label {
  display: block;
}
@media (min-width: 768px) {
  .node-customers-b-form .field--type-entity-reference-revisions label,
  .node-customers-b-edit-form .field--type-entity-reference-revisions label {
    display: none;
  }
}

.node-customers-b-form .general-info-wrapper .panel-body,
.node-customers-b-edit-form .general-info-wrapper .panel-body {
  width: 100%;
}

.node-customers-b-form,
.node-customers-form,
.node-customers-b-edit-form,
.node-customers-edit-form {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .node-customers-b-form,
  .node-customers-form,
  .node-customers-b-edit-form,
  .node-customers-edit-form {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .node-customers-b-form,
  .node-customers-form,
  .node-customers-b-edit-form,
  .node-customers-edit-form {
    margin-top: 1.125rem;
  }
}
@media (min-width: 768px) {
  .node-customers-b-form .panel-body,
  .node-customers-form .panel-body,
  .node-customers-b-edit-form .panel-body,
  .node-customers-edit-form .panel-body {
    margin-top: 5.125rem;
  }
}
@media (min-width: 1200px) {
  .node-customers-b-form .panel-body,
  .node-customers-form .panel-body,
  .node-customers-b-edit-form .panel-body,
  .node-customers-edit-form .panel-body {
    margin: 0 0 0 0.875rem;
  }
}
.node-customers-b-form .panel-default,
.node-customers-form .panel-default,
.node-customers-b-edit-form .panel-default,
.node-customers-edit-form .panel-default {
  transition: all 0.1s ease-in-out;
}
.node-customers-b-form .active-background,
.node-customers-form .active-background,
.node-customers-b-edit-form .active-background,
.node-customers-edit-form .active-background {
  transition: all 0.1s ease-in-out;
}
@media (min-width: 768px) {
  .node-customers-b-form .active-background,
  .node-customers-form .active-background,
  .node-customers-b-edit-form .active-background,
  .node-customers-edit-form .active-background {
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.2);
    background-color: #f3f2fa;
    height: auto;
    margin: 0 -1.875rem 1.25rem;
    padding: 0 1.875rem;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .node-customers-b-form .active-background,
  .node-customers-form .active-background,
  .node-customers-b-edit-form .active-background,
  .node-customers-edit-form .active-background {
    margin: 0 -0.625rem 1.25rem;
    padding: 0 0.625rem;
  }
}
.node-customers-b-form .active-background input,
.node-customers-b-form .active-background textarea,
.node-customers-b-form .active-background span.select2-selection,
.node-customers-form .active-background input,
.node-customers-form .active-background textarea,
.node-customers-form .active-background span.select2-selection,
.node-customers-b-edit-form .active-background input,
.node-customers-b-edit-form .active-background textarea,
.node-customers-b-edit-form .active-background span.select2-selection,
.node-customers-edit-form .active-background input,
.node-customers-edit-form .active-background textarea,
.node-customers-edit-form .active-background span.select2-selection {
  background: #fff;
}
.node-customers-b-form .active-background .panel-title,
.node-customers-form .active-background .panel-title,
.node-customers-b-edit-form .active-background .panel-title,
.node-customers-edit-form .active-background .panel-title {
  color: #10069f;
}
.node-customers-b-form .field--name-field-how-many-cleaners-b,
.node-customers-b-form .field--name-field-gangways-b,
.node-customers-form .field--name-field-how-many-cleaners-b,
.node-customers-form .field--name-field-gangways-b,
.node-customers-b-edit-form .field--name-field-how-many-cleaners-b,
.node-customers-b-edit-form .field--name-field-gangways-b,
.node-customers-edit-form .field--name-field-how-many-cleaners-b,
.node-customers-edit-form .field--name-field-gangways-b {
  margin-top: 1.5625rem;
  position: relative;
}
@media (min-width: 768px) {
  .node-customers-b-form .field--name-field-how-many-cleaners-b label,
  .node-customers-b-form .field--name-field-gangways-b label,
  .node-customers-form .field--name-field-how-many-cleaners-b label,
  .node-customers-form .field--name-field-gangways-b label,
  .node-customers-b-edit-form .field--name-field-how-many-cleaners-b label,
  .node-customers-b-edit-form .field--name-field-gangways-b label,
  .node-customers-edit-form .field--name-field-how-many-cleaners-b label,
  .node-customers-edit-form .field--name-field-gangways-b label {
    bottom: 4.375rem;
    color: #b0b0b1;
    display: block;
    font-family: "FSAlbertWeb-Regular";
    font-weight: normal;
    padding-left: 1.6875rem;
    position: absolute;
  }
}
.node-customers-b-form .required-fields.field-group-html-element,
.node-customers-form .required-fields.field-group-html-element,
.node-customers-b-edit-form .required-fields.field-group-html-element,
.node-customers-edit-form .required-fields.field-group-html-element {
  padding: 0.625rem 0 2.5rem 0;
}
.node-customers-b-form .required-fields.field-group-html-element h3,
.node-customers-form .required-fields.field-group-html-element h3,
.node-customers-b-edit-form .required-fields.field-group-html-element h3,
.node-customers-edit-form .required-fields.field-group-html-element h3 {
  border-bottom: 1px solid #847ecd;
  color: #354052;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  min-height: 1.875rem;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .node-customers-b-form .required-fields.field-group-html-element h3,
  .node-customers-form .required-fields.field-group-html-element h3,
  .node-customers-b-edit-form .required-fields.field-group-html-element h3,
  .node-customers-edit-form .required-fields.field-group-html-element h3 {
    margin-right: 5.1875rem;
  }
}
.node-customers-b-form .required-fields.field-group-html-element .form-number,
.node-customers-form .required-fields.field-group-html-element .form-number,
.node-customers-b-edit-form .required-fields.field-group-html-element .form-number,
.node-customers-edit-form .required-fields.field-group-html-element .form-number {
  background: #f9f9fd;
  margin: 0;
  min-height: 2rem;
}
@media (min-width: 768px) {
  .node-customers-b-form .required-fields.field-group-html-element .form-number,
  .node-customers-form .required-fields.field-group-html-element .form-number,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-number,
  .node-customers-edit-form .required-fields.field-group-html-element .form-number {
    margin: 0 0 0 1.75rem;
    max-width: 3.25rem;
  }
}
@media (min-width: 1200px) {
  .node-customers-b-form .required-fields.field-group-html-element .form-number,
  .node-customers-form .required-fields.field-group-html-element .form-number,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-number,
  .node-customers-edit-form .required-fields.field-group-html-element .form-number {
    max-width: 4.625rem;
  }
}
@media (max-width: 767px) {
  .node-customers-b-form .required-fields.field-group-html-element .form-number,
  .node-customers-form .required-fields.field-group-html-element .form-number,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-number,
  .node-customers-edit-form .required-fields.field-group-html-element .form-number {
    margin-right: 0.9375rem;
    width: 3.125rem;
  }
}
.node-customers-b-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-number-text-0-value .form-text:first-of-type,
.node-customers-b-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-number-text-b-0-value .form-text:first-of-type,
.node-customers-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-number-text-0-value .form-text:first-of-type,
.node-customers-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-number-text-b-0-value .form-text:first-of-type,
.node-customers-b-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-number-text-0-value .form-text:first-of-type,
.node-customers-b-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-number-text-b-0-value .form-text:first-of-type,
.node-customers-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-number-text-0-value .form-text:first-of-type,
.node-customers-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-number-text-b-0-value .form-text:first-of-type {
  background: #f9f9fd;
  margin: 0 1.25rem 0 0;
  max-width: 3rem;
}
@media (min-width: 768px) {
  .node-customers-b-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-number-text-0-value .form-text:first-of-type,
  .node-customers-b-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-number-text-b-0-value .form-text:first-of-type,
  .node-customers-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-number-text-0-value .form-text:first-of-type,
  .node-customers-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-number-text-b-0-value .form-text:first-of-type,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-number-text-0-value .form-text:first-of-type,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-number-text-b-0-value .form-text:first-of-type,
  .node-customers-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-number-text-0-value .form-text:first-of-type,
  .node-customers-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-number-text-b-0-value .form-text:first-of-type {
    margin: 0 1.5rem 0 1.75rem;
    max-width: 3.25rem;
  }
}
@media (min-width: 1200px) {
  .node-customers-b-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-number-text-0-value .form-text:first-of-type,
  .node-customers-b-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-number-text-b-0-value .form-text:first-of-type,
  .node-customers-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-number-text-0-value .form-text:first-of-type,
  .node-customers-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-number-text-b-0-value .form-text:first-of-type,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-number-text-0-value .form-text:first-of-type,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-number-text-b-0-value .form-text:first-of-type,
  .node-customers-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-number-text-0-value .form-text:first-of-type,
  .node-customers-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-number-text-b-0-value .form-text:first-of-type {
    max-width: 4.625rem;
  }
}
@media (min-width: 768px) {
  .node-customers-b-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-comments-b-0-value .form-text:last-of-type,
  .node-customers-b-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-comments-0-value .form-text:last-of-type,
  .node-customers-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-comments-b-0-value .form-text:last-of-type,
  .node-customers-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-comments-0-value .form-text:last-of-type,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-comments-b-0-value .form-text:last-of-type,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-comments-0-value .form-text:last-of-type,
  .node-customers-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-clean-b-0-subform-field-comments-b-0-value .form-text:last-of-type,
  .node-customers-edit-form .required-fields.field-group-html-element .form-item-field-what-are-the-daily-cleanin-0-subform-field-comments-0-value .form-text:last-of-type {
    margin: 0 -1.5rem 0 1.5rem;
  }
}
.node-customers-b-form .required-fields.field-group-html-element .form-text,
.node-customers-form .required-fields.field-group-html-element .form-text,
.node-customers-b-edit-form .required-fields.field-group-html-element .form-text,
.node-customers-edit-form .required-fields.field-group-html-element .form-text {
  background: #f9f9fd;
  max-width: 100%;
  min-height: 2rem;
}
@media (min-width: 768px) {
  .node-customers-b-form .required-fields.field-group-html-element .form-text,
  .node-customers-form .required-fields.field-group-html-element .form-text,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-text,
  .node-customers-edit-form .required-fields.field-group-html-element .form-text {
    margin: 0 0 0 1.5rem;
    max-width: 17.375rem;
  }
}
@media (min-width: 1200px) {
  .node-customers-b-form .required-fields.field-group-html-element .form-text,
  .node-customers-form .required-fields.field-group-html-element .form-text,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-text,
  .node-customers-edit-form .required-fields.field-group-html-element .form-text {
    max-width: 23.375rem;
  }
}
.node-customers-b-form .required-fields.field-group-html-element .form-group,
.node-customers-form .required-fields.field-group-html-element .form-group,
.node-customers-b-edit-form .required-fields.field-group-html-element .form-group,
.node-customers-edit-form .required-fields.field-group-html-element .form-group {
  margin-bottom: 0.125rem;
  z-index: 0;
}
@media (min-width: 768px) {
  .node-customers-b-form .required-fields.field-group-html-element .form-group,
  .node-customers-form .required-fields.field-group-html-element .form-group,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-group,
  .node-customers-edit-form .required-fields.field-group-html-element .form-group {
    width: auto;
  }
}
.node-customers-b-form .required-fields.field-group-html-element .select-wrapper::after,
.node-customers-form .required-fields.field-group-html-element .select-wrapper::after,
.node-customers-b-edit-form .required-fields.field-group-html-element .select-wrapper::after,
.node-customers-edit-form .required-fields.field-group-html-element .select-wrapper::after {
  content: "\e902";
  font-family: "toolbox-icons";
}
.node-customers-b-form .required-fields.field-group-html-element .form-type-select,
.node-customers-form .required-fields.field-group-html-element .form-type-select,
.node-customers-b-edit-form .required-fields.field-group-html-element .form-type-select,
.node-customers-edit-form .required-fields.field-group-html-element .form-type-select {
  min-width: 8rem;
  max-width: 34.5625rem;
  width: 100%;
}
@media (min-width: 768px) {
  .node-customers-b-form .required-fields.field-group-html-element .form-type-select,
  .node-customers-form .required-fields.field-group-html-element .form-type-select,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-type-select,
  .node-customers-edit-form .required-fields.field-group-html-element .form-type-select {
    margin-left: 1.5rem;
    min-width: 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .node-customers-b-form .required-fields.field-group-html-element .form-type-select,
  .node-customers-form .required-fields.field-group-html-element .form-type-select,
  .node-customers-b-edit-form .required-fields.field-group-html-element .form-type-select,
  .node-customers-edit-form .required-fields.field-group-html-element .form-type-select {
    min-width: 17.125rem;
  }
}
@media (min-width: 768px) {
  .node-customers-b-form .required-fields.field-group-html-element .field--name-field__total-area-b label,
  .node-customers-b-form .required-fields.field-group-html-element .field--name-field__total-area label,
  .node-customers-form .required-fields.field-group-html-element .field--name-field__total-area-b label,
  .node-customers-form .required-fields.field-group-html-element .field--name-field__total-area label,
  .node-customers-b-edit-form .required-fields.field-group-html-element .field--name-field__total-area-b label,
  .node-customers-b-edit-form .required-fields.field-group-html-element .field--name-field__total-area label,
  .node-customers-edit-form .required-fields.field-group-html-element .field--name-field__total-area-b label,
  .node-customers-edit-form .required-fields.field-group-html-element .field--name-field__total-area label {
    padding-left: 1.3125rem;
  }
}
.node-customers-b-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
.node-customers-b-form .required-fields.field-group-html-element .field--name-field__total-area input,
.node-customers-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
.node-customers-form .required-fields.field-group-html-element .field--name-field__total-area input,
.node-customers-b-edit-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
.node-customers-b-edit-form .required-fields.field-group-html-element .field--name-field__total-area input,
.node-customers-edit-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
.node-customers-edit-form .required-fields.field-group-html-element .field--name-field__total-area input {
  max-width: 4.625rem;
}
@media (min-width: 768px) {
  .node-customers-b-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
  .node-customers-b-form .required-fields.field-group-html-element .field--name-field__total-area input,
  .node-customers-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
  .node-customers-form .required-fields.field-group-html-element .field--name-field__total-area input,
  .node-customers-b-edit-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
  .node-customers-b-edit-form .required-fields.field-group-html-element .field--name-field__total-area input,
  .node-customers-edit-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
  .node-customers-edit-form .required-fields.field-group-html-element .field--name-field__total-area input {
    max-width: 3.25rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .node-customers-b-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
  .node-customers-b-form .required-fields.field-group-html-element .field--name-field__total-area input,
  .node-customers-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
  .node-customers-form .required-fields.field-group-html-element .field--name-field__total-area input,
  .node-customers-b-edit-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
  .node-customers-b-edit-form .required-fields.field-group-html-element .field--name-field__total-area input,
  .node-customers-edit-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
  .node-customers-edit-form .required-fields.field-group-html-element .field--name-field__total-area input {
    max-width: 4.625rem;
  }
}
@media (max-width: 767px) {
  .node-customers-b-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
  .node-customers-b-form .required-fields.field-group-html-element .field--name-field__total-area input,
  .node-customers-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
  .node-customers-form .required-fields.field-group-html-element .field--name-field__total-area input,
  .node-customers-b-edit-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
  .node-customers-b-edit-form .required-fields.field-group-html-element .field--name-field__total-area input,
  .node-customers-edit-form .required-fields.field-group-html-element .field--name-field__total-area-b input,
  .node-customers-edit-form .required-fields.field-group-html-element .field--name-field__total-area input {
    margin-right: 0.9375rem;
    width: 5.625rem;
  }
}
.node-customers-b-form .required-fields.field-group-html-element .select2-container,
.node-customers-form .required-fields.field-group-html-element .select2-container,
.node-customers-b-edit-form .required-fields.field-group-html-element .select2-container,
.node-customers-edit-form .required-fields.field-group-html-element .select2-container {
  max-width: 38.625rem;
  min-width: 8rem;
  width: 100% !important;
}
@media (min-width: 768px) {
  .node-customers-b-form .required-fields.field-group-html-element .select2-container,
  .node-customers-form .required-fields.field-group-html-element .select2-container,
  .node-customers-b-edit-form .required-fields.field-group-html-element .select2-container,
  .node-customers-edit-form .required-fields.field-group-html-element .select2-container {
    width: auto !important;
  }
}
.node-customers-b-form .required-fields.field-group-html-element .select-wrapper,
.node-customers-b-form .required-fields.field-group-html-element span.select2-container .select2-selection--single,
.node-customers-b-form .required-fields.field-group-html-element span.select2-container--open,
.node-customers-form .required-fields.field-group-html-element .select-wrapper,
.node-customers-form .required-fields.field-group-html-element span.select2-container .select2-selection--single,
.node-customers-form .required-fields.field-group-html-element span.select2-container--open,
.node-customers-b-edit-form .required-fields.field-group-html-element .select-wrapper,
.node-customers-b-edit-form .required-fields.field-group-html-element span.select2-container .select2-selection--single,
.node-customers-b-edit-form .required-fields.field-group-html-element span.select2-container--open,
.node-customers-edit-form .required-fields.field-group-html-element .select-wrapper,
.node-customers-edit-form .required-fields.field-group-html-element span.select2-container .select2-selection--single,
.node-customers-edit-form .required-fields.field-group-html-element span.select2-container--open {
  background: #f9f9fd;
  min-height: 2.125rem;
  min-width: 8rem;
}
@media (min-width: 768px) {
  .node-customers-b-form .required-fields.field-group-html-element .select-wrapper,
  .node-customers-b-form .required-fields.field-group-html-element span.select2-container .select2-selection--single,
  .node-customers-b-form .required-fields.field-group-html-element span.select2-container--open,
  .node-customers-form .required-fields.field-group-html-element .select-wrapper,
  .node-customers-form .required-fields.field-group-html-element span.select2-container .select2-selection--single,
  .node-customers-form .required-fields.field-group-html-element span.select2-container--open,
  .node-customers-b-edit-form .required-fields.field-group-html-element .select-wrapper,
  .node-customers-b-edit-form .required-fields.field-group-html-element span.select2-container .select2-selection--single,
  .node-customers-b-edit-form .required-fields.field-group-html-element span.select2-container--open,
  .node-customers-edit-form .required-fields.field-group-html-element .select-wrapper,
  .node-customers-edit-form .required-fields.field-group-html-element span.select2-container .select2-selection--single,
  .node-customers-edit-form .required-fields.field-group-html-element span.select2-container--open {
    min-width: 12.625rem;
  }
}
@media (min-width: 1200px) {
  .node-customers-b-form .required-fields.field-group-html-element .select-wrapper,
  .node-customers-b-form .required-fields.field-group-html-element span.select2-container .select2-selection--single,
  .node-customers-b-form .required-fields.field-group-html-element span.select2-container--open,
  .node-customers-form .required-fields.field-group-html-element .select-wrapper,
  .node-customers-form .required-fields.field-group-html-element span.select2-container .select2-selection--single,
  .node-customers-form .required-fields.field-group-html-element span.select2-container--open,
  .node-customers-b-edit-form .required-fields.field-group-html-element .select-wrapper,
  .node-customers-b-edit-form .required-fields.field-group-html-element span.select2-container .select2-selection--single,
  .node-customers-b-edit-form .required-fields.field-group-html-element span.select2-container--open,
  .node-customers-edit-form .required-fields.field-group-html-element .select-wrapper,
  .node-customers-edit-form .required-fields.field-group-html-element span.select2-container .select2-selection--single,
  .node-customers-edit-form .required-fields.field-group-html-element span.select2-container--open {
    min-width: 17.125rem;
  }
}
.node-customers-b-form .required-fields.field-group-html-element .field--name-field-comments,
.node-customers-b-form .required-fields.field-group-html-element .field--name-field-comments-b,
.node-customers-form .required-fields.field-group-html-element .field--name-field-comments,
.node-customers-form .required-fields.field-group-html-element .field--name-field-comments-b,
.node-customers-b-edit-form .required-fields.field-group-html-element .field--name-field-comments,
.node-customers-b-edit-form .required-fields.field-group-html-element .field--name-field-comments-b,
.node-customers-edit-form .required-fields.field-group-html-element .field--name-field-comments,
.node-customers-edit-form .required-fields.field-group-html-element .field--name-field-comments-b {
  max-width: 38.625rem;
  min-width: 8rem;
  width: 100%;
}
.node-customers-b-form .consultant-wrapper .field--type-datetime .container,
.node-customers-b-form .consultant-wrapper .field--type-datetime .col-sm-6,
.node-customers-form .consultant-wrapper .field--type-datetime .container,
.node-customers-form .consultant-wrapper .field--type-datetime .col-sm-6,
.node-customers-b-edit-form .consultant-wrapper .field--type-datetime .container,
.node-customers-b-edit-form .consultant-wrapper .field--type-datetime .col-sm-6,
.node-customers-edit-form .consultant-wrapper .field--type-datetime .container,
.node-customers-edit-form .consultant-wrapper .field--type-datetime .col-sm-6 {
  padding: 0;
  width: 100%;
}
.node-customers-b-form .consultant-wrapper .field--type-datetime .row,
.node-customers-form .consultant-wrapper .field--type-datetime .row,
.node-customers-b-edit-form .consultant-wrapper .field--type-datetime .row,
.node-customers-edit-form .consultant-wrapper .field--type-datetime .row {
  margin: 0;
}

.field--type-entity-reference-revisions .paragraph-type-top {
  display: inline-block;
  float: left;
  margin-top: 0.375rem;
  min-width: 100%;
}
@media (min-width: 768px) {
  .field--type-entity-reference-revisions .paragraph-type-top {
    min-width: 17.125rem;
  }
}
@media (min-width: 1200px) {
  .field--type-entity-reference-revisions .paragraph-type-top {
    min-width: 23.3125rem;
  }
}

.field--type-entity-reference-revisions,
.paragraphs-subform {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .field--type-entity-reference-revisions,
  .paragraphs-subform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .field--type-entity-reference-revisions,
  .paragraphs-subform {
    width: 88%;
  }
}

.general-info-wrapper .paragraphs-subform {
  display: inline-flex;
}

@media (min-width: 768px) {
  .paragraphs-subform {
    display: inline-flex;
  }
}

.form-item-field-gangways-0-subform-field-type-of-floor label {
  padding-left: 0 !important;
}

.form-textarea-wrapper .form-control {
  min-height: 7.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .form-textarea-wrapper .form-control {
    min-width: 41rem;
  }
}
@media (min-width: 1200px) {
  .form-textarea-wrapper .form-control {
    min-height: 7.25rem;
    min-width: 54.4375rem;
    width: 100%;
  }
}

.field--name-field-from .form-text,
.field--name-field-to .form-text {
  width: 100%;
}
@media (min-width: 768px) {
  .field--name-field-from .form-text,
  .field--name-field-to .form-text {
    max-width: 12.625rem;
  }
}
@media (min-width: 1200px) {
  .field--name-field-from .form-text,
  .field--name-field-to .form-text {
    max-width: 7.8125rem;
  }
}

/* Copyright Footer */
.calculator-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e2e7ee;
  border-top: 1px solid #c5d0de;
  font-size: 0.625rem;
  line-height: 0.875rem;
  margin: 0 -1.5rem;
  padding: 1rem 0.75rem 1.5625rem;
}
@media (max-width: 767px) {
  .calculator-copyright {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .calculator-copyright {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2rem;
    padding: 0.875rem 0;
  }
}
@media (min-width: 1200px) {
  .calculator-copyright {
    margin: 0 -0.75rem;
  }
}
.calculator-copyright .year {
  font-family: "FSAlbertWeb-Bold";
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .calculator-copyright .year {
    flex: 1;
  }
}

.field--name-field-further-info {
  padding-bottom: 1.5625rem;
}

.optional-h3 {
  color: #7f8fa4;
  font-family: "FSAlbertWeb-Regular";
  font-size: 0.75rem;
}

.optional-info {
  font-size: 14px;
  opacity: 0.5;
}

.node-customers-form,
.node-customers-edit-form {
  margin-top: 0.5625rem;
}
@media (max-width: 991px) {
  .node-customers-form .select2-container,
  .node-customers-edit-form .select2-container {
    width: 100% !important;
  }
}
.node-customers-form .wrapp-mandatory-message,
.node-customers-edit-form .wrapp-mandatory-message {
  margin: 0 0 0 16.66%;
  max-width: none;
  width: 76%;
}
.node-customers-form > .panel > .wrapper-test,
.node-customers-edit-form > .panel > .wrapper-test {
  display: block;
}
.node-customers-form > .panel > .wrapper-test:before, .node-customers-form > .panel > .wrapper-test:after,
.node-customers-edit-form > .panel > .wrapper-test:before,
.node-customers-edit-form > .panel > .wrapper-test:after {
  content: " ";
  display: table;
}
.node-customers-form > .panel > .wrapper-test:after,
.node-customers-edit-form > .panel > .wrapper-test:after {
  clear: both;
}
.node-customers-form > .panel > .wrapper-test > .panel-heading,
.node-customers-edit-form > .panel > .wrapper-test > .panel-heading {
  padding: 0;
}
@media (min-width: 1200px) {
  .node-customers-form > .panel > .wrapper-test > .panel-heading > .panel-title,
  .node-customers-edit-form > .panel > .wrapper-test > .panel-heading > .panel-title {
    padding-left: 3.125rem;
  }
}
.node-customers-form > .panel > .wrapper-test > .panel-body,
.node-customers-edit-form > .panel > .wrapper-test > .panel-body {
  margin: 0;
  padding: 0 0 1.25rem;
}
@media (min-width: 1200px) {
  .node-customers-form > .panel > .wrapper-test > .panel-body,
  .node-customers-edit-form > .panel > .wrapper-test > .panel-body {
    float: left;
    padding: 0 0 1.125rem 1.4375rem;
    position: relative;
    width: 77%;
  }
}
@media (min-width: 1200px) {
  .node-customers-form > .panel > .wrapper-test > .panel-body:before,
  .node-customers-edit-form > .panel > .wrapper-test > .panel-body:before {
    border-left: 1px solid #f3f2fa;
    bottom: 2.5rem;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .node-customers-form > .panel > .wrapper-test > .panel-body:after,
  .node-customers-edit-form > .panel > .wrapper-test > .panel-body:after {
    border-bottom: 1px solid #f3f2fa;
    bottom: 0;
    left: 0.875rem;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .node-customers-form > .panel > .wrapper-test > .panel-body:before, .node-customers-form > .panel > .wrapper-test > .panel-body:after,
  .node-customers-edit-form > .panel > .wrapper-test > .panel-body:before,
  .node-customers-edit-form > .panel > .wrapper-test > .panel-body:after {
    content: "";
    display: block;
    position: absolute;
  }
}
.node-customers-form .active-background,
.node-customers-edit-form .active-background {
  margin-bottom: 0;
}
.node-customers-form .panel:not(.active-background),
.node-customers-edit-form .panel:not(.active-background) {
  margin: 0;
}
.node-customers-form .panel:not(.customer-wrapper),
.node-customers-edit-form .panel:not(.customer-wrapper) {
  padding-top: 2.1875rem;
}
.node-customers-form .panel-title,
.node-customers-edit-form .panel-title {
  line-height: 1.5rem;
  margin: 0 0 1.5625rem;
  min-width: 0;
  padding: 0 1rem 0 0;
}
.node-customers-form .optional-h3,
.node-customers-edit-form .optional-h3 {
  display: block;
}
.node-customers-form .customer-wrapper,
.node-customers-edit-form .customer-wrapper {
  padding-top: 1rem;
}
.node-customers-form .language .panel-title,
.node-customers-edit-form .language .panel-title {
  display: none;
}
.node-customers-form .language .panel-body:before, .node-customers-form .language .panel-body:after,
.node-customers-edit-form .language .panel-body:before,
.node-customers-edit-form .language .panel-body:after {
  border: 0 !important;
  content: none;
}
.node-customers-form .further-information .panel-body:after,
.node-customers-edit-form .further-information .panel-body:after {
  border: 0 !important;
  content: none;
}
.node-customers-form .site-organisation .field--type-boolean fieldset .radio:first-of-type,
.node-customers-edit-form .site-organisation .field--type-boolean fieldset .radio:first-of-type {
  display: none;
}
.node-customers-form .site-organisation input.form-number,
.node-customers-edit-form .site-organisation input.form-number {
  padding-right: 0.3125rem;
}
.node-customers-form .site-organisation .panel-body > div.form-group,
.node-customers-edit-form .site-organisation .panel-body > div.form-group {
  margin-bottom: 0;
}
.node-customers-form .site-organisation [class*=field--name-field-number],
.node-customers-edit-form .site-organisation [class*=field--name-field-number] {
  margin-right: 1.5rem;
  max-width: 5.125rem;
}
.node-customers-form .site-organisation [class*=field--name-field-number] label,
.node-customers-edit-form .site-organisation [class*=field--name-field-number] label {
  display: none;
}
.node-customers-form .site-organisation [class*=field--name-field-number] input,
.node-customers-edit-form .site-organisation [class*=field--name-field-number] input {
  width: 100%;
}
.node-customers-form .site-organisation .paragraph-type-title,
.node-customers-edit-form .site-organisation .paragraph-type-title {
  border: none;
  color: #7f8fa4;
  font-family: "FSAlbertWeb-Bold";
  font-size: 14px;
  margin-bottom: 0.3125rem;
  white-space: normal;
}
.node-customers-form .site-organisation .field--name-field-comments,
.node-customers-edit-form .site-organisation .field--name-field-comments {
  max-width: 23.5rem;
  width: 100%;
}
.node-customers-form .site-organisation .field--name-field-comments label,
.node-customers-edit-form .site-organisation .field--name-field-comments label {
  display: none;
}
.node-customers-form .site-organisation .field--name-field-comments input,
.node-customers-edit-form .site-organisation .field--name-field-comments input {
  max-width: 100%;
  width: 100%;
}
.node-customers-form .site-organisation [class*=total-cleaning-hours] .paragraphs-dropbutton-wrapper,
.node-customers-edit-form .site-organisation [class*=total-cleaning-hours] .paragraphs-dropbutton-wrapper {
  display: none;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type-title,
.node-customers-form .site-organisation [class*=tasks-site-organisation] .field-label,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type-title,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .field-label {
  border: none;
  color: #7f8fa4;
  font-family: "FSAlbertWeb-Bold";
  font-size: 14px;
  margin-bottom: 0.1875rem;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] th,
.node-customers-form .site-organisation [class*=tasks-site-organisation] td,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] th,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] td {
  border: 0;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type-top,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type-top {
  float: none;
  margin-bottom: 0;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 0.53125rem;
  width: 100%;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .field--name-field-so-task .control-label,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .field--name-field-so-task .control-label {
  display: none;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .field--name-field-so-task input,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .field--name-field-so-task input {
  max-width: 100%;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .field--name-field-so-frequency-year input,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraphs-subform .field--name-field-so-frequency-year input {
  max-width: 3.3125rem;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task:first-of-type .paragraphs-dropbutton-wrapper > button,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task:first-of-type .paragraphs-dropbutton-wrapper > button {
  cursor: not-allowed;
  pointer-events: none;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group,
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group {
  position: relative;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper,
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper {
  bottom: 0.53125rem;
  position: absolute;
  right: 0.53125rem;
  z-index: 1;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper > button,
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper > button,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper > button,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper > button {
  background: url("../images/delete-purple.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #847ecd;
  font-size: 0;
  height: 2.1875rem;
  width: 3rem;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper,
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper {
  margin-top: 0.625rem;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul,
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: row-reverse;
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  list-style: none;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul li,
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul li,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul li,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul li {
  margin-left: 1.25rem;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul li button,
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul li button,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul li button,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul li button {
  border-radius: 2px;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul .restore button,
.node-customers-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul .restore button,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul .restore button,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] .paragraph-type--site-task > td .ajax-new-content > div > .form-group .paragraphs-dropbutton-wrapper .dropbutton-wrapper ul .restore button {
  background: transparent;
  border: 1px solid #10069f;
  color: #354052;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] table.field-multiple-table tr,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] table.field-multiple-table tr {
  background: transparent;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] table.field-multiple-table + div,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] table.field-multiple-table + div {
  text-align: right;
}
.node-customers-form .site-organisation [class*=tasks-site-organisation] table.field-multiple-table + div button,
.node-customers-edit-form .site-organisation [class*=tasks-site-organisation] table.field-multiple-table + div button {
  background: #847ecd;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 0.4375rem 1.75rem;
}
.node-customers-form .site-organisation .field-multiple-drag,
.node-customers-form .site-organisation .tabledrag-toggle-weight,
.node-customers-edit-form .site-organisation .field-multiple-drag,
.node-customers-edit-form .site-organisation .tabledrag-toggle-weight {
  display: none;
}
.node-customers-form .site-organisation .form-type-number input[type=number],
.node-customers-edit-form .site-organisation .form-type-number input[type=number] {
  float: left;
  width: calc(100% - 23px);
}
.node-customers-form .site-organisation .button:not(.form-submit),
.node-customers-edit-form .site-organisation .button:not(.form-submit) {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  cursor: pointer;
  font-size: 0;
  height: 1.15625rem;
  text-align: center;
  width: 1.375rem;
}
.node-customers-form .site-organisation .inc,
.node-customers-edit-form .site-organisation .inc {
  background: #f3f2fa url("../images/add.svg") no-repeat center;
  background-size: 8px;
  border-bottom: 0;
}
.node-customers-form .site-organisation .dec,
.node-customers-edit-form .site-organisation .dec {
  background: #f3f2fa url("../images/minus.svg") no-repeat center;
  background-size: 8px;
}
@media (min-width: 1200px) {
  .node-customers-form .site-map .panel-body,
  .node-customers-edit-form .site-map .panel-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.node-customers-form .site-map .panel-body fieldset.fieldgroup .checkbox,
.node-customers-edit-form .site-map .panel-body fieldset.fieldgroup .checkbox {
  float: left;
  margin-top: 0.625rem;
  width: 50%;
}
.node-customers-form .site-map .panel-body .form-textarea-wrapper .form-control,
.node-customers-edit-form .site-map .panel-body .form-textarea-wrapper .form-control {
  max-width: 100%;
  min-width: 0;
}
@media (min-width: 1200px) {
  .node-customers-form .site-map .form-checkboxes,
  .node-customers-edit-form .site-map .form-checkboxes {
    margin-top: -0.9375rem;
  }
}
.node-customers-form .general-info-wrapper.active-background .panel .panel-body .form-inline input,
.node-customers-edit-form .general-info-wrapper.active-background .panel .panel-body .form-inline input {
  background: #fff;
}
.node-customers-form .general-info-wrapper.active-background .form-range,
.node-customers-edit-form .general-info-wrapper.active-background .form-range {
  background: transparent;
}
.node-customers-form .general-info-wrapper .form-group,
.node-customers-edit-form .general-info-wrapper .form-group {
  margin-bottom: 1.3125rem;
}
.node-customers-form .general-info-wrapper [class*=nr-buildings] .input-wrapper,
.node-customers-edit-form .general-info-wrapper [class*=nr-buildings] .input-wrapper {
  max-width: 76px;
  width: 100%;
}
.node-customers-form .general-info-wrapper [class*=nr-buildings] input,
.node-customers-edit-form .general-info-wrapper [class*=nr-buildings] input {
  width: 100%;
}
.node-customers-form .general-info-wrapper .panel,
.node-customers-edit-form .general-info-wrapper .panel {
  background: transparent;
  padding-top: 0;
}
.node-customers-form .general-info-wrapper .panel.active-background,
.node-customers-edit-form .general-info-wrapper .panel.active-background {
  box-shadow: none;
}
.node-customers-form .general-info-wrapper .panel .wrapper-test,
.node-customers-edit-form .general-info-wrapper .panel .wrapper-test {
  display: block;
}
.node-customers-form .general-info-wrapper .panel .panel-heading,
.node-customers-edit-form .general-info-wrapper .panel .panel-heading {
  padding: 0;
  position: static;
}
.node-customers-form .general-info-wrapper .panel .panel-title,
.node-customers-edit-form .general-info-wrapper .panel .panel-title {
  border: none;
  color: #7f8fa4;
  font-family: "FSAlbertWeb-Bold";
  font-size: 14px;
  margin: 0 0 0.3125rem;
  padding: 0;
  text-align: left;
}
.node-customers-form .general-info-wrapper .panel .panel-body,
.node-customers-edit-form .general-info-wrapper .panel .panel-body {
  border: 0;
  margin: 0;
  padding: 0;
}
.node-customers-form .general-info-wrapper .panel .panel-body .form-inline,
.node-customers-edit-form .general-info-wrapper .panel .panel-body .form-inline {
  display: inline-block;
  margin-right: 1.5rem;
  max-width: 4.75rem;
}
.node-customers-form .general-info-wrapper .panel .panel-body .form-inline input,
.node-customers-edit-form .general-info-wrapper .panel .panel-body .form-inline input {
  background: #f3f2fa;
  float: left;
  font-style: normal;
  width: calc(100% - 22px);
}
.node-customers-form .general-info-wrapper .panel .panel .panel-body,
.node-customers-edit-form .general-info-wrapper .panel .panel .panel-body {
  color: #7f8fa4;
  font-size: 0.75rem;
  font-style: italic;
  margin-bottom: 0.4375rem;
}
.node-customers-form .general-info-wrapper .panel .panel .panel-body label,
.node-customers-edit-form .general-info-wrapper .panel .panel .panel-body label {
  font-style: normal;
}
.node-customers-form .general-info-wrapper .input-group input[type=number],
.node-customers-edit-form .general-info-wrapper .input-group input[type=number] {
  float: left;
  width: calc(100% - 23px);
}
.node-customers-form .general-info-wrapper .button:not(.form-submit),
.node-customers-edit-form .general-info-wrapper .button:not(.form-submit) {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  cursor: pointer;
  font-size: 0;
  height: 1.15625rem;
  text-align: center;
  width: 1.375rem;
}
.node-customers-form .general-info-wrapper .inc,
.node-customers-edit-form .general-info-wrapper .inc {
  background: #f3f2fa url("../images/add.svg") no-repeat center;
  background-size: 8px;
  border-bottom: 0;
}
.node-customers-form .general-info-wrapper .dec,
.node-customers-edit-form .general-info-wrapper .dec {
  background: #f3f2fa url("../images/minus.svg") no-repeat center;
  background-size: 8px;
}

.node-checklist-form .question-wrapp + .form-type-textarea,
.node-checklist-edit-form .question-wrapp + .form-type-textarea {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .node-checklist-form .question-wrapp + .form-type-textarea,
  .node-checklist-edit-form .question-wrapp + .form-type-textarea {
    margin-right: 1.75rem;
  }
}
.node-checklist-form .question-wrapp + .form-type-textarea .form-control,
.node-checklist-edit-form .question-wrapp + .form-type-textarea .form-control {
  max-width: 100%;
}

.highlighted {
  background: -moz-radial-gradient(center, circle cover, #e2e7ee 0%, #fff 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e2e7ee), color-stop(100%, #fff));
  background: -webkit-radial-gradient(center, circle cover, #e2e7ee 0%, #fff 100%);
  background: -o-radial-gradient(center, circle cover, #e2e7ee 0%, #fff 100%);
  background: -ms-radial-gradient(center, circle cover, #e2e7ee 0%, #fff 100%);
  background: radial-gradient(center, circle cover, #e2e7ee 0%, #fff 100%);
  background-color: #e2e7ee;
  padding: 1.5625rem 0 2.5rem;
}
@media (min-width: 768px) {
  .highlighted {
    padding: 4.375rem 0 5rem;
  }
}

.highlighted-inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
  position: relative;
}
.highlighted-inner .up-holder {
  display: flex;
  padding-right: 2.9375rem;
  position: absolute;
  right: 0;
  top: 0.625rem;
}
.highlighted-inner .up-holder .iss-changer {
  position: relative;
  display: inline-block;
}
.highlighted-inner .up-holder .iss-changer span {
  background-color: #9691D4;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3125rem;
  margin-right: 10px;
  padding: 0.625rem 1rem 0.5625rem;
  text-align: right;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .highlighted-inner .up-holder .iss-changer span {
    font-size: 0.5625rem;
    margin-right: 5px;
    padding: 5px;
  }
}
.highlighted-inner .up-holder .iss-changer .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 152px;
  margin-top: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 480px) {
  .highlighted-inner .up-holder .iss-changer .dropdown-content {
    margin-top: 0;
  }
}
.highlighted-inner .up-holder .iss-changer .dropdown-content a {
  display: block;
  font-size: 0.875rem;
  padding: 10px 16px;
}
.highlighted-inner .up-holder .iss-changer:hover .dropdown-content {
  display: block;
}
.highlighted-inner .up-holder .user-manual a {
  color: #7f8fa4;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3125rem;
  text-align: right;
}
.highlighted-inner .up-holder .user-manual a:after {
  background-image: url(../images/user-manual.svg);
  background-repeat: no-repeat;
  content: "";
  height: 1.25rem;
  position: absolute;
  right: 1rem;
  top: 0.0625rem;
  width: 1.25rem;
}
@media (min-width: 768px) {
  .highlighted-inner .region-highlighted {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.highlighted-inner h2 {
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.625rem;
  line-height: 2.25rem;
  margin-bottom: 1.5625rem;
}

.calculator-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid rgba(197, 208, 222, 0.5);
  box-shadow: 0 12px 10px -8px #bec9d9;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .calculator-block {
    height: 14.375rem;
    margin: 0 1.5rem 1.5rem 0;
    width: calc(33.33% - 24px);
  }
}
@media (min-width: 992px) {
  .calculator-block {
    margin: 0 1.5rem 1.5rem 0;
    width: 31%;
  }
}
@media (min-width: 1200px) {
  .calculator-block {
    height: 17.5rem;
  }
}
@media (min-width: 768px) {
  .calculator-block:hover {
    transform: scale(1.05);
  }
}
.calculator-block:nth-of-type(3) {
  margin-right: 0;
}
.calculator-block:last-of-type {
  margin: 0;
}
.calculator-block path {
  fill: #847ecd;
  opacity: 1;
}
.calculator-block.orange:hover path {
  fill: #f89622;
}
.calculator-block.dark-blue:hover path {
  fill: #002d56;
}
.calculator-block.green:hover path {
  fill: #369830;
}
.calculator-block a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .calculator-block a {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .calculator-block a {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.9375rem;
  }
}
.calculator-block .calculator-icon {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2.8125rem;
}
@media (min-width: 768px) {
  .calculator-block .calculator-icon {
    flex-grow: 2;
    margin-right: 0;
  }
}
.calculator-block svg {
  height: 2.5rem;
}
@media (max-width: 767px) {
  .calculator-block svg {
    width: 2.5rem;
  }
}
@media (min-width: 768px) {
  .calculator-block svg {
    height: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .calculator-block svg {
    height: 6rem;
  }
}
.calculator-block h3 {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.0625rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0 0.625rem;
  text-align: center;
}
@media (min-width: 768px) {
  .calculator-block h3 {
    font-size: 1.125rem;
    height: 3.25rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .calculator-block h3 {
    font-size: 1.4375rem;
    height: 3.5rem;
    line-height: 1.75rem;
  }
}

.node-ecology-form input[type=checkbox] + label,
.node-ecology-edit-form input[type=checkbox] + label {
  margin-bottom: 1.125rem;
}

.node-ecology-form .fieldset-legend,
.node-ecology-b-form .fieldset-legend,
.node-ecology-edit-form .fieldset-legend,
.node-ecology-b-edit-form .fieldset-legend {
  color: #354052;
  font-family: "FSAlbertWeb-Regular";
  font-size: 18px;
  line-height: 1.75rem;
}
.node-ecology-form label,
.node-ecology-b-form label,
.node-ecology-edit-form label,
.node-ecology-b-edit-form label {
  color: #354052;
  font-family: "FSAlbertWeb-Regular";
  line-height: 0.9375rem;
  padding-bottom: 0.5625rem;
}
.node-ecology-form input[type=checkbox i],
.node-ecology-b-form input[type=checkbox i],
.node-ecology-edit-form input[type=checkbox i],
.node-ecology-b-edit-form input[type=checkbox i] {
  margin-left: 0;
}
.node-ecology-form .field--type-boolean,
.node-ecology-b-form .field--type-boolean,
.node-ecology-edit-form .field--type-boolean,
.node-ecology-b-edit-form .field--type-boolean {
  padding-bottom: 0.625rem;
}
.node-ecology-form .panel-title,
.node-ecology-b-form .panel-title,
.node-ecology-edit-form .panel-title,
.node-ecology-b-edit-form .panel-title {
  margin: 0 -0.9375rem 0 -0.3125rem;
  padding: 0 0.3125rem 0 0;
}
@media (min-width: 1200px) {
  .node-ecology-form .panel-title,
  .node-ecology-b-form .panel-title,
  .node-ecology-edit-form .panel-title,
  .node-ecology-b-edit-form .panel-title {
    margin-top: 2.0625rem;
  }
}
.node-ecology-form .panel,
.node-ecology-b-form .panel,
.node-ecology-edit-form .panel,
.node-ecology-b-edit-form .panel {
  margin-bottom: 1.25rem;
}
.node-ecology-form .panel-body,
.node-ecology-b-form .panel-body,
.node-ecology-edit-form .panel-body,
.node-ecology-b-edit-form .panel-body {
  max-width: 100%;
}
.node-ecology-form .required-fields.field-group-html-element .form-text,
.node-ecology-b-form .required-fields.field-group-html-element .form-text,
.node-ecology-edit-form .required-fields.field-group-html-element .form-text,
.node-ecology-b-edit-form .required-fields.field-group-html-element .form-text {
  background: #f3f2fa;
  max-width: 100%;
  position: relative;
  top: -3.5625rem;
}
@media (min-width: 768px) {
  .node-ecology-form .required-fields.field-group-html-element .form-text,
  .node-ecology-b-form .required-fields.field-group-html-element .form-text,
  .node-ecology-edit-form .required-fields.field-group-html-element .form-text,
  .node-ecology-b-edit-form .required-fields.field-group-html-element .form-text {
    margin-left: 1.5rem;
    max-width: 23.375rem;
    top: 0;
  }
}
.node-ecology-form .required-fields.field-group-html-element .form-group,
.node-ecology-b-form .required-fields.field-group-html-element .form-group,
.node-ecology-edit-form .required-fields.field-group-html-element .form-group,
.node-ecology-b-edit-form .required-fields.field-group-html-element .form-group {
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .node-ecology-form .required-fields.field-group-html-element .form-group,
  .node-ecology-b-form .required-fields.field-group-html-element .form-group,
  .node-ecology-edit-form .required-fields.field-group-html-element .form-group,
  .node-ecology-b-edit-form .required-fields.field-group-html-element .form-group {
    margin: 0 0.4375rem 0.625rem 0;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .node-ecology-form .required-fields.field-group-html-element .form-group,
  .node-ecology-b-form .required-fields.field-group-html-element .form-group,
  .node-ecology-edit-form .required-fields.field-group-html-element .form-group,
  .node-ecology-b-edit-form .required-fields.field-group-html-element .form-group {
    margin: 0 2rem 0.625rem 0;
  }
}
.node-ecology-form .form-item-field-other-eco-1-0-value,
.node-ecology-form .form-item-field-other-eco-1-b-0-value,
.node-ecology-form .form-item-field-other-which-0-value,
.node-ecology-form .form-item-field-other-which-b-0-value,
.node-ecology-b-form .form-item-field-other-eco-1-0-value,
.node-ecology-b-form .form-item-field-other-eco-1-b-0-value,
.node-ecology-b-form .form-item-field-other-which-0-value,
.node-ecology-b-form .form-item-field-other-which-b-0-value,
.node-ecology-edit-form .form-item-field-other-eco-1-0-value,
.node-ecology-edit-form .form-item-field-other-eco-1-b-0-value,
.node-ecology-edit-form .form-item-field-other-which-0-value,
.node-ecology-edit-form .form-item-field-other-which-b-0-value,
.node-ecology-b-edit-form .form-item-field-other-eco-1-0-value,
.node-ecology-b-edit-form .form-item-field-other-eco-1-b-0-value,
.node-ecology-b-edit-form .form-item-field-other-which-0-value,
.node-ecology-b-edit-form .form-item-field-other-which-b-0-value {
  padding-bottom: 1.625rem;
}
.node-ecology-form .form-item-field-other-eco-1-0-value .form-control,
.node-ecology-form .form-item-field-other-eco-1-b-0-value .form-control,
.node-ecology-form .form-item-field-other-which-0-value .form-control,
.node-ecology-form .form-item-field-other-which-b-0-value .form-control,
.node-ecology-b-form .form-item-field-other-eco-1-0-value .form-control,
.node-ecology-b-form .form-item-field-other-eco-1-b-0-value .form-control,
.node-ecology-b-form .form-item-field-other-which-0-value .form-control,
.node-ecology-b-form .form-item-field-other-which-b-0-value .form-control,
.node-ecology-edit-form .form-item-field-other-eco-1-0-value .form-control,
.node-ecology-edit-form .form-item-field-other-eco-1-b-0-value .form-control,
.node-ecology-edit-form .form-item-field-other-which-0-value .form-control,
.node-ecology-edit-form .form-item-field-other-which-b-0-value .form-control,
.node-ecology-b-edit-form .form-item-field-other-eco-1-0-value .form-control,
.node-ecology-b-edit-form .form-item-field-other-eco-1-b-0-value .form-control,
.node-ecology-b-edit-form .form-item-field-other-which-0-value .form-control,
.node-ecology-b-edit-form .form-item-field-other-which-b-0-value .form-control {
  min-width: 17rem;
}
@media (min-width: 1200px) {
  .node-ecology-form .form-item-field-other-eco-1-0-value .form-control,
  .node-ecology-form .form-item-field-other-eco-1-b-0-value .form-control,
  .node-ecology-form .form-item-field-other-which-0-value .form-control,
  .node-ecology-form .form-item-field-other-which-b-0-value .form-control,
  .node-ecology-b-form .form-item-field-other-eco-1-0-value .form-control,
  .node-ecology-b-form .form-item-field-other-eco-1-b-0-value .form-control,
  .node-ecology-b-form .form-item-field-other-which-0-value .form-control,
  .node-ecology-b-form .form-item-field-other-which-b-0-value .form-control,
  .node-ecology-edit-form .form-item-field-other-eco-1-0-value .form-control,
  .node-ecology-edit-form .form-item-field-other-eco-1-b-0-value .form-control,
  .node-ecology-edit-form .form-item-field-other-which-0-value .form-control,
  .node-ecology-edit-form .form-item-field-other-which-b-0-value .form-control,
  .node-ecology-b-edit-form .form-item-field-other-eco-1-0-value .form-control,
  .node-ecology-b-edit-form .form-item-field-other-eco-1-b-0-value .form-control,
  .node-ecology-b-edit-form .form-item-field-other-which-0-value .form-control,
  .node-ecology-b-edit-form .form-item-field-other-which-b-0-value .form-control {
    min-height: 2.3125rem;
    min-width: 23.375rem;
  }
}
.node-ecology-form .group-file-upload,
.node-ecology-b-form .group-file-upload,
.node-ecology-edit-form .group-file-upload,
.node-ecology-b-edit-form .group-file-upload {
  margin: 1.1875rem 0 0.5625rem;
  max-width: 40.6875rem;
}
@media (min-width: 768px) {
  .node-ecology-form .group-file-upload,
  .node-ecology-b-form .group-file-upload,
  .node-ecology-edit-form .group-file-upload,
  .node-ecology-b-edit-form .group-file-upload {
    max-width: 43.625rem;
  }
}
@media (min-width: 1200px) {
  .node-ecology-form .group-file-upload,
  .node-ecology-b-form .group-file-upload,
  .node-ecology-edit-form .group-file-upload,
  .node-ecology-b-edit-form .group-file-upload {
    padding-left: 12.5rem;
    padding-right: 18.625rem;
    max-width: 100%;
  }
}
.node-ecology-form .group-file-upload > label,
.node-ecology-b-form .group-file-upload > label,
.node-ecology-edit-form .group-file-upload > label,
.node-ecology-b-edit-form .group-file-upload > label {
  color: #7f8fa4;
  font-family: "FSAlbertWeb-Bold";
  font-weight: normal;
  padding-bottom: 0.125rem;
}
.node-ecology-form .group-file-upload .help-block,
.node-ecology-b-form .group-file-upload .help-block,
.node-ecology-edit-form .group-file-upload .help-block,
.node-ecology-b-edit-form .group-file-upload .help-block {
  margin-top: 0;
}
.node-ecology-form .group-file-upload .help-block:before,
.node-ecology-b-form .group-file-upload .help-block:before,
.node-ecology-edit-form .group-file-upload .help-block:before,
.node-ecology-b-edit-form .group-file-upload .help-block:before {
  position: relative;
  top: 0.125rem;
}
.node-ecology-form .group-file-upload .field--type-file,
.node-ecology-b-form .group-file-upload .field--type-file,
.node-ecology-edit-form .group-file-upload .field--type-file,
.node-ecology-b-edit-form .group-file-upload .field--type-file {
  margin: 0 !important;
}
.node-ecology-form .group-file-upload .panel-body > .form-type-managed-file,
.node-ecology-b-form .group-file-upload .panel-body > .form-type-managed-file,
.node-ecology-edit-form .group-file-upload .panel-body > .form-type-managed-file,
.node-ecology-b-edit-form .group-file-upload .panel-body > .form-type-managed-file {
  margin-bottom: 0.375rem;
  margin-right: 0;
}
.node-ecology-form .group-file-upload .panel-body > .form-type-managed-file > .control-label label:before,
.node-ecology-b-form .group-file-upload .panel-body > .form-type-managed-file > .control-label label:before,
.node-ecology-edit-form .group-file-upload .panel-body > .form-type-managed-file > .control-label label:before,
.node-ecology-b-edit-form .group-file-upload .panel-body > .form-type-managed-file > .control-label label:before {
  bottom: 0.25rem;
  position: relative;
}
.node-ecology-form .group-file-upload .panel-body div.description.help-block,
.node-ecology-b-form .group-file-upload .panel-body div.description.help-block,
.node-ecology-edit-form .group-file-upload .panel-body div.description.help-block,
.node-ecology-b-edit-form .group-file-upload .panel-body div.description.help-block {
  display: none;
}

+ .footer {
  margin-top: 0;
}
@media (min-width: 1200px) {
  + .footer {
    margin-top: 2.8125rem;
  }
}

.importannce-ecology + .other-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0.8125rem -1.375rem 2.5625rem;
  padding-right: 0;
  text-align: left;
  width: auto;
}
@media (min-width: 1200px) {
  .importannce-ecology + .other-images {
    margin: 0.8125rem 0 2.5625rem 9.5625rem;
    max-width: 63.75rem;
    width: calc(100% + 121px);
  }
}
.importannce-ecology + .other-images h4 {
  color: #354052;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.375rem;
  padding: 0 0.75rem;
  width: 100%;
}
.importannce-ecology + .other-images > div {
  display: inline-block;
  padding: 0 0.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .importannce-ecology + .other-images > div:nth-child(2n+1) {
    margin-right: 0;
  }
}
.importannce-ecology + .other-images .image-container {
  width: 100%;
}
@media (min-width: 768px) {
  .importannce-ecology + .other-images .image-container {
    width: 50%;
  }
}
.importannce-ecology + .other-images .image-container img {
  border: 1px solid #979797;
  height: 14.875rem;
  object-fit: cover;
  width: 100%;
}

.ckeckbox-text-wrapp {
  margin-top: -5.4375rem;
  min-height: 39.0625rem;
}
@media (min-width: 768px) {
  .ckeckbox-text-wrapp {
    margin-top: -1.5625rem;
    min-height: 21.25rem;
  }
}
.ckeckbox-text-wrapp .field--type-entity-reference-revisions {
  margin: 0;
  max-height: 2.1875rem;
}
.ckeckbox-text-wrapp .field--type-entity-reference-revisions:first-of-type {
  max-height: 4.0625rem;
}
.ckeckbox-text-wrapp .field--type-entity-reference-revisions .form-control {
  margin-top: 0.8125rem;
}
.ckeckbox-text-wrapp .field--type-entity-reference-revisions .paragraphs-subform .field--type-list-string:first-of-type {
  max-width: 300px;
  padding-right: 0.9375rem;
  width: 100%;
}
@media (min-width: 768px) {
  .ckeckbox-text-wrapp .field--type-entity-reference-revisions .paragraphs-subform .field--type-list-string:first-of-type {
    margin: 0;
  }
}
.ckeckbox-text-wrapp .field--type-entity-reference-revisions .paragraph-type-top {
  float: none;
  width: 100%;
}
.ckeckbox-text-wrapp label:nth-child(1) {
  display: none;
}
@media (min-width: 768px) {
  .ckeckbox-text-wrapp label:nth-child(1) {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 0.3125rem 0 0 1.4375rem;
    pointer-events: none;
  }
}
.ckeckbox-text-wrapp .radio,
.ckeckbox-text-wrapp .checkbox:first-of-type {
  margin-top: 0.9375rem;
}

@media (min-width: 768px) {
  #field-maintenance-cleaning-b-add-more-wrapper,
  #field-maintenance-cleaning-add-more-wrapper {
    min-width: 32.75rem;
  }
}

.radio label, .checkbox label {
  padding-left: 0;
}

/* Styling ecology's error messages. */
.alert-sm {
  clear: both;
  width: 272px;
}
@media (min-width: 768px) {
  .alert-sm {
    width: 202px;
  }
}
@media (min-width: 1200px) {
  .alert-sm {
    width: 174px;
  }
}

.node-checklist-form .wrapp-mandatory-message,
.node-checklist-b-form .wrapp-mandatory-message,
.node-checklist-edit-form .wrapp-mandatory-message,
.node-checklist-b-edit-form .wrapp-mandatory-message {
  margin-bottom: 20px;
}
.node-checklist-form .fieldset-wrapper,
.node-checklist-b-form .fieldset-wrapper,
.node-checklist-edit-form .fieldset-wrapper,
.node-checklist-b-edit-form .fieldset-wrapper {
  clear: left;
  display: block;
}
@media (min-width: 1200px) {
  .node-checklist-form .fieldset-wrapper,
  .node-checklist-b-form .fieldset-wrapper,
  .node-checklist-edit-form .fieldset-wrapper,
  .node-checklist-b-edit-form .fieldset-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
  }
}
.node-checklist-form label,
.node-checklist-b-form label,
.node-checklist-edit-form label,
.node-checklist-b-edit-form label {
  color: #354052;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  padding: 0 0 0.375rem 0;
}
.node-checklist-form label:nth-child(1),
.node-checklist-b-form label:nth-child(1),
.node-checklist-edit-form label:nth-child(1),
.node-checklist-b-edit-form label:nth-child(1) {
  display: block;
}
.node-checklist-form legend,
.node-checklist-b-form legend,
.node-checklist-edit-form legend,
.node-checklist-b-edit-form legend {
  line-height: 0.875rem;
  float: left;
  margin: 0 0.9375rem 0 0;
  max-width: 39.75rem;
  min-height: 2.5rem;
  padding: 0.75rem 0 0;
}
@media (min-width: 1200px) {
  .node-checklist-form legend,
  .node-checklist-b-form legend,
  .node-checklist-edit-form legend,
  .node-checklist-b-edit-form legend {
    max-width: 28.4375rem;
  }
}
@media (min-width: 1300px) {
  .node-checklist-form legend,
  .node-checklist-b-form legend,
  .node-checklist-edit-form legend,
  .node-checklist-b-edit-form legend {
    max-width: 30.625rem;
  }
}
@media (min-width: 768px) {
  .node-checklist-form .form-type-textfield,
  .node-checklist-b-form .form-type-textfield,
  .node-checklist-edit-form .form-type-textfield,
  .node-checklist-b-edit-form .form-type-textfield {
    margin: -2.5rem 0 0 6.625rem;
  }
}
@media (min-width: 1200px) {
  .node-checklist-form .form-type-textfield,
  .node-checklist-b-form .form-type-textfield,
  .node-checklist-edit-form .form-type-textfield,
  .node-checklist-b-edit-form .form-type-textfield {
    margin: 0;
  }
}

.checklist_fieldset {
  font-size: 1.375rem;
  max-width: 11.25rem;
  position: absolute;
  text-align: right;
  top: 9.375rem;
}
@media (min-width: 1200px) {
  .checklist_fieldset {
    font-size: 1.125rem;
    position: relative;
    top: 0;
  }
}

.comment-field {
  min-width: 17.5rem;
  min-height: 2rem;
}
@media (min-width: 768px) {
  .comment-field {
    min-width: 30.25rem;
  }
}
@media (min-width: 1200px) {
  .comment-field {
    min-width: 17.5rem;
  }
}
.comment-field.form-text {
  margin: 0.3125rem 0 0;
  max-width: 99.5%;
}
@media (min-width: 768px) {
  .comment-field.form-text {
    margin: 0.3125rem 0 0 4.125rem;
    max-width: 11rem;
  }
}
@media (min-width: 1200px) {
  .comment-field.form-text {
    margin: 0.3125rem 0 0 -1.1875rem;
  }
}

.wrapp-question {
  float: none;
  margin: 5.1875rem 0 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .wrapp-question {
    clear: both;
    float: right;
    margin: 0 4rem 4.0625rem 0;
    padding-top: 0.9375rem;
    position: relative;
    width: 77%;
    z-index: 2;
  }
}
.wrapp-question label:nth-child(1) {
  border-bottom: 1px solid #10069f;
  width: 99.5%;
}
@media (min-width: 1200px) {
  .wrapp-question label:nth-child(1) {
    width: 97%;
  }
}
.wrapp-question div#edit-questions-13-300 {
  margin-bottom: 7.8125rem;
}
@media (min-width: 768px) {
  .wrapp-question div#edit-questions-13-300 {
    margin-bottom: 12.1875rem;
  }
}
.wrapp-question + .form-item-fieldset {
  padding-top: 0.9375rem;
  position: static;
}
.wrapp-question [class*=other-comments] label {
  border: 0;
  color: #7f8fa4;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0;
}
.wrapp-question [class*=other-comments] .form-textarea-wrapper .form-control {
  min-height: 7.875rem;
}
.wrapp-question [class*=other-comments] textarea::-webkit-input-placeholder {
  color: #7f8fa4;
}
.wrapp-question [class*=other-comments] textarea:-moz-placeholder { /* Firefox 18- */
  color: #7f8fa4;
}
.wrapp-question [class*=other-comments] textarea::-moz-placeholder { /* Firefox 19+ */
  color: #7f8fa4;
}
.wrapp-question [class*=other-comments] textarea:-ms-input-placeholder {
  color: #7f8fa4;
}
.wrapp-question [class*=other-comments] textarea::placeholder {
  color: #7f8fa4;
}

.question-wrapp {
  max-height: 7.4375rem;
}
@media (min-width: 768px) {
  .question-wrapp {
    max-height: 4.875rem;
  }
}
@media (min-width: 1200px) {
  .question-wrapp {
    max-height: 2.625rem;
  }
}
.question-wrapp .form-no-label {
  display: block;
  margin: 0;
}
@media (min-width: 1200px) {
  .question-wrapp .form-no-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.question-wrapp .fieldset-legend {
  color: #354052;
  font-family: "FSAlbertWeb-Regular";
}

.question-wrapp:nth-child(2) {
  margin: 1.5625rem 0 0;
}

.question-wrapp:nth-child(2) > .form-item > .wrapp-radios .fieldset-wrapper > div > .form-item:nth-child(1) label,
.question-wrapp:nth-child(2) > .form-item > .wrapp-radios .fieldset-wrapper > div > .form-item:nth-child(2) label {
  font-size: 14px;
  left: -0.1875rem;
  height: 0;
  padding: 0;
  pointer-events: none;
  position: relative;
  top: 0;
}
@media (min-width: 1200px) {
  .question-wrapp:nth-child(2) > .form-item > .wrapp-radios .fieldset-wrapper > div > .form-item:nth-child(1) label,
  .question-wrapp:nth-child(2) > .form-item > .wrapp-radios .fieldset-wrapper > div > .form-item:nth-child(2) label {
    top: -3.8125rem;
  }
}

.question-wrapp:nth-child(2) > .form-item > .wrapp-radios .fieldset-wrapper > div > .form-item:nth-child(1) label:before,
.question-wrapp:nth-child(2) > .form-item > .wrapp-radios .fieldset-wrapper > div > .form-item:nth-child(2) label:before {
  bottom: 0;
  left: 1.875rem;
  pointer-events: all;
  top: 0;
}
@media (min-width: 1200px) {
  .question-wrapp:nth-child(2) > .form-item > .wrapp-radios .fieldset-wrapper > div > .form-item:nth-child(1) label:before,
  .question-wrapp:nth-child(2) > .form-item > .wrapp-radios .fieldset-wrapper > div > .form-item:nth-child(2) label:before {
    left: 0.1875rem;
    top: 4rem;
  }
}

.question-wrapp:nth-child(2) > .form-item > .wrapp-radios .fieldset-wrapper > div > .form-item:nth-child(1) label:after,
.question-wrapp:nth-child(2) > .form-item > .wrapp-radios .fieldset-wrapper > div > .form-item:nth-child(2) label:after {
  left: 2.125rem;
  top: 0.25rem;
}
@media (min-width: 1200px) {
  .question-wrapp:nth-child(2) > .form-item > .wrapp-radios .fieldset-wrapper > div > .form-item:nth-child(1) label:after,
  .question-wrapp:nth-child(2) > .form-item > .wrapp-radios .fieldset-wrapper > div > .form-item:nth-child(2) label:after {
    left: 0.4375rem;
    top: 4.25rem;
  }
}

.question-wrapp:nth-child(2) > .form-item > .form-item label {
  display: none;
}
@media (min-width: 1200px) {
  .question-wrapp:nth-child(2) > .form-item > .form-item label {
    border: 0;
    display: block;
    font-size: 14px;
    margin: -1.625rem 0 0;
    position: relative;
    top: -1.625rem;
  }
}

.question-wrapp > .form-item > .form-item label {
  display: none;
}

.wrapp-radios {
  width: 100%;
}
@media (min-width: 1200px) {
  .wrapp-radios {
    width: 68%;
  }
}
.wrapp-radios .form-type-radio {
  float: left;
  margin: 0;
  min-height: 2.5rem;
  min-width: 3.125rem;
  padding: 0.625rem 0 0;
}
@media (min-width: 768px) {
  .wrapp-radios .form-type-radio {
    min-width: 5rem;
  }
}
@media (min-width: 1200px) {
  .wrapp-radios .form-type-radio {
    min-width: 3.125rem;
  }
}
.wrapp-radios [type=radio]:checked,
.wrapp-radios [type=radio]:not(:checked) {
  left: -624.9375rem;
  position: absolute;
}
.wrapp-radios [type=radio]:checked + label,
.wrapp-radios [type=radio]:not(:checked) + label {
  color: #354052;
  cursor: pointer;
  display: inline-block;
  line-height: 1.25rem;
  font-size: 0.875rem;
  padding: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .wrapp-radios [type=radio]:checked + label,
  .wrapp-radios [type=radio]:not(:checked) + label {
    font-size: 0;
    padding: 0 0 0 1.75rem;
  }
}
.wrapp-radios [type=radio]:checked + label:before,
.wrapp-radios [type=radio]:not(:checked) + label:before {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 1px solid #cacfd5;
  content: "";
  left: 1.625rem;
  height: 1rem;
  position: absolute;
  top: 0.125rem;
  width: 1rem;
}
@media (min-width: 1200px) {
  .wrapp-radios [type=radio]:checked + label:before,
  .wrapp-radios [type=radio]:not(:checked) + label:before {
    left: 0;
    top: 0;
  }
}
.wrapp-radios [type=radio]:not(:checked) + label:before {
  background: #e2e7ee;
}
.wrapp-radios [type=radio]:checked + label:before {
  background-color: #fff;
  background: -webkit-linear-gradient(#fff, #c5d0de);
  background: -o-linear-gradient(#fff, #c5d0de);
  background: -moz-linear-gradient(#fff, #c5d0de);
  background: linear-gradient(#fff, #c5d0de);
}
.wrapp-radios [type=radio]:checked + label:after,
.wrapp-radios [type=radio]:not(:checked) + label:after {
  background: #10069f;
  border-radius: 100%;
  content: "";
  left: 1.875rem;
  height: 0.5rem;
  position: absolute;
  top: 0.375rem;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: 0.5rem;
}
@media (min-width: 1200px) {
  .wrapp-radios [type=radio]:checked + label:after,
  .wrapp-radios [type=radio]:not(:checked) + label:after {
    left: 0.25rem;
    top: 0.25rem;
  }
}
.wrapp-radios [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.wrapp-radios [type=radio]:checked + label:after {
  opacity: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.attention-pointer {
  background-image: url("../images/Attention-Pointer.svg");
  background-repeat: no-repeat;
  float: left;
  height: 1rem;
  margin-right: 0.625rem;
  width: 1rem;
}
@media (min-width: 768px) {
  .attention-pointer {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .attention-pointer {
    margin-left: -2rem;
  }
}

@media (max-width: 767px) {
  .attention-pointer-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: row-reverse;
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.attention-pointer-title:hover .attention-pointer {
  background-image: url("../images/Attention-Pointer-hover.svg");
}

.region-search-tab {
  margin: 0 -0.75rem;
}
.region-search-tab .contextual-region {
  position: unset;
}
.region-search-tab .outer-container {
  background-color: #847ecd;
}
@media (min-width: 1200px) {
  .region-search-tab .outer-container {
    height: 3.5rem;
  }
}
.region-search-tab .outer-container h3 {
  color: #fff;
  font-size: 1.375rem;
  line-height: 2rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .region-search-tab .outer-container h3 {
    margin-bottom: 0.25rem;
  }
}
.region-search-tab .tab-strip {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 75rem;
  padding: 0 0.375rem;
}
@media (max-width: 1199px) {
  .region-search-tab .tab-strip {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.region-search-tab .tab-strip-tabs {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media (min-width: 992px) {
  .region-search-tab .tab-strip-tabs {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .region-search-tab .tab-strip-tabs {
    height: 2.9375rem;
  }
}
.region-search-tab .tab-strip-tabs li.tab {
  list-style-type: none;
  margin-right: 0.375rem;
  min-width: 3.5rem;
}
@media (min-width: 992px) {
  .region-search-tab .tab-strip-tabs li.tab {
    margin-right: 0.5rem;
  }
}
.region-search-tab .tab-strip-tabs li.tab:last-of-type {
  margin-right: 0;
}
.region-search-tab .tab-strip-tabs li.tab.active a {
  background-color: #fff;
  color: #10069f;
}
@media (min-width: 992px) {
  .region-search-tab .tab-strip-tabs li.tab.active a {
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .region-search-tab .tab-strip-tabs li.tab.active a {
    box-shadow: 0 -2px 4px 0 rgba(197, 208, 222, 0.5);
    padding: 1.125rem 1rem 0.5625rem;
    transition: all 0.2s ease-in-out;
  }
}
.region-search-tab .tab-strip-tabs li.tab a {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9691D4;
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-size: 0;
  line-height: 2rem;
  padding: 0.75rem;
}
@media (min-width: 992px) {
  .region-search-tab .tab-strip-tabs li.tab a {
    font-size: 1.125rem;
    line-height: normal;
    line-height: initial;
    padding: 0.6875rem 1rem 0.5625rem;
    transition: all 0.2s ease-in-out;
  }
}
.region-search-tab .tab-strip-tabs li.tab a:before {
  font-family: "calc-icon";
  font-size: 2rem;
}
@media (min-width: 992px) {
  .region-search-tab .tab-strip-tabs li.tab a:before {
    content: none;
  }
}
.region-search-tab .tab-strip-tabs [class*=iss] a:before {
  content: "\e901";
}
.region-search-tab .tab-strip-tabs [class*=environment] a:before {
  content: "\e900";
}
.region-search-tab .tab-strip-tabs [class*=taski] a:before {
  content: "\e904";
}
.region-search-tab .tab-strip-tabs [class*=machines] a:before {
  content: "\e902";
}
.region-search-tab .tab-strip-tabs [class*=smartcheck] a:before,
.region-search-tab .tab-strip-tabs [class*=tool] a:before,
.region-search-tab .tab-strip-tabs [class*=example] a:before {
  content: "\e903";
}
.region-search-tab .tab-main {
  margin: 0 auto;
  max-width: 75rem;
  padding: 3.5rem 0 0;
  position: relative;
}
@media (min-width: 1200px) {
  .region-search-tab .tab-main {
    padding: 2.5rem 0 0;
  }
}
.region-search-tab .tab-main .tab-content {
  min-height: 0;
  padding: 0 0.9375rem;
  position: static;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .region-search-tab .tab-main .tab-content {
    float: left;
    margin-top: 0.9375rem;
    width: 100%;
  }
}
.region-search-tab .tab-main .block-title {
  color: #10069f;
  display: inline-block;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .region-search-tab .tab-main .block-title {
    display: none;
  }
}
.region-search-tab .tab-main .view-content,
.region-search-tab .tab-main .view-empty {
  border-bottom: 0.0625rem solid #c5d0de;
  padding: 0 0 0.375rem;
}
@media (min-width: 992px) {
  .region-search-tab .tab-main .view-content,
  .region-search-tab .tab-main .view-empty {
    border-top: 0.0625rem solid #c5d0de;
    padding: 1.1875rem 0 0.375rem;
  }
}
.region-search-tab .tab-main .view-empty {
  line-height: 1.375rem;
  padding-bottom: 1rem;
}
.region-search-tab .tab-main .views-field-title {
  display: flex;
  justify-content: space-between;
  word-wrap: break-word;
}
.region-search-tab .tab-main .views-field-title > a {
  font-size: 0;
  position: relative;
}
.region-search-tab .tab-main .views-field-title > a:before {
  content: url("../images/delete.svg");
  height: 1rem;
  position: absolute;
  left: -1.125rem;
  top: 0.25rem;
  width: 1rem;
}
.region-search-tab .tab-main .views-field-title > a:hover:before {
  content: url("../images/delete-hover.svg");
}
.region-search-tab .tab-main .field-content a {
  color: #354052;
  line-height: 1.25rem;
}
@media (max-width: 991px) {
  .region-search-tab .views-exposed-form .form-inline {
    display: none;
  }
}
.region-search-tab .views-exposed-form .form-inline .inside-form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.region-search-tab .views-exposed-form .form-inline .inside-form-inline > div {
  margin-bottom: 0.9375rem;
  max-width: 18.75rem;
  width: 100%;
}
@media (min-width: 992px) {
  .region-search-tab .views-exposed-form .form-inline .inside-form-inline > div {
    margin: 0 0.96875rem 0 0;
    max-width: 8rem;
  }
}
.region-search-tab .views-exposed-form .form-inline .inside-form-inline > div.form-actions, .region-search-tab .views-exposed-form .form-inline .inside-form-inline > div.form-item-field-check-date-b-value, .region-search-tab .views-exposed-form .form-inline .inside-form-inline > div.form-item-field-check-date-value {
  margin-right: 0;
}
.region-search-tab .views-exposed-form .form-inline .inside-form-inline > div button {
  border-radius: 2px;
  margin: 0;
  padding: 0.4375rem 0.75rem;
  width: 100%;
}
.region-search-tab .views-exposed-form .form-control {
  max-width: 100%;
}
@media (max-width: 991px) {
  .region-search-tab .views-exposed-form .form-control {
    width: 100%;
  }
}
.region-search-tab .views-exposed-form .select-wrapper,
.region-search-tab .views-exposed-form .select2-container {
  width: 100% !important;
}
.region-search-tab .views-exposed-form input,
.region-search-tab .views-exposed-form .select2-selection {
  background: #fff;
  color: #354052;
  min-height: 2.25rem;
  margin: 0;
}
.region-search-tab .views-exposed-form input span[title=Country],
.region-search-tab .views-exposed-form .select2-selection span[title=Country] {
  opacity: 0.6;
}
.region-search-tab .views-exposed-form input::-webkit-input-placeholder,
.region-search-tab .views-exposed-form .select2-selection::-webkit-input-placeholder {
  opacity: 0.6;
}
.region-search-tab .views-exposed-form input::-moz-placeholder,
.region-search-tab .views-exposed-form .select2-selection::-moz-placeholder {
  opacity: 0.6;
}
.region-search-tab .views-exposed-form input:-ms-input-placeholder,
.region-search-tab .views-exposed-form .select2-selection:-ms-input-placeholder {
  opacity: 0.6;
}
.region-search-tab .views-exposed-form input:-moz-placeholder,
.region-search-tab .views-exposed-form .select2-selection:-moz-placeholder {
  opacity: 0.6;
}
.region-search-tab .views-exposed-form .form-item-field-check-date-value-1 .form-text,
.region-search-tab .views-exposed-form .form-item-field-customer-group2-value .form-text {
  margin-left: 0;
}
.region-search-tab .views-exposed-form [class*=check-date] {
  position: relative;
}
.region-search-tab .views-exposed-form [class*=check-date]:after {
  bottom: 0.4375rem;
  content: "\e900";
  color: #847ecd;
  font-family: "toolbox-icons";
  float: right;
  position: absolute;
  right: 0.6875rem;
}
.region-search-tab .views-view-grid .views-row {
  min-width: 100%;
}
@media (min-width: 992px) {
  .region-search-tab .views-view-grid .views-row {
    float: none;
    margin: 0 -1.3125rem 0 -0.5rem;
    width: auto;
  }
}
.region-search-tab .views-col {
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .region-search-tab .views-col {
    width: 20%;
  }
}
.region-search-tab .more-link {
  text-align: right;
}
.region-search-tab .more-link a:after {
  background-image: url(../images/Expand.svg);
}
.region-search-tab .more-link a,
.region-search-tab .view-footer a {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dfe3e9;
  border-radius: 2px;
  color: #354052;
  float: right;
  font-family: "FSAlbertWeb-Bold";
  line-height: 1.3125rem;
  margin-top: 1rem;
  padding: 0.4375rem 0.6875rem 0.4375rem 1rem;
  position: relative;
  width: 7.5rem;
  z-index: 2;
}
.region-search-tab .more-link a:after,
.region-search-tab .view-footer a:after {
  content: "";
  display: inline-block;
  height: 1rem;
  margin-left: 0.625rem;
  width: 1rem;
}
.region-search-tab .view-footer {
  border-bottom: 0.0625rem solid #c5d0de;
  margin-bottom: 4.5625rem;
  padding: 1.5625rem 0;
  position: relative;
}
.region-search-tab .view-footer .pager-results {
  font-family: "FSAlbertWeb-Bold";
  line-height: 1.3125rem;
  text-align: right;
}
.region-search-tab .view-footer a {
  bottom: -3.5rem;
  position: absolute;
  right: 0;
}
.region-search-tab .view-footer a:after {
  background-image: url(../images/Collapse.svg);
}

.context-user-manual .tab-strip-tabs li.tab {
  min-width: 1.875rem;
}
.context-user-manual .tab-strip-tabs li.tab a {
  padding: 0.375rem;
}

.view-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .view-switch {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .view-switch {
    float: left;
    max-width: 12.1875rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .view-switch {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .view-switch {
    max-width: none;
  }
}
@media (min-width: 1265px) {
  .view-switch {
    margin: 0 1.5625rem 0 -1.5625rem;
  }
}
.view-switch a {
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  background-color: #e2e7ee;
  border: none;
  color: #7f8fa4;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 1.3125rem 1.25rem 0.5625rem;
  position: relative;
  text-align: center;
  width: 50%;
}
@media (min-width: 992px) {
  .view-switch a {
    font-family: "FSAlbertWeb-Bold";
    font-size: 0.875rem;
    padding: 0.375rem 1.125rem;
  }
}
@media (min-width: 1265px) {
  .view-switch a {
    padding: 0.375rem 1.25rem;
  }
}
@media (max-width: 991px) {
  .view-switch a:after {
    background-color: #10069f;
    bottom: 0;
    height: 0.125rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 7.75rem;
  }
}
.view-switch a:last-of-type {
  border-radius: 0 2px 2px 0;
}

.path-frontpage .view-switch a:first-of-type,
[class*=calculations] .view-switch a:first-of-type {
  color: #10069f;
}
@media (max-width: 991px) {
  .path-frontpage .view-switch a:first-of-type,
  [class*=calculations] .view-switch a:first-of-type {
    font-family: "FSAlbertWeb-Bold";
  }
}
@media (min-width: 992px) {
  .path-frontpage .view-switch a:first-of-type,
  [class*=calculations] .view-switch a:first-of-type {
    background: #847ecd;
    color: #fff;
  }
}
@media (max-width: 991px) {
  .path-frontpage .view-switch a:first-of-type:after,
  [class*=calculations] .view-switch a:first-of-type:after {
    content: "";
  }
}

[class*=calculationsall] .view-switch a:first-of-type {
  color: #7f8fa4;
}
@media (max-width: 991px) {
  [class*=calculationsall] .view-switch a:first-of-type {
    font-family: "FSAlbertWeb-Regular";
  }
}
@media (min-width: 992px) {
  [class*=calculationsall] .view-switch a:first-of-type {
    background: #e2e7ee;
    color: #7f8fa4;
  }
}
[class*=calculationsall] .view-switch a:first-of-type:after {
  content: none;
}
[class*=calculationsall] .view-switch a:last-of-type {
  color: #10069f;
}
@media (max-width: 991px) {
  [class*=calculationsall] .view-switch a:last-of-type {
    font-family: "FSAlbertWeb-Bold";
  }
}
@media (min-width: 992px) {
  [class*=calculationsall] .view-switch a:last-of-type {
    background: #847ecd;
    color: #fff;
  }
}
@media (max-width: 991px) {
  [class*=calculationsall] .view-switch a:last-of-type:after {
    content: "";
  }
}

.filter-container {
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 1.25rem;
  width: 1rem;
}
.filter-container .filter {
  height: 1rem;
}
.filter-container .filter:after,
.filter-container .closed:after {
  background-repeat: no-repeat;
  background-size: 1rem;
  content: "";
  display: inline-block;
  float: right;
  line-height: 1;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .filter-container .filter:after,
  .filter-container .closed:after {
    top: 0.125rem;
  }
}
.filter-container .filter:after {
  background-image: url("../images/Filter.svg");
}
.filter-container .closed:after {
  background-image: url("../images/Close.svg");
}

body.blocked {
  overflow: hidden;
}

@media (max-width: 991px) {
  .region-search-tab .form-inline.opened {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
  }
}

@media (max-width: 991px) {
  .inside-form-inline {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 1.5rem;
  }
}

.close-filter {
  border-bottom: 1px solid #c5d0de;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.close-filter p:after {
  background-image: url("../images/Close.svg");
  background-size: 0.75rem;
  content: "";
  cursor: pointer;
  display: inline-block;
  float: right;
  line-height: 1;
  height: 0.75rem;
  position: absolute;
  right: 0;
  top: 0.4375rem;
  width: 0.75rem;
  z-index: 1;
}

.pager-nav {
  float: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .pager-nav {
    text-align: left;
    width: 100%;
  }
}

li.pager__item a {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.25rem;
  line-height: 1.3125rem;
  width: 2.25rem;
}
li.pager__item a::after {
  color: #a8aab7;
  font-family: "toolbox-icons";
  font-size: 0.625rem;
}
li.pager__item.is-active a {
  background: #10069f;
  color: #fff;
  text-decoration: none;
}
li.pager__item.pager__item--next a, li.pager__item.pager__item--last a, li.pager__item.pager__item--first a, li.pager__item.pager__item--previous a {
  font-size: 0;
}
li.pager__item.pager__item--next > a::after {
  content: "\e906";
}
li.pager__item.pager__item--last > a::after {
  content: "\e927";
}
li.pager__item.pager__item--first > a::after {
  content: "\e905";
}
li.pager__item.pager__item--previous > a::after {
  content: "\e926";
}

div.pagerer-container {
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  div.pagerer-container {
    bottom: 1.75rem;
    padding-right: 0;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  div.pagerer-container {
    bottom: 0;
    padding-right: 1.5625rem;
    position: relative;
  }
}

.pagerer-pager-standard a {
  color: #354052;
  text-decoration: none;
}

.pagerer-left-pane {
  border: none;
}
@media (min-width: 768px) {
  .pagerer-left-pane {
    border-bottom: 1px solid #c5d0de;
  }
}

.pager {
  margin: 1.25rem 0 0;
}
@media (min-width: 768px) {
  .pager {
    margin: -0.625rem 0 0.625rem 0;
  }
}
@media (min-width: 1200px) {
  .pager {
    margin: 1.25rem 0 0.625rem 0;
  }
}
.pager li > a,
.pager li > span {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: none;
  font-weight: bold;
}

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

.tab-main .tab-content {
  display: none;
}

.action-plan-tab {
  line-height: 1.75rem;
}
.action-plan-tab h2 {
  display: none;
}

.tab-pane {
  margin-bottom: 3.5rem;
}

.not-clickable {
  pointer-events: none;
}

.iss-results .calculator-menu.nav-tabs {
  margin-bottom: 2.8125rem !important;
}
.iss-results .calculator-menu.nav-tabs li:last-of-type {
  float: right;
  padding-right: 0;
}
@media (min-width: 768px) {
  .iss-results .calculator-menu.nav-tabs li:last-of-type {
    padding-right: 1.1875rem;
  }
}

.section-container,
.question-properties {
  margin: 0;
}
@media (min-width: 1200px) {
  .section-container,
  .question-properties {
    margin: 0 0 0 11.4375rem;
    width: 75%;
  }
}
.section-container h3,
.question-properties h3 {
  font-family: "FSAlbertWeb-Bold";
  font-size: 18px;
  padding: 2.375rem 0 0.625rem 0;
}

@media (min-width: 1200px) {
  .section-container {
    margin: 0 0 0 11.4375rem;
  }
}
.section-container h3 {
  padding: 1.875rem 0 0.625rem 0;
}

.question-container.question-3 .answer,
.question-container.specific-problems .answer {
  font-style: italic;
}

.others-images-title,
.specific-problems-title {
  font-size: 18px;
  padding-top: 0.625rem;
}
@media (min-width: 768px) {
  .others-images-title,
  .specific-problems-title {
    padding: 0.625rem 2.75rem 0 0;
  }
}

.question-container,
.question-container.tasks .answer {
  font-size: 18px;
  padding-top: 0.625rem;
  word-break: break-all;
}
@media (min-width: 768px) {
  .question-container,
  .question-container.tasks .answer {
    padding: 0.625rem 2.75rem 0 0;
  }
}

.further-info-container,
.site-type-container {
  font-size: 18px;
  padding-top: 0.625rem;
}

.question-properties li {
  font-size: 18px;
  padding-top: 0.625rem;
  text-indent: -24px;
}
@media (min-width: 768px) {
  .question-properties li {
    padding: 0.625rem 2.75rem 0 1.75rem;
  }
}
.question-properties li + i {
  display: inline-block;
  font-size: 18px;
  padding-left: 1.75rem;
}
.question-properties *:last-child {
  padding-bottom: 3.625rem;
}

.general-comment {
  font-size: 1.125rem;
  font-style: italic;
  margin-top: 2rem;
  padding-left: 1.75rem;
}

.question-container:not(.tasks):not(.specific-problems):not(.other-images) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding-right: 0;
}
.question-container:not(.tasks):not(.specific-problems):not(.other-images) .answer {
  font-family: "FSAlbertWeb-Bold";
  min-width: 6.5625rem;
  text-align: right;
}

.question-container.tasks .answer > div {
  margin-left: 1.5rem;
}
.question-container.tasks .answer > div span {
  margin-right: 0.3125rem;
}
.question-container.tasks .answer > div .nr-task {
  margin-right: 0.9375rem;
  position: relative;
}
.question-container.tasks .answer > div .nr-task:before {
  content: ".";
  display: block;
  position: absolute;
  right: -3px;
}

.specific-problems .question {
  margin: 1.125rem 0 0.125rem;
}

#others .question-container.question-3 {
  display: block;
}
#others .question-container.question-3 .answer {
  font-family: "FSAlbertWeb-Regular";
  text-align: left;
}

.other-images {
  padding-right: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .other-images {
    text-align: left;
    width: calc(100% + 121px);
  }
}
.other-images > div {
  display: inline-block;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .other-images > div:nth-child(2n+1) {
    margin-right: 1.1875rem;
  }
}
@media (max-width: 767px) {
  .other-images img {
    width: 100%;
  }
}

.section-container h3,
.question-category {
  border-bottom: 0.0625rem solid #847ecd;
  margin-bottom: 1.375rem;
}

.context-user-login {
  margin-top: 0;
}
.context-user-login .main-container .branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 5rem 0.75rem 0;
}
.context-user-login .main-container a.navbar-btn {
  bottom: 0;
  margin: 0;
  max-width: 11.25rem;
}
.context-user-login .main-container a.navbar-btn img {
  width: 100%;
}
.context-user-login .main-container a.name.navbar-brand {
  display: none;
}
.context-user-login .main-container .navbar-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #10069f;
  float: none;
  font-size: 2rem;
  font-family: "FSAlbertWeb-Bold";
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .context-user-login .main-container .navbar-text {
    font-size: 2.25rem;
  }
}
.context-user-login .btn-primary:hover {
  background-color: #10069f;
}
.context-user-login .main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f3f6f9;
  box-shadow: none;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  padding: 0 !important;
  position: absolute;
}
@media (min-width: 768px) {
  .context-user-login .main-container {
    box-shadow: 0 0.1875rem 0.25rem 0 rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    width: 34.25rem;
    min-height: 39.375rem;
    padding: 0 4.25rem !important;
    position: relative;
    top: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .context-user-login .main-container {
    top: 3.375rem;
  }
}
.context-user-login .main-container .row {
  max-width: 18.875rem;
}
@media (min-width: 768px) {
  .context-user-login .main-container .row {
    max-width: 100%;
  }
}
.context-user-login .main-container .row legend,
.context-user-login .main-container .row label {
  font-family: "FSAlbertWeb-Bold";
  font-weight: normal;
}
.context-user-login .main-container .row .page-header {
  border: none;
  color: #354052;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.625rem;
  line-height: 2.25rem;
  padding: 2.375rem 0 3.375rem;
}
.context-user-login .main-container .form-control {
  background: #fff;
  border: 1px solid #dfe3e9;
  color: #354052 !important;
  max-width: 100%;
}
.context-user-login .footer {
  display: none;
}
@media (min-width: 768px) {
  .context-user-login .footer {
    display: block;
    margin-top: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .context-user-login .footer {
    margin-top: 15.9375rem;
  }
}
.context-user-login .navbar-header a.name.navbar-brand {
  padding: 2.875rem 0 0 1.25rem;
}
.context-user-login .navbar-header a.name.navbar-brand .navbar-brand:hover,
.context-user-login .navbar-header a.name.navbar-brand .navbar-brand:focus {
  color: #10069f;
}

.user-login-form {
  display: flex;
  flex-direction: column;
}
.user-login-form a[href="/samllogin"] {
  border-radius: 0.125rem;
  font-family: "FSAlbertWeb-Bold" !important;
  font-size: 1.125rem;
  margin: 0;
  padding: 0.8125rem 0;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #10069f;
  border-color: #0e0586;
  display: block;
  order: 3;
}
.user-login-form .repass-btn {
  margin: 6.3125rem 0 0;
  padding: 0 0.9375rem;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .user-login-form .repass-btn {
    margin: 5.75rem 0 0;
  }
}
.user-login-form .repass-btn a {
  color: #7f8fa4;
}
.user-login-form .repass-btn a:hover {
  color: #10069f;
}
.user-login-form .form-actions {
  height: 2.875rem;
  margin: 1.25rem 0;
  min-width: 100%;
  padding-right: 0;
}
.user-login-form .form-actions .btn {
  border-radius: 0.125rem;
  font-family: "FSAlbertWeb-Bold" !important;
  font-size: 1.125rem;
  margin: 0;
  padding: 0.8125rem 0;
  text-align: center;
  width: 100%;
}
.user-login-form .form-actions .btn .glyphicon-log-in:before {
  content: "";
}

.diversey-login {
  margin-top: 21px;
}
.diversey-login a {
  font-size: 14px;
  font-family: "FSAlbertWeb-Bold";
}

body.context-user-login {
  background-color: #fff;
}

.content-dashboard {
  margin: -0.625rem 0 0;
}
.content-dashboard .row {
  min-height: 6.25rem;
  padding-bottom: 0.75rem;
}
.content-dashboard .row .left {
  margin-bottom: 1.5625rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .content-dashboard .row .left {
    max-width: 11.0625rem;
    padding: 0 0.9375rem 0;
  }
}
.content-dashboard .row .left h4 {
  color: #10069f;
  float: left;
  font-family: "FSAlbertWeb-Bold";
  font-size: 18px;
  margin: 0;
}
@media (min-width: 1200px) {
  .content-dashboard .row .left h4 {
    float: right;
  }
}
.content-dashboard .row .right {
  max-width: 62.0625rem;
  padding-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .content-dashboard .row .right {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .content-dashboard .row .right {
    width: 83.666667%;
  }
}
.content-dashboard .row .right .customer-section {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.content-dashboard .row .right .customer-section p {
  color: #b0b0b1;
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.75rem;
  line-height: 1.25rem;
  min-height: 2.5625rem;
}
.content-dashboard .row .right .customer-section p > strong {
  color: #354052;
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.content-dashboard .row .right .customer-section .customer-details {
  width: 33.3333333333%;
}
@media (min-width: 1200px) {
  .content-dashboard .row .right .customer-section .customer-details {
    width: 25%;
  }
}
.content-dashboard .ecology-results {
  background-color: #f3f2fa;
  margin: 0 -2.25rem;
  padding: 0 1.5625rem 0 1.5rem;
}
@media (min-width: 768px) {
  .content-dashboard .ecology-results {
    margin: 0 -2.75rem;
    padding: 0 0.9375rem 0 2rem;
  }
}
@media (min-width: 1200px) {
  .content-dashboard .ecology-results {
    margin: 0 -1.6875rem;
    padding: 0 0.9375rem 0 1rem;
    width: auto;
  }
}
.content-dashboard .ecology-results .left {
  margin-top: 2.125rem;
}
.content-dashboard .ecology-results .right .row {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  text-align: center;
}
@media (min-width: 768px) {
  .content-dashboard .ecology-results .right .row {
    margin-top: -4.6875rem;
  }
}
@media (min-width: 1200px) {
  .content-dashboard .ecology-results .right .row {
    margin-top: 0;
  }
}
.content-dashboard .ecology-results .right .row .chart {
  width: 100%;
}
@media (min-width: 768px) {
  .content-dashboard .ecology-results .right .row .chart {
    width: 33.3333333333%;
  }
}
.content-dashboard .ecology-results .right .row .chart h3 {
  color: #354052;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.625rem;
  line-height: 2.25rem;
}
.content-dashboard .achievement-section {
  margin-top: 2.125rem;
}
@media (max-width: 767px) {
  .content-dashboard .achievement-section {
    margin-right: -3.4375rem;
  }
}
.content-dashboard .achievement-section .left {
  border-bottom: 1px solid #e2e7ee;
  margin-bottom: 1.875rem;
  width: 100%;
}
@media (min-width: 768px) {
  .content-dashboard .achievement-section .left {
    width: 87%;
  }
}
@media (min-width: 1200px) {
  .content-dashboard .achievement-section .left {
    border-bottom: none;
    margin: -1.5625rem 0 0.625rem 0;
  }
}
.content-dashboard .achievement-section .left h3 {
  color: #F85359;
  font-size: 3rem;
  margin: 1.875rem 0 0 0;
}
@media (min-width: 768px) {
  .content-dashboard .achievement-section .left h3 {
    margin: -0.9375rem 0 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  .content-dashboard .achievement-section .left h3 {
    margin: 0 0 1.25rem 0;
  }
}
@media (min-width: 768px) {
  .content-dashboard .achievement-section .left h4 {
    line-height: 1.6875rem;
    margin: 0.375rem 1.125rem 0.4375rem 0;
    width: 21%;
  }
}
@media (min-width: 1200px) {
  .content-dashboard .achievement-section .left h4 {
    line-height: 1.1;
    margin: 0;
    width: 100%;
  }
}
.content-dashboard .achievement-section .left .total-properties {
  padding-bottom: 0.625rem;
}
.content-dashboard .achievement-section .progress-title {
  color: #354052;
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.75rem;
  line-height: 1.3125rem;
  padding-right: 0.3125rem;
  min-width: 9.25rem;
  text-align: right;
}
@media (min-width: 768px) {
  .content-dashboard .achievement-section .progress-title {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .content-dashboard .achievement-section .progress-title {
    width: 25%;
  }
}
.content-dashboard .achievement-section .progress-title p:nth-child(1) {
  color: #7f8fa4;
  margin-bottom: 1.125rem;
}
@media (min-width: 1200px) {
  .content-dashboard .achievement-section .progress-title:before {
    border-left: 1px solid #e2e7ee;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
  }
}
.content-dashboard .achievement-section .progress-bar-calc {
  min-width: 25rem;
}
@media (min-width: 768px) {
  .content-dashboard .achievement-section .progress-bar-calc {
    width: 68%;
  }
}
@media (min-width: 1200px) {
  .content-dashboard .achievement-section .progress-bar-calc {
    width: 75%;
  }
}
.content-dashboard .achievement-section .progress-bar-calc p {
  color: #354052;
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin: 0 0 0.5625rem 1rem;
}
.content-dashboard .importance-ecology, .content-dashboard .importance-ecology1 {
  background-color: #f3f2fa;
  margin: 0 -2.25rem;
  padding: 0 1.5625rem 0 1.5rem;
}
@media (min-width: 768px) {
  .content-dashboard .importance-ecology, .content-dashboard .importance-ecology1 {
    margin: 0 -2.75rem;
    padding: 0 0.9375rem 0 2rem;
  }
}
@media (min-width: 1200px) {
  .content-dashboard .importance-ecology, .content-dashboard .importance-ecology1 {
    margin: 0 -1.6875rem;
    padding: 0 0.9375rem 0 1rem;
    width: auto;
  }
}
.content-dashboard .importance-ecology .left, .content-dashboard .importance-ecology1 .left {
  margin-top: 2.125rem;
  text-align: right;
}
@media (min-width: 768px) {
  .content-dashboard .importance-ecology .right, .content-dashboard .importance-ecology1 .right {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .content-dashboard .importance-ecology .right, .content-dashboard .importance-ecology1 .right {
    width: 83.666667%;
  }
}
.content-dashboard .importance-ecology1 {
  background-color: white;
}
@media (min-width: 1200px) {
  .content-dashboard .importance-ecology1 {
    margin: 30px -1.6875rem;
  }
}
@media (max-width: 768px) {
  .content-dashboard .importance-ecology1 {
    margin-bottom: 20px;
  }
}

.simplebar-scroll-content {
  overflow: hidden;
}

@media (min-width: 768px) {
  .horizontal.simplebar-track .simplebar-scrollbar,
  .simplebar-track.horizontal {
    display: none;
  }
}

.simplebar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.simplebar-track.horizontal {
  background: #f3f2fa;
  height: 0.25rem;
}

.horizontal.simplebar-track .simplebar-scrollbar,
.simplebar-scrollbar:before {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #847ecd;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  bottom: 0;
  height: 0.25rem;
  top: 0;
}

.page-node-type-taski-calculator .copyright_year {
  padding-bottom: 0.8125rem;
}
@media (min-width: 1200px) {
  .page-node-type-taski-calculator .copyright_year {
    margin-left: -0.75rem;
  }
}

.content-dashboard h2.dashboard-title {
  display: none;
}

@media (max-width: 1199px) {
  .iss-results .tab-content.container {
    width: 100%;
  }
}

.chart {
  width: 100%;
}
.chart h2 {
  display: none;
}

.c3-chart-arcs .c3-gauge-value {
  font-family: "FSAlbertWeb-Regular" !important;
  font-size: 3.125rem !important;
}
@media (min-width: 768px) {
  .c3-chart-arcs .c3-gauge-value {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1200px) {
  .c3-chart-arcs .c3-gauge-value {
    font-size: 2.25rem !important;
  }
}

#uv-div2 {
  margin-top: 1.875rem;
}

.region-content form .form-actions .button--primary {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: #10069f;
  border-color: #10069f;
  color: #fff;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  height: 2.875rem;
  margin-left: 0.5rem;
  padding: 0.3125rem 0.9375rem;
  min-width: 10.875rem;
}
.region-content form .form-actions .button--primary:active, .region-content form .form-actions .button--primary:focus {
  background-color: #0e0586;
  color: #f2f2f2;
}
.region-content form .form-actions .button--primary:hover {
  background-color: #1207b8;
  color: #f2f2f2;
}
.region-content form .form-actions .button--primary:after {
  content: "\e906";
  color: #fff;
  font-family: "toolbox-icons";
  font-size: 10px;
  line-height: 0.625rem;
  padding-left: 0.9375rem;
}
.region-content form .form-actions .button--primary:hover:after {
  color: #ff7d00;
}

.region-content form .form-actions .btn-default {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: transparent;
  border-color: #10069f;
  color: #a8aab7;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  height: 2.875rem;
  margin-left: 0.5rem;
  padding: 0.3125rem 0.9375rem;
  min-width: 5.625rem;
}
.region-content form .form-actions .btn-default:active, .region-content form .form-actions .btn-default:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #9a9cab;
}
.region-content form .form-actions .btn-default:hover {
  background-color: rgba(13, 13, 13, 0);
  color: #9a9cab;
}
.region-content form .form-actions .btn-default:before {
  content: "\e905";
  color: #a8aab7;
  font-family: "toolbox-icons";
  font-size: 10px;
  line-height: 0.625rem;
  padding-right: 1.125rem;
}
.region-content form .form-actions .btn-default:active, .region-content form .form-actions .btn-default:focus, .region-content form .form-actions .btn-default:focus:active, .region-content form .form-actions .btn-default:hover {
  border-color: #10069f;
}

form .caret:before {
  bottom: 0;
  content: "\e902";
  color: #a8aab7;
  font-family: "toolbox-icons";
  right: 0;
  position: relative;
}

.path-node form:not(.taski-pdf-print) .form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f6f9;
  height: 7.8125rem;
  margin: 2.5rem -1.5rem 0 -1.5rem;
  min-width: 100%;
  padding: 0 0.9375rem 0 0;
}
@media (min-width: 768px) {
  .path-node form:not(.taski-pdf-print) .form-actions {
    min-width: 45.0625rem;
    margin: 2.5rem -1.9375rem 0 -2rem;
    padding: 0 1.4375rem;
  }
}
@media (min-width: 1200px) {
  .path-node form:not(.taski-pdf-print) .form-actions {
    margin: 2.5rem -0.75rem 0 -0.75rem;
    min-width: 73.4375rem;
    padding-right: 6.25rem;
  }
}

.context-admin-content .form-type-select,
.form-item-default-language-langcode .form-type-select,
.form-item-description-0-format .form-type-select,
.form-item-body-0-format .form-type-select {
  min-width: 9.25rem;
  margin-left: 0.5625rem;
}
.context-admin-content .select-wrapper,
.context-admin-content span.select2-container .select2-selection--single,
.context-admin-content span.select2-container--open,
.form-item-default-language-langcode .select-wrapper,
.form-item-default-language-langcode span.select2-container .select2-selection--single,
.form-item-default-language-langcode span.select2-container--open,
.form-item-description-0-format .select-wrapper,
.form-item-description-0-format span.select2-container .select2-selection--single,
.form-item-description-0-format span.select2-container--open,
.form-item-body-0-format .select-wrapper,
.form-item-body-0-format span.select2-container .select2-selection--single,
.form-item-body-0-format span.select2-container--open {
  background: #f9f9fd;
  min-height: 2.0625rem;
  max-width: 11.125rem;
  min-height: 2.25rem;
}
.context-admin-content .form-item-action .select-wrapper,
.form-item-default-language-langcode .form-item-action .select-wrapper,
.form-item-description-0-format .form-item-action .select-wrapper,
.form-item-body-0-format .form-item-action .select-wrapper {
  max-width: 10.875rem;
}

.select-wrapper::after {
  content: "\e902";
  font-family: "toolbox-icons";
}

.icon.glyphicon:before {
  content: "";
}

.button--danger:before {
  content: "";
}

.block-help-block p {
  font-size: 1.5rem;
  padding-top: 1.875rem;
}

.list-inline .btn-success {
  padding-top: 0.4375rem;
}

.table-hover .btn-default .caret:before {
  bottom: 0.9375rem;
  right: 0;
  position: relative;
}

.taxonomy-term-form,
.taxonomy-overview-terms {
  padding-bottom: 2.5rem;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: #fff;
}

#edit-relations {
  display: block;
  height: 100%;
  width: 100%;
}
#edit-relations .wrapper-test {
  display: block;
}
#edit-relations .wrapper-test .panel-heading,
#edit-relations .wrapper-test a {
  font-size: 14px;
  padding: 0;
}
#edit-relations .panel-body {
  padding: 0.9375rem 0;
}
#edit-relations .panel-title {
  color: #7f8fa4;
  text-align: left;
}
#edit-relations .panel-title:after {
  content: "\e906";
  font-family: "toolbox-icons";
  padding-left: 0.625rem;
}

.btn-success {
  font-family: "FSAlbertWeb-Bold" !important;
  padding: 0.8125rem 1.25rem 0.8125rem 1rem;
}

.form-item-parent .select2-container,
.form-item-parent span.select2.select2-container.select2-container--default.select2-container--focus {
  min-width: 11rem;
}
.form-item-parent .select2-container--default .select2-selection--multiple,
.form-item-parent .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #f3f2fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 2.25rem;
}

@-webkit-keyframes pulse {
  25% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
}
@-moz-keyframes pulse {
  25% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
}
@keyframes pulse {
  25% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
}
.value-effect button {
  -webkit-animation: pulse .3s linear 1;
  -moz-animation: pulse .3s linear 1;
  -ms-animation: pulse .3s linear 1;
  -o-animation: pulse .3s linear 1;
  animation: pulse .3s linear 1;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}

#calculate-wrapper:not(.value-effect) button.btn.button {
  cursor: not-allowed;
  pointer-events: none;
}
#calculate-wrapper.value-effect button.btn.button {
  background: #10069f;
}
#calculate-wrapper.value-effect button.btn.button .ajax-throbber {
  display: none;
}

.user-logged-in:not(.path-frontpage):not(.path-calculationsall):not(.path-calculations):not(.path-node) .page-header,
.context-user-password .page-header {
  padding-top: 1.875rem;
  text-transform: capitalize;
}
.user-logged-in:not(.path-frontpage):not(.path-calculationsall):not(.path-calculations):not(.path-node) legend,
.user-logged-in:not(.path-frontpage):not(.path-calculationsall):not(.path-calculations):not(.path-node) label,
.context-user-password legend,
.context-user-password label {
  font-family: "FSAlbertWeb-Bold";
  font-weight: normal;
}
.user-logged-in:not(.path-frontpage):not(.path-calculationsall):not(.path-calculations):not(.path-node) .field,
.context-user-password .field {
  padding: 0.625rem 0;
}

.user-logged-in.path-user .main-container.container-fluid {
  background-color: #f3f6f9;
}
.user-logged-in.path-user .main-container.container-fluid > .row {
  background-color: #fff;
  border-left: 44px solid #10069f;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 4.5rem 1.5rem 5rem;
  padding: 1.125rem 0 1.125rem 3.125rem;
}
@media (min-width: 768px) {
  .user-logged-in.path-user .main-container.container-fluid > .row {
    border-left: 88px solid #10069f;
    margin: 4.5rem auto 5rem;
    padding: 1.125rem 0 0 3.125rem;
  }
}
@media (min-width: 1200px) {
  .user-logged-in.path-user .main-container.container-fluid > .row {
    padding: 1.125rem 0 0 7.0625rem;
  }
}
.user-logged-in.path-user .main-container.container-fluid > .row > section {
  padding: 0;
}
.user-logged-in.path-user .main-container.container-fluid > .row .region-content {
  padding-top: 0.0625rem;
}
@media (max-width: 767px) {
  .user-logged-in.path-user .main-container.container-fluid > .row .region-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.user-logged-in.path-user .main-container.container-fluid > .row .field {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  padding: 0 0 0.5rem;
}
.user-logged-in.path-user .main-container.container-fluid > .row .field--label {
  color: #10069f;
  font-weight: normal;
  margin-right: 1.3125rem;
  min-width: 5.9375rem;
}
@media (max-width: 650px) {
  .user-logged-in.path-user .main-container.container-fluid > .row .field--label {
    float: none;
  }
}
.user-logged-in.path-user .main-container.container-fluid > .row .field--item {
  color: #7f8fa4;
  font-family: "FSAlbertWeb-Bold";
}
.user-logged-in.path-user .main-container.container-fluid > .row .field--name-user-picture {
  padding: 0;
  position: relative;
  right: 1.875rem;
}
@media (max-width: 767px) {
  .user-logged-in.path-user .main-container.container-fluid > .row .field--name-user-picture {
    border-radius: 100%;
    float: right;
    height: 9.375rem;
    order: 1;
    overflow: hidden;
    width: 9.375rem;
  }
}
@media (min-width: 768px) {
  .user-logged-in.path-user .main-container.container-fluid > .row .field--name-user-picture {
    margin-top: -1.25rem;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .user-logged-in.path-user .main-container.container-fluid > .row .field--name-user-picture img {
    max-width: 18.75rem;
  }
}
@media (max-width: 767px) {
  .user-logged-in.path-user .main-container.container-fluid > .row .field--name-user-picture img {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .user-logged-in.path-user .main-container.container-fluid > .row .field--name-user-picture > img {
    width: 28.25rem;
  }
}
.user-logged-in.path-user h1 {
  border: 0;
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.625rem;
  line-height: 2.25rem;
  margin-bottom: 1.25rem;
  padding-top: 0;
}
@media (max-width: 767px) {
  .user-logged-in.path-user h1 {
    order: 2;
  }
}
.user-logged-in.path-user h1,
.user-logged-in.path-user article {
  clear: both;
  float: left;
}
@media (min-width: 768px) {
  .user-logged-in.path-user h1,
  .user-logged-in.path-user article {
    width: calc(100% - 300px);
  }
}
@media (min-width: 992px) {
  .user-logged-in.path-user h1,
  .user-logged-in.path-user article {
    width: calc(100% - 452px);
  }
}
@media (max-width: 767px) {
  .user-logged-in.path-user article {
    order: 3;
  }
}

.page-node-type-data-input .region-content,
[class*=calculators-env-calculator-step-report] .region-content,
[class*=calculators-env-calculator-step-result] .region-content {
  padding-bottom: 11.25rem;
}
.page-node-type-data-input .page-calc-header.switch-btn,
[class*=calculators-env-calculator-step-report] .page-calc-header.switch-btn,
[class*=calculators-env-calculator-step-result] .page-calc-header.switch-btn {
  height: 4.9375rem;
  margin-left: 0;
}
.page-node-type-data-input .page-calc-header.switch-btn.fixed,
[class*=calculators-env-calculator-step-report] .page-calc-header.switch-btn.fixed,
[class*=calculators-env-calculator-step-result] .page-calc-header.switch-btn.fixed {
  margin-left: 0;
}
.page-node-type-data-input .total-results table,
.page-node-type-data-input .simple-results table,
[class*=calculators-env-calculator-step-report] .total-results table,
[class*=calculators-env-calculator-step-report] .simple-results table,
[class*=calculators-env-calculator-step-result] .total-results table,
[class*=calculators-env-calculator-step-result] .simple-results table {
  border-bottom: 2px solid #B7B2DF;
  font-size: 0.8125rem;
  margin-bottom: 6px;
  text-align: right;
}
.page-node-type-data-input .total-results table thead td,
.page-node-type-data-input .simple-results table thead td,
[class*=calculators-env-calculator-step-report] .total-results table thead td,
[class*=calculators-env-calculator-step-report] .simple-results table thead td,
[class*=calculators-env-calculator-step-result] .total-results table thead td,
[class*=calculators-env-calculator-step-result] .simple-results table thead td {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.page-node-type-data-input .total-results table tbody tr.odd,
.page-node-type-data-input .simple-results table tbody tr.odd,
[class*=calculators-env-calculator-step-report] .total-results table tbody tr.odd,
[class*=calculators-env-calculator-step-report] .simple-results table tbody tr.odd,
[class*=calculators-env-calculator-step-result] .total-results table tbody tr.odd,
[class*=calculators-env-calculator-step-result] .simple-results table tbody tr.odd {
  background-color: #F7FAFC;
}
.page-node-type-data-input .total-results table tbody tr.highlight,
.page-node-type-data-input .simple-results table tbody tr.highlight,
[class*=calculators-env-calculator-step-report] .total-results table tbody tr.highlight,
[class*=calculators-env-calculator-step-report] .simple-results table tbody tr.highlight,
[class*=calculators-env-calculator-step-result] .total-results table tbody tr.highlight,
[class*=calculators-env-calculator-step-result] .simple-results table tbody tr.highlight {
  background-color: #E7E6F5;
}
.page-node-type-data-input .total-results table tbody tr td:first-child,
.page-node-type-data-input .simple-results table tbody tr td:first-child,
[class*=calculators-env-calculator-step-report] .total-results table tbody tr td:first-child,
[class*=calculators-env-calculator-step-report] .simple-results table tbody tr td:first-child,
[class*=calculators-env-calculator-step-result] .total-results table tbody tr td:first-child,
[class*=calculators-env-calculator-step-result] .simple-results table tbody tr td:first-child {
  padding-left: 0;
  text-align: left;
}
.page-node-type-data-input .total-results table tbody tr td:last-child,
.page-node-type-data-input .simple-results table tbody tr td:last-child,
[class*=calculators-env-calculator-step-report] .total-results table tbody tr td:last-child,
[class*=calculators-env-calculator-step-report] .simple-results table tbody tr td:last-child,
[class*=calculators-env-calculator-step-result] .total-results table tbody tr td:last-child,
[class*=calculators-env-calculator-step-result] .simple-results table tbody tr td:last-child {
  font-size: 0.875rem;
}
.page-node-type-data-input .total-results .green-result::before,
.page-node-type-data-input .simple-results .green-result::before,
[class*=calculators-env-calculator-step-report] .total-results .green-result::before,
[class*=calculators-env-calculator-step-report] .simple-results .green-result::before,
[class*=calculators-env-calculator-step-result] .total-results .green-result::before,
[class*=calculators-env-calculator-step-result] .simple-results .green-result::before {
  background-color: #148F79;
}
.page-node-type-data-input .total-results .red-result::before,
.page-node-type-data-input .simple-results .red-result::before,
[class*=calculators-env-calculator-step-report] .total-results .red-result::before,
[class*=calculators-env-calculator-step-report] .simple-results .red-result::before,
[class*=calculators-env-calculator-step-result] .total-results .red-result::before,
[class*=calculators-env-calculator-step-result] .simple-results .red-result::before {
  background-color: #F85359;
}
.page-node-type-data-input .total-results .yellow-result::before,
.page-node-type-data-input .simple-results .yellow-result::before,
[class*=calculators-env-calculator-step-report] .total-results .yellow-result::before,
[class*=calculators-env-calculator-step-report] .simple-results .yellow-result::before,
[class*=calculators-env-calculator-step-result] .total-results .yellow-result::before,
[class*=calculators-env-calculator-step-result] .simple-results .yellow-result::before {
  background-color: #F0D023;
}
.page-node-type-data-input .total-results td,
.page-node-type-data-input .simple-results td,
[class*=calculators-env-calculator-step-report] .total-results td,
[class*=calculators-env-calculator-step-report] .simple-results td,
[class*=calculators-env-calculator-step-result] .total-results td,
[class*=calculators-env-calculator-step-result] .simple-results td {
  border-width: 2px;
  font-weight: 600;
}
.page-node-type-data-input .total-results td .green-result,
.page-node-type-data-input .total-results td .red-result,
.page-node-type-data-input .total-results td .yellow-result,
.page-node-type-data-input .total-results td .neutral,
.page-node-type-data-input .simple-results td .green-result,
.page-node-type-data-input .simple-results td .red-result,
.page-node-type-data-input .simple-results td .yellow-result,
.page-node-type-data-input .simple-results td .neutral,
[class*=calculators-env-calculator-step-report] .total-results td .green-result,
[class*=calculators-env-calculator-step-report] .total-results td .red-result,
[class*=calculators-env-calculator-step-report] .total-results td .yellow-result,
[class*=calculators-env-calculator-step-report] .total-results td .neutral,
[class*=calculators-env-calculator-step-report] .simple-results td .green-result,
[class*=calculators-env-calculator-step-report] .simple-results td .red-result,
[class*=calculators-env-calculator-step-report] .simple-results td .yellow-result,
[class*=calculators-env-calculator-step-report] .simple-results td .neutral,
[class*=calculators-env-calculator-step-result] .total-results td .green-result,
[class*=calculators-env-calculator-step-result] .total-results td .red-result,
[class*=calculators-env-calculator-step-result] .total-results td .yellow-result,
[class*=calculators-env-calculator-step-result] .total-results td .neutral,
[class*=calculators-env-calculator-step-result] .simple-results td .green-result,
[class*=calculators-env-calculator-step-result] .simple-results td .red-result,
[class*=calculators-env-calculator-step-result] .simple-results td .yellow-result,
[class*=calculators-env-calculator-step-result] .simple-results td .neutral {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
  float: left;
  height: 0;
  margin-right: 0.5rem;
  width: 0;
}
.page-node-type-data-input .total-results td .green-result,
.page-node-type-data-input .simple-results td .green-result,
[class*=calculators-env-calculator-step-report] .total-results td .green-result,
[class*=calculators-env-calculator-step-report] .simple-results td .green-result,
[class*=calculators-env-calculator-step-result] .total-results td .green-result,
[class*=calculators-env-calculator-step-result] .simple-results td .green-result {
  border-left: 8px solid #148F79;
}
.page-node-type-data-input .total-results td .red-result,
.page-node-type-data-input .simple-results td .red-result,
[class*=calculators-env-calculator-step-report] .total-results td .red-result,
[class*=calculators-env-calculator-step-report] .simple-results td .red-result,
[class*=calculators-env-calculator-step-result] .total-results td .red-result,
[class*=calculators-env-calculator-step-result] .simple-results td .red-result {
  border-left: 8px solid #F85359;
}
.page-node-type-data-input .total-results td .yellow-result,
.page-node-type-data-input .simple-results td .yellow-result,
[class*=calculators-env-calculator-step-report] .total-results td .yellow-result,
[class*=calculators-env-calculator-step-report] .simple-results td .yellow-result,
[class*=calculators-env-calculator-step-result] .total-results td .yellow-result,
[class*=calculators-env-calculator-step-result] .simple-results td .yellow-result {
  border-left: 8px solid #F0D023;
}
.page-node-type-data-input .total-results td .neutral,
.page-node-type-data-input .simple-results td .neutral,
[class*=calculators-env-calculator-step-report] .total-results td .neutral,
[class*=calculators-env-calculator-step-report] .simple-results td .neutral,
[class*=calculators-env-calculator-step-result] .total-results td .neutral,
[class*=calculators-env-calculator-step-result] .simple-results td .neutral {
  border-left: 8px solid #F3F2FA;
}
.page-node-type-data-input .total-results .results-colors span,
.page-node-type-data-input .simple-results .results-colors span,
[class*=calculators-env-calculator-step-report] .total-results .results-colors span,
[class*=calculators-env-calculator-step-report] .simple-results .results-colors span,
[class*=calculators-env-calculator-step-result] .total-results .results-colors span,
[class*=calculators-env-calculator-step-result] .simple-results .results-colors span {
  font-size: 0.75rem;
  margin-right: 0.9375rem;
}
.page-node-type-data-input .total-results .results-colors span:before,
.page-node-type-data-input .simple-results .results-colors span:before,
[class*=calculators-env-calculator-step-report] .total-results .results-colors span:before,
[class*=calculators-env-calculator-step-report] .simple-results .results-colors span:before,
[class*=calculators-env-calculator-step-result] .total-results .results-colors span:before,
[class*=calculators-env-calculator-step-result] .simple-results .results-colors span:before {
  content: "";
  display: inline-block;
  height: 0.5rem;
  margin-right: 0.3125rem;
  width: 0.5rem;
}
.page-node-type-data-input .total-results .percent,
.page-node-type-data-input .simple-results .percent,
[class*=calculators-env-calculator-step-report] .total-results .percent,
[class*=calculators-env-calculator-step-report] .simple-results .percent,
[class*=calculators-env-calculator-step-result] .total-results .percent,
[class*=calculators-env-calculator-step-result] .simple-results .percent {
  color: #7167C1;
}
.page-node-type-data-input .total-results .checkbox,
.page-node-type-data-input .simple-results .checkbox,
[class*=calculators-env-calculator-step-report] .total-results .checkbox,
[class*=calculators-env-calculator-step-report] .simple-results .checkbox,
[class*=calculators-env-calculator-step-result] .total-results .checkbox,
[class*=calculators-env-calculator-step-result] .simple-results .checkbox {
  margin-bottom: 0;
  margin-top: 0;
}
.page-node-type-data-input .total-results .checkbox label,
.page-node-type-data-input .simple-results .checkbox label,
[class*=calculators-env-calculator-step-report] .total-results .checkbox label,
[class*=calculators-env-calculator-step-report] .simple-results .checkbox label,
[class*=calculators-env-calculator-step-result] .total-results .checkbox label,
[class*=calculators-env-calculator-step-result] .simple-results .checkbox label {
  color: #10069f;
}
.page-node-type-data-input .total-results .checkbox label:before,
.page-node-type-data-input .simple-results .checkbox label:before,
[class*=calculators-env-calculator-step-report] .total-results .checkbox label:before,
[class*=calculators-env-calculator-step-report] .simple-results .checkbox label:before,
[class*=calculators-env-calculator-step-result] .total-results .checkbox label:before,
[class*=calculators-env-calculator-step-result] .simple-results .checkbox label:before {
  width: 18px;
  height: 19px;
}
.page-node-type-data-input .simple-results,
[class*=calculators-env-calculator-step-report] .simple-results,
[class*=calculators-env-calculator-step-result] .simple-results {
  display: inline-block;
  width: 100%;
}
.page-node-type-data-input .simple-results .table-item,
[class*=calculators-env-calculator-step-report] .simple-results .table-item,
[class*=calculators-env-calculator-step-result] .simple-results .table-item {
  display: inline-block;
  float: left;
  margin: 3.75rem 1.75rem 0 0;
  width: calc((100% - 28px) / 2);
}
.page-node-type-data-input .simple-results .table-item:nth-child(2n),
[class*=calculators-env-calculator-step-report] .simple-results .table-item:nth-child(2n),
[class*=calculators-env-calculator-step-result] .simple-results .table-item:nth-child(2n) {
  margin-right: 0;
}
.page-node-type-data-input .simple-results .table-item table,
[class*=calculators-env-calculator-step-report] .simple-results .table-item table,
[class*=calculators-env-calculator-step-result] .simple-results .table-item table {
  text-align: left;
}
.page-node-type-data-input .simple-results .table-item table thead td,
[class*=calculators-env-calculator-step-report] .simple-results .table-item table thead td,
[class*=calculators-env-calculator-step-result] .simple-results .table-item table thead td {
  font-size: 0.875rem;
}
.page-node-type-data-input .simple-results .table-item table thead td:first-child,
[class*=calculators-env-calculator-step-report] .simple-results .table-item table thead td:first-child,
[class*=calculators-env-calculator-step-result] .simple-results .table-item table thead td:first-child {
  min-width: 10.5rem;
}
.page-node-type-data-input .simple-results .table-item table tbody tr td:last-child,
[class*=calculators-env-calculator-step-report] .simple-results .table-item table tbody tr td:last-child,
[class*=calculators-env-calculator-step-result] .simple-results .table-item table tbody tr td:last-child {
  text-align: right;
}
.page-node-type-data-input .simple-results .table-item table .highlight,
[class*=calculators-env-calculator-step-report] .simple-results .table-item table .highlight,
[class*=calculators-env-calculator-step-result] .simple-results .table-item table .highlight {
  background-color: #F0EEF8;
}

.page-node-type-data-input .region-content,
[class*=calculators-env-calculator-step-report] .region-content,
[class*=calculators-env-calculator-step-result] .region-content {
  min-height: calc(100vh - 400px);
  padding: 3.75rem 6.25rem;
}

.page-node-type-data-input .region-calculator-header .switch-btn,
[class*=calculators-env-calculator-step-report] .region-calculator-header .switch-btn,
[class*=calculators-env-calculator-step-result] .region-calculator-header .switch-btn {
  margin-bottom: 0;
}

.savings-region .savings-1 {
  background-color: #F3F2FA;
  margin: 0 -7rem;
}
.savings-region .savings-1 img {
  height: 6.25rem;
}
.savings-region .savings-1-container,
.savings-region .savings-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 4rem 7rem;
}
.savings-region .savings-1-container .item,
.savings-region .savings-2 .item {
  margin: 0 1.25rem;
  text-align: center;
}
.savings-region .savings-1-container .item h2,
.savings-region .savings-2 .item h2 {
  color: #10069f;
  font-size: 3.125rem;
  font-family: "FSAlbertWeb-Bold";
  margin-bottom: 0;
}
.savings-region .savings-1-container .item span,
.savings-region .savings-2 .item span {
  font-size: 1.375rem;
}
.savings-region .savings-2 {
  border-bottom: 1px solid #C5D0DE;
  margin-bottom: 4rem;
  padding: 4rem 0;
}
.savings-region .savings-2 img {
  height: 5rem;
}
.savings-region .savings-2 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.savings-region .savings-2 .item h2 {
  font-size: 1.375rem;
  line-height: 2rem;
}
.savings-region .savings-2 .item:first-child img {
  height: 4.0625rem;
}
.savings-region .savings-2 .item span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.savings-region .savings-2 .item .item-desc-container,
.savings-region .savings-2 .item img {
  align-self: flex-end;
}
.savings-region .savings-2 .item .item-desc-container {
  margin-left: 0.9375rem;
}

.charts-region {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 0 0 4rem;
}
@media (max-width: 1199px) {
  .charts-region {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.charts-region .chart-1 {
  max-width: 22.5rem;
  width: 100%;
}
.charts-region .chart-2 {
  max-width: 17.5rem;
  width: 100%;
}
.charts-region .chart-3 {
  max-width: 16.25rem;
  width: 100%;
}
.charts-region text {
  font-size: 0.75rem;
}

.co2-savings {
  border-bottom: 1px solid #847ecd;
  margin-bottom: 0.3125rem;
}
.co2-savings table {
  margin-bottom: 0.3125rem;
}
.co2-savings table thead h2 {
  color: #10069f;
  font-size: 1.125rem;
  font-family: "FSAlbertWeb-Bold";
}
.co2-savings table thead span {
  font-size: 0.875rem;
}
.co2-savings table thead td {
  padding-bottom: 0.9375rem;
}
.co2-savings table tbody td {
  border-top: none;
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.875rem;
  padding: 0.1875rem 0.3125rem;
}
.co2-savings table.table-striped > tbody > tr.odd {
  background-color: #F3F6F9;
}

.co2-savings-footer span, .co2-savings-footer a {
  font-size: 0.75rem;
}

.block-co2-savings-block {
  margin-top: 3.75rem;
}

.block-diversey-copyright-env {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.block-diversey-copyright-env .copyright_year {
  margin-left: -0.3125rem;
}

.page-node-type-data-input .block-diversey-copyright-env,
[class*=calculators-env-calculator-step-report] .block-diversey-copyright-env,
[class*=calculators-env-calculator-step-result] .block-diversey-copyright-env {
  margin: 0;
}

.wrapp-header.environmental .print-pdf .form {
  margin-bottom: 0;
}
.wrapp-header.environmental .print-pdf .form-actions {
  min-width: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}
.wrapp-header.environmental .print-pdf .form-actions button {
  font-size: 0;
  height: auto;
  margin-left: 1.25rem;
  padding: 0;
}
.wrapp-header.environmental .print-pdf .form-actions button:before {
  content: "\e91c";
  color: #fff;
  font-family: "toolbox-icons";
  font-size: 0.875rem;
  position: relative;
}
.wrapp-header.environmental .close-stl {
  margin-left: 0.625rem;
}

.env-calculator .switch-btn {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 768px) {
  .env-calculator .switch-btn {
    margin-left: 0;
    width: 100%;
  }
}

/* This file is specifically done for the TASKI Site Check.
This is a temporary fix until we have the new theme. */
[class^=context-calculators-env-calculator] .main-container > .row > section.col-sm-12 {
  margin: 0 12px;
}

.region-calculator-header .text-imag .text-heading h3 {
  line-height: 1.1;
}
.region-calculator-header .text-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  [class*=context-calculators-machines-calculator-step-data-collection] .switch-btn,
  .context-calculators-machines-calculator-step-data-collection .switch-btn {
    width: 43.5625rem;
  }
}
[class*=context-calculators-machines-calculator-step-data-collection] .print-pdf,
.context-calculators-machines-calculator-step-data-collection .print-pdf {
  display: none;
}

.context-calculators-machines-calculator-step-data-collection,
.page-node-type-data-collection {
  /* Switch Radio Style */
}
.context-calculators-machines-calculator-step-data-collection .main-container form,
.page-node-type-data-collection .main-container form {
  margin-top: 0.8125rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form > .field--type-boolean,
.page-node-type-data-collection .main-container form > .field--type-boolean {
  margin: 1.875rem auto 0;
  padding: 0 0 0.125rem;
}
@media (min-width: 1200px) {
  .context-calculators-machines-calculator-step-data-collection .main-container form > .field--type-boolean,
  .page-node-type-data-collection .main-container form > .field--type-boolean {
    width: calc(50% - 10px);
  }
}
.context-calculators-machines-calculator-step-data-collection .main-container form > .field--type-boolean .option,
.page-node-type-data-collection .main-container form > .field--type-boolean .option {
  text-align: right;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .wrapper-test,
.page-node-type-data-collection .main-container form .wrapper-test {
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #c5d0de;
  margin: 0 auto;
  padding: 0 0 0.5625rem;
}
@media (min-width: 1200px) {
  .context-calculators-machines-calculator-step-data-collection .main-container form .wrapper-test,
  .page-node-type-data-collection .main-container form .wrapper-test {
    width: calc(50% - 10px);
  }
}
.context-calculators-machines-calculator-step-data-collection .main-container form .field-competitor-make,
.page-node-type-data-collection .main-container form .field-competitor-make {
  margin-top: -18em;
  margin-bottom: 14em;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .transparent-border .wrapper-test,
.page-node-type-data-collection .main-container form .transparent-border .wrapper-test {
  border-color: transparent;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .robotic-solution .wrapper-test,
.page-node-type-data-collection .main-container form .robotic-solution .wrapper-test {
  border-bottom: 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form #taski_option_2_image,
.context-calculators-machines-calculator-step-data-collection .main-container form #competitor_image,
.page-node-type-data-collection .main-container form #taski_option_2_image,
.page-node-type-data-collection .main-container form #competitor_image {
  position: absolute;
  right: 27%;
  width: calc(21% - 10px);
  z-index: 3;
}
.context-calculators-machines-calculator-step-data-collection .main-container form #taski_option_2_image .wrapper-test,
.context-calculators-machines-calculator-step-data-collection .main-container form #competitor_image .wrapper-test,
.page-node-type-data-collection .main-container form #taski_option_2_image .wrapper-test,
.page-node-type-data-collection .main-container form #competitor_image .wrapper-test {
  width: 100%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form #taski_option_2_image img,
.context-calculators-machines-calculator-step-data-collection .main-container form #competitor_image img,
.page-node-type-data-collection .main-container form #taski_option_2_image img,
.page-node-type-data-collection .main-container form #competitor_image img {
  width: 100%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form #competitor_image,
.page-node-type-data-collection .main-container form #competitor_image {
  margin-top: -20.6em;
  width: calc(20% - 10px);
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default,
.page-node-type-data-collection .main-container form .panel-default {
  background-color: transparent;
  margin-bottom: 0;
  padding: 2rem 0 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default:last-of-type .wrapper-test,
.page-node-type-data-collection .main-container form .panel-default:last-of-type .wrapper-test {
  border: 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.active-background,
.page-node-type-data-collection .main-container form .panel-default.active-background {
  background-color: #f3f2fa;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin: 0 -1.875rem;
  padding: 2rem 1.875rem 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.active-background,
  .page-node-type-data-collection .main-container form .panel-default.active-background {
    margin: 0 -0.75rem;
    padding: 2rem 0.75rem 0;
  }
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.active-background .select2-selection,
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.active-background input,
.page-node-type-data-collection .main-container form .panel-default.active-background .select2-selection,
.page-node-type-data-collection .main-container form .panel-default.active-background input {
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.active-background .select2-selection:focus,
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.active-background input:focus,
.page-node-type-data-collection .main-container form .panel-default.active-background .select2-selection:focus,
.page-node-type-data-collection .main-container form .panel-default.active-background input:focus {
  border-color: #10069f;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.active-background .panel-title,
.page-node-type-data-collection .main-container form .panel-default.active-background .panel-title {
  font-family: "FSAlbertWeb-Bold";
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.active-background .select2-container--open .select2-dropdown,
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.active-background .select2-dropdown,
.page-node-type-data-collection .main-container form .panel-default.active-background .select2-container--open .select2-dropdown,
.page-node-type-data-collection .main-container form .panel-default.active-background .select2-dropdown {
  transition: all 0.2s ease-in-out;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.active-background .wrapper-test,
.page-node-type-data-collection .main-container form .panel-default.active-background .wrapper-test {
  border-color: transparent;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #taski_option_2_image,
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #competitor_image,
.page-node-type-data-collection .main-container form .panel-default.machines #taski_option_2_image,
.page-node-type-data-collection .main-container form .panel-default.machines #competitor_image {
  margin-right: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default,
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #competitor_image .panel-default,
.page-node-type-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default,
.page-node-type-data-collection .main-container form .panel-default.machines #competitor_image .panel-default {
  padding: 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test,
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test,
.page-node-type-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test,
.page-node-type-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test {
  margin: 0;
  padding: 0 0 0 0.625rem;
  width: 100%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-heading,
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-heading,
.page-node-type-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-heading,
.page-node-type-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-heading {
  margin-bottom: 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-heading .panel-title,
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-heading .panel-title,
.page-node-type-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-heading .panel-title,
.page-node-type-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-heading .panel-title {
  margin-bottom: 0.25rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-body,
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-body,
.page-node-type-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-body,
.page-node-type-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-body {
  background-color: #f3f2fa;
  border: 0.0625rem solid #dad9e0;
  border-radius: 0.125rem;
  height: 12.5rem;
  margin-top: 1.4375rem;
}
@media (min-width: 1200px) {
  .context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-body,
  .context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-body,
  .page-node-type-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-body,
  .page-node-type-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-body {
    margin-top: 0;
  }
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-body div,
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-body div,
.page-node-type-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-body div,
.page-node-type-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-body div {
  color: #7f8fa4;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 5.75rem 0 0;
  text-align: center;
  width: 100%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-body div:before,
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-body div:before,
.page-node-type-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-body div:before,
.page-node-type-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-body div:before {
  position: relative;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-body img,
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-body img,
.page-node-type-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-body img,
.page-node-type-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-body img {
  background: white;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-body img,
  .context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-body img,
  .page-node-type-data-collection .main-container form .panel-default.machines #taski_option_2_image .panel-default .wrapper-test .panel-body img,
  .page-node-type-data-collection .main-container form .panel-default.machines #competitor_image .panel-default .wrapper-test .panel-body img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines .field--name-field-additional-comment-m,
.page-node-type-data-collection .main-container form .panel-default.machines .field--name-field-additional-comment-m {
  margin-bottom: 0.75rem;
  padding: 0;
  position: relative;
  width: 100%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines .field--name-field-additional-comment-m:before,
.page-node-type-data-collection .main-container form .panel-default.machines .field--name-field-additional-comment-m:before {
  background-size: 0.5625rem 0.0625rem;
  background-image: linear-gradient(to right, #C5D0DE 50%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-repeat: repeat-x;
  content: "";
  height: 0.0625rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines .field--name-field-additional-comment-m label,
.page-node-type-data-collection .main-container form .panel-default.machines .field--name-field-additional-comment-m label {
  text-transform: capitalize;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines .field--name-field-additional-comment-m textarea,
.page-node-type-data-collection .main-container form .panel-default.machines .field--name-field-additional-comment-m textarea {
  height: 96px;
  margin-bottom: 1.875rem;
  min-height: 96px;
  min-width: 1px;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines #competitor_image,
.page-node-type-data-collection .main-container form .panel-default.machines #competitor_image {
  bottom: 0;
  width: 50%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines .panel-body > div,
.page-node-type-data-collection .main-container form .panel-default.machines .panel-body > div {
  margin-right: 0.0625rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines .panel-body > div[class*=field-taski-machine],
.page-node-type-data-collection .main-container form .panel-default.machines .panel-body > div[class*=field-taski-machine] {
  margin: 0 0.0625rem 1.375rem 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines .panel-body > div[class*=competitor-make],
.page-node-type-data-collection .main-container form .panel-default.machines .panel-body > div[class*=competitor-make] {
  margin-top: 6em;
  padding: 0 0.625rem 0 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-default.machines .panel-body > div:nth-child(2n+2),
.page-node-type-data-collection .main-container form .panel-default.machines .panel-body > div:nth-child(2n+2) {
  padding: 0 0.625rem 0 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-heading,
.page-node-type-data-collection .main-container form .panel-heading {
  margin-bottom: 0.8125rem;
  padding: 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-title,
.page-node-type-data-collection .main-container form .panel-title {
  font-family: "FSAlbertWeb-Regular";
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
  text-align: left;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-body,
.page-node-type-data-collection .main-container form .panel-body {
  padding: 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-body > div,
.page-node-type-data-collection .main-container form .panel-body > div {
  clear: left;
  float: left;
  margin: 0 0 1.375rem;
  padding-right: 0.625rem;
  width: 50%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-body > div:nth-child(2n+2),
.page-node-type-data-collection .main-container form .panel-body > div:nth-child(2n+2) {
  clear: none;
  padding: 0 0 0 0.625rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-body > div[class*=field-taski-machine],
.page-node-type-data-collection .main-container form .panel-body > div[class*=field-taski-machine] {
  margin-bottom: 2.3125rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-body > div .form-group,
.page-node-type-data-collection .main-container form .panel-body > div .form-group {
  margin-bottom: 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-body .panel-title,
.page-node-type-data-collection .main-container form .panel-body .panel-title {
  border: none;
  color: #7f8fa4;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-body .input-group,
.page-node-type-data-collection .main-container form .panel-body .input-group {
  width: 100%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-body .select2-container,
.page-node-type-data-collection .main-container form .panel-body .select2-container {
  width: 100% !important;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-body .select2-selection,
.page-node-type-data-collection .main-container form .panel-body .select2-selection {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #f3f2fa;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  color: #354052;
  font-family: "FSAlbertWeb-Regular";
  font-size: 14px;
  max-width: 100%;
  min-height: 2.25rem;
  width: 100%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-body .form-control,
.page-node-type-data-collection .main-container form .panel-body .form-control {
  box-shadow: none;
  max-width: 100%;
  width: 100%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-body .field--type-boolean.field--widget-boolean-checkbox,
.page-node-type-data-collection .main-container form .panel-body .field--type-boolean.field--widget-boolean-checkbox {
  float: right;
  text-align: right;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-body .field--type-boolean.field--widget-boolean-checkbox label,
.page-node-type-data-collection .main-container form .panel-body .field--type-boolean.field--widget-boolean-checkbox label {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: row-reverse;
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .panel-body .field--type-boolean.field--widget-boolean-checkbox label:before,
.page-node-type-data-collection .main-container form .panel-body .field--type-boolean.field--widget-boolean-checkbox label:before {
  margin: 0 0 0 0.875rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .form-group[class*=rate], .context-calculators-machines-calculator-step-data-collection .main-container form .form-group[class*=annual-employee-turnover], .context-calculators-machines-calculator-step-data-collection .main-container form .form-group[class*=cost], .context-calculators-machines-calculator-step-data-collection .main-container form .form-group[class*=battery-set], .context-calculators-machines-calculator-step-data-collection .main-container form .form-group[class*=price],
.page-node-type-data-collection .main-container form .form-group[class*=rate],
.page-node-type-data-collection .main-container form .form-group[class*=annual-employee-turnover],
.page-node-type-data-collection .main-container form .form-group[class*=cost],
.page-node-type-data-collection .main-container form .form-group[class*=battery-set],
.page-node-type-data-collection .main-container form .form-group[class*=price] {
  position: relative;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .form-group .currency,
.page-node-type-data-collection .main-container form .form-group .currency {
  bottom: 0.5rem;
  color: #847ecd;
  font-family: "FSAlbertWeb-Bold";
  position: absolute;
  right: 1.4375rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .machines .panel-body,
.page-node-type-data-collection .main-container form .machines .panel-body {
  position: relative;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .machines .panel-body > [class*=competitor-brand],
.page-node-type-data-collection .main-container form .machines .panel-body > [class*=competitor-brand] {
  clear: both;
  padding: 0 0.625rem 0 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .machines .panel-body > [class*=competitor-brand]:before,
.page-node-type-data-collection .main-container form .machines .panel-body > [class*=competitor-brand]:before {
  border-bottom: 1px dashed #c5d0de;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .machines .panel-body > [class*=competitor-brand] label,
.page-node-type-data-collection .main-container form .machines .panel-body > [class*=competitor-brand] label {
  margin-top: 0.9375rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .machines .panel-body > [class*=competitor-make],
.page-node-type-data-collection .main-container form .machines .panel-body > [class*=competitor-make] {
  clear: none;
  margin-top: 0.9375rem;
  padding: 0 0 0 0.625rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .machines .panel-body > [class*=competitor-machine],
.page-node-type-data-collection .main-container form .machines .panel-body > [class*=competitor-machine] {
  padding: 0 0.625rem 0 0 !important;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .machines .panel-body > .form-group[class*=robotic],
.page-node-type-data-collection .main-container form .machines .panel-body > .form-group[class*=robotic] {
  border-bottom: 1px dashed #c5d0de;
  margin-bottom: 0.6875rem;
  padding-bottom: 2.125rem;
  width: 100%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .machines .panel-body > .form-group[class*=robotic] > div,
.page-node-type-data-collection .main-container form .machines .panel-body > .form-group[class*=robotic] > div {
  width: 50%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .machines [class*=taski-machine] [class*=taski-machine],
.page-node-type-data-collection .main-container form .machines [class*=taski-machine] [class*=taski-machine] {
  position: relative;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .machines [class*=taski-machine] [class*=taski-machine]:after,
.page-node-type-data-collection .main-container form .machines [class*=taski-machine] [class*=taski-machine]:after {
  bottom: 0.625rem;
  content: url("../images/edit.svg");
  display: block;
  height: 1rem;
  position: absolute;
  right: 0.625rem;
  width: 0.75rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .service .panel-body .field--type-boolean + div,
.page-node-type-data-collection .main-container form .service .panel-body .field--type-boolean + div {
  clear: both;
  padding: 0 0.625rem 0 0;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .pricing .panel-body,
.page-node-type-data-collection .main-container form .pricing .panel-body {
  position: relative;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .pricing .panel-body > div,
.page-node-type-data-collection .main-container form .pricing .panel-body > div {
  clear: none;
  padding: 0 0.9375rem 0 0;
  width: 33.33%;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .pricing .panel-body > div:nth-of-type(3n+2),
.page-node-type-data-collection .main-container form .pricing .panel-body > div:nth-of-type(3n+2) {
  padding: 0 0.46875rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .pricing .panel-body > div:nth-of-type(3n+3),
.page-node-type-data-collection .main-container form .pricing .panel-body > div:nth-of-type(3n+3) {
  padding: 0 0 0 0.75rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .pricing .panel-body > div:nth-child(n+4),
.page-node-type-data-collection .main-container form .pricing .panel-body > div:nth-child(n+4) {
  margin-top: 1.375rem;
}
.context-calculators-machines-calculator-step-data-collection .main-container form .form-actions,
.page-node-type-data-collection .main-container form .form-actions {
  margin-top: 3.9375rem !important;
}
.context-calculators-machines-calculator-step-data-collection .form-checkbox:checked + label:after,
.page-node-type-data-collection .form-checkbox:checked + label:after {
  left: unset;
}
.context-calculators-machines-calculator-step-data-collection .select2-container--open .select2-dropdown,
.context-calculators-machines-calculator-step-data-collection .select2-dropdown,
.page-node-type-data-collection .select2-container--open .select2-dropdown,
.page-node-type-data-collection .select2-dropdown {
  transition: display 0.2s ease-in-out;
}
.context-calculators-machines-calculator-step-data-collection .form-item[class*=email] .input-wrapper,
.context-calculators-machines-calculator-step-data-collection .form-item[class*=address] .input-wrapper,
.page-node-type-data-collection .form-item[class*=email] .input-wrapper,
.page-node-type-data-collection .form-item[class*=address] .input-wrapper {
  position: relative;
}
.context-calculators-machines-calculator-step-data-collection .form-item[class*=email] .input-wrapper:after,
.context-calculators-machines-calculator-step-data-collection .form-item[class*=address] .input-wrapper:after,
.page-node-type-data-collection .form-item[class*=email] .input-wrapper:after,
.page-node-type-data-collection .form-item[class*=address] .input-wrapper:after {
  color: #847ecd;
  font-family: "toolbox-icons";
  font-size: 1rem;
  position: absolute;
  right: 10px;
  bottom: 8px;
}
.context-calculators-machines-calculator-step-data-collection .form-item[class*=email] .input-wrapper:after,
.page-node-type-data-collection .form-item[class*=email] .input-wrapper:after {
  content: "\e901";
  font-size: 0.75rem;
}
.context-calculators-machines-calculator-step-data-collection .form-item[class*=address] .input-wrapper:after,
.page-node-type-data-collection .form-item[class*=address] .input-wrapper:after {
  content: "\e904";
}
.context-calculators-machines-calculator-step-data-collection .switch-radio .form-type-radio,
.page-node-type-data-collection .switch-radio .form-type-radio {
  margin: 0;
  width: 50%;
}
.context-calculators-machines-calculator-step-data-collection .switch-radio .glyphicon,
.page-node-type-data-collection .switch-radio .glyphicon {
  display: none;
}
.context-calculators-machines-calculator-step-data-collection .switch-radio legend,
.page-node-type-data-collection .switch-radio legend {
  border: none;
  color: #7f8fa4;
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}
.context-calculators-machines-calculator-step-data-collection .switch-radio .field--type-boolean .fieldset-wrapper > div,
.page-node-type-data-collection .switch-radio .field--type-boolean .fieldset-wrapper > div {
  -webkit-box-orient: row-reverse;
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  max-width: 10.9375rem;
}
.context-calculators-machines-calculator-step-data-collection .info-message,
.page-node-type-data-collection .info-message {
  margin: 0.5625rem auto 0;
}
@media (min-width: 768px) {
  .context-calculators-machines-calculator-step-data-collection .info-message,
  .page-node-type-data-collection .info-message {
    width: calc(50% - 10px);
  }
}

.region-calculator-copyright {
  clear: both;
}

.data-info {
  padding: 2.8125rem 0 0;
}
.data-info.override-data-info {
  margin-bottom: 1.5rem;
  padding: 2.1875rem 0 0;
}
.data-info h1 {
  border: 0;
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.625rem;
  line-height: 2.25rem;
  margin-bottom: 0;
  text-transform: none !important;
}
.data-info h3 {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.data-info .container-info {
  padding: 0;
}
.data-info .label-field {
  color: #A7A9AC;
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding-bottom: 0.3125rem;
}
.data-info .value {
  font-family: "FSAlbertWeb-Bold";
}
.data-info .contact-field {
  clear: left;
  margin-bottom: 0.8125rem;
  padding-left: 0;
}
.data-info .contact-field:nth-child(2n+2) {
  clear: right;
}

.options {
  clear: both;
  margin-bottom: 2.5rem;
  padding: 0;
}
.options .tab-content {
  margin: 0 -0.9375rem;
}
.options .nav-options {
  margin: 3.25rem 0 1rem;
}
.options .nav-options li {
  display: inline-block;
  margin-right: 1.75rem;
}
.options .nav-options li a {
  color: #A7A9AC;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0 0 0.0625rem;
}
.options .nav-options li a:focus {
  background: transparent;
}
.options .nav-options li:hover {
  background: transparent;
}
.options .nav-options li:hover a {
  background: transparent;
  border-bottom: 2px solid #10069f;
  color: #10069f;
}
.options .nav-options li.active a {
  border-bottom: 2px solid #10069f;
  color: #10069f;
}
.options .nav-options li.active a:focus {
  background: transparent;
}
.options .main-options {
  margin: 0 -0.3125rem;
}
.options .secondary-options {
  margin-bottom: 0;
}
.options .machine:not(.item) {
  padding: 0 1.1875rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .options .machine:not(.item) {
    padding: 0 0.75rem;
  }
}
.options .owl-item {
  padding: 0 0.875rem;
}
.options .owl-dots {
  display: none;
}
.options .owl-nav button {
  background: #f3f2fa !important;
  border: 1px solid rgba(197, 208, 222, 0.5) !important;
  display: block;
  height: 21.375rem;
  position: absolute;
  top: 0;
  width: 2.875rem;
}
.options .owl-nav button i:after {
  color: #fff;
  content: url("../images/slider-arrow.svg");
  display: block;
  height: 0.8125rem;
  margin: 0 auto;
  width: 0.8125rem;
}
.options .owl-nav button.disabled {
  display: none;
}
.options .owl-nav button.owl-prev {
  left: -2.8125rem;
}
.options .owl-nav button.owl-prev i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.options .owl-nav button.owl-next {
  right: -2.875rem;
}
.options .owl-nav button.owl-next i:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.options .machine-image {
  text-align: center;
}
.options .machine-image img {
  height: 12.5rem;
  margin: 0 auto;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .options .machine-image img {
    height: auto;
    width: 100%;
  }
}
.options .machine-name {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 1.6875rem 1.8125rem 0.9375rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .options .machine-name {
    padding: 1.6875rem 1.25rem 0.9375rem;
  }
}
.options .item.machine,
.options .inner-machine {
  border: 1px solid rgba(197, 208, 222, 0.5);
  box-shadow: 0 12px 10px -8px #BEC9D9;
}
.options .item.machine .checkbox,
.options .inner-machine .checkbox {
  margin: 0;
  padding: 0.375rem 0.5rem;
}
.options .machine-image {
  padding: 1.25rem 0;
}
.options .label-info {
  background: transparent;
}
.options .machine-info,
.options .annual-cost {
  background-color: #F3F2FA;
  clear: both;
  padding: 0.9375rem 1.8125rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .options .machine-info,
  .options .annual-cost {
    padding: 0.9375rem 1.25rem;
  }
}
.options .machine-info {
  min-height: 7.1875rem;
  padding-bottom: 0;
}
.options .machine-info .container-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  clear: both;
}
.options .machine-info .label-info {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.options .machine-info .value {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.options .annual-cost {
  padding-top: 0.8125rem;
}
.options .annual-cost h4 {
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.875rem;
  margin-bottom: 0.125rem;
}
.options .annual-cost .label-info {
  display: inline-block;
}
.options .annual-cost .value {
  float: right;
  max-width: 4.875rem;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .options .annual-cost .value {
    max-width: 3.75rem;
  }
}
.options .annual-cost .bullet-color {
  border-radius: 50%;
  display: inline-block;
  height: 0.5rem;
  margin: 0 0.25rem 0 -0.9375rem;
  width: 0.5rem;
}
.options .annual-cost .cost-blue {
  background: #2969eb;
}
.options .annual-cost .cost-red {
  background: #f85359;
}
.options .annual-cost .cost-green {
  background: #148f79;
}
.options .annual-cost .cost-purple {
  background: #847ecd;
}
.options .annual-cost .cost-orange {
  background: #ff7d00;
}
.options .total-cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: #E7E6F5;
  font-family: "FSAlbertWeb-Bold";
  padding: 0.9375rem 1.875rem;
  width: 100%;
}
.options .total-cost .label-info {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.options .total-cost .value {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.close-stl svg path {
  fill: #fff;
}

.path-calculators[class*=machines] .region-content {
  padding-bottom: 0;
}
.path-calculators[class*=machines] .region-calculator-copyright {
  clear: both;
}
.path-calculators[class*=machines] .text-imag svg .a {
  fill: #fff;
}

.block-ng2-componentrobotic-comparison {
  clear: both;
}

.wrapp-header.machines .print-pdf .robotic-pdf-print .form-actions {
  width: 0;
  min-width: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}
.wrapp-header.machines .print-pdf .form {
  margin-bottom: 0;
}
.wrapp-header.machines .print-pdf .form-actions button {
  font-size: 0;
  height: auto;
  margin-left: 1.25rem;
  margin-right: 0;
  padding: 0;
}
.wrapp-header.machines .print-pdf .form-actions button:before {
  content: "\e91c";
  color: #fff;
  font-family: "toolbox-icons";
  font-size: 0.875rem;
  position: relative;
}

.block-machines-calculator-header .env-header-menu .switch-btn li {
  padding: 1.1875rem 0 0;
}
.block-machines-calculator-header .env-header-menu .switch-btn li.active-trail {
  font-weight: bold;
}
.block-machines-calculator-header .env-header-menu .switch-btn a {
  padding: 0 0 0.125rem;
}
.block-machines-calculator-header .env-header-menu .switch-btn a:focus {
  background: transparent;
}

/* New Style */
.node-data-collection-form .form-actions,
.node-data-collection-edit-form .form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f6f9;
  height: 7.8125rem;
  margin: 0 -1.5625rem 0 -3.125rem;
  min-width: 100%;
  padding: 0 0.9375rem 0 0;
}
@media (min-width: 768px) {
  .node-data-collection-form .form-actions,
  .node-data-collection-edit-form .form-actions {
    min-width: 45.0625rem;
    margin: 0 -0.625rem 0 -0.75rem;
    padding: 0 1.4375rem;
  }
}
@media (min-width: 1200px) {
  .node-data-collection-form .form-actions,
  .node-data-collection-edit-form .form-actions {
    margin: -0.875rem -0.75rem 0 -0.75rem;
    min-width: 73.4375rem;
    padding-right: calc((50% + 10px) / 2) !important;
  }
}

.add-robotic-switcher .wrapper-test {
  border: 0 !important;
}
.add-robotic-switcher .wrapper-test .panel-heading {
  display: none;
}

.language-section .wrapper-test .panel-heading {
  display: none;
}

form[class*=data-collection] .description {
  background: #10069f;
  border: 0.0625rem solid #10069f;
  border-radius: 0.125rem;
  bottom: 77%;
  color: #fff;
  display: none;
  font-family: sans-serif;
  font-size: 0.75rem;
  left: 0;
  margin: auto;
  max-width: 13.25rem;
  opacity: 0;
  padding: 0.375rem 0.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
form[class*=data-collection] .description:after {
  border-width: 0.375rem;
  border-style: solid;
  border-color: #10069f transparent transparent transparent;
  content: " ";
  left: 50%;
  margin-left: -0.375rem;
  position: absolute;
  top: 100%;
}
form[class*=data-collection] .input-wrapper:hover + .description,
form[class*=data-collection] .input-group:hover + .description {
  display: block;
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
}
form[class*=data-collection] .control-label.option:hover > .description,
form[class*=data-collection] .select-wrapper:hover .description {
  bottom: 2.8125rem;
  display: block;
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
  word-break: break-word;
}

/* Slider Range Input */
.range {
  max-width: 29.6875rem;
}

.sliderticks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.sliderticks p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.1875rem;
  margin: 0 0 1.25rem 0;
  position: relative;
  text-align: center;
  width: 0.75rem;
}
.sliderticks p:before {
  background: #d3d3d3;
  content: "";
  display: block;
  height: 0.625rem;
  position: absolute;
  top: -0.6875rem;
  width: 0.0625rem;
  z-index: 0;
}

.slider.form-range {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: block;
  height: 30px;
  margin: 0;
  opacity: 0.7;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.slider.form-range:hover {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
}
.slider.form-range:focus {
  outline: none;
}
.slider.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #10069f;
  border: 0;
  box-shadow: 1px 0 0 -2px #e2e7ee, 2px 0 0 -2px #e2e7ee, 3px 0 0 -2px #e2e7ee, 4px 0 0 -2px #e2e7ee, 5px 0 0 -2px #e2e7ee, 6px 0 0 -2px #e2e7ee, 7px 0 0 -2px #e2e7ee, 8px 0 0 -2px #e2e7ee, 9px 0 0 -2px #e2e7ee, 10px 0 0 -2px #e2e7ee, 11px 0 0 -2px #e2e7ee, 12px 0 0 -2px #e2e7ee, 13px 0 0 -2px #e2e7ee, 14px 0 0 -2px #e2e7ee, 15px 0 0 -2px #e2e7ee, 16px 0 0 -2px #e2e7ee, 17px 0 0 -2px #e2e7ee, 18px 0 0 -2px #e2e7ee, 19px 0 0 -2px #e2e7ee, 20px 0 0 -2px #e2e7ee, 21px 0 0 -2px #e2e7ee, 22px 0 0 -2px #e2e7ee, 23px 0 0 -2px #e2e7ee, 24px 0 0 -2px #e2e7ee, 25px 0 0 -2px #e2e7ee, 26px 0 0 -2px #e2e7ee, 27px 0 0 -2px #e2e7ee, 28px 0 0 -2px #e2e7ee, 29px 0 0 -2px #e2e7ee, 30px 0 0 -2px #e2e7ee, 31px 0 0 -2px #e2e7ee, 32px 0 0 -2px #e2e7ee, 33px 0 0 -2px #e2e7ee, 34px 0 0 -2px #e2e7ee, 35px 0 0 -2px #e2e7ee, 36px 0 0 -2px #e2e7ee, 37px 0 0 -2px #e2e7ee, 38px 0 0 -2px #e2e7ee, 39px 0 0 -2px #e2e7ee, 40px 0 0 -2px #e2e7ee, 41px 0 0 -2px #e2e7ee, 42px 0 0 -2px #e2e7ee, 43px 0 0 -2px #e2e7ee, 44px 0 0 -2px #e2e7ee, 45px 0 0 -2px #e2e7ee, 46px 0 0 -2px #e2e7ee, 47px 0 0 -2px #e2e7ee, 48px 0 0 -2px #e2e7ee, 49px 0 0 -2px #e2e7ee, 50px 0 0 -2px #e2e7ee, 51px 0 0 -2px #e2e7ee, 52px 0 0 -2px #e2e7ee, 53px 0 0 -2px #e2e7ee, 54px 0 0 -2px #e2e7ee, 55px 0 0 -2px #e2e7ee, 56px 0 0 -2px #e2e7ee, 57px 0 0 -2px #e2e7ee, 58px 0 0 -2px #e2e7ee, 59px 0 0 -2px #e2e7ee, 60px 0 0 -2px #e2e7ee, 61px 0 0 -2px #e2e7ee, 62px 0 0 -2px #e2e7ee, 63px 0 0 -2px #e2e7ee, 64px 0 0 -2px #e2e7ee, 65px 0 0 -2px #e2e7ee, 66px 0 0 -2px #e2e7ee, 67px 0 0 -2px #e2e7ee, 68px 0 0 -2px #e2e7ee, 69px 0 0 -2px #e2e7ee, 70px 0 0 -2px #e2e7ee, 71px 0 0 -2px #e2e7ee, 72px 0 0 -2px #e2e7ee, 73px 0 0 -2px #e2e7ee, 74px 0 0 -2px #e2e7ee, 75px 0 0 -2px #e2e7ee, 76px 0 0 -2px #e2e7ee, 77px 0 0 -2px #e2e7ee, 78px 0 0 -2px #e2e7ee, 79px 0 0 -2px #e2e7ee, 80px 0 0 -2px #e2e7ee, 81px 0 0 -2px #e2e7ee, 82px 0 0 -2px #e2e7ee, 83px 0 0 -2px #e2e7ee, 84px 0 0 -2px #e2e7ee, 85px 0 0 -2px #e2e7ee, 86px 0 0 -2px #e2e7ee, 87px 0 0 -2px #e2e7ee, 88px 0 0 -2px #e2e7ee, 89px 0 0 -2px #e2e7ee, 90px 0 0 -2px #e2e7ee, 91px 0 0 -2px #e2e7ee, 92px 0 0 -2px #e2e7ee, 93px 0 0 -2px #e2e7ee, 94px 0 0 -2px #e2e7ee, 95px 0 0 -2px #e2e7ee, 96px 0 0 -2px #e2e7ee, 97px 0 0 -2px #e2e7ee, 98px 0 0 -2px #e2e7ee, 99px 0 0 -2px #e2e7ee, 100px 0 0 -2px #e2e7ee, 101px 0 0 -2px #e2e7ee, 102px 0 0 -2px #e2e7ee, 103px 0 0 -2px #e2e7ee, 104px 0 0 -2px #e2e7ee, 105px 0 0 -2px #e2e7ee, 106px 0 0 -2px #e2e7ee, 107px 0 0 -2px #e2e7ee, 108px 0 0 -2px #e2e7ee, 109px 0 0 -2px #e2e7ee, 110px 0 0 -2px #e2e7ee, 111px 0 0 -2px #e2e7ee, 112px 0 0 -2px #e2e7ee, 113px 0 0 -2px #e2e7ee, 114px 0 0 -2px #e2e7ee, 115px 0 0 -2px #e2e7ee, 116px 0 0 -2px #e2e7ee, 117px 0 0 -2px #e2e7ee, 118px 0 0 -2px #e2e7ee, 119px 0 0 -2px #e2e7ee, 120px 0 0 -2px #e2e7ee, 121px 0 0 -2px #e2e7ee, 122px 0 0 -2px #e2e7ee, 123px 0 0 -2px #e2e7ee, 124px 0 0 -2px #e2e7ee, 125px 0 0 -2px #e2e7ee, 126px 0 0 -2px #e2e7ee, 127px 0 0 -2px #e2e7ee, 128px 0 0 -2px #e2e7ee, 129px 0 0 -2px #e2e7ee, 130px 0 0 -2px #e2e7ee, 131px 0 0 -2px #e2e7ee, 132px 0 0 -2px #e2e7ee, 133px 0 0 -2px #e2e7ee, 134px 0 0 -2px #e2e7ee, 135px 0 0 -2px #e2e7ee, 136px 0 0 -2px #e2e7ee, 137px 0 0 -2px #e2e7ee, 138px 0 0 -2px #e2e7ee, 139px 0 0 -2px #e2e7ee, 140px 0 0 -2px #e2e7ee, 141px 0 0 -2px #e2e7ee, 142px 0 0 -2px #e2e7ee, 143px 0 0 -2px #e2e7ee, 144px 0 0 -2px #e2e7ee, 145px 0 0 -2px #e2e7ee, 146px 0 0 -2px #e2e7ee, 147px 0 0 -2px #e2e7ee, 148px 0 0 -2px #e2e7ee, 149px 0 0 -2px #e2e7ee, 150px 0 0 -2px #e2e7ee, 151px 0 0 -2px #e2e7ee, 152px 0 0 -2px #e2e7ee, 153px 0 0 -2px #e2e7ee, 154px 0 0 -2px #e2e7ee, 155px 0 0 -2px #e2e7ee, 156px 0 0 -2px #e2e7ee, 157px 0 0 -2px #e2e7ee, 158px 0 0 -2px #e2e7ee, 159px 0 0 -2px #e2e7ee, 160px 0 0 -2px #e2e7ee, 161px 0 0 -2px #e2e7ee, 162px 0 0 -2px #e2e7ee, 163px 0 0 -2px #e2e7ee, 164px 0 0 -2px #e2e7ee, 165px 0 0 -2px #e2e7ee, 166px 0 0 -2px #e2e7ee, 167px 0 0 -2px #e2e7ee, 168px 0 0 -2px #e2e7ee, 169px 0 0 -2px #e2e7ee, 170px 0 0 -2px #e2e7ee, 171px 0 0 -2px #e2e7ee, 172px 0 0 -2px #e2e7ee, 173px 0 0 -2px #e2e7ee, 174px 0 0 -2px #e2e7ee, 175px 0 0 -2px #e2e7ee, 176px 0 0 -2px #e2e7ee, 177px 0 0 -2px #e2e7ee, 178px 0 0 -2px #e2e7ee, 179px 0 0 -2px #e2e7ee, 180px 0 0 -2px #e2e7ee, 181px 0 0 -2px #e2e7ee, 182px 0 0 -2px #e2e7ee, 183px 0 0 -2px #e2e7ee, 184px 0 0 -2px #e2e7ee, 185px 0 0 -2px #e2e7ee, 186px 0 0 -2px #e2e7ee, 187px 0 0 -2px #e2e7ee, 188px 0 0 -2px #e2e7ee, 189px 0 0 -2px #e2e7ee, 190px 0 0 -2px #e2e7ee, 191px 0 0 -2px #e2e7ee, 192px 0 0 -2px #e2e7ee, 193px 0 0 -2px #e2e7ee, 194px 0 0 -2px #e2e7ee, 195px 0 0 -2px #e2e7ee, 196px 0 0 -2px #e2e7ee, 197px 0 0 -2px #e2e7ee, 198px 0 0 -2px #e2e7ee, 199px 0 0 -2px #e2e7ee, 200px 0 0 -2px #e2e7ee, 201px 0 0 -2px #e2e7ee, 202px 0 0 -2px #e2e7ee, 203px 0 0 -2px #e2e7ee, 204px 0 0 -2px #e2e7ee, 205px 0 0 -2px #e2e7ee, 206px 0 0 -2px #e2e7ee, 207px 0 0 -2px #e2e7ee, 208px 0 0 -2px #e2e7ee, 209px 0 0 -2px #e2e7ee, 210px 0 0 -2px #e2e7ee, 211px 0 0 -2px #e2e7ee, 212px 0 0 -2px #e2e7ee, 213px 0 0 -2px #e2e7ee, 214px 0 0 -2px #e2e7ee, 215px 0 0 -2px #e2e7ee, 216px 0 0 -2px #e2e7ee, 217px 0 0 -2px #e2e7ee, 218px 0 0 -2px #e2e7ee, 219px 0 0 -2px #e2e7ee, 220px 0 0 -2px #e2e7ee, 221px 0 0 -2px #e2e7ee, 222px 0 0 -2px #e2e7ee, 223px 0 0 -2px #e2e7ee, 224px 0 0 -2px #e2e7ee, 225px 0 0 -2px #e2e7ee, 226px 0 0 -2px #e2e7ee, 227px 0 0 -2px #e2e7ee, 228px 0 0 -2px #e2e7ee, 229px 0 0 -2px #e2e7ee, 230px 0 0 -2px #e2e7ee, 231px 0 0 -2px #e2e7ee, 232px 0 0 -2px #e2e7ee, 233px 0 0 -2px #e2e7ee, 234px 0 0 -2px #e2e7ee, 235px 0 0 -2px #e2e7ee, 236px 0 0 -2px #e2e7ee, 237px 0 0 -2px #e2e7ee, 238px 0 0 -2px #e2e7ee, 239px 0 0 -2px #e2e7ee, 240px 0 0 -2px #e2e7ee, 241px 0 0 -2px #e2e7ee, 242px 0 0 -2px #e2e7ee, 243px 0 0 -2px #e2e7ee, 244px 0 0 -2px #e2e7ee, 245px 0 0 -2px #e2e7ee, 246px 0 0 -2px #e2e7ee, 247px 0 0 -2px #e2e7ee, 248px 0 0 -2px #e2e7ee, 249px 0 0 -2px #e2e7ee, 250px 0 0 -2px #e2e7ee, 251px 0 0 -2px #e2e7ee, 252px 0 0 -2px #e2e7ee, 253px 0 0 -2px #e2e7ee, 254px 0 0 -2px #e2e7ee, 255px 0 0 -2px #e2e7ee, 256px 0 0 -2px #e2e7ee, 257px 0 0 -2px #e2e7ee, 258px 0 0 -2px #e2e7ee, 259px 0 0 -2px #e2e7ee, 260px 0 0 -2px #e2e7ee, 261px 0 0 -2px #e2e7ee, 262px 0 0 -2px #e2e7ee, 263px 0 0 -2px #e2e7ee, 264px 0 0 -2px #e2e7ee, 265px 0 0 -2px #e2e7ee, 266px 0 0 -2px #e2e7ee, 267px 0 0 -2px #e2e7ee, 268px 0 0 -2px #e2e7ee, 269px 0 0 -2px #e2e7ee, 270px 0 0 -2px #e2e7ee, 271px 0 0 -2px #e2e7ee, 272px 0 0 -2px #e2e7ee, 273px 0 0 -2px #e2e7ee, 274px 0 0 -2px #e2e7ee, 275px 0 0 -2px #e2e7ee, 276px 0 0 -2px #e2e7ee, 277px 0 0 -2px #e2e7ee, 278px 0 0 -2px #e2e7ee, 279px 0 0 -2px #e2e7ee, 280px 0 0 -2px #e2e7ee, 281px 0 0 -2px #e2e7ee, 282px 0 0 -2px #e2e7ee, 283px 0 0 -2px #e2e7ee, 284px 0 0 -2px #e2e7ee, 285px 0 0 -2px #e2e7ee, 286px 0 0 -2px #e2e7ee, 287px 0 0 -2px #e2e7ee, 288px 0 0 -2px #e2e7ee, 289px 0 0 -2px #e2e7ee, 290px 0 0 -2px #e2e7ee, 291px 0 0 -2px #e2e7ee, 292px 0 0 -2px #e2e7ee, 293px 0 0 -2px #e2e7ee, 294px 0 0 -2px #e2e7ee, 295px 0 0 -2px #e2e7ee, 296px 0 0 -2px #e2e7ee, 297px 0 0 -2px #e2e7ee, 298px 0 0 -2px #e2e7ee, 299px 0 0 -2px #e2e7ee, 300px 0 0 -2px #e2e7ee, 301px 0 0 -2px #e2e7ee, 302px 0 0 -2px #e2e7ee, 303px 0 0 -2px #e2e7ee, 304px 0 0 -2px #e2e7ee, 305px 0 0 -2px #e2e7ee, 306px 0 0 -2px #e2e7ee, 307px 0 0 -2px #e2e7ee, 308px 0 0 -2px #e2e7ee, 309px 0 0 -2px #e2e7ee, 310px 0 0 -2px #e2e7ee, 311px 0 0 -2px #e2e7ee, 312px 0 0 -2px #e2e7ee, 313px 0 0 -2px #e2e7ee, 314px 0 0 -2px #e2e7ee, 315px 0 0 -2px #e2e7ee, 316px 0 0 -2px #e2e7ee, 317px 0 0 -2px #e2e7ee, 318px 0 0 -2px #e2e7ee, 319px 0 0 -2px #e2e7ee, 320px 0 0 -2px #e2e7ee, 321px 0 0 -2px #e2e7ee, 322px 0 0 -2px #e2e7ee, 323px 0 0 -2px #e2e7ee, 324px 0 0 -2px #e2e7ee, 325px 0 0 -2px #e2e7ee, 326px 0 0 -2px #e2e7ee, 327px 0 0 -2px #e2e7ee, 328px 0 0 -2px #e2e7ee, 329px 0 0 -2px #e2e7ee, 330px 0 0 -2px #e2e7ee, 331px 0 0 -2px #e2e7ee, 332px 0 0 -2px #e2e7ee, 333px 0 0 -2px #e2e7ee, 334px 0 0 -2px #e2e7ee, 335px 0 0 -2px #e2e7ee, 336px 0 0 -2px #e2e7ee, 337px 0 0 -2px #e2e7ee, 338px 0 0 -2px #e2e7ee, 339px 0 0 -2px #e2e7ee, 340px 0 0 -2px #e2e7ee, 341px 0 0 -2px #e2e7ee, 342px 0 0 -2px #e2e7ee, 343px 0 0 -2px #e2e7ee, 344px 0 0 -2px #e2e7ee, 345px 0 0 -2px #e2e7ee, 346px 0 0 -2px #e2e7ee, 347px 0 0 -2px #e2e7ee, 348px 0 0 -2px #e2e7ee, 349px 0 0 -2px #e2e7ee, 350px 0 0 -2px #e2e7ee, 351px 0 0 -2px #e2e7ee, 352px 0 0 -2px #e2e7ee, 353px 0 0 -2px #e2e7ee, 354px 0 0 -2px #e2e7ee, 355px 0 0 -2px #e2e7ee, 356px 0 0 -2px #e2e7ee, 357px 0 0 -2px #e2e7ee, 358px 0 0 -2px #e2e7ee, 359px 0 0 -2px #e2e7ee, 360px 0 0 -2px #e2e7ee, 361px 0 0 -2px #e2e7ee, 362px 0 0 -2px #e2e7ee, 363px 0 0 -2px #e2e7ee, 364px 0 0 -2px #e2e7ee, 365px 0 0 -2px #e2e7ee, 366px 0 0 -2px #e2e7ee, 367px 0 0 -2px #e2e7ee, 368px 0 0 -2px #e2e7ee, 369px 0 0 -2px #e2e7ee, 370px 0 0 -2px #e2e7ee, 371px 0 0 -2px #e2e7ee, 372px 0 0 -2px #e2e7ee, 373px 0 0 -2px #e2e7ee, 374px 0 0 -2px #e2e7ee, 375px 0 0 -2px #e2e7ee, 376px 0 0 -2px #e2e7ee, 377px 0 0 -2px #e2e7ee, 378px 0 0 -2px #e2e7ee, 379px 0 0 -2px #e2e7ee, 380px 0 0 -2px #e2e7ee, 381px 0 0 -2px #e2e7ee, 382px 0 0 -2px #e2e7ee, 383px 0 0 -2px #e2e7ee, 384px 0 0 -2px #e2e7ee, 385px 0 0 -2px #e2e7ee, 386px 0 0 -2px #e2e7ee, 387px 0 0 -2px #e2e7ee, 388px 0 0 -2px #e2e7ee, 389px 0 0 -2px #e2e7ee, 390px 0 0 -2px #e2e7ee, 391px 0 0 -2px #e2e7ee, 392px 0 0 -2px #e2e7ee, 393px 0 0 -2px #e2e7ee, 394px 0 0 -2px #e2e7ee, 395px 0 0 -2px #e2e7ee, 396px 0 0 -2px #e2e7ee, 397px 0 0 -2px #e2e7ee, 398px 0 0 -2px #e2e7ee, 399px 0 0 -2px #e2e7ee, 400px 0 0 -2px #e2e7ee, 401px 0 0 -2px #e2e7ee, 402px 0 0 -2px #e2e7ee, 403px 0 0 -2px #e2e7ee, 404px 0 0 -2px #e2e7ee, 405px 0 0 -2px #e2e7ee, 406px 0 0 -2px #e2e7ee, 407px 0 0 -2px #e2e7ee, 408px 0 0 -2px #e2e7ee, 409px 0 0 -2px #e2e7ee, 410px 0 0 -2px #e2e7ee, 411px 0 0 -2px #e2e7ee, 412px 0 0 -2px #e2e7ee, 413px 0 0 -2px #e2e7ee, 414px 0 0 -2px #e2e7ee, 415px 0 0 -2px #e2e7ee, 416px 0 0 -2px #e2e7ee, 417px 0 0 -2px #e2e7ee, 418px 0 0 -2px #e2e7ee, 419px 0 0 -2px #e2e7ee, 420px 0 0 -2px #e2e7ee, 421px 0 0 -2px #e2e7ee, 422px 0 0 -2px #e2e7ee, 423px 0 0 -2px #e2e7ee, 424px 0 0 -2px #e2e7ee, 425px 0 0 -2px #e2e7ee, 426px 0 0 -2px #e2e7ee, 427px 0 0 -2px #e2e7ee, 428px 0 0 -2px #e2e7ee, 429px 0 0 -2px #e2e7ee, 430px 0 0 -2px #e2e7ee, 431px 0 0 -2px #e2e7ee, 432px 0 0 -2px #e2e7ee, 433px 0 0 -2px #e2e7ee, 434px 0 0 -2px #e2e7ee, 435px 0 0 -2px #e2e7ee, 436px 0 0 -2px #e2e7ee, 437px 0 0 -2px #e2e7ee, 438px 0 0 -2px #e2e7ee, 439px 0 0 -2px #e2e7ee, 440px 0 0 -2px #e2e7ee, 441px 0 0 -2px #e2e7ee, 442px 0 0 -2px #e2e7ee, 443px 0 0 -2px #e2e7ee, 444px 0 0 -2px #e2e7ee, 445px 0 0 -2px #e2e7ee, 446px 0 0 -2px #e2e7ee, 447px 0 0 -2px #e2e7ee, 448px 0 0 -2px #e2e7ee, 449px 0 0 -2px #e2e7ee, 450px 0 0 -2px #e2e7ee, 451px 0 0 -2px #e2e7ee, 452px 0 0 -2px #e2e7ee, 453px 0 0 -2px #e2e7ee, 454px 0 0 -2px #e2e7ee, 455px 0 0 -2px #e2e7ee, 456px 0 0 -2px #e2e7ee, 457px 0 0 -2px #e2e7ee, 458px 0 0 -2px #e2e7ee, 459px 0 0 -2px #e2e7ee, 460px 0 0 -2px #e2e7ee, 461px 0 0 -2px #e2e7ee, 462px 0 0 -2px #e2e7ee, 463px 0 0 -2px #e2e7ee, 464px 0 0 -2px #e2e7ee, 465px 0 0 -2px #e2e7ee, 466px 0 0 -2px #e2e7ee, 467px 0 0 -2px #e2e7ee, 468px 0 0 -2px #e2e7ee, 469px 0 0 -2px #e2e7ee, 470px 0 0 -2px #e2e7ee, 471px 0 0 -2px #e2e7ee, 472px 0 0 -2px #e2e7ee, 473px 0 0 -2px #e2e7ee, 474px 0 0 -2px #e2e7ee, 475px 0 0 -2px #e2e7ee, 476px 0 0 -2px #e2e7ee, 477px 0 0 -2px #e2e7ee, 478px 0 0 -2px #e2e7ee, 479px 0 0 -2px #e2e7ee, 480px 0 0 -2px #e2e7ee, 481px 0 0 -2px #e2e7ee, 482px 0 0 -2px #e2e7ee, 483px 0 0 -2px #e2e7ee, 484px 0 0 -2px #e2e7ee, 485px 0 0 -2px #e2e7ee, 486px 0 0 -2px #e2e7ee, 487px 0 0 -2px #e2e7ee, 488px 0 0 -2px #e2e7ee, 489px 0 0 -2px #e2e7ee, 490px 0 0 -2px #e2e7ee, 491px 0 0 -2px #e2e7ee, 492px 0 0 -2px #e2e7ee, 493px 0 0 -2px #e2e7ee, 494px 0 0 -2px #e2e7ee, 495px 0 0 -2px #e2e7ee, 496px 0 0 -2px #e2e7ee, 497px 0 0 -2px #e2e7ee, 498px 0 0 -2px #e2e7ee, 499px 0 0 -2px #e2e7ee, 500px 0 0 -2px #e2e7ee, 501px 0 0 -2px #e2e7ee, 502px 0 0 -2px #e2e7ee, 503px 0 0 -2px #e2e7ee, 504px 0 0 -2px #e2e7ee, 505px 0 0 -2px #e2e7ee, 506px 0 0 -2px #e2e7ee, 507px 0 0 -2px #e2e7ee, 508px 0 0 -2px #e2e7ee, 509px 0 0 -2px #e2e7ee, 510px 0 0 -2px #e2e7ee, 511px 0 0 -2px #e2e7ee, 512px 0 0 -2px #e2e7ee, 513px 0 0 -2px #e2e7ee, 514px 0 0 -2px #e2e7ee, 515px 0 0 -2px #e2e7ee, 516px 0 0 -2px #e2e7ee, 517px 0 0 -2px #e2e7ee, 518px 0 0 -2px #e2e7ee, 519px 0 0 -2px #e2e7ee, 520px 0 0 -2px #e2e7ee, 521px 0 0 -2px #e2e7ee, 522px 0 0 -2px #e2e7ee, 523px 0 0 -2px #e2e7ee, 524px 0 0 -2px #e2e7ee, 525px 0 0 -2px #e2e7ee, 526px 0 0 -2px #e2e7ee, 527px 0 0 -2px #e2e7ee, 528px 0 0 -2px #e2e7ee, 529px 0 0 -2px #e2e7ee, 530px 0 0 -2px #e2e7ee, 531px 0 0 -2px #e2e7ee, 532px 0 0 -2px #e2e7ee, 533px 0 0 -2px #e2e7ee, 534px 0 0 -2px #e2e7ee, 535px 0 0 -2px #e2e7ee, 536px 0 0 -2px #e2e7ee, 537px 0 0 -2px #e2e7ee, 538px 0 0 -2px #e2e7ee, 539px 0 0 -2px #e2e7ee, 540px 0 0 -2px #e2e7ee, 541px 0 0 -2px #e2e7ee, 542px 0 0 -2px #e2e7ee, 543px 0 0 -2px #e2e7ee, 544px 0 0 -2px #e2e7ee, 545px 0 0 -2px #e2e7ee, 546px 0 0 -2px #e2e7ee, 547px 0 0 -2px #e2e7ee, 548px 0 0 -2px #e2e7ee, 549px 0 0 -2px #e2e7ee, 550px 0 0 -2px #e2e7ee, 551px 0 0 -2px #e2e7ee, 552px 0 0 -2px #e2e7ee, 553px 0 0 -2px #e2e7ee, 554px 0 0 -2px #e2e7ee, 555px 0 0 -2px #e2e7ee, 556px 0 0 -2px #e2e7ee, 557px 0 0 -2px #e2e7ee, 558px 0 0 -2px #e2e7ee, 559px 0 0 -2px #e2e7ee, 560px 0 0 -2px #e2e7ee, 561px 0 0 -2px #e2e7ee, 562px 0 0 -2px #e2e7ee, 563px 0 0 -2px #e2e7ee, 564px 0 0 -2px #e2e7ee, 565px 0 0 -2px #e2e7ee, 566px 0 0 -2px #e2e7ee, 567px 0 0 -2px #e2e7ee, 568px 0 0 -2px #e2e7ee, 569px 0 0 -2px #e2e7ee, 570px 0 0 -2px #e2e7ee, 571px 0 0 -2px #e2e7ee, 572px 0 0 -2px #e2e7ee, 573px 0 0 -2px #e2e7ee, 574px 0 0 -2px #e2e7ee, 575px 0 0 -2px #e2e7ee, 576px 0 0 -2px #e2e7ee, 577px 0 0 -2px #e2e7ee, 578px 0 0 -2px #e2e7ee, 579px 0 0 -2px #e2e7ee, 580px 0 0 -2px #e2e7ee, 581px 0 0 -2px #e2e7ee, 582px 0 0 -2px #e2e7ee, 583px 0 0 -2px #e2e7ee, 584px 0 0 -2px #e2e7ee, 585px 0 0 -2px #e2e7ee, 586px 0 0 -2px #e2e7ee, 587px 0 0 -2px #e2e7ee, 588px 0 0 -2px #e2e7ee, 589px 0 0 -2px #e2e7ee, 590px 0 0 -2px #e2e7ee, 591px 0 0 -2px #e2e7ee, 592px 0 0 -2px #e2e7ee, 593px 0 0 -2px #e2e7ee, 594px 0 0 -2px #e2e7ee, 595px 0 0 -2px #e2e7ee, 596px 0 0 -2px #e2e7ee, 597px 0 0 -2px #e2e7ee, 598px 0 0 -2px #e2e7ee, 599px 0 0 -2px #e2e7ee, 600px 0 0 -2px #e2e7ee, 601px 0 0 -2px #e2e7ee, 602px 0 0 -2px #e2e7ee, 603px 0 0 -2px #e2e7ee, 604px 0 0 -2px #e2e7ee, 605px 0 0 -2px #e2e7ee, 606px 0 0 -2px #e2e7ee, 607px 0 0 -2px #e2e7ee, 608px 0 0 -2px #e2e7ee, 609px 0 0 -2px #e2e7ee, 610px 0 0 -2px #e2e7ee, 611px 0 0 -2px #e2e7ee, 612px 0 0 -2px #e2e7ee, 613px 0 0 -2px #e2e7ee, 614px 0 0 -2px #e2e7ee, 615px 0 0 -2px #e2e7ee, 616px 0 0 -2px #e2e7ee, 617px 0 0 -2px #e2e7ee, 618px 0 0 -2px #e2e7ee, 619px 0 0 -2px #e2e7ee, 620px 0 0 -2px #e2e7ee, 621px 0 0 -2px #e2e7ee, 622px 0 0 -2px #e2e7ee, 623px 0 0 -2px #e2e7ee, 624px 0 0 -2px #e2e7ee, 625px 0 0 -2px #e2e7ee, 626px 0 0 -2px #e2e7ee, 627px 0 0 -2px #e2e7ee, 628px 0 0 -2px #e2e7ee, 629px 0 0 -2px #e2e7ee, 630px 0 0 -2px #e2e7ee, 631px 0 0 -2px #e2e7ee, 632px 0 0 -2px #e2e7ee, 633px 0 0 -2px #e2e7ee, 634px 0 0 -2px #e2e7ee, 635px 0 0 -2px #e2e7ee, 636px 0 0 -2px #e2e7ee, 637px 0 0 -2px #e2e7ee, 638px 0 0 -2px #e2e7ee, 639px 0 0 -2px #e2e7ee, 640px 0 0 -2px #e2e7ee, 641px 0 0 -2px #e2e7ee, 642px 0 0 -2px #e2e7ee, 643px 0 0 -2px #e2e7ee, 644px 0 0 -2px #e2e7ee, 645px 0 0 -2px #e2e7ee, 646px 0 0 -2px #e2e7ee, 647px 0 0 -2px #e2e7ee, 648px 0 0 -2px #e2e7ee, 649px 0 0 -2px #e2e7ee, 650px 0 0 -2px #e2e7ee, 651px 0 0 -2px #e2e7ee, 652px 0 0 -2px #e2e7ee, 653px 0 0 -2px #e2e7ee, 654px 0 0 -2px #e2e7ee, 655px 0 0 -2px #e2e7ee, 656px 0 0 -2px #e2e7ee, 657px 0 0 -2px #e2e7ee, 658px 0 0 -2px #e2e7ee, 659px 0 0 -2px #e2e7ee, 660px 0 0 -2px #e2e7ee, 661px 0 0 -2px #e2e7ee, 662px 0 0 -2px #e2e7ee, 663px 0 0 -2px #e2e7ee, 664px 0 0 -2px #e2e7ee, 665px 0 0 -2px #e2e7ee, 666px 0 0 -2px #e2e7ee, 667px 0 0 -2px #e2e7ee, 668px 0 0 -2px #e2e7ee, 669px 0 0 -2px #e2e7ee, 670px 0 0 -2px #e2e7ee, 671px 0 0 -2px #e2e7ee, 672px 0 0 -2px #e2e7ee, 673px 0 0 -2px #e2e7ee, 674px 0 0 -2px #e2e7ee, 675px 0 0 -2px #e2e7ee, 676px 0 0 -2px #e2e7ee, 677px 0 0 -2px #e2e7ee, 678px 0 0 -2px #e2e7ee, 679px 0 0 -2px #e2e7ee, 680px 0 0 -2px #e2e7ee, 681px 0 0 -2px #e2e7ee, 682px 0 0 -2px #e2e7ee, 683px 0 0 -2px #e2e7ee, 684px 0 0 -2px #e2e7ee, 685px 0 0 -2px #e2e7ee, 686px 0 0 -2px #e2e7ee, 687px 0 0 -2px #e2e7ee, 688px 0 0 -2px #e2e7ee, 689px 0 0 -2px #e2e7ee, 690px 0 0 -2px #e2e7ee, 691px 0 0 -2px #e2e7ee, 692px 0 0 -2px #e2e7ee, 693px 0 0 -2px #e2e7ee, 694px 0 0 -2px #e2e7ee, 695px 0 0 -2px #e2e7ee, 696px 0 0 -2px #e2e7ee, 697px 0 0 -2px #e2e7ee, 698px 0 0 -2px #e2e7ee, 699px 0 0 -2px #e2e7ee, 700px 0 0 -2px #e2e7ee, 701px 0 0 -2px #e2e7ee, 702px 0 0 -2px #e2e7ee, 703px 0 0 -2px #e2e7ee, 704px 0 0 -2px #e2e7ee, 705px 0 0 -2px #e2e7ee, 706px 0 0 -2px #e2e7ee, 707px 0 0 -2px #e2e7ee, 708px 0 0 -2px #e2e7ee, 709px 0 0 -2px #e2e7ee, 710px 0 0 -2px #e2e7ee, 711px 0 0 -2px #e2e7ee, 712px 0 0 -2px #e2e7ee, 713px 0 0 -2px #e2e7ee, 714px 0 0 -2px #e2e7ee, 715px 0 0 -2px #e2e7ee, 716px 0 0 -2px #e2e7ee, 717px 0 0 -2px #e2e7ee, 718px 0 0 -2px #e2e7ee, 719px 0 0 -2px #e2e7ee, 720px 0 0 -2px #e2e7ee, 721px 0 0 -2px #e2e7ee, 722px 0 0 -2px #e2e7ee, 723px 0 0 -2px #e2e7ee, 724px 0 0 -2px #e2e7ee, 725px 0 0 -2px #e2e7ee, 726px 0 0 -2px #e2e7ee, 727px 0 0 -2px #e2e7ee, 728px 0 0 -2px #e2e7ee, 729px 0 0 -2px #e2e7ee, 730px 0 0 -2px #e2e7ee, 731px 0 0 -2px #e2e7ee, 732px 0 0 -2px #e2e7ee, 733px 0 0 -2px #e2e7ee, 734px 0 0 -2px #e2e7ee, 735px 0 0 -2px #e2e7ee, 736px 0 0 -2px #e2e7ee, 737px 0 0 -2px #e2e7ee, 738px 0 0 -2px #e2e7ee, 739px 0 0 -2px #e2e7ee, 740px 0 0 -2px #e2e7ee, 741px 0 0 -2px #e2e7ee, 742px 0 0 -2px #e2e7ee, 743px 0 0 -2px #e2e7ee, 744px 0 0 -2px #e2e7ee, 745px 0 0 -2px #e2e7ee, 746px 0 0 -2px #e2e7ee, 747px 0 0 -2px #e2e7ee, 748px 0 0 -2px #e2e7ee, 749px 0 0 -2px #e2e7ee, 750px 0 0 -2px #e2e7ee, 751px 0 0 -2px #e2e7ee, 752px 0 0 -2px #e2e7ee, 753px 0 0 -2px #e2e7ee, 754px 0 0 -2px #e2e7ee, 755px 0 0 -2px #e2e7ee, 756px 0 0 -2px #e2e7ee, 757px 0 0 -2px #e2e7ee, 758px 0 0 -2px #e2e7ee, 759px 0 0 -2px #e2e7ee, 760px 0 0 -2px #e2e7ee, 761px 0 0 -2px #e2e7ee, 762px 0 0 -2px #e2e7ee, 763px 0 0 -2px #e2e7ee, 764px 0 0 -2px #e2e7ee, 765px 0 0 -2px #e2e7ee, 766px 0 0 -2px #e2e7ee, 767px 0 0 -2px #e2e7ee, 768px 0 0 -2px #e2e7ee, 769px 0 0 -2px #e2e7ee, 770px 0 0 -2px #e2e7ee, 771px 0 0 -2px #e2e7ee, 772px 0 0 -2px #e2e7ee, 773px 0 0 -2px #e2e7ee, 774px 0 0 -2px #e2e7ee, 775px 0 0 -2px #e2e7ee, 776px 0 0 -2px #e2e7ee, 777px 0 0 -2px #e2e7ee, 778px 0 0 -2px #e2e7ee, 779px 0 0 -2px #e2e7ee, 780px 0 0 -2px #e2e7ee, 781px 0 0 -2px #e2e7ee, 782px 0 0 -2px #e2e7ee, 783px 0 0 -2px #e2e7ee, 784px 0 0 -2px #e2e7ee, 785px 0 0 -2px #e2e7ee, 786px 0 0 -2px #e2e7ee, 787px 0 0 -2px #e2e7ee, 788px 0 0 -2px #e2e7ee, 789px 0 0 -2px #e2e7ee, 790px 0 0 -2px #e2e7ee, 791px 0 0 -2px #e2e7ee, 792px 0 0 -2px #e2e7ee, 793px 0 0 -2px #e2e7ee, 794px 0 0 -2px #e2e7ee, 795px 0 0 -2px #e2e7ee, 796px 0 0 -2px #e2e7ee, 797px 0 0 -2px #e2e7ee, 798px 0 0 -2px #e2e7ee, 799px 0 0 -2px #e2e7ee, 800px 0 0 -2px #e2e7ee, 801px 0 0 -2px #e2e7ee, 802px 0 0 -2px #e2e7ee, 803px 0 0 -2px #e2e7ee, 804px 0 0 -2px #e2e7ee, 805px 0 0 -2px #e2e7ee, 806px 0 0 -2px #e2e7ee, 807px 0 0 -2px #e2e7ee, 808px 0 0 -2px #e2e7ee, 809px 0 0 -2px #e2e7ee, 810px 0 0 -2px #e2e7ee, 811px 0 0 -2px #e2e7ee, 812px 0 0 -2px #e2e7ee, 813px 0 0 -2px #e2e7ee, 814px 0 0 -2px #e2e7ee, 815px 0 0 -2px #e2e7ee, 816px 0 0 -2px #e2e7ee, 817px 0 0 -2px #e2e7ee, 818px 0 0 -2px #e2e7ee, 819px 0 0 -2px #e2e7ee, 820px 0 0 -2px #e2e7ee, 821px 0 0 -2px #e2e7ee, 822px 0 0 -2px #e2e7ee, 823px 0 0 -2px #e2e7ee, 824px 0 0 -2px #e2e7ee, 825px 0 0 -2px #e2e7ee, 826px 0 0 -2px #e2e7ee, 827px 0 0 -2px #e2e7ee, 828px 0 0 -2px #e2e7ee, 829px 0 0 -2px #e2e7ee, 830px 0 0 -2px #e2e7ee, 831px 0 0 -2px #e2e7ee, 832px 0 0 -2px #e2e7ee, 833px 0 0 -2px #e2e7ee, 834px 0 0 -2px #e2e7ee, 835px 0 0 -2px #e2e7ee, 836px 0 0 -2px #e2e7ee, 837px 0 0 -2px #e2e7ee, 838px 0 0 -2px #e2e7ee, 839px 0 0 -2px #e2e7ee, 840px 0 0 -2px #e2e7ee, 841px 0 0 -2px #e2e7ee, 842px 0 0 -2px #e2e7ee, 843px 0 0 -2px #e2e7ee, 844px 0 0 -2px #e2e7ee, 845px 0 0 -2px #e2e7ee, 846px 0 0 -2px #e2e7ee, 847px 0 0 -2px #e2e7ee, 848px 0 0 -2px #e2e7ee, 849px 0 0 -2px #e2e7ee, 850px 0 0 -2px #e2e7ee, 851px 0 0 -2px #e2e7ee, 852px 0 0 -2px #e2e7ee, 853px 0 0 -2px #e2e7ee, 854px 0 0 -2px #e2e7ee, 855px 0 0 -2px #e2e7ee, 856px 0 0 -2px #e2e7ee, 857px 0 0 -2px #e2e7ee, 858px 0 0 -2px #e2e7ee, 859px 0 0 -2px #e2e7ee, 860px 0 0 -2px #e2e7ee, 861px 0 0 -2px #e2e7ee, 862px 0 0 -2px #e2e7ee, 863px 0 0 -2px #e2e7ee, 864px 0 0 -2px #e2e7ee, 865px 0 0 -2px #e2e7ee, 866px 0 0 -2px #e2e7ee, 867px 0 0 -2px #e2e7ee, 868px 0 0 -2px #e2e7ee, 869px 0 0 -2px #e2e7ee, 870px 0 0 -2px #e2e7ee, 871px 0 0 -2px #e2e7ee, 872px 0 0 -2px #e2e7ee, 873px 0 0 -2px #e2e7ee, 874px 0 0 -2px #e2e7ee, 875px 0 0 -2px #e2e7ee, 876px 0 0 -2px #e2e7ee, 877px 0 0 -2px #e2e7ee, 878px 0 0 -2px #e2e7ee, 879px 0 0 -2px #e2e7ee, 880px 0 0 -2px #e2e7ee, 881px 0 0 -2px #e2e7ee, 882px 0 0 -2px #e2e7ee, 883px 0 0 -2px #e2e7ee, 884px 0 0 -2px #e2e7ee, 885px 0 0 -2px #e2e7ee, 886px 0 0 -2px #e2e7ee, 887px 0 0 -2px #e2e7ee, 888px 0 0 -2px #e2e7ee, 889px 0 0 -2px #e2e7ee, 890px 0 0 -2px #e2e7ee, 891px 0 0 -2px #e2e7ee, 892px 0 0 -2px #e2e7ee, 893px 0 0 -2px #e2e7ee, 894px 0 0 -2px #e2e7ee, 895px 0 0 -2px #e2e7ee, 896px 0 0 -2px #e2e7ee, 897px 0 0 -2px #e2e7ee, 898px 0 0 -2px #e2e7ee, 899px 0 0 -2px #e2e7ee, 900px 0 0 -2px #e2e7ee, 901px 0 0 -2px #e2e7ee, 902px 0 0 -2px #e2e7ee, 903px 0 0 -2px #e2e7ee, 904px 0 0 -2px #e2e7ee, 905px 0 0 -2px #e2e7ee, 906px 0 0 -2px #e2e7ee, 907px 0 0 -2px #e2e7ee, 908px 0 0 -2px #e2e7ee, 909px 0 0 -2px #e2e7ee, 910px 0 0 -2px #e2e7ee, 911px 0 0 -2px #e2e7ee, 912px 0 0 -2px #e2e7ee, 913px 0 0 -2px #e2e7ee, 914px 0 0 -2px #e2e7ee, 915px 0 0 -2px #e2e7ee, 916px 0 0 -2px #e2e7ee, 917px 0 0 -2px #e2e7ee, 918px 0 0 -2px #e2e7ee, 919px 0 0 -2px #e2e7ee, 920px 0 0 -2px #e2e7ee, 921px 0 0 -2px #e2e7ee, 922px 0 0 -2px #e2e7ee, 923px 0 0 -2px #e2e7ee, 924px 0 0 -2px #e2e7ee, 925px 0 0 -2px #e2e7ee, 926px 0 0 -2px #e2e7ee, 927px 0 0 -2px #e2e7ee, 928px 0 0 -2px #e2e7ee, 929px 0 0 -2px #e2e7ee, 930px 0 0 -2px #e2e7ee, 931px 0 0 -2px #e2e7ee, 932px 0 0 -2px #e2e7ee, 933px 0 0 -2px #e2e7ee, 934px 0 0 -2px #e2e7ee, 935px 0 0 -2px #e2e7ee, 936px 0 0 -2px #e2e7ee, 937px 0 0 -2px #e2e7ee, 938px 0 0 -2px #e2e7ee, 939px 0 0 -2px #e2e7ee, 940px 0 0 -2px #e2e7ee, 941px 0 0 -2px #e2e7ee, 942px 0 0 -2px #e2e7ee, 943px 0 0 -2px #e2e7ee, 944px 0 0 -2px #e2e7ee, 945px 0 0 -2px #e2e7ee, 946px 0 0 -2px #e2e7ee, 947px 0 0 -2px #e2e7ee, 948px 0 0 -2px #e2e7ee, 949px 0 0 -2px #e2e7ee, 950px 0 0 -2px #e2e7ee, 951px 0 0 -2px #e2e7ee, 952px 0 0 -2px #e2e7ee, 953px 0 0 -2px #e2e7ee, 954px 0 0 -2px #e2e7ee, 955px 0 0 -2px #e2e7ee, 956px 0 0 -2px #e2e7ee, 957px 0 0 -2px #e2e7ee, 958px 0 0 -2px #e2e7ee, 959px 0 0 -2px #e2e7ee, 960px 0 0 -2px #e2e7ee, 961px 0 0 -2px #e2e7ee, 962px 0 0 -2px #e2e7ee, 963px 0 0 -2px #e2e7ee, 964px 0 0 -2px #e2e7ee, 965px 0 0 -2px #e2e7ee, 966px 0 0 -2px #e2e7ee, 967px 0 0 -2px #e2e7ee, 968px 0 0 -2px #e2e7ee, 969px 0 0 -2px #e2e7ee, 970px 0 0 -2px #e2e7ee, 971px 0 0 -2px #e2e7ee, 972px 0 0 -2px #e2e7ee, 973px 0 0 -2px #e2e7ee, 974px 0 0 -2px #e2e7ee, 975px 0 0 -2px #e2e7ee, 976px 0 0 -2px #e2e7ee, 977px 0 0 -2px #e2e7ee, 978px 0 0 -2px #e2e7ee, 979px 0 0 -2px #e2e7ee, 980px 0 0 -2px #e2e7ee, 981px 0 0 -2px #e2e7ee, 982px 0 0 -2px #e2e7ee, 983px 0 0 -2px #e2e7ee, 984px 0 0 -2px #e2e7ee, 985px 0 0 -2px #e2e7ee, 986px 0 0 -2px #e2e7ee, 987px 0 0 -2px #e2e7ee, 988px 0 0 -2px #e2e7ee, 989px 0 0 -2px #e2e7ee, 990px 0 0 -2px #e2e7ee, 991px 0 0 -2px #e2e7ee, 992px 0 0 -2px #e2e7ee, 993px 0 0 -2px #e2e7ee, 994px 0 0 -2px #e2e7ee, 995px 0 0 -2px #e2e7ee, 996px 0 0 -2px #e2e7ee, 997px 0 0 -2px #e2e7ee, 998px 0 0 -2px #e2e7ee, 999px 0 0 -2px #e2e7ee, 1000px 0 0 -2px #e2e7ee;
  cursor: pointer;
  height: 12px;
  margin-top: -6px;
  position: relative;
  top: 50%;
  transition: background-color 150ms;
  width: 12px;
  z-index: 2;
}
.slider.form-range::-webkit-slider-runnable-track {
  background: linear-gradient(to bottom, #847ecd, #847ecd) 100% 50%/100% 8px no-repeat transparent;
  height: 30px;
  width: 100%;
}
.slider.form-range::-moz-range-track, .slider.form-range::-moz-range-progress {
  background: linear-gradient(to bottom, #e2e7ee, #e2e7ee) 100% 50%/100% 8px no-repeat transparent;
  height: 30px;
  width: 100%;
}
.slider.form-range::-moz-range-progress {
  background: linear-gradient(to bottom, #847ecd, #847ecd) 100% 50%/100% 8px no-repeat transparent;
}
.slider.form-range::-moz-range-thumb {
  appearance: none;
  background: #10069f;
  border: 0;
  cursor: pointer;
  height: 12px;
  margin: 0;
  transition: background-color 150ms;
  width: 12px;
  z-index: 2;
}
.slider.form-range::-ms-track {
  background: transparent;
  border: 0;
  color: transparent;
  height: 30px;
  width: 100%;
}
.slider.form-range::-ms-fill-lower {
  background: linear-gradient(to bottom, #847ecd, #847ecd) 100% 50%/100% 8px no-repeat transparent;
}
.slider.form-range::-ms-fill-upper {
  background: linear-gradient(to bottom, #e2e7ee, #e2e7ee) 100% 50%/100% 8px no-repeat transparent;
}
.slider.form-range::-ms-thumb {
  appearance: none;
  border: 0;
  background: #10069f;
  box-shadow: none;
  cursor: pointer;
  height: 12px;
  margin: 0;
  top: 0;
  transition: background-color 150ms;
  width: 12px;
  z-index: 2;
}

/* Radio Switch */
.node-customers-edit-form .form-type-radio,
.node-customers-form .form-type-radio {
  margin: 0;
  width: 50%;
}
.node-customers-edit-form legend,
.node-customers-form legend {
  border: none;
  color: #7f8fa4;
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}
.node-customers-edit-form .field--type-boolean .fieldset-wrapper > div,
.node-customers-form .field--type-boolean .fieldset-wrapper > div {
  -webkit-box-orient: row-reverse;
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 10.9375rem;
}
.node-customers-edit-form input[type=radio],
.node-customers-form input[type=radio] {
  display: none;
}
.node-customers-edit-form input[type=radio][value="1"]:checked + label,
.node-customers-form input[type=radio][value="1"]:checked + label {
  background: #847ecd;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.node-customers-edit-form input[type=radio][value="0"]:checked + label,
.node-customers-form input[type=radio][value="0"]:checked + label {
  background: #516173;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.node-customers-edit-form input[type=radio] + label,
.node-customers-form input[type=radio] + label {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e2e7ee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #7f8fa4;
  padding: 0.4375rem 0;
  transition: all 0.2s ease-in-out;
}

/* Checkbox Style */
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #354052;
  cursor: pointer;
  font-family: "FSAlbertWeb-Regular";
  margin: 0 0 0.3125rem;
  padding: 0;
}
input[type=checkbox] + label:before {
  background: #e2e7ee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: transparent;
  content: "\e91b";
  display: inline-block;
  font-family: "toolbox-icons";
  font-size: 0.5rem;
  height: 1rem;
  margin-right: 0.625rem;
  text-align: center;
  transition: 0.2s;
  width: 1rem;
}
input[type=checkbox]:checked + label {
  font-weight: bold;
}
input[type=checkbox]:checked + label:before {
  background-color: #fff;
  background: -webkit-linear-gradient(#fff, #c5d0de);
  background: -o-linear-gradient(#fff, #c5d0de);
  background: -moz-linear-gradient(#fff, #c5d0de);
  background: linear-gradient(#fff, #c5d0de);
  color: #10069f;
}

input::-ms-clear {
  display: none;
}

/* Radio Switch */
.node-data-collection-form [type=radio]:checked,
.node-data-collection-form [type=radio]:not(:checked),
.node-data-collection-edit-form [type=radio]:checked,
.node-data-collection-edit-form [type=radio]:not(:checked) {
  left: -624.9375rem;
  position: absolute;
}
.node-data-collection-form [type=radio]:checked + label,
.node-data-collection-form [type=radio]:not(:checked) + label,
.node-data-collection-form [type=radio]:checked + span + label,
.node-data-collection-form [type=radio]:not(:checked) + span + label,
.node-data-collection-edit-form [type=radio]:checked + label,
.node-data-collection-edit-form [type=radio]:not(:checked) + label,
.node-data-collection-edit-form [type=radio]:checked + span + label,
.node-data-collection-edit-form [type=radio]:not(:checked) + span + label {
  color: #354052;
  cursor: pointer;
  display: inline-block;
  line-height: 1.25rem;
  font-size: 0.875rem;
  padding: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .node-data-collection-form [type=radio]:checked + label,
  .node-data-collection-form [type=radio]:not(:checked) + label,
  .node-data-collection-form [type=radio]:checked + span + label,
  .node-data-collection-form [type=radio]:not(:checked) + span + label,
  .node-data-collection-edit-form [type=radio]:checked + label,
  .node-data-collection-edit-form [type=radio]:not(:checked) + label,
  .node-data-collection-edit-form [type=radio]:checked + span + label,
  .node-data-collection-edit-form [type=radio]:not(:checked) + span + label {
    padding: 0 0 0 1.5rem;
  }
}
.node-data-collection-form [type=radio]:checked + label:before,
.node-data-collection-form [type=radio]:not(:checked) + label:before,
.node-data-collection-form [type=radio]:checked + span + label:before,
.node-data-collection-form [type=radio]:not(:checked) + span + label:before,
.node-data-collection-edit-form [type=radio]:checked + label:before,
.node-data-collection-edit-form [type=radio]:not(:checked) + label:before,
.node-data-collection-edit-form [type=radio]:checked + span + label:before,
.node-data-collection-edit-form [type=radio]:not(:checked) + span + label:before {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 1px solid #cacfd5;
  content: "";
  left: 1.625rem;
  height: 1rem;
  position: absolute;
  top: 0.125rem;
  width: 1rem;
}
@media (min-width: 1200px) {
  .node-data-collection-form [type=radio]:checked + label:before,
  .node-data-collection-form [type=radio]:not(:checked) + label:before,
  .node-data-collection-form [type=radio]:checked + span + label:before,
  .node-data-collection-form [type=radio]:not(:checked) + span + label:before,
  .node-data-collection-edit-form [type=radio]:checked + label:before,
  .node-data-collection-edit-form [type=radio]:not(:checked) + label:before,
  .node-data-collection-edit-form [type=radio]:checked + span + label:before,
  .node-data-collection-edit-form [type=radio]:not(:checked) + span + label:before {
    left: 0;
    top: 2px;
  }
}
.node-data-collection-form [type=radio]:not(:checked) + label:before,
.node-data-collection-form [type=radio]:not(:checked) + span + label:before,
.node-data-collection-edit-form [type=radio]:not(:checked) + label:before,
.node-data-collection-edit-form [type=radio]:not(:checked) + span + label:before {
  background: #e2e7ee;
}
.node-data-collection-form [type=radio]:checked + label:before,
.node-data-collection-form [type=radio]:checked + span + label:before,
.node-data-collection-edit-form [type=radio]:checked + label:before,
.node-data-collection-edit-form [type=radio]:checked + span + label:before {
  background-color: #fff;
  background: -webkit-linear-gradient(#fff, #c5d0de);
  background: -o-linear-gradient(#fff, #c5d0de);
  background: -moz-linear-gradient(#fff, #c5d0de);
  background: linear-gradient(#fff, #c5d0de);
}
.node-data-collection-form [type=radio]:checked + label:after,
.node-data-collection-form [type=radio]:not(:checked) + label:after,
.node-data-collection-form [type=radio]:checked + span + label:after,
.node-data-collection-form [type=radio]:not(:checked) + span + label:after,
.node-data-collection-edit-form [type=radio]:checked + label:after,
.node-data-collection-edit-form [type=radio]:not(:checked) + label:after,
.node-data-collection-edit-form [type=radio]:checked + span + label:after,
.node-data-collection-edit-form [type=radio]:not(:checked) + span + label:after {
  background: #10069f;
  border-radius: 100%;
  content: "";
  left: 1.875rem;
  height: 0.5rem;
  position: absolute;
  top: 0.375rem;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: 0.5rem;
}
@media (min-width: 1200px) {
  .node-data-collection-form [type=radio]:checked + label:after,
  .node-data-collection-form [type=radio]:not(:checked) + label:after,
  .node-data-collection-form [type=radio]:checked + span + label:after,
  .node-data-collection-form [type=radio]:not(:checked) + span + label:after,
  .node-data-collection-edit-form [type=radio]:checked + label:after,
  .node-data-collection-edit-form [type=radio]:not(:checked) + label:after,
  .node-data-collection-edit-form [type=radio]:checked + span + label:after,
  .node-data-collection-edit-form [type=radio]:not(:checked) + span + label:after {
    left: 0.25rem;
    top: 0.375rem;
  }
}
.node-data-collection-form [type=radio]:not(:checked) + label:after,
.node-data-collection-form [type=radio]:not(:checked) + span + label:after,
.node-data-collection-edit-form [type=radio]:not(:checked) + label:after,
.node-data-collection-edit-form [type=radio]:not(:checked) + span + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.node-data-collection-form [type=radio]:checked + label:after,
.node-data-collection-form [type=radio]:checked + span + label:after,
.node-data-collection-edit-form [type=radio]:checked + label:after,
.node-data-collection-edit-form [type=radio]:checked + span + label:after {
  opacity: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wrap-bars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: #fff;
  padding: 0;
}
@media (max-width: 767px) {
  .wrap-bars {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .wrap-bars {
    margin: 0 -2rem;
  }
}
@media (min-width: 1200px) {
  .wrap-bars {
    margin: 0 -0.75rem;
  }
}
.wrap-bars .check-bar {
  color: #a7a9ac;
  font-size: 0.625rem;
  line-height: 0.625rem;
  margin-right: 0.125rem;
  padding-top: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.wrap-bars .check-bar:first-of-type {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
}
.wrap-bars .check-bar:first-of-type .color-bar {
  background-color: #10069f;
  margin-left: 0;
}
.wrap-bars .check-bar:last-of-type {
  margin-right: 0;
}

.color-bar {
  background-color: #e2e7ee;
  height: 0.125rem;
  margin: 0.3125rem 0 0 0;
}

body[class*=ecology] .check-bar:nth-of-type(2),
body[class*=ecology] .check-bar:nth-of-type(3),
body[class*=step-ecology] .check-bar:nth-of-type(2),
body[class*=step-ecology] .check-bar:nth-of-type(3) {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
}
body[class*=ecology] .check-bar:nth-of-type(2) .color-bar,
body[class*=ecology] .check-bar:nth-of-type(3) .color-bar,
body[class*=step-ecology] .check-bar:nth-of-type(2) .color-bar,
body[class*=step-ecology] .check-bar:nth-of-type(3) .color-bar {
  background-color: #10069f;
}

body[class*=checklist] .check-bar:nth-of-type(2),
body[class*=step-checklist] .check-bar:nth-of-type(2) {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
}
body[class*=checklist] .check-bar:nth-of-type(2) .color-bar,
body[class*=step-checklist] .check-bar:nth-of-type(2) .color-bar {
  background-color: #10069f;
}

body[class*=other] .check-bar,
body[class*=step-other] .check-bar {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
}
body[class*=other] .check-bar .color-bar,
body[class*=step-other] .check-bar .color-bar {
  background-color: #10069f;
}

/* Calculator Header Style */
@media (min-width: 768px) {
  .region-calculator-header {
    margin-top: -1.0625rem;
  }
}
@media (max-width: 767px) {
  .region-calculator-header:not(.affix) {
    margin: 0 -1.5rem;
  }
}
.region-calculator-header .calculator-header {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: #847ecd;
  color: #fff;
  min-height: 4rem;
  padding: 0.4375rem 1.5rem;
}
@media (min-width: 768px) {
  .region-calculator-header .calculator-header {
    padding: 0.4375rem 0.375rem 0.4375rem 0.625rem;
  }
}
.region-calculator-header .left-side,
.region-calculator-header .right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.region-calculator-header .left-side {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.region-calculator-header .left-side svg {
  height: 2.75rem;
  margin-right: 1.375rem;
}
@media (max-width: 767px) {
  .region-calculator-header .left-side svg {
    display: none;
  }
}
.region-calculator-header .right-side svg {
  height: 1rem;
}
.region-calculator-header .right-side .btn-close {
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .region-calculator-header .right-side .btn-close {
    margin: 0 0 0 0.375rem;
  }
}
.region-calculator-header .right-side .btn-close svg {
  height: 1.375rem;
}
.region-calculator-header .calculator-icon {
  height: 1.375rem;
  margin-right: 0.8125rem;
}
.region-calculator-header .calculator-icon:hover {
  cursor: pointer;
}
.region-calculator-header .btn-pdf {
  margin-right: 0;
}
.region-calculator-header .btn-pdf button {
  background: transparent;
  border: 0;
  font-size: 0;
  margin: -0.25rem 0 0;
  padding: 0;
}
.region-calculator-header .btn-pdf button:before {
  color: #fff;
  content: "\e91c";
  display: block;
  font-family: "toolbox-icons";
  font-size: 1.3125rem;
}
.region-calculator-header path {
  fill: #fff;
  opacity: 1;
}
.region-calculator-header h2 {
  font-size: 1.375rem;
  line-height: 2rem;
  margin: 0;
}
@media (min-width: 768px) {
  .region-calculator-header h2 {
    font-family: "FSAlbertWeb-Bold";
  }
}

.affix {
  left: 0;
  max-width: 73.4375rem;
  right: 0;
  top: 0;
  z-index: 9999 !important;
}
@media (min-width: 768px) {
  .affix {
    left: 1.5rem;
    right: 1.5rem;
    top: 1.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 1225px) {
  .affix {
    left: 3.25rem;
    right: 3.25rem;
  }
}
@media (min-width: 1225px) {
  .affix {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 100%;
  }
}

.toolbar-fixed .affix {
  top: 3.5rem;
}
.toolbar-fixed .affix.calculator-menu {
  top: 6.4375rem;
}
.toolbar-fixed.toolbar-tray-open .affix {
  top: 5.9375rem;
}
.toolbar-fixed.toolbar-tray-open .affix.calculator-menu {
  top: 8.875rem;
}

/* Calculator menu (the region under the calculator header) */
.calculator-menu.nav-tabs {
  background-color: #f3f6f9;
}
@media (max-width: 767px) {
  .calculator-menu.nav-tabs {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .calculator-menu.nav-tabs.affix {
    top: 2.875rem;
  }
}
@media (min-width: 768px) {
  .calculator-menu.nav-tabs.affix {
    top: 4rem;
  }
}
@media (max-width: 767px) {
  .calculator-menu.nav-tabs:not(.affix) {
    margin: 0 -1.5rem;
  }
}
.calculator-menu.nav-tabs li {
  padding: 0.625rem 0.4375rem 0 0;
}
@media (min-width: 768px) {
  .calculator-menu.nav-tabs li {
    padding: 0.625rem 0.9375rem 0;
  }
}
.calculator-menu.nav-tabs a {
  border: 0;
  border-bottom: 2px solid #f3f6f9;
  color: #b0b0b1;
  font-size: 1.125rem;
  line-height: 2rem;
  padding: 0 0 0.3125rem;
}
@media (min-width: 768px) {
  .calculator-menu.nav-tabs a {
    font-size: 1.375rem;
  }
}
.calculator-menu.nav-tabs li.active-trail a,
.calculator-menu.nav-tabs a:hover,
.calculator-menu.nav-tabs .active a,
.calculator-menu.nav-tabs .active a:focus,
.calculator-menu.nav-tabs .active a:hover {
  border: 0;
  border-bottom: 2px solid #10069f;
  color: #10069f;
}

@media (max-width: 767px) {
  .header-links .calculator-menu.nav-tabs:not(.affix) {
    margin: 0;
  }
}

form.node-others-form .wrapper-test,
form.node-others-b-form .wrapper-test,
form.node-others-edit-form .wrapper-test,
form.node-others-b-edit-form .wrapper-test {
  width: 100%;
}
form.node-others-form .panel-title,
form.node-others-b-form .panel-title,
form.node-others-edit-form .panel-title,
form.node-others-b-edit-form .panel-title {
  margin-top: 0;
  padding-top: 0.4375rem;
}
form.node-others-form .panel-body,
form.node-others-b-form .panel-body,
form.node-others-edit-form .panel-body,
form.node-others-b-edit-form .panel-body {
  max-width: 904px;
}
@media (min-width: 1200px) {
  form.node-others-form .panel-body,
  form.node-others-b-form .panel-body,
  form.node-others-edit-form .panel-body,
  form.node-others-b-edit-form .panel-body {
    margin-left: 190px;
  }
}
form.node-others-form .panel-body > .form-wrapper,
form.node-others-b-form .panel-body > .form-wrapper,
form.node-others-edit-form .panel-body > .form-wrapper,
form.node-others-b-edit-form .panel-body > .form-wrapper {
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 24px;
  position: relative;
}
form.node-others-form .panel-body > .form-wrapper:after,
form.node-others-b-form .panel-body > .form-wrapper:after,
form.node-others-edit-form .panel-body > .form-wrapper:after,
form.node-others-b-edit-form .panel-body > .form-wrapper:after {
  background: #847ecd;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 1200px) {
  form.node-others-form .panel-body > .form-wrapper:after,
  form.node-others-b-form .panel-body > .form-wrapper:after,
  form.node-others-edit-form .panel-body > .form-wrapper:after,
  form.node-others-b-edit-form .panel-body > .form-wrapper:after {
    width: calc(100% + 94px);
  }
}
@media (min-width: 768px) {
  form.node-others-form .panel-body .form-inline,
  form.node-others-form .panel-body .field--name-field-question-3-b .form-type-textarea,
  form.node-others-form .panel-body .field--name-field-question-3 .form-type-textarea,
  form.node-others-b-form .panel-body .form-inline,
  form.node-others-b-form .panel-body .field--name-field-question-3-b .form-type-textarea,
  form.node-others-b-form .panel-body .field--name-field-question-3 .form-type-textarea,
  form.node-others-edit-form .panel-body .form-inline,
  form.node-others-edit-form .panel-body .field--name-field-question-3-b .form-type-textarea,
  form.node-others-edit-form .panel-body .field--name-field-question-3 .form-type-textarea,
  form.node-others-b-edit-form .panel-body .form-inline,
  form.node-others-b-edit-form .panel-body .field--name-field-question-3-b .form-type-textarea,
  form.node-others-b-edit-form .panel-body .field--name-field-question-3 .form-type-textarea {
    align-items: center;
    display: flex;
    margin: 0 -12px;
  }
}
form.node-others-form .panel-body .form-inline > div,
form.node-others-form .panel-body .field--name-field-question-3-b .form-type-textarea > div,
form.node-others-form .panel-body .field--name-field-question-3 .form-type-textarea > div,
form.node-others-b-form .panel-body .form-inline > div,
form.node-others-b-form .panel-body .field--name-field-question-3-b .form-type-textarea > div,
form.node-others-b-form .panel-body .field--name-field-question-3 .form-type-textarea > div,
form.node-others-edit-form .panel-body .form-inline > div,
form.node-others-edit-form .panel-body .field--name-field-question-3-b .form-type-textarea > div,
form.node-others-edit-form .panel-body .field--name-field-question-3 .form-type-textarea > div,
form.node-others-b-edit-form .panel-body .form-inline > div,
form.node-others-b-edit-form .panel-body .field--name-field-question-3-b .form-type-textarea > div,
form.node-others-b-edit-form .panel-body .field--name-field-question-3 .form-type-textarea > div {
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  form.node-others-form .panel-body .form-inline > div,
  form.node-others-form .panel-body .field--name-field-question-3-b .form-type-textarea > div,
  form.node-others-form .panel-body .field--name-field-question-3 .form-type-textarea > div,
  form.node-others-b-form .panel-body .form-inline > div,
  form.node-others-b-form .panel-body .field--name-field-question-3-b .form-type-textarea > div,
  form.node-others-b-form .panel-body .field--name-field-question-3 .form-type-textarea > div,
  form.node-others-edit-form .panel-body .form-inline > div,
  form.node-others-edit-form .panel-body .field--name-field-question-3-b .form-type-textarea > div,
  form.node-others-edit-form .panel-body .field--name-field-question-3 .form-type-textarea > div,
  form.node-others-b-edit-form .panel-body .form-inline > div,
  form.node-others-b-edit-form .panel-body .field--name-field-question-3-b .form-type-textarea > div,
  form.node-others-b-edit-form .panel-body .field--name-field-question-3 .form-type-textarea > div {
    margin: 0;
    padding: 0 12px;
    width: 50%;
  }
}
form.node-others-form .panel-body .form-inline > div label,
form.node-others-form .panel-body .form-inline > div .sliderticks p,
form.node-others-form .panel-body .field--name-field-question-3-b .form-type-textarea > div label,
form.node-others-form .panel-body .field--name-field-question-3-b .form-type-textarea > div .sliderticks p,
form.node-others-form .panel-body .field--name-field-question-3 .form-type-textarea > div label,
form.node-others-form .panel-body .field--name-field-question-3 .form-type-textarea > div .sliderticks p,
form.node-others-b-form .panel-body .form-inline > div label,
form.node-others-b-form .panel-body .form-inline > div .sliderticks p,
form.node-others-b-form .panel-body .field--name-field-question-3-b .form-type-textarea > div label,
form.node-others-b-form .panel-body .field--name-field-question-3-b .form-type-textarea > div .sliderticks p,
form.node-others-b-form .panel-body .field--name-field-question-3 .form-type-textarea > div label,
form.node-others-b-form .panel-body .field--name-field-question-3 .form-type-textarea > div .sliderticks p,
form.node-others-edit-form .panel-body .form-inline > div label,
form.node-others-edit-form .panel-body .form-inline > div .sliderticks p,
form.node-others-edit-form .panel-body .field--name-field-question-3-b .form-type-textarea > div label,
form.node-others-edit-form .panel-body .field--name-field-question-3-b .form-type-textarea > div .sliderticks p,
form.node-others-edit-form .panel-body .field--name-field-question-3 .form-type-textarea > div label,
form.node-others-edit-form .panel-body .field--name-field-question-3 .form-type-textarea > div .sliderticks p,
form.node-others-b-edit-form .panel-body .form-inline > div label,
form.node-others-b-edit-form .panel-body .form-inline > div .sliderticks p,
form.node-others-b-edit-form .panel-body .field--name-field-question-3-b .form-type-textarea > div label,
form.node-others-b-edit-form .panel-body .field--name-field-question-3-b .form-type-textarea > div .sliderticks p,
form.node-others-b-edit-form .panel-body .field--name-field-question-3 .form-type-textarea > div label,
form.node-others-b-edit-form .panel-body .field--name-field-question-3 .form-type-textarea > div .sliderticks p {
  margin: 0;
}
form.node-others-form .panel-body textarea,
form.node-others-b-form .panel-body textarea,
form.node-others-edit-form .panel-body textarea,
form.node-others-b-edit-form .panel-body textarea {
  min-width: 100%;
}
form.node-others-form .panel-body .field--name-field-question-3-b textarea,
form.node-others-form .panel-body .field--name-field-question-3 textarea,
form.node-others-b-form .panel-body .field--name-field-question-3-b textarea,
form.node-others-b-form .panel-body .field--name-field-question-3 textarea,
form.node-others-edit-form .panel-body .field--name-field-question-3-b textarea,
form.node-others-edit-form .panel-body .field--name-field-question-3 textarea,
form.node-others-b-edit-form .panel-body .field--name-field-question-3-b textarea,
form.node-others-b-edit-form .panel-body .field--name-field-question-3 textarea {
  min-height: 60px;
}
form.node-others-form .problems-tbrs,
form.node-others-b-form .problems-tbrs,
form.node-others-edit-form .problems-tbrs,
form.node-others-b-edit-form .problems-tbrs {
  display: inline-block;
  margin: 0 -12px 24px;
  padding: 0 0 13px;
  position: relative;
  width: calc(100% + 24px);
}
form.node-others-form .problems-tbrs:after,
form.node-others-b-form .problems-tbrs:after,
form.node-others-edit-form .problems-tbrs:after,
form.node-others-b-edit-form .problems-tbrs:after {
  background: #847ecd;
  bottom: 0;
  content: "";
  height: 1px;
  left: 12px;
  position: absolute;
  width: calc(100% - 24px);
}
@media (min-width: 1200px) {
  form.node-others-form .problems-tbrs:after,
  form.node-others-b-form .problems-tbrs:after,
  form.node-others-edit-form .problems-tbrs:after,
  form.node-others-b-edit-form .problems-tbrs:after {
    width: calc(100% + 70px);
  }
}
form.node-others-form .problems-tbrs > label,
form.node-others-b-form .problems-tbrs > label,
form.node-others-edit-form .problems-tbrs > label,
form.node-others-b-edit-form .problems-tbrs > label {
  clear: both;
  display: block;
  margin: 0 12px 13px;
}
form.node-others-form .problems-tbrs > div,
form.node-others-b-form .problems-tbrs > div,
form.node-others-edit-form .problems-tbrs > div,
form.node-others-b-edit-form .problems-tbrs > div {
  margin: 11px 12px;
}
@media (min-width: 768px) {
  form.node-others-form .problems-tbrs > div,
  form.node-others-b-form .problems-tbrs > div,
  form.node-others-edit-form .problems-tbrs > div,
  form.node-others-b-edit-form .problems-tbrs > div {
    float: left;
    width: calc(50% - 24px);
  }
}
form.node-others-form [class*=question-3] .control-label label,
form.node-others-form [class*=number-range] .control-label label,
form.node-others-form .form-type-managed-file .control-label label,
form.node-others-form label,
form.node-others-b-form [class*=question-3] .control-label label,
form.node-others-b-form [class*=number-range] .control-label label,
form.node-others-b-form .form-type-managed-file .control-label label,
form.node-others-b-form label,
form.node-others-edit-form [class*=question-3] .control-label label,
form.node-others-edit-form [class*=number-range] .control-label label,
form.node-others-edit-form .form-type-managed-file .control-label label,
form.node-others-edit-form label,
form.node-others-b-edit-form [class*=question-3] .control-label label,
form.node-others-b-edit-form [class*=number-range] .control-label label,
form.node-others-b-edit-form .form-type-managed-file .control-label label,
form.node-others-b-edit-form label {
  color: #354052;
  font-family: "FSAlbertWeb-Regular";
  font-weight: normal;
}
form.node-others-form .group-file-upload label,
form.node-others-form .control-label label,
form.node-others-b-form .group-file-upload label,
form.node-others-b-form .control-label label,
form.node-others-edit-form .group-file-upload label,
form.node-others-edit-form .control-label label,
form.node-others-b-edit-form .group-file-upload label,
form.node-others-b-edit-form .control-label label {
  color: #7f8fa4;
  font-family: "FSAlbertWeb-Bold";
  font-weight: normal;
}

.group-file-upload {
  display: inline-block;
  width: 100%;
}
.group-file-upload .field--type-file {
  position: relative;
}
.group-file-upload .panel-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0;
  width: 100%;
}
.group-file-upload .panel-body > .form-type-managed-file {
  height: 112px;
  margin: 0;
  order: 1;
  position: relative;
}
.group-file-upload .panel-body > .form-type-managed-file:after {
  -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;
  background-color: #f3f2fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.group-file-upload .panel-body > .form-type-managed-file:focus:after {
  border: 1px solid #10069f;
  box-shadow: none;
}
.group-file-upload .panel-body > .form-type-managed-file > .control-label {
  line-height: 112px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.group-file-upload .panel-body > .form-type-managed-file > .control-label label:before {
  content: url("../images/photo.svg");
  display: block;
  float: left;
  height: 16px;
  margin: 2px 8px;
  width: 16px;
}
.group-file-upload .panel-body > .form-type-managed-file > .control-label label span {
  color: #10069f;
}
.group-file-upload .panel-body > .form-type-managed-file > .form-managed-file {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.group-file-upload .help-block {
  color: #7f8fa4;
  left: 0;
  margin-top: 0.5rem;
  order: 2;
}
.group-file-upload .help-block:before {
  content: url("../images/info-gray.svg");
  display: block;
  float: left;
  height: 16px;
  margin: 0 6px 0 0;
  width: 16px;
}
.group-file-upload div[for*=edit-field-picture-upload-0-upload] {
  position: relative;
  z-index: 1;
}
.group-file-upload .input-wrapper {
  height: 100%;
}
.group-file-upload input[type=file] {
  cursor: pointer;
  height: 100%;
  max-width: 100%;
  opacity: 0;
}
.group-file-upload .file-link a,
.group-file-upload .file-size {
  color: #354052;
  font-family: "FSAlbertWeb-Regular";
  font-size: 12px;
}
@media (min-width: 768px) {
  .group-file-upload .file-link a,
  .group-file-upload .file-size {
    font-size: 14px;
  }
}
.group-file-upload .glyphicon-move:before {
  content: url("../images/rearrange.svg");
  display: block;
  height: 16px;
  width: 16px;
}
.group-file-upload button[id*=remove-button] {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-indent: -9999em;
}
.group-file-upload span.glyphicon-trash {
  float: left;
  margin: 0 !important;
}
.group-file-upload .glyphicon-trash:before {
  content: url("../images/delete.svg");
  display: block;
  height: 16px;
  width: 16px;
  text-indent: 0;
}
.group-file-upload table {
  margin-top: 1.5rem;
  order: 3;
}
.group-file-upload table tr:first-child td:first-child {
  border: 0;
}
.group-file-upload table td:first-child {
  align-items: center;
  display: flex;
}
.group-file-upload table td:first-child > div {
  width: 100%;
}
.group-file-upload table .tabledrag-handle {
  float: none;
  margin: 0;
  padding: 0;
}
.group-file-upload button.tabledrag-toggle-weight {
  background-color: #f3f2fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  margin: 0;
  right: 0;
}

body:not(.path-calculators) .btn-pdf {
  display: none;
}

form[class^=node-industry-] {
  background: #f3f2fa;
  margin: 0 -1.5rem;
}
@media (min-width: 768px) {
  form[class^=node-industry-] {
    margin: -0.9375rem -2rem 0;
  }
}
@media (min-width: 1200px) {
  form[class^=node-industry-] {
    margin: -0.9375rem -0.75rem 0;
  }
}
form[class^=node-industry-] .field--widget-language-select .select-wrapper {
  width: 100%;
}
form[class^=node-industry-] .select2-container .select2-selection {
  height: 2.3125rem;
}
form[class^=node-industry-] .select2-container .select2-selection > span {
  height: 2.3125rem;
}
form[class^=node-industry-] .form-actions.form-group.form-wrapper {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  background: #fff;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.2);
  height: 6.75rem !important;
  margin: 0;
  min-width: 100%;
  padding-top: 2.75rem;
}
@media (min-width: 768px) {
  form[class^=node-industry-] .form-actions.form-group.form-wrapper {
    margin: 2.5rem 0 0;
    padding-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  form[class^=node-industry-] .form-actions.form-group.form-wrapper {
    padding-right: 8.66%;
  }
}

.industry {
  padding: 2.8125rem 1.5rem 1rem;
}
@media (min-width: 768px) {
  .industry {
    padding: 2.8125rem 2rem 2.0625rem;
  }
}
@media (min-width: 1200px) {
  .industry {
    padding: 2.8125rem 0.75rem 2.0625rem;
  }
}

.industry-wrapper {
  padding: 0;
}

.industry-input-wrapper {
  margin-bottom: 1.5625rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry-input-wrapper {
    margin: 0 -0.75rem 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .industry-input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .industry-input-wrapper::after, .industry-input-wrapper::before {
    content: none;
  }
}
.industry-input-wrapper > .form-group {
  width: 100%;
}
@media (max-width: 767px) {
  .industry-input-wrapper > .form-group {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industry-input-wrapper > .form-group {
    max-width: 100%;
    width: calc(50% - 12px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry-input-wrapper > .form-group {
    margin: 0 0.75rem 0.9375rem;
    max-width: 100%;
    width: calc(33.33% - 24px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .industry-input-wrapper > .form-group {
    float: left;
  }
}
@media (min-width: 1200px) {
  .industry-input-wrapper > .form-group {
    max-width: 11rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industry-input-wrapper > .form-group:nth-of-type(2n+1) {
    margin-right: 1.5rem;
  }
}
.industry-input-wrapper > .form-group input {
  max-width: 100%;
  width: 100%;
}
.industry-input-wrapper .select-wrapper span.select2-selection,
.industry-input-wrapper input {
  background: #fff;
  min-width: 100%;
}
.industry-input-wrapper .select2-container {
  width: 100% !important;
}

[class*=industry-smartcheck] legend {
  margin-bottom: 0.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  [class*=industry-smartcheck] legend {
    margin-bottom: 2.5rem;
  }
}
[class*=industry-smartcheck] legend span {
  color: #354052;
  font-family: "FSAlbertWeb-Regular";
  font-size: 1.625rem;
  line-height: 2.25rem;
}
[class*=industry-smartcheck] #industry_container > fieldset > .fieldset-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  [class*=industry-smartcheck] .fieldset-wrapper > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 2rem 0 1.5rem;
    top: 2.3125rem;
    z-index: 9;
  }
}
[class*=industry-smartcheck] .fieldset-wrapper > div.alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -1rem;
}
@media (min-width: 768px) {
  [class*=industry-smartcheck] .fieldset-wrapper > div.alert {
    left: -1.5rem;
    top: -2.5rem;
  }
}
@media (min-width: 768px) {
  [class*=industry-smartcheck] .fieldset-wrapper > div > .form-item {
    width: auto;
  }
}
[class*=industry-smartcheck] .fieldset-wrapper > div .radio {
  margin: 0;
  position: relative;
  z-index: 10;
}
[class*=industry-smartcheck] .fieldset-wrapper > div .radio:first-of-type label span:before {
  content: none;
}
[class*=industry-smartcheck] .fieldset-wrapper > div img {
  margin-bottom: 1.25rem;
  max-height: 4rem;
  max-width: 4rem;
  width: 100%;
}
@media (max-width: 767px) {
  [class*=industry-smartcheck] .fieldset-wrapper > div img {
    margin: 0.5625rem 2.3125rem 0.5625rem 13%;
  }
}
@media (min-width: 992px) {
  [class*=industry-smartcheck] .fieldset-wrapper > div img {
    margin-bottom: 1.5rem;
    max-height: 8rem;
    max-width: 8rem;
  }
}
[class*=industry-smartcheck] .fieldset-wrapper > div .option input {
  display: none;
}
[class*=industry-smartcheck] .fieldset-wrapper > div .option input + span {
  display: none;
}
[class*=industry-smartcheck] .fieldset-wrapper > div .option input:checked + label span {
  color: #10069f;
}
@media (max-width: 767px) {
  [class*=industry-smartcheck] .fieldset-wrapper > div .option input:checked + label span {
    background: #fff;
  }
}
[class*=industry-smartcheck] .fieldset-wrapper > div .option label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  [class*=industry-smartcheck] .fieldset-wrapper > div .option label {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  [class*=industry-smartcheck] .fieldset-wrapper > div .option label {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
[class*=industry-smartcheck] .fieldset-wrapper > div .option label span {
  color: #575756;
  font-size: 1rem;
  line-height: 1.375rem;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 767px) {
  [class*=industry-smartcheck] .fieldset-wrapper > div .option label span {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 5.125rem;
    margin-right: -1.5rem;
    padding: 0 0 0.5rem 0.75rem;
    width: 100%;
  }
}
@media (min-width: 992px) {
  [class*=industry-smartcheck] .fieldset-wrapper > div .option label span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  [class*=industry-smartcheck] .fieldset-wrapper > div .option label span:before {
    border-top: 1px solid #c5d0de;
    content: "";
    display: block;
    left: 0.75rem;
    position: absolute;
    right: 0;
    top: -0.0625rem;
  }
}

.smartcheck-data-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 37.5rem;
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper {
    max-width: 60.9375rem;
    position: relative;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.smartcheck-data-input-wrapper > .panel {
  background: none;
  border-bottom: 1px solid #c5d0de;
  border-radius: 0;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel {
    margin-bottom: 0;
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel {
    border-bottom: 0;
    padding-bottom: 0;
    width: 11rem;
  }
}
.smartcheck-data-input-wrapper > .panel .wrapper-test {
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.smartcheck-data-input-wrapper > .panel .panel-heading,
.smartcheck-data-input-wrapper > .panel .panel-title,
.smartcheck-data-input-wrapper > .panel .panel-body {
  padding: 0;
}
.smartcheck-data-input-wrapper > .panel .panel-heading {
  position: static;
}
.smartcheck-data-input-wrapper > .panel .panel-title {
  color: #10069f;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin: 0 0 1.5625rem;
  max-width: 100%;
  min-width: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel .panel-title {
    margin: 0.9375rem 0 1rem;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel .panel-title {
    min-height: 2.5rem;
    width: 90%;
  }
}
.smartcheck-data-input-wrapper > .panel .panel-body {
  height: 100%;
  margin-top: 0;
}
.smartcheck-data-input-wrapper > .panel:nth-child(2) label, .smartcheck-data-input-wrapper > .panel:nth-child(3) label {
  color: #354052;
}
.smartcheck-data-input-wrapper > .panel:nth-child(2) input, .smartcheck-data-input-wrapper > .panel:nth-child(3) input {
  background-color: transparent;
  border: none;
  border-bottom: 0.0625rem solid #c5d0de;
  color: #354052;
  font-weight: bold;
}
.smartcheck-data-input-wrapper > .panel:first-of-type .panel-body > div, .smartcheck-data-input-wrapper > .panel:last-of-type .panel-body > div {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}
.smartcheck-data-input-wrapper > .panel:first-child .panel-body > div, .smartcheck-data-input-wrapper > .panel:last-child .panel-body > div {
  background: none;
  display: inherit;
}
.smartcheck-data-input-wrapper > .panel:first-child.active-form .panel-body, .smartcheck-data-input-wrapper > .panel:last-child.active-form .panel-body {
  background: #fff;
  border: 1px solid #847ecd;
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:first-child {
    margin: 0 1.5rem 0 0;
    width: 17.25rem;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:first-child:before {
    background: #c5d0de;
    bottom: 0;
    content: "";
    height: 2rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0.0625rem;
  }
}
.smartcheck-data-input-wrapper > .panel:first-child .panel-body {
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid #c5d0de;
  padding: 1.3125rem 1.3125rem 1.4375rem 1.4375rem;
  position: relative;
}
.smartcheck-data-input-wrapper > .panel:first-child .panel-body > div {
  margin-bottom: 1.375rem;
}
.smartcheck-data-input-wrapper > .panel:first-child .panel-body > div:first-child .input-wrapper:after {
  content: url("../images/Dollar.svg");
  position: absolute;
  right: 0.9375rem;
  top: 2.25rem;
  width: 0.5rem;
}
.smartcheck-data-input-wrapper > .panel:first-child .panel-body > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:first-child .panel-body:after {
    content: "";
    background: #c5d0de;
    height: 0.0625rem;
    width: 0.6875rem;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: -0.75rem;
  }
}
.smartcheck-data-input-wrapper > .panel:first-child label {
  line-height: 1.3125rem;
}
.smartcheck-data-input-wrapper > .panel:first-child .form-inline .form-control {
  border: 1px solid #dfe3e9;
  border-radius: 2px;
  box-shadow: none;
  max-width: 100%;
  min-height: 36px;
  padding-right: 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) {
    margin: 0 1.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2):before {
    border-color: #c5d0de transparent transparent transparent;
    border-style: solid;
    border-width: 0.8125rem 0.5625rem 0 0.5625rem;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -0.8125rem;
    width: 0;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-title {
    margin: 0.5625rem 0 0.875rem;
  }
}
.smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 22.5rem;
    margin: -1rem 0;
  }
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel:before {
    background-color: #c5d0de;
    content: "";
    height: 12.3125rem;
    left: -0.8125rem;
    margin: 0 auto;
    position: absolute;
    top: 11.875rem;
    width: 0.0625rem;
  }
}
.smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel > div {
  background-color: rgba(255, 255, 255, 0.55);
  border: 0.0625rem solid #c5d0de;
  display: flex;
  flex-direction: column-reverse;
  height: 6.375rem;
  padding: 0 0 0.8125rem 0.9375rem;
  width: 50%;
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel > div {
    height: 10.25rem;
    padding: 0 0.375rem 3.125rem 0.9375rem;
    width: 100%;
  }
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel > div:before, .smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel > div:after {
    background-color: #c5d0de;
    content: "";
    height: 0.0625rem;
    margin: 0 auto;
    position: absolute;
    top: 5.0625rem;
    width: 0.8125rem;
  }
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel > div:before {
    left: -0.8125rem;
  }
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel > div:after {
    right: -0.8125rem;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel > div:first-of-type {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel > div:before {
    background: #c5d0de;
    bottom: -2rem;
    content: "";
    height: 2rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0.0625rem;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel > div:after {
    border-color: #c5d0de transparent transparent transparent;
    border-style: solid;
    border-width: 0.625rem 0.5625rem 0 0.5625rem;
    bottom: -2rem;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
  }
}
.smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel > div label {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
}
.smartcheck-data-input-wrapper > .panel:nth-child(2) .panel-body .wrapper-panel > div input {
  font-size: 1.625rem;
  line-height: 2.25rem;
  padding: 0.375rem 0;
}
.smartcheck-data-input-wrapper > .panel:nth-child(2) .area-split-item {
  border: 0.0625rem solid #c5d0de;
  font-family: "FSAlbertWeb-Bold";
  height: 6.375rem;
  margin: 0;
  position: relative;
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .area-split-item {
    height: 46%;
  }
}
.smartcheck-data-input-wrapper > .panel:nth-child(2) .area-split-item .value {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #354052;
  height: 50%;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.25rem;
  padding: 0 0.5rem 0 1rem;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .area-split-item .value {
    margin: 0.4375rem 0 0.0625rem;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .area-split-item .value:before {
    background: #c5d0de;
    bottom: -0.0625rem;
    content: "";
    height: 0.0625rem;
    position: absolute;
    right: -0.75rem;
    width: 0.6875rem;
  }
}
.smartcheck-data-input-wrapper > .panel:nth-child(2) .area-split-item .value:after {
  background-color: #c5d0de;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 1rem;
  position: absolute;
  width: calc(100% - 16px);
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .area-split-item .value:after {
    width: calc(100% - 24px);
  }
}
.smartcheck-data-input-wrapper > .panel:nth-child(2) .area-split-item .label {
  color: #354052;
  font-size: 1.125rem;
  font-weight: 400;
  height: 50%;
  line-height: 1.5rem;
  padding: 0.1875rem 1rem;
  text-align: left;
  width: 100%;
}
.smartcheck-data-input-wrapper > .panel:nth-child(2) .area-split-item:first-child .value:after {
  bottom: -0.0625rem;
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .area-split-item:first-child:before {
    background: #c5d0de;
    content: "";
    display: block;
    height: calc(50% + 18px);
    left: -0.875rem;
    position: absolute;
    top: 50%;
    width: 0.0625rem;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .area-split-item:first-child:after {
    background: #c5d0de;
    content: "";
    height: 0.0625rem;
    left: -0.8125rem;
    position: absolute;
    top: 50%;
    width: 0.75rem;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .area-split-item:last-child:before {
    background: #c5d0de;
    bottom: 50%;
    content: "";
    display: block;
    height: calc(50% + 18px);
    left: -0.875rem;
    position: absolute;
    width: 0.0625rem;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(2) .area-split-item:last-child:after {
    background: #c5d0de;
    bottom: 50%;
    content: "";
    height: 0.0625rem;
    left: -0.8125rem;
    position: absolute;
    width: 0.75rem;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) {
    margin: 0 7.75rem 0 0;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-title {
    margin: 0.5625rem 0 0.875rem;
  }
}
.smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 22.5rem;
  }
}
.smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div {
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid #c5d0de;
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  min-height: 4.8125rem;
  padding: 0.625rem 0 0.5625rem 0.9375rem;
  position: relative;
  width: calc(50% - 12px);
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div {
    height: 25%;
    min-height: 0.0625rem;
    padding: 0.625rem 0.375rem 0.5625rem 0.9375rem;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div .input-wrapper:after {
    background-color: #c5d0de;
    content: "";
    height: 0.0625rem;
    position: absolute;
    right: -3.0625rem;
    top: 2.375rem;
    width: 3.0625rem;
  }
}
.smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div input {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
  min-height: 2rem;
  padding: 0.25rem 0;
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:first-child {
    order: 1;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:first-child, .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:nth-child(3) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:first-child:before, .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:nth-child(3):before {
    background: #c5d0de;
    content: "";
    height: calc(50% + 7px);
    left: -0.875rem;
    position: absolute;
    top: 50%;
    width: 0.0625rem;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:first-child:after, .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:nth-child(3):after {
    background: #c5d0de;
    content: "";
    height: 0.0625rem;
    left: -0.875rem;
    position: absolute;
    top: 50%;
    width: 0.8125rem;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:nth-child(2) {
    order: 3;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:nth-child(2) {
    margin: 0.625rem 0 1rem;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:nth-child(3) {
    order: 2;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:nth-child(3) {
    margin: 1rem 0 0.625rem;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:nth-child(2):before, .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:last-child:before {
    background: #c5d0de;
    bottom: 50%;
    content: "";
    height: calc(50% + 7px);
    left: -14px;
    position: absolute;
    width: 1px;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:nth-child(2):after, .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:last-child:after {
    background: #c5d0de;
    content: "";
    height: 0.0625rem;
    left: -0.875rem;
    position: absolute;
    top: 50%;
    width: 0.8125rem;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:nth-child(2):before, .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:last-child:before {
    background: #c5d0de;
    bottom: -2rem;
    content: "";
    height: 2rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0.0625rem;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:nth-child(2):after, .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:last-child:after {
    border-color: #c5d0de transparent transparent transparent;
    border-style: solid;
    border-width: 0.8125rem 0.5625rem 0 0.5625rem;
    bottom: -2rem;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
  }
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel > div:last-child {
    order: 4;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .panel-body .wrapper-panel:after {
    background: #c5d0de;
    content: "";
    height: 17.625rem;
    position: absolute;
    right: -3rem;
    top: 2.5rem;
    width: 0.0625rem;
  }
}
.smartcheck-data-input-wrapper > .panel:nth-child(3) .value {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  color: #354052;
  font-size: 1.125rem;
  height: 50%;
  line-height: 1.5rem;
  padding: 0 0.5rem 0 1rem;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .value {
    margin-top: 0.1875rem;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .value:before {
    content: "";
    background: #c5d0de;
    height: 0.0625rem;
    left: -0.875rem;
    position: absolute;
    width: 0.8125rem;
  }
}
.smartcheck-data-input-wrapper > .panel:nth-child(3) .value:after {
  background-color: #c5d0de;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 1rem;
  position: absolute;
  width: calc(100% - 16px);
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .value:after {
    width: calc(100% - 24px);
  }
}
.smartcheck-data-input-wrapper > .panel:nth-child(3) .label {
  color: #354052;
  height: 50%;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 0.125rem 1rem;
  text-align: left;
  width: 100%;
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .label {
    display: inline-block;
    line-height: 1rem;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .label:before {
    content: "";
    background: #c5d0de;
    height: 0.0625rem;
    position: absolute;
    right: -3.0625rem;
    width: 3rem;
  }
}
.smartcheck-data-input-wrapper > .panel:nth-child(3) .cleaning-tooltip {
  height: 200%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.smartcheck-data-input-wrapper > .panel:nth-child(3) .cleaning-tooltip:before {
  content: url("../images/info-gray.svg");
  display: block;
  height: 1rem;
  position: absolute;
  right: 0.5rem;
  top: 0;
  width: 1rem;
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:nth-child(3) .cleaning-tooltip:before {
    top: 0.875rem;
  }
}
.smartcheck-data-input-wrapper > .panel:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .smartcheck-data-input-wrapper > .panel:last-child .panel-title {
    margin: 0.5625rem 0 0.875rem;
  }
}
.smartcheck-data-input-wrapper > .panel:last-child .panel-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid #c5d0de;
  padding: 1.125rem 1rem 1rem;
}
.smartcheck-data-input-wrapper > .panel:last-child .panel-body label {
  font-family: "FSAlbertWeb-Regular";
  margin: 0;
}
.smartcheck-data-input-wrapper > .panel:last-child .panel-body > div {
  border-bottom: 1px solid #e2e7ee;
  margin-bottom: 1.0625rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:last-child .panel-body > div {
    margin-bottom: 0.75rem;
    padding-bottom: 0.9375rem;
  }
}
.smartcheck-data-input-wrapper > .panel:last-child .panel-body > div:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.smartcheck-data-input-wrapper > .panel:last-child .form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: column-reverse;
  -webkit-box-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin: 0;
  min-height: 4.375rem;
}
@media (min-width: 992px) {
  .smartcheck-data-input-wrapper > .panel:last-child .form-inline {
    min-height: 5.625rem;
  }
}
.smartcheck-data-input-wrapper > .panel:last-child .form-inline .input-wrapper {
  height: 2.25rem;
}
.smartcheck-data-input-wrapper > .panel:last-child .form-inline .form-control {
  background: none;
  border: 0;
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.625rem;
  line-height: 2.25rem;
  max-width: 100%;
  padding: 0;
}
.smartcheck-data-input-wrapper > .panel:last-child .form-inline .form-control[value=""] {
  background-color: #7f8fa4;
  border: 0;
  border-radius: 0;
  height: 0.1875rem;
  margin: 1.25rem 0 0.9375rem;
  min-height: 0;
  padding: 0;
  width: 1.625rem;
}
.smartcheck-data-input-wrapper > .panel:last-child div[id^=data_input_calculate] {
  position: relative;
  width: 100%;
}
.smartcheck-data-input-wrapper > .panel:last-child div[id^=data_input_calculate] span.suffix-value {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0.5625rem;
}

form[class*=smartcheck-edit-form] #calculate-wrapper button {
  background: #10069f;
}

form[class^=node-data-input-smartcheck-] {
  background-color: #f3f2fa;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  margin: 0 -1.5rem;
  padding: 2rem 1.5rem 0;
  position: relative;
}
@media (min-width: 768px) {
  form[class^=node-data-input-smartcheck-] {
    margin: 0 -2rem;
    padding: 2rem 2rem 0;
  }
}
@media (min-width: 1200px) {
  form[class^=node-data-input-smartcheck-] {
    margin: 0 -0.75rem;
    padding: 2rem 0.9375rem 0;
  }
}
form[class^=node-data-input-smartcheck-] #calculate-wrapper {
  border-bottom: 1px solid #c5d0de;
  margin: 0;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  form[class^=node-data-input-smartcheck-] #calculate-wrapper {
    padding-bottom: 2rem;
    position: absolute;
    margin-top: -24.7em;
    max-width: 37.5rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  form[class^=node-data-input-smartcheck-] #calculate-wrapper {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 25%;
    top: -3rem;
  }
}
@media (min-width: 992px) and (max-width: 1150px) {
  form[class^=node-data-input-smartcheck-] #calculate-wrapper {
    right: 23%;
  }
}
form[class^=node-data-input-smartcheck-] #calculate-wrapper:before {
  background: #c5d0de;
  content: "";
  display: block;
  height: 2rem;
  position: absolute;
  right: 0;
  width: 0.0625rem;
}
@media (max-width: 991px) {
  form[class^=node-data-input-smartcheck-] #calculate-wrapper:before {
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  form[class^=node-data-input-smartcheck-] #calculate-wrapper:before {
    height: 0.0625rem;
    right: -0.4375rem;
    top: 50%;
    width: 0.75rem;
  }
}
form[class^=node-data-input-smartcheck-] #calculate-wrapper:after {
  border-color: #c5d0de transparent transparent transparent;
  border-style: solid;
  border-width: 0.8125rem 0.5625rem 0 0.5625rem;
  bottom: -2rem;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
@media (max-width: 991px) {
  form[class^=node-data-input-smartcheck-] #calculate-wrapper:after {
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  form[class^=node-data-input-smartcheck-] #calculate-wrapper:after {
    border-width: 0.46875rem 0 0.46875rem 0.8125rem;
    border-color: transparent transparent transparent #c5d0de;
    right: -1.25rem;
    top: calc(50% - 7px);
  }
}
form[class^=node-data-input-smartcheck-] #calculate-wrapper button {
  background-color: #7f8fa4;
  border-radius: 2px;
  color: #fff;
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.875rem;
  height: 2.25rem;
  opacity: 1;
  padding: 0 0.53125rem;
  position: relative;
  right: 0.3125rem;
  width: 100%;
}
@media (max-width: 991px) {
  form[class^=node-data-input-smartcheck-] #calculate-wrapper button {
    right: 0;
  }
}
form[class^=node-data-input-smartcheck-] > .form-actions {
  background: #fff !important;
  box-shadow: 0px -1px 3px 0 rgba(0, 0, 0, 0.2);
  height: 6.875rem !important;
  margin: -1.1875rem -1.5rem 0 !important;
}
@media (min-width: 768px) {
  form[class^=node-data-input-smartcheck-] > .form-actions {
    margin: 2rem -2rem 0 !important;
  }
}
@media (min-width: 1200px) {
  form[class^=node-data-input-smartcheck-] > .form-actions {
    margin: 2rem -0.9375rem 0 !important;
  }
}

[class*=data-input-smartcheck] .wrap-bars .check-bar:first-of-type,
body.context-calculators-smartcheck-calculator-step-data-input .wrap-bars .check-bar:first-of-type {
  color: #847ecd;
}
[class*=data-input-smartcheck] .wrap-bars .check-bar:first-of-type .color-bar,
body.context-calculators-smartcheck-calculator-step-data-input .wrap-bars .check-bar:first-of-type .color-bar {
  background-color: #847ecd;
}
[class*=data-input-smartcheck] .wrap-bars .check-bar:nth-of-type(2),
body.context-calculators-smartcheck-calculator-step-data-input .wrap-bars .check-bar:nth-of-type(2) {
  color: #10069f;
}
[class*=data-input-smartcheck] .wrap-bars .check-bar:nth-of-type(2) .color-bar,
body.context-calculators-smartcheck-calculator-step-data-input .wrap-bars .check-bar:nth-of-type(2) .color-bar {
  background-color: #10069f;
}
[class*=data-input-smartcheck] .tooltip.bottom,
body.context-calculators-smartcheck-calculator-step-data-input .tooltip.bottom {
  margin-top: -0.25rem !important;
  padding: 0.25rem 0 !important;
}
[class*=data-input-smartcheck] .tooltip-arrow,
body.context-calculators-smartcheck-calculator-step-data-input .tooltip-arrow {
  border-bottom-color: #847ecd !important;
  border-width: 0 0.25rem 0.25rem;
}
[class*=data-input-smartcheck] .tooltip-inner,
body.context-calculators-smartcheck-calculator-step-data-input .tooltip-inner {
  background-color: #847ecd;
  border-radius: 0.25rem;
  font-family: "FSAlbertWeb-Regular";
  width: 11rem !important;
}

body.context-node-add-cleaning-methods .wrap-bars .check-bar:first-of-type, body.context-node-add-cleaning-methods .wrap-bars .check-bar:nth-of-type(2),
body.page-node-type-cleaning-methods .wrap-bars .check-bar:first-of-type,
body.page-node-type-cleaning-methods .wrap-bars .check-bar:nth-of-type(2) {
  color: #847ecd;
}
body.context-node-add-cleaning-methods .wrap-bars .check-bar:first-of-type .color-bar, body.context-node-add-cleaning-methods .wrap-bars .check-bar:nth-of-type(2) .color-bar,
body.page-node-type-cleaning-methods .wrap-bars .check-bar:first-of-type .color-bar,
body.page-node-type-cleaning-methods .wrap-bars .check-bar:nth-of-type(2) .color-bar {
  background-color: #847ecd;
}
body.context-node-add-cleaning-methods .wrap-bars .check-bar:last-of-type,
body.page-node-type-cleaning-methods .wrap-bars .check-bar:last-of-type {
  color: #10069f;
}
body.context-node-add-cleaning-methods .wrap-bars .check-bar:last-of-type .color-bar,
body.page-node-type-cleaning-methods .wrap-bars .check-bar:last-of-type .color-bar {
  background-color: #10069f;
}
body.context-node-add-cleaning-methods .node-form,
body.page-node-type-cleaning-methods .node-form {
  margin: 0 -1.5rem;
}
@media (min-width: 768px) {
  body.context-node-add-cleaning-methods .node-form,
  body.page-node-type-cleaning-methods .node-form {
    margin: 0 -2rem;
  }
}
@media (min-width: 1200px) {
  body.context-node-add-cleaning-methods .node-form,
  body.page-node-type-cleaning-methods .node-form {
    margin: 0 -0.75rem;
  }
}

.cleaning-methods-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .cleaning-methods-wrapper {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cleaning-methods-wrapper .panel-heading {
  position: relative;
}
.cleaning-methods-wrapper > div {
  border-radius: 0;
  margin: 0;
  padding: 0 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cleaning-methods-wrapper > div {
    padding: 0;
    width: 50%;
  }
}
.cleaning-methods-wrapper > div:first-child .panel-body > div .select-wrapper, .cleaning-methods-wrapper > div:last-child .panel-body > div .select-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .cleaning-methods-wrapper > div:first-child .panel-body > div .select-wrapper:before, .cleaning-methods-wrapper > div:last-child .panel-body > div .select-wrapper:before {
    content: "";
    height: 0.0625rem;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 2rem;
  }
}
@media (min-width: 992px) {
  .cleaning-methods-wrapper > div:first-child .panel-body > div .select-wrapper:before, .cleaning-methods-wrapper > div:last-child .panel-body > div .select-wrapper:before {
    width: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .cleaning-methods-wrapper > div:first-child .panel-body > div .select-wrapper:before, .cleaning-methods-wrapper > div:last-child .panel-body > div .select-wrapper:before {
    width: 7.0625rem;
  }
}
.cleaning-methods-wrapper > div:first-child {
  background-color: #f3f2fa;
  border-right: 1px solid #fff;
}
.cleaning-methods-wrapper > div:first-child .panel-body {
  position: relative;
}
@media (max-width: 767px) {
  .cleaning-methods-wrapper > div:first-child .panel-body:after {
    background-color: #c5d0de;
    bottom: -1.125rem;
    content: "";
    height: 2.5rem;
    margin: 0;
    position: absolute;
    right: 0.5rem;
    width: 0.0625rem;
  }
}
.cleaning-methods-wrapper > div:first-child .panel-body > div .select-wrapper:before {
  background-color: #c5d0de;
}
@media (min-width: 768px) {
  .cleaning-methods-wrapper > div:first-child .panel-body > div .select-wrapper:before {
    right: -2rem;
  }
}
@media (min-width: 992px) {
  .cleaning-methods-wrapper > div:first-child .panel-body > div .select-wrapper:before {
    right: -5.625rem;
  }
}
@media (min-width: 1200px) {
  .cleaning-methods-wrapper > div:first-child .panel-body > div .select-wrapper:before {
    right: -7.0625rem;
  }
}
.cleaning-methods-wrapper > div:last-child {
  background-color: #e7e6f5;
}
.cleaning-methods-wrapper > div:last-child .wrapper-test {
  position: relative;
}
@media (max-width: 767px) {
  .cleaning-methods-wrapper > div:last-child .wrapper-test {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cleaning-methods-wrapper > div:last-child .wrapper-test:before {
    background-color: #847ecd;
    content: "";
    height: 7.875rem;
    margin: 0;
    position: absolute;
    right: 0.5625rem;
    top: 0;
    width: 0.0625rem;
  }
}
.cleaning-methods-wrapper > div:last-child .panel-body {
  position: relative;
}
@media (max-width: 767px) {
  .cleaning-methods-wrapper > div:last-child .panel-body:before {
    border-color: #847ecd transparent transparent transparent;
    border-style: solid;
    border-width: 0.8125rem 0.5625rem 0 0.5625rem;
    content: "";
    height: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0.8125rem;
    width: 0;
  }
}
.cleaning-methods-wrapper > div:last-child .panel-body > div .select-wrapper:before {
  background-color: #847ecd;
}
@media (min-width: 768px) {
  .cleaning-methods-wrapper > div:last-child .panel-body > div .select-wrapper:before {
    left: -2rem;
  }
}
@media (min-width: 992px) {
  .cleaning-methods-wrapper > div:last-child .panel-body > div .select-wrapper:before {
    left: -5.625rem;
  }
}
@media (min-width: 1200px) {
  .cleaning-methods-wrapper > div:last-child .panel-body > div .select-wrapper:before {
    left: -7.0625rem;
  }
}
@media (min-width: 768px) {
  .cleaning-methods-wrapper > div:last-child .panel-body > div .select-wrapper .select2-container:after {
    border-color: transparent transparent transparent #847ecd;
    border-style: solid;
    border-width: 0.46875rem 0 0.46875rem 0.625rem;
    content: "";
    height: 0;
    left: -0.5625rem;
    margin: 0;
    position: absolute;
    top: calc(50% - 7.5px);
    width: 0;
  }
}
.cleaning-methods-wrapper > div > .wrapper-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  max-width: 23.5rem;
  padding: 2.8125rem 0 1.125rem;
}
@media (min-width: 768px) {
  .cleaning-methods-wrapper > div > .wrapper-test {
    margin: auto 2rem;
    max-width: 100%;
    padding: 2rem 0 6.125rem;
  }
}
@media (min-width: 992px) {
  .cleaning-methods-wrapper > div > .wrapper-test {
    margin: auto 5.625rem;
  }
}
@media (min-width: 1200px) {
  .cleaning-methods-wrapper > div > .wrapper-test {
    margin: auto;
    max-width: 23.5rem;
  }
}
.cleaning-methods-wrapper .panel-heading {
  padding: 0;
}
.cleaning-methods-wrapper .panel-title {
  margin: 0;
  padding: 0;
  text-align: left;
}
.cleaning-methods-wrapper span.pre-title {
  color: #10069f;
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.cleaning-methods-wrapper span.title {
  color: #10069f;
  font-size: 1.375rem;
  line-height: 2rem;
}
.cleaning-methods-wrapper .panel-body {
  margin: 1.375rem 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .cleaning-methods-wrapper .panel-body {
    margin: 2.375rem 0 0;
  }
}
.cleaning-methods-wrapper .panel-body label {
  line-height: 1.3125rem;
}
.cleaning-methods-wrapper .panel-body .form-group {
  margin-bottom: 1.375rem;
}
.cleaning-methods-wrapper .select2-container {
  width: 100% !important;
}
.cleaning-methods-wrapper .select2-container .select2-selection--single {
  height: 3.5rem;
}
.cleaning-methods-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #354052;
  line-height: 1.25rem;
  overflow: visible;
  padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  text-overflow: unset;
  white-space: normal;
}
.cleaning-methods-wrapper .select-wrapper:after {
  margin-top: -0.875rem;
}

form[class^=node-cleaning-methods-] > .form-actions {
  background: #fff !important;
  box-shadow: 0px -1px 3px 0 rgba(0, 0, 0, 0.2);
  height: 6.875rem !important;
  margin: -0.9375rem 0 0 !important;
}

.path-node[class*=industry] .wrapp-header .print-pdf,
.path-node[class*=cleaning-methods] .wrapp-header .print-pdf,
.path-node[class*=data-input-smartcheck] .wrapp-header .print-pdf,
.path-node[class*=smartcheck-calculator-step-data-input] .wrapp-header .print-pdf {
  display: none;
}
.path-node[class*=industry] .wrapp-header .print-pdf .form-actions button:before,
.path-node[class*=cleaning-methods] .wrapp-header .print-pdf .form-actions button:before,
.path-node[class*=data-input-smartcheck] .wrapp-header .print-pdf .form-actions button:before,
.path-node[class*=smartcheck-calculator-step-data-input] .wrapp-header .print-pdf .form-actions button:before {
  color: #847ecd;
}

.path-node[class*=node-type-smartcheck] .wrapp-header .form-actions,
.path-node[class*=calculators-smartcheck] .wrapp-header .form-actions {
  background: transparent;
  display: block;
  height: auto;
  margin: 0;
  min-width: 0.0625rem;
  padding: 0;
}

.edit-button {
  margin: 0.9375rem 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .edit-button {
    margin: 0.9375rem 0;
  }
}
.edit-button .edit-link {
  background-color: #e9edf1;
  display: inline-block;
  height: 1.875rem;
  min-width: 7.75rem;
  padding: 0.3125rem 2.425rem 0.3125rem 1rem;
}
.edit-button .edit-link a {
  color: #354052;
  font-family: "FSAlbertWeb-Bold";
  line-height: 1.3125rem;
  position: relative;
  padding-left: 1.375rem;
}
.edit-button .edit-link a:after {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "\e906";
  color: #354052;
  font-family: "toolbox-icons";
  font-size: 0.625rem;
  height: 1rem;
  left: -0.25rem;
  padding: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 0;
  width: 1rem;
}

.savings-potential {
  margin-bottom: -1rem;
  padding: 0;
}
.savings-potential .smartcheck-title {
  clear: right;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.625rem;
  line-height: 2.25rem;
  margin-bottom: 2rem;
}
.savings-potential .smartcheck-summary {
  line-height: 1.25rem;
  margin-bottom: 2.5rem;
}
.savings-potential .savings-subtitle {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 0 1rem 4.4375rem;
}
@media (min-width: 1200px) and (max-width: 1235px) {
  .savings-potential .savings-subtitle {
    font-size: 1.0625rem;
  }
}
.savings-potential img {
  width: 4rem;
}
.savings-potential .savings-img {
  margin-right: 0.5rem;
}
.savings-potential .savings-value {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.375rem;
  line-height: 2rem;
}
.savings-potential .savings-label {
  line-height: 1.25rem;
}
.savings-potential .time-label {
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.625rem;
  line-height: 0.875rem;
}
@media (max-width: 767px) {
  .savings-potential .savings-results {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .savings-potential .savings-results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 70px;
  }
}
.savings-potential .savings-results > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .savings-potential .savings-results > div {
    max-width: 11.0625rem;
    margin: 0 auto 1.5rem;
  }
}
@media (min-width: 768px) {
  .savings-potential .savings-results > div {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .savings-potential .savings-results > div {
    width: 33.33%;
  }
}
.savings-potential .savings-results .inner-savings {
  max-width: 165px;
}
.savings-potential .savings-item {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.savings-potential .quality .savings-subtitle,
.savings-potential .satisfaction .savings-subtitle {
  margin: 0 0 0.625rem 4.375rem;
}
.savings-potential .quality .savings-info > div,
.savings-potential .satisfaction .savings-info > div {
  margin-top: 0.1875rem;
}
.savings-potential .star-rating {
  width: 5.25rem;
}

.savings-disclaimer {
  background-color: #fafafa;
  border-top: 1px solid #c5d0de;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  color: rgba(53, 64, 82, 0.7);
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding: 1rem 0.625rem;
}
@media (min-width: 992px) {
  .savings-disclaimer {
    padding: 1rem;
  }
}

.section-subtitle {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.375rem;
  line-height: 2rem;
  margin-bottom: 1.4375rem;
}

.annual-working-container {
  background-color: #f3f2fa;
  clear: both;
  margin: 0 -1.5rem;
}
@media (min-width: 768px) {
  .annual-working-container {
    margin: 0 -2rem;
  }
}
@media (min-width: 1200px) {
  .annual-working-container {
    margin: 0 -0.75rem;
  }
}
.annual-working-container img {
  height: 2rem;
  margin-bottom: 0.5rem;
}
.annual-working-container .title {
  font-family: "FSAlbertWeb-Bold";
  line-height: 1.3125rem;
}

.annual-cost-inside {
  padding-top: 3.3125rem;
}
@media (max-width: 991px) {
  .annual-cost-inside {
    padding: 3.3125rem 1.5rem 0;
  }
}
.annual-cost-inside .annual-working-title + button {
  background-color: #e7e6f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.125rem;
  color: #354052;
  font-family: "FSAlbertWeb-Bold";
  height: 1.875rem;
  line-height: 1.3125rem;
  margin-bottom: 1.5rem;
  padding: 0.25rem 0.5625rem;
}

.cost-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  margin-bottom: 3.5625rem;
  position: relative;
}
@media (max-width: 991px) {
  .cost-chart {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 3.5625rem;
    max-width: 18.75rem;
  }
}
@media (max-width: 991px) {
  .cost-chart:after {
    border-right: 1px dashed #c5d0de;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 4.9375rem;
    top: 0;
  }
}
.cost-chart > .annual-cost {
  color: #10069f;
}
@media (min-width: 992px) {
  .cost-chart > .annual-cost {
    border-right: 1px dashed #c5d0de;
    width: 23%;
  }
}
.cost-chart > .annual-cost:first-of-type .cost-percentage-pair {
  background-color: transparent;
}
.cost-chart > .annual-cost:last-of-type {
  border: 0;
}
.cost-chart > .annual-cost:last-of-type .cost-percentage-pair {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cost-chart > .annual-cost:not(.today-item) {
    width: 26%;
  }
}
@media (min-width: 992px) {
  .cost-chart > .annual-cost:not(.today-item) .item-info {
    padding: 0 1.4375rem 0.9375rem;
  }
}
.cost-chart > .annual-cost:not(.today-item) .cost {
  background-color: #fff;
}
@media (min-width: 992px) {
  .cost-chart > .annual-cost:not(.today-item) .cost {
    padding: 0.5rem 1.4375rem;
  }
}
@media (min-width: 992px) {
  .cost-chart > .annual-cost:not(.today-item) .percentage {
    margin: 1.5rem 1.4375rem 0 1.4375rem;
  }
}
.cost-chart > .annual-cost .item-info {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.25rem;
}
@media (min-width: 992px) {
  .cost-chart > .annual-cost .item-info {
    display: block;
    padding: 0 1.4375rem 0.9375rem 0.125rem;
  }
}
@media (max-width: 991px) {
  .cost-chart > .annual-cost .image {
    margin-right: 0.625rem;
  }
}
.cost-chart > .annual-cost .cost {
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.375rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .cost-chart > .annual-cost .cost {
    border-bottom: 1px solid #c5d0de;
    border-top: 1px solid #c5d0de;
    padding: 0.5rem 0 0.5rem 0.125rem;
  }
}
.cost-chart > .annual-cost .percentage {
  background-color: #10069f;
  color: #fff;
  font-size: 1.375rem;
  line-height: 2rem;
  padding: 0.25rem;
  width: 4.75rem;
}
@media (min-width: 992px) {
  .cost-chart > .annual-cost .percentage {
    margin: 1.5rem 0 0 0.125rem;
  }
}
@media (max-width: 991px) {
  .cost-chart > .annual-cost .cost-percentage-pair {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    background: #fff;
    margin: 0.4375rem 0 2rem;
    padding: 0.25rem 0 0.25rem 0.25rem;
    position: relative;
  }
}
@media (max-width: 991px) {
  .cost-chart > .annual-cost .cost-percentage-pair:after, .cost-chart > .annual-cost .cost-percentage-pair:before {
    content: "";
    display: block;
    left: 0.25rem;
    position: absolute;
    right: 0;
  }
}
.cost-chart > .annual-cost .cost-percentage-pair:after {
  border-bottom: 1px solid #c5d0de;
  bottom: -0.0625rem;
}
.cost-chart > .annual-cost .cost-percentage-pair:before {
  border-top: 1px solid #c5d0de;
  top: -0.0625rem;
}
.cost-chart .proposal-item {
  color: #793894;
}
.cost-chart .proposal-item .percentage {
  background-color: #793894;
}
.cost-chart .savings-item {
  color: #2794b2;
}
.cost-chart .savings-item .percentage {
  background-color: #2794b2;
}

.popup-investment-form {
  background-color: #fff;
  border: 1px solid rgba(197, 208, 222, 0.5);
  box-shadow: 0 12px 10px -8px #bec9d9;
  display: none;
  left: 0;
  max-height: 880px;
  padding: 1.5rem;
  position: absolute;
  right: 0;
  top: -79rem;
  z-index: 4;
}
@media (max-width: 991px) {
  .popup-investment-form {
    bottom: 0;
    margin: 0 auto;
    max-width: 21.875rem;
    top: -79rem;
  }
}
@media (min-width: 768px) {
  .popup-investment-form {
    top: -47rem;
  }
}
@media (min-width: 992px) {
  .popup-investment-form {
    top: -36rem;
  }
}
@media (min-width: 1200px) {
  .popup-investment-form {
    left: -0.8125rem;
    right: -0.6875rem;
    top: -37rem;
  }
}
.popup-investment-form form.investments-annual {
  margin-bottom: 3.0625rem;
}
@media (max-width: 991px) {
  .popup-investment-form form.investments-annual {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.popup-investment-form form.investments-annual .form-item .input-wrapper {
  position: relative;
}
.popup-investment-form form.investments-annual .form-item .input-wrapper:before {
  color: #c5d0de;
  content: "$";
  display: inline-block;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  right: 0.875rem;
  top: 0.75rem;
}
.popup-investment-form form.investments-annual input {
  background: #fff;
  max-width: 100%;
  width: 100%;
}
.popup-investment-form form.investments-annual .form-actions {
  display: none;
}
.popup-investment-form .form-item.form-item-equipment {
  margin-right: 0;
}

.popup-title {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 1rem 0 2.9375rem;
}

.popup-footer button {
  border-radius: 2px;
  height: 2.25rem;
  margin-left: 0.3125rem;
  min-width: 4.75rem;
  padding: 0.375rem;
}
.popup-footer .btn-secondary {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "FSAlbertWeb-Bold";
  line-height: 1.3125rem;
}
.popup-footer .btn-secondary:hover {
  color: #354052;
}

.cleaning-methods-container {
  background-color: #f3f2fa;
  clear: both;
  margin: 0 -1.5rem;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .cleaning-methods-container {
    margin: 0 -2rem;
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .cleaning-methods-container {
    margin: 0 -0.75rem;
    padding: 0 0.75rem;
  }
}
.cleaning-methods-container .c3-tooltip td {
  text-align: left;
}
.cleaning-methods-container .cleaning-methods-title {
  margin: 0.0625rem 0 1rem;
}
@media (min-width: 768px) {
  .cleaning-methods-container .cleaning-methods-title {
    padding: 0;
  }
}
.cleaning-methods-container .sub-title {
  margin-bottom: 1.625rem;
}
.cleaning-methods-container .chart-title {
  font-family: "FSAlbertWeb-Bold";
  line-height: 1.3125rem;
  margin-bottom: 1.0625rem;
}
.cleaning-methods-container .container-chart-years {
  margin-bottom: 0.625rem;
  padding: 0;
}
@media (min-width: 768px) {
  .cleaning-methods-container .container-chart-years {
    margin-bottom: 0;
    padding: 0 0.75rem;
  }
}
.cleaning-methods-container .chart-legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.125rem;
}
.cleaning-methods-container .chart-legend > div {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin: 0 0.5625rem 0.3125rem 0;
}
.cleaning-methods-container .chart-legend span {
  float: left;
  height: 0.625rem;
  margin-right: 0.5rem;
  width: 0.625rem;
}
.cleaning-methods-container .chart-legend .green-result {
  background-color: #2aa02c;
}
.cleaning-methods-container .chart-legend .red-result {
  background-color: #d62628;
}
.cleaning-methods-container .chart-legend .yellow-result {
  background-color: #f37f0f;
}
.cleaning-methods-container .chart-legend .blue-result {
  background-color: #1f77b4;
}

.investments-container {
  padding: 2.1875rem 0 0;
}
.investments-container .investments-disclaimer {
  font-family: "FSAlbertWeb-Bold";
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 2.5rem;
  opacity: 0.7;
}

.investment-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin: 2rem 0 1.25rem;
}
@media (max-width: 767px) {
  .investment-inside {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2rem auto 0;
    max-width: 14.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .investment-inside {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.investment-inside .container-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: #fafafa;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5rem;
  padding: 1rem 0 0;
}
@media (min-width: 768px) {
  .investment-inside .container-item {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .investment-inside .container-item {
    margin-bottom: 0;
    width: 23.5%;
  }
}
@media (min-width: 1200px) {
  .investment-inside .container-item {
    margin-right: 1.5rem;
  }
}
.investment-inside .container-item img {
  width: calc(100% - 68px);
}
.investment-inside .container-item:last-of-type {
  margin-right: 0;
}
.investment-inside .container-item:last-of-type img {
  width: calc(100% - 74px);
}
.investment-inside .container-item .container-title {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
}
.investment-inside .container-item .container-image {
  margin-bottom: 1.5625rem;
  position: relative;
}
.investment-inside .container-item .container-image .price {
  color: #10069f;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1.625rem;
  left: 0;
  line-height: 2.25rem;
  position: absolute;
  right: 0;
  top: 39%;
}
.investment-inside .container-item .container-price {
  background-color: #847ecd;
  color: #fff;
  font-family: "FSAlbertWeb-Bold";
  line-height: 1.3125rem;
  padding: 0.125rem 0;
}

.savings-tooltip {
  color: #847ecd;
}

[class*=smartcheck-calculator-result] .tooltip {
  font-size: 0.625rem;
  opacity: 1;
}
[class*=smartcheck-calculator-result] .tooltip-arrow {
  border-bottom-color: #847ecd !important;
}
[class*=smartcheck-calculator-result] .tooltip-inner {
  background-color: #847ecd;
  max-width: 106px;
}
[class*=smartcheck-calculator-result] .tooltip.top .tooltip-inner {
  background-color: #10069f;
}

.additional-comments {
  margin: 0 auto 2.5rem;
  max-width: 36rem;
}
.additional-comments h3 {
  border: none;
  color: #7f8fa4;
  font-family: "FSAlbertWeb-Bold";
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0.3125rem;
}
.additional-comments .form-actions {
  text-align: right;
}
.additional-comments button {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: #847ecd;
  border-color: #847ecd;
  color: #fff;
  font-family: "FSAlbertWeb-Bold";
  font-size: 1rem;
  height: 2.25rem;
  margin-left: 0.5rem;
  padding: 0.625rem 1.4375rem;
  display: inline-block;
  margin: 0 !important;
}
.additional-comments button:active, .additional-comments button:focus {
  background-color: #726cc6;
  color: #f2f2f2;
}
.additional-comments button:hover {
  background-color: #9690d4;
  color: #f2f2f2;
}
.additional-comments textarea.form-control {
  min-width: 100%;
}

body[class*=context-calculators-tool-calculator-result] .text-right {
  display: flex;
  flex-direction: column;
  float: right;
  max-width: 9.75rem;
  position: relative;
  z-index: 3;
}
body[class*=context-calculators-tool-calculator-result] .btn-primary {
  margin-top: 10px;
}

.page-node-type-data-collection:not([class*=edit]) .main-container > .row,
.page-node-type-data-input .main-container > .row,
.page-node-type-smartcheck-calculator .main-container > .row,
.page-node-type-taski-calculator .main-container > .row,
.page-node-type-taski-calculator-b .main-container > .row {
  margin: 3.5rem auto 13.875rem !important;
}
@media (min-width: 768px) {
  .page-node-type-data-collection:not([class*=edit]) .main-container > .row,
  .page-node-type-data-input .main-container > .row,
  .page-node-type-smartcheck-calculator .main-container > .row,
  .page-node-type-taski-calculator .main-container > .row,
  .page-node-type-taski-calculator-b .main-container > .row {
    width: 36rem;
  }
}
.page-node-type-data-collection:not([class*=edit]) .main-container > .row section,
.page-node-type-data-input .main-container > .row section,
.page-node-type-smartcheck-calculator .main-container > .row section,
.page-node-type-taski-calculator .main-container > .row section,
.page-node-type-taski-calculator-b .main-container > .row section {
  padding: 0;
}
.page-node-type-data-collection:not([class*=edit]) .region-content,
.page-node-type-data-input .region-content,
.page-node-type-smartcheck-calculator .region-content,
.page-node-type-taski-calculator .region-content,
.page-node-type-taski-calculator-b .region-content {
  min-height: 3.75rem;
  padding: 0;
}
.page-node-type-data-collection:not([class*=edit]) .node-confirm-form.confirmation,
.page-node-type-data-input .node-confirm-form.confirmation,
.page-node-type-smartcheck-calculator .node-confirm-form.confirmation,
.page-node-type-taski-calculator .node-confirm-form.confirmation,
.page-node-type-taski-calculator-b .node-confirm-form.confirmation {
  color: #354052;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 0;
  min-height: 20.375rem;
  padding: 5.5625rem 1.5625rem 4.25rem 5.375rem;
}
@media (min-width: 768px) {
  .page-node-type-data-collection:not([class*=edit]) .node-confirm-form.confirmation,
  .page-node-type-data-input .node-confirm-form.confirmation,
  .page-node-type-smartcheck-calculator .node-confirm-form.confirmation,
  .page-node-type-taski-calculator .node-confirm-form.confirmation,
  .page-node-type-taski-calculator-b .node-confirm-form.confirmation {
    padding-left: 5.8125rem;
  }
}
@media (min-width: 1200px) {
  .page-node-type-data-collection:not([class*=edit]) .node-confirm-form.confirmation,
  .page-node-type-data-input .node-confirm-form.confirmation,
  .page-node-type-smartcheck-calculator .node-confirm-form.confirmation,
  .page-node-type-taski-calculator .node-confirm-form.confirmation,
  .page-node-type-taski-calculator-b .node-confirm-form.confirmation {
    padding-left: 7.8125rem;
  }
}
.page-node-type-data-collection:not([class*=edit]) .node-confirm-form.confirmation:before,
.page-node-type-data-input .node-confirm-form.confirmation:before,
.page-node-type-smartcheck-calculator .node-confirm-form.confirmation:before,
.page-node-type-taski-calculator .node-confirm-form.confirmation:before,
.page-node-type-taski-calculator-b .node-confirm-form.confirmation:before {
  content: url("../images/exclamation.svg");
  margin-left: -5.3125rem;
  max-height: 4rem;
  position: absolute;
  top: 4.25rem;
  width: 4rem;
}
.page-node-type-data-collection:not([class*=edit]) .node-confirm-form.confirmation .form-actions.form-wrapper,
.page-node-type-data-input .node-confirm-form.confirmation .form-actions.form-wrapper,
.page-node-type-smartcheck-calculator .node-confirm-form.confirmation .form-actions.form-wrapper,
.page-node-type-taski-calculator .node-confirm-form.confirmation .form-actions.form-wrapper,
.page-node-type-taski-calculator-b .node-confirm-form.confirmation .form-actions.form-wrapper {
  bottom: 0;
  height: 7.875rem;
  left: 0.75rem;
  margin: 0 0 0 -0.75rem;
  padding: 0 1.5625rem 0 0;
  position: absolute;
}
@media (min-width: 768px) {
  .page-node-type-data-collection:not([class*=edit]) .node-confirm-form.confirmation .form-actions.form-wrapper,
  .page-node-type-data-input .node-confirm-form.confirmation .form-actions.form-wrapper,
  .page-node-type-smartcheck-calculator .node-confirm-form.confirmation .form-actions.form-wrapper,
  .page-node-type-taski-calculator .node-confirm-form.confirmation .form-actions.form-wrapper,
  .page-node-type-taski-calculator-b .node-confirm-form.confirmation .form-actions.form-wrapper {
    margin: 0 -0.625rem 0 -0.75rem;
    min-width: 100%;
    padding: 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  .page-node-type-data-collection:not([class*=edit]) .node-confirm-form.confirmation .form-actions.form-wrapper,
  .page-node-type-data-input .node-confirm-form.confirmation .form-actions.form-wrapper,
  .page-node-type-smartcheck-calculator .node-confirm-form.confirmation .form-actions.form-wrapper,
  .page-node-type-taski-calculator .node-confirm-form.confirmation .form-actions.form-wrapper,
  .page-node-type-taski-calculator-b .node-confirm-form.confirmation .form-actions.form-wrapper {
    margin: -0.875rem -0.75rem 0 -0.75rem;
    min-width: 36rem;
  }
}
.page-node-type-data-collection:not([class*=edit]) .node-confirm-form.confirmation .form-actions.form-wrapper button.button,
.page-node-type-data-input .node-confirm-form.confirmation .form-actions.form-wrapper button.button,
.page-node-type-smartcheck-calculator .node-confirm-form.confirmation .form-actions.form-wrapper button.button,
.page-node-type-taski-calculator .node-confirm-form.confirmation .form-actions.form-wrapper button.button,
.page-node-type-taski-calculator-b .node-confirm-form.confirmation .form-actions.form-wrapper button.button {
  border-radius: 0.125rem;
  font-family: "FSAlbertWeb-Bold" !important;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 0;
  min-width: 5.375rem;
  padding: 0.625rem 0;
  text-align: center;
  width: 5.375rem;
}
.page-node-type-data-collection:not([class*=edit]) .node-confirm-form.confirmation .form-actions.form-wrapper button.button:after,
.page-node-type-data-input .node-confirm-form.confirmation .form-actions.form-wrapper button.button:after,
.page-node-type-smartcheck-calculator .node-confirm-form.confirmation .form-actions.form-wrapper button.button:after,
.page-node-type-taski-calculator .node-confirm-form.confirmation .form-actions.form-wrapper button.button:after,
.page-node-type-taski-calculator-b .node-confirm-form.confirmation .form-actions.form-wrapper button.button:after {
  content: "";
  padding: 0;
}
.page-node-type-data-collection:not([class*=edit]) .node-confirm-form.confirmation .form-actions.form-wrapper button.button:first-of-type,
.page-node-type-data-input .node-confirm-form.confirmation .form-actions.form-wrapper button.button:first-of-type,
.page-node-type-smartcheck-calculator .node-confirm-form.confirmation .form-actions.form-wrapper button.button:first-of-type,
.page-node-type-taski-calculator .node-confirm-form.confirmation .form-actions.form-wrapper button.button:first-of-type,
.page-node-type-taski-calculator-b .node-confirm-form.confirmation .form-actions.form-wrapper button.button:first-of-type {
  color: #354052;
  margin-right: 1rem;
  opacity: 0.5;
}
.page-node-type-data-collection:not([class*=edit]) .node-confirm-form.confirmation .form-actions.form-wrapper button.button:first-of-type:before,
.page-node-type-data-input .node-confirm-form.confirmation .form-actions.form-wrapper button.button:first-of-type:before,
.page-node-type-smartcheck-calculator .node-confirm-form.confirmation .form-actions.form-wrapper button.button:first-of-type:before,
.page-node-type-taski-calculator .node-confirm-form.confirmation .form-actions.form-wrapper button.button:first-of-type:before,
.page-node-type-taski-calculator-b .node-confirm-form.confirmation .form-actions.form-wrapper button.button:first-of-type:before {
  content: none;
}

body[class*=user-manual] .outer-container {
  height: 8.5rem;
  position: relative;
}
body[class*=user-manual] .outer-container h3 {
  font-size: 1.625rem;
  left: 7rem;
  line-height: 2.25rem;
  position: absolute;
  top: 0;
}
body[class*=user-manual] .tab-strip-tabs {
  bottom: 0;
  margin: 0 auto;
  position: absolute;
}
@media (min-width: 1200px) {
  body[class*=user-manual] .tab-strip-tabs {
    position: relative;
  }
}

.view-user-manual .views-row {
  display: none;
  margin-bottom: 3.75rem;
  position: relative;
}
.view-user-manual .views-field-title {
  margin: 5rem 0 2.5rem;
}
.view-user-manual .views-field-title span {
  color: #354052;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2rem;
}
.view-user-manual .views-field-field-fileupload {
  margin-bottom: 37px;
}
@media (min-width: 768px) {
  .view-user-manual .views-field-field-fileupload {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0.5rem;
  }
}
.view-user-manual .views-field-field-fileupload a {
  padding: 0.4375rem 2.5625rem 0.4375rem 1rem;
  position: relative;
}
.view-user-manual .views-field-field-fileupload a:after {
  background-image: url("../images/download-manual.svg");
  background-repeat: no-repeat;
  content: "";
  height: 1rem;
  position: absolute;
  right: 0.8125rem;
  top: 0.375rem;
  width: 1rem;
}
.view-user-manual .views-field-field-pdata .paragraph {
  margin-bottom: 3.125rem;
}
.view-user-manual .views-field-field-pdata .paragraph.paragraph--type--paragraph-subtext {
  margin-bottom: 0.5rem;
}
.view-user-manual .views-field-field-pdata .paragraph .field--name-field-text,
.view-user-manual .views-field-field-pdata .paragraph .field--name-field-subtitle {
  color: #354052;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.view-user-manual .views-field-field-pdata .paragraph .field--name-field-subtitle {
  font-weight: bold;
}
.view-user-manual .views-field-field-pdata .paragraph .field--name-field-image img {
  margin: 0 auto;
  max-height: 31.25rem;
  max-width: 100%;
  width: auto;
}
.view-user-manual .views-field-field-pdata .paragraph .field--name-field-image,
.view-user-manual .views-field-field-pdata .paragraph .field--name-field-video {
  margin: 0 0 3.75rem;
}
.view-user-manual .views-field-field-pdata .paragraph .field--name-field-video video {
  height: auto !important;
  width: 100% !important;
}

.block-views-blockuser-manual-block-1 {
  max-width: 48.5rem;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
