@charset "UTF-8";
:root {
  --brand__breakpoint--mobile: 480px;
  --brand__breakpoint--tablet: 768px;
  --brand__breakpoint--desktop: 992px;
  --brand__breakpoint--large: 1350px;
  --brand__breakpoint--wide: 1600px;
}

:root {
  --brand__spacing--tiny: 5px;
  --brand__spacing--small: 10px;
  --brand__spacing: 20px;
  --brand__spacing--large: 40px;
  --brand__spacing--huge: 60px;
}

:root {
  --brand__icon--close: url("data:image/svg+xml,%3Csvg id='close' viewBox='0 0 50 51' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EClose%3C/title%3E%3Cpath d='M28.315 25.5718L38.331 15.5558L40.3965 13.4903C40.7012 13.1856 40.7012 12.6905 40.3965 12.3858L38.1864 10.1758C37.8818 9.87109 37.3866 9.87109 37.0819 10.1758L25.0005 22.2572L12.9191 10.1748C12.6144 9.87011 12.1192 9.87011 11.8145 10.1748L9.60352 12.3848C9.29883 12.6895 9.29883 13.1847 9.60352 13.4894L21.6859 25.5718L9.60352 37.6532C9.29883 37.9579 9.29883 38.453 9.60352 38.7577L11.8136 40.9678C12.1182 41.2725 12.6134 41.2725 12.9181 40.9678L25.0005 28.8863L35.0164 38.9023L37.0819 40.9678C37.3866 41.2725 37.8818 41.2725 38.1864 40.9678L40.3965 38.7577C40.7012 38.453 40.7012 37.9579 40.3965 37.6532L28.315 25.5718Z' /%3E%3C/svg%3E%0A");
  --brand__checked-radio: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18ZM8 12.17L14.59 5.58L16 7L8 15L4 11L5.41 9.59L8 12.17Z' fill='url(%23paint0_linear_9291_4538)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_9291_4538' x1='19.9994' y1='9.9998' x2='0' y2='9.9998' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23006839'/%3E%3Cstop offset='1' stop-color='%2394C23C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  --brand__allnex-bars: url("data:image/svg+xml,%3Csvg width='48' height='4' viewBox='0 0 48 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.778541 0L0 3.11139H7.96649L8.76314 0H0.778541Z' fill='%23953F91'/%3E%3Cpath d='M10.1575 0L9.37891 3.11139H24.0626L24.8412 0H10.1575Z' fill='%23C8318A'/%3E%3Cpath d='M26.2346 0L25.4561 3.11139H46.4768L47.2553 0H26.2346Z' fill='%23E94D18'/%3E%3C/svg%3E%0A");
}

/*!
 * 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("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon, .c-table__collapse-icon, .c-dropdown-button__icon {
  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: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before, .c-table__collapse-icon:before, .c-dropdown-button__icon:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.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: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.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: 992px) {
  .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: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 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: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1350px) {
  .container {
    width: 1320px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -40px;
  margin-right: -40px;
}
.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, .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: 40px;
  padding-right: 40px;
}

.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: 1350px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #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: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  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] {
  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: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 50px;
  }
}
.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: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

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: 50px;
  line-height: 50px;
}

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: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 50px;
  line-height: 50px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 50px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@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: -40px;
  margin-right: -40px;
}
.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: 40px;
}
@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;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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: #204d74;
  border-color: #122b40;
}
.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  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: #398439;
  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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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: #269abc;
  border-color: #1b6d85;
}
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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: #ac2925;
  border-color: #761c19;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  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 #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.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: 992px) {
  .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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .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: #555555;
  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: 0;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: var(--set-navbar--height, 40px);
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: var(--set-navbar-padding--horizontal, 0);
  padding-left: var(--set-navbar-padding--horizontal, 0);
  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: 992px) {
  .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: var(--set-navbar--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: -var(--set-navbar-padding--horizontal, 0);
  margin-left: -var(--set-navbar-padding--horizontal, 0);
}
@media (min-width: 992px) {
  .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: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: var(--set-navbar-fixed--z-index, 1030);
}
@media (min-width: 992px) {
  .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: var(--set-navbar-padding--vertical, 15px) var(--set-navbar-padding--horizontal, 0);
  font-size: 18px;
  line-height: 20px;
  height: var(--set-navbar--height, 40px);
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -var(--set-navbar-padding--horizontal, 0);
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: var(--set-navbar-padding--horizontal, 0);
  padding: 9px 10px;
  margin-top: var(--set-navbar--height, 40px)-34px/2;
  margin-bottom: var(--set-navbar--height, 40px)-34px/2;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: var(--set-navbar-padding--vertical, 15px)/2 -var(--set-navbar-padding--horizontal, 0);
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .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: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: var(--set-navbar-padding--vertical, 15px);
    padding-bottom: var(--set-navbar-padding--vertical, 15px);
  }
}

.navbar-form {
  margin-left: -var(--set-navbar-padding--horizontal, 0);
  margin-right: -var(--set-navbar-padding--horizontal, 0);
  padding: 10px var(--set-navbar-padding--horizontal, 0);
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: var(--set-navbar--height, 40px)-34px/2;
  margin-bottom: var(--set-navbar--height, 40px)-34px/2;
}
@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: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: var(--set-navbar--height, 40px)-34px/2;
  margin-bottom: var(--set-navbar--height, 40px)-34px/2;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: var(--set-navbar--height, 40px)-30px/2;
  margin-bottom: var(--set-navbar--height, 40px)-30px/2;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: var(--set-navbar--height, 40px)-22/2;
  margin-bottom: var(--set-navbar--height, 40px)-22/2;
}

.navbar-text {
  margin-top: var(--set-navbar--height, 40px)-20px/2;
  margin-bottom: var(--set-navbar--height, 40px)-20px/2;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: var(--set-navbar-padding--horizontal, 0);
    margin-right: var(--set-navbar-padding--horizontal, 0);
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -var(--set-navbar-padding--horizontal, 0);
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: var(--set-navbar-default--bg, #f8f8f8);
  border-color: var(--set-navbar-default--border, #e9e9e9);
}
.navbar-default .navbar-brand {
  color: var(--set-navbar-default--link-color, #777);
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5d5d5d;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: var(--set-navbar-default--color, #777);
}
.navbar-default .navbar-nav > li > a {
  color: var(--set-navbar-default--link-color, #777);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: var(--set-navbar-default--link-hover-color, #333);
  background-color: var(--set-navbar-default--link-hover-bg, transparent);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: var(--set-navbar-default--link-active-color, #555);
  background-color: var(--set-navbar-default--link-active-bg, #e9e9e9);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: var(--set-navbar-default--link-disabled-color, #ccc);
  background-color: var(--set-navbar-default--link-disabled-bg, 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: var(--set-navbar-default--border, #e9e9e9);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: var(--set-navbar-default--link-active-bg, #e9e9e9);
  color: var(--set-navbar-default--link-active-color, #555);
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: var(--set-navbar-default--link-color, #777);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: var(--set-navbar-default--link-hover-color, #333);
    background-color: var(--set-navbar-default--link-hover-bg, 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: var(--set-navbar-default--link-active-color, #555);
    background-color: var(--set-navbar-default--link-active-bg, #e9e9e9);
  }
  .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: var(--set-navbar-default--link-disabled-color, #ccc);
    background-color: var(--set-navbar-default--link-disabled-bg, transparent);
  }
}
.navbar-default .navbar-link {
  color: var(--set-navbar-default--link-color, #777);
}
.navbar-default .navbar-link:hover {
  color: var(--set-navbar-default--link-hover-color, #333);
}
.navbar-default .btn-link {
  color: var(--set-navbar-default--link-color, #777);
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: var(--set-navbar-default--link-hover-color, #333);
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: var(--set-navbar-default--link-disabled-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: 991px) {
  .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: 15px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: " ";
  padding: 0 5px;
  color: #636364;
}
.breadcrumb > .active {
  color: #1c3767;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.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: #337ab7;
  border-color: #337ab7;
  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: 40px;
  padding-right: 40px;
}
.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;
  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: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  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: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: 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: 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: 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: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  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 #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  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: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.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 {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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;
  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: 850px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "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: 1;
  filter: alpha(opacity=100);
}
.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: #333;
  text-align: center;
  background-color: #FFF;
  border-radius: 4px;
}

.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: #FFF;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #FFF;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #FFF;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #FFF;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #FFF;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #FFF;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #FFF;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #FFF;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "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;
  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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  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: 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, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.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: 1349px) {
  .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: 1349px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1349px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1349px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1350px) {
  .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: 1350px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1350px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1350px) {
  .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: 1349px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1350px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
body[data-sitemap-state="/dashboard/:/"] {
  background-image: url("../allnex-background.jpg");
  background-size: cover;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 100%;
}

h1 {
  margin-top: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.o-select {
  position: relative;
  display: flex;
  align-items: center;
}
.o-select select {
  padding-right: 30px;
}
.o-select:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 15px;
  transform: rotate(225deg);
  border-top: 1px solid;
  border-left: 1px solid;
  width: 10px;
  height: 10px;
  top: 9px;
}

button {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  outline: none;
}

input.c-filter-field__date,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  font-size: var(--input--font-size, 1.6rem);
  line-height: 1.2;
  color: #333333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: var(--input--font-weight, 400);
  padding: var(--input--padding, 0 12px);
  border: var(--input--border, 1px solid #ccc);
  border-width: var(--input--border-width, 1px);
  border-radius: var(--input--border-radius, 0);
  outline: none;
  width: 100%;
  height: var(--input--height, 50px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  filter: none;
}
input.c-filter-field__date:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  box-shadow: 0 0 3pt 2pt rgba(28, 55, 103, 0.1);
}
input.c-filter-field__date:-webkit-autofill, input.c-filter-field__date:-webkit-autofill:hover, input.c-filter-field__date:-webkit-autofill:focus, input.c-filter-field__date:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:hover,
input[type=range]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input[disabled],
select[disabled],
textarea[disabled] {
  background: #f2f2f2;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: -24px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  outline: none;
}

input[type=range] {
  outline: none;
  border: none;
  width: auto;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

textarea {
  --input--padding: var(--input-textarea--padding, 12px);
  --input--height: auto;
  --input--border-width: var(--input-textarea--border-width, 1px);
}
textarea:focus {
  box-shadow: 0 0 3pt 2pt rgba(28, 55, 103, 0.1);
}

select, select.form-control {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  padding: 0 12px;
  padding-right: 40px;
  border: var(--input--border, 1px solid #ccc);
  border-width: var(--input--border-width, 1px);
  border-radius: var(--input--border-radius, 0);
  outline: none;
  width: 100%;
  height: 50px;
  background-size: 8px 4.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.872' height='9.278' viewBox='0 0 16.872 9.278'%3E%3Cg id='Group_6502' data-name='Group 6502' transform='translate(-328.353 -2149.313)'%3E%3Cg id='Dropdown_Icon' data-name='Dropdown Icon' transform='translate(330.12 2151.08)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M0,0,6.669,6.261,13.338,0' transform='translate(0 0)' fill='none' stroke='%23171717' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand, select.form-control::-ms-expand {
  display: none;
}
select:focus, select.form-control:focus {
  box-shadow: 0 0 3pt 2pt rgba(28, 55, 103, 0.1);
}

option {
  padding: 2px 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.crmEntityFormView {
  margin-top: 30px;
}
.crmEntityFormView table.section {
  table-layout: fixed;
  width: 100%;
}
.crmEntityFormView td.cell {
  padding: 0;
  padding-bottom: 20px;
}
.crmEntityFormView td.cell:first-child:nth-last-child(3) {
  padding-right: 25px;
}
.crmEntityFormView td.cell:first-child:nth-last-child(3) ~ td {
  padding-left: 25px;
}
.crmEntityFormView .cell.zero-cell {
  display: none;
}
.crmEntityFormView label.field-label {
  float: left;
  text-transform: uppercase;
  color: #1c3767;
  font-size: 1.6rem;
}
.crmEntityFormView .actions {
  border-top: 0;
  margin: 0;
  padding: 0;
}

svg {
  width: var(--set-svg--width, initial);
}

dt {
  clear: both;
  font-weight: var(--brand__dt--font-weight, 400);
  padding-right: 5px;
  margin: var(--brand__dt--margin, 0);
}

dd {
  font-weight: var(--brand__dd--font-weight, 700);
  margin: var(--brand__dd--margin, 0);
}

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  height: auto;
}

.o-fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  height: 100%;
  width: 100%;
}
.o-fit--contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;object-position: center center;";
}

.container--white {
  background-color: white;
}

.container-wrapper--gray {
  background: linear-gradient(180deg, white 0%, #f3f5f7 100%);
}

.container-wrapper--gray-first-half {
  background: linear-gradient(180deg, white 0%, #f9fafb 100%);
}

.container-wrapper--gray-second-half {
  background: linear-gradient(180deg, #f9fafb 0%, #f3f5f7 100%);
}

.container-wrapper--extended {
  padding-bottom: 100px;
}

.container--narrow {
  max-width: 580px;
}

.tooltip {
  opacity: 1;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.tooltip-inner {
  box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.3);
  font-size: 1.5rem;
  padding: 5px 10px;
  min-width: 200px;
}

.tooltip-arrow {
  display: block !important;
}

.navbar-toggle {
  background-color: transparent !important;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  height: 65px;
  width: 65px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.navbar-toggle[aria-expanded=true], .navbar-toggle:focus-within {
  --hamburger__bar--border-color: white;
  background-color: black !important;
}
.navbar-toggle[aria-expanded=true] {
  --icon-bar--display: none;
  background-image: var(--brand__icon--close);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 62em) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-toggle .icon-bar {
  display: var(--icon-bar--display, block);
  border: 1px solid var(--hamburger__bar--border-color, black);
  width: 33px;
  height: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}

@media (max-width: 61.99em) {
  .navbar-collapse {
    background-color: #f2f2f2;
    position: fixed;
    top: 65px;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

.o-table {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: var(--table--overflow, auto);
}
.o-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

:root {
  --brand__card-body-wrapper--justify-content: flex-start;
  --brand__card-body-wrapper--align-items: normal;
  --brand__card-body-wrapper--padding: 0;
  --brand__card-footer--margin-top: 10px;
}

.o-card {
  position: relative;
  display: flex;
  flex-direction: var(--brand__card--flex-direction, column);
  flex: 1 1 auto;
  height: 100%;
  background-color: var(--brand__card--background-color, transparent);
}

.o-card__obj-wrapper {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  max-width: var(--brand__card-obj-wrapper--max-width, 100%);
  background-color: var(--brand__card-obj-wrapper--background-color, transparent);
}

.o-card__body-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: var(--brand__card-body-wrapper--justify-content);
  align-items: var(--brand__card-body-wrapper--align-items);
  padding: var(--brand__card-body-wrapper--padding);
  background-color: var(--brand__card-body-wrapper--background-color, transparent);
}

.o-card__footer {
  margin-top: var(--set-brand__card-footer--margin-top, var(--brand__card-footer--margin-top));
}

.o-card__overlay {
  position: unset !important;
}
.o-card__overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--set-o-card--z-index, auto);
}

.o-logo {
  width: 8px;
  height: 3px;
  background-color: var(--set-logo-first--color, #ffffff);
  transform: skew(-20deg);
  margin-top: var(--logo--margin-top, 5px);
}
.o-logo:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 3px;
  right: -15px;
  background: var(--set-logo-second--color, rgba(255, 255, 255, 0.8));
}
.o-logo:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  left: 25px;
  background: var(--set-logo-third--color, rgba(255, 255, 255, 0.6));
}

.o-logo--colored {
  --set-logo-first--color: #953f91;
  --set-logo-second--color: #C8318A;
  --set-logo-third--color: #E94D18;
}

.o-logo--offset {
  left: -16px;
  position: relative;
}

.o-component-title {
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: 600;
}

.o-info {
  margin: var(--info--margin, 0 0 0 5px);
  border: 2px solid var(--info--color, #45a869);
  width: var(--info--border-width, 18px);
  height: var(--info--border-height, 18px);
  border-radius: var(--info--border-radius, 18px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--info--color, #45a869);
  font-weight: var(--info--font-weight, 700);
  cursor: pointer;
  font-size: var(--info--font-size, 1.2rem);
}

.o-grid-template {
  --o-grid-template--column-size: auto-fill;
  --o-grid-template--columns: repeat(var(--o-grid-template--column-size), minmax(var(--o-grid-cell--min-width, 250px), var(--o-grid-cell--max-width, 1fr)));
  --o-grid-template--place-items: center;
  display: grid;
  place-items: var(--o-grid-template--place-items);
  grid-template-columns: var(--o-grid-template--columns);
  grid-column-gap: var(--o-grid-column-gap, 0);
  grid-row-gap: var(--o-grid-row-gap, 0);
  grid-auto-rows: var(--o-grid-auto-rows, auto);
  align-items: var(--o-grid-align-items, start);
}
.o-grid-template--small-cells {
  --o-grid-cell--min-width: var(--brand__grid-cell-small--min-width, 150px);
}
.o-grid-template--large-cells {
  --o-grid-cell--min-width: var(--brand__grid-cell-large--min-width, 400px);
}
.o-grid-template--stretch {
  --o-grid-template--column-size: auto-fit;
}

:root {
  --aspect-ratio: 1 / 1;
}

.o-ratio {
  aspect-ratio: var(--set-aspect-ratio, var(--aspect-ratio));
  --brand__img--height: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .o-ratio::before {
    content: "";
    float: left;
    padding-top: calc((1 / (var(--set-aspect-ratio, var(--aspect-ratio)))) * 100%);
  }
  .o-ratio::after {
    content: "";
    display: block;
    clear: both;
  }
}

:root {
  --brand__number-of-lines: 2;
}

.o-ellipsis-single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  display: block;
}

:root {
  --brand__svg--fill: currentColor;
  --brand__svg--height: unset;
  --brand__svg--width: auto;
  --brand__svg--max-width: none;
  --brand__svg--transform: none;
}

.c-svg {
  display: var(--brand__svg--display, inline-block);
  fill: var(--set-brand__svg--fill, var(--brand__svg--fill, currentColor));
  stroke: var(--set-brand__svg--stroke, var(--brand__svg--stroke, none));
  width: var(--brand__svg--width);
  height: var(--brand__svg--height);
  max-width: var(--brand__svg--max-width);
  max-height: var(--set-brand__svg--max-height, var(--brand__svg--max-height, none));
  background: var(--brand__svg--background);
  border-radius: var(--brand__svg--border-radius);
  border: var(--brand__svg--border);
  flex-shrink: 0;
  transition: var(--set-brand__svg--transition, all 0.25s);
  transform: var(--set-brand__svg--transform, var(--brand__svg--transform));
  margin-top: var(--set-brand__svg--margin-top, var(--brand__svg--margin-top, 0px));
  -webkit-margin-start: var(--set-brand__svg--margin-inline-start, var(--brand__svg--margin-inline-start));
          margin-inline-start: var(--set-brand__svg--margin-inline-start, var(--brand__svg--margin-inline-start));
  -webkit-margin-end: var(--set-brand__svg--margin-inline-end, var(--brand__svg--margin-inline-end));
          margin-inline-end: var(--set-brand__svg--margin-inline-end, var(--brand__svg--margin-inline-end));
  padding: var(--brand__svg--padding);
}

.c-svg--nostroke {
  stroke: none;
}

.c-svg--ghost {
  fill: none;
}

.c-btn, 
.c-adb2c-wrapper #cancel, 
.c-adb2c-wrapper #emailVerificationControl_but_send_code,
.c-adb2c-wrapper #continue,
.c-adb2c-wrapper #next,
.c-adb2c-wrapper button, 
.crmEntityFormView .submit-btn.btn {  
  color: var(--set-btn--color, #1c3767);
  background-color: var(--set-btn--bg-color, #fff);
  border: var(--set-btn--border, 1px solid var(--set-btn-color, #1c3767));
  -webkit-text-decoration: var(--set-btn--text-decoration, none);
          text-decoration: var(--set-btn--text-decoration, none);
  text-underline-offset: var(--set-btn--text-decoration-offset, 0);
  margin-right: var(--set-btn--margin-right, 0);
  padding: var(--btn--padding, 15px 25px);
  font-weight: 700;
  border-radius: 0;
  max-height: var(--btn--max-height, 52px);
  min-width: var(--set-btn--min-width, auto);
  margin-top: var(--set-btn--margin-top, 0);
  margin-bottom: var(--set-btn--margin-bottom, 0);
  display: var(--set-btn--display, inline-block);
}

.c-btn, 
.c-adb2c-wrapper #cancel, 
.c-adb2c-wrapper #emailVerificationControl_but_send_code,
.c-adb2c-wrapper #continue,
.c-adb2c-wrapper #next,
.c-adb2c-wrapper button, 
.crmEntityFormView .submit-btn.btn, 
.c-btn:hover,
.c-adb2c-wrapper button:hover, 
.c-btn:focus,
.c-adb2c-wrapper button:focus {
  color: var(--set-btn--color, #1c3767);
  background-color: var(--set-btn--bg-color, #fff);
  border: var(--set-btn--border, 1px solid var(--set-btn-color, #1c3767));
  outline: none;
}

.c-btn--link {
  text-underline-offset: var(--set-btn--text-decoration-offset, 4px);
}
.c-btn--link, .c-btn--link:hover, .c-btn--link:focus {
  color: var(--set-btn--color, #1c3767);
  background-color: var(--set-btn--bg-color, transparent);
  border: var(--set-btn--border, none);
  -webkit-text-decoration: var(--set-btn--text-decoration, underline);
          text-decoration: var(--set-btn--text-decoration, underline);
}

.c-btn--full, 
.c-adb2c-wrapper #emailVerificationControl_but_send_code,
.c-adb2c-wrapper #continue,
.c-adb2c-wrapper #next,
.c-adb2c-wrapper button, 
.crmEntityFormView .submit-btn.btn, 
.c-btn--full:hover,
.c-adb2c-wrapper button:hover, 
.c-btn--full:focus,
.c-adb2c-wrapper button:focus {
  color: var(--set-btn--color, #fff);
  background-color: var(--set-btn--bg-color, #1c3767);
}

.c-btn--icon {
  display: flex;
  align-items: center;
  --btn__icon--padding: 0 0 0 10px;
}

.c-btn--select {
  padding-left: 10px;
  padding-right: 30px;
  min-width: 125px;
}

.c-btn--icon--left {
  --btn__icon--padding: 0 10px 0 0;
}

.c-btn__icon {
  padding: var(--btn__icon--padding);
  display: flex;
  align-items: center;
  transform: var(--btn__icon--transform);
}

.c-dropdown-button-wrapper {
  display: flex;
}

.c-dropdown-button + .c-dropdown-button {
  margin-left: 10px;
}

.c-dropdown-button__inner {
  outline: transparent;
  position: relative;
  display: inline-flex;
}

.c-dropdown-button__btn-wrapper {
  display: flex;
}

.c-dropdown-button__dropdown {
  padding: 15px 10px;
}
.c-dropdown-button__dropdown ~ .dropdown-menu li:hover {
  background-color: #f2f2f2;
}

.c-dropdown-button__action {
  padding: 5px 20px;
}

.c-dropdown-button__divider {
  background-color: #fff;
  position: absolute;
  width: 1px;
  right: 36px;
  top: 14px;
  bottom: 14px;
}

.c-modal--advanced {
  --modal__header--padding-bottom: 20px;
  --modal__title--font-size: 2.6rem;
  --modal__title--font-weight: 600;
  --modal__header--bg: #fbfbfb;
  --modal__header--border-bottom: 1px solid #e5e5e5;
  --modal__dialog--border-top: 5px solid #0e1271;
}

.c-modal__header {
  border-bottom: 0;
  padding: 30px;
  padding-bottom: var(--modal__header--padding-bottom, 0);
  background-color: var(--modal__header--bg, #FFF);
  border-bottom: var(--modal__header--border-bottom, none);
}

.c-modal__title {
  font-size: var(--modal__title--font-size, 1.6rem);
  text-transform: uppercase;
  font-weight: var(--modal__title--font-weight, 700);
}

.c-modal__dialog {
  border-top: var(--modal__dialog--border-top, none);
  margin-left: auto;
  margin-right: auto;
}
.c-modal--center .c-modal__dialog {
  transform: translate(0, -50%) !important;
  top: 50%;
  margin-top: 0;
}

.c-modal__body {
  padding: 30px;
  padding-top: 5px;
}

.c-modal__body--gradient {
  background: linear-gradient(0deg, #f4f5f7, white);
}

.c-modal__close {
  font-size: 3rem;
  opacity: 1;
}

.c-modal__body-inner {
  display: flex;
  flex-wrap: wrap;
}

.c-modal__body-info {
  --info--color: #3498db;
  --info--font-size: 1.6rem;
  --info--font-weight: $brand__font-weight--normal;
  --info--border-radius: 22px;
  --info--border-width: 22px;
  --info--border-height: 22px;
  --info--margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #3498db;
  font-size: 1.8rem;
}

.c-modal__body-info--updated {
  background-color: #f5fafd;
  border-radius: 50px;
  padding: 10px;
}

.c-modal__body-info--unavailable {
  --info--color: #e74c3c;
  color: #e74c3c;
  background-color: #fef6f5;
  border-radius: 50px;
  padding: 10px;
}

.c-modal__item-fourth {
  margin-right: 10px;
}

.c-modal__item-fourth--select {
  position: relative;
  display: flex;
  align-items: center;
}
.c-modal__item-fourth--select:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #1c3767;
  pointer-events: none;
}

.c-modal__content {
  border-radius: 0;
  border-top: 0;
}

.c-modal__footer {
  text-align: left;
  background: #fbfbfb;
  padding: 30px;
}

.c-modal__footer-link, .c-modal__footer-link:hover, .c-modal__footer-link:focus {
  color: #1c3767;
  text-decoration: underline;
  font-weight: 700;
  text-underline-offset: 2px;
}

@media (min-width: 48em) {
  .c-modal--advanced .c-modal__dialog {
    width: 700px;
  }
}
@media (min-width: 62em) {
  .c-modal--advanced .c-modal__dialog {
    width: 900px;
  }
}
@media (min-width: 84.375em) {
  .c-modal--advanced .c-modal__dialog {
    width: 1120px;
  }
}
.c-choice__input {
  opacity: 0;
  position: absolute;
}
.c-choice__input:checked ~ .c-choice__label:before {
  content: "";
  background: #757575;
  border: #757575;
}
.c-choice__input:checked ~ .c-choice__label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
}
.c-choice__input:focus ~ .c-choice__label:before {
  outline: 2px dotted transparent;
}

.c-choice__label {
  line-height: 18px;
  position: relative;
  cursor: pointer;
  display: flex;
  padding-left: 26px;
}
.c-choice__label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  border: 2px solid #757575;
  width: 18px;
  height: 18px;
  border-radius: 3px;
}

.c-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: var(--page-title--margin-top, 30px);
  margin-bottom: var(--page-title--margin-bottom, 40px);
}

.c-title_flex_column {
  flex-direction: column;
}

.c-title__pretitle {
  text-transform: uppercase;
  color: #88898a;
}

.c-title__order {
  margin-top: 10px;
}

.c-title__left {
  margin-bottom: 10px;
}

.c-title__date {
  margin-bottom: 5px;
}

.c-title__order,
.c-title__date {
  font-size: 1.8rem;
  font-weight: 600;
}

.c-title__order--suffix {
  color: #88898a;
  font-size: 1.2rem;
}

.c-title__date--suffix {
  color: #88898a;
  font-size: 1.2rem;
}

.c-title--less-margin {
  --page-title--margin-top: 20px;
  --page-title--margin-bottom: 20px;
}

.c-title__actions {
  display: flex;
  align-items: center;
}

.c-title__btn {
  margin-left: 20px;
  --set-btn--bg-color: transparent;
}

.c-title__customer-link {
  display: flex;
  font-weight: 700;
  align-items: center;
  font-size: 1.8rem;
}
.c-title__customer-link, .c-title__customer-link:hover, .c-title__customer-link:focus {
  color: #1c3767;
  text-decoration: underline;
}

.c-title__customer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.c-title__customer-logo svg {
  width: 25px;
}

.c-title__extra-info {
  margin-top: 15px;
  font-size: 1.6rem;
}

/* begin-custom */
.c-title__extra-info-product {
  margin-top: -15px;
  margin-bottom: 50px;
  font-size: 1.6rem;
}
/* end-custom */

.c-component-pagetitle {
  text-transform: inherit;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 45px;
}
.c-component-pagetitle span {
  font-weight: 400;
  padding-right: 5px;
}

.c-component-comptitle {
  text-transform: inherit;
  font-size: 2rem;
}

.c-title__link-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.c-title__link {
  margin-top: -10px;
  gap: 8px;
  color: black;
  align-self: center;
}
.c-title__link:hover {
  color: black;
}

.c-header {
  --soldo-list-item--height: 66px;
  margin-bottom: 0;
  border: 0;
}
@media (max-width: 61.99em) {
  .c-header {
    z-index: 999;
  }
}

.c-header--primary {
  --set-navbar-default--bg: #fff;
  --set-navbar-default--link-active-color: #000;
  --set-navbar-default--link-active-bg: #fff;
  --set-navbar-default--link-color: #000;
  --set-navbar-padding--vertical: 0;
  --set-navbar--max-height: none;
  --set-navbar-fixed--z-index: 1030;
  --set-navbar-default--link-hover-color: #737373;
}

.c-header--secondary {
  --set-navbar--height: 36px;
  --set-navbar-default--bg: #0f2140;
  --set-navbar-default--link-color: #fff;
  --set-navbar-default--link-active-color: #fff;
  --set-navbar-default--link-active-bg: #224c93;
  --set-navbar-default--link-hover-color: #e6e6e6;
  --set-navbar-default--link-hover-bg: #142c55;
  --set-navbar-padding--vertical: 8px;
  --set-navbar-fixed--z-index: 1031;
}

.c-header__menu {
  border: none;
}

.c-header__secondary-list {
  display: var(--set-header-secondary-list--display, block);
}

.c-header__nav--primary {
  min-height: 65px;
}

.c-header__primary-link-item {
  font-size: 16px;
  text-transform: uppercase;
}

.c-header__logo-img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 62em) {
  .c-header__logo-img {
    min-width: 131px;
  }
}

.c-nav-primary-wrapper {
  border: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 !important;
}

.c-header__primary-list-item {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.c-header__primary-list-item.active .c-header__primary-link-item {
  font-weight: 700;
}

.c-header__secondary-list-item.dropdown .caret {
  transition: transform 0.3s;
}
.c-header__secondary-list-item.dropdown.open .caret {
  transform: rotate(180deg);
  --dropdown-toggle--background-color: rgb(20, 44, 85);
}
.c-header__secondary-list-item .dropdown-toggle {
  background: var(--dropdown-toggle--background, unset);
  background-color: var(--dropdown-toggle--background-color);
  color: white;
  border: none;
  padding: 8px 15px;
}
.c-header__secondary-list-item .dropdown-toggle:hover {
  --dropdown-toggle--background-color: rgb(20, 44, 85);
}

.c-account__logo {
  height: var(--account__logo--height, 40px);
  aspect-ratio: 1;
  background: var(--account__logo--background, #f2f2f2);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 62em) {
  .c-account__logo {
    --account__logo--height: 50px;
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
}
.c-account__logo--impersonated {
  --account__logo--background: none;
  --brand__svg--fill: #e74c3c;
}

.c-account__impersonation-wrapper {
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.c-account__impersonation-wrapper:first-of-type {
  -webkit-margin-after: 6px;
          margin-block-end: 6px;
}

.c-account__impersonation {
  background: linear-gradient(0deg, #e74c3c, #e74c3c), linear-gradient(270deg, #006839 0%, #94c23c 100%);
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 12px;
  padding: 2px 4px;
  line-height: 20px;
  display: block;
}
.c-account__impersonation--soldto {
  background: #538f60;
}

.c-account__close {
  height: 22px;
  width: 22px;
}

.c-header__logo-indicator {
  position: absolute;
  top: -5px;
  right: -10px;
  border: 1px solid;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e74c3c;
  color: white;
  font-weight: 600;
}

.c-header__primary-logo-item {
  --brand__svg--fill: #e74c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  height: 65px;
  width: 65px;
}
.c-header__primary-logo-item ~ .c-header__primary-logo-item {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
@media (min-width: 62em) {
  .c-header__primary-logo-item {
    height: 100%;
    width: auto;
    padding: 0 15px;
  }
}

.c-account-wrapper {
  --details--position: static;
  --brand__svg--fill: currentColor;
  height: 100%;
  width: 100%;
}
@media (min-width: 62em) {
  .c-account-wrapper {
    --details__list--width: 337px;
    --set-details__list--right: 0;
    --set-details__list--bottom: 0;
  }
}
@media (max-width: 61.99em) {
  .c-account-wrapper[open] {
    --account-wrapper__summary--bg: black;
  }
}
@media (min-width: 62em) {
  .c-account-wrapper[open] {
    --brand__svg--fill: white;
    --account__logo--background: #e74c3c;
  }
}

.c-account-wrapper__summary {
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--account-wrapper__summary--bg, transparent);
}

.c-account-wrapper__summary {
  cursor: pointer;
}

.c-account-wrapper__link {
  margin: 0;
}

.c-account {
  display: flex;
  align-items: center;
}

.c-account__content {
  display: flex;
  flex-direction: column;
  -webkit-margin-end: 7px;
  margin-inline-end: 7px;
  max-width: 175px;
}

.c-account__name {
  color: #1c3767;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c-account__my-account {
  color: var(--brand__text--color);
}

.c-account__soldto {
  font-size: 14px;
  color: #44403b;
  line-height: 16px;
}

.c-account__item {
  --brand__svg--fill: #e74c3c;
}
.c-account__item--user *:first-child {
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}
.c-account__item--my-account {
  --brand__svg--fill: white;
  --brand__svg--border-radius: 50%;
  --brand__svg--background: #e74c3c;
  --brand__svg--padding: 4px;
}
.c-account__item--soldto {
  --details__item--height: var(--soldo-list-item--height);
  --details__item--border-bottom: 1px dashed #c8c8c8;
  background-color: #f8fafb;
  line-height: 20px;
  position: relative;
}
.c-account__item--soldto.is-selected {
  --account__soldto-icon--bg: var(--brand__checked-radio);
  --account__soldto-icon--border: none;
}

.c-account__select-all {
  -webkit-margin-start: auto !important;
	margin-inline-start: auto !important;
}

.c-account__soldto-name {
  -webkit-margin-after: 0;
  margin-block-end: 0;
  cursor: pointer;
}
.c-account__soldto-name::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.c-account__soldto-loc {
  max-width: calc(100vw - 60px);
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 62em) {
  .c-account__soldto-loc {
    max-width: calc(var(--details__list--width) - 60px);
  }
}

.c-account__soldto-icon {
  height: 20px;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 100%;
  border: var(--account__soldto-icon--border, 2px solid #dadada);
  background-image: var(--account__soldto-icon--bg, none);
}

.c-account__soldto-content {
  display: flex;
  flex-direction: column;
}

.c-account__soldto-list {
  --details__item--gap: 7px;
  overflow: auto;
  max-height: calc(100vh - 230px);
}
@media (min-width: 62em) {
  .c-account__soldto-list {
    max-height: calc(5 * var(--soldo-list-item--height));
    overflow: auto;
  }
}
.c-account__soldto-list::-webkit-scrollbar {
  width: 3px;
}
.c-account__soldto-list::-webkit-scrollbar-thumb, .c-account__soldto-list::-webkit-scrollbar-corner {
  background-color: #a7afb2;
  border-radius: 10px;
}

.c-header__container {
  position: relative;
  box-shadow: 4px 4px 74px rgba(0, 0, 0, 0.1);
  min-height: 65px;
}
@media (max-width: 61.99em) {
  .c-header__container {
    padding: 0 0 0 10px;
  }
}

.c-header__primary-logo-link {
  max-height: var(--header-primary-logo-link--max-height, 30px);
  position: relative;
}
@media (min-width: 62em) {
  .c-header__primary-logo-link {
    --header-primary-logo-link--max-height: unset;
  }
}

@media (max-width: 61.99em) {
  .c-header--primary {
    top: 0;
  }

  .c-header--secondary {
    display: none;
  }

  .c-nav-primary-wrapper {
    margin-top: 11px;
    position: absolute;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 2px solid black;
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.3);
  }

  .c-header__primary-list-item + .c-header__primary-list-item,
.c-header__primary-list-item + .c-header__secondary-list-item,
.c-header__secondary-list-item + .c-header__primary-list-item,
.c-header__secondary-list-item + .c-header__secondary-list-item {
    border-top: 1px solid;
  }

  .c-header__primary-list--right {
    order: 1;
    flex-wrap: wrap;
    margin-top: 15px;
    -webkit-padding-after: 10px;
            padding-block-end: 10px;
  }

  .c-header__primary-logo-item:last-child {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }

  .c-nav-primary-wrapper__flex {
    flex-direction: column;
  }

  .c-header__primary-logo-link {
    padding-top: 0 !important;
  }
}
@media (min-width: 62em) {
  .c-header--primary {
    --set-header-secondary-list--display: none;
  }

  .c-header__secondary-list-item--language {
    margin-left: 60px;
  }

  .c-header__nav--primary {
    height: 120px;
    display: flex;
  }

  .c-header__primary-list {
    display: flex;
    height: 100%;
    float: none !important;
    align-items: center;
  }

  .c-header__logo {
    flex-shrink: 1;
    height: 100%;
    display: flex;
    min-width: 100px;
    margin-right: 40px;
    padding: 20px 0;
  }
}
@media (min-width: 62em) and (min-width: 62em) {
  .c-header__logo {
    max-width: 131px;
  }
}
@media (min-width: 62em) {
  .c-header__logo-link {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
  }
}
@media (min-width: 62em) {
  .c-header__primary-list--right {
    justify-content: flex-end;
    width: 100%;
  }
}
.navbar-header {
  display: flex;
  align-items: center;
  min-height: 65px;
  width: 100%;
}

.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "";
  font-family: "Glyphicons Halflings";
  font-size: 12px;
  padding: 10px;
}

.c-breadcrumb {
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}

.c-breadcrumb__item-icon {
  margin-right: 10px;
  color: #636364;
}

.c-breadcrumb__item-title {
  color: #636364;
}

.c-breadcrumb__item-link, .c-breadcrumb__item-link:hover, .c-breadcrumb__item-link:focus {
  text-decoration: none;
}
.c-breadcrumb__item-link:not(.is-active) .c-breadcrumb__item-title {
  text-decoration: underline;
  color: #1c3767;
  text-underline-offset: 4px;
  font-weight: 600;
}

@media (max-width: 61.99em) {
  .c-breadcrumb-wrapper {
    display: none;
  }
}
.c-table {
  scrollbar-width: thin;
}
.c-table::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.c-table::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 6px;
}

.c-table__head {
  word-wrap: break-word;
  text-transform: uppercase;
  background: var(--table-head--background, linear-gradient(180deg, white 0%, #f2f2f2 100%));
  padding: var(--table__head--padding, 10px);
  border-bottom: var(--table__head--border-bottom, none);
  vertical-align: top;
}
.c-table__head-item, .c-table__head-item:hover, .c-table__head-item:focus {
  color: var(--table-head-item--color, #7e7e7e);
  text-decoration: none;
}
.c-table__head:first-child {
  padding-left: 20px;
}
.c-table__head:last-child {
  padding-right: 20px;
}

.c-table__body-row {
  position: relative;
}
.c-table__body-row:nth-child(odd) {
  background-color: var(--table__body-row--bg, #fff);
}
.c-table__body-row:not(:first-child) {
  border-top: 1px solid #f2f2f2;
}

.c-table__body-row--notify {
  --table__notify--color: #e74c3c;
  --table__notify--font-weight: 700;
}
.c-table__body-row--notify .c-table__cell:first-child {
  border-left: 4px solid #e74c3c;
  padding-left: 30px;
}

.c-table__cell a {
  color: #333333;
}
.c-table__cell a:hover {
  color: #636364;
  cursor: pointer;
}

.c-table__cell--notify {
  color: var(--table__notify--color);
  font-weight: var(--table__notify--font-weight, 400);
}
.c-table__cell--notify a {
  color: var(--table__notify--color);
}
.c-table__cell--notify a:hover {
  color: #e02e1c;
}

.c-table__notification {
  --brand__svg--fill: white;
  --tooltip__trigger-after--content: "";
  --tooltip__trigger--bg: #e74c3c;
  --tooltip__trigger--border-radius: 22px;
  --tooltip__trigger--width: 22px;
  --tooltip__trigger--height: 22px;
  --tooltip__trigger--jc: center;
  --tooltip__trigger--align-items: center;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 5px;
  top: var(--table__notification--top);
  left: var(--table__notification--left);
  position: var(--table__notification--position, relative);
}

.c-table__notification-content {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.c-table__notification-title {
  color: #e74c3c;
  font-weight: 700;
}

.c-table__notification-message {
  white-space: nowrap;
}

.c-table__cell {
  white-space: nowrap;
  padding: var(--table__cell--padding, 5px 10px);
  height: 60px;
  font-size: 1.6rem;
}
.c-table__cell:first-child {
  --table__notification--position: absolute;
  --table__notification--top: calc(50% - 22px/ 2);
  --table__notification--left: 4px;
  padding-left: var(--table__cell-first-child--padding-left, 32px);
  min-width: 60px;
  position: relative;
}
.c-table__cell:last-child {
  padding-right: 20px;
}

.c-table__sorted {
  --table-head-item--color: #000;
}

.c-table__status-ico {
  display: flex;
  background-color: #f2f2f2;
  color: var(--table__status-ico--color, black);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 100px;
  align-items: center;
  margin-left: var(--set-table__status--margin-left, 0);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px 2px 2px;
}
.c-table__status-ico--error {
  --table__status-ico--color: #e74c3c;
}

.c-table__status-ico-item {
  position: relative;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
}

.c-table__checkbox {
  position: absolute;
  top: 20px;
}

.c-table__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.c-table__link, .c-table__link:hover, .c-table__link:focus {
  color: #666;
  text-decoration: underline;
  cursor: pointer;
}

.c-table__modal + .c-table__modal {
  margin-left: 20px;
}

.c-table__buttons-btn {
  padding: 15px;
  background-color: transparent;
  font-size: 1.6rem;
  --set-svg--width: 16px;
  border-color: #e1e1e1;
}
.c-table__buttons-btn:hover, .c-table__buttons-btn:focus {
  background-color: #f4f5f0;
}
.c-table__buttons-btn + .c-table__buttons-btn {
  margin-left: 5px;
}

.c-table__download-icon svg {
  width: 25px;
}

.c-table__grey-cell {
  background-color: var(--table__body-row--bg);
}

.c-table__empty-label {
  margin: 10px;
  padding: 50px 10px;
  text-align: center;
  font-size: 2.5rem;
}

.c-table__collapse-icon {
  transition: transform 0.3s;
}
.c-table__trigger-row.collapsed .c-table__collapse-icon {
  transform: rotate(180deg);
}

.c-table__trigger-row {
  background-color: var(--table__body-row--bg);
  cursor: pointer;
}
.c-table__trigger-row.collapsed {
  border-bottom: 1px solid #f2f2f2;
}
.c-table__trigger-row.collapsed + .c-table__collapse-row.collapsing {
  visibility: collapse;
  transition-property: none;
}

.c-table--variant {
  --table-head--background: #fff;
  --table__head--border-bottom: 1px solid #f2f2f2;
  --table__cell--padding: 10px;
  --table__body-row--bg: #fafafa;
}

.c-table__collapse {
  --table__head--padding: 20px 10px;
}
.c-table__collapse .c-table__body-row {
  background-color: #fff;
}
.c-table__collapse tbody,
.c-table__collapse thead {
  border: 1px solid #ddd;
}
.c-table__collapse tfoot {
  background-color: var(--table__body-row--bg);
}
.c-table__collapse tfoot td {
  height: 40px;
}

/* start custom css */
.c-table-grid__header {
  margin-top: 30px;
}

.c-table-grid__header-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.m-notification-container article {
  margin: 20px 0;
  border-radius: 10px;
}
/* end custom css */

.c-table-grid__left {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.c-table-grid__select-wrapper {
  font-weight: 600;
}

@media (min-width: 30em) {
  .c-table-grid__select-wrapper {
    min-width: 270px;
  }
}
.form-control.c-table-grid__select {
  height: 34px;
  background-position-y: 50%;
}

.a-btn--dropdown {
  padding-right: 40px;
  position: relative;
}
.a-btn--dropdown::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 8px;
  height: 8px;
  background-image: var(--dropdown__trigger--background-image, url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='chevron' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EChevron%3C/title%3E%3Cpath d='M5.5,9.4L0.2,4.1c-0.3-0.3-0.3-0.7,0-0.9l0.6-0.6c0.3-0.3,0.7-0.3,0.9,0L6,6.8l4.3-4.2c0.3-0.3,0.7-0.3,0.9,0l0.6,0.6c0.3,0.3,0.3,0.7,0,0.9L6.5,9.4C6.2,9.7,5.8,9.7,5.5,9.4z' /%3E%3C/svg%3E%0A"));
  transform: var(--btn-dropdown-after--transform);
}

.c-table__checkbox + .c-table__status-ico {
  --set-table__status--margin-left: 30px;
}

.c-table-prelude__shipto {
  --btn__icon--transform: rotate(180deg);
  --btn__icon--padding: 0 0 0 10px;
  --btn--padding: 0;
  --set-btn--margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.c-table-prelude__shipto-label {
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  line-height: 1;
}

.c-table-prelude__shipto-party {
  font-weight: 700;
  line-height: 1;
  font-size: 35px;
}

.c-table-prelude__shipto-id,
.c-table-prelude__shipto-loc {
  font-size: 18px;
}

.c-footer {
  margin-top: 80px;
}

.c-footer__info {
  margin-top: 20px;
}

.c-footer__main {
  background-color: #1c3767;
  color: white;
}

.c-footer__bottom {
  background-color: #0f2140;
  padding: 0 0 8px;
}

.c-footer__bottom-link {
  margin-right: 40px;
  margin-top: 8px;
  display: inline-block;
}
.c-footer__bottom-link, .c-footer__bottom-link:hover {
  color: white;
}

.c-footer__secondary {
  padding: 40px 0;
  border-top: 1px solid white;
  --set-footer__grid-item--flex-wrap: nowrap;
  --set-footer__grid-item--justify-content: flex-start;
}

.c-footer__primary {
  padding: 20px 0 40px 0;
}

.c-footer__info-title {
  text-transform: uppercase;
  font-size: 2.6rem;
}

.c-footer__info-desc {
  font-size: 1.6rem;
}

.c-footer__grid-item {
  display: flex;
  justify-content: var(--set-footer__grid-item--justify-content, space-between);
}

.c-footer__svg-link {
  background-color: white;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1c3767;
  margin-right: 10px;
}
.c-footer__svg-link svg {
  height: 20px;
  width: 20px;
}

.c-footer__extra {
  display: flex;
  margin-top: 20px;
}

.c-footer__logo {
  margin-right: 15px;
}

.c-footer__navigation-wrapper {
  padding: 0;
}

.c-footer__navigation-link {
  font-size: 1.6rem;
  text-decoration: underline;
}
.c-footer__navigation-link, .c-footer__navigation-link:hover {
  color: white;
}

@media (min-width: 84.375em) {
  .c-footer__info {
    margin-right: 50px;
  }

  .c-footer__extra {
    align-items: center;
  }
}
@media (max-width: 84.365em) {
  .c-footer__info {
    margin-right: 40px;
  }

  .c-footer__extra {
    margin-top: 20px;
  }

  .c-footer__grid-item {
    flex-wrap: var(--set-footer__grid-item--flex-wrap, wrap);
  }
}
@media (min-width: 62em) {
  .c-footer__wrapper {
    display: flex;
  }

  .c-footer__grid-item + .c-footer__grid-item {
    border-left: 1px solid white;
  }
}
@media (max-width: 61.99em) {
  .c-footer__grid-item + .c-footer__grid-item {
    margin-top: 40px;
  }
}
@media (max-width: 29.99em) {
  .c-footer__secondary {
    --set-footer__grid-item--flex-wrap: wrap;
  }

  .c-footer__logo {
    margin-right: 15px;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .c-footer__statement {
    margin-top: 20px;
  }
}
.c-order-status {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 40px;
  --set-order-status__count--width: 30%;
}

.c-order-status__wrapper {
  padding: 20px;
  background-color: var(--set-order-status--bg-color);
  display: flex;
  position: relative;
  height: 100%;
}
.c-order-status__wrapper, .c-order-status__wrapper:hover {
  color: white;
  text-decoration: none;
}
.c-order-status__wrapper--purple {
  --set-order-status--bg-color: #943f90;
}
.c-order-status__wrapper--pink {
  --set-order-status--bg-color: #c8318a;
}
.c-order-status__wrapper--orange {
  --set-order-status--bg-color: #e94d18;
}
.c-order-status__wrapper--green {
  --set-order-status--bg-color: #45a869;
}

.c-order-status__column {
  padding: 0;
}

.c-order-status__counter {
  font-size: 3.7rem;
  padding-right: 20px;
  flex-basis: var(--set-order-status__count--width);
  min-width: var(--set-order-status__count--width);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.c-order-status__divider {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: var(--set-order-status__count--width);
  width: 1px;
  background: white;
  transform: skew(-10deg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, white 100%);
}
.c-order-status__divider:before {
  content: "";
  width: 10px;
  height: 3px;
  background-color: var(--set-order-status--bg-color);
  position: absolute;
  bottom: 13%;
  left: -5px;
}
.c-order-status__divider:after {
  content: "";
  width: 10px;
  height: 3px;
  background-color: var(--set-order-status--bg-color);
  position: absolute;
  top: 50%;
  left: -5px;
}

.c-order-status__label {
  display: flex;
  flex-direction: column;
}

.c-order-status__label-title {
  font-weight: 100;
  font-size: 1.1rem;
  text-transform: uppercase;
  opacity: 0.8;
}
@media (max-width: 61.99em) {
  .c-order-status__label-title {
    min-height: 15.7px;
  }
}

.c-order-status__label-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  flex-grow: 1;
}

.c-order-status__label-logo {
  margin-top: 10px;
}

@media (min-width: 62em) {
  .c-order-status {
    display: flex;
  }

  .c-order-status__column + .c-order-status__column {
    padding-left: 20px;
  }
}
@media (max-width: 61.99em) {
  .c-order-status__column + .c-order-status__column {
    padding-top: 20px;
  }

  .c-order-status {
    --set-order-status__count--width: 15%;
  }
}
@media (max-width: 47.99em) {
  .c-order-status {
    --set-order-status__count--width: 30%;
  }
}
@media (min-width: 84.375em) {
  .c-order-status__label-subtitle {
    font-size: 2.4rem;
  }
}
.c-table-prelude {
  margin: 20px 0;
  padding-top: 25px;
  border: 1px solid #e9e9e9;
  border-bottom: none;
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.3);
}

.c-table-prelude__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-table-prelude__left {
  margin-bottom: 20px;
  padding-left: 20px;
}

.c-table-prelude__right {
  padding: 0 20px;
  margin-bottom: 10px;
}

.c-table-prelude__footer {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0 30px;
  border-top: 1px solid #f2f2f2;
}

.c-table-prelude__footer-result {
  font-weight: 600;
  position: absolute;
  left: 10px;
}

.c-table-prelude__pagination-link {
  border: 1px solid #ececec;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}
.c-table-prelude__pagination-link svg {
  width: 9px;
}
.c-table-prelude__pagination-link, .c-table-prelude__pagination-link:hover, .c-table-prelude__pagination-link:focus {
  color: #1c3767;
  text-decoration: none;
}
.c-table-prelude__pagination-link.is-active {
  background-color: #ddeee2;
}
.c-table-prelude__pagination-link--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.c-table-prelude__pagination-link--arrow-left svg {
  transform: rotate(180deg);
}

.c-table-prelude__pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
}

@media (max-width: 61.99em) {
  .c-table-prelude__footer {
    flex-direction: column;
  }

  .c-table-prelude__footer-result {
    display: flex;
    position: relative;
    left: 0;
    justify-content: center;
  }

  .c-table-prelude__pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.c-quick-navigation {
  padding: 20px 0 40px;
}

.c-quick-navigation__tiles {
  --o-grid-column-gap: 20px;
  --o-grid-row-gap: 20px;
  margin-top: 20px;
}

.c-quick-navigation__tile {
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 20px;
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.3);
}

.c-quick-navigation__tile-inner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

.c-quick-navigation__tile-body {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c-quick-navigation__arrow {
  align-self: flex-end;
}

.c-quick-navigation__svg {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f2f2f2;
  border-radius: 60px;
  margin-bottom: 10px;
}

.c-quick-navigation__link, .c-quick-navigation__link:hover, .c-quick-navigation__link:focus {
  color: #000;
  text-decoration: none;
}

.c-quick-navigation__link-text {
  font-size: 2.6rem;
  font-weight: 700;
}

.c-filter-table {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.c-filter-table-field__label {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.c-filter-field__double {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  width: 100%;
}

.c-filter-field__double-item {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  width: 50%;
  padding-right: 10px;
  position: relative;
}
.c-filter-field__double-item:after {
  content: url("data:image/svg+xml;utf8,<svg width='20px' height='22px' viewBox='0 0 20 22' xmlns='http://www.w3.org/2000/svg'><path d='M18 2H17V0H15V2H5V0H3V2H2C0.9 2 0 2.9 0 4V20C0 21.1 0.9 22 2 22H18C19.1 22 20 21.1 20 20V4C20 2.9 19.1 2 18 2ZM18 20H2V9H18V20ZM18 7H2V4H18V7Z'></path></svg>");
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
}
.c-filter-field__double-item:first-child:after {
  right: 20px;
}
.c-filter-field__double-item + .c-filter-field__double-item {
  padding-left: 10px;
  padding-right: 0;
}
.c-filter-field__double-item + .c-filter-field__double-item:before {
  content: "-";
  position: absolute;
  left: -4px;
  top: 7px;
  font-size: 2.4rem;
}

input.c-filter-field__date {
  padding-right: 40px;
}
input.c-filter-field__date:placeholder-shown {
  text-overflow: ellipsis;
}

.c-filter-field__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 24px !important;
}

.c-filter-field {
  position: relative;
  display: flex;
  align-items: center;
}
.c-filter-field details {
  width: 100%;
}
.c-filter-field details[open] {
  --filter-field-summary-after--transform: rotate(180deg);
}
.c-filter-field details[open] .dropdown-menu {
  display: block;
  min-width: 100%;
}
.c-filter-field summary {
  position: relative;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  padding-right: 40px;
  display: flex;
  align-items: center;
  height: 50px;
}
.c-filter-field summary::after {
  content: "";
  position: absolute;
  right: 10px;
  height: 4.5px;
  width: 8px;
  transform: var(--filter-field-summary-after--transform);
  background-size: 8px 4.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.872' height='9.278' viewBox='0 0 16.872 9.278'%3E%3Cg id='Group_6502' data-name='Group 6502' transform='translate(-328.353 -2149.313)'%3E%3Cg id='Dropdown_Icon' data-name='Dropdown Icon' transform='translate(330.12 2151.08)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M0,0,6.669,6.261,13.338,0' transform='translate(0 0)' fill='none' stroke='%23171717' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.c-filter-field summary > span {
  height: 50px;
  padding: 10px 0 10px 16px;
  font-size: 18px;
  width: 100%;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-filter-field summary > span:hover {
  cursor: pointer;
}
.c-filter-field ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-filter-field li {
  padding: 5px 20px;
  background-color: var(--filter-field-li--background-color);
}
.c-filter-field li:hover {
  --filter-field-li--background-color: #f2f2f2;
}

.c-filter-table-wrapper {
  margin-bottom: 40px;
}

.c-filter-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c8c8c8;
}

.c-filter-table-field {
  flex: 1 1 25%;
  padding: 10px;
}
.c-filter-table-field--date-range {
  flex-basis: 50%;
}
.c-filter-table-field.is-large {
  flex: 1 1 50%;
}
@media (min-width: 62em) {
  .c-filter-table-field {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .c-filter-table-field--date-range {
    flex-basis: 50%;
  }
}
@media (min-width: 84.375em) {
  .c-filter-table-field {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .c-filter-table-field--date-range {
    flex-basis: 50%;
  }
  .c-filter-table-field.is-large {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (min-width: 62em) {
  .c-filter-table {
    --set-brand__button--min-width: 145px;
    flex-direction: row;
  }
}
.c-detail-status {
  box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.3);
  margin-top: -80px;
}
.c-detail-status--spacing {
  -webkit-margin-after: 70px;
  margin-block-end: 70px;
}
.c-detail-status--3 {
  --detail-status__card--flex-basis: 33.33%;
}

.c-detail-status__inner {
  display: flex;
}

.c-detail-status__card {
  flex-basis: var(--detail-status__card--flex-basis, 25%);
  background: linear-gradient(180deg, white 0%, #f5f6f7 100%);
  border-top: 3px solid #1c3767;
}

.c-detail-status__card--darker {
  background: linear-gradient(180deg, white 0%, #e9ebf0 100%);
}

.c-detail-status__logo {
  justify-content: center;
  display: flex;
}

.c-detail-status__logo-inner {
  position: relative;
}

.c-detail-status__logo-item {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #fff;
  top: -30px;
  left: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
}

.c-detail-status__info {
  padding: 50px 20px 40px;
  min-height: 175px;
}

.c-detail-status__info-wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.c-detail-status__info-title {
  margin-right: 5px;
  font-size: 1.9rem;
  font-weight: 600;
  color: #666;
}
.c-detail-status__info-title--green {
  color: #109749;
}
.c-detail-status__info-title--orange {
  color: #e67e22;
}

.c-detail-status__info-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
}

.c-detail-status__suffix {
  font-weight: 400;
  color: #7c7d7d;
}

.c-detail-status__link {
  display: flex;
  align-items: center;
}
.c-detail-status__link + .c-detail-status__link {
  margin-top: 5px;
}

.c-detail-status__link-item {
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
}
.c-detail-status__link-item, .c-detail-status__link-item:hover, .c-detail-status__link-item:focus {
  text-decoration: underline;
  color: #53688c;
}
.c-detail-status__link-item--disabled {
  opacity: 0.5;
  cursor: default;
}

.c-detail-status__button-item {
  border: none;
  background: none;
}

.c-detail-status__link-logo {
  margin-right: 5px;
  margin-top: 2px;
}
.c-detail-status__link-logo, .c-detail-status__link-logo svg {
  width: 16px;
}

@media (max-width: 61.99em) {
  .c-detail-status__inner {
    flex-direction: column;
  }
}
.c-financial-data {
  margin-top: 40px;
}

.c-financial-data__inner {
  display: flex;
  margin-top: 20px;
}

@media (max-width: 61.99em) {
  .c-financial-data__inner {
    flex-direction: column;
  }
}
.c-info-card {
  width: var(--info-card--width, 100%);
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.3);
  border: 1px solid #f2f2f2;
  padding: 25px 40px;
}
.c-info-card + .c-info-card {
  margin-left: 40px;
}

.c-info-card--variant {
  --info-card--margin-top: 40px;
  --info-card__half--border: 0;
  --info-card__half--box-shadow: 0px 0px 7px -3px rgb(0 0 0 / 30%);
  --info-card__half--padding: 30px 30px 10px;
  padding: 0;
  box-shadow: none;
  border: 0;
  margin-bottom: 40px;
}
.c-info-card--variant .c-info-card__half:first-child .c-info-card__row {
  --info-card__label--width: 250px;
  margin-bottom: 5px;
}

.c-info-card--full-width {
  --info-card--width: 100%;
  display: flex;
  margin-top: var(--info-card--margin-top, 20px);
}

.c-info-card__half {
  width: 50%;
}

.c-info-card__row {
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.c-info-card__label {
  width: var(--info-card__label--width, 200px);
  min-width: var(--info-card__label--width, 200px);
  margin-right: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.c-info-card--gray {
  box-shadow: none;
  border: none;
  background-color: #f5f6f8;
  display: flex;
}

.c-info-card__left {
  width: 45%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-info-card__svg {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
.c-info-card__svg svg {
  width: 60px;
  height: 60px;
}

.c-info-card__title {
  margin-bottom: 20px;
}

.c-info-card__name {
  font-size: 1.8rem;
  color: #45a869;
  font-weight: 600;
  margin-bottom: 10px;
}

.c-info-card__link {
  margin-bottom: 10px;
}

.c-info-card__link-item {
  display: flex;
  align-items: center;
}
.c-info-card__link-item, .c-info-card__link-item:hover, .c-info-card__link-item:focus {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.5rem;
}

.c-info-card__call-item {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.5rem;
}

.c-info-card__link-logo {
  display: flex;
  margin-right: 10px;
  background-color: white;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.3);
}
.c-info-card__link-logo svg {
  width: 12px;
  height: 12px;
}

@media (max-width: 84.365em) {
  .c-info-card {
    width: var(--info-card--width, 50%);
  }

  .c-info-card__half {
    --info-card__label--width: 150px;
  }
}
@media (max-width: 61.99em) {
  .c-info-card {
    width: 100%;
  }
  .c-info-card + .c-info-card {
    margin-left: 0;
    margin-top: 40px;
  }

  .c-info-card--full-width {
    flex-direction: column;
  }

  .c-info-card__half {
    width: 100%;
  }
  .c-info-card__half + .c-info-card__half {
    border-top: var(--info-card__half--border, 1px solid #e0ded9);
    margin-top: 20px;
    padding: var(--info-card__half--padding, 30px 0 0 0);
    box-shadow: var(--info-card__half--box-shadow, none);
  }
}
@media (max-width: 47.99em) {
  .c-info-card__row {
    flex-direction: column;
  }
}
@media (max-width: 29.99em) {
  .c-info-card__label {
    width: 100%;
  }

  .c-info-card--gray {
    flex-direction: column;
  }

  .c-info-card__left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 62em) {
  .c-info-card__half + .c-info-card__half {
    border-left: var(--info-card__half--border, 1px solid #e0ded9);
    margin-left: 30px;
    padding: var(--info-card__half--padding, 0 0 0 30px);
    box-shadow: var(--info-card__half--box-shadow, none);
  }
}
.c-delivery-info {
  margin-top: 40px;
}

.c-detail-schedule-info {
  --info-card--width: 50%;
  margin-top: 30px;
  margin-bottom: 5px;
}

.c-detail-schedule-info__inner {
  display: flex;
  margin-top: 30px;
}

.c-add-info {
  display: flex;
  flex-wrap: wrap;
}

.c-add-info__detail {
  margin-right: 40px;
  margin-top: 10px;
}

.c-add-info__detail-title {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #6c6c6d;
}

.c-add-info__detail-value {
  font-size: 1.8rem;
}

.c-alert {
  margin-bottom: 0;
  margin-top: 20px;
  position: relative;
  padding-right: 50px;
  background: #fff;
  border-color: #f1e5da;
  color: inherit;
  border-left: 5px solid #e67e23;
  border-radius: 0;
  display: flex;
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.3);
}

.c-alert__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 20px;
  margin-right: 40px;
}
.c-alert__icon svg {
  width: 70px;
}

.c-alert__title {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #e57e23;
  margin-bottom: 15px;
}

.c-alert__title-deviation {
  color: #000;
}

.c-alert__date {
  font-weight: 700;
  font-size: 1.6rem;
}

.c-alert__msg {
  font-size: 1.6rem;
}

.c-alert__msg-link, .c-alert__msg-link:hover, .c-alert__msg-link:focus {
  text-decoration: underline;
  color: #333333;
}

.alert-dismissible .c-alert__close.close {
  color: #000;
  opacity: 1;
  font-size: 3rem;
  position: absolute;
  top: 10px;
  right: 20px;
}

@media (max-width: 47.99em) {
  .c-alert {
    flex-direction: column;
  }

  .c-alert__icon {
    margin-bottom: 30px;
  }
}
.c-toggler {
  display: flex;
  align-items: center;
}

.c-toggler__prefix {
  margin-right: 20px;
  font-weight: 600;
  font-size: 1.6rem;
}

.c-toggler__group input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.c-toggler__group input:checked ~ label {
  background-color: #45a869;
  color: white;
}
.c-toggler__group label {
  padding: 10px;
  margin-bottom: 0;
  border: 4px solid #f2f2f2;
  cursor: pointer;
}
.c-toggler__group + .c-toggler__group label {
  border-left: 0;
}

.c-sample-detail {
  margin-bottom: 70px;
}

.c-sample-detail__heading {
  background-color: white;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}

.c-sample-detail__block {
  position: relative;
  min-width: 360px;
  margin: var(--sample-detail__block--margin, 0 40px);
}
.c-sample-detail__block::before {
  display: var(--sample-detail__block-before--display);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  height: 100%;
  width: 1px;
  background-color: rgba(50, 51, 90, 0.1);
}
.c-sample-detail__block:first-child {
  --sample-detail__block-before--display: none;
  --sample-detail__block--margin: 0 40px 0 0;
}
.c-sample-detail__block:last-child {
  --sample-detail__block--margin: 0 0 0 40px;
}
.c-sample-detail__block ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.c-sample-detail__block li {
  display: flex;
  line-height: 1.7;
}
.c-sample-detail__block li span:first-child {
  min-width: 150px;
  max-width: 150px;
}
.c-sample-detail__block address {
  font-weight: bold;
}

.c-sample-detail__table {
  --table__cell-first-child--padding-left: 20px;
}

.c-entry {
  margin-top: 40px;
  background: #f0f0f0;
}

.c-entry__content {
  --set-btn--min-width: 200px;
  --set-btn--margin-top: 10px;
  padding: 20px 20px 30px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.c-adb2c-template {
  margin-top: 40px;
}

.c-adb2c-template__api-wrapper {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-adb2c-template__inner {
  display: flex;
}

.c-adb2c-template__img-wrapper {
  display: flex;
  flex-direction: column;
  padding: 40px;
  margin-right: 100px;
  position: relative;
  background-size: cover;
  flex-basis: 30%;
  border-bottom: 7px solid;
  -o-border-image: linear-gradient(to right, #953f91 10%, #c8318a 10%, #c8318a 25%, #e94d18 25%, #e94d18 50%, #75ab3f 50%) 5;
     border-image: linear-gradient(to right, #953f91 10%, #c8318a 10%, #c8318a 25%, #e94d18 25%, #e94d18 50%, #75ab3f 50%) 5;
}

.c-adb2c-template-advantage {
  position: relative;
  font-size: 1.8rem;
  color: white;
}

.c-adb2c-template-advantage-number {
  border: 1px solid;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
}

.c-adb2c-template__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 0.5;
}

.c-adb2c-template__title {
  color: #1c3767;
}
.c-adb2c-template__title h1 {
  font-weight: 600;
  margin-top: 0;
}

@media (min-width: 62em) {
  .c-adb2c-template-advantage {
    margin-bottom: 45px;
  }
  .c-adb2c-template-advantage + .c-adb2c-template-advantage .c-adb2c-template-advantage-number {
    margin-top: 45px;
  }
  .c-adb2c-template-advantage + .c-adb2c-template-advantage {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 61.99em) {
  .c-adb2c-template__img-wrapper {
    margin-right: 0;
    margin-bottom: 40px;
    flex-direction: row;
  }

  .c-adb2c-template__inner {
    flex-direction: column;
  }

  .c-adb2c-template-advantage + .c-adb2c-template-advantage {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 25px;
  }
}
@media (max-width: 47.99em) {
  .c-adb2c-template__img-wrapper {
    display: none;
  }
}
.c-adb2c-wrapper {
  margin-top: 30px;
}
.c-adb2c-wrapper .localAccount .intro h2 {
  font-size: 20px;
  text-transform: none;
}
.c-adb2c-wrapper .create {
  margin-top: 20px;
}
.c-adb2c-wrapper .create p {
  font-size: 20px;
  font-weight: 600;
  color: #1c3767;
  display: flex;
  flex-direction: column;
}
.c-adb2c-wrapper #createAccount {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
  margin-bottom: 0;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #1c3767;
  background-color: #fff;
  border-color: #1c3767;
  border-width: medium;
}
.c-adb2c-wrapper .attrEntry,
.c-adb2c-wrapper .entry-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.c-adb2c-wrapper label {
  display: none;
}
.c-adb2c-wrapper #attributeList ul {
  padding: 0;
}
.c-adb2c-wrapper #attributeList li {
  list-style: none;
}
.c-adb2c-wrapper #attributeList .helpLink {
  display: none;
}
.c-adb2c-wrapper #emailVerificationControl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-adb2c-wrapper #emailVerificationControl ul {
  width: 100%;
}
.c-adb2c-wrapper .verifyCode {
  margin-right: 20px;
  margin-bottom: 20px;
}
.c-adb2c-wrapper .divider {
  display: none;
}
.c-adb2c-wrapper .forgot-password {
  margin-top: 10px;
}
.c-adb2c-wrapper #forgotPassword,
.c-adb2c-wrapper #forgotPassword:hover,
.c-adb2c-wrapper #forgotPassword:focus {
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 1px;
}
.c-adb2c-wrapper .password-label {
  order: 2;
  margin-top: 10px;
  margin-bottom: 20px;
}
.c-adb2c-wrapper .verificationSuccessText {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
}
.c-adb2c-wrapper .buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.c-adb2c-wrapper .buttons button {
  margin-right: 20px;
}
.c-adb2c-wrapper .error[style="display: block;"] {
  color: red;
  margin-bottom: 5px;
}
.c-adb2c-wrapper .error[style="display: block;"] + input {
  border: 1px solid red;
}
.c-adb2c-wrapper #requiredFieldMissing {
  color: red;
  margin-bottom: 5px;
}
.c-adb2c-wrapper #verifying_blurb {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
  font-weight: bold;
}

.c-product-detail {
  --page-title--margin-top: 0;
  --page-title--margin-bottom: 25px;
  display: var(--product-detail--display, block);
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
@media (min-width: 62em) {
  .c-product-detail {
    --product-detail--display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.c-product-detail.container::after, .c-product-detail.container::before {
  content: none;
}

.c-product-detail__status {
  --set-brand__svg--fill: #3498db;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background-color: rgba(52, 152, 219, 0.1);
  padding: 24px;
  border-radius: 6px;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}

.c-product-detail__status-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}

.c-product-detail__status-desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.c-product-detail__status-btn {
  --set-btn--border: none;
  --set-brand__svg--fill: #45a869;
  --btn__icon--padding: 0;
  border-radius: 100%;
  border: none;
  padding: 0;
  height: 47px;
  width: 47px;
  box-shadow: 0px 0px 8.42466px rgba(0, 0, 0, 0.25);
  justify-content: center;
  transition: transform 0.3s ease-in;
}
.c-product-detail__status-btn:first {
  -webkit-margin-end: 28px;
          margin-inline-end: 28px;
}
.c-product-detail__status-btn:hover {
  transform: scale(1.1);
}

.c-product-detail__specs {
  border-top: 1px solid rgba(200, 200, 200, 0.5);
  padding: var(--product-detail__spacs--padding, var(--brand__spacing) 0 var(--brand__spacing--large));
}
@media (max-width: 61.99em) {
  .c-product-detail__specs {
    --product-detail__spacs--padding: var(--brand__spacing) 0;
    -webkit-margin-after: var(--brand__spacing);
            margin-block-end: var(--brand__spacing);
  }
}

.c-product-detail__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  row-gap: 25px;
}

.c-product-detail__list-label {
  --set-brand__svg--fill: #3498db;
  font-weight: 400;
  display: flex;
  gap: var(--brand__spacing--tiny);
  align-items: center;
}

.c-product-detail__list-val {
  --notification--position: absolute;
  --notification--top: calc(100% + var(--brand__spacing--small));
  --notification--left: calc(100% + var(--brand__spacing--small));
  --notification--min-width: max-content;
  position: relative;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-product-detail__list-desc {
  font-weight: 400;
}

.c-product-detail__panel {
  --tag--top: -13px;
  --tag--right: var(--brand__spacing);
  --set-btn--margin-top: 15px;
  background: var(--product-detail__panel--bg, white);
  padding: var(--product-detail__panel--padding, 25px var(--brand__spacing--large) var(--brand__spacing--large) 25px);
  display: var(--product-detail__panel--display, flex);
  gap: var(--product-detail__panel--gap);
  align-items: var(--product-detail__panel--align-items);
  justify-content: var(--product-detail__panel--justify-content);
  font-size: var(--product-detail__panel--font-size, 13px);
  color: #636364;
  min-height: var(--product-detail__panel--min-height, none);
}
.c-product-detail__panel:not(:last-child) {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.c-product-detail__panel--sustain {
  --product-detail__panel--bg: linear-gradient(
  		256.86deg,
  		rgba(192, 238, 120, 0.1) 2.08%,
  		rgba(192, 238, 120, 0) 59.46%
  	),
  	#ffffff;
  --product-detail__panel--gap: 82px;
  --btn--padding: 0;
  --product-detail__panel--min-height: 228px;
  --product-detail__panel-img--max-height: 148px;
}
.c-product-detail__panel--divider {
  --product-detail__panel--padding: 25px 25px var(--brand__spacing--large) 25px;
}
.c-product-detail__panel--divider .c-product-detail__panel-inner {
  width: 50%;
}
.c-product-detail__panel--divider .c-product-detail__panel-inner:first-child {
  -webkit-padding-end: var(--brand__spacing);
          padding-inline-end: var(--brand__spacing);
  border-right: 1px solid #c8c8c8;
}
.c-product-detail__panel--divider .c-product-detail__panel-inner:last-child {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
.c-product-detail__panel .c-table__buttons-btn {
  border: 1px solid #1c3767;
}

.c-product-detail__title {
  --logo--margin-top: var(--brand__spacing--small);
  font-size: 21px;
  font-weight: 600;
  margin: var(--product-detail__title--margin, 0 0 14px 0);
}

.c-product-detail__panel-image {
  align-self: center;
  max-height: var(--product-detail__panel-img--max-height, none);
}

.c-product-detail__panel-list {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 17px;
  height: 100%;
}

.c-product-detail__panel-item {
  display: flex;
  align-items: center;
  color: black;
  font-size: 17px;
}
.c-product-detail__panel-item a {
  color: black;
  text-decoration: underline;
}

.c-product-detail__panel-icon {
  --set-btn--border: none;
  --set-brand__svg--fill: #45a869;
  display: flex;
  border-radius: 100%;
  border: none;
  padding: 0;
  height: 28px;
  width: 28px;
  box-shadow: 0px 0px 8.42466px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.c-product-detail__details {
  --brand__svg--stroke: #45a869;
  --brand__svg--fill: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

:root {
  --dialog-border-spacing: 30px;
}

.o-dialog {
  --set-brand__button--margin: 0;
  --brand__button--border-width: 0;
  --download-grid--column-gap: 20px;
  z-index: 9999;
  /* 1 */
  display: flex;
  /* 2 */
}
.o-dialog, .o-dialog__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.o-dialog[aria-hidden=true] {
  display: none;
}
.o-dialog__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade-in 200ms both;
  animation: fade-in 200ms both;
}
.o-dialog__close {
  position: absolute;
  top: var(--brand__spacing--small);
  right: var(--dialog__close--right, var(--brand__spacing));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  padding: 0;
}
.o-dialog__close:hover {
  border: none;
}
.o-dialog__document {
  margin: var(--dialog__document--margin, auto);
  z-index: 2;
  position: var(--dialog__document--position, relative);
  top: var(--dialog__document--top, unset);
  left: var(--dialog__document--left, unset);
  right: var(--dialog__document--right, unset);
  bottom: var(--dialog__document--bottom, unset);
  background-color: var(--dialog__document--bg, white);
  max-width: var(--dialog__document--max-width, 800px);
  width: var(--dialog__document--width, 100%);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: var(--brand__spacing--small);
  padding: var(--dialog__document--padding, var(--dialog-border-spacing));
  max-height: var(--dialog__document--max-height, 100%);
  -webkit-animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.o-dialog__body, .o-dialog__footer, .o-dialog__header {
  -webkit-padding-start: var(--dialog--pis, 0);
          padding-inline-start: var(--dialog--pis, 0);
  -webkit-padding-end: var(--dialog--pie, 0);
          padding-inline-end: var(--dialog--pie, 0);
}
.o-dialog__body {
  -webkit-padding-before: var(--dialog__body--pbs, 0);
          padding-block-start: var(--dialog__body--pbs, 0);
  -webkit-padding-end: var(--dialog--pie, 2px);
          padding-inline-end: var(--dialog--pie, 2px);
  -webkit-padding-after: var(--dialog__body--pbe, var(--dialog-border-spacing));
          padding-block-end: var(--dialog__body--pbe, var(--dialog-border-spacing));
  flex-grow: 1;
  overflow: auto;
}
.o-dialog__header {
  --set-brand__heading--margin-bottom: 0;
  -webkit-padding-before: var(--dialog__header--pbs, 0);
          padding-block-start: var(--dialog__header--pbs, 0);
}
.o-dialog__header h2 {
  font-size: var(--modal__title--font-size, 1.6rem);
  text-transform: uppercase;
  font-weight: var(--modal__title--font-weight, 700);
  color: black;
}
.o-dialog__footer {
  -webkit-padding-after: var(--dialog__footer--pbe, 0);
          padding-block-end: var(--dialog__footer--pbe, 0);
  -webkit-padding-before: var(--dialog__footer--pbs, var(--dialog-border-spacing));
          padding-block-start: var(--dialog__footer--pbs, var(--dialog-border-spacing));
  border-top: var(--dialog__footer--border-width, 1px) solid color("brand__color--gray-light");
}

@media (prefers-reduced-motion: reduce) {
  .o-dialog__close {
    transition: none;
  }

  .o-dialog__content {
    -webkit-animation: none;
            animation: none;
  }
}
@-webkit-keyframes slide-up {
  from {
    transform: translateY(-5%);
  }
}
@keyframes slide-up {
  from {
    transform: translateY(-5%);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
.m-notification {
  --brand__svg--fill: #3498db;
  background-color: rgba(52, 152, 219, 0.1);
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 21px;
}

.m-notification__content {
  display: flex;
  flex-direction: column;
}

.m-notification__title {
  font-size: 18px;
  line-height: 24px;
}

.c-profile__content {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}

.c-profile__information-wrapper {
  margin: 20px 0 40px;
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
}
@media (min-width: 62em) {
  .c-profile__information-wrapper {
    grid-template-columns: 1fr auto;
  }
}

.c-profile__information,
.c-profile__language {
  padding: 26px 23px;
}

.c-profile__information-title,
.c-profile__language-title {
  line-height: 21px;
  font-size: 21px;
  font-weight: 700;
}

.c-profile__information-list {
  -webkit-margin-before: 35px;
          margin-block-start: 35px;
  display: grid;
  grid-template-columns: auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 61.99em) {
  .c-profile__information-list {
    --brand__dd--margin: 0 0 10px;
  }
}
@media (min-width: 62em) {
  .c-profile__information-list {
    grid-template-columns: 145px auto;
    row-gap: 35px;
  }
}

.c-profile__language {
  --btn--padding: 14px 15px;
  display: grid;
  grid-template-areas: "title" "label" "select" "btn";
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (min-width: 48em) {
  .c-profile__language {
    grid-template-areas: "title title" "label label" "select btn";
  }
}

.c-profile__language-title {
  grid-area: title;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.c-profile__language-label {
  grid-area: label;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  text-transform: uppercase;
}

.c-profile__language-btn {
  grid-area: btn;
  align-self: flex-end;
}

.c-profile__language-select {
  grid-area: select;
  min-height: 60px;
}
@media (min-width: 62em) {
  .c-profile__language-select {
    width: 260px;
  }
}

.c-profile__language-btn {
  --btn--max-height: 60px;
  grid-area: btn;
}
@media (max-width: 47.99em) {
  .c-profile__language-btn {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.c-profile__table {
  width: 100%;
}

.a-panel, .c-product-detail__panel {
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.c-account-mapping__content {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media (min-width: 62em) {
  .c-account-mapping__content {
    -webkit-margin-before: 54px;
            margin-block-start: 54px;
  }
}

.c-account-mapping__buttons {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
@media (min-width: 62em) {
  .c-account-mapping__buttons {
    -webkit-margin-after: 90px;
            margin-block-end: 90px;
  }
}

.c-account-mapping__current {
  font-size: 22px;
}

.c-account-mapping__label {
  font-size: 16px;
}

.c-account-mapping__input-wrapper {
  --input--height: 39px;
  --btn--padding: 0;
  --btn--max-height: 39px;
  --set-brand__svg--fill: rgba(0, 0, 0, 0.54);
  height: 39px;
  display: flex;
  -webkit-margin-after: 26px;
          margin-block-end: 26px;
}

.c-account-mapping__close,
.c-account-mapping__search,
.c-account-mapping__input {
  --set-btn--border: 1px solid #c8c8c8;
}

.c-account-mapping__input {
  max-width: 251px;
  border-right: none;
  -webkit-margin-end: -39px !important;
          margin-inline-end: -39px !important;
  -webkit-padding-end: 51px !important;
          padding-inline-end: 51px !important;
}

.c-account-mapping__close,
.c-account-mapping__search {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-account-mapping__close {
  border-right: none;
  border-left: none;
}
.c-account-mapping__close:hover {
  border-right: none;
  border-left: none;
}

.u-txt-upper {
  text-transform: uppercase !important;
}

.u-txt-lower {
  text-transform: lowercase !important;
}

.u-txt-center {
  text-align: center !important;
}

.u-txt-right {
  text-align: right !important;
}

.u-txt-left {
  text-align: left !important;
}

.u-txt-justify {
  text-align: justify !important;
  text-justify: inter-word !important;
}

.u-underline-none {
  text-decoration: none !important;
}

.u-txt-underline {
  text-decoration: underline;
}

.u-txt-italic {
  font-style: italic;
}

.u-txt-nowrap {
  white-space: nowrap;
}

.u-txt-small-secondary {
  font-size: 14px;
  color: #636364;
}

.u-ellipsis-150 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  display: block;
  max-width: 150px;
}

.u-screen-reader {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

.u-hide-until-desktop {
  display: none;
}
@media (min-width: 62em) {
  .u-hide-until-desktop {
    display: block;
  }
}

.u-hide-desktop {
  display: block;
}
@media (min-width: 62em) {
  .u-hide-desktop {
    display: none;
  }
}

.u-hide {
  display: none;
}

.a-tooltip__trigger {
  display: flex;
  background-color: var(--tooltip__trigger--bg);
  border-radius: var(--tooltip__trigger--border-radius);
  height: var(--tooltip__trigger--height);
  width: var(--tooltip__trigger--width);
  justify-content: var(--tooltip__trigger--jc);
  align-items: var(--tooltip__trigger--align-items);
}
.a-tooltip__trigger::after {
  content: var(--tooltip__trigger-after--content, none);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tippy-box {
  border-radius: var(--tippy--border-radius, 3px);
  border: var(--tippy--border, 1px solid #a7afb2);
  filter: drop-shadow(var(--tippy--drop-shadow, 0px 0px 10px rgba(0, 0, 0, 0.2)));
  transform: translateX(-15px);
}

.tippy-content {
  padding: var(--tippy__content--padding, 16px);
  background-color: white;
  font-size: 12px;
  border-radius: 3px;
  color: #373d3f;
  z-index: 3005;
}

.tippy-svg-arrow {
  fill: transparent !important;
}
.tippy-svg-arrow::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background-color: white;
  transform: translateX(15px) translateY(-50%) rotateZ(45deg) !important;
  border-bottom: var(--tippy__arrow--border, 1px solid #a7afb2);
  border-right: var(--tippy__arrow--border, 1px solid #a7afb2);
}

.tippy-box[data-theme~=danger] {
  --tippy--border-radius: 0;
  --tippy--border: none;
  --tippy__arrow--border: none;
  --tippy--drop-shadow: 0px 0px 10px rgba(231, 76, 60, 0.3);
  --tippy__content--padding: 10px 15px 12px;
}

.a-tag {
  position: absolute;
  top: var(--tag--top, );
  right: var(--tag--right, );
  bottom: var(--tag--bottom, );
  left: var(--tag--left, );
  background: linear-gradient(90deg, #fcb69f 0%, #ffecd2 100%);
  padding: 5px 10px;
  color: #6f4736;
  font-weight: 700;
}

.a-tag__close {
  color: #6f4736;
}
.a-tag__close:hover {
  text-decoration: none;
  color: #6f4736;
}

.a-details {
  position: relative;
}
.a-details[open] {
  --details__chevron--transform: rotate(180deg);
}

.a-details__chevron {
  --set-brand__svg--fill: #1c3767;
  --set-brand__svg--stroke: none;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  transform: var(--details__chevron--transform);
}

.a-details__panel {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.a-details__panel ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.a-details__panel li {
  padding: 10px 20px;
  transition: all 0.3s;
}
.a-details__panel li:hover {
  background-color: #f2f2f2;
}
.a-details__panel a {
  margin: 0;
  color: black;
  text-decoration: none;
  font-size: 14px;
}

.a-suggestion-search .sgs-search {
  padding: 0;
}
.a-suggestion-search .sgs-search-input {
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.a-suggestion-search .sgs-search-input:focus {
  border-color: #66afe9;
  outline: 0;
}
.a-suggestion-search .sgs-search-results {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  -webkit-margin-before: 2px;
          margin-block-start: 2px;
}
.a-suggestion-search .sgs-search-results__list {
  padding: 5px 0;
}
.a-suggestion-search .sgs-search-result:hover {
  color: #1c3767;
  background-color: #f2f2f2;
}
.a-suggestion-search .sgs-search-result__title {
  font-weight: 700;
}
.a-suggestion-search .sgs-search-result__category {
  color: #1c3767;
}

.m-details {
  position: var(--details--position, relative);
}

.m-details__list {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  position: var(--details__list--position, fixed);
  top: var(--set-details__list--top, var(--details__list--top, 65px));
  right: var(--set-details__list--right, var(--details__list--right, 0));
  left: var(--details__list--left, 0);
  bottom: var(--set-details__list--bottom, var(--details__list--bottom, 0));
  z-index: 999;
  background-color: white;
  height: var(--details__list--height, 100%);
  width: var(--details__list--width, auto);
}
@media (min-width: 62em) {
  .m-details__list {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    background-image: var(--brand__allnex-bars);
    background-position: 0 0;
    background-repeat: no-repeat;
    --details__list--position: absolute;
    --details__list--top: 100%;
    --details__list--right: null;
    --details__list--left: null;
    --details__list--bottom: null;
    --details__list--height: fit-content;
  }
}

.m-details__item, .c-account__item {
  min-height: var(--details__item--height, 45px);
  display: flex;
  align-items: center;
  padding: 0 15px;
  gap: var(--details__item--gap, 5px);
}
.m-details__item:not(:last-child), .c-account__item:not(:last-child) {
  border-bottom: var(--details__item--border-bottom, 1px solid #c8c8c8);
}
@media (max-width: 61.99em) {
  .m-details__item:first-child, .c-account__item:first-child {
    border-top: var(--details__item--border-bottom, 1px solid #c8c8c8);
  }
}

/* contactaccountmapping page */
#processingMsg {
  width: 150px;
  text-align: center;
  padding: 6px 10px;
  z-index: 9999;
  top: 0;
  left: 50%;
  position: fixed;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
}

.contactaccountmapping .table > thead > tr > th,
.contactaccountmapping .table > thead > tr > td,
.contactaccountmapping .table > tbody > tr > th,
.contactaccountmapping .table > tbody > tr > td,
.contactaccountmapping .table > tfoot > tr > th,
.contactaccountmapping .table > tfoot > tr > td {
  padding: 1px;
  line-height: 1;
  vertical-align: baseline;
  border-top: 1px solid #ddd;
}

.contactaccountmapping table td[data-attribute] .glyphicon-pencil {
  margin-left: 5px;
  opacity: 0;
}

.contactaccountmapping table td[data-attribute]:hover .glyphicon-pencil {
  opacity: 0.7;
}

.contactaccountmapping .btn {
  line-height: 1;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

/* contactaccountmapping page */