@charset "UTF-8";
/* Track My Delivery SVG Icon URLS */
/* Baseline, measured in pixels
 * The value should be the same as the font-size value for the html element
 * If the html element's font-size is set to 62.5% (of the browser's default font-size of 16px),
 * then the variable below would be 10px.
 */
/*! 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 {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

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

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

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-tent:before {
  content: "\26fa";
}

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

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

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

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

.glyphicon-hourglass:before {
  content: "\231b";
}

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

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

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

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

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

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

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

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 20px;
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  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: .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: #f00d2d;
}

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 20px;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #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: '\00A0 \2014';
}

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

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: 20px;
  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: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-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: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  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[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[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .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[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .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[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  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: 20px;
  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: 20px;
}

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 30px;
}

.has-feedback {
  position: relative;
}

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  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: #f00d2d;
}

.has-error .form-control {
  border-color: #f00d2d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #c00a24;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f76c80;
}

.has-error .input-group-addon {
  color: #f00d2d;
  border-color: #f00d2d;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #f00d2d;
}

.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: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    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;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  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, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #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, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #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, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #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, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #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, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #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, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #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: 30px;
  border-radius: 6px;
}

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 20px;
  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: 20px;
  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: 20px;
  color: #777777;
  white-space: nowrap;
}

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

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

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

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

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

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

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

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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: 20px;
  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.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 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.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-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: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

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

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

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

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 8px;
  margin-bottom: 8px;
}

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

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    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: 8px;
  margin-bottom: 8px;
}

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

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

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: white;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: white;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 20px;
  text-decoration: none;
  color: #002f5f;
  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: 3;
  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: 2;
  color: #fff;
  background-color: #002f5f;
  border-color: #002f5f;
  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: 30px;
}

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

.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: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #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,
.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;
}

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

@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 {
  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: #f00d2d;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #f00d2d;
}

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: #f00d2d;
  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: #f00d2d;
  border-color: #f00d2d;
}

.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 {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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;
  min-height: 16.428571429px;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 20px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  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: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 20px;
  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;
    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);
}

.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: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

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

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/spinner.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.popup-li {
  margin-bottom: 25px;
  margin-top: 25px;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 23px;
  height: 23px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Ashley Novak
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

.datepicker.datepicker-inline {
  width: 220px;
}

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

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

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

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

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

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

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

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

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

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

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

.datepicker .datepicker-months {
  display: none;
}

.datepicker .datepicker-years {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

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

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

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

.datepicker table tr td {
  /*    &.active,
    &.active:hover,
    &.active.disabled,
    &.active.disabled:hover {
      @include datepicker-button-variant(#fff, $brand-primary, $brand-primary);
      text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    }*/
}

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

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

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

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  color: #333333;
  background-color: #5bc0de;
  border-color: #2390b0;
}

.datepicker table tr td.today:focus, .datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active {
  color: #333333;
  _background-color: #5bc0de;
  border-color: #19667d;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover {
  color: #333333;
  _background-color: #39b3d7;
  border-color: #19667d;
}

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

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

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

.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #5bc0de;
  border-color: #2390b0;
  border-radius: 0;
}

.datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover.active {
  color: #000;
  _background-color: #5bc0de;
  border-color: #19667d;
}

.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover {
  color: #000;
  _background-color: #39b3d7;
  border-color: #19667d;
}

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

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

.datepicker table tr td span:hover {
  _background: #eeeeee;
}

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

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  _background-color: #337ab7;
  border-color: #204d74;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  _background-color: #2a6598;
  border-color: #204d74;
}

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

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

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
  color: #337ab7;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

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

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

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

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

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

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

.footable {
  width: 100%;
  margin-top: 40px;
  /** SORTING **/
  /** PAGINATION **/
}

.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  background-repeat: no-repeat;
  width: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  height: 15px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDYiPiAgPHBhdGggZD0iTTkuODA3LDUuNzc1IEM5LjU1MCw2LjA0NyA5LjEzMyw2LjA0NyA4Ljg3Niw1Ljc3NSBMNC45OTYsMS42NzQgTDEuMTE2LDUuNzc1IEMwLjg1OSw2LjA0NyAwLjQ0Miw2LjA0NyAwLjE4NSw1Ljc3NSBDLTAuMDcyLDUuNTAzIC0wLjA3Miw1LjA2MyAwLjE4NSw0Ljc5MSBMNC41MzAsMC4xOTggQzQuNzg3LC0wLjA3NCA1LjIwNCwtMC4wNzQgNS40NjIsMC4xOTggTDkuODA3LDQuNzkxIEMxMC4wNjQsNS4wNjMgMTAuMDY0LDUuNTAzIDkuODA3LDUuNzc1IFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==");
  background-position: 0 4px;
  content: '';
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 14px;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  background-repeat: no-repeat;
  width: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  height: 15px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDUuOTY5Ij4gIDxwYXRoIGQ9Ik05LjgwMCwxLjE2MiBMNS40NTQsNS43NTYgQzUuMTk3LDYuMDI3IDQuNzgwLDYuMDI3IDQuNTIzLDUuNzU2IEwwLjE3OCwxLjE2MiBDLTAuMDgwLDAuODkxIC0wLjA4MCwwLjQ1MCAwLjE3OCwwLjE3OCBDMC40MzUsLTAuMDk0IDAuODUyLC0wLjA5NCAxLjEwOSwwLjE3OCBMNC45ODksNC4yNzkgTDguODY5LDAuMTc4IEM5LjEyNiwtMC4wOTQgOS41NDMsLTAuMDk0IDkuODAwLDAuMTc4IEMxMC4wNTcsMC40NTAgMTAuMDU3LDAuODkxIDkuODAwLDEuMTYyIFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==");
  background-position: 0 4px;
  content: '';
}

.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDUuOTY5Ij4gIDxwYXRoIGQ9Ik05LjgwMCwxLjE2MiBMNS40NTQsNS43NTYgQzUuMTk3LDYuMDI3IDQuNzgwLDYuMDI3IDQuNTIzLDUuNzU2IEwwLjE3OCwxLjE2MiBDLTAuMDgwLDAuODkxIC0wLjA4MCwwLjQ1MCAwLjE3OCwwLjE3OCBDMC40MzUsLTAuMDk0IDAuODUyLC0wLjA5NCAxLjEwOSwwLjE3OCBMNC45ODksNC4yNzkgTDguODY5LDAuMTc4IEM5LjEyNiwtMC4wOTQgOS41NDMsLTAuMDk0IDkuODAwLDAuMTc4IEMxMC4wNTcsMC40NTAgMTAuMDU3LDAuODkxIDkuODAwLDEuMTYyIFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  content: '';
  background-position: 0 2px;
}

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDYiPiAgPHBhdGggZD0iTTkuODA3LDUuNzc1IEM5LjU1MCw2LjA0NyA5LjEzMyw2LjA0NyA4Ljg3Niw1Ljc3NSBMNC45OTYsMS42NzQgTDEuMTE2LDUuNzc1IEMwLjg1OSw2LjA0NyAwLjQ0Miw2LjA0NyAwLjE4NSw1Ljc3NSBDLTAuMDcyLDUuNTAzIC0wLjA3Miw1LjA2MyAwLjE4NSw0Ljc5MSBMNC41MzAsMC4xOTggQzQuNzg3LC0wLjA3NCA1LjIwNCwtMC4wNzQgNS40NjIsMC4xOTggTDkuODA3LDQuNzkxIEMxMC4wNjQsNS4wNjMgMTAuMDY0LDUuNTAzIDkuODA3LDUuNzc1IFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==");
  background-position: 0 2px;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  content: '';
}

.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  padding-left: 5px;
}

.footable > thead > tr > th > span.footable-sort-indicator:before {
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjkiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDkgMSI+ICA8cGF0aCBkPSJNLTAuMDAwLDAuOTg3IEwtMC4wMDAsLTAuMDEyIEw5LjAwMCwtMC4wMTIgTDkuMDAwLDAuOTg3IEwtMC4wMDAsMC45ODcgWiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+");
  background-position: 0 5px;
}

.footable > tfoot .pagination {
  float: right;
}

.footable.no-paging .hide-if-no-paging {
  display: none;
}

.footable-row-detail-inner {
  display: table;
}

.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em;
}

.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: bold;
}

.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em;
}

.footable-row-detail-value {
  display: table-cell;
}

.footable > thead > tr > th {
  white-space: nowrap;
  font-weight: normal;
}

/*
 * jQuery UI Autocomplete 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.18
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 2px;
  display: block;
  float: left;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: bold;
}

/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */

@keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}

.tokenfield {
  height: auto;
  min-height: 34px;
  padding-bottom: 0px;
}

.tokenfield.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);
}

.tokenfield .token {
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: -1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default;
}

.tokenfield .token:hover {
  border-color: #b9b9b9;
}

.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8);
}

.tokenfield .token.duplicate {
  border-color: #ebccd1;
  animation-name: blink;
  animation-duration: 0.1s;
  animation-direction: normal;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.tokenfield .token.invalid {
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom: 1px dotted #d9534f;
}

.tokenfield .token.invalid.active {
  background: #ededed;
  border: 1px solid #ededed;
  border-radius: 3px;
}

.tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top;
}

.tokenfield .token .close {
  font-family: Arial;
  display: inline-block;
  line-height: 100%;
  font-size: 1.1em;
  line-height: 1.49em;
  margin-left: 5px;
  float: none;
  height: 100%;
  vertical-align: top;
  padding-right: 4px;
}

.tokenfield .token-input {
  background: none;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: 20px;
  padding: 0;
  margin-bottom: 6px;
  box-shadow: none;
}

.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  /* IE6-9 */
  box-shadow: none;
}

.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.tokenfield.disabled .token-input {
  cursor: not-allowed;
}

.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #d9d9d9;
}

.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.has-warning .tokenfield.focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-error .tokenfield.focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-success .tokenfield.focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.tokenfield.input-sm, .input-group-sm > .tokenfield.form-control,
.input-group-sm > .tokenfield.input-group-addon,
.input-group-sm > .input-group-btn > .tokenfield.btn,
.input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0px;
}

.input-group-sm .token,
.tokenfield.input-sm .token, .input-group-sm > .tokenfield.form-control .token,
.input-group-sm > .tokenfield.input-group-addon .token,
.input-group-sm > .input-group-btn > .tokenfield.btn .token {
  height: 20px;
  margin-bottom: 4px;
}

.input-group-sm .token-input,
.tokenfield.input-sm .token-input, .input-group-sm > .tokenfield.form-control .token-input,
.input-group-sm > .tokenfield.input-group-addon .token-input,
.input-group-sm > .input-group-btn > .tokenfield.btn .token-input {
  height: 18px;
  margin-bottom: 5px;
}

.tokenfield.input-lg, .input-group-lg > .tokenfield.form-control,
.input-group-lg > .tokenfield.input-group-addon,
.input-group-lg > .input-group-btn > .tokenfield.btn,
.input-group-lg .tokenfield {
  height: auto;
  min-height: 45px;
  padding-bottom: 4px;
}

.input-group-lg .token,
.tokenfield.input-lg .token, .input-group-lg > .tokenfield.form-control .token,
.input-group-lg > .tokenfield.input-group-addon .token,
.input-group-lg > .input-group-btn > .tokenfield.btn .token {
  height: 25px;
}

.input-group-lg .token-label,
.tokenfield.input-lg .token-label, .input-group-lg > .tokenfield.form-control .token-label,
.input-group-lg > .tokenfield.input-group-addon .token-label,
.input-group-lg > .input-group-btn > .tokenfield.btn .token-label {
  line-height: 23px;
}

.input-group-lg .token .close,
.tokenfield.input-lg .token .close, .input-group-lg > .tokenfield.form-control .token .close,
.input-group-lg > .tokenfield.input-group-addon .token .close,
.input-group-lg > .input-group-btn > .tokenfield.btn .token .close {
  line-height: 1.3em;
}

.input-group-lg .token-input,
.tokenfield.input-lg .token-input, .input-group-lg > .tokenfield.form-control .token-input,
.input-group-lg > .tokenfield.input-group-addon .token-input,
.input-group-lg > .input-group-btn > .tokenfield.btn .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top;
}

.tokenfield.rtl {
  direction: rtl;
  text-align: right;
}

.tokenfield.rtl .token {
  margin: -1px 0 5px 5px;
}

.tokenfield.rtl .token .token-label {
  padding-left: 0px;
  padding-right: 4px;
}

svg {
  will-change: transform;
  transition: all 100ms cubic-bezier(0.39, 0.575, 0.565, 1);
  position: relative;
  top: -3px;
}

svg:not(.customSvg) *{
  fill: currentColor;
}

.disabled svg {
  opacity: 0.3;
}

svg.icon-cart {
  width: 19px;
  height: 19px;
}

svg.icon-full-logo {
    width: 225px;
    height: 48px;
    color: #fff;
}

svg.icon-small-logo {
    width: 215px;
    height: auto;
    color: #fff;
    display: block;
	top: 0px;
	position: static;
}

svg.icon-small-logo-custom-tab {
    width: 75px;
    height: 60px;
    top: -8px;
    color: #fff;    
}


svg.icon-info {
  width: 2px;
  height: 15px;
  color: #666666;
}

svg.icon-plus {
  width: 11px;
  height: 11px;
  top: -2px;
}

svg.icon-minus {
  width: 11px;
  height: 11px;
  top: -2px;
}

svg.icon-network, svg.icon-business, svg.icon-connected {
  width: 21px;
  height: 22px;
}

svg.icon-profile {
  width: 18px;
  height: 21px;
}

svg.icon-profile01 {
  width: 34px;
  height: 34px;
  top: -6px;
  left: -5px;
}

svg.icon-invoice {
  height: 24px;
  width: 24px;
  top: -2px;
}

svg.icon-arrow-down, svg.icon-dollar, svg.icon-templates, svg.icon-order-history, svg.icon-calendar, svg.icon-arrow-up, svg.icon-search {
  width: 20px;
  height: 20px;
}

svg.icon-drag-drop {
  width: 30px;
  height: 30px;
}

svg.icon-price-info {
  width: 14px;
  height: 14px;
  top: -1px;
}

svg.icon-star-normal {
  width: 10px;
  height: 10px;
  stroke: #002f5f;
  color: white !important;
}

svg.icon-star-add {
  width: 10px;
  height: 10px;
  stroke: #002f5f;
  color: #002f5f;
}

svg.icon-livechat-contactus, svg.icon-email-contactus, svg.icon-phone-contactus, svg.icon-address-contactus {
  width: 32px;
  height: 32px;
  color: #03305D;
  fill: #03305D;
}

#icon-order-history {
  position: relative;
  margin-right: 30px;
}

#icon-order-history:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3eicons/line/history%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg id='icons/line/history' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cpath d='M1,15 C1,22.7319865 7.2680135,29 15,29 C22.7319865,29 29,22.7319865 29,15 C29,7.2680135 22.7319865,1 15,1 C12.4249413,1 10.0122599,1.6952196 7.93941336,2.90820113' id='Oval-12' stroke='%23002F5F' stroke-width='2' transform='translate(15.000000, 15.000000) rotate(-30.000000) translate(-15.000000, -15.000000) '%3e%3c/path%3e%3cg id='Group' transform='translate(13.000000, 8.000000)' stroke='%23002F5F' stroke-linecap='square' stroke-width='2'%3e%3cpath d='M1,0 L1,8' id='Line'%3e%3c/path%3e%3cpath d='M6,11 L1.38093004,8.60659288' id='Line-Copy'%3e%3c/path%3e%3c/g%3e%3cpolyline id='Triangle' stroke='%23002F5F' stroke-width='2' transform='translate(3.611578, 6.945733) rotate(-146.000000) translate(-3.611578, -6.945733) ' points='-1.38842239 9.78216961 3.61157761 4.10929648 3.61157761 4.10929648 8.61157761 9.78216961'%3e%3c/polyline%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

html,
body {
  height: 100vh;
}

@media (min-width: 768px) {
  html.overflow-hidden {
    overflow-y: scroll;
  }
}

body {
  padding-top: 65px;
}

body a.hyperlink {
  border-bottom: 1px solid #666;
  cursor: pointer;
}

body a.hyperlink:hover {
  border-bottom: 1px solid #666;
}

body .impersonation {
  display: none;
}

body.impersonation-mode {
  padding-top: 95px;
}

body.impersonation-mode .impersonation {
  display: block;
}

@media (min-width: 768px) {
  body {
    padding-top: 135px;
  }
  body.impersonation-mode {
    padding-top: 165px;
  }
  body.impersonation-mode .main-nav {
    top: 114px;
  }
  .overflow-hidden body {
    overflow-y: hidden;
  }
}

@media (min-width: 990px) {
  body {
    padding-top: 145px;
  }
  body.impersonation-mode {
    padding-top: 175px;
  }
  body.impersonation-mode .main-nav {
    top: 100px;
  }
  body.impersonation-mode .global-header {
    height: 100px;
  }
  body.page-personalAssistanceSearch, body.page-personalAssistanceSearchResult {
    padding-top: 95px;
  }
  body.page-personalAssistanceSearch.impersonation-mode, body.page-personalAssistanceSearchResult.impersonation-mode {
    padding-top: 115px;
  }
}

body.bd-portal {
  padding-top: 0;
}

body.view-only-mode span.bde-view-only {
  color: #666666 !important;
}

body.view-only-mode .bde-view-only {
  cursor: not-allowed !important;
  opacity: 0.65;
  /*for footer link*/
}

body.view-only-mode .bde-view-only:hover, body.view-only-mode .bde-view-only:focus {
  border-bottom: none;
}

body.view-only-mode .bde-view-only.btn {
  background-color: #b6b6b6;
}

body.view-only-mode .bde-view-only.btn:hover {
  background: #b6b6b6;
}

body.view-only-mode .bde-view-only a:hover {
  cursor: not-allowed;
  text-decoration: none !important;
}

.clamp-1,
.clamp-2 {
  line-height: inherit;
}

.main-content {
  min-height: 100%;
  position: relative;
  padding-bottom: 345px;
}

.paSearch .main-content {
  padding-bottom: 120px;
}

.bd-portal .main-content {
  padding-bottom: 160px;
}

@media (min-width: 768px) {
  .main-content {
    padding-bottom: 0px;
  }
  .paSearch .main-content {
    padding-bottom: 120px;
  }
}

.anchor {
  position: relative;
  visibility: hidden;
  display: block;
  top: -65px;
}

.impersonation-mode .anchor {
  top: -95px;
}

@media (min-width: 768px) {
  .anchor {
    top: -135px;
  }
  .impersonation-mode .anchor {
    top: -165px;
  }
}

@media (min-width: 990px) {
  .anchor {
    top: -145px;
  }
  .impersonation-mode .anchor {
    top: -175px;
  }
}

::selection {
  background-color: #d6d6d6;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  border-top-color: #f0f0f0;
  margin: 10px 0;
  width: 100%;
}

hr.hr-1 {
  border-top: 1px solid #d6d6d6;
  margin: 0;
}

hr.hr-2 {
  border-top: 2px solid #d6d6d6;
  margin: 0;
}

hr.blue-2 {
  border-top: 2px solid #002f5f;
}

#overlay {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  display: none;
}

#overlay svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.loading-text {
  display: none;
  text-align: center;
}

.loading-text p {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+98,ffffff+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 0%, rgba(255, 255, 255, 0.02) 98%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 5px;
  display: inline-block;
}

.icon-loading {
  width: 52px;
  height: 52px;
  color: #002f5f;
}

.icon-loader {
  position: relative;
  color: #002f5f;
  width: 65px;
  height: 65px;
  animation: spin 0.7s linear infinite;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.global-message {
  padding: 15px 20px;
  margin: 0 0 20px;
}

.global-message.good {
  border: 1px solid #002f5f;
  color: #002f5f;
}

.global-message.bad {
  border: 1px solid #f00d2d;
  color: #f00d2d;
}

.btn + .error-bold {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .btn + .error-bold {
    margin-top: 0;
    margin-left: 10px;
  }
}

.error-bold {
  padding: 10px 30px;
  border: 1px solid #f00d2d;
  background-color: #FFDEE0;
  text-align: center;
  display: inline-block;
  color: #f00d2d;
  width: 100%;
  font-size: 12px;
}

.error-bold a {
  color: #f00d2d;
}

@media (min-width: 768px) {
  .error-bold {
    line-height: 38px;
    width: auto;
    padding: 0px 30px;
  }
}

.error-bold.error-bold-blue {
  border-color: #002f5f;
  background-color: #F2F9FF;
  color: #002f5f;
}

.well {
  border: 0 none;
  background: #f8f8f8;
  border-radius: 0;
  padding: 15px 0;
  box-shadow: none;
}

.main-content.inactive {
  position: relative;
}

.main-content.inactive .cart-body {
  position: relative;
}

.main-content.inactive .cart-body:before {
  z-index: 4;
  position: absolute;
  background: url("../img/spinner.gif") no-repeat center center;
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.main-content.inactive:after {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
}

body.loading .main-content:after {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}

body.loading .main-content .loading-message {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin-top: 0;
  text-align: center;
  z-index: 1010;
}

body.loading .main-content .loading-message .loading-content {
  position: relative;
  top: 40%;
}

body.loading .main-content .loading-message .loading-content span {
  font-size: 16px;
  display: inline-block;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}

.product-picks-items.loading {
  position: relative;
}

.product-picks-items.loading:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}

.product-picks-items.loading .loading-message {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  text-align: center;
  z-index: 1010;
}

.product-picks-items.loading .loading-message .loading-content {
  position: relative;
  top: 25%;
}

.product-picks-items.loading .loading-message .loading-content span {
  font-size: 16px;
  display: inline-block;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}

.loading-message {
  display: none;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

img {
  max-width: 100%;
}

section.border-divider {
  border-bottom: 2px solid #d6d6d6;
}

@media (min-width: 768px) {
  section.standard {
    padding-bottom: 40px;
  }
}

*:focus {
  outline: none;
}

.custom-row {
  padding: 0 -15px;
}

.custom-col-3 {
  width: 33.3%;
  float: left;
}

.custom-col-3 + .custom-col-3 {
  margin-left: 0.3%;
}

.panel-group .panel,
.panel-heading,
.panel {
  border-radius: 0;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 0;
  color: #f00d2d;
  border: 1px solid #f00d2d;
}

.skip, .skiptocontent, .skiptonavigation {
  position: absolute;
  top: -30000px;
  left: -30000px;
}

/*  ===========================
    ===== 960px Grid Fix ====== */
@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 940px;
  }
  .span12 {
    width: 940px;
  }
  .span11 {
    width: 860px;
  }
  .span10 {
    width: 780px;
  }
  .span9 {
    width: 700px;
  }
  .span8 {
    width: 620px;
  }
  .span7 {
    width: 540px;
  }
  .span6 {
    width: 460px;
  }
  .span5 {
    width: 380px;
  }
  .span4 {
    width: 300px;
  }
  .span3 {
    width: 220px;
  }
  .span2 {
    width: 140px;
  }
  .span1 {
    width: 60px;
  }
  .offset12 {
    margin-left: 980px;
  }
  .offset11 {
    margin-left: 900px;
  }
  .offset10 {
    margin-left: 820px;
  }
  .offset9 {
    margin-left: 740px;
  }
  .offset8 {
    margin-left: 660px;
  }
  .offset7 {
    margin-left: 580px;
  }
  .offset6 {
    margin-left: 500px;
  }
  .offset5 {
    margin-left: 420px;
  }
  .offset4 {
    margin-left: 340px;
  }
  .offset3 {
    margin-left: 260px;
  }
  .offset2 {
    margin-left: 180px;
  }
  .offset1 {
    margin-left: 100px;
  }
}

.browsehappy {
  margin: 0.2em 0;
  background: #002f5f;
  color: #fff;
  padding: 0.2em 0;
}

.global-navigation + .container-main {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .global-navigation + .container-main {
    margin-top: 30px;
  }
}

.r-row {
  position: relative;
}

@media (min-width: 990px) {
  .ba-col {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

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

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

/*SABMC-1340：top error message*/
.top-error {
  height: 40px;
  background: #f00d2d;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  margin: 0;
  position: fixed;
  top: -100px;
  z-index: 1070;
  width: 100%;
  left: 0;
}

.top-error a {
  color: #fff;
  text-decoration: underline;
}

.top-error .container,
.top-error p {
  height: 100%;
}

.top-error p {
  margin: 0;
}

.top-error.active,
.notify-mode .top-error {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.top-error.noscript {
  position: static;
  padding: 20px 0;
  height: auto;
}

@media (min-width: 768px) {
  .notify-mode .global-header {
    top: 40px;
  }
  .notify-mode .main-nav {
    top: 125px;
  }
  .notify-mode body {
    padding-top: 185px;
  }
}

@media (max-width: 767px) {
  .notify-mode .top-error {
    height: 60px;
  }
  .notify-mode .global-navigation {
    top: 60px;
  }
  .notify-mode body {
    padding-top: 114px;
  }
}

@media (max-width: 405px) {
  .notify-mode .top-error {
    height: 80px;
  }
  .notify-mode .global-navigation {
    top: 80px;
  }
  .notify-mode body {
    padding-top: 134px;
  }
}

@media (max-width: 302px) {
  .notify-mode .top-error {
    height: 100px;
  }
  .notify-mode .global-navigation {
    top: 100px;
  }
  .notify-mode body {
    padding-top: 154px;
  }
}

.datepicker {
  -webkit-transform: translate3d(0, 0, 0);
}

.sort-arrow {
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}

.sort-arrow.up::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDYiPiAgPHBhdGggZD0iTTkuODA3LDUuNzc1IEM5LjU1MCw2LjA0NyA5LjEzMyw2LjA0NyA4Ljg3Niw1Ljc3NSBMNC45OTYsMS42NzQgTDEuMTE2LDUuNzc1IEMwLjg1OSw2LjA0NyAwLjQ0Miw2LjA0NyAwLjE4NSw1Ljc3NSBDLTAuMDcyLDUuNTAzIC0wLjA3Miw1LjA2MyAwLjE4NSw0Ljc5MSBMNC41MzAsMC4xOTggQzQuNzg3LC0wLjA3NCA1LjIwNCwtMC4wNzQgNS40NjIsMC4xOTggTDkuODA3LDQuNzkxIEMxMC4wNjQsNS4wNjMgMTAuMDY0LDUuNTAzIDkuODA3LDUuNzc1IFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==");
}

.sort-arrow.down::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDUuOTY5Ij4gIDxwYXRoIGQ9Ik05LjgwMCwxLjE2MiBMNS40NTQsNS43NTYgQzUuMTk3LDYuMDI3IDQuNzgwLDYuMDI3IDQuNTIzLDUuNzU2IEwwLjE3OCwxLjE2MiBDLTAuMDgwLDAuODkxIC0wLjA4MCwwLjQ1MCAwLjE3OCwwLjE3OCBDMC40MzUsLTAuMDk0IDAuODUyLC0wLjA5NCAxLjEwOSwwLjE3OCBMNC45ODksNC4yNzkgTDguODY5LDAuMTc4IEM5LjEyNiwtMC4wOTQgOS41NDMsLTAuMDk0IDkuODAwLDAuMTc4IEMxMC4wNTcsMC40NTAgMTAuMDU3LDAuODkxIDkuODAwLDEuMTYyIFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==");
}

.sort-arrow::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  bottom: 0;
  margin: auto 0;
}

/* Max quantity order error message */
.page-cartPage .order-error-message,
.page-orderTemplateDetail .order-error-message {
  font-size: 12px;
  color: red;
  margin-bottom: 5px;
  line-height: 20px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select-btn::after {
    top: 10px;
  }
  #back-to-top a i svg {
    height: 20px;
  }
  .page-cartPage .cart-promocode button .icon-arrow-right svg {
    width: 4%;
    position: relative;
    top: -57px;
    right: 133px;
  }
  .global-header-list .delivery-header input {
    height: 30px;
  }
}

.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 990px) {
  .flex-center-desktop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .flex-center-tablet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 420px) {
  .flex-center-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .flex-center-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-center.space-between, .space-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-center-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-stretch-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-center-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-end-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*TODO TIDY THIS UP - Ive had to overwrite alot of bootstraps nav bar styles to get this to work as in the design*/
.global-header {
  background-color: #002f5f;
  position: relative;
  z-index: 1048;
  /* This select list lives inside of  global header */
}

.global-header .siteLogoCustom {
	padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}

.global-header .siteLogo {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .global-header .siteLogo {
    position: absolute;
  }
}

@media (max-width: 768px) and (min-width: 767px) {
  .global-header {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .global-header {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 85px;
  }
}

.bd-portal .global-header {
  position: relative;
}

.global-header .container {
  position: relative;
}

.global-header li a {
  color: white;
  line-height: 30px;
  font-size: 12px;
}

.global-header li a:hover, .global-header li a:focus {
  color: #f8f8f8;
}

.global-header .navbar-brand {
  line-height: 56px;
  padding-left: 0;
  padding-right: 0;
  width: 160px;
  display: block;
  float: none;
}

@media (min-width: 990px) {
  .global-header .navbar-brand {
    margin: 0;
  }
}

.global-header .select-list {
  margin-bottom: 0;
  /* This is used to fix the width of the desktop select menu */
  max-width: 270px;
}

.global-header .select-list .select-items {
  border: none !important;
}

.global-header .select-list .select-items li {
  width: 100%;
  line-height: 20px;
  clear: both;
  display: block;
  font-size: 12px;
  padding: 5px 10px;
}

.global-header .select-list .select-items li.company-name {
  padding: 0;
}

.global-header .select-list .select-items li.inpersonate-link {
  display: none;
}

.global-header .select-list .select-items a {
  color: #666666;
  display: block;
  line-height: 20px;
  padding: 10px 10px 11px 10px;
}

@media (min-width: 990px) {
  .global-header .select-list .select-items {
    overflow-y: auto;
    position: absolute;
    margin-top: 14px;
    top: 60%;
  }
}

@media (min-width: 768px) {
  .global-header .select-list .select-items {
    max-width: 224px;
    overflow-y: auto;
    margin-top: 14px;
    top: 60%;
  }
}

.global-header .select-list .select-btn:not(.minicart) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  border: 0;
  height: auto;
  line-height: 30px;
  color: white;
  font-size: 11px;
  padding-left: 0;
  padding-right: 30px;
  margin-right: 5px;
  min-height: 35px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .global-header .select-list .select-btn:not(.minicart) {
    min-width: 180px;
    max-width: 180px;
    padding-left: 25px;
  }
}

.global-header .select-list .select-btn:not(.minicart):after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDUuOTY5Ij4KCTxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8cGF0aCAgZD0iTTkuODAwLDEuMTYyIEw1LjQ1NCw1Ljc1NiBDNS4xOTcsNi4wMjcgNC43ODAsNi4wMjcgNC41MjMsNS43NTYgTDAuMTc4LDEuMTYyIEMtMC4wODAsMC44OTEgLTAuMDgwLDAuNDUwIDAuMTc4LDAuMTc4IEMwLjQzNSwtMC4wOTQgMC44NTIsLTAuMDk0IDEuMTA5LDAuMTc4IEw0Ljk4OSw0LjI3OSBMOC44NjksMC4xNzggQzkuMTI2LC0wLjA5NCA5LjU0MywtMC4wOTQgOS44MDAsMC4xNzggQzEwLjA1NywwLjQ1MCAxMC4wNTcsMC44OTEgOS44MDAsMS4xNjIgWiIgY2xhc3M9InN0MCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  top: 13px;
  width: 11px;
  right: 8px;
}

.global-header .select-list .links a {
  color: #666666;
}

/* end global-header */
.impersonation-mode.impersonation-mode .select-list li.inpersonate-link, .impersonation-mode.impersonation-mode .navbar-nav li.inpersonate-link {
  display: block;
  border-top: 1px solid #d6d6d6;
}

.miniCart .count {
  color: #fff;
  display: inline-block;
}

.miniCart .links a {
  color: #666666;
}

@media (max-width: 767px) {
  .miniCart {
    margin-top: 2px;
    color: #6893be;
  }
  .miniCart a {
    color: #fff;
  }
}

.minicart-tooltip {
  background: #fff;
  padding: 5px;
  color: #002f5f;
  position: absolute;
  left: 0;
  font-size: 10pt;
  font-weight: 500;
  top: 85px;
  z-index: 1;
  text-align: center;
  box-shadow: 0 0 8px -5px #666;
}

@media (max-width: 767px) {
  .minicart-tooltip {
    line-height: normal;
    margin: 0 -15px;
    top: 50px;
  }
}

.minicart-tooltip::after {
  content: '';
  z-index: -1;
  position: absolute;
  right: 0;
  top: -5px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  clear: both;
}

.miniCartPopup {
  padding-top: 0 !important;
  border: none !important;
  box-shadow: 0 2px 14px -5px #666;
}

.miniCartPopup::before, .miniCartPopup::after {
  display: none;
}

.miniCartPopup .popupCartItem:first-child {
  border-top: none;
}

.miniCartPopup a.btn {
  line-height: 40px !important;
}

.miniCartPopup .itemQuantityUpdate {
  width: 80%;
  float: right;
  display: inline-block;
  padding-left: 10px;
}

.miniCartPopup .itemQuantityUpdate a.itemName {
  width: 70%;
  float: left;
  line-height: 16px;
}

.miniCartPopup .icon-plus, .miniCartPopup .icon-minus {
  color: #666666 !important;
}

/* Global header List styles */
.global-header-list {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  list-style: none;
  width: 100%;
  padding-left: 0;
}

@media (min-width: 768px) {
  .global-header-list {
    padding-left: 170px;
  }
}

.global-header-list .icon-mask .badge {
  background-color: #F5A623;
  border-radius: 9px;
  _box-shadow: 0 0 1px 1px rgba(0, 47, 95, 0.4);
  color: #002f5f;
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  min-width: 18px;
  padding: 0 4px;
  position: absolute;
  right: 37px;
  top: 18px;
  z-index: 1;
}

.global-header-list svg {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
  height: 40px;
  width: 40px;
  pointer-events: none;
}

.global-header-list ul {
  padding-left: 0;
  margin: 0;
  width: 100%;
}

@media (min-width: 990px) {
  .global-header-list ul {
    _float: right;
  }
}

.global-header-list ul > div.pull-right > li, .global-header-list ul > div.pull-right > div > div > li, .global-header-list ul > div.pull-right > div {
  display: block;
  float: left;
  position: relative;
  height: 85px;
  width: 116px;
  border-left: 1px solid #024181;
  display: table;
}

.global-header-list ul > div.pull-right > li:hover, .global-header-list ul > div.pull-right > div > div  > li:hover, .global-header-list ul > div.pull-right > div:hover {
  background: #6892BE;
}

.global-header-list ul > div.pull-right > li:hover .sub-menu, .global-header-list ul > div.pull-right > li:hover .miniCartPopup, .global-header-list ul > div.pull-right > li:hover .datepicker, .global-header-list ul > div.pull-right > div:hover .sub-menu, .global-header-list ul > div.pull-right > div:hover .miniCartPopup, .global-header-list ul > div.pull-right > div:hover .datepicker {
  display: block !important;
}

.global-header-list ul > div.pull-right > li:hover .badge,.global-header-list ul > div.pull-right > div > div > li:hover .badge, .global-header-list ul > div.pull-right > div:hover .badge {
  box-shadow: none;
}

.global-header-list ul > div.pull-right > li.open, .global-header-list ul > div.pull-right > div.open {
  background: #6892BE;
}

.global-header-list ul > div.pull-right > li.open .datepicker, .global-header-list ul > div.pull-right > div.open .datepicker {
  display: block !important;
}

.global-header-list ul > div.pull-right > li > a, .global-header-list ul > div.pull-right > li a.minicart, .global-header-list ul > div.pull-right > li .delivery-header > a, .global-header-list ul > div.pull-right > li > div > a, .global-header-list ul > div.pull-right > div > a, .global-header-list ul > div.pull-right > div a.minicart, .global-header-list ul > div.pull-right > div .delivery-header > a, .global-header-list ul > div.pull-right > div > div > li > a {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  margin-bottom: 3px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 85px;
  width: 115px;
}

.global-header-list ul > div.pull-right > li > a label, .global-header-list ul > div.pull-right > li a.minicart label, .global-header-list ul > div.pull-right > li .delivery-header > a label, .global-header-list ul > div.pull-right > li > div > a label, .global-header-list ul > div.pull-right > div > a label, .global-header-list ul > div.pull-right > div a.minicart label, .global-header-list ul > div.pull-right > div .delivery-header > a label, .global-header-list ul > div.pull-right > div > div > a label {
  margin: 0;
  cursor: pointer;
  color: inherit;
  font-size: 11px !important;
  text-transform: capitalize;
}

.global-header-list ul > div.pull-right > li > a label .delivery-header-input, .global-header-list ul > div.pull-right > li a.minicart label .delivery-header-input, .global-header-list ul > div.pull-right > li .delivery-header > a label .delivery-header-input, .global-header-list ul > div.pull-right > li > div > a label .delivery-header-input, .global-header-list ul > div.pull-right > div > a label .delivery-header-input, .global-header-list ul > div.pull-right > div a.minicart label .delivery-header-input, .global-header-list ul > div.pull-right > div .delivery-header > a label .delivery-header-input, .global-header-list ul > div.pull-right > div > div > a label .delivery-header-input {
  padding: 0 !important;
}

.global-header-list .sub-menu {
  display: none !important;
  position: absolute;
  right: 0;
  top: 85px;
  width: 180px;
  background: #fff;
  box-shadow: 0 2px 14px -5px #666;
}

.global-header-list .sub-menu > li:not(.company-name) {
  border-bottom: 1px solid #f8f8f8;
}

.global-header-list .sub-menu > li:not(.company-name):first-child a {
  padding: 10px 10px;
}

.global-header-list .sub-menu > li:not(.company-name):first-child a span {
  color: #666;
}

.global-header-list .sub-menu > li:not(.company-name) a {
  display: block;
  padding: 5px 10px;
  color: #002f5f;
  font-weight: 500;
  cursor: pointer;
  line-height: inherit !important;
}

.global-header-list .sub-menu > li:not(.company-name) a:hover:not(.disabled) {
  background: #f8f8f8;
}

.global-header-list .sub-menu > li:not(.company-name) a.disabled {
  color: #b6b6b6;
  cursor: default;
  font-weight: 400;
}

.global-header-list .sub-menu > li:not(.company-name) a span {
  display: block;
  font-weight: 400;
}

.global-header-list .delivery-header {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}

.global-header-list .delivery-header .delivery-header-text {
  display: block;
  font-weight: bold;
}

.global-header-list .delivery-header .delivery-header-text span {
  display: block;
  text-align: left;
  padding-left: 25px;
  margin-top: -7px;
}

.global-header-list .delivery-header .delivery-header-text .delivery-title {
  display: block;
  text-align: left;
  padding-left: 25px;
  margin-top: -7px;
  font-size: 12px;
}

.global-header-list .delivery-header .delivery-header-text .delivery-calender {
  font-size: 12px;
}

.global-header-list .delivery-header input {
  background: transparent;
  color: #fff;
  font-weight: normal;
  text-align: center;
  border: 0;
}

.global-header-list .delivery-header input:hover {
  cursor: pointer;
}

.global-header-list .user-info {
  border-right: 1px solid #6892be;
  margin: 0;
}

.global-header-list .user-info .select-btn.header p {
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  max-width: 130px;
}

.global-header-list .user-info .select-btn.header p.middle {
  padding-top: 8px;
}

.global-header-list .user-info .select-btn.header p:first-child {
  font-weight: bold;
}

/* Global header Icon */
.global-header-icon {
  margin-top: 5px;
}

/* This list is used to position the icon of the head next to the users */
.user-list {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style: none;
  padding: 0;
}

.user-list > li {
  max-width: 180px;
  list-style: none;
}

.user-list .select-list .select-btn.header {
  padding: 0;
  max-width: 0;
  min-width: 116px;
}

.user-list .select-list .select-btn.header label {
  display: none !important;
}

.user-list .select-list .select-btn.header::after {
  visibility: hidden !important;
}

@media (min-width: 768px) {
  .user-list .select-list .select-items {
    _max-height: 1900%;
    width: 180px;
  }
}

.user-list .select-list .select-items li {
  font-size: 12px;
}

.user-list .select-list .select-items li.company-name {
  text-transform: uppercase;
  font-weight: 400;
}

.user-list .select-list .select-items li.highlight-link {
  font-weight: 500;
}

.user-list .select-list .select-items > .user-info {
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  font-size: 12px;
}

.user-list .select-list .select-items > .user-info label {
  color: #002f5f;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}

.user-list .select-list .select-items > .user-info label span {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
}

/*  BD Portal Styling */
.bd-portal .container-main {
  margin-top: 50px;
}

.bd-portal .container-breadcrumbs + .container-main {
  margin-top: 0;
}

/* Main Nav */
.main-nav {
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  overflow: hidden;
}

.main-nav .navbar-form {
  padding: 0;
  margin-top: 13px;
  width: 190px;
}

@media (min-width: 420px) and (max-width: 990px) {
  .main-nav .navbar-form {
    _margin-top: 7px;
  }
}

.main-nav .input-group .form-control {
  box-shadow: none;
  border-radius: 0;
  height: 35px;
}

.main-nav .input-group .input-group-btn button {
  height: 35px;
}

.main-nav .input-group .input-group-btn button .icon-search {
  top: -9px;
}

.main-nav .navbar-nav {
  margin: 0;
}

@media (max-width: 767px) {
  .main-nav .navbar-nav li.mobile-search {
    position: absolute;
    top: 45px;
    padding: 0 15px 0 17px;
  }
}

.main-nav .navbar-nav li.inpersonate-link {
  display: none;
}

@media (max-width: 768px) {
  .main-nav > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .main-nav {
    overflow: visible;
    position: fixed;
    top: 84px;
    width: 100%;
    z-index: 200;
  }
}

@media (min-width: 990px) {
  .main-nav {
    top: 85px;
  }
}

/* Mobile header  This is hidden for desktop in most cases it sits within the mobile nav*/
.mobile-head .mobile-search {
  padding: 0 15px;
}

.mobile-head .mobile-search form {
  padding-bottom: 0;
  margin-bottom: 5px;
}

.mobile-head .mobile-search form .input-group .input-group-btn, .mobile-head .mobile-search form .input-group .input-group-btn button {
  height: 40px;
}

.mobile-head .mobile-search form .input-group .input-group-btn .icon-search, .mobile-head .mobile-search form .input-group .input-group-btn button .icon-search {
  top: -17px;
}

.mobile-head .mobile-head-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border-top: 1px solid #efefef;
}

.mobile-head .mobile-head-list > li {
  border-bottom: 1px solid #efefef;
  min-height: 50px;
  line-height: 50px;
  display: block;
}

.mobile-head .mobile-head-list > li.mobile-search {
  line-height: normal;
}

.mobile-head .mobile-head-list > li.mobile-search .navbar-form {
  margin: 0;
}

.mobile-head .mobile-head-list > li.log-status {
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-head .mobile-head-list .mobile-version-calender {
  width: fit-content;
}

.mobile-head .mobile-head-list .delivery-header {
  font-size: 18px;
  color: #002f5f;
  padding: 0 15px;
  font-weight: bold;
  display: block;
}

.mobile-head .mobile-head-list .delivery-header span {
  display: inline-block;
  padding-left: 5px;
}

.mobile-head .mobile-head-list .delivery-header input {
  display: inline-block;
  border: 0 none;
  width: 50%;
}

.mobile-head .mobile-head-list .delivery-header .icon-calendar {
  z-index: -1;
}

.mobile-head .mobile-head-list .delivery-header .delivery-header-input {
  line-height: 50px;
  height: 52px;
  width: 260px;
  padding-left: 112px;
  margin-left: -25px;
  background: transparent;
  font-size: 16px;
  line-height: 50px;
}

.mobile-head .mobile-head-list .select-list .select-btn:after {
  width: 10px;
  height: 10px;
  background-position: center center;
}

.mobile-head .user-list {
  margin-left: 15px;
}

.mobile-head .select-list {
  margin-bottom: 0;
}

.mobile-head .select-list .select-items {
  padding-left: 20px;
  border: 0;
}

.mobile-head .select-list .select-items li {
  line-height: 40px;
}

.mobile-head .select-list .select-items li:hover {
  background: transparent;
}

.mobile-head .select-list .select-btn {
  border: 0;
  height: auto;
  color: #002f5f;
  font-size: 16px;
  line-height: normal;
  text-indent: 0;
  padding: 15px 45px 15px 15px;
  font-weight: bold;
}

.mobile-head .select-list .select-btn .offset-icon {
  display: block;
  float: left;
  margin-top: 3px;
}

.mobile-head .select-list .select-btn .offset-left {
  padding-left: 35px;
  display: block;
}

.mobile-head .select-list .select-btn span.sentence-case {
  font-size: 18px;
}

.mobile-head .select-list .select-btn:after {
  right: 25px;
}

.mobile-head .select-list .select-items {
  position: static;
  padding-bottom: 10px;
}

.mobile-head .select-list .select-items li {
  padding: 0 30px;
}

/* Log on and off styles  */
.log-status {
  border-top: 1px solid #f5f5f5;
}

.log-status a {
  line-height: 40px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #002f5f !important;
}

/* Inside the man menu we also have collapsers that only show up for mobile */
.collapser-header {
  position: relative;
  display: block;
}

.collapser-header.open:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.collapser-header:after {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDUuOTY5Ij4gIDxwYXRoIGQ9Ik05LjgwMCwxLjE2MiBMNS40NTQsNS43NTYgQzUuMTk3LDYuMDI3IDQuNzgwLDYuMDI3IDQuNTIzLDUuNzU2IEwwLjE3OCwxLjE2MiBDLTAuMDgwLDAuODkxIC0wLjA4MCwwLjQ1MCAwLjE3OCwwLjE3OCBDMC40MzUsLTAuMDk0IDAuODUyLC0wLjA5NCAxLjEwOSwwLjE3OCBMNC45ODksNC4yNzkgTDguODY5LDAuMTc4IEM5LjEyNiwtMC4wOTQgOS41NDMsLTAuMDk0IDkuODAwLDAuMTc4IEMxMC4wNTcsMC40NTAgMTAuMDU3LDAuODkxIDkuODAwLDEuMTYyIFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==");
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 5px;
}

@media (min-width: 768px) {
  .collapser-header:after {
    display: none;
  }
}

.navbar-brand-mobile {
  margin: 9px auto 0 auto;
  width: 35px;
  display: block;
}

.global-navigation .navbar {
  margin-bottom: 0;
}

.global-navigation .siteLogoCustom {
	padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}

.global-navigation .siteLogo {
  padding-top: 12px;
}

.global-navigation .icon-truck {
  top: -2px;
  height: 20px;
  width: 24px;
  color: #fff;
}

.global-navigation .cart-mobile {
  float: right;
  margin-right: 15px;
  padding-top: 10px;
  position: relative;
}

.global-navigation .cart-mobile svg {
  color: #fff;
  overflow: hidden;
  width: 40px;
  height: 40px;
}

.global-navigation .cart-mobile .count {
  background: #F5A623;
  border-radius: 12px;
  box-shadow: 0 0 1px 1px rgba(0, 47, 95, 0.4);
  color: #002f5f;
  line-height: 24px;
  min-width: 24px;
  padding: 0 4px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: 5px;
}

.global-navigation .cart-mobile .glyphicon-shopping-cart {
  margin-right: 3px;
}

.datepicker-days thead {
  background-color: #fff;
}

.global-header .datepicker {
  top: 85px !important;
  margin: 0 !important;
  left: -112px !important;
}

.global-header .datepicker::before, .global-header .datepicker::after {
  display: none;
}

.global-header .datepicker .icon-cross {
  display: none !important;
}

.global-header .datepicker.open {
  display: block !important;
}

.bd-portal .global-header .siteLogoCustom {
  padding: 12px 0;
}

.bd-portal .global-header .siteLogo {
  padding: 12px 0;
}

.bd-portal .global-header .nav {
  text-align: right;
  padding-top: 13px;
}

.bd-portal .global-header .nav > li > a {
  padding: 0;
}

.bd-portal .global-header .nav > li > a:hover, .bd-portal .global-header .nav > li > a:focus {
  background-color: transparent;
}

@media (min-width: 768px) {
  .bd-portal .global-header .siteLogo {
    padding: 25px 0;
  }
  .bd-portal .global-header .nav {
    padding-top: 30px;
  }
}

.impersonation {
  background-color: #f00d2d;
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
  font-weight: bold;
}

.lose-deal-minicart {
  width: 95%;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
}

.lose-deal-minicart ul {
  margin-bottom: 20px;
}

.lose-deal-minicart .btn {
  margin-bottom: 20px;
}

.lose-deal-minicart div.title {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .lose-deal-minicart {
    width: 500px;
  }
  .lose-deal-minicart .btn {
    float: right;
    margin-bottom: 0;
  }
  .lose-deal-minicart .inline {
    float: left;
    margin-top: 17px;
  }
}

.dislplay-block {
  display: block;
}

.logout-link {
  border: 1px solid #002f5f;
}

/* Created By: Lester Gabriel */
.mobile-head-list.navbar-nav {
  margin: 0 !important;
}

.mobile-head-list a {
  padding-left: 0 !important;
}

.mobile-head-list li {
  position: relative;
}

.mobile-head-list li .select-btn {
  padding: 15px 45px 15px 10px !important;
}

.mobile-head-list li label {
  padding-left: 48px;
  color: #002f5f;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.mobile-head-list li label[for="cub-arranged"], .mobile-head-list li label[for="customer-arranged"] {
  font-weight: normal;
  color: #666;
  margin: 10px 0;
}

.mobile-head-list li label.recommendations-text {
  padding-left: 44px;
  padding-top: 5px;
}

.mobile-head-list li label.recommendations-text .badge {
  background: #F5A623;
  border-radius: 12px;
  color: #002f5f;
  line-height: 24px;
  min-width: 24px;
  padding: 0 4px;
  position: absolute;
  right: 16px;
  text-align: center;
}

.mobile-head-list li .badge {
  position: absolute;
  color: #002f5f;
}

.mobile-head-list li svg {
  position: absolute;
  left: 5px;
  top: 4px;
  color: #002f5f;
}

.mobile-head-list li .delivery-header {
  padding: 0 !important;
}

.mobile-head-list li .delivery-header span {
  padding-left: 0 !important;
}

.mobile-head-list li .delivery-header span .delivery-header-input {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.mobile-head-list li.rewardsBalance .sub-menu {
  padding-left: 48px;
}

.page-cartPage .datepicker, .global-header .datepicker, .mobile-calendar-container .datepicker {
  padding: 0 !important;
}

.page-cartPage .datepicker .heading, .global-header .datepicker .heading, .mobile-calendar-container .datepicker .heading {
  display: block !important;
  padding: 10px 0;
  text-align: center;
  color: #777;
  background: #f3f3f3;
}

.page-cartPage .datepicker .datepicker-days .table-condensed, .global-header .datepicker .datepicker-days .table-condensed, .mobile-calendar-container .datepicker .datepicker-days .table-condensed {
  border-spacing: 0 .5em;
  border-collapse: separate;
  border: 1px solid transparent;
  margin: 0 30px !important;
}

.page-cartPage .datepicker .datepicker-days .table-condensed .prev, .page-cartPage .datepicker .datepicker-days .table-condensed .next, .global-header .datepicker .datepicker-days .table-condensed .prev, .global-header .datepicker .datepicker-days .table-condensed .next, .mobile-calendar-container .datepicker .datepicker-days .table-condensed .prev, .mobile-calendar-container .datepicker .datepicker-days .table-condensed .next {
  _visibility: hidden !important;
}

.page-cartPage .datepicker .datepicker-days .table-condensed td.day, .global-header .datepicker .datepicker-days .table-condensed td.day, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day {
  color: #b6b6b6;
}

.page-cartPage .datepicker .datepicker-days .table-condensed td.day.new, .global-header .datepicker .datepicker-days .table-condensed td.day.new, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.new {
  display: table-cell;
}

.page-cartPage .datepicker .datepicker-days .table-condensed td.day.old, .global-header .datepicker .datepicker-days .table-condensed td.day.old, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.old {
  visibility: visible;
}

.page-cartPage .datepicker .datepicker-days .table-condensed td.day.active p, .global-header .datepicker .datepicker-days .table-condensed td.day.active p, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.active p {
  border: 3px solid #004072;
  color: #002f5f !important;
}

.page-cartPage .datepicker .datepicker-days .table-condensed td.day.active:hover p, .global-header .datepicker .datepicker-days .table-condensed td.day.active:hover p, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.active:hover p {
  color: #fff !important;
}

.page-cartPage .datepicker .datepicker-days .table-condensed td.day.pack-keg p, .page-cartPage .datepicker .datepicker-days .table-condensed td.day.pack p, .page-cartPage .datepicker .datepicker-days .table-condensed td.day.keg p, .global-header .datepicker .datepicker-days .table-condensed td.day.pack-keg p, .global-header .datepicker .datepicker-days .table-condensed td.day.pack p, .global-header .datepicker .datepicker-days .table-condensed td.day.keg p, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.pack-keg p, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.pack p, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.keg p {
  color: #fff;
}

.page-cartPage .datepicker .datepicker-days .table-condensed td.day.pack-keg p:hover, .page-cartPage .datepicker .datepicker-days .table-condensed td.day.pack p:hover, .page-cartPage .datepicker .datepicker-days .table-condensed td.day.keg p:hover, .global-header .datepicker .datepicker-days .table-condensed td.day.pack-keg p:hover, .global-header .datepicker .datepicker-days .table-condensed td.day.pack p:hover, .global-header .datepicker .datepicker-days .table-condensed td.day.keg p:hover, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.pack-keg p:hover, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.pack p:hover, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.keg p:hover {
  background: #004072;
  cursor: pointer;
}

.page-cartPage .datepicker .datepicker-days .table-condensed td.day.pack-keg p, .global-header .datepicker .datepicker-days .table-condensed td.day.pack-keg p, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.pack-keg p {
  background: #7bb6f1;
}

.page-cartPage .datepicker .datepicker-days .table-condensed td.day.keg p, .global-header .datepicker .datepicker-days .table-condensed td.day.keg p, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.keg p {
  background: #fea356;
}

.page-cartPage .datepicker .datepicker-days .table-condensed td.day.pack p, .global-header .datepicker .datepicker-days .table-condensed td.day.pack p, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.pack p {
  background: #6bc5b7;
}

.page-cartPage .datepicker .datepicker-days .table-condensed td.day.public-holiday:not(.disabled) p, .global-header .datepicker .datepicker-days .table-condensed td.day.public-holiday:not(.disabled) p, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.public-holiday:not(.disabled) p {
  border: 1px solid #979797;
  top: 0;
  height: 25px;
  width: 25px;
}

.page-cartPage .datepicker .datepicker-days .table-condensed td.day.disabled:hover p, .page-cartPage .datepicker .datepicker-days .table-condensed td.day:not(.keg):not(.pack):not(.pack-keg) p, .global-header .datepicker .datepicker-days .table-condensed td.day.disabled:hover p, .global-header .datepicker .datepicker-days .table-condensed td.day:not(.keg):not(.pack):not(.pack-keg) p, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day.disabled:hover p, .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day:not(.keg):not(.pack):not(.pack-keg) p {
  background: none;
  color: inherit;
}

.page-cartPage .datepicker .datepicker-days .table-condensed td.day:not(.disabled), .global-header .datepicker .datepicker-days .table-condensed td.day:not(.disabled), .mobile-calendar-container .datepicker .datepicker-days .table-condensed td.day:not(.disabled) {
  background: #e8e8e8;
  color: #777777;
  cursor: default;
}

.footer-wrap {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}

.page-login .footer-wrap {
    position: relative;
    width: 100%;
    margin-top: 58px;
}

.footer {
  clear: both;
  background-color: #f8f8f8;
}

.footer .main-footer {
  display: block;
  padding-top: 20px;
}

.footer .main-footer .links {
  line-height: 30px;
}

.footer .main-footer .links a {
  font-size: 12px;
  text-decoration: none;
}

.footer .main-footer .links a:hover {
  text-decoration: underline;
}

.footer .copyright {
  font-size: 12px;
  font-weight: normal;
  clear: both;
  margin-top: 30px;
  margin-bottom: 50px;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
.page-productDetails .slick-slider,
.page-productDetails .slick-hero {
  transition: all 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 0;
  display: none;
}

.page-productDetails .slick-initialized.slick-slider,
.page-productDetails .slick-initialized.slick-hero {
  opacity: 1;
  display: block;
}

.page-productDetails .product-images {
  text-align: center;
}

.page-productDetails .product-images .badge-green {
  position: absolute;
  top: 0;
  right: 0;
}

.page-productDetails .product-images .badge-red {
  position: absolute;
  top: 0;
  right: 0;
}

.page-productDetails .product-images .slider-nav-wrap {
  right: 15px;
  z-index: 10;
  position: absolute;
  bottom: 20%;
}

@media (min-width: 768px) {
  .page-productDetails .product-images .slider-nav-wrap {
    bottom: 25%;
  }
}

.page-productDetails .product-images .slick-slider-thumbs .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.page-productDetails .product-images .slick-slider-thumbs img {
  max-width: 100%;
  max-height: 100%;
}

.page-productDetails .product-images .slick-hero img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.page-productDetails .product-images .slick-track {
  padding-left: 0;
}

.page-productDetails .product-images .slick-track .slick-slide:focus {
  outline: none;
}

.page-productDetails .product-images .slick-track .slick-slide {
  margin: 5px;
}

.page-productDetails .product-images .slick-track .slick-img-wrap {
  list-style: none;
  float: left;
  border-radius: 0px;
  text-align: center;
  border: 1px solid #d6d6d6;
  padding: 5px;
  max-width: 100%;
}

.page-productDetails .product-images .slick-track .slick-img-wrap + .thumbnail {
  margin-left: 10px;
}

.page-productDetails .product-images .slick-track .slick-img-wrap img {
  opacity: 0.5;
}

.page-productDetails .product-images .slick-track .slick-img-wrap img:hover {
  opacity: 1;
}

.page-productDetails .product-images .slick-track .slick-img-wrap.active img {
  opacity: 1;
}

.page-productDetails .product-images .slick-track .slick-current .slick-img-wrap {
  border: 2px solid #d6d6d6;
}

.page-productDetails .product-images .slick-track .slick-current .slick-img-wrap img {
  opacity: 1;
}

.page-productDetails .tab-buttons {
  display: none;
}

@media (min-width: 990px) {
  .page-productDetails .tab-buttons {
    display: block;
  }
}

.page-productDetails .tab-buttons.btn-5 li {
  width: 20%;
}

.page-productDetails .tab-buttons.btn-4 li {
  width: 25%;
}

.page-productDetails .tab-buttons.btn-3 li {
  width: 33.3%;
}

.page-productDetails .tab-buttons.btn-2 li {
  width: 50%;
}

.page-productDetails .tab-buttons.btn-1 li {
  width: 50%;
}

.page-productDetails .tab-buttons li {
  float: left;
  background-color: #ededed;
  height: 52px;
  line-height: 52px;
  border-left: 2px solid #fff;
  padding-left: 20px;
  color: #666666;
  font-weight: bold;
}

.page-productDetails .tab-buttons li:hover {
  cursor: pointer;
}

.page-productDetails .tab-buttons li.active {
  background-color: #fff;
  border: 1px solid #ededed;
  border-bottom: 0 none;
}

.page-productDetails .tab-buttons li.active:hover {
  cursor: default;
}

.page-productDetails .tab-body {
  margin-bottom: 40px;
}

.page-productDetails .tab-body .toggle-slide {
  border-top: 2px solid #ededed;
  padding: 10px 0 1px;
}

.page-productDetails .tab-body .toggle-slide:last-child {
  border-bottom: 2px solid #ededed;
}

.page-productDetails .tab-body .toggle-slide .toggle-body {
  margin-bottom: 0;
  overflow: visible;
}

.page-productDetails .tab-body .pdp-section {
  margin-bottom: 20px;
}

@media (min-width: 990px) {
  .page-productDetails .tab-body h3.toggle-head {
    display: none;
  }
  .page-productDetails .tab-body .toggle-body {
    display: block !important;
    max-height: none !important;
  }
  .page-productDetails .tab-body .toggle-slide {
    border-top: 0 none;
  }
  .page-productDetails .tab-body .toggle-slide:last-child {
    border-bottom: 0 none;
  }
  .page-productDetails .tab-body .pdp-section {
    margin-bottom: 50px;
  }
}

.page-productDetails .related-products.related-products h3.toggle-head {
  display: block;
}

.page-productDetails .related-products.related-products .slick-slide h3,
.page-productDetails .related-products.related-products .slick-slide .h3 {
  font-size: 16px;
  padding: 0 10px;
}

.page-productDetails .related-products.related-products .toggle-body {
  position: relative;
  margin-top: 59px;
}

.page-productDetails .related-products.related-products .toggle-body .slick-list {
  padding-bottom: 65px;
}

@media (min-width: 990px) {
  .page-productDetails .related-products.related-products {
    border-top: 2px solid #d6d6d6;
    padding-top: 50px;
  }
  .page-productDetails .related-products.related-products h3.toggle-head {
    font-size: 24px;
  }
  .page-productDetails .related-products.related-products h3.toggle-head:after {
    display: none;
  }
  .page-productDetails .related-products.related-products .slick-slide h3,
  .page-productDetails .related-products.related-products .slick-slide .h3 {
    font-size: 14px;
    padding: 0 15px;
  }
  .page-productDetails .related-products.related-products .toggle-body {
    margin-top: 40px;
    max-height: none !important;
  }
  .page-productDetails .related-products.related-products .toggle-body .slick-list {
    padding-bottom: 0;
  }
  .page-productDetails .related-products.related-products .slider-nav-wrap {
    top: -65px;
  }
}

.page-productDetails .other-packages .slider-nav-wrap,
.page-productDetails .related-products .slider-nav-wrap {
  position: absolute;
  right: 0;
  top: -45px;
}

@media (min-width: 768px) {
  .page-productDetails .other-packages,
  .page-productDetails .related-products {
    padding-top: 20px;
  }
}

.page-productDetails .deals-listing {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-productDetails .deals-listing .deal-item-head .deal-head-left {
    max-width: 810px;
  }
}

@media (min-width: 768px) {
  .page-productDetails .deals-listing .deal-item-head.single .deal-head-left {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .page-productDetails .deals-listing .deal-items .deal-item-body .item .item-title {
    min-width: 565px;
  }
}

.page-productDetails .product-summary {
  margin-bottom: 40px;
}

.page-productDetails .product-summary h1 {
  margin-bottom: 5px;
}

@media (min-width: 990px) {
  .page-productDetails .product-summary .product-title-category {
    font-size: 16px;
  }
}

.page-productDetails .product-summary .product-price-panel .price-save {
  color: #f00d2d;
}

.page-productDetails .product-summary .product-price-panel .price-save span + span {
  font-weight: bold;
  font-size: 18px;
  color: #f00d2d;
}

.page-productDetails .product-summary .product-price-panel .price-yourPrice .price-label {
  font-size: 18px;
  color: #002f5f;
  display: block;
}

@media (min-width: 768px) {
  .page-productDetails .product-summary .product-price-panel .price-yourPrice .price-label {
    display: inline;
  }
}

.page-productDetails .product-summary .quantity .magnific-price {
  text-align: right;
}

@media (min-width: 990px) {
  .page-productDetails .product-summary .quantity .magnific-price {
    text-align: left;
    padding-top: 6px;
  }
}

@media (min-width: 990px) {
  .page-productDetails .product-summary .quantity .quantity-label {
    text-align: right;
    padding-top: 6px;
  }
}

.page-productDetails .other-packages {
  position: relative;
  margin-top: 50px;
}

.page-productDetails .other-packages .slick-slider .slick-img-wrap {
  padding: 0 20px;
}

.page-productDetails .other-packages .slick-slider .slick-img-wrap img {
  width: 100%;
}

@media (min-width: 768px) {
  .page-productDetails .other-packages .slick-slider .slick-img-wrap {
    padding: 0 10px;
  }
}

.page-productDetails .other-packages .slick-slider h4, .page-productDetails .other-packages .slick-slider .h4 {
  font-size: 14px;
  line-height: 20px;
  padding: 0 20px;
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .page-productDetails .other-packages .slick-slider h4, .page-productDetails .other-packages .slick-slider .h4 {
    padding-left: 10px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 16px;
  }
}

.page-productDetails .other-packages .slick-slider .product-pick .list-img-block {
  min-height: 205px;
  text-align: center;
}

.price-popup {
  position: relative;
  max-width: 530px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}

.price-popup ol {
  padding-left: 20px;
}

.price-popup .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: block;
  opacity: 1;
}

.price-popup .popup-close:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .price-popup .scroller {
    overflow-y: visible;
    overflow-x: visible;
    max-height: initial;
  }
}

.related-products .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.related-products .slick-slide h3 {
  margin-bottom: 0;
}

.related-products .slick-slide p {
  color: #002f5f;
}

.related-products .slick-img-wrap {
  margin-bottom: 20px;
}

.related-products .slick-img-wrap .list-item-img {
  padding: 0 30px 10px 30px;
  position: relative;
}

.related-products .slick-img-wrap .list-item-img .badge {
  position: absolute;
  top: 0;
  right: 0;
}

.related-products .slick-img-wrap .list-item-img .badge-green {
  position: absolute;
  top: 0;
  right: 0;
}

.related-products .slick-img-wrap + h3 {
  padding-left: 20px;
  margin-bottom: 5px;
}

.related-products .slick-img-wrap + h3 + .h3-subheader {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .page-productDetails .product-summary .summary-label div {
    font-size: 14px;
    margin-bottom: 0;
  }
}

div#packConfig table, div#about table {
  width: 100%;
}

/* Video carousel specific styling
   ========================================================================== */
/* Simple fade from http://dimsemenov.com/plugins/magnific-popup */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.slick-video-hero .icon-play-button {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -44px 0 0 -44px;
  color: #fff;
  opacity: .8;
  will-change: opacity;
  transition: opacity .12s ease-in;
}

.slick-video-hero:hover .icon-play-button {
  opacity: .9;
}

.slick-video-hero {
  display: none;
}

@media (min-width: 768px) {
  .slick-video-hero {
    display: block;
  }
}

.video-slide-mobile {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-slide-mobile iframe,
.video-slide-mobile object,
.video-slide-mobile embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .video-slide-mobile {
    display: none;
  }
}

.slick-video-thumb .slick-img-wrap {
  position: relative;
  height: 100%;
}

.slick-video-thumb .icon-play-button {
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  opacity: .8;
  pointer-events: none;
  z-index: 2;
}

.slick-video-thumb a {
  float: left;
  display: block;
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  max-width: 100%;
}

a.sendWelcomeEmail {
  font-weight: normal;
}

a.sendWelcomeEmail:hover {
  color: #228B22;
}

.low-stock-status-label {
  color: #ff9933;
  font-weight: bold;
  /*font-size:medium;*/
  /*white-space: nowrap;*/
}

.out-of-stock-status-label {
  color: #ff0000;
  font-weight: bold;
  white-space: nowrap;
}

.height-40-em {
  height: 40em;
}

.height-30-em {
  height: 30em;
}

.modal-out-of-stock .modal-dialog {
  top: 20%;
}

.modal-out-of-stock .modal-dialog .modal-content {
  border-radius: 0;
  margin: 15px;
  padding: 20px;
  text-align: center;
}

.modal-out-of-stock .modal-dialog .modal-content .modal-body {
  padding-bottom: 0;
}

.modal-out-of-stock .modal-dialog .modal-content .modal-body h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.modal-out-of-stock .modal-dialog .modal-content .modal-body p {
  margin: 0;
}

.modal-out-of-stock .modal-dialog .modal-content .modal-body .submit-notification {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.modal-out-of-stock .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 0;
  text-align: center;
}

.modal-out-of-stock .modal-dialog .modal-content .modal-footer .back {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 20px;
  background-color: transparent;
}

.modal-out-of-stock .modal-dialog .modal-content .modal-footer .back .glyphicon {
  padding-right: 4px;
  top: 2px;
}

.product-picks-div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 14px;
    margin-top: 30px;

  @media (max-width:768px) {
    display: block;
    .slick-list {
        margin-right: -15px;
      }
  }

  .product-pick {
    border-radius: 16px;
    border: 1px solid rgba(72, 72, 72, 0.20);
    background: #FFF;
    padding: 17px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
    max-width: 300px;

    @media (max-width:768px) {
      max-width: none;

      &.slick-slide {
        margin-right: 15px;
      }
    }

    .badge {
      display: none;
    }

    hr {
      margin: 0;
    }
    
    .product-image {
      .list-item-img {
        padding: 0px;
      
        img {
          margin: auto;
        }
      }
    }

    h3.product-pick-title {
      position: absolute;
      z-index: 1;
      border-radius: 6px 0 6px 0;
      background: #FFC300;
      padding: 4px 8px;
      /* Typography */
      color: #000;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 16px; /* 133.333% */
    }

    .product-info {
      padding-top: 8px;
      flex-grow: 1;

      div.product-info-content{
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
      }
    }

    .product-pick-description {
      margin-bottom: 0px;

      /* Product title text */
      .clamp-2 {
        color: #242424;
        font-family: Helvetica;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 133.333% */
        /* height: 48px; 2 lines of text */
      }
      /* Pack config text */
      .clamp-1 {
        color: #666;
        /* Sub title */
        font-family: Helvetica;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
      }

      h3 {
        min-height: auto;
      }
    }

    .product-item-price {
      .list-item-price {
        height: auto;
        margin: 0px;

        .h1 {
          color: #1D4294;
          font-family: Helvetica;
          font-size: 22px;
          font-style: normal;
          font-weight: 700;
          line-height: 28px; /* 127.273% */
        }
      }

      .price-rule-text {
        color: #666;
        /* sub-text */
        font-family: Helvetica;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
      }
    }

    .qty-selectors {
      .product-pick-selectors {
        margin-bottom: 0;
      }

      .select-quantity {  
        li.down {
          border-radius: 8px 0 0 8px;
          border-top: 1px solid rgba(0, 0, 0, 0.30);
          border-bottom: 1px solid rgba(0, 0, 0, 0.30);
          border-left: 1px solid rgba(0, 0, 0, 0.30);
          border-right: none;
          background: #FFF;
        }

        li {
          border: 1px solid rgba(0, 0, 0, 0.30);
          background: #FFF; 

          @media (max-width: 768px) {
            height: 44px;
            line-height: 44px;
          }
        }

        li input.qty-input {
          border: none;
          background: none;
        }

        li.up {
          border-radius: 0 8px 8px 0;
          border-top: 1px solid rgba(0, 0, 0, 0.30);
          border-right: 1px solid rgba(0, 0, 0, 0.30);
          border-bottom: 1px solid rgba(0, 0, 0, 0.30);
          border-left: none;
          background: #FFF;
        }
      } 

      .select-list {
        .select-btn, .select-single {
          border-radius: 8px;
          border: 1px solid rgba(0, 0, 0, 0.30);
          background: #FFF;

          @media (max-width: 768px) {
            height: 44px;
            line-height: 44px;

            &:after {
              top: 16px;
            }
          }
        }

        .select-items {
          border-radius: 8px;
          border: 1px solid rgba(0, 0, 0, 0.30);
          background: #FFF;
          margin-top: 4px;

          li {
            border: none
          }
        }
      }
    }

    .add-to-cart {
      .btn-primary {
        display: flex;
        gap: 10px;
        padding: 12px 8px;
        background: #1D4294;
        border-radius: 6px;
        justify-content: center;
        line-height: inherit;
        height: fit-content;
        margin-block: 1px;
        
        &:hover {
          background: #0064BE;
        }
        
        &:disabled {
          background: #c3c3c3;
          color: #5f5f5f;
        }
        
        &.btn-invert {
          background: none;
          color: #1D4294;
          border: 1px solid #1D4294;

          &:hover {
            background: none;
            border: 2px solid #1D4294;
            color: #1D4294;
            margin-block: 0;
          }
        }

        svg.icon-cart-new {
          width: 20px;
          height: 20px;
          display: inline-block;
          top: auto;
        }
      }
    }
  }
}

.recommendinfo {
  margin-top: -8%;
  float: right;
  height: 17px;
  width: 17px;
  text-align: centre;
  background-color: #666;
  border-radius: 50%;
  display: inline-block;
  color: white;
  text-align: center;
}

.recommendation-component {
  padding: 10px;
  margin-bottom: 30px;

  .slider-nav-wrap {
    margin-top: 10px;
    display: block;

    @media (min-width: 768px) {
      display: none;
    }
  }

  .recommendation-component-title {
    p:first-child {
      color: #202020;
      font-family: Helvetica;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;

      span {
        color: #1D4294;
        text-align: center;
        font-family: Helvetica;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }
    }

    p {
      color: #202020;
      font-family: Helvetica;
      font-size: 32px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
    }
  }
}

.recommendation-component .product-pick .product-pick-title {
  font-size: 20px;
}

.page-productList h1,
.page-search h1 {
  margin-bottom: 0;
  line-height: 40px;
}

@media (min-width: 990px) {
  .page-productList h1,
  .page-search h1 {
    margin-bottom: 40px;
  }
  .page-productList h1 + .num-products,
  .page-search h1 + .num-products {
    border-top: 2px solid #002f5f;
    padding: 15px 0 8px 0;
  }
}

.page-productList .num-products,
.page-search .num-products {
  padding: 10px 0 20px;
  margin-bottom: 0;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #002f5f;
}

@media (min-width: 990px) {
  .page-productList .num-products,
  .page-search .num-products {
    border-top: 2px solid #002f5f;
    padding: 15px 0 8px 0;
  }
}

.page-productList .list-sort span,
.page-search .list-sort span {
  font-weight: bold;
  float: right;
  margin-right: 10px;
  margin-top: 7px;
  display: none;
}

@media (min-width: 990px) {
  .page-productList .list-sort .select-btn:after,
  .page-search .list-sort .select-btn:after {
    top: 13px;
  }
}

.page-productList .list-sort .select-list,
.page-search .list-sort .select-list {
  display: inline-block;
  float: right;
  width: 100%;
}

@media (min-width: 990px) {
  .page-productList .list-sort span,
  .page-search .list-sort span {
    display: block;
  }
  .page-productList .list-sort .select-list,
  .page-search .list-sort .select-list {
    width: 200px;
  }
}

.page-productList .list-listing,
.page-search .list-listing {
  margin-top: 20px;
}

.page-productList .list-listing .list-item,
.page-search .list-listing .list-item {
  margin-bottom: 20px;
}

.page-productList .list-listing .list-item a,
.page-search .list-listing .list-item a {
  text-decoration: none;
}

.page-productList .list-listing .list-item .list-item-img,
.page-search .list-listing .list-item .list-item-img {
  height: 215px;
  position: relative;
  text-align: center;
  padding: 20px;
}

.page-productList .list-listing .list-item .list-item-img img,
.page-search .list-listing .list-item .list-item-img img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  max-height: 100%;
  max-width: 100%;
}

.page-productList .list-listing .list-item .list-item-img .badge,
.page-search .list-listing .list-item .list-item-img .badge {
  position: absolute;
  top: 0;
  right: 0;
}

.page-productList .list-listing .list-item .select-quantity,
.page-search .list-listing .list-item .select-quantity {
  margin-bottom: 0;
}

.page-productList .list-listing .list-item .select-quantity + span,
.page-search .list-listing .list-item .select-quantity + span {
  display: block;
}

.page-productList .list-listing .list-item .list-item-title,
.page-search .list-listing .list-item .list-item-title {
  height: 80px;
  overflow: hidden;
}

.page-productList .list-listing .list-item .list-item-title h3,
.page-search .list-listing .list-item .list-item-title h3 {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .page-productList .list-listing .list-item .list-item-title h3,
  .page-search .list-listing .list-item .list-item-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.page-productList .list-listing .list-item .list-qty,
.page-search .list-listing .list-item .list-qty {
  margin-bottom: 10px;
}

.page-productList .list-listing .list-item .list-item-price,
.page-search .list-listing .list-item .list-item-price {
  color: #666666;
  height: 60px;
  margin-bottom: 20px;
}

.page-productList .list-listing .list-item .list-item-price .h1,
.page-search .list-listing .list-item .list-item-price .h1 {
  margin-bottom: 0;
}

.page-productList .list-listing .list-item .list-item-saving,
.page-search .list-listing .list-item .list-item-saving {
  color: #f00d2d;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 2px;
}

@media (min-width: 990px) {
  .page-productList .list-listing,
  .page-search .list-listing {
    margin-top: 0;
  }
}

.page-productList form,
.page-search form {
  margin-bottom: 0;
}

#spinner {
  background-image: url("../img/svg/loader.svg");
  color: #002f5f;
  width: 65px;
  height: 65px;
  animation: spin 0.7s linear infinite;
  margin: 0 auto;
}

.refined-by {
  margin-bottom: 20px;
  margin-top: -10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #002f5f;
}

.price-rule-text {
  font-size: 12px;
}

@media (min-width: 990px) {
  .dropdown-overflow {
    max-height: 328% !important;
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-overflow {
    border-right: 1px solid #d6d6d6 !important;
    max-height: 125px;
    overflow-y: auto;
  }
}

@media (max-width: 420px) {
  .dropdown-overflow {
    border-right: 1px solid #d6d6d6 !important;
    max-height: 127px;
    overflow-y: auto;
  }
}

@media (min-width: 990px) {
  .slider-height {
    height: 39em !important;
  }
}

@media (min-width: 768px) {
  .slider-height {
    height: 43em;
  }
}

@media (max-width: 420px) {
  .slider-height {
    height: 42em;
  }
}

.product-picks {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .product-picks .product-picks-title {
    margin-bottom: 40px;
  }
}

.product-pick .list-item-img {
  position: relative;
}

.product-pick .badge {
  position: absolute;
  top: 0;
  right: 0;
}

.product-pick .product-pick-title {
  font-size: 16px;
  margin-bottom: 0;
}

.product-pick .product-pick-title a {
  color: #002f5f;
  text-decoration: none;
  word-wrap: break-word;
  display: block;
}

.product-pick .product-pick-title a:hover {
  border-bottom: 1px solid #002f5f;
}

@media (min-width: 768px) {
  .product-pick .product-pick-title a {
    height: 40px;
    overflow: hidden;
  }
}

.product-pick .product-pick-description {
  margin-bottom: 30px;
}

.product-pick .product-pick-description h3 {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .product-pick .product-pick-description h3 {
    min-height: 40px;
  }
}

@media (min-width: 768px) {
  .product-pick .product-pick-description {
    margin-bottom: 0;
  }
}

.product-pick .product-pick-selectors {
  margin-bottom: 10px;
}

.product-pick .product-pick-image,
.product-pick .list-item-img {
  text-align: center;
  position: relative;
  padding: 20px;
}

@media (min-width: 768px) {
  .product-pick .product-pick-image,
  .product-pick .list-item-img {
    text-align: left;
  }
}

.product-pick .product-item-price .h1 {
  margin-bottom: 5px;
}

.product-pick .product-item-price .list-item-price {
  color: #666666;
  height: 60px;
  margin-bottom: 20px;
}

.product-pick .product-item-price .list-item-saving {
  color: #f00d2d;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 2px;
}

.product-pick p {
  font-size: 14px;
  color: #002f5f;
}

.product-deals {
  background: #f6f6f6;
  margin-bottom: 50px;
  padding: 40px 0;
}

.product-deals .product-deals-title {
  margin-bottom: 40px;
}

.product-deal {
  background: #fff;
  padding: 30px 20px;
  border: 1px solid #f0f0f0;
}

@media (min-width: 768px) {
  .product-deal {
    border-bottom: 0;
  }
  .product-deal:nth-child(2n+1) {
    border-left: 1px solid #f0f0f0;
  }
  .product-deal:nth-last-child(-n+2) {
    border-top: 1px solid #f0f0f0;
  }
}

.product-deal-title {
  font-size: 16px;
  margin-bottom: 0;
}

.product-deal-description-wrapper {
  -ms-flex: 1;
  flex: 1;
}

.product-deal-description {
  margin-bottom: 50px;
}

.product-deal-selectors {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .product-deal-selectors {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.product-deal-link {
  border-bottom: 1px solid #666666;
}

.product-deal-link:hover {
  border-bottom: 0 none;
}

.product-deal-container {
  margin-bottom: 30px;
}

.deal-filter .facet_block li .facet-check {
  z-index: 2;
  margin-left: 0;
  opacity: 0;
  display: block;
}

.deal-filter .facet_block li .facet-check:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .product-orders {
    padding: 0 0 60px;
  }
  .product-orders .product-orders-and-template {
    position: relative;
    display: -ms-flexbox;
    display: flex;
  }
  .product-orders .product-orders-and-template > div {
    -ms-flex: 1;
    flex: 1;
  }
}

.product-orders .product-orders-title {
  margin-bottom: 20px;
}

@media (min-width: 990px) {
  .product-orders .product-orders-title {
    margin-bottom: 35px;
  }
}

.product-orders hr {
  border-color: #f0f0f0;
  margin-top: 25px;
}

@media (min-width: 990px) {
  .product-orders hr {
    margin-top: 10px;
  }
}

.product-orders-item {
  padding-bottom: 10px;
}

@media (min-width: 990px) {
  .product-orders-item {
    position: initial;
    padding-bottom: 0;
  }
  .product-orders-item:after {
    content: '';
    border-bottom: 1px solid #f0f0f0;
    display: block;
    clear: both;
    padding-top: 2px;
    padding-bottom: 1px;
  }
}

.product-orders-cta {
  margin-bottom: 30px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .product-orders-cta {
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .product-orders-cta {
    position: absolute;
    bottom: 0;
    margin-bottom: -40px;
    padding-right: 0;
  }
}

.home-slider {
  position: relative;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .home-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 990px) {
  .home-slider {
    margin-bottom: 40px;
  }
}

.home-slider .slider-nav li {
  height: 32px;
}

@media (min-width: 768px) {
  .home-slider .slider-nav li {
    height: 33px;
    width: 33px;
  }
  .home-slider .slider-nav li svg {
    top: 3px;
  }
}

.home-slider .slick-video-mobile {
  position: absolute;
  top: 0;
  left: 0;
}

.home-slider .slider-nav-wrap {
  position: absolute;
  right: 0;
  bottom: -31px;
}

@media (min-width: 768px) {
  .home-slider .slider-nav-wrap {
    bottom: 44px;
  }
  .home-slider .slider-nav-wrap.tablet-pos-adjust {
    bottom: 0;
  }
}

@media (min-width: 990px) {
  .home-slider .slider-nav-wrap {
    bottom: 0;
    right: 0;
    z-index: 10;
  }
}

.home-slider .slick-dots {
  background: white;
  border: 1px solid #ccc;
  bottom: -41px;
}

@media (min-width: 768px) {
  .home-slider .slick-dots {
    bottom: 35px;
    border: 0;
    background-color: transparent;
  }
  .home-slider .slick-dots.tablet-pos-adjust {
    bottom: -10px;
  }
}

@media (min-width: 990px) {
  .home-slider .slick-dots {
    bottom: -10px;
  }
}

.home-slider .slick-dots button {
  width: 8px;
  height: 8px;
  background: #002f5f;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .home-slider .slick-dots button {
    background: white;
  }
}

.home-slider .slick-dots li {
  opacity: 0.5;
  width: 10px;
}

.home-slider .slick-dots .slick-active {
  opacity: 1;
}

.banner-buttons {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

.btn-0 .banner-buttons {
  display: none;
}

@media (min-width: 990px) {
  .banner-buttons {
    position: absolute;
    width: 710px;
    height: 100px;
    padding: 30px;
    bottom: 0;
    left: 0;
  }
  .banner-buttons.banner-buttons--is-left-false {
    left: auto;
    right: 0;
  }
}

.banner-button {
  display: inline-block;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #002f5f;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
}

.banner-button:hover, .banner-button:focus {
  color: #fff;
}

.banner-button:last-child {
  background-color: red;
}

@media (min-width: 768px) {
  .banner-button {
    float: left;
    height: 40px;
    line-height: 40px;
  }
  .btn-1 .banner-button {
    width: 100%;
  }
  .btn-2 .banner-button {
    width: 50%;
  }
}

@media (max-width: 989px) {
  .btn-1 .banner-button, .btn-2 .banner-button {
    left: 0 !important;
    top: 0 !important;
  }
}

@media (min-width: 990px) {
  .banner-button {
    width: auto;
    padding: 0 20px;
  }
  .btn-1 .banner-button, .btn-2 .banner-button {
    width: auto;
  }
  .banner-button:first-child {
    margin-right: 10px;
  }
}

.account-information {
  margin-bottom: 0;
}

.account-information-item {
  margin-bottom: 40px;
}

.account-information-item .account-information-item-title {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .account-information-item-description {
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .account-information-item-description {
    margin-bottom: 30px;
  }
}

.account-information-item-cta {
  padding-right: 10px;
  margin: 10px 0;
}

.bu-selector .bu-selector-label {
  width: 60px;
}

.disabled-productPackTypeNotAllowed {
  opacity: 1.0;
}

.disabled-productOutofStock {
  pointer-events: none;
  opacity: 0.6;
}

.page-cartPage .cart-delivery-payment,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment {
  margin-bottom: 40px;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate,
.page-cartPage .cart-delivery-payment .cart-deliverymethod,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate hr,
.page-cartPage .cart-delivery-payment .cart-deliverymethod hr,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate hr,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod hr {
  position: relative;
  top: 20px;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions .radio,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .radio {
  margin-bottom: 20px;
}

@media (min-width: 990px) {
  .page-cartPage .cart-delivery-payment .cart-paymentoptions .radio,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .radio {
    margin-bottom: 0;
  }
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .radio,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .radio {
  margin-top: 30px;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .radio label,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .radio label {
  margin-right: 0;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate form,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate form {
  margin-bottom: 0;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate form input[readonly]:hover,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate form input[readonly]:hover {
  cursor: pointer;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .form-group .icon-calendar,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .form-group .icon-calendar {
  position: absolute;
  left: 0;
  color: #002f5f;
  top: 10px;
  float: left;
  z-index: 1;
}

@media (min-width: 990px) {
  .page-cartPage .cart-delivery-payment .cart-deliverydate .form-group .icon-calendar,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .form-group .icon-calendar {
    top: 6px;
  }
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .form-group .icon-calendar svg,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .form-group .icon-calendar svg {
  max-width: 100%;
  fill: #002f5f;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .form-group .form-control,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .form-group .form-control {
  position: relative;
  z-index: 5;
  background: transparent;
  color: #002f5f;
  border: 0 none;
  width: 250px;
  font-weight: bold;
  float: left;
  font-size: 16px;
  padding-left: 30px;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .icon-calendar,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .icon-calendar {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  top: 3px;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .date,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .date {
  margin-bottom: 30px;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .availability-day,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .availability-day {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #002e5f;
  padding: 5px 10px;
  margin-top: 15px;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .availability-day.KEG,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .availability-day.KEG {
  background-color: #addcff;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .availability-day.PACK,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .availability-day.PACK {
  background-color: #ffcc00;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .availability-day.PACK_KEG,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .availability-day.PACK_KEG {
  display: none;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod,
.page-cartPage .cart-delivery-payment .cart-paymentoptions,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions {
  padding-top: 20px;
}

@media (min-width: 990px) {
  .page-cartPage .cart-delivery-payment .cart-deliverymethod,
  .page-cartPage .cart-delivery-payment .cart-paymentoptions,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions {
    padding-top: 0;
  }
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-heading,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-heading,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-heading,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-heading {
  padding: 0 0 10px;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-heading label,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-heading label,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-heading label,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-heading label {
  font-weight: bold;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-heading:after,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-heading:after,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-heading:after,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-heading:after {
  display: none;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-default,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-default,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-default,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-default {
  border-bottom: 0 none;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .delivery-instructions,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .delivery-instructions,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .delivery-instructions,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .delivery-instructions {
  display: none;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-body,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-body,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-body,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-body {
  padding-left: 40px;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-body .select-list,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-body .select-list,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-body .select-list,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-body .select-list {
  margin-bottom: 10px;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-body span.inline,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-body span.inline,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-body span.inline,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-body span.inline {
  border-bottom: 1px solid #666666;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-body span.inline:hover,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-body span.inline:hover,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-body span.inline:hover,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-body span.inline:hover {
  border-bottom: 0 none;
  cursor: pointer;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions h2 + .form-group label,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions h2 + .form-group label {
  font-weight: normal;
  color: #666666;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions .card-carddetails,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .card-carddetails {
  display: none;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions .card-carddetails form,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .card-carddetails form {
  margin-bottom: 0;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions span + ul,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions span + ul {
  margin-bottom: 20px;
}

.page-cartPage .cart-links,
.page-multiStepCheckoutSummaryPage .cart-links {
  margin-bottom: 10px;
}

.page-cartPage .cart-links .list-inline li,
.page-multiStepCheckoutSummaryPage .cart-links .list-inline li {
  margin-bottom: 10px;
}

.page-cartPage .cart,
.page-multiStepCheckoutSummaryPage .cart {
  margin-top: 10px;
}

.page-cartPage .cart-headers,
.page-multiStepCheckoutSummaryPage .cart-headers {
  background-color: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-cartPage .cart-headers .cart-mob-row-2 > div,
.page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div {
  float: left;
  font-weight: normal;
}

.page-cartPage .cart-headers .cart-mob-row-2 > div:nth-child(1),
.page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div:nth-child(1) {
  width: 33.33%;
}

.page-cartPage .cart-headers .cart-mob-row-2 > div:nth-child(2),
.page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div:nth-child(2) {
  width: 33.33%;
}

.page-cartPage .cart-headers .cart-mob-row-2 > div:nth-child(3),
.page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div:nth-child(3) {
  width: 33.33%;
}

@media (min-width: 990px) {
  .page-cartPage .cart-headers .cart-mob-row-1,
  .page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-1 {
    padding-right: 5px;
  }
  .page-cartPage .cart-headers .cart-mob-row-2,
  .page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 {
    padding-left: 5px;
    text-align: right;
  }
  .page-cartPage .cart-headers .cart-mob-row-2 > div:nth-child(1),
  .page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div:nth-child(1) {
    width: 40%;
  }
  .page-cartPage .cart-headers .cart-mob-row-2 > div:nth-child(2),
  .page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div:nth-child(2) {
    width: 30%;
  }
  .page-cartPage .cart-headers .cart-mob-row-2 > div:nth-child(3),
  .page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div:nth-child(3) {
    width: 30%;
  }
  .page-cartPage .cart-headers .cart-mob-row-3,
  .page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-3 {
    padding-left: 5px;
  }
}

.page-cartPage .deal-index,
.page-multiStepCheckoutSummaryPage .deal-index {
  position: relative;
  top: -2px;
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #002f5f;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .page-cartPage .deal-index,
  .page-multiStepCheckoutSummaryPage .deal-index {
    top: -1px;
  }
}

.page-cartPage .cart-body,
.page-multiStepCheckoutSummaryPage .cart-body {
  margin: 10px 0 20px;
}

.page-cartPage .cart-body .cartRow,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow {
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0;
}

@media (max-width: 989px) {
  .page-cartPage .cart-body .cartRow > div,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow > div {
    padding: 0;
  }
}

.page-cartPage .cart-body .cartRow .notallowed-notification,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .notallowed-notification {
  color: #f00d2d;
  font-weight: normal;
  margin-bottom: 10px;
}

.page-cartPage .cart-body .cartRow .notallowed-notification span,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .notallowed-notification span {
  color: #666666;
  font-weight: normal;
}

.page-cartPage .cart-body .cartRow .cart-mob-row-2 > div,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div {
  float: left;
  font-weight: normal;
}

.page-cartPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(1),
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(1) {
  width: 33.33%;
}

.page-cartPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(2),
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(2) {
  width: 33.33%;
  text-align: center;
}

.page-cartPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(3),
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(3) {
  width: 33.33%;
  text-align: right;
}

@media (min-width: 990px) {
  .page-cartPage .cart-body .cartRow .cart-mob-row-1,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-1 {
    padding-right: 5px;
  }
  .page-cartPage .cart-body .cartRow .cart-mob-row-2,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 {
    padding-left: 5px;
    text-align: right;
  }
  .page-cartPage .cart-body .cartRow .cart-mob-row-2 > div,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div {
    font-weight: bold;
  }
  .page-cartPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(1),
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(1) {
    width: 40%;
  }
  .page-cartPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(2),
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(2) {
    width: 25%;
    text-align: right;
  }
  .page-cartPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(3),
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(3) {
    width: 30%;
  }
  .page-cartPage .cart-body .cartRow .cart-mob-row-3,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-3 {
    padding-left: 5px;
  }
}

.page-cartPage .cart-body .cartRow h4,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow h4 {
  margin-top: 0;
}

.page-cartPage .cart-body .cartRow .see-deal-link .hide-deal,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .see-deal-link .hide-deal {
  display: none;
}

.page-cartPage .cart-body .cartRow .see-deal-link .view-deal,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .see-deal-link .view-deal {
  display: inline-block;
}

.page-cartPage .cart-body .cartRow .see-deal-link.open .hide-deal,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .see-deal-link.open .hide-deal {
  display: inline-block;
}

.page-cartPage .cart-body .cartRow .see-deal-link.open .view-deal,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .see-deal-link.open .view-deal {
  display: none;
}

.page-cartPage .cart-body .cartRow .deal-title,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .deal-title {
  display: none;
  padding-top: 10px;
}

@media (min-width: 990px) {
  .page-cartPage .cart-body .cartRow .deal-title,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .deal-title {
    display: block;
  }
}

.page-cartPage .cart-body .cartRow form,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow form {
  margin-bottom: 10px;
}

.page-cartPage .cart-body .cartRow form .select-quantity + span,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow form .select-quantity + span {
  height: auto;
  font-size: inherit;
}

@media (min-width: 990px) {
  .page-cartPage .cart-body .cartRow form,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow form {
    margin-bottom: 0;
  }
}

.page-cartPage .cart-body .cartRow .error,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .error {
  color: #f00d2d;
}

@media (min-width: 990px) {
  .page-cartPage .cart-body .cartRow .error,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .error {
    margin-left: 10.3%;
  }
}

.page-cartPage .cart-body .cart-img img,
.page-multiStepCheckoutSummaryPage .cart-body .cart-img img {
  max-height: 100%;
  max-width: 100%;
}

.page-cartPage .cart-body .cart-name a,
.page-multiStepCheckoutSummaryPage .cart-body .cart-name a {
  text-decoration: none;
  color: #666666;
}

.page-cartPage .cart-body .cart-name .potentialPromotions li,
.page-multiStepCheckoutSummaryPage .cart-body .cart-name .potentialPromotions li {
  font-weight: bold;
}

.page-cartPage .cart-body .cart-qty ul,
.page-multiStepCheckoutSummaryPage .cart-body .cart-qty ul {
  margin-bottom: 5px;
}

.page-cartPage .cart-body .cart-qty ul + span,
.page-multiStepCheckoutSummaryPage .cart-body .cart-qty ul + span {
  line-height: 15px;
}

.page-cartPage .cart-body .cart-qty .free,
.page-multiStepCheckoutSummaryPage .cart-body .cart-qty .free {
  margin-top: 10px;
}

.page-cartPage .cart-body .cart-pack span,
.page-multiStepCheckoutSummaryPage .cart-body .cart-pack span {
  display: inline-block;
  margin-top: 5px;
}

.page-cartPage .cart-body .cart-itemPrice div,
.page-multiStepCheckoutSummaryPage .cart-body .cart-itemPrice div {
  margin-bottom: 0;
}

.page-cartPage .cart-body .cart-total,
.page-multiStepCheckoutSummaryPage .cart-body .cart-total {
  text-align: left;
  font-weight: bold;
}

.page-cartPage .cart-body .cart-total .h3_price,
.page-multiStepCheckoutSummaryPage .cart-body .cart-total .h3_price {
  font-weight: normal;
}

@media (min-width: 990px) {
  .page-cartPage .cart-body .cart-name,
  .page-multiStepCheckoutSummaryPage .cart-body .cart-name {
    padding-left: 10px;
  }
  .page-cartPage .cart-body .cart-total,
  .page-multiStepCheckoutSummaryPage .cart-body .cart-total {
    text-align: right;
  }
  .page-cartPage .cart-body .cart-qty,
  .page-multiStepCheckoutSummaryPage .cart-body .cart-qty {
    text-align: center;
  }
}

.page-cartPage .cart-promocode,
.page-multiStepCheckoutSummaryPage .cart-promocode {
  margin-bottom: 20px;
}

.page-cartPage .cart-promocode label,
.page-multiStepCheckoutSummaryPage .cart-promocode label {
  margin-top: 5px;
}

.page-cartPage .cart-promocode + .row,
.page-multiStepCheckoutSummaryPage .cart-promocode + .row {
  margin-bottom: 10px;
}

.page-cartPage .cart-promocode button,
.page-multiStepCheckoutSummaryPage .cart-promocode button {
  background-color: #002f5f;
  -webkit-appearance: none;
  border: 0 none;
  padding: 0;
  top: 0;
  right: 15px;
  height: 40px;
  width: 40px;
}

.page-cartPage .cart-promocode button .icon-arrow-right svg,
.page-multiStepCheckoutSummaryPage .cart-promocode button .icon-arrow-right svg {
  width: 30%;
  fill: #fff;
}

@media (min-width: 990px) {
  .page-cartPage .cart-promocode button,
  .page-multiStepCheckoutSummaryPage .cart-promocode button {
    height: 35px;
    width: 35px;
  }
}

.page-cartPage .cart-totals-inner,
.page-multiStepCheckoutSummaryPage .cart-totals-inner {
  background-color: #f8f8f8;
  padding: 20px;
}

.page-cartPage .cart-totals-inner .row,
.page-multiStepCheckoutSummaryPage .cart-totals-inner .row {
  margin-bottom: 5px;
}

.page-cartPage .cart-totals-inner .row:last-child,
.page-multiStepCheckoutSummaryPage .cart-totals-inner .row:last-child {
  margin-bottom: 0;
}

.page-cartPage .cart-totals-inner .row .col-xs-4,
.page-multiStepCheckoutSummaryPage .cart-totals-inner .row .col-xs-4 {
  text-align: right;
}

.page-cartPage .cart-totals-inner .total,
.page-multiStepCheckoutSummaryPage .cart-totals-inner .total {
  font-weight: bold;
  color: #002f5f;
}

.page-cartPage .cart-totals-inner .savings,
.page-multiStepCheckoutSummaryPage .cart-totals-inner .savings {
  font-weight: bold;
  color: #f00d2d;
}

.page-cartPage .deals-listing .well,
.page-multiStepCheckoutSummaryPage .deals-listing .well {
  padding: 20px 0;
  background: transparent;
  border-top: 1px solid #d6d6d6;
  margin-bottom: 0;
}

.page-cartPage .deals-listing h4,
.page-multiStepCheckoutSummaryPage .deals-listing h4 {
  margin-bottom: 20px;
}

.page-cartPage .deals-listing .title,
.page-multiStepCheckoutSummaryPage .deals-listing .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #002f5f;
  font-weight: normal;
  margin-bottom: 20px;
}

.page-cartPage .deals-listing .title span,
.page-multiStepCheckoutSummaryPage .deals-listing .title span {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.page-cartPage .deals-listing .title span.deal-index,
.page-multiStepCheckoutSummaryPage .deals-listing .title span.deal-index {
  top: 0;
}

.page-cartPage .deals-listing .title span.deal-desc,
.page-multiStepCheckoutSummaryPage .deals-listing .title span.deal-desc {
  padding-left: 3px;
}

.page-cartPage .cart-summary-info ul,
.page-multiStepCheckoutSummaryPage .cart-summary-info ul {
  margin-bottom: 10px;
}

.page-cartPage .cart-summary-info ul li,
.page-multiStepCheckoutSummaryPage .cart-summary-info ul li {
  padding-right: 0;
}

.page-cartPage .cart-totals a,
.page-multiStepCheckoutSummaryPage .cart-totals a {
  display: inline-block;
  margin-bottom: 20px;
}

.page-cartPage .cart-totals a + a,
.page-multiStepCheckoutSummaryPage .cart-totals a + a {
  margin-left: 30px;
}

.page-cartPage .cart-totals .btn,
.page-multiStepCheckoutSummaryPage .cart-totals .btn {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-cartPage .cart-totals a,
  .page-multiStepCheckoutSummaryPage .cart-totals a {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .page-cartPage .cart-totals.cart-buttons-bottom,
  .page-multiStepCheckoutSummaryPage .cart-totals.cart-buttons-bottom {
    padding: 0;
  }
}

.page-cartPage .change-Address-Popup,
.page-multiStepCheckoutSummaryPage .change-Address-Popup {
  width: 95%;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
  padding: 30px;
}

.page-cartPage .change-Address-Popup .col-md-6,
.page-multiStepCheckoutSummaryPage .change-Address-Popup .col-md-6 {
  padding: 10px 20px;
}

.page-cartPage .change-Address-Popup hr,
.page-multiStepCheckoutSummaryPage .change-Address-Popup hr {
  margin-bottom: 30px;
}

.page-cartPage .change-Address-Popup .well,
.page-multiStepCheckoutSummaryPage .change-Address-Popup .well {
  margin-top: 20px;
}

.page-cartPage .lose-deal-popup,
.page-multiStepCheckoutSummaryPage .lose-deal-popup {
  width: 95%;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
}

.page-cartPage .lose-deal-popup ul,
.page-multiStepCheckoutSummaryPage .lose-deal-popup ul {
  margin-bottom: 20px;
}

.page-cartPage .lose-deal-popup .btn,
.page-multiStepCheckoutSummaryPage .lose-deal-popup .btn {
  margin-bottom: 20px;
}

.page-cartPage .lose-deal-popup div.title,
.page-multiStepCheckoutSummaryPage .lose-deal-popup div.title {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-cartPage .lose-deal-popup,
  .page-multiStepCheckoutSummaryPage .lose-deal-popup {
    width: 500px;
  }
  .page-cartPage .lose-deal-popup .btn,
  .page-multiStepCheckoutSummaryPage .lose-deal-popup .btn {
    float: right;
    margin-bottom: 0;
  }
  .page-cartPage .lose-deal-popup .inline,
  .page-multiStepCheckoutSummaryPage .lose-deal-popup .inline {
    float: left;
    margin-top: 17px;
  }
}

.page-cartPage .setdefault-popup,
.page-multiStepCheckoutSummaryPage .setdefault-popup {
  width: 95%;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #fff;
}

.page-cartPage .setdefault-popup .btn,
.page-multiStepCheckoutSummaryPage .setdefault-popup .btn {
  float: right;
}

.page-cartPage .setdefault-popup .mfp-close,
.page-multiStepCheckoutSummaryPage .setdefault-popup .mfp-close {
  display: none;
}

.page-cartPage .setdefault-popup h3,
.page-multiStepCheckoutSummaryPage .setdefault-popup h3 {
  line-height: 12px;
}

.page-cartPage .choose-free-Popup,
.page-multiStepCheckoutSummaryPage .choose-free-Popup {
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}

.page-cartPage .choose-free-Popup .radio label,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .radio label {
  margin-right: 0;
}

.page-cartPage .choose-free-Popup .radio label:before,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .radio label:before {
  top: 16px;
}

.page-cartPage .choose-free-Popup .radio input[type=radio]:checked + label:after,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .radio input[type=radio]:checked + label:after {
  top: 22px;
}

.page-cartPage .choose-free-Popup .item-image,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .item-image {
  width: 70px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}

.page-cartPage .choose-free-Popup .item-info,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .item-info {
  display: inline-block;
  position: relative;
}

.page-cartPage .choose-free-Popup .item-info h4,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .item-info h4 {
  margin-bottom: 0;
}

.page-cartPage .choose-free-Popup .item-bonus,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .item-bonus {
  position: relative;
  top: 16px;
  font-size: 14px;
  text-align: right;
}

.page-cartPage .choose-free-Popup .btn-primary,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .btn-primary {
  margin-top: 10px;
}

.page-cartPage .clear-cart-popup,
.page-multiStepCheckoutSummaryPage .clear-cart-popup {
  width: 95%;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
}

.page-cartPage .clear-cart-popup .btn,
.page-multiStepCheckoutSummaryPage .clear-cart-popup .btn {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-cartPage .clear-cart-popup,
  .page-multiStepCheckoutSummaryPage .clear-cart-popup {
    width: 350px;
  }
  .page-cartPage .clear-cart-popup .btn,
  .page-multiStepCheckoutSummaryPage .clear-cart-popup .btn {
    float: right;
    margin-bottom: 0;
  }
  .page-cartPage .clear-cart-popup .inline,
  .page-multiStepCheckoutSummaryPage .clear-cart-popup .inline {
    float: left;
    margin-top: 17px;
  }
}

.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .col-xs-12,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .col-xs-12 {
  opacity: 0.5;
}

.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .col-xs-12:before,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .col-xs-12:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.page-multiStepCheckoutSummaryPage .global-header-list .delivery-header span, .page-multiStepCheckoutSummaryPage .mobile-head-list .delivery-header span {
  margin-right: 0;
}

.page-multiStepCheckoutSummaryPage .checkout-promo h4, .page-multiStepCheckoutSummaryPage .checkout-promo p {
  color: #002f5f;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions > div > div:first-child {
  display: none;
  opacity: 0.5;
}

@media (min-width: 990px) {
  .page-cartPage .cart-delivery-payment .cart-paymentoptions > div > div:first-child {
    display: block;
  }
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions > div > div:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions .margin-top-30 {
  margin-top: 0;
}

@media (min-width: 990px) {
  .page-cartPage .cart-delivery-payment .cart-paymentoptions .margin-top-30 {
    margin-top: 30px;
  }
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions .confirm-order {
  display: none;
}

.page-cartPage .deal-notification {
  background-color: #f8f8f8;
  padding: 15px;
  margin-bottom: 20px;
}

.page-cartPage .deal-notification .deal-title {
  color: #002f5f;
  font-weight: bold;
}

.page-cartPage .deal-notification-bad {
  background-color: #FFDEE0;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #d6d6d6;
}

.page-cartPage .deal-notification-bad .deal-title {
  color: #f00d2d;
  font-weight: bold;
}

.page-cartPage .cart-notify {
  background-color: #F2F9FF;
  padding: 20px 15px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.page-cartPage .cart-notify .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #002f5f;
  top: 20px;
}

.page-cartPage .cart-notify .icon svg {
  color: #F2F9FF;
  width: 10px;
  height: 15px;
}

.page-cartPage .cart-notify .info {
  float: left;
  color: #002f5f;
  font-weight: bold;
  padding-left: 45px;
  margin-bottom: 20px;
}

.page-cartPage .cart-notify .btn {
  display: inline-block;
}

@media (min-width: 768px) {
  .page-cartPage .cart-notify {
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .page-cartPage .cart-notify .icon {
    top: 15px;
  }
  .page-cartPage .cart-notify .info {
    margin-bottom: 0;
    width: 65%;
    line-height: 20px;
  }
  .page-cartPage .cart-notify a {
    float: right;
  }
}

@media (min-width: 990px) {
  .page-cartPage .cart-notify .info {
    width: 80%;
  }
  .page-cartPage .cart-notify .info.short {
    width: 75%;
  }
  .page-cartPage .cart-notify .info.single {
    line-height: 40px;
  }
}

.page-cartPage .partially-qualified-Popup {
  width: 95%;
  margin: 40px auto;
  padding: 40px 30px;
  background-color: #fff;
}

.page-cartPage .partially-qualified-Popup *::selection {
  background: transparent !important;
}

.page-cartPage .partially-qualified-Popup .listing {
  padding-left: 55px;
  margin-bottom: 0;
}

.page-cartPage .partially-qualified-Popup .listing h3 {
  margin: 10px 0 25px;
}

.page-cartPage .partially-qualified-Popup .listing h4 {
  margin-bottom: 0;
  line-height: 17px;
}

.page-cartPage .partially-qualified-Popup .listing h4.h4-subheader {
  margin-bottom: 10px;
}

.page-cartPage .partially-qualified-Popup .listing .base-rows {
  margin-bottom: 10px;
}

.page-cartPage .partially-qualified-Popup label {
  color: #002f5f;
}

.page-cartPage .partially-qualified-Popup label:before {
  top: 9px;
}

.page-cartPage .partially-qualified-Popup .list-radio {
  padding-left: 15px;
}

.page-cartPage .partially-qualified-Popup .radio input[type=radio]:checked + label:after {
  top: 14px;
}

.page-cartPage .partially-qualified-Popup .btn {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-cartPage .partially-qualified-Popup {
    margin-bottom: 0;
  }
  .page-cartPage .partially-qualified-Popup .listing .base-rows .h4-subheader {
    margin-bottom: 0;
  }
}

.page-cartPage .deals-conflict-popup {
  width: 95%;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #fff;
}

.page-cartPage .deals-conflict-popup .deal-title {
  color: #002f5f;
  font-size: 16px;
}

.page-cartPage .deals-conflict-popup .radio label:before, .page-cartPage .deals-conflict-popup .radio label:after {
  top: 50%;
  margin-top: -15px;
}

.page-cartPage .deals-conflict-popup .radio input[type=radio]:checked + label:after {
  top: 50%;
  margin-top: -10px;
}

.cart-paymentoptions h2 + .form-group {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.cart-paymentoptions .radio label:last-child {
  margin-top: 20px;
}

.cart-paymentoptions .card-carddetailsOnlca {
  margin-bottom: 40px;
}

@media (min-width: 990px) {
  .cart-paymentoptions .card-carddetailsOnlca {
    /*padding-left: $spacing-large;*/
  }
}

.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .expiry {
  width: 60%;
  float: left;
  margin-right: 5%;
}

.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .expiry span.slash-sign {
  font-size: 20px;
  width: 10%;
  text-align: center;
  margin-top: 11px;
}

.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .expiry .select-btn {
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
}

.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .expiry .select-btn:after {
  top: 17px;
}

@media (min-width: 990px) {
  .cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .expiry .select-btn {
    height: 35px;
    line-height: 35px;
  }
  .cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .expiry .select-btn:after {
    top: 13px;
  }
}

.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .security {
  width: 35%;
  float: left;
}

.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .day,
.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .month {
  width: 45%;
  position: relative;
}

.cart-paymentoptions .card-carddetails {
  margin-bottom: 40px;
}

@media (min-width: 990px) {
  .cart-paymentoptions .card-carddetails {
    padding-left: 40px;
  }
}

.cart-paymentoptions .card-carddetails .expiry-security.form-group .expiry {
  width: 60%;
  float: left;
  margin-right: 5%;
}

.cart-paymentoptions .card-carddetails .expiry-security.form-group .expiry span.slash-sign {
  font-size: 20px;
  width: 10%;
  text-align: center;
  margin-top: 11px;
}

.cart-paymentoptions .card-carddetails .expiry-security.form-group .expiry .select-btn {
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
}

.cart-paymentoptions .card-carddetails .expiry-security.form-group .expiry .select-btn:after {
  top: 17px;
}

@media (min-width: 990px) {
  .cart-paymentoptions .card-carddetails .expiry-security.form-group .expiry .select-btn {
    height: 35px;
    line-height: 35px;
  }
  .cart-paymentoptions .card-carddetails .expiry-security.form-group .expiry .select-btn:after {
    top: 13px;
  }
}

.cart-paymentoptions .card-carddetails .expiry-security.form-group .security {
  width: 35%;
  float: left;
}

.cart-paymentoptions .card-carddetails .expiry-security.form-group .day,
.cart-paymentoptions .card-carddetails .expiry-security.form-group .month {
  width: 45%;
  position: relative;
}

.cart-paymentoptions .form-control.error-input::-webkit-input-placeholder {
  color: #f00d2d;
}

.cart-paymentoptions .form-control.error-input:-ms-input-placeholder {
  color: #f00d2d;
}

.cart-paymentoptions .form-control.error-input:-moz-placeholder {
  color: #f00d2d;
}

span.cc-validation-check {
  position: absolute;
}

select.cc-expiry-form {
  height: 40px;
}

@media (min-width: 990px) {
  select.cc-expiry-form {
    height: 35px;
  }
}

.cart-recalculate {
  display: none;
}

.h3_price {
  font-size: 12px;
}

@media (min-width: 768px) {
  .page-cartPage .choose-free-Popup {
    width: 500px;
    padding: 20px 30px;
  }
  .page-cartPage .choose-free-Popup .radio label:before {
    top: 25px;
  }
  .page-cartPage .choose-free-Popup .radio input[type=radio]:checked + label:after {
    top: 30px;
  }
  .page-cartPage .choose-free-Popup .item-bonus {
    top: 25px;
  }
  .page-cartPage .choose-free-Popup .item-info {
    max-width: 185px;
  }
  .page-cartPage .choose-free-Popup .btn-primary {
    margin-top: 30px;
  }
  .page-cartPage .choose-free-Popup hr {
    display: none;
  }
  .page-cartPage .deals-conflict-popup {
    width: 500px;
    padding: 20px 30px;
  }
  .page-cartPage .deals-conflict-popup .deal-title {
    font-size: 14px;
  }
  .page-cartPage .partially-qualified-Popup {
    width: 500px;
  }
}

@media (min-width: 990px) {
  .page-cartPage .cart-delivery-payment,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment,
  .order-detail .cart-delivery-payment {
    display: -ms-flexbox;
    display: flex;
  }
  .page-cartPage .cart-delivery-payment .cart-deliverydate,
  .page-cartPage .cart-delivery-payment .cart-deliverymethod,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod,
  .order-detail .cart-delivery-payment .cart-deliverydate,
  .order-detail .cart-delivery-payment .cart-deliverymethod {
    border-right: 1px solid #d6d6d6;
    border-bottom: 0 none;
    margin-bottom: 0;
  }
  .page-cartPage .cart-delivery-payment .cart-deliverydate .input-icon-group svg,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .input-icon-group svg,
  .order-detail .cart-delivery-payment .cart-deliverydate .input-icon-group svg {
    right: 8px;
    top: 6px;
  }
  .page-cartPage .cart-delivery-payment > .col-md-4 .btn,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment > .col-md-4 .btn,
  .order-detail .cart-delivery-payment > .col-md-4 .btn {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: auto;
  }
  .page-cartPage .cart-delivery-payment > div,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment > div,
  .order-detail .cart-delivery-payment > div {
    -ms-flex: 1;
    flex: 1;
  }
  .page-cartPage .cart-links,
  .page-multiStepCheckoutSummaryPage .cart-links,
  .order-detail .cart-links {
    text-align: right;
  }
  .page-cartPage .cart-totals,
  .page-multiStepCheckoutSummaryPage .cart-totals,
  .order-detail .cart-totals {
    padding-left: 4.3%;
  }
  .page-cartPage .cart-totals .cart-totals-inner .row .col-xs-4,
  .page-multiStepCheckoutSummaryPage .cart-totals .cart-totals-inner .row .col-xs-4,
  .order-detail .cart-totals .cart-totals-inner .row .col-xs-4 {
    text-align: right;
  }
  .page-cartPage .change-Address-Popup,
  .page-multiStepCheckoutSummaryPage .change-Address-Popup,
  .order-detail .change-Address-Popup {
    width: 800px;
    height: 450px;
    padding: 30px;
    overflow-y: auto;
  }
  .page-cartPage .setdefault-popup,
  .page-multiStepCheckoutSummaryPage .setdefault-popup,
  .order-detail .setdefault-popup {
    width: 500px;
  }
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .col-md-4 {
    padding-bottom: 65px;
  }
}

span.character-limit {
  font-size: 12px;
}

.btn-deliver-warp {
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media (max-width: 767px) {
  .btn-deliver-warp {
    position: static;
    right: auto;
    bottom: auto;
  }
}

.customer-carriers .select-btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-smartOrders h1 {
  margin-bottom: 15px;
}

.page-smartOrders p {
  font-size: 14px;
}

.page-smartOrders .prod-headers {
  background-color: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

@media (min-width: 992px) {
  .page-smartOrders .prod-headers {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .page-smartOrders .prod-headers {
    font-size: 14px;
  }
}

.page-smartOrders .prod-headers .img-title-head {
  display: inline-block;
  text-align: left;
}

.page-smartOrders .prod-headers .cta-head {
  margin-left: -12px;
}

.page-smartOrders .mobile-prod-headers {
  padding: 10px 0;
  overflow: hidden;
}

.page-smartOrders .mobile-prod-headers .icon-arrows {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 12px;
  z-index: 100;
}

@media (max-width: 360px) {
  .page-smartOrders .mobile-prod-headers .icon-arrows {
    display: block;
  }
}

.page-smartOrders .mobile-prod-headers .icon-arrows.left {
  left: 0;
}

.page-smartOrders .mobile-prod-headers .icon-arrows.right {
  right: 0;
}

@media (max-width: 360px) {
  .page-smartOrders .mobile-prod-headers .dates {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    float: none;
  }
  .page-smartOrders .mobile-prod-headers .dates ul {
    width: 445px;
    float: left;
    transition: margin-left 2s;
    margin-bottom: 0;
  }
}

@media (max-width: 360px) and (max-width: 320px) {
  .page-smartOrders .mobile-prod-headers .dates ul {
    width: 390px;
  }
}

@media (max-width: 360px) {
  .page-smartOrders .mobile-prod-headers .dates.prev {
    margin-left: 0;
  }
  .page-smartOrders .mobile-prod-headers .dates.prev ul {
    margin-left: 0;
  }
  .page-smartOrders .mobile-prod-headers .dates.next {
    margin-right: 0;
  }
  .page-smartOrders .mobile-prod-headers .dates.next ul {
    margin-left: -150px;
  }
}

@media (max-width: 320px) {
  .page-smartOrders .mobile-prod-headers .dates.next ul {
    margin-left: -130px;
  }
}

@media (min-width: 992px) {
  .page-smartOrders .lowstock .prod-history .quantities ul li {
    line-height: 105px;
  }
  .page-smartOrders .lowstock .prod-cta {
    padding-top: 30px;
  }
}

.page-smartOrders .prod-row {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .page-smartOrders .prod-row {
    margin-bottom: 0;
  }
}

.page-smartOrders .select .arrow {
  background-color: #fff;
}

.page-smartOrders .select .arrow:after {
  width: 10px;
}

.page-smartOrders .select input.basic-datepicker[type="text"] {
  height: 35px;
  background-color: #fff;
  padding-right: 20px;
  font-size: 14px;
}

.page-smartOrders .dropdown-options {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .page-smartOrders .dropdown-options {
    margin-bottom: 15px;
  }
}

.page-smartOrders .dropdown-options .select {
  margin-bottom: 10px;
}

.page-smartOrders .dropdown-options .select.form-group input[readonly]::placeholder {
  color: #666666;
}

.page-smartOrders .dropdown-options .select.form-group input[readonly]:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .page-smartOrders .dropdown-options .select {
    display: inline-block;
    margin-bottom: 0;
    float: left;
  }
}

.page-smartOrders .dropdown-options .next-prev {
  margin-top: -4px;
}

.page-smartOrders .dropdown-options .next-prev ul.list-inline {
  margin-bottom: 0;
}

.page-smartOrders .dropdown-options .next-prev ul.list-inline span.disabled {
  opacity: 0.5;
}

.page-smartOrders .dropdown-options .next-prev ul.list-inline span.disabled:hover {
  cursor: not-allowed;
}

.page-smartOrders .dropdown-options .dateLink {
  font-size: 14px;
  color: #002e5f;
  border-bottom: 0px !important;
}

.page-smartOrders .dropdown-options .dateLink.disabled {
  color: #b6b6b6;
}

.page-smartOrders .dropdown-options .sortby {
  font-size: 14px;
}

.page-smartOrders .dropdown-options .sortby .select-btn {
  height: 35px;
  line-height: 35px;
  display: none;
}

@media (min-width: 1024px) {
  .page-smartOrders .dropdown-options .sortby .select-btn {
    display: block;
  }
}

.page-smartOrders .dropdown-options .sortby .select-btn:after {
  top: 14px;
  width: 10px;
  right: 6px;
}

.page-smartOrders .dropdown-options .sortby .mobile-sortby {
  display: block;
}

@media (min-width: 1024px) {
  .page-smartOrders .dropdown-options .sortby .mobile-sortby {
    display: none;
  }
}

.page-smartOrders .dropdown-options .sortby .mobile-sortby select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  padding: 5px 10px;
  width: 100%;
}

.page-smartOrders .prod-title-image {
  padding-top: 20px;
}

.page-smartOrders .prod-title-image .prod-img-block {
  width: 55px;
}

.page-smartOrders .prod-title-image .prod-img-block .badge {
  left: 34px;
}

.page-smartOrders .prod-title-image img {
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
}

.page-smartOrders .prod-title-image .prod-title {
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 360px) {
  .page-smartOrders .prod-title-image .prod-title {
    width: 80%;
  }
}

.page-smartOrders .prod-title-image .prod-title h4 {
  margin-bottom: 0;
  color: #002f5f;
}

@media (min-width: 992px) {
  .page-smartOrders .prod-title-image .prod-title h4 {
    max-height: 40px;
    overflow: hidden;
  }
}

@media (min-width: 990px) {
  .page-smartOrders .prod-title-image .prod-title .h4-subheader {
    margin-bottom: 0;
  }
}

.page-smartOrders .prod-title-image .prod-title .low-stock-status-label {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .page-smartOrders .toggle-btn {
    display: inline-block;
    margin-bottom: 20px;
  }
}

.page-smartOrders .prod-history li,
.page-smartOrders .history-head li {
  display: inline-block;
  text-align: left;
  padding-right: 0;
}

.page-smartOrders .prod-history li .qty,
.page-smartOrders .history-head li .qty {
  display: inline-block;
  width: 100%;
}

@media (min-width: 480px) {
  .page-smartOrders .prod-history li .qty,
  .page-smartOrders .history-head li .qty {
    width: 40px;
  }
}

.page-smartOrders .history-head li {
  text-align: center;
}

@media (min-width: 992px) {
  .page-smartOrders .history-head li {
    width: 16.4%;
  }
}

.page-smartOrders .icon-arrows {
  width: 20px;
  height: 10px;
  margin-top: 3px;
}

.page-smartOrders .prod-history {
  overflow: hidden;
}

@media (max-width: 360px) {
  .page-smartOrders .prod-history .quantities {
    width: 90%;
    margin: 0 auto;
    float: none;
    overflow: hidden;
  }
}

.page-smartOrders .prod-history .quantities.prev {
  margin-left: 0;
}

.page-smartOrders .prod-history .quantities.prev ul {
  margin-left: 0px;
}

.page-smartOrders .prod-history .quantities.next {
  margin-right: 0;
}

.page-smartOrders .prod-history .quantities.next ul {
  margin-left: -150px;
}

@media (max-width: 320px) {
  .page-smartOrders .prod-history .quantities.next ul {
    margin-left: -130px;
  }
}

.page-smartOrders .prod-history .quantities ul {
  height: 100%;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
}

@media (max-width: 360px) {
  .page-smartOrders .prod-history .quantities ul {
    width: 445px;
    float: left;
    transition: margin-left 2s;
    margin-bottom: 0;
  }
}

@media (max-width: 320px) {
  .page-smartOrders .prod-history .quantities ul {
    width: 390px;
  }
}

.page-smartOrders .prod-history .quantities ul li {
  font-size: 12px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  padding: 0 12px;
  width: 16.6666666667%;
}

@media (min-width: 992px) {
  .page-smartOrders .prod-history .quantities ul li {
    border-right: 1px solid #e8e8e8;
    width: auto;
    line-height: 85px;
  }
  .page-smartOrders .prod-history .quantities ul li:first-child {
    border-left: 1px solid #e8e8e8;
  }
}

@media (min-width: 768px) {
  .page-smartOrders .prod-history .quantities ul li {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .page-smartOrders .prod-history .quantities ul li {
    padding: 0;
  }
}

.page-smartOrders .prod-cta {
  padding-left: 10px;
}

@media (min-width: 992px) {
  .page-smartOrders .prod-cta {
    padding-left: 0;
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .page-smartOrders .prod-cta {
    padding-left: 0;
  }
}

.page-smartOrders .prod-cta .select-quantity {
  margin-bottom: 0;
  display: inline-block;
}

@media (min-width: 992px) {
  .page-smartOrders .prod-cta .select-quantity {
    margin-left: -13px !important;
  }
}

@media (min-width: 768px) {
  .page-smartOrders .prod-cta .select-quantity {
    margin-left: 10px;
  }
}

.page-smartOrders .prod-cta .select-quantity li {
  line-height: 40px;
  height: 40px;
}

.page-smartOrders .prod-cta .select-quantity li svg {
  width: 12px;
}

.page-smartOrders .prod-cta .select-list {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  width: 79px;
  margin-left: 3px;
}

@media (max-width: 991px) {
  .page-smartOrders .prod-cta .select-list {
    width: 37%;
  }
}

@media (max-width: 480px) {
  .page-smartOrders .prod-cta .select-list {
    width: 65%;
    float: right;
  }
}

@media (max-width: 359px) {
  .page-smartOrders .prod-cta .select-list {
    width: 60%;
  }
}

.page-smartOrders .prod-cta .select-list .select-dropdown {
  float: none;
}

@media (min-width: 992px) {
  .page-smartOrders .prod-cta .select-list .select-dropdown {
    float: left;
  }
}

.page-smartOrders .prod-cta .select-list .select-btn, .page-smartOrders .prod-cta .select-list .select-single {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
}

.page-smartOrders .prod-cta .select-list .select-btn:after, .page-smartOrders .prod-cta .select-list .select-single:after {
  top: 17px;
  width: 10px;
}

.page-smartOrders .prod-cta .prod-uom {
  display: inline-block;
  width: 50px;
  text-align: left;
  position: relative;
  top: 10px;
  margin-left: 10px;
}

@media (min-width: 990px) {
  .page-smartOrders .prod-cta .prod-uom {
    -ms-flex-item-align: center;
    align-self: center;
    top: 0;
  }
}

.page-smartOrders .prod-cta .btn {
  padding: 3px;
  white-space: normal;
  font-size: 12px;
  line-height: 16px;
  width: 105px;
  display: inline-block;
  height: 40px;
  float: right;
}

@media (min-width: 767px) and (max-width: 991px) {
  .page-smartOrders .prod-cta .btn {
    width: 37.5%;
  }
}

@media (min-width: 680px) and (max-width: 767px) {
  .page-smartOrders .prod-cta .btn {
    width: 44.5%;
  }
}

@media (max-width: 680px) {
  .page-smartOrders .prod-cta .btn {
    width: 40%;
  }
}

@media (max-width: 580px) {
  .page-smartOrders .prod-cta .btn {
    width: 36%;
  }
}

@media (max-width: 480px) {
  .page-smartOrders .prod-cta .btn {
    width: 100%;
    margin-top: 5px;
  }
}

.page-smartOrders .prod-cta .btn.btn-invert {
  line-height: 32px;
}

@media (min-width: 992px) {
  .page-smartOrders .prod-cta .btn.btn-invert {
    line-height: 16px;
  }
}

.page-smartOrders .link-cta {
  position: relative;
}

.page-smartOrders .link-cta:after {
  margin-top: 0;
  top: 6px;
  width: 13px;
  height: 8px;
}

@media (min-width: 768px) {
  .page-smartOrders .link-cta {
    margin-left: 20px;
    float: left;
    top: 10px;
  }
  .page-smartOrders .link-cta:after {
    top: 7px;
  }
}

@media (min-width: 990px) {
  .page-smartOrders .link-cta {
    float: left;
    top: 7px;
  }
  .page-smartOrders .link-cta:after {
    top: 8px;
    width: 10px;
    height: 6px;
  }
}

.page-smartOrders .smart-orders-foot {
  margin-top: 15px;
}

.page-smartOrders .smart-orders-foot p {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-smartOrders .smart-orders-foot p p {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.page-smartOrders .smart-orders-foot .inline {
  margin-bottom: 20px;
  color: #002e5f;
  float: none;
  text-align: center;
  display: block;
  border: none;
  margin-top: 0;
}

@media (min-width: 768px) {
  .page-smartOrders .smart-orders-foot .inline {
    display: inline-block;
    text-align: right;
    float: right;
    margin-bottom: 0;
    border: none;
    margin-top: 10px;
  }
}

.page-smartOrders .smart-orders-foot .inline span {
  font-size: 14px;
  font-weight: normal;
  color: #002f5f;
  padding-right: 8px;
}

.page-smartOrders .smart-orders-foot span {
  color: #f00d2d;
}

.page-smartOrders .smart-orders-foot .btn {
  font-size: 12px;
  padding: 0 15px;
  margin-left: 20px;
  float: right;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .page-smartOrders .smart-orders-foot .btn {
    margin-bottom: 0;
  }
}

.page-deals b, .page-productDetails b, .bd-deals b {
  color: #002f5f;
}

.page-deals h1, .page-productDetails h1, .bd-deals h1 {
  margin-bottom: 10px;
}

.page-deals h1 .selectedDate, .page-productDetails h1 .selectedDate, .bd-deals h1 .selectedDate {
  white-space: nowrap;
  font-weight: normal;
}

.page-deals .toggle-all, .page-productDetails .toggle-all, .bd-deals .toggle-all {
  color: #002f5f;
}

.page-deals .list-filter, .page-productDetails .list-filter, .bd-deals .list-filter {
  display: block;
}

.page-deals .list-filter h2, .page-productDetails .list-filter h2, .bd-deals .list-filter h2 {
  font-size: 14px;
}

.page-deals .list-filter ul li label, .page-productDetails .list-filter ul li label, .bd-deals .list-filter ul li label {
  width: 100%;
  padding-right: 28px;
}

.page-deals .list-filter ul li label .type-label, .page-productDetails .list-filter ul li label .type-label, .bd-deals .list-filter ul li label .type-label {
  position: static;
  font-weight: normal;
  margin-bottom: 0;
}

.page-deals .list-filter ul li label .filter-count, .page-productDetails .list-filter ul li label .filter-count, .bd-deals .list-filter ul li label .filter-count {
  font-weight: normal;
  margin-right: 10px;
}

.page-deals .list-filter .filter-clear, .page-productDetails .list-filter .filter-clear, .bd-deals .list-filter .filter-clear {
  margin-bottom: 0;
}

.page-deals .panel-title, .page-productDetails .panel-title, .bd-deals .panel-title {
  font-size: 16px;
}

@media (min-width: 768px) {
  .page-deals .panel-title, .page-productDetails .panel-title, .bd-deals .panel-title {
    font-size: 14px;
  }
}

.page-deals .deal-items .deal-item-head .deal-head-right .item-uom, .page-productDetails .deal-items .deal-item-head .deal-head-right .item-uom, .bd-deals .deal-items .deal-item-head .deal-head-right .item-uom {
  width: 50px;
}

.deal-items {
  padding-top: 10px;
}

.deal-items > hr.hr-1 {
  margin-bottom: 10px;
}

.deal-items .deal {
  opacity: 1;
}

.deal-items .deal.ng-enter {
  transition: 1s;
  opacity: 0;
}

.deal-items .deal.ng-enter-active {
  opacity: 1;
}

.deal-items .deal > hr.hr-1 {
  margin-bottom: 10px;
  border-top-width: 1px;
}

.deal-items .deal-item-head .deal-head-left {
  position: relative;
  padding-left: 70px;
  float: left;
}

@media (min-width: 768px) {
  .deal-items .deal-item-head .deal-head-left {
    max-width: 500px;
  }
}

.deal-items .deal-item-head .deal-head-left .recommendation-name {
  display: none;
}

.deal-items .deal-item-head .deal-head-left .deal-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 50px;
  padding-right: 15px;
}

.deal-items .deal-item-head .deal-head-left .deal-img img {
  max-height: 100%;
  max-width: 100%;
}

.deal-items .deal-item-head .deal-head-left .deal-title h2 {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 20px;
}

.deal-items .deal-item-head .deal-head-left .deal-title span {
  line-height: 20px;
  font-size: 12px;
}

.deal-items .deal-item-head .deal-head-left .deal-title span.bold {
  display: block;
}

@media (min-width: 768px) {
  .deal-items .deal-item-head .deal-head-left .deal-title span.bold {
    display: inline;
  }
}

@media (min-width: 768px) {
  .deal-items .deal-item-head.single .deal-head-left {
    max-width: 345px;
  }
}

.deal-items .deal-item-head .deal-head-right {
  width: 100%;
  vertical-align: top;
  float: right;
}

@media (min-width: 768px) {
  .deal-items .deal-item-head .deal-head-right {
    display: inline-block;
    width: auto;
  }
}

.deal-items .deal-item-head .deal-head-right .recommendations-cta {
  display: none;
}

.deal-items .deal-item-head .deal-head-right .btn-primary {
  display: inline-block;
}

.deal-items .deal-item-head .deal-head-right .item-qty {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .deal-items .deal-item-head .deal-head-right .item-qty {
    width: auto;
  }
}

.deal-items .deal-item-head .deal-head-right .select-quantity {
  display: inline-block;
  padding-right: 0;
  max-width: 110px;
}

@media (max-width: 420px) {
  .deal-items .deal-item-head .deal-head-right .select-quantity {
    width: 50%;
  }
}

.deal-items .deal-item-head .deal-head-right .select-quantity li {
  height: 40px;
  line-height: 40px;
}

@media (max-width: 420px) {
  .deal-items .deal-item-head .deal-head-right .select-quantity-fixed {
    max-width: 100%;
  }
}

.deal-items .deal-item-head .deal-head-right .item-uom {
  width: 91px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

@media (max-width: 420px) {
  .deal-items .deal-item-head .deal-head-right .item-uom {
    width: 45%;
  }
}

.deal-items .deal-item-head .deal-head-right .item-uom span {
  line-height: 40px;
}

.deal-items .deal-item-head .toggle-body .delete {
  display: none;
}

.deal-items .deal-item-head .labels ul {
  margin-left: 0;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .deal-items .deal-item-head .labels ul {
    margin-left: 60px;
  }
}

.deal-items .deal-item-head .labels ul li {
  padding: 0;
  margin-bottom: 5px;
}

.deal-items .deal-item-head .labels ul li svg {
  width: 18px;
  height: 18px;
  float: right;
  top: 4px;
}

.deal-items .deal-item-head .labels ul li:last-child {
  line-height: 26px;
  display: inline-block;
}

@media (min-width: 768px) {
  .deal-items .deal-item-head .labels ul li:last-child {
    padding-right: 150px;
  }
}

.deal-items .deal-item-head .labels .lc-label,
.deal-items .deal-item-head .labels .na-label,
.deal-items .deal-item-head .labels .oo-label,
.deal-items .deal-item-head .labels .lo-label,
.deal-items .deal-item-head .labels .ai-label {
  color: #fff;
  text-align: left;
  border-radius: 0;
  padding: 0 10px;
  line-height: 26px;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}

@media (min-width: 420px) {
  .deal-items .deal-item-head .labels .lc-label,
  .deal-items .deal-item-head .labels .na-label,
  .deal-items .deal-item-head .labels .oo-label,
  .deal-items .deal-item-head .labels .lo-label,
  .deal-items .deal-item-head .labels .ai-label {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .deal-items .deal-item-head .labels .lc-label,
  .deal-items .deal-item-head .labels .na-label,
  .deal-items .deal-item-head .labels .oo-label,
  .deal-items .deal-item-head .labels .lo-label,
  .deal-items .deal-item-head .labels .ai-label {
    display: inline-block;
  }
}

.deal-items .deal-item-head .labels .lc-label {
  background: #f00d2d;
  width: 132px;
}

.deal-items .deal-item-head .labels .na-label {
  background: #ff5409;
}

.deal-items .deal-item-head .labels .ai-label {
  background: #ff5409;
  width: 132px;
}

.deal-items .deal-item-head .labels .lo-label {
  background: #517eab;
  width: 132px;
}

.deal-items .deal-item-head .labels .oo-label {
  background: #517eab;
  width: 132px;
}

.deal-items .deal-item-head .labels .deal-daterange {
  margin-bottom: 0;
}

.deal-items .deal-item-head .labels .item-toggle {
  color: #002f5f;
  position: absolute;
  right: 15px;
  bottom: 19px;
}

.deal-items .deal-item-head .labels .item-toggle .inline > span.ng-hide {
  display: none;
}

.user-inactive .deal-items .deal-item-body {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .deal-items .deal-item-body {
    margin-bottom: 10px;
  }
}

.deal-items .deal-item-body > div > div + div {
  border-top: 1px solid #d6d6d6;
}

.deal-items .deal-item-body .multi-products {
  margin-bottom: 10px;
}

.deal-items .deal-item-body .free-list-title {
  border-top: 1px solid #d6d6d6;
  padding: 20px 0 10px;
}

@media (min-width: 768px) {
  .deal-items .deal-item-body .base-item {
    padding: 0 15px 0 60px;
    border-top: 1px solid #d6d6d6;
  }
}

.deal-items .deal-item-body .free .item {
  position: relative;
  background: #F2F9FF;
  padding-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 45px;
}

.deal-items .deal-item-body .free .item .deal-img {
  left: 60px;
}

.deal-items .deal-item-body .free .item .item-qty {
  text-align: left;
}

.deal-items .deal-item-body .free .item .item-qty .num-free {
  margin-top: 0;
  margin-left: 0;
}

@media (min-width: 768px) {
  .deal-items .deal-item-body .free .item .item-qty .num-free .num {
    width: 110px;
    display: inline-block;
    text-align: right;
  }
  .deal-items .deal-item-body .free .item .item-qty .num-free span {
    margin-right: 10px;
  }
  .deal-items .deal-item-body .free .item .item-qty .num-free span + span {
    display: inline-block;
    margin-right: 0;
  }
}

.deal-items .deal-item-body .free .item .radio {
  margin-bottom: 0;
  position: absolute;
  left: 20px;
  top: 23px;
}

.deal-items .deal-item-body .free .item .radio label {
  line-height: 0;
}

.deal-items .deal-item-body .free.last {
  border-bottom: 1px solid #d6d6d6;
}

@media (min-width: 768px) {
  .deal-items .deal-item-body .free.last {
    border-bottom: 0 none;
  }
}

.deal-items .deal-item-body .range-title h4 {
  margin-top: 20px;
}

.deal-items .deal-item-body .range-title .inline-deal-remaining {
  display: block;
  padding: 5px 10px;
  text-align: center;
  background-color: #F2F9FF;
  border: 1px solid #002f5f;
  color: #002f5f;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
}

.deal-items .deal-item-body .range-title .inline-deal-remaining.grey {
  background-color: #f8f8f8;
  border: 1px solid #d6d6d6;
  color: #666666;
}

@media (min-width: 768px) {
  .deal-items .deal-item-body .range-title h4 {
    margin-bottom: 20px;
  }
  .deal-items .deal-item-body .range-title .inline-deal-remaining {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
  }
}

@media (min-width: 990px) {
  .deal-items .deal-item-body .range-title h4 {
    margin-top: 20px;
  }
  .deal-items .deal-item-body .range-title .inline-deal-remaining {
    margin-top: 10px;
  }
}

.deal-items .deal-item-body .item {
  padding: 10px 0;
  position: relative;
}

.deal-items .deal-item-body .item + .item {
  border-top: 1px solid #d6d6d6;
}

@media (min-width: 768px) {
  .deal-items .deal-item-body .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.deal-items .deal-item-body .item .deal-img {
  position: absolute;
  left: 15px;
  top: 10px;
  width: 50px;
  height: 50px;
}

.deal-items .deal-item-body .item .deal-img img {
  max-width: 100%;
  max-height: 100%;
}

.deal-items .deal-item-body .item .item-title {
  padding-left: 75px;
}

@media (min-width: 768px) {
  .deal-items .deal-item-body .item .item-title {
    width: 324px;
    padding-right: 10px;
    display: inline-block;
  }
}

.deal-items .deal-item-body .item .item-title h4, .deal-items .deal-item-body .item .item-title .h4 {
  margin-bottom: 0;
}

.deal-items .deal-item-body .item .item-actions {
  padding-left: 75px;
}

@media (min-width: 768px) {
  .deal-items .deal-item-body .item .item-actions {
    padding-left: 0;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .deal-items .deal-item-body .item .item-uom {
    text-align: left;
  }
}

.deal-items .deal-item-body .item .item-qty *::selection {
  background: transparent !important;
}

.deal-items .deal-item-body .item .item-qty .select-quantity {
  display: inline-block;
  float: left;
  margin: 15px 0 0;
}

.deal-items .deal-item-body .item .item-qty .select-quantity li {
  height: 40px;
  line-height: 40px;
}

.deal-items .deal-item-body .item .item-qty .select-quantity + div {
  margin-top: 15px;
  float: left;
  line-height: 45px;
  margin-left: 10px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .deal-items .deal-item-body .item .item-qty .select-quantity + div {
    width: 50px;
  }
}

@media (min-width: 990px) {
  .deal-items .deal-item-body .item .item-qty .select-quantity + div {
    line-height: 37px;
  }
}

@media (min-width: 768px) {
  .deal-items .deal-item-body .item .item-qty {
    text-align: right;
  }
  .deal-items .deal-item-body .item .item-qty .select-quantity {
    margin: 0;
    float: none;
  }
  .deal-items .deal-item-body .item .item-qty .select-quantity + div {
    margin-top: 0;
    float: right;
  }
}

.deal-items .deal-cta + hr {
  margin-bottom: 25px;
}

.deal-items .deal-cta .deal-remaining > div {
  display: block;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  background-color: #F2F9FF;
  border: 1px solid #002f5f;
  color: #002f5f;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.deal-items .deal-cta .deal-remaining > div.grey {
  background-color: #f8f8f8;
  border: 1px solid #d6d6d6;
  color: #666666;
}

@media (min-width: 768px) {
  .deal-items .deal-cta {
    display: table;
  }
  .deal-items .deal-cta .deal-remaining {
    display: table-cell;
    width: 100%;
  }
  .deal-items .deal-cta .deal-remaining > div {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
    margin-bottom: 5px;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
  }
}

.deal-items .deal-atc {
  vertical-align: top;
}

@media (min-width: 768px) {
  .deal-items .deal-atc {
    display: table-cell;
    padding-left: 20px;
  }
}

.deal-items .btn-primary {
  font-size: 12px;
  padding: 0 11px;
  min-width: 115px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .deal-items .btn-primary {
    margin-bottom: 0;
  }
}

.deal-items .deal-item-body {
  overflow: hidden;
}

.deal-items .deal-item-body .addRecommendation {
  margin-top: 0;
}

@media (min-width: 768px) {
  .deal-items .deal-item-body .addRecommendation {
    text-align: right;
  }
}

.deal-items .deal-item-body.ng-hide-remove, .deal-items .deal-item-body.ng-hide-add {
  display: block !important;
}

.deal-items .deal-item-body.ng-hide-remove.ng-hide-remove-active, .deal-items .deal-item-body.ng-hide-add.ng-hide-remove-active {
  animation: 0.5s slideDown ease;
}

.deal-items .deal-item-body.ng-hide-remove.ng-hide-add-active, .deal-items .deal-item-body.ng-hide-add.ng-hide-add-active {
  margin-bottom: 0;
  animation: 0.3s slideUp ease;
}

.deal-items .deal-item-body.ng-hide {
  max-height: 0;
}

@media (max-width: 767px) {
  .deal-items .deal-item-body.ng-hide {
    max-height: initial;
    overflow: visible;
  }
}

.deal-items .more-deals {
  color: #002f5f;
  text-align: right;
}

.deal-items .more-deals:hover {
  cursor: pointer;
}

.deal-items .more-deals svg {
  width: 13px;
  height: 9px;
  fill: blue;
  top: -2px;
  margin-left: 5px;
}

.deal-items .more-deals.open svg {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bd-portal hr.hr-1 {
  margin: 20px 0;
}

.bd-portal.page-specificDeals .deal-cta {
  display: block;
}

.bd-portal .deal-cta > div div {
  display: inline-block;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .select-list {
    margin-bottom: 0;
  }
  .select-list li {
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .page-productDetails .deal-info h3 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-productDetails .deal-item-table {
    margin-right: 15px;
  }
}

.text-deals-uid {
  color: #002f5f;
}

.bd-portal.page-specificDeals .deal-cta {
  display: block;
}

.deal-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

.deal-img img {
  max-height: 100%;
  max-width: 100%;
}

.breadcrumb {
  padding: 20px 0;
  margin-bottom: 0;
  background: transparent;
}

.breadcrumb > li + li:before {
  content: "/";
  padding: 0 10px;
  color: #666666;
  font-size: 12px;
}

@media (max-width: 767px) {
  .breadcrumb > li + li:before {
    content: '<';
    font-size: 14px;
    padding: 0;
  }
}

.breadcrumb > li a {
  color: #666666;
  text-decoration: none;
}

.breadcrumb > li a:hover {
  color: #517eab;
}

.breadcrumb > li.active {
  color: #002f5f;
}

.breadcrumb > li.active a {
  color: inherit;
}

.breadcrumb > li a.last, .breadcrumb > li span.last {
  color: #002f5f;
}

.breadcrumb.inactive {
  position: relative;
}

.breadcrumb.inactive:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  .page-personalAssistanceSearchResult .breadcrumb li:first-child:before {
    content: '<';
    font-size: 14px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .bd-portal.page-customerSearch .container-breadcrumbs {
    padding-bottom: 20px;
  }
  .bd-portal.page-customerSearch .container-breadcrumbs .breadcrumb {
    display: none !important;
  }
}

body {
  color: #666666;
  margin-bottom: -20px;
  font-size: 16px;
}

@media (min-width: 990px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, p, .h1, .h2, .h3, .h4, .h5 {
  margin-top: 0;
}

h1, .h1 {
  font-size: 32px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #002f5f;
  margin-bottom: 20px;
  line-height: 40px;
}

h1.h1-subheader, .h1.h1-subheader {
  line-height: 30px;
  font-weight: normal;
}

.page-productDetails h1.h1-subheader, .page-productDetails .h1.h1-subheader {
  margin-bottom: 40px;
}

h1.h1-alt, .h1.h1-alt {
  color: #d6d6d6;
}

@media (min-width: 768px) {
  h1, .h1 {
    margin-bottom: 40px;
  }
  h1 + p.sub-line, .h1 + p.sub-line {
    margin-top: -20px;
    margin-bottom: 15px;
  }
}

h2, .h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #002f5f;
  margin-bottom: 20px;
}

h2.h2-subheader, .h2.h2-subheader {
  font-weight: normal;
}

h3, .h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #002f5f;
}

h3.h3-subheader, .h3.h3-subheader {
  font-weight: normal;
}

h4, .h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #666666;
}

h4.h4-alt, .h4.h4-alt {
  color: #002f5f;
}

h4.h4-subheader, .h4.h4-subheader {
  font-weight: normal;
}

h5, .h5 {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #666666;
}

.subheader {
  line-height: 30px;
  font-weight: normal;
  font-size: 32px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #002f5f;
}

p {
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 990px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

.small-text {
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 990px) {
  .small-text {
    font-size: 12px;
    line-height: 16px;
  }
}

a {
  color: #666666;
}

a:hover, a:focus {
  text-decoration: none;
  color: #666666;
  outline: none;
  cursor: pointer;
}

a.inline {
  border-bottom: 1px solid currentColor;
  display: inline;
}

a.inline:hover {
  border-color: transparent;
}

a.inline.inline-primary {
  color: #002f5f;
  border-color: transparent;
}

a.inline.inline-disabled {
  color: #d6d6d6;
}

a.link {
  color: #002f5f;
}

a.link:hover, a.link:focus {
  text-decoration: none;
  color: #002f5f;
  outline: none;
}

a.link-cta {
  color: #002f5f;
  text-decoration: none;
  /**SAB-1422 fix iphone problem**/
}

a.link-cta [class*="icon-"] {
  width: 7px;
  height: 10px;
  position: relative;
  left: 8px;
}

a.link-cta:hover, a.link-cta:focus {
  border-bottom: 1px solid #002f5f;
}

a.link-cta:after {
  content: '';
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDUuOTY5Ij4gIDxwYXRoIGQ9Ik05LjgwMCwxLjE2MiBMNS40NTQsNS43NTYgQzUuMTk3LDYuMDI3IDQuNzgwLDYuMDI3IDQuNTIzLDUuNzU2IEwwLjE3OCwxLjE2MiBDLTAuMDgwLDAuODkxIC0wLjA4MCwwLjQ1MCAwLjE3OCwwLjE3OCBDMC40MzUsLTAuMDk0IDAuODUyLC0wLjA5NCAxLjEwOSwwLjE3OCBMNC45ODksNC4yNzkgTDguODY5LDAuMTc4IEM5LjEyNiwtMC4wOTQgOS41NDMsLTAuMDk0IDkuODAwLDAuMTc4IEMxMC4wNTcsMC40NTAgMTAuMDU3LDAuODkxIDkuODAwLDEuMTYyIFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==") no-repeat;
  position: absolute;
  margin-top: 8px;
  margin-left: 3px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (min-width: 990px) {
  a.link-cta:after {
    margin-top: 7px;
  }
}

a.disabled {
  opacity: 0.5;
}

a.disabled:hover {
  cursor: not-allowed;
}

span.inline {
  border-bottom: 1px solid currentColor;
  display: inline;
}

span.inline:hover {
  border-color: transparent;
  cursor: pointer;
}

span.link-cta {
  color: #002f5f;
  text-decoration: none;
  /**SAB-1422 fix iphone problem**/
}

span.link-cta [class*="icon-"] {
  width: 7px;
  height: 10px;
  position: relative;
  left: 8px;
}

span.link-cta[disabled] {
  opacity: 0.5;
}

span.link-cta[disabled]:hover {
  cursor: not-allowed;
  border-bottom: 0 none;
}

span.link-cta:hover, span.link-cta:focus {
  border-bottom: 1px solid #002f5f;
  cursor: pointer;
}

span.link-cta:after {
  content: '';
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDUuOTY5Ij4gIDxwYXRoIGQ9Ik05LjgwMCwxLjE2MiBMNS40NTQsNS43NTYgQzUuMTk3LDYuMDI3IDQuNzgwLDYuMDI3IDQuNTIzLDUuNzU2IEwwLjE3OCwxLjE2MiBDLTAuMDgwLDAuODkxIC0wLjA4MCwwLjQ1MCAwLjE3OCwwLjE3OCBDMC40MzUsLTAuMDk0IDAuODUyLC0wLjA5NCAxLjEwOSwwLjE3OCBMNC45ODksNC4yNzkgTDguODY5LDAuMTc4IEM5LjEyNiwtMC4wOTQgOS41NDMsLTAuMDk0IDkuODAwLDAuMTc4IEMxMC4wNTcsMC40NTAgMTAuMDU3LDAuODkxIDkuODAwLDEuMTYyIFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==") no-repeat;
  position: absolute;
  margin-top: 8px;
  margin-left: 3px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (min-width: 990px) {
  span.link-cta:after {
    margin-top: 7px;
  }
}

span.disabled {
  opacity: 0.5;
}

span.disabled:hover {
  cursor: not-allowed;
}

ul, ol {
  padding-left: 0;
}

ul li, ol li {
  list-style: none;
}

.list-popup li {
  margin-bottom: 10px;
  list-style: initial;
  margin-left: 15px;
}

.footer-note {
  font-size: 12px;
  position: relative;
  padding-left: 15px;
  left: 15px;
}

.footer-note span {
  position: absolute;
  display: inline-block;
  left: 0;
}

.btn {
  color: #fff;
  text-align: center;
  border-radius: 0px;
  outline: 0;
  border: 0 none;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
  padding: 0;
}

.btn:focus, .btn:hover {
  outline: none;
  color: #fff;
}

@media (min-width: 768px) {
  .btn {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: auto;
    padding: 0 30px;
  }
}

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

@media (min-width: 768px) {
  .btn.btn-s {
    padding: 0 15px;
    width: auto;
  }
}

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

.btn.btn-fixed {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 990px) {
  .btn.btn-fixed {
    width: 220px;
  }
}

.btn.btn-primary {
  background-color: #002f5f;
}

@media (min-width: 768px) {
  .btn.btn-primary:hover {
    background-color: #6892BE;
  }
}

@media (min-width: 768px) {
  .btn.btn-primary:active {
    background-color: #6892BE;
  }
}

.btn.btn-primary.disabled, .btn.btn-primary[disabled] {
  background-color: #b6b6b6;
}

.btn.btn-primary.disabled:focus, .btn.btn-primary.disabled:hover, .btn.btn-primary[disabled]:focus, .btn.btn-primary[disabled]:hover {
  background-color: #b6b6b6;
}

.btn.btn-primary.btn-invert {
  background-color: #fff;
  color: #002f5f;
  border: 1px solid #002f5f;
}

@media (min-width: 768px) {
  .btn.btn-primary.btn-invert:hover {
    color: #6892BE;
    border: 1px solid #6892BE;
  }
}

.btn.btn-primary.btn-changeDeliveryDate {
  margin-top: 0;
}

.btn.btn-secondary {
  background-color: #517eab;
}

.btn.btn-secondary[disabled] {
  background-color: #b6b6b6;
}

.btn.btn-secondary[disabled]:hover {
  background-color: #b6b6b6;
}

@media (min-width: 768px) {
  .btn.btn-secondary:hover {
    background-color: #6892BE;
  }
}

@media (min-width: 768px) {
  .btn.btn-secondary:active {
    background-color: #3b608d;
  }
}

.btn.btn-cancel {
  background-color: #b6b6b6;
}

.btn.btn-cancel:hover {
  background-color: #c9c9c8;
}

.btn.btn-cancel:active {
  background-color: #9c9c9b;
}

.btn.btn-create {
  height: 40px;
  font-size: 12px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .btn.btn-pull-top {
    margin-top: -5px;
  }
}

@media (min-width: 990px) {
  .btn.btn-create {
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }
}

.btn-height {
  line-height: 60px;
}

@media (min-width: 768px) {
  .btn-height {
    line-height: 40px;
  }
}

.btn-inline {
  font-size: 14px;
  color: #002f5f;
  display: inline-block;
  background-color: transparent;
  margin: 15px 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .btn-inline {
    margin: 10px 0;
  }
}

.btn-inline:hover, .btn-inline:focus {
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  margin-bottom: 14px;
}

.btn-inline i {
  margin-left: 5px;
}

.btn-inline i svg {
  fill: #002f5f;
  height: 12px;
  width: 12px;
  position: relative;
  top: -1px;
}

.tabs .nav-tabs li {
  width: 50%;
}

.tabs .tab-content .tab-pane {
  padding: 20px 10px;
}

.select-quantity-label {
  height: 40px;
  line-height: 41px;
  font-weight: normal;
  display: block;
}

.select-quantity-label.select-quantity-label-lg {
  height: 47px;
  line-height: 46px;
}

.select-quantity-label.select-quantity-label-sm {
  height: 35px;
  line-height: 37px;
}

@media (min-width: 990px) {
  .select-quantity-label {
    text-align: center;
  }
  .select-quantity-label.select-quantity-lg li {
    height: 47px;
    line-height: 46px;
  }
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  display: block;
  margin: 0;
  background: transparent;
  padding-right: 15px;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover {
  cursor: pointer;
}

.select .arrow {
  background-color: #f8f8f8;
  bottom: 5px;
  position: absolute;
  right: 7px;
  top: 5px;
  width: 12px;
  pointer-events: none;
}

.select .arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  right: 0;
  top: 11px;
  position: absolute;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' viewBox='0 0 10 5.969'%3E%3Cpath d='M9.8 1.162L5.454 5.756c-.257.27-.674.27-.93 0L.177 1.162C-.08.892-.08.45.178.178c.257-.272.674-.272.93 0l3.88 4.1L8.87.18c.258-.272.675-.272.932 0s.257.713 0 .984z' class='cls-1'/%3E%3C/svg%3E") 0 0 no-repeat;
}

@media (min-width: 990px) {
  .select .arrow:after {
    width: 12px;
    height: 8px;
    right: 0;
    top: 9px;
  }
}

[class*="icon-"] {
  display: inline-block;
  background-size: contain;
}

.slds-icon_container[class*=icon-] {
  display: inline;
}

i svg {
  max-width: 100%;
  max-height: 100%;
}

.icon-text-offset {
  margin-right: 10px;
}

.icon-text-offset svg {
  vertical-align: baseline;
}

.icon-text-offset-left {
  margin-left: 10px;
}

.icon-v-center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.icon-inline {
  width: 12px !important;
  height: 12px !important;
  margin-top: 4px !important;
}

.icon-search.icon-search-small {
  color: #666666;
  width: 14px;
  height: 14px;
  margin-top: 5px;
}

.list-filter {
  display: none;
  padding-top: 20px;
}

@media (min-width: 990px) {
  .list-filter {
    display: block;
    padding-top: 0;
  }
}

.list-filter a, .list-filter div {
  text-decoration: none;
}

.list-filter a.moreFacetValues, .list-filter div.moreFacetValues {
  border-bottom: 1px solid transparent;
  display: inline-block;
  line-height: 14px;
  font-size: 12px;
}

.list-filter a.moreFacetValues:hover, .list-filter a.moreFacetValues:focus, .list-filter div.moreFacetValues:hover, .list-filter div.moreFacetValues:focus {
  border-color: #666666;
  cursor: pointer;
}

.list-filter .applied-facets ul {
  margin-bottom: 0;
}

.list-filter .panel-group {
  margin-bottom: 0;
}

.list-filter .panel-group:last-child {
  border-bottom: 2px solid #002f5f;
}

.list-filter .more {
  display: none;
}

.list-filter .facet_block .filter-selected {
  background-color: #f8f8f8;
  border: 1px solid #d6d6d6;
  padding: 10px 0 10px 15px;
  position: relative;
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
  background-size: 8px;
  background-position: 92% 50%;
}

.list-filter .facet_block .filter-selected a {
  position: relative;
  z-index: 2;
}

.list-filter .facet_block .filter-selected:after {
  content: "";
  width: 10px;
  height: 10px;
  right: 10px;
  position: absolute;
  top: 16px;
  z-index: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iOC4wNjIiIHZpZXdCb3g9IjAgMCA4IDguMDYyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMDAyZjVmOwogICAgICAgIGZpbHRlcjogdXJsKCNjb2xvci1vdmVybGF5LTEpOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KCiAgICA8ZmlsdGVyIGlkPSJjb2xvci1vdmVybGF5LTEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxmZUZsb29kIGZsb29kLWNvbG9yPSIjODg4Ii8+CiAgICAgIDxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iU291cmNlR3JhcGhpYyIvPgogICAgICA8ZmVCbGVuZCBpbjI9IlNvdXJjZUdyYXBoaWMiIHJlc3VsdD0ic29saWRGaWxsIi8+CiAgICA8L2ZpbHRlcj4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTcuODQwLDAuOTA5IEw0Ljc3Niw0LjAxNiBMNy44MjAsNy4xMTMgQzguMDI1LDcuMzIyIDguMDI1LDcuNjYxIDcuODIwLDcuODcwIEM3LjYxNSw4LjA3OSA3LjI4Miw4LjA3OSA3LjA3Nyw3Ljg3MCBMMy45ODAsNC43MTggTDAuODg0LDcuODcwIEMwLjY3OSw4LjA3OSAwLjM0Niw4LjA3OSAwLjE0MSw3Ljg3MCBDLTAuMDY1LDcuNjYxIC0wLjA2NSw3LjMyMiAwLjE0MSw3LjExMyBMMy4yMDUsMy45OTUgTDAuMTYxLDAuOTA5IEMtMC4wNDQsMC43MDEgLTAuMDQ0LDAuMzY0IDAuMTYxLDAuMTU2IEMwLjM2NiwtMC4wNTIgMC42OTksLTAuMDUyIDAuOTA0LDAuMTU2IEw0LjAwMSwzLjI5NSBMNy4wOTcsMC4xNTYgQzcuMzAyLC0wLjA1MiA3LjYzNSwtMC4wNTIgNy44NDAsMC4xNTYgQzguMDQ1LDAuMzY0IDguMDQ1LDAuNzAxIDcuODQwLDAuOTA5IFoiIGNsYXNzPSJjbHMtMSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.list-filter .facet_block .filter-selected:last-child {
  margin-bottom: 20px;
}

.list-filter .facet_block li {
  margin-bottom: 15px;
}

.list-filter .facet_block li form {
  margin-bottom: 0;
}

.list-filter .facet_block li form .facet-check {
  z-index: 2;
  margin-left: 0;
  opacity: 0;
  display: block;
}

.list-filter .facet_block li form .facet-check:hover {
  cursor: pointer;
}

.list-filter .facet_block li:last-child {
  margin-bottom: 0;
}

.list-filter .filter-clear {
  background-color: #fff;
  border: 1px solid #002f5f;
  color: #002f5f;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.list-filter .filter-clear:hover {
  cursor: pointer;
}

.list-filter .panel-default {
  box-shadow: none;
}

.list-filter .panel-default .facet_block label {
  width: 100%;
  font-weight: normal;
  padding-right: 30px;
  padding-left: 30px;
}

.list-filter .panel-default .facet_block label:hover {
  cursor: default;
}

.list-filter .panel-default .facet_block label:before {
  top: 3px;
  width: 13px;
  height: 13px;
}

.list-filter .panel-default > .panel-heading {
  background-color: #fff;
  border-top: 2px solid #002f5f;
  position: relative;
  padding: 15px 0 15px 10px;
  color: #002f5f;
  font-weight: bold;
}

.list-filter .panel-default > .panel-heading .panel-title {
  position: relative;
  z-index: 2;
  font-size: inherit;
}

.list-filter .panel-default > .panel-heading a {
  width: 100%;
  display: inline-block;
}

.list-filter .panel-default > .panel-heading a:hover, .list-filter .panel-default > .panel-heading a:focus {
  color: inherit;
}

.list-filter .checkbox input[type=checkbox]:checked + label:before {
  background-size: 13px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiB2aWV3Qm94PSIwIDAgOC44NzUgNi4zNDQiPjxkZWZzPjxzdHlsZT4uY2xzLTEgeyBmaWxsOiAjMDAyZjVmOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH08L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNOC44ODcuN0wzLjIzIDYuMzU1LS4wMTMgMy4xMTNsLjcwNy0uNzA3TDMuMjMgNC45NDJsNC45NS00Ljk1LjcwNy43MDd6IiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=") 50% 50% no-repeat;
}

.list-filter .panel-body {
  padding-left: 10px;
  padding-right: 10px;
}

.list-filter ul {
  padding-left: 0;
}

.list-filter ul li {
  list-style: none;
  position: relative;
}

.list-filter ul li a {
  color: inherit;
  width: 100%;
  height: 100%;
  display: block;
}

.list-filter ul li span {
  position: absolute;
  right: 0;
  top: -1px;
}

.list-filter .list-item .list-item-title {
  height: 80px;
}

.list-filter .list-item .list-item-title h3 {
  margin-bottom: 0;
}

.checkbox,
.radio {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
}

.checkbox label:before,
.radio label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -1px;
}

.checkbox.radio-small, .checkbox.checkbox-small,
.radio.radio-small,
.radio.checkbox-small {
  width: 14px;
  height: 14px;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox label:before {
  border-radius: 0;
  border: 1px solid #d6d6d6;
  background-color: #fff;
}

.checkbox input[type=checkbox]:checked + label:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiB2aWV3Qm94PSIwIDAgOC44NzUgNi4zNDQiPjxkZWZzPjxzdHlsZT4uY2xzLTEgeyBmaWxsOiAjMDAyZjVmOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH08L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNOC44ODcuN0wzLjIzIDYuMzU1LS4wMTMgMy4xMTNsLjcwNy0uNzA3TDMuMjMgNC45NDJsNC45NS00Ljk1LjcwNy43MDd6IiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=") 50% 50% no-repeat;
  background-size: 16px;
}

.checkbox.checkbox-inset {
  padding-left: 55px;
}

.radio input[type=radio] {
  display: none;
}

.radio label:before {
  border-radius: 50%;
  background-color: #ededed;
}

.radio input[type=radio]:checked + label:after {
  content: "";
  text-align: center;
  line-height: 24px;
  background-color: #002f5f;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
}

@media (min-width: 990px) {
  .checkbox label:before,
  .radio label:before {
    width: 20px;
    height: 20px;
  }
  .radioDeal label:before {
    background-color: #ffffff !important;
    border: 1px solid #6893be !important;
  }
  .radio input[type=radio]:checked + label:after {
    width: 10px;
    height: 10px;
    top: 4px;
    left: 5px;
  }
}

.dependant-sub {
  margin: 0 40px;
}

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

.form-group label {
  position: relative;
  font-weight: bold;
  color: #002f5f;
  line-height: 30px;
}

.form-group label .required {
  font-size: 14px;
  display: inline;
  position: absolute;
  top: -1px;
  right: -6px;
}

@media (min-width: 768px) {
  .form-group label .required {
    font-size: 14px;
  }
}

.form-group label span {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.form-group label span.mandatory {
  display: none;
}

.form-group label span.mandatory img {
  vertical-align: top;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="phone"],
.form-group input[type="password"],
.form-group select {
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
}

.form-group input[type=number]::-webkit-inner-spin-button,
.form-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.form-group input[readonly] {
  color: #aeadad;
}

.form-group input[readonly]:hover {
  cursor: not-allowed;
}

.form-group textarea {
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group .form-control {
  border-radius: 0;
  border: 1px solid #d6d6d6;
  background-color: #f8f8f8;
  box-shadow: none;
  font-size: inherit;
  padding: 6px 12px;
}

.form-group .form-control:focus, .form-group .form-control:hover {
  outline: 0 none;
  box-shadow: none;
}

.form-group .message {
  display: none;
  word-wrap: break-word;
  width: 334px;
}

.error {
  color: #f00d2d;
  margin-top: 6px;
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.error a {
  color: #f00d2d;
  border-bottom: 1px solid #f00d2d;
}

.error a:hover, .error a:focus {
  border-bottom: 0 none;
}

.error-input {
  color: #f00d2d;
  border: 1px #f00d2d solid;
}

.tooltip {
  width: 250px;
}

.tooltip .tooltip-inner {
  max-width: 250px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  color: #666666;
  opacity: 1;
  text-align: left;
  padding: 10px;
  border-radius: 0;
}

.tooltip .tooltip-inner .deal-title {
  color: #f00d2d;
  font-weight: bold;
}

.tooltip.in {
  opacity: 1;
}

.tooltip .tooltip-arrow {
  opacity: 0;
}

.tooltip.top {
  margin-top: -10px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: transparent;
  bottom: 6px;
  border-width: 0;
  opacity: 1;
}

.tooltip.top .tooltip-arrow:after, .tooltip.top .tooltip-arrow:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip.top .tooltip-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip.top .tooltip-arrow:before {
  border-color: rgba(214, 214, 214, 0);
  border-top-color: #d6d6d6;
  border-width: 11px;
  margin-left: -11px;
}

.input-tooltip {
  position: relative;
}

.input-tooltip .form-control {
  padding-right: 40px;
}

.input-icon-group {
  position: relative;
  display: block;
}

.input-icon-group .form-control {
  padding-right: 40px;
  text-align: left;
}

.input-icon-group svg,
.input-icon-group button {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 2;
}

.input-icon-group svg.icon-calendar,
.input-icon-group button.icon-calendar {
  width: 17px;
  height: 17px;
  top: 9px;
}

.input-icon-group svg.icon-calendar-primary,
.input-icon-group button.icon-calendar-primary {
  color: #002f5f;
}

.input-icon-group span {
  width: 20px;
  height: 20px;
  right: 8px;
}

.input-icon-group span.info {
  position: absolute;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  background-size: 2px 22px;
  background-position: 50%;
  top: 0;
  right: 0;
  border-radius: 0;
  padding: 0 15px;
  height: 40px;
}

.input-icon-group span.info svg {
  right: 13px;
  top: 10px;
}

@media (min-width: 990px) {
  .input-icon-group span.info {
    height: 35px;
  }
}

.input-icon-group .pstrength-info span {
  position: static;
}

.input-icon-group .pstrength-bar {
  margin-top: 4px !important;
}

.form-input-reset {
  box-shadow: none;
  height: 35px;
}

.datepicker {
  background-color: #fff;
  color: #002f5f;
  padding: 0;
  border-radius: 0;
  box-shadow: 0px 2px 14px -5px #666;
  border: none;
  min-width: 230px;
}

.datepicker .icon-cross {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
}

@media (min-width: 768px) {
  .datepicker .icon-cross {
    display: none;
  }
}

.datepicker .delivery-modes {
  color: #666666;
  background: #e8e8e8;
  padding: 10px;
  display: none;
}

.datepicker .delivery-modes.active {
  display: block;
}

.datepicker .delivery-modes p {
  color: #002f5f;
  margin-bottom: 5px;
}

.datepicker .delivery-modes p.error-msg {
  color: #f00d2d;
  font-size: 14px;
  display: none;
  max-width: 221px;
}

.datepicker .delivery-modes p span {
  cursor: pointer;
  font-weight: bold;
  color: #f00d2d;
  text-decoration: underline;
}

.datepicker .delivery-modes ul {
  margin-bottom: 5px;
}

.datepicker .delivery-modes ul li {
  position: relative;
  margin-bottom: 5px;
  display: none;
}

.datepicker .delivery-modes ul li.active {
  display: block;
}

.datepicker .delivery-modes ul li input[type='radio'] {
  visibility: hidden;
  position: absolute;
}

.datepicker .delivery-modes ul li label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  z-index: 10;
}

.datepicker .delivery-modes ul li input[type='radio']:checked ~ .radio-button:before {
  background-color: #002e5f;
}

.datepicker .delivery-modes ul li .radio-button {
  background: #f3f3f3;
  width: 18px;
  height: 18px;
  display: block;
  border: 1px solid #b7b7b7;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  z-index: 5;
}

.datepicker .delivery-modes ul li .radio-button:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  margin: auto;
  border-radius: 100%;
}

.datepicker .delivery-modes .select-list.customer-carriers {
  margin-left: 10%;
  max-width: 90%;
  display: none;
}

.datepicker .delivery-modes .select-list.customer-carriers.active {
  display: block;
}

.datepicker .delivery-modes .select-list.customer-carriers .single-carrier {
  border-style: solid;
  border-width: thin;
}

.datepicker .delivery-modes .select-list.customer-carriers .select-btn {
  color: #666666;
  padding: 5px 20px 5px 5px;
  border: 2px solid #e2e2e2;
  background-color: #e8e8e8;
  font-size: 13px;
  line-height: 20px;
  max-width: 215px;
  min-height: 30px;
  margin: 0;
}

@media (min-width: 480px) {
  .datepicker .delivery-modes .select-list.customer-carriers .select-btn {
    max-width: 200px;
  }
}

.datepicker .delivery-modes .select-list.customer-carriers .select-btn.active {
  background-color: #fff;
}

.datepicker .delivery-modes .select-list.customer-carriers .select-btn.active:hover, .datepicker .delivery-modes .select-list.customer-carriers .select-btn.active:focus {
  background-color: transparent;
}

.datepicker .delivery-modes .select-list.customer-carriers .select-btn.disabled {
  background-color: #e8e8e8;
}

.datepicker .delivery-modes .select-list.customer-carriers .select-btn:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDUuOTY5Ij4NCiAgPHBhdGggZmlsbD0iIzY2NjY2NiIgZD0iTTkuODAwLDEuMTYyIEw1LjQ1NCw1Ljc1NiBDNS4xOTcsNi4wMjcgNC43ODAsNi4wMjcgNC41MjMsNS43NTYgTDAuMTc4LDEuMTYyIEMtMC4wODAsMC44OTEgLTAuMDgwLDAuNDUwIDAuMTc4LDAuMTc4IEMwLjQzNSwtMC4wOTQgMC44NTIsLTAuMDk0IDEuMTA5LDAuMTc4IEw0Ljk4OSw0LjI3OSBMOC44NjksMC4xNzggQzkuMTI2LC0wLjA5NCA5LjU0MywtMC4wOTQgOS44MDAsMC4xNzggQzEwLjA1NywwLjQ1MCAxMC4wNTcsMC44OTEgOS44MDAsMS4xNjIgWiIgY2xhc3M9ImNscy0xIi8+DQo8L3N2Zz4=") no-repeat;
  _top: 12px;
  right: 5px;
}

.datepicker .delivery-modes .select-list.customer-carriers ul.select-items {
  width: 100%;
  border: none;
  display: none;
  position: absolute;
  max-height: 300px;
  border: 1px solid #e5e5e5;
  padding-left: 0;
}

.datepicker .delivery-modes .select-list.customer-carriers ul.select-items.active {
  border-top: 1px solid #e5e5e5;
}

.datepicker .delivery-modes .select-list.customer-carriers ul.select-items.disabled {
  display: none !important;
}

.datepicker .delivery-modes .select-list.customer-carriers ul.select-items:hover ~ .select-btn, .datepicker .delivery-modes .select-list.customer-carriers ul.select-items:focus ~ .select-btn {
  background-color: transparent;
}

.datepicker .delivery-modes .select-list.customer-carriers ul.select-items li {
  padding: 7px 5px;
  font-size: 13px;
  display: block;
  margin-bottom: 0;
  line-height: 20px;
}

.datepicker .delivery-modes .select-list.customer-carriers ul.select-items li:hover {
  background-color: #F2F9FF;
}

.datepicker p.heading {
  margin: 0;
}

.datepicker table tr td, .datepicker table tr th {
  border-radius: 0;
}

.datepicker .datepicker-days .table-condensed {
  margin: 10px;
  border-spacing: 0 .5em;
  border-collapse: separate;
  border: 1px solid #002f5f;
}

.datepicker .datepicker-days .table-condensed th {
  padding: 0;
}

.datepicker .datepicker-days .table-condensed td.day {
  position: relative;
  height: 24px;
  color: #002f5f;
  font-weight: 500;
}

.datepicker .datepicker-days .table-condensed td.day.new {
  display: none;
}

.datepicker .datepicker-days .table-condensed td.day.old {
  visibility: hidden;
}

.datepicker .datepicker-days .table-condensed td.day.range {
  background: none;
}

.datepicker .datepicker-days .table-condensed td.day p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 3px solid transparent;
  border-radius: 100%;
  height: 28px;
  width: 28px;
  line-height: 22px;
  top: -2px;
}

.datepicker .datepicker-days .table-condensed td.day.active p, .datepicker .datepicker-days .table-condensed td.day:hover p {
  background: #002f5f;
  color: #fff;
}

.datepicker table tr td span.month.active,
.datepicker table tr td span.year.active {
  background-color: #002f5f;
  border-radius: 0;
}

.datepicker th.datepicker-switch, .datepicker th.dow, .datepicker th.next, .datepicker th.prev {
  background-color: #fff;
}

.datepicker table tr td span.month.active, .datepicker table tr td span.year.active {
  background-color: #002f5f;
  border-radius: 0;
}

.datepicker .pack-type {
  display: block;
  padding: 10px 5px;
  margin-top: 7px;
  background: #f3f3f3;
  line-height: 2em;
  text-align: left;
}

.datepicker .pack-type div {
  display: none;
  width: 33.33%;
  font-size: 10px;
}

.datepicker .pack-type div.active {
  display: inline-block;
}

.datepicker .pack-type div span {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  border-radius: 100%;
  border: 1px solid transparent;
}

.datepicker .pack-type div:not(.PUBLIC_HOLIDAY) {
  text-align: left;
  padding-left: 2px;
}

.datepicker .pack-type div.PUBLIC_HOLIDAY {
  width: 100%;
  padding-left: 2px;
  display: none;
}

.datepicker .pack-type div.PUBLIC_HOLIDAY span {
  border: 1px solid #b6b6b6;
}

.datepicker .pack-type div.PACK_KEG span {
  background-color: #7bb6f1;
}

.datepicker .pack-type div.PACK span {
  background-color: #6bc5b7;
}

.datepicker .pack-type div.KEG span {
  background-color: #fea356;
}

.datepicker .pack-type div p {
  font-size: 10px;
  color: #666666;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
}

.billing-range .datepicker td.day.new,
.page-orders .datepicker td.day.new {
  background-color: #fff;
}

.billing-range .form-control:hover,
.page-orders .form-control:hover {
  cursor: pointer;
}

.billing-range .orderdate-start, .billing-range .orderdate-end,
.page-orders .orderdate-start,
.page-orders .orderdate-end {
  color: #666666;
  cursor: pointer;
}

.global-header .datepicker .heading, .mobile-calendar-container .datepicker .heading {
  display: block !important;
  padding: 10px 0;
  text-align: center;
  color: #777777;
  background: #f3f3f3;
}

.page-billing .datepicker .heading, .page-orders .datepicker .heading, .page-smartOrders .datepicker .heading, .page-raisedInvoiceDiscrepancyPage .datepicker .heading {
  display: none;
}

.page-billing .datepicker .footer-message, .page-orders .datepicker .footer-message, .page-smartOrders .datepicker .footer-message, .page-raisedInvoiceDiscrepancyPage .datepicker .footer-message {
  display: none;
}

.page-billing .datepicker .close, .page-orders .datepicker .close, .page-smartOrders .datepicker .close, .page-raisedInvoiceDiscrepancyPage .datepicker .close {
  display: none !important;
}

.page-billing header .datepicker .footer-message, .page-billing .navbar .datepicker .footer-message, .page-orders header .datepicker .footer-message, .page-orders .navbar .datepicker .footer-message, .page-smartOrders header .datepicker .footer-message, .page-smartOrders .navbar .datepicker .footer-message, .page-raisedInvoiceDiscrepancyPage header .datepicker .footer-message, .page-raisedInvoiceDiscrepancyPage .navbar .datepicker .footer-message {
  display: block;
}

.page-orders .input-daterange .input-icon-group {
  width: 47.5%;
  float: left;
}

.page-orders .input-daterange .input-icon-group + .input-icon-group {
  margin-left: 5%;
}

.page-deals .input-daterange {
  position: relative;
}

.billing-filters-well .input-daterange input {
  height: 40px;
}

.billing-filters-well .input-daterange .icon-calendar {
  top: 12px;
}

.input-daterange input:first-child, .input-daterange input:last-child {
  border-radius: 0;
}

.input-calendar-container {
  position: relative;
}

.input-calendar-container .input-calendar-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  max-width: 10px;
  z-index: -1;
}

.input-calendar-container .footer-message {
  display: none;
}

.input-calendar-container .datepicker table tr td {
  padding: 0;
}

.input-calendar {
  background: transparent;
  border-radius: 0;
  border: 1px solid #efefef;
  box-shadow: none;
  font-size: inherit;
  padding: 6px 12px;
  display: block;
  font-size: 12px;
  width: 100%;
  line-height: 34px;
  /* klunge to remove hard coded message in calendar */
}

@media (min-width: 990px) {
  .input-calendar {
    line-height: 20px;
  }
}

.input-calendar .footer-message {
  display: none;
}

.control-group .help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  color: #f00d2d;
  padding-left: 0px;
}

@media (min-width: 990px) {
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="phone"],
  .form-group input[type="password"],
  .form-group select {
    height: 35px;
  }
  .input-tooltip .icon-profile {
    height: 35px;
    width: 35px;
  }
}

.add-on input[type='text'] {
  background-color: #f8f8f8;
  border-color: #d6d6d6;
}

/* Addons that allow buttons to sit inside the inputs */
.add-on .input-group-btn > .btn {
  border-left-width: 0;
  left: 0px;
  background-color: #f8f8f8;
  border: 1px solid #d6d6d6;
  padding: 6px 10px;
  border-left-width: 0;
}

.add-on .input-group-btn > .btn .glyphicon {
  color: #333;
}

.add-on .input-group-btn > .btn:hover .glyphicon {
  color: #000;
}

/* stop the glowing blue shadow */
.add-on .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

.dependant-form-area {
  margin: 20px 30px 30px 40px;
}

label {
  font-weight: normal;
}

label span {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

label span.n-text {
  font-weight: normal;
  display: block;
  margin-bottom: 0;
}

.label-standarized {
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
}

.list-radio {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}

.list-radio li {
  margin-bottom: 20px;
}

.list-checkbox {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}

.list-checkbox li {
  margin-bottom: 20px;
}

.dependant-sub .list-checkbox li {
  margin-bottom: 10px;
}

.list-radio {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}

.list-radio li {
  margin-bottom: 10px;
}

.list-v-standard {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}

.list-v-standard li {
  margin-bottom: 10px;
}

.list-v-standard li:last-child {
  margin-bottom: 0;
}

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

.list-button > li {
  clear: both;
}

@media (min-width: 420px) {
  .list-button > li {
    display: inline-block;
  }
  .list-button > li + li {
    padding-left: 10px;
  }
}

.static-label {
  line-height: 40px;
  margin-top: 1px;
  display: block;
  text-align: right;
}

@media (min-width: 768px) {
  .static-label {
    line-height: 40px;
  }
}

/* Custom Checkbox */
.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  margin: 0;
  /* create a custom checkbox */
  /* Hide the browser's default checkbox */
}

.custom-checkbox span {
  font-weight: inherit;
  margin-bottom: 0;
}

.custom-checkbox .check-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  /* create the indicator (hidden when not checked) */
}

.custom-checkbox .check-mask:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  /* when the checkbox is checked, add a background color */
}

.custom-checkbox input[type="checkbox"]:checked ~ .check-mask {
  background-color: #d6d6d6;
  /* Show the indicator when checked */
}

.custom-checkbox input[type="checkbox"]:checked ~ .check-mask:after {
  display: block;
}

#back-to-top.affix {
  position: fixed;
  right: 10px;
}

#back-to-top.well-sm {
  padding-top: 0;
  border-radius: 0;
  z-index: 100;
}

#back-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ededed;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 10px;
  }
}

#back-to-top a {
  font-size: 12px;
  text-decoration: none;
  color: #666666;
}

#back-to-top a .icon-arrow-up {
  display: block;
  margin-top: 4px;
  left: 12px;
  top: 2px;
  width: 15px;
}

#back-to-top a span {
  padding: 8px;
}

.live-chat-contactus {
  height: 14px;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 8px 15px;
}

.live-chat-contactus-online {
  background-color: #002f5f;
}

.live-chat-contactus-offline {
  background-color: #777777;
}

#live-chat.affix {
  position: fixed;
}

#live-chat.well-sm {
  z-index: 100;
  border: 0 none;
  padding: 0;
}

#live-chat {
  position: fixed;
  top: 60%;
  right: 0%;
}

#live-chat:hover {
  position: fixed;
  top: 60%;
  right: 0%;
  box-shadow: -3px -2px 5px 5px lightgray;
}

.disabled-productPackTypeNotAllowed {
  opacity: 1.0;
}

.disabled-productOutofStock {
  pointer-events: none;
  opacity: 0.6;
}

.page-cartPage .cart-delivery-payment,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment {
  margin-bottom: 40px;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate,
.page-cartPage .cart-delivery-payment .cart-deliverymethod,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate hr,
.page-cartPage .cart-delivery-payment .cart-deliverymethod hr,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate hr,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod hr {
  position: relative;
  top: 20px;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions .radio,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .radio {
  margin-bottom: 20px;
}

@media (min-width: 990px) {
  .page-cartPage .cart-delivery-payment .cart-paymentoptions .radio,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .radio {
    margin-bottom: 0;
  }
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .radio,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .radio {
  margin-top: 30px;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .radio label,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .radio label {
  margin-right: 0;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate form,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate form {
  margin-bottom: 0;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate form input[readonly]:hover,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate form input[readonly]:hover {
  cursor: pointer;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .form-group .icon-calendar,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .form-group .icon-calendar {
  position: absolute;
  left: 0;
  color: #002f5f;
  top: 10px;
  float: left;
  z-index: 1;
}

@media (min-width: 990px) {
  .page-cartPage .cart-delivery-payment .cart-deliverydate .form-group .icon-calendar,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .form-group .icon-calendar {
    top: 6px;
  }
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .form-group .icon-calendar svg,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .form-group .icon-calendar svg {
  max-width: 100%;
  fill: #002f5f;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .form-group .form-control,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .form-group .form-control {
  position: relative;
  z-index: 5;
  background: transparent;
  color: #002f5f;
  border: 0 none;
  width: 250px;
  font-weight: bold;
  float: left;
  font-size: 16px;
  padding-left: 30px;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .icon-calendar,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .icon-calendar {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  top: 3px;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .date,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .date {
  margin-bottom: 30px;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .availability-day,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .availability-day {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #002e5f;
  padding: 5px 10px;
  margin-top: 15px;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .availability-day.KEG,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .availability-day.KEG {
  background-color: #addcff;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .availability-day.PACK,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .availability-day.PACK {
  background-color: #ffcc00;
}

.page-cartPage .cart-delivery-payment .cart-deliverydate .availability-day.PACK_KEG,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .availability-day.PACK_KEG {
  display: none;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod,
.page-cartPage .cart-delivery-payment .cart-paymentoptions,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions {
  padding-top: 20px;
}

@media (min-width: 990px) {
  .page-cartPage .cart-delivery-payment .cart-deliverymethod,
  .page-cartPage .cart-delivery-payment .cart-paymentoptions,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions {
    padding-top: 0;
  }
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-heading,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-heading,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-heading,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-heading {
  padding: 0 0 10px;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-heading label,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-heading label,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-heading label,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-heading label {
  font-weight: bold;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-heading:after,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-heading:after,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-heading:after,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-heading:after {
  display: none;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-default,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-default,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-default,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-default {
  border-bottom: 0 none;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .delivery-instructions,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .delivery-instructions,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .delivery-instructions,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .delivery-instructions {
  display: none;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-body,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-body,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-body,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-body {
  padding-left: 40px;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-body .select-list,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-body .select-list,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-body .select-list,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-body .select-list {
  margin-bottom: 10px;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-body span.inline,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-body span.inline,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-body span.inline,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-body span.inline {
  border-bottom: 1px solid #666666;
}

.page-cartPage .cart-delivery-payment .cart-deliverymethod .panel-body span.inline:hover,
.page-cartPage .cart-delivery-payment .cart-paymentoptions .panel-body span.inline:hover,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .panel-body span.inline:hover,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .panel-body span.inline:hover {
  border-bottom: 0 none;
  cursor: pointer;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions h2 + .form-group label,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions h2 + .form-group label {
  font-weight: normal;
  color: #666666;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions .card-carddetails,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .card-carddetails {
  display: none;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions .card-carddetails form,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions .card-carddetails form {
  margin-bottom: 0;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions span + ul,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-paymentoptions span + ul {
  margin-bottom: 20px;
}

.page-cartPage .cart-links,
.page-multiStepCheckoutSummaryPage .cart-links {
  margin-bottom: 10px;
}

.page-cartPage .cart-links .list-inline li,
.page-multiStepCheckoutSummaryPage .cart-links .list-inline li {
  margin-bottom: 10px;
}

.page-cartPage .cart,
.page-multiStepCheckoutSummaryPage .cart {
  margin-top: 10px;
}

.page-cartPage .cart-headers,
.page-multiStepCheckoutSummaryPage .cart-headers {
  background-color: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-cartPage .cart-headers .cart-mob-row-2 > div,
.page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div {
  float: left;
  font-weight: normal;
}

.page-cartPage .cart-headers .cart-mob-row-2 > div:nth-child(1),
.page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div:nth-child(1) {
  width: 33.33%;
}

.page-cartPage .cart-headers .cart-mob-row-2 > div:nth-child(2),
.page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div:nth-child(2) {
  width: 33.33%;
}

.page-cartPage .cart-headers .cart-mob-row-2 > div:nth-child(3),
.page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div:nth-child(3) {
  width: 33.33%;
}

@media (min-width: 990px) {
  .page-cartPage .cart-headers .cart-mob-row-1,
  .page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-1 {
    padding-right: 5px;
  }
  .page-cartPage .cart-headers .cart-mob-row-2,
  .page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 {
    padding-left: 5px;
    text-align: right;
  }
  .page-cartPage .cart-headers .cart-mob-row-2 > div:nth-child(1),
  .page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div:nth-child(1) {
    width: 40%;
  }
  .page-cartPage .cart-headers .cart-mob-row-2 > div:nth-child(2),
  .page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div:nth-child(2) {
    width: 30%;
  }
  .page-cartPage .cart-headers .cart-mob-row-2 > div:nth-child(3),
  .page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-2 > div:nth-child(3) {
    width: 30%;
  }
  .page-cartPage .cart-headers .cart-mob-row-3,
  .page-multiStepCheckoutSummaryPage .cart-headers .cart-mob-row-3 {
    padding-left: 5px;
  }
}

.page-cartPage .deal-index,
.page-multiStepCheckoutSummaryPage .deal-index {
  position: relative;
  top: -2px;
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #002f5f;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .page-cartPage .deal-index,
  .page-multiStepCheckoutSummaryPage .deal-index {
    top: -1px;
  }
}

.page-cartPage .cart-body,
.page-multiStepCheckoutSummaryPage .cart-body {
  margin: 10px 0 20px;
}

.page-cartPage .cart-body .cartRow,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow {
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0;
}

@media (max-width: 989px) {
  .page-cartPage .cart-body .cartRow > div,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow > div {
    padding: 0;
  }
}

.page-cartPage .cart-body .cartRow .notallowed-notification,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .notallowed-notification {
  color: #f00d2d;
  font-weight: normal;
  margin-bottom: 10px;
}

.page-cartPage .cart-body .cartRow .notallowed-notification span,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .notallowed-notification span {
  color: #666666;
  font-weight: normal;
}

.page-cartPage .cart-body .cartRow .cart-mob-row-2 > div,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div {
  float: left;
  font-weight: normal;
}

.page-cartPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(1),
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(1) {
  width: 33.33%;
}

.page-cartPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(2),
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(2) {
  width: 33.33%;
  text-align: center;
}

.page-cartPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(3),
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(3) {
  width: 33.33%;
  text-align: right;
}

@media (min-width: 990px) {
  .page-cartPage .cart-body .cartRow .cart-mob-row-1,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-1 {
    padding-right: 5px;
  }
  .page-cartPage .cart-body .cartRow .cart-mob-row-2,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 {
    padding-left: 5px;
    text-align: right;
  }
  .page-cartPage .cart-body .cartRow .cart-mob-row-2 > div,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div {
    font-weight: bold;
  }
  .page-cartPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(1),
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(1) {
    width: 40%;
  }
  .page-cartPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(2),
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(2) {
    width: 25%;
    text-align: right;
  }
  .page-cartPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(3),
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-2 > div:nth-child(3) {
    width: 30%;
  }
  .page-cartPage .cart-body .cartRow .cart-mob-row-3,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .cart-mob-row-3 {
    padding-left: 5px;
  }
}

.page-cartPage .cart-body .cartRow h4,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow h4 {
  margin-top: 0;
}

.page-cartPage .cart-body .cartRow .see-deal-link .hide-deal,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .see-deal-link .hide-deal {
  display: none;
}

.page-cartPage .cart-body .cartRow .see-deal-link .view-deal,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .see-deal-link .view-deal {
  display: inline-block;
}

.page-cartPage .cart-body .cartRow .see-deal-link.open .hide-deal,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .see-deal-link.open .hide-deal {
  display: inline-block;
}

.page-cartPage .cart-body .cartRow .see-deal-link.open .view-deal,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .see-deal-link.open .view-deal {
  display: none;
}

.page-cartPage .cart-body .cartRow .deal-title,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .deal-title {
  display: none;
  padding-top: 10px;
}

@media (min-width: 990px) {
  .page-cartPage .cart-body .cartRow .deal-title,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .deal-title {
    display: block;
  }
}

.page-cartPage .cart-body .cartRow form,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow form {
  margin-bottom: 10px;
}

.page-cartPage .cart-body .cartRow form .select-quantity + span,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow form .select-quantity + span {
  height: auto;
  font-size: inherit;
}

@media (min-width: 990px) {
  .page-cartPage .cart-body .cartRow form,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow form {
    margin-bottom: 0;
  }
}

.page-cartPage .cart-body .cartRow .error,
.page-multiStepCheckoutSummaryPage .cart-body .cartRow .error {
  color: #f00d2d;
}

@media (min-width: 990px) {
  .page-cartPage .cart-body .cartRow .error,
  .page-multiStepCheckoutSummaryPage .cart-body .cartRow .error {
    margin-left: 10.3%;
  }
}

.page-cartPage .cart-body .cart-img img,
.page-multiStepCheckoutSummaryPage .cart-body .cart-img img {
  max-height: 100%;
  max-width: 100%;
}

.page-cartPage .cart-body .cart-name a,
.page-multiStepCheckoutSummaryPage .cart-body .cart-name a {
  text-decoration: none;
  color: #666666;
}

.page-cartPage .cart-body .cart-name .potentialPromotions li,
.page-multiStepCheckoutSummaryPage .cart-body .cart-name .potentialPromotions li {
  font-weight: bold;
}

.page-cartPage .cart-body .cart-qty ul,
.page-multiStepCheckoutSummaryPage .cart-body .cart-qty ul {
  margin-bottom: 5px;
}

.page-cartPage .cart-body .cart-qty ul + span,
.page-multiStepCheckoutSummaryPage .cart-body .cart-qty ul + span {
  line-height: 15px;
}

.page-cartPage .cart-body .cart-qty .free,
.page-multiStepCheckoutSummaryPage .cart-body .cart-qty .free {
  margin-top: 10px;
}

.page-cartPage .cart-body .cart-pack span,
.page-multiStepCheckoutSummaryPage .cart-body .cart-pack span {
  display: inline-block;
  margin-top: 5px;
}

.page-cartPage .cart-body .cart-itemPrice div,
.page-multiStepCheckoutSummaryPage .cart-body .cart-itemPrice div {
  margin-bottom: 0;
}

.page-cartPage .cart-body .cart-total,
.page-multiStepCheckoutSummaryPage .cart-body .cart-total {
  text-align: left;
  font-weight: bold;
}

.page-cartPage .cart-body .cart-total .h3_price,
.page-multiStepCheckoutSummaryPage .cart-body .cart-total .h3_price {
  font-weight: normal;
}

@media (min-width: 990px) {
  .page-cartPage .cart-body .cart-name,
  .page-multiStepCheckoutSummaryPage .cart-body .cart-name {
    padding-left: 10px;
  }
  .page-cartPage .cart-body .cart-total,
  .page-multiStepCheckoutSummaryPage .cart-body .cart-total {
    text-align: right;
  }
  .page-cartPage .cart-body .cart-qty,
  .page-multiStepCheckoutSummaryPage .cart-body .cart-qty {
    text-align: center;
  }
}

.page-cartPage .cart-promocode,
.page-multiStepCheckoutSummaryPage .cart-promocode {
  margin-bottom: 20px;
}

.page-cartPage .cart-promocode label,
.page-multiStepCheckoutSummaryPage .cart-promocode label {
  margin-top: 5px;
}

.page-cartPage .cart-promocode + .row,
.page-multiStepCheckoutSummaryPage .cart-promocode + .row {
  margin-bottom: 10px;
}

.page-cartPage .cart-promocode button,
.page-multiStepCheckoutSummaryPage .cart-promocode button {
  background-color: #002f5f;
  -webkit-appearance: none;
  border: 0 none;
  padding: 0;
  top: 0;
  right: 15px;
  height: 40px;
  width: 40px;
}

.page-cartPage .cart-promocode button .icon-arrow-right svg,
.page-multiStepCheckoutSummaryPage .cart-promocode button .icon-arrow-right svg {
  width: 30%;
  fill: #fff;
}

@media (min-width: 990px) {
  .page-cartPage .cart-promocode button,
  .page-multiStepCheckoutSummaryPage .cart-promocode button {
    height: 35px;
    width: 35px;
  }
}

.page-cartPage .cart-totals-inner,
.page-multiStepCheckoutSummaryPage .cart-totals-inner {
  background-color: #f8f8f8;
  padding: 20px;
}

.page-cartPage .cart-totals-inner .row,
.page-multiStepCheckoutSummaryPage .cart-totals-inner .row {
  margin-bottom: 5px;
}

.page-cartPage .cart-totals-inner .row:last-child,
.page-multiStepCheckoutSummaryPage .cart-totals-inner .row:last-child {
  margin-bottom: 0;
}

.page-cartPage .cart-totals-inner .row .col-xs-4,
.page-multiStepCheckoutSummaryPage .cart-totals-inner .row .col-xs-4 {
  text-align: right;
}

.page-cartPage .cart-totals-inner .total,
.page-multiStepCheckoutSummaryPage .cart-totals-inner .total {
  font-weight: bold;
  color: #002f5f;
}

.page-cartPage .cart-totals-inner .savings,
.page-multiStepCheckoutSummaryPage .cart-totals-inner .savings {
  font-weight: bold;
  color: #f00d2d;
}

.page-cartPage .deals-listing .well,
.page-multiStepCheckoutSummaryPage .deals-listing .well {
  padding: 20px 0;
  background: transparent;
  border-top: 1px solid #d6d6d6;
  margin-bottom: 0;
}

.page-cartPage .deals-listing h4,
.page-multiStepCheckoutSummaryPage .deals-listing h4 {
  margin-bottom: 20px;
}

.page-cartPage .deals-listing .title,
.page-multiStepCheckoutSummaryPage .deals-listing .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #002f5f;
  font-weight: normal;
  margin-bottom: 20px;
}

.page-cartPage .deals-listing .title span,
.page-multiStepCheckoutSummaryPage .deals-listing .title span {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.page-cartPage .deals-listing .title span.deal-index,
.page-multiStepCheckoutSummaryPage .deals-listing .title span.deal-index {
  top: 0;
}

.page-cartPage .deals-listing .title span.deal-desc,
.page-multiStepCheckoutSummaryPage .deals-listing .title span.deal-desc {
  padding-left: 3px;
}

.page-cartPage .cart-summary-info ul,
.page-multiStepCheckoutSummaryPage .cart-summary-info ul {
  margin-bottom: 10px;
}

.page-cartPage .cart-summary-info ul li,
.page-multiStepCheckoutSummaryPage .cart-summary-info ul li {
  padding-right: 0;
}

.page-cartPage .cart-totals a,
.page-multiStepCheckoutSummaryPage .cart-totals a {
  display: inline-block;
  margin-bottom: 20px;
}

.page-cartPage .cart-totals a + a,
.page-multiStepCheckoutSummaryPage .cart-totals a + a {
  margin-left: 30px;
}

.page-cartPage .cart-totals .btn,
.page-multiStepCheckoutSummaryPage .cart-totals .btn {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-cartPage .cart-totals a,
  .page-multiStepCheckoutSummaryPage .cart-totals a {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .page-cartPage .cart-totals.cart-buttons-bottom,
  .page-multiStepCheckoutSummaryPage .cart-totals.cart-buttons-bottom {
    padding: 0;
  }
}

.page-cartPage .change-Address-Popup,
.page-multiStepCheckoutSummaryPage .change-Address-Popup {
  width: 95%;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
  padding: 30px;
}

.page-cartPage .change-Address-Popup .col-md-6,
.page-multiStepCheckoutSummaryPage .change-Address-Popup .col-md-6 {
  padding: 10px 20px;
}

.page-cartPage .change-Address-Popup hr,
.page-multiStepCheckoutSummaryPage .change-Address-Popup hr {
  margin-bottom: 30px;
}

.page-cartPage .change-Address-Popup .well,
.page-multiStepCheckoutSummaryPage .change-Address-Popup .well {
  margin-top: 20px;
}

.page-cartPage .lose-deal-popup,
.page-multiStepCheckoutSummaryPage .lose-deal-popup {
  width: 95%;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
}

.page-cartPage .lose-deal-popup ul,
.page-multiStepCheckoutSummaryPage .lose-deal-popup ul {
  margin-bottom: 20px;
}

.page-cartPage .lose-deal-popup .btn,
.page-multiStepCheckoutSummaryPage .lose-deal-popup .btn {
  margin-bottom: 20px;
}

.page-cartPage .lose-deal-popup div.title,
.page-multiStepCheckoutSummaryPage .lose-deal-popup div.title {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-cartPage .lose-deal-popup,
  .page-multiStepCheckoutSummaryPage .lose-deal-popup {
    width: 500px;
  }
  .page-cartPage .lose-deal-popup .btn,
  .page-multiStepCheckoutSummaryPage .lose-deal-popup .btn {
    float: right;
    margin-bottom: 0;
  }
  .page-cartPage .lose-deal-popup .inline,
  .page-multiStepCheckoutSummaryPage .lose-deal-popup .inline {
    float: left;
    margin-top: 17px;
  }
}

.page-cartPage .setdefault-popup,
.page-multiStepCheckoutSummaryPage .setdefault-popup {
  width: 95%;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #fff;
}

.page-cartPage .setdefault-popup .btn,
.page-multiStepCheckoutSummaryPage .setdefault-popup .btn {
  float: right;
}

.page-cartPage .setdefault-popup .mfp-close,
.page-multiStepCheckoutSummaryPage .setdefault-popup .mfp-close {
  display: none;
}

.page-cartPage .setdefault-popup h3,
.page-multiStepCheckoutSummaryPage .setdefault-popup h3 {
  line-height: 12px;
}

.page-cartPage .choose-free-Popup,
.page-multiStepCheckoutSummaryPage .choose-free-Popup {
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}

.page-cartPage .choose-free-Popup .radio label,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .radio label {
  margin-right: 0;
}

.page-cartPage .choose-free-Popup .radio label:before,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .radio label:before {
  top: 16px;
}

.page-cartPage .choose-free-Popup .radio input[type=radio]:checked + label:after,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .radio input[type=radio]:checked + label:after {
  top: 22px;
}

.page-cartPage .choose-free-Popup .item-image,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .item-image {
  width: 70px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}

.page-cartPage .choose-free-Popup .item-info,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .item-info {
  display: inline-block;
  position: relative;
}

.page-cartPage .choose-free-Popup .item-info h4,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .item-info h4 {
  margin-bottom: 0;
}

.page-cartPage .choose-free-Popup .item-bonus,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .item-bonus {
  position: relative;
  top: 16px;
  font-size: 14px;
  text-align: right;
}

.page-cartPage .choose-free-Popup .btn-primary,
.page-multiStepCheckoutSummaryPage .choose-free-Popup .btn-primary {
  margin-top: 10px;
}

.page-cartPage .clear-cart-popup,
.page-multiStepCheckoutSummaryPage .clear-cart-popup {
  width: 95%;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
}

.page-cartPage .clear-cart-popup .btn,
.page-multiStepCheckoutSummaryPage .clear-cart-popup .btn {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-cartPage .clear-cart-popup,
  .page-multiStepCheckoutSummaryPage .clear-cart-popup {
    width: 350px;
  }
  .page-cartPage .clear-cart-popup .btn,
  .page-multiStepCheckoutSummaryPage .clear-cart-popup .btn {
    float: right;
    margin-bottom: 0;
  }
  .page-cartPage .clear-cart-popup .inline,
  .page-multiStepCheckoutSummaryPage .clear-cart-popup .inline {
    float: left;
    margin-top: 17px;
  }
}

.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .col-xs-12,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .col-xs-12 {
  opacity: 0.5;
}

.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .col-xs-12:before,
.page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod .col-xs-12:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.page-multiStepCheckoutSummaryPage .global-header-list .delivery-header span, .page-multiStepCheckoutSummaryPage .mobile-head-list .delivery-header span {
  margin-right: 0;
}

.page-multiStepCheckoutSummaryPage .checkout-promo h4, .page-multiStepCheckoutSummaryPage .checkout-promo p {
  color: #002f5f;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions > div > div:first-child {
  display: none;
  opacity: 0.5;
}

@media (min-width: 990px) {
  .page-cartPage .cart-delivery-payment .cart-paymentoptions > div > div:first-child {
    display: block;
  }
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions > div > div:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions .margin-top-30 {
  margin-top: 0;
}

@media (min-width: 990px) {
  .page-cartPage .cart-delivery-payment .cart-paymentoptions .margin-top-30 {
    margin-top: 30px;
  }
}

.page-cartPage .cart-delivery-payment .cart-paymentoptions .confirm-order {
  display: none;
}

.page-cartPage .deal-notification {
  background-color: #f8f8f8;
  padding: 15px;
  margin-bottom: 20px;
}

.page-cartPage .deal-notification .deal-title {
  color: #002f5f;
  font-weight: bold;
}

.page-cartPage .deal-notification-bad {
  background-color: #FFDEE0;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #d6d6d6;
}

.page-cartPage .deal-notification-bad .deal-title {
  color: #f00d2d;
  font-weight: bold;
}

.page-cartPage .cart-notify {
  background-color: #F2F9FF;
  padding: 20px 15px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.page-cartPage .cart-notify .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #002f5f;
  top: 20px;
}

.page-cartPage .cart-notify .icon svg {
  color: #F2F9FF;
  width: 10px;
  height: 15px;
}

.page-cartPage .cart-notify .info {
  float: left;
  color: #002f5f;
  font-weight: bold;
  padding-left: 45px;
  margin-bottom: 20px;
}

.page-cartPage .cart-notify .btn {
  display: inline-block;
}

@media (min-width: 768px) {
  .page-cartPage .cart-notify {
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .page-cartPage .cart-notify .icon {
    top: 15px;
  }
  .page-cartPage .cart-notify .info {
    margin-bottom: 0;
    width: 65%;
    line-height: 20px;
  }
  .page-cartPage .cart-notify a {
    float: right;
  }
}

@media (min-width: 990px) {
  .page-cartPage .cart-notify .info {
    width: 80%;
  }
  .page-cartPage .cart-notify .info.short {
    width: 75%;
  }
  .page-cartPage .cart-notify .info.single {
    line-height: 40px;
  }
}

.page-cartPage .partially-qualified-Popup {
  width: 95%;
  margin: 40px auto;
  padding: 40px 30px;
  background-color: #fff;
}

.page-cartPage .partially-qualified-Popup *::selection {
  background: transparent !important;
}

.page-cartPage .partially-qualified-Popup .listing {
  padding-left: 55px;
  margin-bottom: 0;
}

.page-cartPage .partially-qualified-Popup .listing h3 {
  margin: 10px 0 25px;
}

.page-cartPage .partially-qualified-Popup .listing h4 {
  margin-bottom: 0;
  line-height: 17px;
}

.page-cartPage .partially-qualified-Popup .listing h4.h4-subheader {
  margin-bottom: 10px;
}

.page-cartPage .partially-qualified-Popup .listing .base-rows {
  margin-bottom: 10px;
}

.page-cartPage .partially-qualified-Popup label {
  color: #002f5f;
}

.page-cartPage .partially-qualified-Popup label:before {
  top: 9px;
}

.page-cartPage .partially-qualified-Popup .list-radio {
  padding-left: 15px;
}

.page-cartPage .partially-qualified-Popup .radio input[type=radio]:checked + label:after {
  top: 14px;
}

.page-cartPage .partially-qualified-Popup .btn {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-cartPage .partially-qualified-Popup {
    margin-bottom: 0;
  }
  .page-cartPage .partially-qualified-Popup .listing .base-rows .h4-subheader {
    margin-bottom: 0;
  }
}

.page-cartPage .deals-conflict-popup {
  width: 95%;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #fff;
}

.page-cartPage .deals-conflict-popup .deal-title {
  color: #002f5f;
  font-size: 16px;
}

.page-cartPage .deals-conflict-popup .radio label:before, .page-cartPage .deals-conflict-popup .radio label:after {
  top: 50%;
  margin-top: -15px;
}

.page-cartPage .deals-conflict-popup .radio input[type=radio]:checked + label:after {
  top: 50%;
  margin-top: -10px;
}

.cart-paymentoptions h2 + .form-group {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.cart-paymentoptions .radio label:last-child {
  margin-top: 20px;
}

.cart-paymentoptions .card-carddetailsOnlca {
  margin-bottom: 40px;
}

@media (min-width: 990px) {
  .cart-paymentoptions .card-carddetailsOnlca {
    /*padding-left: $spacing-large;*/
  }
}

.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .expiry {
  width: 60%;
  float: left;
  margin-right: 5%;
}

.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .expiry span.slash-sign {
  font-size: 20px;
  width: 10%;
  text-align: center;
  margin-top: 11px;
}

.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .expiry .select-btn {
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
}

.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .expiry .select-btn:after {
  top: 17px;
}

@media (min-width: 990px) {
  .cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .expiry .select-btn {
    height: 35px;
    line-height: 35px;
  }
  .cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .expiry .select-btn:after {
    top: 13px;
  }
}

.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .security {
  width: 35%;
  float: left;
}

.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .day,
.cart-paymentoptions .card-carddetailsOnlca .expiry-security.form-group .month {
  width: 45%;
  position: relative;
}

.cart-paymentoptions .card-carddetails {
  margin-bottom: 40px;
}

@media (min-width: 990px) {
  .cart-paymentoptions .card-carddetails {
    padding-left: 40px;
  }
}

.cart-paymentoptions .card-carddetails .expiry-security.form-group .expiry {
  width: 60%;
  float: left;
  margin-right: 5%;
}

.cart-paymentoptions .card-carddetails .expiry-security.form-group .expiry span.slash-sign {
  font-size: 20px;
  width: 10%;
  text-align: center;
  margin-top: 11px;
}

.cart-paymentoptions .card-carddetails .expiry-security.form-group .expiry .select-btn {
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
}

.cart-paymentoptions .card-carddetails .expiry-security.form-group .expiry .select-btn:after {
  top: 17px;
}

@media (min-width: 990px) {
  .cart-paymentoptions .card-carddetails .expiry-security.form-group .expiry .select-btn {
    height: 35px;
    line-height: 35px;
  }
  .cart-paymentoptions .card-carddetails .expiry-security.form-group .expiry .select-btn:after {
    top: 13px;
  }
}

.cart-paymentoptions .card-carddetails .expiry-security.form-group .security {
  width: 35%;
  float: left;
}

.cart-paymentoptions .card-carddetails .expiry-security.form-group .day,
.cart-paymentoptions .card-carddetails .expiry-security.form-group .month {
  width: 45%;
  position: relative;
}

.cart-paymentoptions .form-control.error-input::-webkit-input-placeholder {
  color: #f00d2d;
}

.cart-paymentoptions .form-control.error-input:-ms-input-placeholder {
  color: #f00d2d;
}

.cart-paymentoptions .form-control.error-input:-moz-placeholder {
  color: #f00d2d;
}

span.cc-validation-check {
  position: absolute;
}

select.cc-expiry-form {
  height: 40px;
}

@media (min-width: 990px) {
  select.cc-expiry-form {
    height: 35px;
  }
}

.cart-recalculate {
  display: none;
}

.h3_price {
  font-size: 12px;
}

@media (min-width: 768px) {
  .page-cartPage .choose-free-Popup {
    width: 500px;
    padding: 20px 30px;
  }
  .page-cartPage .choose-free-Popup .radio label:before {
    top: 25px;
  }
  .page-cartPage .choose-free-Popup .radio input[type=radio]:checked + label:after {
    top: 30px;
  }
  .page-cartPage .choose-free-Popup .item-bonus {
    top: 25px;
  }
  .page-cartPage .choose-free-Popup .item-info {
    max-width: 185px;
  }
  .page-cartPage .choose-free-Popup .btn-primary {
    margin-top: 30px;
  }
  .page-cartPage .choose-free-Popup hr {
    display: none;
  }
  .page-cartPage .deals-conflict-popup {
    width: 500px;
    padding: 20px 30px;
  }
  .page-cartPage .deals-conflict-popup .deal-title {
    font-size: 14px;
  }
  .page-cartPage .partially-qualified-Popup {
    width: 500px;
  }
}

@media (min-width: 990px) {
  .page-cartPage .cart-delivery-payment,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment,
  .order-detail .cart-delivery-payment {
    display: -ms-flexbox;
    display: flex;
  }
  .page-cartPage .cart-delivery-payment .cart-deliverydate,
  .page-cartPage .cart-delivery-payment .cart-deliverymethod,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverymethod,
  .order-detail .cart-delivery-payment .cart-deliverydate,
  .order-detail .cart-delivery-payment .cart-deliverymethod {
    border-right: 1px solid #d6d6d6;
    border-bottom: 0 none;
    margin-bottom: 0;
  }
  .page-cartPage .cart-delivery-payment .cart-deliverydate .input-icon-group svg,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .cart-deliverydate .input-icon-group svg,
  .order-detail .cart-delivery-payment .cart-deliverydate .input-icon-group svg {
    right: 8px;
    top: 6px;
  }
  .page-cartPage .cart-delivery-payment > .col-md-4 .btn,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment > .col-md-4 .btn,
  .order-detail .cart-delivery-payment > .col-md-4 .btn {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: auto;
  }
  .page-cartPage .cart-delivery-payment > div,
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment > div,
  .order-detail .cart-delivery-payment > div {
    -ms-flex: 1;
    flex: 1;
  }
  .page-cartPage .cart-links,
  .page-multiStepCheckoutSummaryPage .cart-links,
  .order-detail .cart-links {
    text-align: right;
  }
  .page-cartPage .cart-totals,
  .page-multiStepCheckoutSummaryPage .cart-totals,
  .order-detail .cart-totals {
    padding-left: 4.3%;
  }
  .page-cartPage .cart-totals .cart-totals-inner .row .col-xs-4,
  .page-multiStepCheckoutSummaryPage .cart-totals .cart-totals-inner .row .col-xs-4,
  .order-detail .cart-totals .cart-totals-inner .row .col-xs-4 {
    text-align: right;
  }
  .page-cartPage .change-Address-Popup,
  .page-multiStepCheckoutSummaryPage .change-Address-Popup,
  .order-detail .change-Address-Popup {
    width: 800px;
    height: 450px;
    padding: 30px;
    overflow-y: auto;
  }
  .page-cartPage .setdefault-popup,
  .page-multiStepCheckoutSummaryPage .setdefault-popup,
  .order-detail .setdefault-popup {
    width: 500px;
  }
  .page-multiStepCheckoutSummaryPage .cart-delivery-payment .col-md-4 {
    padding-bottom: 65px;
  }
}

span.character-limit {
  font-size: 12px;
}

.btn-deliver-warp {
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media (max-width: 767px) {
  .btn-deliver-warp {
    position: static;
    right: auto;
    bottom: auto;
  }
}

.customer-carriers .select-btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 990px) {
  .page-login .checkbox {
    margin-bottom: 20px;
  }
  .page-login .row.relative {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-login .row.relative > div {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .page-login .row.relative > div.smartEditComponent {
    float: left;
    position: relative;
    min-height: 1px;
    left: 40%;
    width: 33.33%;
  }
  .page-login .row.relative > div.smartEditComponent div {
    width: 100%;
  }
}

.terms-link {
  font-size: 16px;
}

@media (min-width: 990px) {
  .terms-link {
    font-size: 14px;
  }
}

.links-list {
  margin-top: 20px;
}

.links-list span {
  display: block;
  margin-bottom: 2px;
}

.links-list a {
  color: #666666;
  border-bottom: 1px solid #666666;
  margin-bottom: 5px;
  display: inline-block;
}

.links-list a:hover, .links-list a:focus {
  border-bottom: 1px solid transparent;
}

@media (min-width: 990px) {
  .links-list a {
    margin-bottom: 0;
  }
}

.login-features {
  margin-top: 40px;
  padding: 40px 0 50px 0;
  position: static;
}

.login-features .login-banner {
  padding-left: 0;
}

.login-features .login-banner .disp-img {
  list-style: none;
  margin-bottom: 20px;
  float: left;
  width: 25%;
  text-align: center;
  clear: none;
}

.login-features .login-banner .disp-img .thumb {
  width: 100%;
}

.login-features .login-banner .disp-img .thumb img {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.login-features .login-banner .disp-img .details p {
  display: none;
}

.login-features .login-banner .disp-img .title {
  display: none;
}

.login-features .login-banner .disp-img .action {
  display: none;
}

@media (min-width: 990px) {
  .login-features {
   /*  border-right: 1px solid #d6d6d6; */
    position: relative;
    margin-top: 0;
  }
  .login-features .login-banner {
    padding-left: 15px;
  }
  .login-features .login-banner .disp-img {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    text-align: left;
    float: none;
    display: table;
  }
  .login-features .login-banner .disp-img .thumb {
    width: 15%;
    display: table-cell;
  }
  .login-features .login-banner .disp-img .thumb img {
    margin-right: 20px;
    width: 50px;
    height: 50px;
  }
  .login-features .login-banner .disp-img .details {
    width: 85%;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  .login-features .login-banner .disp-img .details p {
    display: inline-block;
    font-size: 16px;
    word-wrap: break-word;
    margin-bottom: 0;
  }
  .login-features .login-banner .disp-img .title {
    display: none;
  }
  .login-features .login-banner .disp-img .action {
    display: none;
  }
  .login-form-col{
  	position: relative;
  	border-left: 1px solid #d6d6d6;
  }
}

.login-conditionSale{
	position: absolute;
    width: 100%;
}

.forgotmail-p {
  white-space: nowrap;
}

.forgotpwd-features {
  position: relative;
  margin-top: 0;
}

@media (min-width: 990px) {
  .forgotpwd-features {
    border-right: 1px solid #d6d6d6;
  }
}

.forgotpwd-features .password-instructions ul {
  padding-top: 9px;
}

.popover-loginattempt {
  background-color: #f5f5f5;
  left: 46% !important;
  border: 2px solid #FFABAB !important;
  z-index: 1059 !important;
}

.popover-loginattempt-content {
  padding: 0px 2px !important;
}

.popover-loginattempt.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #FFABAB !important;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover-loginattempt.bottom > .arrow:after {
  top: 4px;
  border-bottom-color: #f7f7f7;
}

.popover-loginattempt.bottom > .arrow {
  margin-left: -5px;
  border-bottom-color: #000;
  margin-top: 0px;
}

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

.popover-loginattempt-content p {
  color: #FF4444 !important;
  font-size: 10px;
}

.popover-loginattempt-content a {
  color: #FF4444 !important;
  font-size: 10px;
  text-decoration: underline;
}

.login-right-title h1 {
  margin-bottom: 10px;
}

.status {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  line-height: 50px;
}

.status-created {
  background: #1ac2f1;
}

.status-processing {
  background: #ff5409;
}

.status-partially-dispatched {
  background: #f9d300;
}

.status-dispatched {
  background: #00b04f;
}

.status-cancelled {
  background: #f00d2d;
}

.status-returned {
  background: #a8a8a8;
}

.status-partiallydelivered {
  background: #a8a8a8;
}

.status-notdelivered {
  background: #f00d2d;
}

.status-intransit {
  background: #00b04f;
}

thead {
  background-color: #f5f5f5;
}

.table-standard {
  margin-top: 50px;
}

.table-standard td {
  vertical-align: middle !important;
  border-top: 0 !important;
  border-bottom: 1px solid #ddd;
}

.table-standard a:not(.btn) {
  border-bottom: 1px solid #666666;
}

.table-standard a:not(.btn):hover {
  border-bottom: 0 none;
}

@media (max-width: 990px) {
  .footable td.footable-first-column {
    padding-left: 40px;
    position: relative;
  }
  .footable td.footable-first-column .footable-toggle {
    position: absolute;
    left: 10px;
  }
}

.table {
  font-size: 14px;
}

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

.table.table-order.table-order-baseline td {
  vertical-align: baseline;
}

.table.table-order th {
  font-weight: normal;
  vertical-align: top;
}

.table.table-order th:first-child {
  padding-left: 20px;
}

.table.table-order td {
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #f8f8f8;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table.table-order td.footable-first-column {
  padding-left: 20px;
}

.table.table-order .footable-row-detail-inner {
  margin-left: 10px;
  margin-right: 10px;
}

.table.table-order .footable-row-detail-row {
  line-height: 40px;
}

.table.table-order .footable-row-detail-cell {
  padding-top: 0;
}

.table.footable {
  margin-top: 20px;
}

.table.footable.users-table {
  margin-bottom: 40px;
}

.table.footable.users-table .link {
  color: #666666;
}

.table.footable.users-table .link.blue {
  color: #002f5f;
}

.table.footable.users-table .link.blue:hover {
  cursor: pointer;
}

.table.footable.users-table span.sendWelcomeEmail {
  color: #666666;
  font-weight: bold;
}

.table.footable.users-table svg {
  width: 30px;
  height: 30px;
}

.table.footable.users-table .current-active {
  color: #00b04f;
}

.table.footable.users-table .current-inactive {
  color: #f00d2d;
}

.table.billing-table .footable-toggle {
  position: absolute;
}

.table.billing-table .checkbox {
  display: inline;
}

.table.billing-table .checkbox label {
  padding-left: 20px;
  margin-right: 0px;
}

.table.billing-table .footable-po {
  max-width: 150px;
  word-wrap: break-word;
}

.table.billing-table th .checkbox {
  margin-left: 32px;
}

@media (min-width: 990px) {
  .table.billing-table th .checkbox {
    margin-left: 0;
  }
}

.table thead tr th {
  border-bottom: 0 none;
}

.table.table-highlight th {
  background: #f8f8f8;
  border-top: 0;
  border-bottom: 0;
  color: #333333;
  font-weight: normal;
}

.table.table-highlight td {
  border-top: 0;
  border-bottom: 1px #f8f8f8 solid;
  color: #333333;
}

.pagination {
  margin: 0;
}

.pagination ul {
  padding-left: 0;
}

.pagination ul li {
  float: left;
  list-style: none;
  border: 1px solid #d6d6d6;
  text-align: center;
}

.pagination ul li + li {
  border-left: 0 none;
}

.pagination ul li.disabled a {
  opacity: 0.3;
}

.pagination ul li.disabled a:hover {
  cursor: not-allowed;
}

.pagination ul li.active a {
  background: #002f5f;
  color: #fff;
}

.pagination ul li.active a:hover {
  background: #002f5f;
  color: #fff;
}

.pagination ul li a {
  display: inline-block;
  width: 30px;
  line-height: 30px;
}

.pagination ul li a:hover {
  background: #f8f8f8;
}

.num-rows {
  vertical-align: middle;
  text-align: right;
  position: relative;
  top: 20px;
}

@media (min-width: 768px) {
  .num-rows {
    position: static;
  }
}

.num-rows .active {
  border-bottom: 1px solid #666666;
}

.num-rows .option {
  padding-right: 0;
}

.num-rows .option:hover {
  cursor: pointer;
}

.custom-table .table-headers {
  display: none;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}

.custom-table .custom-headers-mob + span {
  float: right;
  margin-bottom: 0;
}

.custom-table .table-body {
  /*border-top: 2px solid $medium-grey;*/
  margin-top: 10px;
}

.custom-table .table-body .table-row {
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0;
}

.custom-table hr {
  border-top-width: 2px;
}

@media (min-width: 990px) {
  .custom-table .table-headers {
    display: block;
  }
  .custom-table .custom-headers-mob {
    display: none;
  }
  .custom-table .custom-headers-mob + span {
    float: none;
    margin-bottom: 0;
  }
}

@media (min-width: 990px) {
  .custom-table.custom-table-secondary .table-pad-head {
    padding: 0 5px 5px 8px;
  }
}

@media (min-width: 990px) {
  .custom-table.custom-table-secondary .table-pad-body {
    padding: 0 5px 5px 8px;
  }
}

.custom-table.custom-table-secondary .table-body {
  margin-top: 0;
  border-top: 0;
}

@media (min-width: 990px) {
  .custom-table.custom-table-secondary .table-body {
    border-top: 1px solid #d6d6d6;
  }
}

.custom-table.custom-table-secondary .table-row {
  border-bottom: 0;
}

@media (min-width: 990px) {
  .custom-table.custom-table-secondary .table-row {
    border-bottom: 1px solid #d6d6d6;
  }
}

@media (max-width: 990px) {
  .custom-table.custom-table-secondary .custom-headers-mob {
    width: 50%;
    display: block;
    float: left;
  }
  .custom-table.custom-table-secondary .custom-headers-mob + span {
    width: 50%;
    display: block;
    float: left;
  }
}

.table-split {
  width: 100%;
}

.table-split td {
  width: 50%;
  padding-right: 30px;
  padding-top: 10px;
}

.definitions {
  margin-bottom: 20px;
}

.definitions li {
  position: relative;
  padding-left: 35px;
}

.definitions li:first-child {
  padding-left: 0;
}

.definitions li .status-icon {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 50%;
}

.definitions li .status-icon.status-invited {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAuOSAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAuOSAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiMwMUIwNEY7fS5zdDF7ZmlsbDojMUIzMTVEO308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy44LDhMMTMuOCw4TDEzLjgsOEMxMy44LDgsMTMuOCw4LDEzLjgsOEMxMy44LDgsMTMuOCw4LDEzLjgsOEwxMy44LDhDMTMuOCw4LDEzLjgsOCwxMy44LDhDMTMuOCw4LDEzLjgsOCwxMy44LDhjLTAuMiwwLTAuNS0wLjEtMC42LTAuM2MwLDAsMCwwLDAsMGwtMy0zLjJjLTAuMy0wLjQtMC4zLTAuOSwwLTEuMmMwLjQtMC4zLDAuOS0wLjMsMS4yLDBsMi4zLDIuNWw1LjYtNS42YzAuMy0wLjMsMC45LTAuMywxLjIsMGMwLjIsMC4yLDAuMywwLjQsMC4zLDAuNnMtMC4xLDAuNS0wLjMsMC42bC02LjIsNi4yYzAsMCwwLDAsMCwwQzE0LjMsNy45LDE0LjEsOCwxMy44LDhMMTMuOCw4QzEzLjksOCwxMy45LDgsMTMuOCw4QzEzLjksOCwxMy45LDgsMTMuOCw4QzEzLjksOCwxMy45LDgsMTMuOCw4QzEzLjksOCwxMy45LDgsMTMuOCw4TDEzLjgsOEMxMy45LDgsMTMuOSw4LDEzLjgsOEwxMy44LDhDMTMuOCw4LDEzLjgsOCwxMy44LDhMMTMuOCw4QzEzLjgsOCwxMy44LDgsMTMuOCw4QzEzLjgsOCwxMy44LDgsMTMuOCw4QzEzLjgsOCwxMy44LDgsMTMuOCw4TDEzLjgsOEMxMy44LDgsMTMuOCw4LDEzLjgsOEwxMy44LDhDMTMuOCw4LDEzLjgsOCwxMy44LDhMMTMuOCw4QzEzLjgsOCwxMy44LDgsMTMuOCw4eiIvPjwvZz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTcuNiw2LjF2OC41SDEuNFY0LjlMOSwxMS42YzAuMSwwLjEsMC4zLDAuMiwwLjUsMC4yYzAuMiwwLDAuNC0wLjEsMC41LTAuMkwxMyw5bC0xLjEtMS4xTDkuNSwxMEwyLjYsMy45aDYuM2MwLTAuNSwwLjItMSwwLjYtMS40YzAsMCwwLDAsMCwwSDAuN0MwLjMsMi41LDAsMi44LDAsMy4ydjEyLjFDMCwxNS43LDAuMywxNiwwLjcsMTZoMTcuNmMwLjQsMCwwLjctMC4zLDAuNy0wLjdWNC43TDE3LjYsNi4xeiIvPjwvZz48L3N2Zz4=");
}

.definitions li .status-icon.status-inactive {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjEuMyAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEuMyAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiMxQjMxNUQ7fS5zdDF7ZmlsbDojRUMxQzI0O308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNy45LDh2Ni42SDEuNFY0LjdsNy43LDYuOGMwLjIsMC4xLDAuMywwLjIsMC41LDAuMnMwLjQtMC4xLDAuNS0wLjJsMi41LTIuMmMtMC4xLTAuMS0wLjMtMC4yLTAuNC0wLjNjLTAuMy0wLjMtMC41LTAuNi0wLjUtMUw5LjcsOS45bC03LTYuMmgxMWwtMS40LTEuNEgwLjdDMC4zLDIuMiwwLDIuNSwwLDIuOXYxMi4zQzAsMTUuNywwLjMsMTYsMC43LDE2aDE3LjljMC40LDAsMC43LTAuMywwLjctMC43VjkuNEwxNy45LDh6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTE4LjUsNC4xTDIxLDEuNWMwLjMtMC4zLDAuMy0wLjksMC0xLjNjLTAuMy0wLjMtMC45LTAuMy0xLjMsMGwtMi41LDIuNWwtMi41LTIuNWMtMC4zLTAuMy0wLjktMC4zLTEuMywwYy0wLjMsMC4zLTAuMywwLjksMCwxLjNMMTYsNC4xbC0yLjUsMi41Yy0wLjMsMC4zLTAuMywwLjksMCwxLjNjMC4yLDAuMiwwLjQsMC4zLDAuNiwwLjNjMC4yLDAsMC41LTAuMSwwLjYtMC4zbDIuNS0yLjVsMi41LDIuNWMwLjIsMC4yLDAuNCwwLjMsMC42LDAuM2MwLjIsMCwwLjUtMC4xLDAuNi0wLjNjMC4zLTAuMywwLjMtMC45LDAtMS4zTDE4LjUsNC4xeiIvPjwvZz48L3N2Zz4=");
}

.definitions li .status-icon.status-active {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzAwQjA0Rjt9PC9zdHlsZT48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAsMTAuMmMtMC43LDAtMS4yLDAuNS0xLjIsMS4yYzAsMC41LDAuMywwLjksMC43LDEuMXYxLjFjMCwwLjIsMC4yLDAuMywwLjMsMC4zaDAuM2MwLjIsMCwwLjMtMC4yLDAuMy0wLjN2LTEuMWMwLjQtMC4yLDAuOC0wLjYsMC44LTEuMUMxMS4yLDEwLjcsMTAuNywxMC4yLDEwLDEwLjJ6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLDBDNC41LDAsMCw0LjUsMCwxMGMwLDUuNSw0LjUsMTAsMTAsMTBjNS41LDAsMTAtNC41LDEwLTEwQzIwLDQuNSwxNS41LDAsMTAsMHogTTYsNy4yYzAtMiwxLjYtMy43LDMuNy0zLjdoMC42YzIsMCwzLjcsMS42LDMuNywzLjd2MC41aC0xLjJWNy4yYzAtMS40LTEuMS0yLjUtMi41LTIuNUg5LjdjLTEuNCwwLTIuNSwxLjEtMi41LDIuNXYwLjVINlY3LjJ6IE0xNC43LDE0LjJjMCwwLjgtMC42LDEuNC0xLjQsMS40SDYuOGMtMC44LDAtMS40LTAuNi0xLjQtMS40VjEwYzAtMC44LDAuNi0xLjQsMS40LTEuNGg2LjVjMC44LDAsMS40LDAuNiwxLjQsMS40VjE0LjJ6Ii8+PC9nPjwvc3ZnPg==");
}

.definitions li .description {
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
}

.page-billing .billing-options .list-inline {
  margin-top: 20px;
}

.page-billing .billing-options .btn {
  margin: 10px 0;
}

.page-billing .billing-filters-well {
  background: #f8f8f8;
  padding: 20px 10px 0 10px;
}

@media (max-width: 420px) {
  .page-billing .billing-filters .input-daterange {
    margin-top: 20px;
  }
  .page-billing .billing-filters .input-daterange .input-icon-group {
    width: 100%;
  }
  .page-billing .billing-filters .input-daterange .input-icon-group + .input-icon-group {
    margin-top: 10px;
    margin-left: 0;
  }
}

.page-billing .payment-modal {
  width: 95%;
  background: #fff;
  margin: 0 auto;
  padding: 30px;
}

.page-billing .payment-modal .radio {
  margin-bottom: 15px;
}

.page-billing .payment-modal .radio .offset-bottom-xsmall {
  margin-bottom: 10px;
}

.page-billing .payment-modal .amountToPay {
  font-size: 18px;
  margin-bottom: 20px;
}

.page-billing .payment-modal .checkbox {
  padding: 10px 0 15px;
}

.page-billing .payment-modal .checkbox label {
  padding-left: 40px;
}

.page-billing .payment-modal .checkbox label:before {
  top: 4px;
}

@media (min-width: 400px) {
  .page-billing .payment-modal {
    width: 380px;
  }
}

@media (min-width: 990px) {
  .page-billing .payment-modal .checkbox label {
    font-size: 14px;
    padding-left: 30px;
    line-height: 18px;
  }
  .page-billing .payment-modal .checkbox label:before {
    top: 0px;
  }
}

.page-billing .pagination-bottom {
  margin-bottom: 40px;
}

@media (max-width: 990px) {
  .page-billing .footer-note {
    margin-top: 10px;
  }
}

.page-orders h1 {
  margin-bottom: 15px;
}

.page-orders .numItems,
.page-orders .numItem {
  display: none;
}

.page-orders #noDataError {
  display: none;
}

.page-orders .order-filters {
  margin-bottom: 40px;
}

.page-orders .order-filters .control-label {
  line-height: 40px;
}

@media (min-width: 990px) {
  .page-orders .order-filters .control-label {
    line-height: 35px;
  }
}

.page-orders .order-filters .input-icon-group {
  width: 100%;
  float: none;
}

.page-orders .order-filters .input-icon-group input[readonly]:hover {
  cursor: pointer;
}

@media (max-width: 420px) {
  .page-orders .order-filters .input-daterange {
    margin-top: 20px;
  }
  .page-orders .order-filters .input-daterange .input-icon-group {
    width: 100%;
  }
  .page-orders .order-filters .input-daterange .input-icon-group + .input-icon-group {
    margin-top: 10px;
    margin-left: 0;
  }
}

.page-orders .sort-wrap span {
  display: block;
  float: left;
  line-height: 42px;
  width: 100%;
}

@media (min-width: 990px) {
  .page-orders .sort-wrap span {
    width: auto;
    display: inline-block;
    float: left;
    margin-right: 15px;
    line-height: 34px;
  }
}

.page-orders .sort-wrap .select-list {
  width: 100%;
}

.page-orders .pagination-top {
  margin-bottom: 10px;
}

.page-orders .table > tbody > tr > td {
  padding-top: 15px;
}

.page-orders .table > tbody > tr > td.footable-last-column {
  padding-top: 8px;
}

.order-detail .cart-delivery-payment {
  margin-top: 40px;
  margin-bottom: 10px;
}

.order-detail .cart-delivery-payment ul {
  list-style: none;
  padding-left: 0;
}

.order-detail .cart-delivery-payment .cart-delivery-payment,
.order-detail .cart-delivery-payment .cart-deliverydate,
.order-detail .cart-delivery-payment .cart-deliverymethod {
  padding-bottom: 10px;
}

.order-detail .cart-delivery-payment .cart-delivery-payment hr,
.order-detail .cart-delivery-payment .cart-deliverydate hr,
.order-detail .cart-delivery-payment .cart-deliverymethod hr {
  position: relative;
  top: 10px;
  margin: 20px 0;
}

.order-detail .list-invoice-link {
  margin-right: 10px;
}

.order-detail .custom-table {
  margin-bottom: 50px;
}

.page-createUser #sabmCreateUserForm .form-control,
.page-editUser #sabmCreateUserForm .form-control {
  background: #fff;
  /* remove the grey background in the input field */
}

.page-createUser #sabmEditUserForm #register_firstName,
.page-createUser #sabmEditUserForm #register_surname,
.page-editUser #sabmEditUserForm #register_firstName,
.page-editUser #sabmEditUserForm #register_surname {
  background: #fff;
  /* remove the grey background in firstname & lastname input field */
}

.page-createUser .btn + .error-bold,
.page-editUser .btn + .error-bold {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .page-createUser .btn + .error-bold,
  .page-editUser .btn + .error-bold {
    margin-top: 0;
    margin-left: 10px;
  }
}

.page-createUser .error-bold,
.page-editUser .error-bold {
  padding: 10px 30px;
  border: 1px solid #f00d2d;
  background-color: #FFDEE0;
  text-align: center;
  display: inline-block;
  color: #f00d2d;
  width: 100%;
  font-size: 12px;
}

.page-createUser .error-bold a,
.page-editUser .error-bold a {
  color: #f00d2d;
}

@media (min-width: 768px) {
  .page-createUser .error-bold,
  .page-editUser .error-bold {
    line-height: 38px;
    width: auto;
    padding: 0px 30px;
  }
}

.page-createUser .error-bold.error-bold-blue,
.page-editUser .error-bold.error-bold-blue {
  border-color: #002f5f;
  background-color: #F2F9FF;
  color: #002f5f;
}

.page-createUser .bu-selector .disabled label,
.page-editUser .bu-selector .disabled label {
  opacity: 0.5;
}

.page-createUser .bu-selector .disabled label:hover,
.page-editUser .bu-selector .disabled label:hover {
  cursor: not-allowed;
}

.page-createUser .admins-for-popup,
.page-editUser .admins-for-popup {
  width: 95%;
  margin: 0 auto;
  padding: 30px 30px 20px 30px;
  background-color: #fff;
}

.page-createUser .admins-for-popup .h1, .page-createUser .admins-for-popup p,
.page-editUser .admins-for-popup .h1,
.page-editUser .admins-for-popup p {
  margin-bottom: 20px;
}

.page-createUser .admins-for-popup li p,
.page-editUser .admins-for-popup li p {
  display: inline;
}

@media (min-width: 768px) {
  .page-createUser .admins-for-popup,
  .page-editUser .admins-for-popup {
    width: 600px;
  }
}

.page-editUser .delete-user-popup,
.page-businessUnitDetail .delete-user-popup {
  width: 95%;
  margin: 0 auto;
  padding: 30px 30px 40px 30px;
  background-color: #fff;
}

.page-editUser .delete-user-popup .h1, .page-editUser .delete-user-popup p,
.page-businessUnitDetail .delete-user-popup .h1,
.page-businessUnitDetail .delete-user-popup p {
  margin-bottom: 20px;
}

.page-editUser .delete-user-popup li p,
.page-businessUnitDetail .delete-user-popup li p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-editUser .delete-user-popup,
  .page-businessUnitDetail .delete-user-popup {
    width: 600px;
  }
}

.page-businessUnits h2.h1,
.page-businessUnitDetail h2.h1 {
  margin-bottom: 20px;
}

/******Update Password******/
/*make the tooltip have indent*/
.tooltip-inner ul {
  display: table;
}

.tooltip-inner ul li {
  display: table-row;
}

.tooltip-inner ul li:before {
  content: "-";
  text-align: right;
  display: table-cell;
  padding-right: 3px;
}

.tooltip-inner b {
  color: #002f5f;
}

.password-rules {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  margin-top: 5px;
  color: #666666;
  padding: 10px;
}

@media (min-width: 990px) {
  .password-rules {
    position: absolute;
    right: -265px;
    top: 35px;
    max-width: 250px;
  }
}

.password-rules div {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}

.password-rules div:last-child {
  margin-bottom: 0;
}

.password-rules span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  background-size: 17px;
  background-repeat: no-repeat;
}

.password-rules .password-rules_characters span {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMzAxIDM5Mi45IDggOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMzAxIDM5Mi45IDggODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNmMDBkMmQiIGQ9Ik0tMjkzLjIsMzkzLjhsLTMuMSwzLjFsMywzLjFjMC4yLDAuMiwwLjIsMC41LDAsMC44Yy0wLjIsMC4yLTAuNSwwLjItMC43LDBsLTMuMS0zLjJsLTMuMSwzLjJjLTAuMiwwLjItMC41LDAuMi0wLjcsMGMtMC4yLTAuMi0wLjItMC41LDAtMC44bDMuMS0zLjFsLTMtMy4xYy0wLjItMC4yLTAuMi0wLjUsMC0wLjhzMC41LTAuMiwwLjcsMGwzLjEsMy4xbDMuMS0zLjFjMC4yLTAuMiwwLjUtMC4yLDAuNywwQy0yOTMsMzkzLjMtMjkzLDM5My42LTI5My4yLDM5My44eiIvPjwvc3ZnPg==");
}

.password-rules .password-rules_characters span.pass {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDguODc1IDYuMzQ0Ij4gIDxwYXRoIGZpbGw9IiMwMGIwNGYiIGQ9Ik04Ljg4NywwLjY5OSBMMy4yMzAsNi4zNTYgTC0wLjAxMywzLjExMyBMMC42OTQsMi40MDYgTDMuMjMwLDQuOTQyIEw4LjE4MCwtMC4wMDggTDguODg3LDAuNjk5IFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==");
  background-size: 20px;
}

.password-rules .password-rules_numbers span {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMzAxIDM5Mi45IDggOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMzAxIDM5Mi45IDggODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNmMDBkMmQiIGQ9Ik0tMjkzLjIsMzkzLjhsLTMuMSwzLjFsMywzLjFjMC4yLDAuMiwwLjIsMC41LDAsMC44Yy0wLjIsMC4yLTAuNSwwLjItMC43LDBsLTMuMS0zLjJsLTMuMSwzLjJjLTAuMiwwLjItMC41LDAuMi0wLjcsMGMtMC4yLTAuMi0wLjItMC41LDAtMC44bDMuMS0zLjFsLTMtMy4xYy0wLjItMC4yLTAuMi0wLjUsMC0wLjhzMC41LTAuMiwwLjcsMGwzLjEsMy4xbDMuMS0zLjFjMC4yLTAuMiwwLjUtMC4yLDAuNywwQy0yOTMsMzkzLjMtMjkzLDM5My42LTI5My4yLDM5My44eiIvPjwvc3ZnPg==");
}

.password-rules .password-rules_numbers span.pass {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDguODc1IDYuMzQ0Ij4gIDxwYXRoIGZpbGw9IiMwMGIwNGYiIGQ9Ik04Ljg4NywwLjY5OSBMMy4yMzAsNi4zNTYgTC0wLjAxMywzLjExMyBMMC42OTQsMi40MDYgTDMuMjMwLDQuOTQyIEw4LjE4MCwtMC4wMDggTDguODg3LDAuNjk5IFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==");
  background-size: 20px;
}

.update-password label.control-label {
  display: block;
}

.update-password label.control-label + input {
  display: inline-block;
  margin-right: 20px;
}

.update-password .show-password label {
  line-height: 32px;
  padding-left: 30px;
  color: #666666;
}

.update-password .show-password label:before {
  margin-top: 7px;
}

@media (min-width: 768px) {
  .update-password .form-group {
    position: relative;
    padding-right: 180px;
  }
  .update-password .show-password {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 36px;
  }
}

@media (min-width: 990px) {
  .update-password .form-group {
    padding-right: 175px;
  }
  .update-password .show-password {
    top: 35px;
  }
}

/****** Forgotten Pwd email sent ******/
.email-sent a {
  text-decoration: underline;
}

.page-businessUnitDetail .delete-or-deactivate {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}

.page-businessUnitDetail .delete-or-deactivate .btn-primary {
  margin-bottom: 20px;
}

.page-businessUnitDetail .delete-or-deactivate .btn-secondary {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-businessUnitDetail .delete-or-deactivate {
    width: 500px;
  }
  .page-businessUnitDetail .delete-or-deactivate .btn-primary {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .page-businessUnitDetail .delete-or-deactivate .btn-secondary {
    margin-bottom: 20px;
  }
}

input#start, input#end {
  background: transparent;
  position: relative;
  z-index: 3;
}

.banner-image img {
  width: 100%;
}

.banner-image.banner-image-desktop {
  display: none;
}

.banner-image.banner-image-mobile {
  display: block;
}

.banner-image.banner-top {
  margin-bottom: 40px;
}

.banner-image.banner-bottom {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .banner-image.banner-image-desktop {
    display: block;
  }
  .banner-image.banner-image-mobile {
    display: none;
  }
}

.smart-order-banner {
  overflow: hidden;
  margin-bottom: 40px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002346+0,002346+49,466f99+50,466f99+100 */
  background: #002346;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #002346 0%, #002346 49%, #466f99 50%, #466f99 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002346', endColorstr='#466f99',GradientType=1 );
  /* IE6-9 */
}

.smart-order-banner .bg-image {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  height: auto;
  background: url("../img/manusingmac_mobile.png") 50% 50% no-repeat;
  /*         @media (min-width: 1280px){
            width: 1280px;
        } */
}

@media (min-width: 768px) {
  .smart-order-banner .bg-image {
    background: url("../img/manusingmac_desktop.png") 0 0 no-repeat;
  }
}

.smart-order-banner .icon-glasses {
  width: 35px;
  height: 20px;
  color: #F2F9FF;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.smart-order-banner h2, .smart-order-banner h3, .smart-order-banner p, .smart-order-banner a {
  color: #fff;
}

.smart-order-banner a {
  position: relative;
  vertical-align: -webkit-baseline-middle;
}

.smart-order-banner a:hover, .smart-order-banner a:focus {
  border-bottom: 1px solid #fff;
}

.smart-order-banner a:after {
  content: '';
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDUuOTY5Ij4KCTxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8cGF0aCAgZD0iTTkuODAwLDEuMTYyIEw1LjQ1NCw1Ljc1NiBDNS4xOTcsNi4wMjcgNC43ODAsNi4wMjcgNC41MjMsNS43NTYgTDAuMTc4LDEuMTYyIEMtMC4wODAsMC44OTEgLTAuMDgwLDAuNDUwIDAuMTc4LDAuMTc4IEMwLjQzNSwtMC4wOTQgMC44NTIsLTAuMDk0IDEuMTA5LDAuMTc4IEw0Ljk4OSw0LjI3OSBMOC44NjksMC4xNzggQzkuMTI2LC0wLjA5NCA5LjU0MywtMC4wOTQgOS44MDAsMC4xNzggQzEwLjA1NywwLjQ1MCAxMC4wNTcsMC44OTEgOS44MDAsMS4xNjIgWiIgY2xhc3M9InN0MCIvPgo8L3N2Zz4K") no-repeat;
  position: absolute;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -20px;
  top: 4px;
}

@media (min-width: 990px) {
  .smart-order-banner a:after {
    top: 3px;
  }
}

.text-banner {
  margin: 20px 0;
}

.page-homepage .text-banner {
  margin: 10px 0 40px 0;
}

.test-slider {
  position: relative;
}

.test-slider .desktop {
  display: none;
}

.test-slider .buttons {
  position: absolute;
  padding-left: 15px;
  bottom: 30px;
  left: 30px;
}

.test-slider .buttons .btn-primary {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .test-slider .desktop {
    display: block;
  }
  .test-slider .mobile {
    display: none;
  }
}

@media (min-width: 990px) {
  .test-slider .desktop {
    display: block;
  }
  .test-slider .mobile {
    display: none;
  }
}

.global-navigation {
  border-bottom: 1px solid #ccc;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex: 0;
  flex: 0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
  margin: -.2px;
  /* hack adjust for wrapping */
}

.flex-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.flex-grow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 2;
  flex: 2;
}

.flex-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.mobile-head .mobile-search {
  margin-bottom: 10px;
}

.mobile-head .mobile-drop .select-btn.open:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-head .mobile-drop .select-items li a {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  display: block;
}

/* Mega menu */
.megamenu {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px;
  width: auto;
  margin-bottom: 0;
  z-index: 1030;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 767px) {
  .megamenu {
    position: relative;
    width: auto;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .megamenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1030;
    width: 100%;
  }
}

.megamenu .mobile-calendar-container {
  position: relative;
}

.megamenu .mobile-calendar-container .datepicker {
  line-height: normal;
  border: 1px solid #d6d6d6;
  padding: 30px 0 10px;
  left: 0 !important;
  top: 45px !important;
}

.megamenu .mobile-calendar-container .datepicker .close {
  _display: none;
  /* hide the datepicker close button */
}

.megamenu .mobile-calendar-container .datepicker .close .icon-cross {
  left: 90%;
  top: 10px;
}

.megamenu .megamenu-content {
  padding: 20px 0 0 0;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .megamenu .megamenu-content {
    background-color: white;
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .megamenu .megamenu-content {
    padding: 40px 15px;
  }
}

@media (min-width: 1200px) {
  .megamenu .megamenu-content {
    padding: 40px 0 20px;
  }
}

.megamenu .megamenu-content .view-all {
  top: 10px;
}

.megamenu .icon-search {
  color: #666666;
  width: 15px;
  height: 15px;
  top: -2px;
}

.megamenu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.megamenu .navbar-header {
  background-color: #002f5f;
  position: relative;
  height: 55px;
}

.impersonation-mode .megamenu .navbar-header {
  height: 85px;
}

.megamenu .dropdown-padding {
  padding-bottom: 15px;
  padding-top: 15px;
}

.megamenu .navbar-toggle {
  float: left;
  margin-left: 5px;
  color: white;
  border: 0;
  text-transform: uppercase;
  position: relative;
}

.megamenu .navbar-toggle .icon-hamburger {
  width: 19px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  top: -10px;
}

.megamenu .navbar-toggle .icon-hamburger:before, .megamenu .navbar-toggle .icon-hamburger:after {
  content: "";
  width: inherit;
  height: inherit;
  background-color: inherit;
  position: absolute;
  left: 0;
}

.megamenu .navbar-toggle .icon-hamburger:before {
  top: 6px;
}

.megamenu .navbar-toggle .icon-hamburger:after {
  top: 12px;
}

.megamenu .navbar-toggle .recommendationsCount {
  top: 2px;
  left: 20px;
  z-index: 20;
}

.megamenu .navbar-close {
  color: white;
  width: 50px;
  height: 40px;
  text-indent: -999em;
  display: block;
  float: right;
  right: 0;
  padding-left: 12px;
}

.megamenu .navbar-close:after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgoKICA8c3R5bGU+CiAgICAuY2xzLTEgewogICAgICBmaWxsOiAjZmZmZmZmOwogICAgfQogIDwvc3R5bGU+CgogIDxwYXRoIGQ9Ik0xMy43MjEsMS41ODUgTDguMzY4LDYuOTk3IEwxMy42ODUsMTIuMzk1IEMxNC4wNDQsMTIuNzU5IDE0LjA0NCwxMy4zNDkgMTMuNjg1LDEzLjcxMyBDMTMuMzI3LDE0LjA3NyAxMi43NDYsMTQuMDc3IDEyLjM4NywxMy43MTMgTDYuOTc4LDguMjIyIEwxLjU2OCwxMy43MTMgQzEuMjEwLDE0LjA3NyAwLjYyOSwxNC4wNzcgMC4yNzAsMTMuNzEzIEMtMC4wODgsMTMuMzQ5IC0wLjA4OCwxMi43NTkgMC4yNzAsMTIuMzk1IEw1LjYyMyw2Ljk2MiBMMC4zMDUsMS41ODUgQy0wLjA1MywxLjIyMiAtMC4wNTMsMC42MzQgMC4zMDUsMC4yNzIgQzAuNjY0LC0wLjA5MCAxLjI0NSwtMC4wOTAgMS42MDQsMC4yNzIgTDcuMDEzLDUuNzQyIEwxMi40MjMsMC4yNzIgQzEyLjc4MSwtMC4wOTAgMTMuMzYyLC0wLjA5MCAxMy43MjEsMC4yNzIgQzE0LjA3OSwwLjYzNCAxNC4wNzksMS4yMjIgMTMuNzIxLDEuNTg1IFoiIGNsYXNzPSJjbHMtMSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

.megamenu .nav, .megamenu .collapse, .megamenu .dropup, .megamenu .dropdown {
  position: static;
}

.megamenu .collapse {
  height: 100%;
}

@media (min-width: 768px) {
  .megamenu .nav-content-container {
    overflow: hidden;
    height: auto !important;
  }
}

.megamenu .dropdown {
  clear: both;
}

@media (min-width: 768px) {
  .megamenu .dropdown {
    clear: none;
  }
  .megamenu .dropdown.open .dropdown-link:before, .megamenu .dropdown.hovered .dropdown-link:before {
    visibility: visible;
  }
}

.megamenu .dropdown.open .dropdown-link:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.megamenu .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .megamenu .navbar-nav .mobile-search {
    width: 195px;
  }
}

@media (min-width: 990px) {
  .megamenu .navbar-nav .mobile-search {
    width: auto;
  }
}

.megamenu .dropdown-menu {
  left: auto;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  padding: 0;
}

.megamenu .dropdown-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #002f5f !important;
  position: relative;
  line-height: 30px;
  padding-right: 28px;
}

@media (max-width: 991px) {
  .megamenu .dropdown-link {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .megamenu .dropdown-link {
    font-size: 16px;
    display: block !important;
  }
  .megamenu .dropdown-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 25px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDUuOTY5Ij4KICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICMwMDJmNWY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPHBhdGggZD0iTTkuODAwLDEuMTYyIEw1LjQ1NCw1Ljc1NiBDNS4xOTcsNi4wMjcgNC43ODAsNi4wMjcgNC41MjMsNS43NTYgTDAuMTc4LDEuMTYyIEMtMC4wODAsMC44OTEgLTAuMDgwLDAuNDUwIDAuMTc4LDAuMTc4IEMwLjQzNSwtMC4wOTQgMC44NTIsLTAuMDk0IDEuMTA5LDAuMTc4IEw0Ljk4OSw0LjI3OSBMOC44NjksMC4xNzggQzkuMTI2LC0wLjA5NCA5LjU0MywtMC4wOTQgOS44MDAsMC4xNzggQzEwLjA1NywwLjQ1MCAxMC4wNTcsMC44OTEgOS44MDAsMS4xNjIgWiIgY2xhc3M9InN0MCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .megamenu .dropdown-link {
    padding-right: 17px;
  }
}

@media (min-width: 768px) {
  .megamenu .dropdown-link {
    padding-left: 0;
  }
  .megamenu .dropdown-link:before {
    visibility: hidden;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-color: white;
    position: absolute;
    margin-left: -35px;
    left: 50%;
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1080;
    bottom: -10px;
    transition: visibility 0.05s 0.3s;
  }
}

@media (min-width: 990px) {
  .megamenu .dropdown-link {
    font-weight: bold;
    display: block;
    float: left;
    width: auto;
  }
}

.megamenu .dropdown-link.active {
  color: #6893be !important;
}

.megamenu .dropdown-menu-list {
  list-style: none;
  margin-bottom: 20px;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .megamenu .dropdown-menu-list {
    color: #002f5f;
    font-size: 14px;
    font-weight: bold;
  }
}

@media (min-width: 990px) {
  .megamenu .dropdown-menu-list {
    padding-left: 0;
  }
}

.megamenu .dropdown-menu-sublist {
  list-style: none;
  margin-top: 10px;
  padding-left: 20px;
  color: #666666;
  font-size: 18px;
  font-weight: normal;
  width: 100%;
}

@media (min-width: 768px) {
  .megamenu .dropdown-menu-sublist {
    font-size: 14px;
    padding-left: 0;
    font-weight: normal;
  }
}

.megamenu .dropdown-menu-sublist a {
  text-decoration: none;
  line-height: 40px;
}

@media (min-width: 768px) {
  .megamenu .dropdown-menu-sublist a {
    line-height: normal;
  }
}

.megamenu .dropdown-menu-sublist a:hover, .megamenu .dropdown-menu-sublist a:focus {
  border-bottom: 1px solid #666666;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: -100%;
  right: -100%;
  display: block;
  margin-top: 1px;
}

@media (min-width: 768px) {
  .megamenu .dropdown.megamenu-fw.support-item-nav .dropdown-menu .megamenu-content.container .row > div:nth-child(2),
  .megamenu .dropdown.megamenu-fw.support-item-nav .dropdown-menu .megamenu-content.container .row > div:nth-child(5) {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .megamenu .dropdown ul.dropdown-menu {
    visibility: hidden;
    transition: 0.05s 0.3s;
  }
}

@media (min-width: 768px) {
  .megamenu .dropdown:hover > ul.dropdown-menu,
  .megamenu .dropdown:focus > ul.dropdown-menu {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .megamenu .dropdown.open > ul.dropdown-menu {
    visibility: visible !important;
  }
}

.megamenu .dropdown > a {
  display: inline-block;
}

.megamenu .dropdown.open .dropdown-toggle {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .megamenu .dropdown .dropdown-toggle {
    display: none;
  }
}

.megamenu.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
}

.megamenu.navbar-default .itemsAddedToRecommendation {
  left: 15px;
  right: 15px;
  width: auto;
  top: 75px;
  padding: 20px;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.18);
}

.megamenu.navbar-default .itemsAddedToRecommendation:before, .megamenu.navbar-default .itemsAddedToRecommendation:after {
  display: none;
}

.main-nav > .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .main-nav > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .main-nav > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

#dealsAudio {
  display: none;
}

.d-content {
  float: right;
  margin-left: 5px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .d-content {
    top: 7px;
    right: 5px;
  }
}

.d-content .d-content-trans {
  margin: 0 auto;
  background-color: red;
  border-radius: 50%;
  height: 21px;
  line-height: 20px;
  text-align: center;
  width: 21px;
  display: none;
}

.d-content .d-content-trans span {
  font-size: 11px;
  color: #fff;
  line-height: 21px;
  display: block;
}

@media (min-width: 768px) {
  .d-content .d-content-trans {
    display: block;
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .d-content .d-content-trans.no_transform {
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .d-content .d-content-trans.ready {
    animation: 0.5s dealsPop ease;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.mfp-bg {
  z-index: 1100;
}

.mfp-wrap {
  z-index: 1150;
}

/* Animation */
.mfp-slide.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-slide.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-slide.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-slide.mfp-wrap .mfp-content {
  -ms-transform: translateY(-1000px);
  transform: translateY(-1000px);
  transition: all 0.15s ease-out;
}

.mfp-slide.mfp-wrap.mfp-ready .mfp-content {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mfp-slide.mfp-wrap.mfp-removing .mfp-content {
  -ms-transform: translateY(-1000px);
  transform: translateY(-1000px);
}

.mfp-iframe-scaler {
  overflow: visible;
}

.mfp-iframe-scaler .mfp-close:active {
  top: -40px;
}

.mfp-content > div {
  position: relative;
}

.mfp-content .business-unit-modal {
  position: relative;
  max-width: 720px;
  background: #fff;
  margin: 0 auto;
  padding: 30px 20px;
}

.mfp-content .business-unit-modal ul {
  width: 100%;
  margin-top: 20px;
}

.mfp-content .business-unit-modal li {
  line-height: 54px;
  display: block;
  clear: both;
  width: 100%;
}

@media (min-width: 990px) {
  .mfp-content .business-unit-modal li {
    border-bottom: 1px solid #d6d6d6;
  }
}

.mfp-content .checkout-pay-credit-popup a.inline {
  line-height: 45px;
}

@media (min-width: 990px) {
  .mfp-content .checkout-pay-credit-popup a.inline {
    line-height: 40px;
  }
}

.mfp-content .payment-modal .expiry-security + .row div {
  font-size: 12px;
}

.mfp-content .payment-modal .expiry-security + .row div .list-inline li {
  width: 31.5%;
  padding-right: 0;
}

.mfp-content .payment-modal .expiry-security + .row div .list-inline li img {
  width: 100%;
}

.mfp-content .payment-modal .expiry-security.form-group .expiry {
  width: 55%;
  float: left;
  margin-right: 5%;
}

.mfp-content .payment-modal .expiry-security.form-group .expiry span.slash-sign {
  font-size: 20px;
  width: 10%;
  text-align: center;
  margin-top: 8px;
}

.mfp-content .payment-modal .expiry-security.form-group .expiry span.cc-validation-check {
  font-size: 12px;
  margin-top: 6px;
}

.mfp-content .payment-modal .expiry-security.form-group .expiry .select-btn {
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
}

.mfp-content .payment-modal .expiry-security.form-group .expiry .select-btn:after {
  top: 17px;
}

@media (min-width: 990px) {
  .mfp-content .payment-modal .expiry-security.form-group .expiry .select-btn {
    height: 35px;
    line-height: 35px;
  }
  .mfp-content .payment-modal .expiry-security.form-group .expiry .select-btn:after {
    top: 15px;
  }
}

.mfp-content .payment-modal .expiry-security.form-group .security {
  width: 40%;
  float: left;
}

.mfp-content .payment-modal .expiry-security.form-group .day,
.mfp-content .payment-modal .expiry-security.form-group .month {
  width: 45%;
  position: relative;
}

.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  width: 18px;
  height: 18px;
  right: 23px;
  top: 20px;
}

.slick-video-mobile .mfp-close {
  right: 3px;
  top: -33px;
  color: #fff !important;
}

.mfp-close .icon-cross {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  display: block;
}

.mfp-close:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.mfp-close:active {
  top: 20px;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex: 0;
  flex: 0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
  margin: -.2px;
  /* hack adjust for wrapping */
}

.flex-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.flex-grow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 2;
  flex: 2;
}

.flex-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.track-order-link a {
  text-decoration: underline;
}

.smart-order {
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 2px solid #efefef;
}

.smart-order .smart-order-title,
.smart-order .smart-order-subtitle {
  font-size: 16px;
  line-height: normal;
}

@media (min-width: 768px) {
  .smart-order .smart-order-title,
  .smart-order .smart-order-subtitle {
    font-size: 14px;
  }
}

.page-order .magnific-template-order {
  width: 100%;
}

.page-order .magnific-template-order button {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .page-order .magnific-template-order {
    width: auto;
  }
  .page-order .magnific-template-order button {
    margin-top: 0;
    margin-left: 10px;
  }
  .page-order .magnific-template-order a {
    position: relative;
    top: 9px;
  }
}

.page-orderConfirmationPage .magnific-template-order {
  width: 100%;
}

.page-orderConfirmationPage .magnific-template-order .btn {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-orderConfirmationPage .magnific-template-order {
    width: auto;
  }
  .page-orderConfirmationPage .magnific-template-order .btn {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .page-orderConfirmationPage .magnific-template-order .inline {
    position: relative;
    top: 9px;
  }
}

.page-orderConfirmationPage .action-box .btn {
  margin-bottom: 20px;
}

.page-orderConfirmationPage .action-box .magnific-template-order {
  display: inline-block;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .page-orderConfirmationPage .action-box {
    width: auto;
  }
  .page-orderConfirmationPage .action-box .btn {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .page-orderConfirmationPage .action-box .inline {
    position: relative;
    top: 9px;
  }
  .page-orderConfirmationPage .action-box .magnific-template-order {
    margin-left: 0;
  }
}

.light-blue-messagebox {
  background-color: lightblue;
  text-align: justify;
  max-width: 500px;
  padding: 12px;
}

.msfTotal-box {
  background-color: #f8f8f8;
  padding: 12px;
}

.template-actions {
  position: relative;
}

.template-actions a, .template-actions .btn {
  display: inline-block;
  margin-bottom: 10px;
}

.template-actions .notActive {
  pointer-events: none;
  cursor: not-allowed;
}

@media (min-width: 420px) {
  .template-actions {
    margin-bottom: 0;
  }
  .template-actions .inline {
    margin-top: 10px;
  }
  .template-actions .template-actions-btns {
    float: right;
  }
}

@media (min-width: 768px) {
  .template-actions .btn-primary {
    margin-left: 10px;
  }
}

.templates-order-table {
  margin: 30px 0 40px;
  line-height: 40px;
}

.templates-order-table .table-header {
  background-color: #f8f8f8;
}

.templates-order-table .titles {
  word-break: break-word;
}

.templates-order-table .table-row {
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .templates-order-table .table-row {
    padding-bottom: 10px;
  }
}

@media (min-width: 990px) {
  .templates-order-table .table-row {
    padding-bottom: 13px;
  }
}

.templates-order-table .table-row .action-edit {
  text-align: right;
}

@media (min-width: 768px) {
  .templates-order-table .table-row .action-edit {
    text-align: center;
  }
}

.templates-order-table .table-row .action-edit a {
  color: #002f5f;
}

.templates-order-table .table-row .action-edit a:hover {
  border-bottom: 1px solid #666666;
}

.templates-order-table .table-row a:hover {
  cursor: pointer;
}

.templates-order-table .table-row a.title:hover {
  border-bottom: 1px solid #666666;
}

.templates-order-table .table-row a.disabled i {
  opacity: 0.2;
}

.templates-order-table .table-row a.disabled:hover {
  cursor: default;
}

.templates-order-table .table-row ul {
  margin-bottom: 0;
}

.templates-order-table .table-row .product-title span {
  display: block;
  line-height: 20px;
}

.editable-field-container {
  margin-bottom: 40px;
}

.editable-field-container .glyphicon-pencil {
  line-height: 40px;
  color: #002f5f;
}

.editable-field-container .full-width {
  width: 90%;
  float: left;
}

.editable-field-container .glyphicon-pencil {
  padding-left: 10px;
  float: right;
}

@media (min-width: 768px) {
  .editable-field-container .full-width {
    width: 50%;
    float: left;
  }
  .editable-field-container .glyphicon-pencil {
    float: left;
  }
}

.editable-field {
  box-sizing: border-box;
  transition: box-shadow 150ms ease-in 0ms;
  border-radius: 0px;
  cursor: text;
  display: inline-block;
  max-width: 90%;
  box-shadow: 0 0 0 0 transparent;
  position: relative;
  vertical-align: top;
  padding: 2px 10px 2px 5px;
  float: left;
}

.editable-field:hover {
  border: 1px solid #d6d6d6;
  padding: 1px 9px 1px 4px;
}

@media (min-width: 768px) {
  .editable-field .glyphicon-pencil {
    float: left;
  }
}

.editable-field-inline h1 {
  margin-bottom: 0;
}

.iconfont-edit:before {
  content: "\f210";
}

.save-to-template .scroller .table-row {
  border-bottom: 0 none;
  padding-top: 0;
}

@media (min-width: 768px) {
  .save-to-template .scroller {
    padding-right: 15px;
    margin-right: -15px;
  }
  .save-to-template .scroller .table-row {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .save-to-template {
    padding: 15px;
  }
}

.template-order-popup .form-group button {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .template-order-popup .form-group input {
    width: 248px;
  }
}

.template-order-popup .form-group a {
  display: inline;
  border-bottom: 1px solid #666666;
}

.icon-ranking-up, .icon-ranking-down {
  height: 20px;
  width: 20px;
  fill: #002f5f;
}

.disabled .icon-ranking-up, .disabled .icon-ranking-down {
  opacity: 0.3;
}

.icon-align-middle {
  position: relative;
  right: 0;
  float: right;
  padding: 0;
  z-index: inherit;
  margin: 0;
  vertical-align: middle;
  bottom: 0;
  top: 100%;
}

.min-stock-format {
  line-height: 21px;
  text-align: center;
  padding: 10px 0px 10px 0px;
}

.min-stock-textfield-format {
  margin-left: 13px;
  width: 50px;
  text-align: center;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.position-absolute {
  position: absolute;
}

.padding-right-35 {
  padding-right: 35px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-left-5 {
  padding-left: 5px;
}

.remove-icon-center {
  display: -ms-flexbox;
  display: flex;
}

.remove-icon-center svg {
  width: 16px;
  height: 16px;
}

.drag-and-drop {
  margin-top: 20px;
}

.drag-and-drop .text {
  margin-left: 10px;
}

.suggested-qty {
  line-height: 16px;
  padding-left: 15px;
  padding-top: 2px;
}

.suggested-qty span {
  margin-right: 5px;
}

.suggested-qty .icon-price-info {
  background-image: url("../img/svg/price-info.svg");
  height: 15px;
  width: 15px;
  vertical-align: middle;
}

.page-businessEnquiry .label {
  display: inline-block;
  color: #002f5f;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 0;
  white-space: initial;
  text-align: left;
}

@media (min-width: 768px) {
  .page-businessEnquiry .label {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.page-businessEnquiry textarea {
  border: 1px solid #d6d6d6;
  overflow: auto;
  padding: 10px;
}

.page-businessEnquiry .list-radio li {
  margin-bottom: 5px;
}

.page-businessEnquiry .list-radio li label:before {
  top: 3px;
}

.page-businessEnquiry .list-radio li input[type=radio]:checked + label:after {
  top: 9px;
}

@media (min-width: 768px) {
  .page-businessEnquiry .list-radio li label:before {
    top: 5px;
  }
  .page-businessEnquiry .list-radio li input[type=radio]:checked + label:after {
    top: 10px;
  }
}

@media (max-width: 1024px) {
  .page-businessEnquiry .select-quantity li {
    height: 40px;
  }
  .page-businessEnquiry .select-quantity li input {
    line-height: 40px;
  }
  .page-businessEnquiry .select-quantity li svg {
    top: -5px;
  }
}

.page-businessEnquiry .subject input {
  width: 100%;
}

.page-businessEnquiry .datepicker .heading {
  display: none;
}

.page-businessEnquiry .datepicker table tr td.day.disabled {
  background-color: transparent;
}

.page-businessEnquiry .datepicker .footer-message {
  display: none;
}

.page-businessEnquiry .form-group input[readonly] {
  color: #666666;
}

.page-businessEnquiry .form-group input[readonly]:hover {
  cursor: pointer;
}

.page-businessEnquiry .request-content.ng-hide-remove, .page-businessEnquiry .request-content.ng-hide-add {
  display: block !important;
}

.page-businessEnquiry .request-content.ng-hide-remove.ng-hide-remove-active, .page-businessEnquiry .request-content.ng-hide-add.ng-hide-remove-active {
  animation: 0.5s fadeIn ease;
}

.page-businessEnquiry .request-content.ng-hide-remove.ng-hide-add-active, .page-businessEnquiry .request-content.ng-hide-add.ng-hide-add-active {
  animation: 0.3s fadeOut ease;
}

.page-businessEnquiry .delivery-issue .list-checkbox li {
  margin-bottom: 10px;
}

.page-businessEnquiry .delivery-issue .list-checkbox li label {
  padding-left: 35px;
  color: #666666;
  font-weight: normal;
}

.page-businessEnquiry .delivery-issue .list-checkbox li label:before {
  top: 3px;
}

@media (min-width: 768px) {
  .page-businessEnquiry .delivery-issue .list-checkbox li {
    width: 50%;
    float: left;
  }
  .page-businessEnquiry .delivery-issue .list-checkbox li:nth-child(even) {
    padding-left: 15px;
  }
  .page-businessEnquiry .delivery-issue .list-checkbox li label {
    padding-left: 30px;
  }
  .page-businessEnquiry .delivery-issue .list-checkbox li label:before {
    top: 5px;
  }
}

@media (min-width: 768px) {
  .page-businessEnquirySent .btn-primary {
    margin-right: 20px;
  }
}

.contactus-section {
  margin-top: 10px;
  margin-bottom: 25px;
}

.conatctus-logo {
  height: 32px;
  width: 32px;
}

.contactus-label {
  height: 20px;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  color: #1b315c;
  margin-left: 8px;
}

.service-request {
  /* Contact us Tab */
}

.service-request .title {
  font-size: 32px;
}

.service-request nav {
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .service-request nav .nav-item {
    padding: 10px;
  }
}

@media (max-width: 353px) {
  .service-request nav .nav-item {
    width: 100%;
    padding: 5px;
  }
}

.service-request nav .nav-item .nav-link {
  border: 1px solid #03305e;
  border-radius: 4px;
  display: block;
  text-align: center;
  padding: 30px 0;
  color: #03305e;
  background: #fff;
}

@media (max-width: 991px) {
  .service-request nav .nav-item .nav-link {
    text-align: left;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
  }
}

.service-request nav .nav-item .nav-link:not([disabled="disabled"]):hover, .service-request nav .nav-item .nav-link.active {
  color: #fff;
  background: #6a93bc;
  border: 1px solid transparent;
}

.service-request nav .nav-item .nav-link.active, .service-request nav .nav-item .nav-link[disabled="disabled"] {
  cursor: default;
}

.service-request nav .nav-item .nav-link svg {
  width: 36px;
  height: 36px;
}

@media (max-width: 991px) {
  .service-request nav .nav-item .nav-link svg {
    width: 26px;
    height: 26px;
  }
}

.service-request nav .nav-item .nav-link span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  padding-top: 15px;
}

@media (max-width: 991px) {
  .service-request nav .nav-item .nav-link span {
    padding-top: 0;
    font-size: 16px;
    display: inline-block;
  }
}

.service-request #contact-us-tab .title-image-text-box-component {
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-request #contact-us-tab .title-image-text-box-component p, .service-request #contact-us-tab .title-image-text-box-component strong {
  font-size: 16px;
  font-weight: 300;
  min-height: 60px;
  max-height: 70px;
}

.service-request .phone-livechat {
  margin-top: 30px;
}

.service-request .phone-livechat .contact-us-icon {
  height: 32px;
  width: 32px;
}

.service-request .phone-livechat svg {
  top: 1px;
}

@media (max-width: 549px) {
  .service-request .phone-livechat [class*="col-"] {
    width: 100%;
    margin-top: 0;
  }
  .service-request .phone-livechat .live-chat {
    margin-top: 20px;
  }
}

.service-request .phone-livechat h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 549px) {
  .service-request .phone-livechat h3 {
    margin-bottom: 5px;
  }
}

.service-request #learn-more-tab .desc {
  color: #002f5f;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.service-request #learn-more-tab .title-image-text-box-component {
  margin: 10px 0;
}

.miniCartPopup {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding: 15px;
  top: 54px;
  font-size: 12px;
}

.impersonation-mode .miniCartPopup {
  top: 85px;
}

.miniCartPopup:after, .miniCartPopup:before {
  bottom: 100%;
  right: 43px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.miniCartPopup:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.miniCartPopup:before {
  border-color: rgba(214, 214, 214, 0);
  border-bottom-color: #d6d6d6;
  border-width: 11px;
  margin-left: -11px;
}

.miniCartPopup .close {
  display: none;
}

.miniCartPopup .btn {
  display: none;
}

.miniCartPopup .highlight-link {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .miniCartPopup {
    top: 85px;
    right: 15px;
    width: 320px !important;
    border: 1px solid #d6d6d6;
  }
  .miniCartPopup:after, .miniCartPopup:before {
    right: 25px;
  }
  .miniCartPopup .close {
    display: block;
  }
  .miniCartPopup .close .icon-cross {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 18px;
    right: 15px;
  }
  .miniCartPopup .btn {
    display: block;
  }
}

@media (min-width: 990px) {
  .miniCartPopup {
    right: 0;
  }
  .miniCartPopup:after, .miniCartPopup:before {
    right: 15px;
  }
}

.miniCartPopup .itemList {
  padding-left: 0;
}

.miniCartPopup .itemList li {
  list-style: none;
  display: none;
}

.miniCartPopup .itemList li:nth-child(1), .miniCartPopup .itemList li:nth-child(2), .miniCartPopup .itemList li:nth-child(3) {
  display: block;
}

@media (min-width: 768px) {
  .miniCartPopup .itemList {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
    margin-bottom: 10px;
  }
  .miniCartPopup .itemList li {
    display: block;
  }
}

.miniCartPopup .legend {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .miniCartPopup .legend {
    height: 35px;
  }
  .miniCartPopup .legend span {
    display: none;
  }
}

.miniCartPopup .popupCartItem {
  padding: 15px 0;
  border-top: 1px solid #d6d6d6;
}

.miniCartPopup .itemThumb {
  width: 20%;
  float: left;
}

.miniCartPopup .itemThumb img {
  max-width: 90%;
}

@media (min-width: 768px) {
  .miniCartPopup .itemThumb {
    max-height: 52px;
    overflow: hidden;
  }
}

.miniCartPopup .itemDesc {
  width: 80%;
  float: left;
  display: inline-block;
  padding-left: 10px;
}

.miniCartPopup .itemDesc a.itemName {
  width: 70%;
  float: left;
  line-height: 16px;
}

.miniCartPopup .itemDesc a.itemName h5 {
  margin-bottom: 0;
}

.miniCartPopup .itemDesc a.itemName span {
  color: #666666;
  font-size: 12px;
  vertical-align: top;
}

.miniCartPopup .itemDesc .itemQuantity {
  width: 30%;
  float: left;
  color: #666666;
  line-height: 16px;
  vertical-align: top;
  padding-left: 10px;
}

.page-cartPage #addToCartLayer.addToCartPopup {
  display: none !important;
}

.itemsAddedToOrder {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding: 5px;
  top: 58px;
  font-size: 12px;
  color: #002E5F;
  font-weight: bold;
}

.itemsAddedToOrder:after, .itemsAddedToOrder:before {
  bottom: 100%;
  right: 3em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.itemsAddedToOrder:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.itemsAddedToOrder:before {
  border-color: rgba(214, 214, 214, 0);
  border-bottom-color: #d6d6d6;
  border-width: 11px;
  margin-left: -11px;
}

/*
### Site Search
********************************************************************/
.siteSearch .control-group {
  width: 290px;
}

.siteSearch .siteSearchInput {
  padding-right: 35px !important;
}

.siteSearch .siteSearchSubmit {
  background: url("../images/storesFacetSearchIcon.png") no-repeat scroll center center transparent;
  border: 0 none;
  display: block;
  float: right;
  height: 28px;
  margin: 1px 1px 1px -30px;
  padding: 0;
  width: 28px;
}

#header input#search {
  z-index: 10000;
}

.ui-autocomplete.ui-autocomplete {
  box-shadow: none;
  z-index: 10000 !important;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  padding: 10px;
  margin: 0;
  float: none;
  max-height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .ui-autocomplete.ui-autocomplete {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .ui-autocomplete.ui-autocomplete {
    left: auto !important;
    right: 0;
    width: 340px !important;
  }
}

.ui-autocomplete.ui-autocomplete .ui-menu-item {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item:first-child {
  border: none;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item a {
  padding: 0;
  margin-bottom: 15px;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item li.ui-menu-item {
  padding: 5px;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .ui-state-hover, .ui-autocomplete.ui-autocomplete .ui-menu-item li.ui-state-focus a, .ui-autocomplete.ui-autocomplete .ui-menu-item li.ui-state-hover a {
  background: #f8f8f8;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .thumb {
  float: left;
  width: 55px;
  height: 65px;
  padding-top: 15px;
  padding-left: 5px;
  position: relative;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .thumb img {
  width: 100%;
  height: auto;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .thumb .badge {
  right: -11px;
  height: 33px;
  width: 33px;
  font-size: 10px;
  text-align: center;
  line-height: 33px;
  padding: 0;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .desc {
  margin-top: 15px;
  float: left;
  white-space: normal;
  width: 75%;
  display: block;
  padding-left: 15px;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .desc .title {
  display: block;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .desc .title h5 {
  color: #002f5f;
  margin: 0;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .desc .title p {
  font-size: 12px;
  color: #666666;
  margin: 0;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .price {
  float: right;
  font-weight: bold  !important;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors div.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors .search-selectors {
  width: 62%;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors .search-selectors .select-quantity {
  display: block !important;
  border: none;
  margin: 0;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors .search-selectors .select-quantity li {
  height: 35px;
  line-height: 35px;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors .search-selectors .select-list .select-btn {
  font-size: 14px;
  color: #666666;
  height: 35px;
  line-height: 35px;
  padding: 0 15px 0 10px;
  border: 1px solid #d6d6d6;
  font-weight: normal;
}

@media (min-width: 480px) {
  .ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors .search-selectors .select-list .select-btn {
    padding-right: 35px;
  }
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors .search-selectors .select-list .select-btn:after {
  top: 15px;
  right: 2px;
}

@media (min-width: 480px) {
  .ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors .search-selectors .select-list .select-btn:after {
    right: 10px;
  }
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors .search-selectors .select-list .select-single {
  height: 35px;
  line-height: 35px;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors .search-selectors .select-list .select-items {
  border: 1px solid #d6d6d6;
  padding: 0px;
  margin: 0;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors .search-cta {
  width: 38%;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors .search-cta .addToCartButton {
  font-size: 12px;
  height: 35px;
  line-height: 16px;
  white-space: normal;
}

@media (min-width: 420px) {
  .ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors .search-cta .addToCartButton {
    line-height: 35px;
  }
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .product-pick-selectors .search-cta .addToCartButton.btn-invert {
  line-height: 14px;
  padding: 3px 0;
  font-size: 10px;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .show-all {
  display: none;
  text-align: center;
  border-top: 1px solid #d6d6d6;
  padding-top: 10px;
  position: fixed;
  margin: 0 0 0 -2px;
  height: 50px;
  background-color: white;
  width: 310px;
  padding: 10px 0px;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item .show-all a {
  text-decoration: underline;
  color: #002f5f !important;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item:last-child {
  padding-bottom: 0;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item:last-child .show-all {
  display: block;
}

.ui-autocomplete.ui-autocomplete .ui-menu-item:nth-child(4) {
  padding-bottom: inherit;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .ui-autocomplete.ui-autocomplete .ui-menu-item:nth-child(4) {
    padding-bottom: 0;
  }
}

.ui-autocomplete.ui-autocomplete a, .ui-autocomplete.ui-autocomplete a:hover {
  display: block;
  padding: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: normal !important;
  color: #000 !important;
}

.ui-autocomplete.ui-autocomplete .suggestions.ui-menu-item a, .ui-autocomplete.ui-autocomplete .suggestions.ui-menu-item a:hover {
  padding: 10px;
  text-transform: uppercase;
}

/* products with image*/
input#input_SearchBox {
  -webkit-appearance: none;
}

.ui-helper-hidden-accessible div {
  display: none;
}

.page-businessUnits .input-icon-group .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #d6d6d6;
  height: 40px;
  width: 40px;
}

.page-businessUnits .input-icon-group .input-group-btn .icon-search {
  width: 20px;
  top: 10px;
}

@media (min-width: 768px) {
  .page-businessUnits .input-icon-group .input-group-btn {
    height: 35px;
    width: 35px;
  }
  .page-businessUnits .input-icon-group .input-group-btn .icon-search {
    width: 14px;
    top: 8px;
  }
}

.badge {
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background-color: transparent;
}

.badge:empty {
  display: block;
}

.badge.badge-xsm {
  width: 30px;
  height: 30px;
  line-height: 24px;
}

.badge.badge-sm {
  height: 45px;
  line-height: 40px;
}

.badge.badge-med {
  height: 45px;
  line-height: 40px;
  width: 45px;
  font-size: 12px;
}

.badge.badge-small {
  height: 25px;
  line-height: 20px;
  width: 25px;
  font-size: 7px;
  padding: 2px;
}

.badge.badge-md {
  width: 65px;
  height: 65px;
  line-height: 60px;
}

.badge.badge-red {
  background-color: #f00d2d;
}

.badge.badge-green {
  background-color: #01B04f;
}

.badge.badge-past {
  background-color: #EEEEEE;
}

.badge.badge-current {
  background-color: #002f5f;
}

.badge.badge-future {
  background-color: #98B9DB;
}

.badge.badge-oranage {
  background-color: #ff5409;
}

.badge.badge-postion {
  position: absolute;
  top: 0;
  right: 5px;
}

.image-text-banner img {
  margin-bottom: 20px;
}

.brand-grid .brand-grid-item {
  height: 185px;
  overflow: hidden;
}

.select-list {
  position: relative;
  color: #666666;
}

.select-list .select-single,
.select-list .select-btn {
  border: 1px solid #d6d6d6;
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  position: relative;
  padding-right: 35px;
  overflow: hidden;
}

@media (min-width: 990px) {
  .select-list .select-single,
  .select-list .select-btn {
    height: 35px;
    line-height: 35px;
  }
}

.select-list .select-btn:hover {
  cursor: pointer;
}

.select-list .select-btn:after {
  content: "";
  width: 15px;
  height: 8px;
  right: 10px;
  position: absolute;
  top: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' viewBox='0 0 10 5.969'%3E%3Cpath d='M9.8 1.162L5.454 5.756c-.257.27-.674.27-.93 0L.177 1.162C-.08.892-.08.45.178.178c.257-.272.674-.272.93 0l3.88 4.1L8.87.18c.258-.272.675-.272.932 0s.257.713 0 .984z' class='cls-1'/%3E%3C/svg%3E") 0 0 no-repeat;
}

@media (min-width: 990px) {
  .select-list .select-btn:after {
    top: 15px;
  }
}

.billing-filters-well .select-list .select-btn {
  background: white;
  height: 40px;
  line-height: 40px;
}

.billing-filters-well .select-list .select-btn:after {
  top: 15px;
}

@media (min-width: 990px) {
  .billing-filters-well .select-list .select-btn:after {
    top: 15px;
  }
}

.select-list .select-items {
  padding: 0;
  display: none;
  border: 1px solid #d6d6d6;
  border-top: 0 none;
  position: absolute;
  width: 100%;
  z-index: 30;
  background-color: #fff;
}

.select-list .select-items li {
  line-height: 42px;
  padding: 0 10px;
  list-style: none;
}

.select-list .select-items li:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

@media (min-width: 990px) {
  .select-list .select-items li {
    line-height: 38px;
    padding: 0 10px;
    list-style: none;
  }
  .select-list .select-items li:hover {
    background-color: #f8f8f8;
  }
}

#customerArrangedDelivery .select-btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-quantity {
  padding: 0;
  clear: both;
}

.select-quantity.select-quantity-fixed {
  width: 110px;
}

.select-quantity li {
  float: left;
  width: 33.3%;
  border: 1px solid #d6d6d6;
  background: #f8f8f8;
  font-size: 16px;
  text-align: center;
  list-style: none;
  height: 45px;
  line-height: 45px;
}

.select-quantity li:nth-child(2) {
  border: 0 none;
}

@media (min-width: 990px) {
  .select-quantity li {
    height: 35px;
    line-height: 35px;
  }
}

.select-quantity li + li {
  border-left: 0 none;
}

.select-quantity li.up, .select-quantity li.down {
  background: #fff;
}

.select-quantity li svg {
  width: 15px;
  height: 20px;
  fill: #666666;
  position: relative;
  top: -2px;
  pointer-events: none;
}

.select-quantity li #icon-plus,
.select-quantity li #icon-minus {
  pointer-events: none;
}

.select-quantity li.disabled i {
  opacity: 0.2;
}

.select-quantity li .qty-input {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #d6d6d6;
  border-left: 0 none;
  color: #666666;
  background-color: #f8f8f8;
  -webkit-appearance: none;
  display: block;
  /* make the qty input host 3 numbers*/
  padding: 1px;
  border-radius: 0 !important;
}

.select-quantity li .qty-input:focus {
  outline: none;
}

.select-quantity.btn-height li {
  height: 40px;
  line-height: 40px;
}

.select-quantity + span {
  color: #666666;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 3px;
  height: 20px;
}

.slider-nav {
  padding: 0;
}

.slider-nav li {
  list-style: none;
  width: 28px;
  height: 28px;
  border: 1px solid #d6d6d6;
  text-align: center;
  float: left;
  padding-top: 2px;
  background-color: #fff;
}

.slider-nav li:hover {
  cursor: pointer;
}

.slider-nav li + li {
  border-left: 0 none;
}

.slider-nav li svg {
  width: 7px;
  height: 12px;
  fill: #666666;
  top: 0;
}

@media (min-width: 1200px) {
  .contentPageSection3 {
    float: none;
    margin-left: 0px;
  }
}

#accordion.accordion-component.panel-group {
  margin-bottom: 0px;
}

#accordion.accordion-component.panel-group .panel-default {
  padding-left: 5px;
  padding-right: 5px;
  border-top: 3px solid #002f5f;
}

#accordion.accordion-component.panel-group .panel-default > .panel-heading a:after {
  height: 19px;
}

#accordion.accordion-component.panel-group .panel-default > .panel-heading a.collapsed:after {
  margin-top: 10px;
}

#accordion.accordion-component.panel-group .panel-default > .panel-heading .accordion-body .panel-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
}

#accordion.accordion-component.panel-group .panel-default .panel-title.h4-alt > a {
  display: block;
}

#accordion.accordion-component:last-child .panel-default {
  border-bottom: 3px solid #002f5f;
}

.panel-default {
  box-shadow: none;
  border: 0 none;
  /*border-bottom: 2px solid $medium-grey;*/
}

.panel-default > .panel-heading {
  background-color: transparent;
  position: relative;
  padding: 10px 0;
}

.panel-default > .panel-heading a:after {
  content: "";
  width: 16px;
  height: 11px;
  right: 10px;
  position: absolute;
  top: 5px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' viewBox='0 0 10 5.969'%3E%3Cpath fill='%23002f5f' d='M9.8 1.162L5.454 5.756c-.257.27-.674.27-.93 0L.177 1.162C-.08.892-.08.45.178.178c.257-.272.674-.272.93 0l3.88 4.1L8.87.18c.258-.272.675-.272.932 0s.257.713 0 .984z' class='cls-1'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.panel-default > .panel-heading a.collapsed:after {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.panel-default .panel-body {
  border: 0 none !important;
}

.panel-default .panel-padding {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .panel-default {
    border-bottom: 0 none;
  }
  .page-productDetails .panel-default > .panel-heading:after {
    display: none;
  }
  .page-productDetails .panel-default .accordion-top-level.collapse {
    display: block;
    height: auto !important;
  }
}

.toggle-slide .toggle-head {
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
}

.toggle-slide .toggle-head:hover {
  cursor: pointer;
}

.toggle-slide .toggle-head:after {
  content: "";
  width: 16px;
  height: 10px;
  right: 10px;
  position: absolute;
  top: 11px;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' viewBox='0 0 10 5.969'%3E%3Cpath fill='%23002f5f' d='M9.8 1.162L5.454 5.756c-.257.27-.674.27-.93 0L.177 1.162C-.08.892-.08.45.178.178c.257-.272.674-.272.93 0l3.88 4.1L8.87.18c.258-.272.675-.272.932 0s.257.713 0 .984z' class='cls-1'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.toggle-slide .toggle-head.open:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.toggle-slide .toggle-body {
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 1px;
}

.toggle-slide .toggle-body.ng-hide-remove, .toggle-slide .toggle-body.ng-hide-add {
  display: block !important;
}

.toggle-slide .toggle-body.ng-hide-remove.ng-hide-remove-active, .toggle-slide .toggle-body.ng-hide-add.ng-hide-remove-active {
  animation: 0.3s slideDown ease;
}

.toggle-slide .toggle-body.ng-hide-remove.ng-hide-add-active, .toggle-slide .toggle-body.ng-hide-add.ng-hide-add-active {
  overflow: hidden;
  animation: 0.3s slideUp ease;
}

.toggle-slide .toggle-body.ng-hide {
  max-height: 0;
}

/* Collapser head */
.collapse-head .closed {
  display: none;
}

.collapse-head .opened {
  display: inline-block;
}

.collapse-head .collapsed .opened {
  display: none;
}

.collapse-head .collapsed .closed {
  display: inline-block;
}

.collapse-heading-link {
  display: inline-block;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.collapse-heading-link.collapsed {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.red {
  color: #f00d2d;
}

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

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

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

.trim-right {
  padding-right: 0;
}

.trim-left {
  padding-left: 0;
}

.trim-left-important {
  padding-left: 0 !important;
}

.trim-both {
  padding-right: 0;
  padding-left: 0;
}

.trim-right-5 {
  padding-right: 5px;
}

.trim-left-5 {
  padding-left: 5px;
}

.trim-right-10 {
  padding-right: 10px;
}

.trim-left-10 {
  padding-left: 10px;
}

.trim-0 {
  padding: 0px;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-right-1em {
  padding-right: 1em;
}

.margin-0 {
  margin: 0;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-3 {
  margin-top: 3px;
}

.margin-top-8 {
  margin-top: 8px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.offset-bottom-none {
  margin-bottom: 0;
}

.offset-bottom-xxsmall {
  margin-bottom: 5px;
}

.offset-bottom-xsmall {
  margin-bottom: 10px;
}

.offset-bottom-small {
  margin-bottom: 20px;
}

.offset-bottom-medium {
  margin-bottom: 30px;
}

.offset-bottom-large {
  margin-bottom: 40px;
}

.offset-bottom-xlarge {
  margin-bottom: 50px;
}

.offset-bottom-xxlarge {
  margin-bottom: 80px;
}

.offset-bottom-xxxlarge {
  margin-bottom: 100px;
}

.offset-bottom {
  margin-bottom: 50px;
}

.margin-left-initial {
  margin-left: initial;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-1em {
  margin-right: 1em;
}

.relative {
  position: relative;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 50%;
}

.third-width {
  width: 33.33%;
}

.offset-left-small {
  margin-left: 0;
}

.no-overflow-x {
  overflow-x: hidden;
}

.inner-padding-alpha {
  padding: 30px 20px;
}

.padding-left-medium {
  padding-left: 30px;
}

.icon-offset {
  margin-right: 10px;
}

.icon-offset-medium {
  margin-right: 17px;
}

.margin-bottom-20-xs {
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 990px) {
  .trim-left-md {
    padding-left: 0;
  }
  .trim-left-5-md {
    padding-left: 5px;
  }
}

@media (min-width: 990px) {
  .trim-right-large {
    padding-left: 0;
  }
  .trim-right-large {
    padding-right: 0;
  }
  .text-margin-right {
    margin-right: 0px;
  }
  .trim-right-lg {
    padding-right: 0;
  }
  .trim-left-lg {
    padding-left: 0;
  }
  .trim-right-5-lg {
    padding-right: 5px;
  }
  .trim-left-5-lg {
    padding-left: 5px;
  }
  .offset-bottom {
    margin-bottom: 0;
  }
  .offset-left-small {
    margin-left: 20px;
  }
  .margin-top-10-lg {
    margin-top: 10px;
  }
  .margin-top-5-lg {
    margin-top: 5px;
  }
  .margin-bottom-20-xs {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .margin-top-15-md {
    margin-top: 15px;
  }
  .trim-left-80-md {
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  .trim-left-small {
    padding-left: 0;
  }
  .trim-left-23-xs {
    padding-left: 23px;
  }
  .text-margin-right {
    margin-right: 10px;
  }
  .margin-top-10-xs {
    margin-top: 10px;
  }
  .margin-top-20-xs {
    margin-top: 20px;
  }
  .margin-top-30-xs {
    margin-top: 30px;
  }
  .trim-left-80-xs {
    padding-left: 80px;
  }
}

.line-height-initial {
  line-height: initial;
}

.light-grey-backround {
  background-color: #f8f8f8;
}

.row-flex, .row-flex > div[class*='col-'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.positive {
  color: #002f5f;
  border: 1px solid #002f5f;
}

.indent {
  padding-left: 40px;
}

.underline {
  border-bottom: 1px solid #666666;
}

.no-underline {
  text-decoration: none !important;
}

.strike {
  text-decoration: line-through;
}

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

.bold {
  font-weight: bold;
}

.text-green {
  color: #00b04f;
}

.text-blue {
  color: #002f5f;
}

.text-red {
  color: #f00d2d;
}

.highlight-link {
  font-weight: bold;
  color: #002f5f;
  border-top: 1px solid #f8f8f8;
  cursor: pointer;
}

.dark-border {
  border-top: 1px solid #9b9a9b;
}

.show-on-top {
  z-index: 100;
}

.font-medium-grey {
  color: #aeadad;
}

p.sentence-case {
  text-transform: lowercase;
  display: inline-block;
}

p.sentence-case:first-letter {
  text-transform: uppercase !important;
}

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

.break-word {
  word-wrap: break-word;
}

p.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.scroller {
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
}

span.sentence-case {
  text-transform: lowercase;
}

span.sentence-case:first-letter {
  text-transform: uppercase !important;
}

@media (max-width: 767px) {
  .br-xs {
    display: block;
  }
}

.smaller-font {
  font-size: 12px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

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

.mobile-block {
  display: block;
}

@media (min-width: 420px) {
  .mobile-block {
    display: inline;
  }
}

.white-background {
  background: #fff;
}

a.tcanchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.display-flex {
  display: -ms-flexbox;
  display: flex;
}

.display-grid {
  display: grid;
}

.float-right {
  float: right;
}

.margin-left {
  margin-left: 8.5%;
}

.margin-left-left {
  margin-left: 10.7%;
}

@keyframes slideUp {
  0% {
    max-height: 600px;
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    max-height: 0px;
    opacity: 0;
  }
}

@keyframes slideDown {
  0% {
    max-height: 0px;
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    max-height: 600px;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes dealsPop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.search-result .section-title h3 span a {
  color: #002f5f;
}

.search-result .section-title h3 span a:focus, .search-result .section-title h3 span a:hover {
  color: #002f5f;
}

.search-result .search-result-item {
  border-top: 1px solid #d6d6d6;
  line-height: 24px;
  padding: 15px 0;
  margin-left: 0;
  margin-right: 0;
}

.search-result .search-result-item:last-child {
  border-bottom: 1px solid #d6d6d6;
}

.search-result .search-result-item.inactive {
  color: #b6b6b6;
}

.search-result .search-result-item.primary {
  color: #002f5f;
}

.search-result .search-result-item .status {
  line-height: 30px;
  width: 8px;
  height: 8px;
  /*@media (max-width: $tablet) {
	  		position: absolute;
	  		top: 6px;
	  		left: 0;
  		}
	    */
}

.search-result .search-result-item .status.status-primary {
  background-color: #98B9DB;
}

.search-result .search-result-item .status.status-inactive {
  background-color: #f00d2d;
}

.search-result .search-result-item a {
  text-decoration: none;
}

.search-result .search-result-item a.item-title {
  padding-left: 65px;
  display: inline-block;
  position: relative;
}

.checkbox-control-group {
  margin-bottom: 20px;
  width: 100%;
}

.checkbox-control-group .checkbox-control {
  float: left;
  margin-right: 20px;
  display: block;
}

.checkbox-control-group .checkbox-control label {
  position: relative;
  font-weight: inherit;
  color: #666666;
  line-height: 20px;
}

.checkbox-control-group .checkbox-control-single {
  float: left;
}

.checkbox-control-group .checkbox-control-single span {
  float: none;
  margin-left: 0px;
}

.checkbox-control-group .form-group {
  width: 100%;
}

.home-notification-box {
  display: none;
}

.home-notification-box {
  background-color: #6893be;
  color: #fff;
  width: 100%;
  padding: 15px 40px 15px 15px;
  position: relative;
  margin-bottom: 10px;
}

.home-notification-box .remove-message {
  position: absolute;
  right: 15px;
  top: 15px;
}

.home-notification-box .remove-message svg {
  width: 16px;
  height: 16px;
  color: #fff;
}

.page-notifications {
  margin-bottom: 25%;
}

.page-notifications .w-100 {
  padding: 10px 0;
  width: 100%;
  clear: both;
  display: table;
}

.page-notifications .panel-mobile-number {
  border-color: transparent;
  background: rgba(3, 169, 244, 0.06);
  margin: 2% 0;
}

.page-notifications .panel-mobile-number [class*='col-'] {
  line-height: 2em;
}

.page-notifications .panel-mobile-number [class*='col-'] .enter-mobile-text {
  color: #002f5f;
  font-weight: bold;
}

.page-notifications .panel-mobile-number [class*='col-'] #mobileNumberShowError {
  color: #ff0000;
}

.page-notifications .panel-mobile-number [class*='col-'] .form-control, .page-notifications .panel-mobile-number [class*='col-'] input[type='text'] {
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 768px) {
  .page-notifications .w-100 {
    padding: 15px 0;
  }
  .page-notifications .sms-email-cbox-component {
    text-align: left;
  }
  .page-notifications .sms-email-cbox-component .checkbox-inline {
    padding-left: 0;
  }
}

.page-notifications .learn-more {
  color: #002f5f;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 30px;
}

.page-notifications .learn-more:after {
  margin-top: 13px;
}

.page-notifications .panel-mobile-number {
  border-color: transparent;
  background: rgba(3, 169, 244, 0.06);
  margin: 2% 0;
}

.page-notifications .panel-mobile-number [class*='col-'] {
  line-height: 2em;
}

.page-notifications .panel-mobile-number [class*='col-'] .enter-mobile-text {
  color: #002f5f;
  font-weight: bold;
}

.page-notifications .panel-mobile-number [class*='col-'] #mobileNumberShowError {
  color: #ff0000;
}

.page-notifications .panel-mobile-number [class*='col-'] .form-control, .page-notifications .panel-mobile-number [class*='col-'] input[type='text'] {
  border-radius: 0;
  box-shadow: none;
}

.page-notifications h1 {
  display: inline-block;
  margin-bottom: 20px;
}

.page-notifications h2 {
  font-size: 18px;
  font-weight: normal;
}

.page-notifications h2 span {
  color: #6893be;
  font-weight: bold;
}

.page-notifications h3 {
  color: #002f5f;
  margin-bottom: 15px;
  position: relative;
}

.page-notifications h3 .icon-price-info {
  background-image: url("../img/svg/price-info.svg");
  height: 15px;
  width: 15px;
  vertical-align: middle;
}

.page-notifications h4 {
  color: #002f5f;
  font-weight: normal;
  font-size: 14px;
}

.page-notifications h4 strong {
  font-weight: bold;
}

.page-notifications section {
  padding: 20px 0;
}

.page-notifications section .notification_body {
  padding: 20px 0 0 40px;
}

@media (min-width: 768px) {
  .page-notifications section .notification_body {
    padding-left: 92px;
  }
}

.page-notifications .btn-invert {
  padding: 0;
  font-size: 12px;
}

@media (min-width: 767px) {
  .page-notifications .btn-invert {
    padding: 0 10px;
  }
}

.page-notifications .notification_required-notice {
  margin-bottom: 20px;
}

.page-notifications .notification_required-notice i {
  color: #6893be;
}

.page-notifications .form-group {
  margin-bottom: 0;
}

.page-notifications .form-group > label {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  display: block;
}

.page-notifications .form-group > label .required {
  position: static;
  top: 0;
  right: 0;
  color: #6893be;
}

.page-notifications .select {
  max-width: 148px;
  display: inline-block;
}

.page-notifications .select + span {
  line-height: 40px;
  display: inline-block;
  margin-left: 10px;
}

.page-notifications .list-checkbox {
  margin-bottom: 26px;
}

@media (min-width: 1024px) {
  .page-notifications .list-checkbox {
    margin-bottom: 0;
  }
}

.page-notifications .list-checkbox li {
  margin-bottom: 10px;
}

.page-notifications .list-checkbox li:last-child {
  margin-bottom: 0;
}

.page-notifications .list-checkbox li label {
  color: #002f5f;
  font-weight: normal;
}

.page-notifications .checkbox.notification_option {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-notifications .checkbox.notification_option {
    padding-left: 52px;
  }
}

.page-notifications .checkbox label {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding-left: 30px;
  margin-right: 0;
}

.page-notifications .checkbox label span {
  font-weight: bold;
  color: #002f5f;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}

.page-notifications .checkbox label span.glyphicon-info-sign {
  color: #666666;
}

.page-notifications .notification_cta {
  margin-top: 20px;
  text-align: right;
}

.page-notifications .notification_cta .btn-primary {
  width: 30%;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
}

.page-notifications .notification_cta .btn-primary.btn-invert {
  width: 68%;
  display: inline-block;
  float: left;
}

@media (min-width: 768px) {
  .page-notifications .notification_cta .btn-primary {
    max-width: 116px;
  }
  .page-notifications .notification_cta .btn-primary.btn-invert {
    max-width: inherit;
  }
}

.page-notifications .modal-unsaved-changes .modal-dialog {
  top: 20%;
}

.page-notifications .modal-unsaved-changes .modal-dialog .modal-content {
  border-radius: 0;
  margin: 15px;
  padding: 20px;
  text-align: center;
}

.page-notifications .modal-unsaved-changes .modal-dialog .modal-content .modal-body {
  padding-bottom: 0;
}

.page-notifications .modal-unsaved-changes .modal-dialog .modal-content .modal-body h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.page-notifications .modal-unsaved-changes .modal-dialog .modal-content .modal-body p {
  margin: 0;
}

.page-notifications .modal-unsaved-changes .modal-dialog .modal-content .modal-body .submit-notification {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.page-notifications .modal-unsaved-changes .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 0;
  text-align: center;
}

.page-notifications .modal-unsaved-changes .modal-dialog .modal-content .modal-footer .back {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 20px;
  background-color: transparent;
}

.page-notifications .modal-unsaved-changes .modal-dialog .modal-content .modal-footer .back .glyphicon {
  padding-right: 4px;
  top: 2px;
}

a[disabled="disabled"] {
  pointer-events: none;
}

.page-recommendationCusPage .deal-items,
.page-recommendationRepPage .deal-items {
  margin-bottom: 0;
}

@media (min-width: 990px) {
  .page-recommendationCusPage .deal-items .deal-item-body .base-item .item .item-title,
  .page-recommendationRepPage .deal-items .deal-item-body .base-item .item .item-title {
    min-width: 545px;
  }
}

@media (min-width: 990px) {
  .page-recommendationCusPage .deal-items .deal-item-body .free .item .item-title,
  .page-recommendationRepPage .deal-items .deal-item-body .free .item .item-title {
    min-width: 545px;
  }
}

.page-recommendationCusPage .deal-items .deal-item-head .deal-head-left,
.page-recommendationRepPage .deal-items .deal-item-head .deal-head-left {
  margin-bottom: 20px;
}

.page-recommendationCusPage .deal-items .deal-item-head .deal-head-left .recommendation-name,
.page-recommendationRepPage .deal-items .deal-item-head .deal-head-left .recommendation-name {
  display: block;
}

@media (min-width: 768px) {
  .page-recommendationCusPage .deal-items .deal-item-head .deal-head-left,
  .page-recommendationRepPage .deal-items .deal-item-head .deal-head-left {
    max-width: 585px;
    margin-bottom: 0px;
  }
}

@media (min-width: 990px) {
  .page-recommendationCusPage .deal-items .deal-item-head .deal-head-left,
  .page-recommendationRepPage .deal-items .deal-item-head .deal-head-left {
    max-width: 810px;
  }
}

@media (min-width: 768px) {
  .page-recommendationCusPage .deal-items .deal-item-head.single .deal-head-left,
  .page-recommendationRepPage .deal-items .deal-item-head.single .deal-head-left {
    max-width: 370px;
  }
}

@media (min-width: 990px) {
  .page-recommendationCusPage .deal-items .deal-item-head.single .deal-head-left,
  .page-recommendationRepPage .deal-items .deal-item-head.single .deal-head-left {
    max-width: 580px !important;
  }
}

.page-recommendationCusPage .deal-items .deal-item-head .deal-head-right .addRecommendation,
.page-recommendationRepPage .deal-items .deal-item-head .deal-head-right .addRecommendation {
  display: none;
}

.page-recommendationCusPage .deal-items .deal-item-head .deal-head-right .btn-primary,
.page-recommendationRepPage .deal-items .deal-item-head .deal-head-right .btn-primary {
  margin-left: 15px;
}

@media (max-width: 420px) {
  .page-recommendationCusPage .deal-items .deal-item-head .deal-head-right .select-quantity,
  .page-recommendationRepPage .deal-items .deal-item-head .deal-head-right .select-quantity {
    width: 50%;
  }
}

@media (max-width: 420px) {
  .page-recommendationCusPage .deal-items .deal-item-head .deal-head-right .select-quantity.select-quantity-fixed,
  .page-recommendationRepPage .deal-items .deal-item-head .deal-head-right .select-quantity.select-quantity-fixed {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .page-recommendationCusPage .deal-items .deal-item-head .deal-head-right .item-uom,
  .page-recommendationRepPage .deal-items .deal-item-head .deal-head-right .item-uom {
    width: 45%;
  }
}

.page-recommendationCusPage .deal-items .deal-item-head .deal-head-right .select-list .select-btn,
.page-recommendationCusPage .deal-items .deal-item-head .deal-head-right .select-list .select-single,
.page-recommendationRepPage .deal-items .deal-item-head .deal-head-right .select-list .select-btn,
.page-recommendationRepPage .deal-items .deal-item-head .deal-head-right .select-list .select-single {
  height: 40px;
  line-height: 40px;
}

.page-recommendationCusPage .deal-items .deal-item-head .deal-head-right .select-list .select-btn:after,
.page-recommendationCusPage .deal-items .deal-item-head .deal-head-right .select-list .select-single:after,
.page-recommendationRepPage .deal-items .deal-item-head .deal-head-right .select-list .select-btn:after,
.page-recommendationRepPage .deal-items .deal-item-head .deal-head-right .select-list .select-single:after {
  top: 17px;
}

.page-recommendationCusPage .deal-items .deal-item-head .recommendations-cta,
.page-recommendationRepPage .deal-items .deal-item-head .recommendations-cta {
  display: block;
  vertical-align: top;
  text-align: center;
  width: 100%;
}

.page-recommendationCusPage .deal-items .deal-item-head .recommendations-cta .delete,
.page-recommendationRepPage .deal-items .deal-item-head .recommendations-cta .delete {
  display: block;
}

.page-recommendationCusPage .deal-items .deal-item-head .recommendations-cta .delete span,
.page-recommendationRepPage .deal-items .deal-item-head .recommendations-cta .delete span {
  line-height: 40px;
}

@media (min-width: 768px) {
  .page-recommendationCusPage .deal-items .deal-item-head .recommendations-cta,
  .page-recommendationRepPage .deal-items .deal-item-head .recommendations-cta {
    text-align: right;
    min-width: 130px;
    display: inline-block;
    width: auto;
  }
  .page-recommendationCusPage .deal-items .deal-item-head .recommendations-cta span,
  .page-recommendationRepPage .deal-items .deal-item-head .recommendations-cta span {
    margin-right: 36px;
  }
}

@media (max-width: 420px) {
  .page-recommendationCusPage .deal-items .deal-item-head .recommendations-cta,
  .page-recommendationRepPage .deal-items .deal-item-head .recommendations-cta {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .page-recommendationCusPage .deal-items .deal-item-head .recommendations-cta .btn-changeDeliveryDate,
  .page-recommendationRepPage .deal-items .deal-item-head .recommendations-cta .btn-changeDeliveryDate {
    max-width: 100px;
    white-space: pre-line;
    line-height: 14px;
    padding: 6px 0px;
  }
}

.page-recommendationCusPage .deal-items .deal-item-head .non-recommendations-cta,
.page-recommendationRepPage .deal-items .deal-item-head .non-recommendations-cta {
  display: none;
}

.page-recommendationCusPage .deal-items .deal-item-head .toggle-body button.btn-invert,
.page-recommendationRepPage .deal-items .deal-item-head .toggle-body button.btn-invert {
  display: none;
}

.page-recommendationCusPage .deal-atc,
.page-recommendationRepPage .deal-atc {
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-recommendationCusPage .deal-atc div,
  .page-recommendationRepPage .deal-atc div {
    margin-top: 10px;
  }
}

.page-recommendationCusPage .deal.no-deal .deal-title .h4,
.page-recommendationRepPage .deal.no-deal .deal-title .h4 {
  color: #002f5f;
  font-weight: bold;
}

.page-recommendationCusPage .deal.no-deal .deal-title .h4 span,
.page-recommendationRepPage .deal.no-deal .deal-title .h4 span {
  font-weight: normal;
  color: #666666;
  font-size: 14px;
}

.page-recommendationCusPage .custom-table .hr-1,
.page-recommendationRepPage .custom-table .hr-1 {
  border-top-width: 1px;
}

@media (min-width: 768px) {
  .page-recommendationCusPage .custom-table .table-headers .header-qty,
  .page-recommendationRepPage .custom-table .table-headers .header-qty {
    margin-left: 25px;
  }
  .page-recommendationCusPage .custom-table .table-headers .header-uom,
  .page-recommendationRepPage .custom-table .table-headers .header-uom {
    margin-left: 58px;
  }
}

@media (min-width: 990px) {
  .page-recommendationCusPage .custom-table .table-headers .header-qty,
  .page-recommendationRepPage .custom-table .table-headers .header-qty {
    margin-left: 60px;
  }
  .page-recommendationCusPage .custom-table .table-headers .header-uom,
  .page-recommendationRepPage .custom-table .table-headers .header-uom {
    margin-left: 50px;
  }
}

.page-recommendationCusPage .deal-item-body,
.page-recommendationRepPage .deal-item-body {
  margin-bottom: 0;
}

.page-recommendationCusPage .deal-item-body .multi-products,
.page-recommendationRepPage .deal-item-body .multi-products {
  margin-bottom: 0;
}

.recommendation-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #002f5f;
}

.addRecommendationText {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #002f5f;
}

.addRecommendationText span {
  display: inline-block;
  line-height: 20px;
  margin-top: 8px;
}

.addRecommendationText span:hover {
  color: #6892BE;
}

.addRecommendationText.adding:hover {
  cursor: not-allowed;
}

.recommendation-message {
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #002E5F;
  text-align: center;
  background-color: #F2F9FF;
  padding-top: 10px;
  margin-top: 10px;
}

@media (min-width: 990px) {
  .recommendation-message {
    height: 40px !important;
    width: 940px !important;
  }
}

@media (min-width: 420px) {
  .recommendation-message {
    height: 50px;
    width: 100%;
  }
}

.recommendations-header {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #002f5f;
  margin-bottom: 0px;
  line-height: 40px;
  font-size: 24px;
}

@media (min-width: 990px) {
  .recommendations-header {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .recommendations-header {
    font-size: 32px;
  }
}

.recommendations-subHeader {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #002f5f;
  margin-bottom: 0px;
  line-height: 40px;
}

@media (min-width: 990px) {
  .recommendations-subHeader {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 420px) {
  .recommendations-subHeader {
    font-size: 18px;
  }
}

@media (min-width: 990px) {
  .button-width {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .button-width {
    padding-left: 0 !important;
  }
}

@media (min-width: 420px) {
  .button-width {
    padding-left: 15px;
  }
}

.unsaved-changes-popup {
  width: 95%;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
}

.unsaved-changes-popup ul {
  margin-bottom: 20px;
}

.unsaved-changes-popup .btn {
  margin-bottom: 20px;
}

.unsaved-changes-popup div.title {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .unsaved-changes-popup {
    width: 500px;
  }
  .unsaved-changes-popup .btn {
    float: right;
    margin-bottom: 0;
  }
  .unsaved-changes-popup .inline {
    float: left;
    margin-top: 17px;
  }
}

.addRecommendation {
  margin-top: -10px;
  text-align: center;
}

@media (min-width: 990px) {
  .addRecommendation {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .addRecommendation {
    text-align: right;
  }
}

.itemsAddedToRecommendation {
  position: absolute;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 5px;
  top: 85px;
  left: 0;
  font-size: 12px;
  color: #002E5F;
  font-weight: bold;
  text-align: center;
  z-index: -1;
}

.itemsAddedToRecommendation::after {
  content: '';
  z-index: -1;
  position: absolute;
  right: 0;
  top: -5px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  clear: both;
}

.popover.bottom {
  margin: 0;
}

.popover-recommendationwelcome {
  left: 0 !important;
  top: 85px !important;
  border-radius: unset;
  width: 116px;
  border: none;
  z-index: -1 !important;
}

.popover-recommendationwelcome-content {
  padding: 0px 2px !important;
}

.popover-recommendationwelcome.bottom > .arrow {
  z-index: -1;
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
  top: -11px;
  border-top-width: 0;
}

.popover-recommendationwelcome.bottom > .arrow:after {
  top: 4px;
}

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

.popover-recommendationwelcome-content p {
  color: #002f5f !important;
  font-size: 12px;
  text-align: center;
  padding: 2px;
  margin: 0;
}

.popover-recommendationwelcome-content a {
  color: #002f5f !important;
  font-size: 8px;
  text-decoration: underline;
}

.text-center .icon-arrow-left {
  width: 20px;
  height: 10px;
  margin-top: 3px;
}

.text-center .recommendations-subHeader {
  margin-top: 65px;
}

.cartRecommendations .hr-title {
  border-top: 1px solid #6892BE;
  width: 90%;
  margin: 0 auto;
}

.cartRecommendations .product-pick {
  background: #ffffff;
  border: solid 1px #6892be;
  margin: 5px;
}

.cartRecommendations .product-pick .product-pick-title {
  font-size: 10px;
  color: #002f5f;
  line-height: 12px;
  font-weight: normal;
  word-break: break-word;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cartRecommendations .product-pick .product-pick-description .product-pick-details {
  word-break: break-word;
  color: #666666;
  font-size: 12px;
  line-height: 12px;
}

.cartRecommendations .product-pick .list-item-img {
  text-align: center;
  position: relative;
  height: 65px;
  width: 65px;
  padding: 10px;
  background: white;
}

@media (max-width: 768px) {
  .cartRecommendations .product-pick .list-item-img {
    height: 100px !important;
    width: 100px !important;
    padding: 5px !important;
  }
}

@media (min-width: 768px) {
  .cartRecommendations .card-content {
    padding-left: 10px;
  }
}

.cartRecommendations .product-pick .product-pick-description h3 {
  font-size: 12px;
  line-height: 16px;
  word-break: break-word;
}

.cartRecommendations .product-pick .product-pick-description .h3 {
  margin-bottom: 0px;
}

.cartRecommendations .product-pick .product-pick-description .qty-unit {
  font-size: 12px;
  color: #002e5f;
}

.cartRecommendations .product-pick .product-pick-description .dealTitle {
  font-weight: normal;
  word-break: break-word;
  margin-bottom: 17px;
  color: #666666;
}

.cartRecommendations .product-pick .product-pick-description .dealTitle b {
  color: #002F5F;
}

.cartRecommendations .recommendation-cart-actions {
  color: #002f5f;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}

.cartRecommendations .recommendation-cart-actions .title {
  font-weight: bold;
}

.cartRecommendations .recommendation-cart-actions .vertical-bar {
  margin: 0px 5px 0px 5px;
}

.cartRecommendations .actions-separator {
  padding: 0px 10px 0px 10px;
}

.cartRecommendations .actions-separator hr {
  border-top-color: #6892be;
  clear: both;
}

@media (min-width: 768px) {
  .btn-carousel {
    padding: 12px 5px;
    line-height: 14px;
  }
}

@media (min-width: 768px) {
  .updateRecommendation {
    float: right !important;
  }
}

.recommendationwelcome-mobile {
  border-color: #EEEEEE;
  font-size: 12px;
  text-align: center;
  padding: 5px 3px 5px 3px;
  background-color: white;
  box-shadow: 0px 2px 10px 1px;
}

.recommendationwelcome-mobile span {
  color: #002E5F;
}

@media (min-width: 768px) {
  .recommendationwelcome-mobile {
    display: none;
  }
}

@media (max-width: 420px) {
  #recommendationCarousel .related-recommendations .slick-slider {
    margin-bottom: 0px !important;
  }
  #recommendationCarousel .visible-xs .slider-nav {
    margin-bottom: 0px !important;
  }
}

.nav-content-container .mobile-head-list li.recommendation {
  padding-left: 15px;
  font-weight: bold;
}

.nav-content-container .mobile-head-list li.recommendation a {
  color: #002f5f;
  font-size: 18px;
  position: relative;
}

.nav-content-container .mobile-head-list li.recommendation a .recommendations-text {
  margin-left: 10px;
}

.nav-content-container .mobile-head-list li.recommendation .icon-star-add {
  width: 20px;
  height: 20px;
}

.deal-items .deal-title b {
  color: #002F5F;
}

.page-deals .deal .deal-item-body .deal-cta {
  display: block;
}

@media (min-width: 768px) {
  .page-deals .deal .deal-item-body .deal-cta .addRecommendation {
    float: right !important;
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .page-recommendationRepPage .cancelRecommendationChange {
    margin-top: 10px !important;
    margin-left: 32px !important;
  }
}

@media (max-width: 420px) {
  .page-recommendationRepPage .cancelRecommendationChange {
    margin-bottom: 10px;
    text-align: center;
  }
}

.rep-review-recommendation {
  display: block;
  margin-bottom: 50px;
}

.page-businessUnits .users-table th.sendWelcomeEmail .footable-sort-indicator,
.page-businessUnitDetail .users-table th.sendWelcomeEmail .footable-sort-indicator {
  display: none;
}

.page-businessUnits .send-welcome-email-popup,
.page-businessUnitDetail .send-welcome-email-popup {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: #002f5f;
  padding: 40px 20px;
  background-color: #fff;
}

.page-businessUnits .send-welcome-email-popup ul,
.page-businessUnitDetail .send-welcome-email-popup ul {
  margin-bottom: 20px;
}

.page-businessUnits .send-welcome-email-popup .btn,
.page-businessUnitDetail .send-welcome-email-popup .btn {
  margin-bottom: 20px;
}

.page-businessUnits .send-welcome-email-popup div.title,
.page-businessUnitDetail .send-welcome-email-popup div.title {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-businessUnits .send-welcome-email-popup,
  .page-businessUnitDetail .send-welcome-email-popup {
    width: 500px;
  }
  .page-businessUnits .send-welcome-email-popup .btn,
  .page-businessUnitDetail .send-welcome-email-popup .btn {
    margin-bottom: 0;
  }
  .page-businessUnits .send-welcome-email-popup .inline,
  .page-businessUnitDetail .send-welcome-email-popup .inline {
    float: left;
    margin-top: 17px;
  }
}

.track-my-delivery .panelbox .icon {
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 1;
}

.track-my-delivery .panelbox .icon-err-indicator {
  vertical-align: middle;
  height: 20px !important;
  width: 20px !important;
  position: absolute !important;
  right: 0px !important;
}

.track-my-delivery .panelbox .icon-unabletodeliver {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cdefs%3e%3cstyle%3e.cls-1,.cls-2%7bfill:%23f0242d;%7d.cls-1%7bfill-rule:evenodd;%7d.cls-3%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eArtboard 20 copy%3c/title%3e%3cpath class='cls-1' d='M10,0a9.84,9.84,0,0,1,5.07,1.37,9.5,9.5,0,0,1,3.56,3.56A9.84,9.84,0,0,1,20,10a9.84,9.84,0,0,1-1.37,5.07,9.5,9.5,0,0,1-3.56,3.56A9.84,9.84,0,0,1,10,20a9.84,9.84,0,0,1-5.07-1.37,9.7,9.7,0,0,1-3.56-3.58A10,10,0,0,1,1.37,5,10,10,0,0,1,10,0Z'/%3e%3cpath class='cls-2' d='M10,19.5A9.5,9.5,0,0,1,.5,10,9.36,9.36,0,0,1,1.8,5.21,9.45,9.45,0,0,1,5.21,1.8a9.53,9.53,0,0,1,9.61,0A9,9,0,0,1,18.2,5.18a9.59,9.59,0,0,1,0,9.64,9,9,0,0,1-3.38,3.38A9.42,9.42,0,0,1,10,19.5Z'/%3e%3cpath class='cls-3' d='M10,1a8.81,8.81,0,0,1,4.57,1.24,8.52,8.52,0,0,1,3.2,3.19A8.9,8.9,0,0,1,19,10a8.81,8.81,0,0,1-1.24,4.57,8.52,8.52,0,0,1-3.19,3.2A8.9,8.9,0,0,1,10,19a8.9,8.9,0,0,1-4.57-1.23,8.77,8.77,0,0,1-3.2-3.23,9,9,0,0,1,0-9.08A8.93,8.93,0,0,1,5.46,2.23,8.82,8.82,0,0,1,10,1m0-1A10,10,0,0,0,1.37,5a10,10,0,0,0,0,10.1,9.7,9.7,0,0,0,3.56,3.58A9.84,9.84,0,0,0,10,20a9.84,9.84,0,0,0,5.07-1.37,9.5,9.5,0,0,0,3.56-3.56A9.84,9.84,0,0,0,20,10a9.84,9.84,0,0,0-1.37-5.07,9.5,9.5,0,0,0-3.56-3.56A9.84,9.84,0,0,0,10,0Z'/%3e%3crect class='cls-3' x='9.01' y='4.98' width='1.97' height='6.01'/%3e%3crect class='cls-3' x='9.01' y='13' width='1.97' height='2.02'/%3e%3c/svg%3e");
}

.track-my-delivery .panelbox .line {
  border: 1px dashed #888;
  width: 100px;
  position: absolute;
  left: -55px;
  top: 55px;
}

.track-my-delivery .panelbox .icon-1 {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23002f5f;%7d.cls-2%7bfill:%23fff;%7d.cls-3%7bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eArtboard 1%3c/title%3e%3ccircle class='cls-1' cx='35' cy='35' r='35'/%3e%3crect class='cls-2' x='27' y='29' width='16' height='2'/%3e%3crect class='cls-2' x='27' y='33' width='16' height='2'/%3e%3crect class='cls-2' x='27' y='37' width='12' height='2'/%3e%3cpath class='cls-2' d='M39.76,20,46,26.24V50H24V20H39.76M41,17H21V53H49V25l-8-8Z'/%3e%3cpath class='cls-3' d='M47,26H40V19'/%3e%3cpath class='cls-2' d='M42.64,41.08,44,42.52,39.8,46.76,37,43.92l1.4-1.4,1.44,1.4Z'/%3e%3c/svg%3e");
}

.track-my-delivery .panelbox .icon-1 + .text {
  color: #002f5f;
  font-weight: bold;
}

.track-my-delivery .panelbox .icon-1 + .text + .footer-text {
  color: #002f5f;
}

.track-my-delivery .panelbox .icon-2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='Icon-delivered' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23e8e8e8;%7d.cls-2%7bfill:%23b6b6b6;%7d.cls-3%7bfill:none;stroke:%23b6b6b6;stroke-miterlimit:10;stroke-width:1.54px;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eArtboard 3 copy 6%3c/title%3e%3ccircle class='cls-1' cx='35' cy='35' r='35'/%3e%3cpath class='cls-2' d='M35,46.32A5.9,5.9,0,0,0,30,43.74L21.46,16.67,14.32,16,14,19.7l4.8.47,7.85,24.76a6.32,6.32,0,0,0-2,7.53A5.89,5.89,0,0,0,31.41,56a6.11,6.11,0,0,0,4.65-6.12L52,44.38l-1.12-3.52Z'/%3e%3ccircle class='cls-1' cx='30' cy='50' r='2.5'/%3e%3crect class='cls-3' x='31.46' y='33.72' width='16.76' height='6.27' transform='translate(-9.44 14.12) rotate(-18)'/%3e%3crect class='cls-2' x='37.49' y='35.99' width='4.7' height='1.73' transform='translate(-9.18 13.56) rotate(-17.36)'/%3e%3crect class='cls-3' x='28.46' y='24.72' width='16.76' height='6.27' transform='translate(-6.81 12.75) rotate(-18)'/%3e%3crect class='cls-2' x='34.49' y='26.99' width='4.7' height='1.73' transform='translate(-6.63 12.26) rotate(-17.36)'/%3e%3c/svg%3e");
}

.track-my-delivery .panelbox .icon-2.done, .track-my-delivery .panelbox .icon-2.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23002f5f;%7d.cls-2%7bfill:%23fff;%7d.cls-3%7bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:1.54px;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eArtboard 1 copy%3c/title%3e%3ccircle class='cls-1' cx='35' cy='35' r='35'/%3e%3cpath class='cls-2' d='M35,46.32A5.9,5.9,0,0,0,30,43.74L21.46,16.67,14.32,16,14,19.7l4.8.47,7.85,24.76a6.32,6.32,0,0,0-2,7.53A5.89,5.89,0,0,0,31.41,56a6.11,6.11,0,0,0,4.65-6.12L52,44.38l-1.12-3.52Z'/%3e%3ccircle class='cls-1' cx='30' cy='50' r='2.5'/%3e%3crect class='cls-3' x='31.46' y='33.72' width='16.76' height='6.27' transform='translate(-9.44 14.12) rotate(-18)'/%3e%3crect class='cls-2' x='37.49' y='35.99' width='4.7' height='1.73' transform='translate(-9.18 13.56) rotate(-17.36)'/%3e%3crect class='cls-3' x='28.46' y='24.72' width='16.76' height='6.27' transform='translate(-6.81 12.75) rotate(-18)'/%3e%3crect class='cls-2' x='34.49' y='26.99' width='4.7' height='1.73' transform='translate(-6.63 12.26) rotate(-17.36)'/%3e%3c/svg%3e");
}

.track-my-delivery .panelbox .icon-2.done + .line, .track-my-delivery .panelbox .icon-2.active + .line {
  border: 1px solid #002f5f;
}

.track-my-delivery .panelbox .icon-2.done + .line + .text, .track-my-delivery .panelbox .icon-2.active + .line + .text {
  color: #002f5f;
  font-weight: bold;
}

.track-my-delivery .panelbox .icon-2.done + .line + .text + .footer-text, .track-my-delivery .panelbox .icon-2.active + .line + .text + .footer-text {
  color: #002f5f;
}

.track-my-delivery .panelbox .icon-3 {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='Icon-delivered' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23e8e8e8;%7d.cls-2%7bfill:none;stroke:%23b6b6b6;stroke-miterlimit:10;stroke-width:1.79px;%7d.cls-3%7bfill:%23b6b6b6;fill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eArtboard 3 copy 7%3c/title%3e%3ccircle class='cls-1' cx='35' cy='35' r='35'/%3e%3cellipse class='cls-2' cx='24.56' cy='45.47' rx='3.02' ry='3.16'/%3e%3cpath class='cls-3' d='M14.5,34.44H27.83v3l5.79-5.89-5.79-5.9v3H14.5V24.83a3.56,3.56,0,0,1,3.57-3.57h21a3.56,3.56,0,0,1,3.57,3.57v15a7.22,7.22,0,0,0-3.34,3.49H30.93a6.92,6.92,0,0,0-12.74,0h-.12A3.57,3.57,0,0,1,14.5,39.8Z'/%3e%3cellipse class='cls-2' cx='45.7' cy='45.47' rx='3.02' ry='3.16'/%3e%3cpath class='cls-3' d='M48.61,31.79a.89.89,0,0,0-.89.89v3.48a.89.89,0,0,0,.89.89h5.08a.44.44,0,0,0,.16,0,.89.89,0,0,0,.71-1l-.66-3.48a.89.89,0,0,0-.88-.72Zm4.07,13.68a7.16,7.16,0,0,0-7-6.31,6.63,6.63,0,0,0-1,.07V32.36a2.68,2.68,0,0,1,2.68-2.68h5.3a2.68,2.68,0,0,1,2.6,2l2.66,10.44A2.67,2.67,0,0,1,56,45.39a2.48,2.48,0,0,1-.66.08Z'/%3e%3c/svg%3e");
}

.track-my-delivery .panelbox .icon-3.done, .track-my-delivery .panelbox .icon-3.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23002f5f;%7d.cls-2%7bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:1.79px;%7d.cls-3%7bfill:%23fff;fill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eArtboard 1 copy%3c/title%3e%3ccircle class='cls-1' cx='35' cy='35' r='35'/%3e%3cellipse class='cls-2' cx='24.56' cy='45.47' rx='3.02' ry='3.16'/%3e%3cpath class='cls-3' d='M14.5,34.44H27.83v3l5.79-5.89-5.79-5.9v3H14.5V24.83a3.56,3.56,0,0,1,3.57-3.57h21a3.56,3.56,0,0,1,3.57,3.57v15a7.22,7.22,0,0,0-3.34,3.49H30.93a6.92,6.92,0,0,0-12.74,0h-.12A3.57,3.57,0,0,1,14.5,39.8Z'/%3e%3cellipse class='cls-2' cx='45.7' cy='45.47' rx='3.02' ry='3.16'/%3e%3cpath class='cls-3' d='M48.61,31.79a.89.89,0,0,0-.89.89v3.48a.89.89,0,0,0,.89.89h5.08a.44.44,0,0,0,.16,0,.89.89,0,0,0,.71-1l-.66-3.48a.89.89,0,0,0-.88-.72Zm4.07,13.68a7.16,7.16,0,0,0-7-6.31,6.63,6.63,0,0,0-1,.07V32.36a2.68,2.68,0,0,1,2.68-2.68h5.3a2.68,2.68,0,0,1,2.6,2l2.66,10.44A2.67,2.67,0,0,1,56,45.39a2.48,2.48,0,0,1-.66.08Z'/%3e%3c/svg%3e");
}

.track-my-delivery .panelbox .icon-3.done + .line, .track-my-delivery .panelbox .icon-3.active + .line {
  border: 1px solid #002f5f;
}

.track-my-delivery .panelbox .icon-3.done + .line + .text, .track-my-delivery .panelbox .icon-3.active + .line + .text {
  color: #002f5f;
  font-weight: bold;
}

.track-my-delivery .panelbox .icon-3.done + .line + .text + .footer-text, .track-my-delivery .panelbox .icon-3.active + .line + .text + .footer-text {
  color: #002f5f;
}

.track-my-delivery .panelbox .icon-3.done .icon-warning, .track-my-delivery .panelbox .icon-3.active .icon-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cdefs%3e%3cstyle%3e.cls-1,.cls-2%7bfill:%23f3a902;%7d.cls-1%7bfill-rule:evenodd;%7d.cls-3%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eArtboard 20 copy%3c/title%3e%3cpath class='cls-1' d='M10,0a9.84,9.84,0,0,1,5.07,1.37,9.5,9.5,0,0,1,3.56,3.56A9.84,9.84,0,0,1,20,10a9.84,9.84,0,0,1-1.37,5.07,9.5,9.5,0,0,1-3.56,3.56A9.84,9.84,0,0,1,10,20a9.84,9.84,0,0,1-5.07-1.37,9.7,9.7,0,0,1-3.56-3.58A10,10,0,0,1,1.37,5,10,10,0,0,1,10,0Z'/%3e%3cpath class='cls-2' d='M10,19.5A9.5,9.5,0,0,1,.5,10,9.36,9.36,0,0,1,1.8,5.21,9.45,9.45,0,0,1,5.21,1.8a9.53,9.53,0,0,1,9.61,0A9,9,0,0,1,18.2,5.18a9.59,9.59,0,0,1,0,9.64,9,9,0,0,1-3.38,3.38A9.42,9.42,0,0,1,10,19.5Z'/%3e%3cpath class='cls-3' d='M10,1a8.81,8.81,0,0,1,4.57,1.24,8.52,8.52,0,0,1,3.2,3.19A8.9,8.9,0,0,1,19,10a8.81,8.81,0,0,1-1.24,4.57,8.52,8.52,0,0,1-3.19,3.2A8.9,8.9,0,0,1,10,19a8.9,8.9,0,0,1-4.57-1.23,8.77,8.77,0,0,1-3.2-3.23,9,9,0,0,1,0-9.08A8.93,8.93,0,0,1,5.46,2.23,8.82,8.82,0,0,1,10,1m0-1A10,10,0,0,0,1.37,5a10,10,0,0,0,0,10.1,9.7,9.7,0,0,0,3.56,3.58A9.84,9.84,0,0,0,10,20a9.84,9.84,0,0,0,5.07-1.37,9.5,9.5,0,0,0,3.56-3.56A9.84,9.84,0,0,0,20,10a9.84,9.84,0,0,0-1.37-5.07,9.5,9.5,0,0,0-3.56-3.56A9.84,9.84,0,0,0,10,0Z'/%3e%3crect class='cls-3' x='9.01' y='4.98' width='1.97' height='6.01'/%3e%3crect class='cls-3' x='9.01' y='13' width='1.97' height='2.02'/%3e%3c/svg%3e");
}

.track-my-delivery .panelbox .icon-4 {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='Icon-delivered' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23e8e8e8;%7d.cls-2%7bfill:none;stroke:%23b6b6b6;stroke-miterlimit:10;stroke-width:1.79px;%7d.cls-3,.cls-4%7bfill:%23b6b6b6;%7d.cls-3%7bfill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eArtboard 3 copy 8%3c/title%3e%3ccircle class='cls-1' cx='35' cy='35' r='35'/%3e%3cellipse class='cls-2' cx='25.56' cy='45.47' rx='3.02' ry='3.16'/%3e%3cellipse class='cls-2' cx='46.7' cy='45.47' rx='3.02' ry='3.16'/%3e%3cpath class='cls-3' d='M49.61,31.79a.89.89,0,0,0-.89.89v3.48a.89.89,0,0,0,.89.89h5.08a.44.44,0,0,0,.16,0,.89.89,0,0,0,.71-1l-.66-3.48a.89.89,0,0,0-.88-.72Zm4.07,13.68a7.16,7.16,0,0,0-7-6.31,6.63,6.63,0,0,0-1,.07V32.36a2.68,2.68,0,0,1,2.68-2.68h5.3a2.68,2.68,0,0,1,2.6,2l2.66,10.44A2.67,2.67,0,0,1,57,45.39a2.48,2.48,0,0,1-.66.08Z'/%3e%3cpath class='cls-3' d='M40.37,43.7H31.92a6.9,6.9,0,0,0-12.81,0h-.33a3.4,3.4,0,0,1-3.39-3.4v-16a3.4,3.4,0,0,1,3.39-3.4H40.35a3.4,3.4,0,0,1,3.39,3.4V40.09A7.41,7.41,0,0,0,40.37,43.7Z'/%3e%3crect class='cls-4' x='4' y='27.75' width='9' height='2.5'/%3e%3crect class='cls-4' x='6' y='36.75' width='7' height='2.5'/%3e%3cpath class='cls-4' d='M0,34.75H13v-2.5H.12C.05,33.08,0,33.91,0,34.75Z'/%3e%3c/svg%3e");
}

.track-my-delivery .panelbox .icon-4.done, .track-my-delivery .panelbox .icon-4.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23002f5f;%7d.cls-2%7bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:1.79px;%7d.cls-3,.cls-4%7bfill:%23fff;%7d.cls-3%7bfill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eArtboard 1 copy%3c/title%3e%3ccircle class='cls-1' cx='35' cy='35' r='35'/%3e%3cellipse class='cls-2' cx='25.56' cy='45.47' rx='3.02' ry='3.16'/%3e%3cellipse class='cls-2' cx='46.7' cy='45.47' rx='3.02' ry='3.16'/%3e%3cpath class='cls-3' d='M49.61,31.79a.89.89,0,0,0-.89.89v3.48a.89.89,0,0,0,.89.89h5.08a.44.44,0,0,0,.16,0,.89.89,0,0,0,.71-1l-.66-3.48a.89.89,0,0,0-.88-.72Zm4.07,13.68a7.16,7.16,0,0,0-7-6.31,6.63,6.63,0,0,0-1,.07V32.36a2.68,2.68,0,0,1,2.68-2.68h5.3a2.68,2.68,0,0,1,2.6,2l2.66,10.44A2.67,2.67,0,0,1,57,45.39a2.48,2.48,0,0,1-.66.08Z'/%3e%3cpath class='cls-3' d='M40.37,43.7H31.92a6.9,6.9,0,0,0-12.81,0h-.33a3.4,3.4,0,0,1-3.39-3.4v-16a3.4,3.4,0,0,1,3.39-3.4H40.35a3.4,3.4,0,0,1,3.39,3.4V40.09A7.41,7.41,0,0,0,40.37,43.7Z'/%3e%3crect class='cls-4' x='4' y='27.75' width='9' height='2.5'/%3e%3crect class='cls-4' x='6' y='36.75' width='7' height='2.5'/%3e%3cpath class='cls-4' d='M0,34.75H13v-2.5H.12C.05,33.08,0,33.91,0,34.75Z'/%3e%3c/svg%3e");
}

.track-my-delivery .panelbox .icon-4.done + .line, .track-my-delivery .panelbox .icon-4.active + .line {
  border: 1px solid #002f5f;
}

.track-my-delivery .panelbox .icon-4.done + .line + .text, .track-my-delivery .panelbox .icon-4.active + .line + .text {
  color: #002f5f;
  font-weight: bold;
}

.track-my-delivery .panelbox .icon-4.done + .line + .text + .footer-text, .track-my-delivery .panelbox .icon-4.active + .line + .text + .footer-text {
  color: #002f5f;
}

.track-my-delivery .panelbox .icon-4.done .icon-warning, .track-my-delivery .panelbox .icon-4.active .icon-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cdefs%3e%3cstyle%3e.cls-1,.cls-2%7bfill:%23f3a902;%7d.cls-1%7bfill-rule:evenodd;%7d.cls-3%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eArtboard 20 copy%3c/title%3e%3cpath class='cls-1' d='M10,0a9.84,9.84,0,0,1,5.07,1.37,9.5,9.5,0,0,1,3.56,3.56A9.84,9.84,0,0,1,20,10a9.84,9.84,0,0,1-1.37,5.07,9.5,9.5,0,0,1-3.56,3.56A9.84,9.84,0,0,1,10,20a9.84,9.84,0,0,1-5.07-1.37,9.7,9.7,0,0,1-3.56-3.58A10,10,0,0,1,1.37,5,10,10,0,0,1,10,0Z'/%3e%3cpath class='cls-2' d='M10,19.5A9.5,9.5,0,0,1,.5,10,9.36,9.36,0,0,1,1.8,5.21,9.45,9.45,0,0,1,5.21,1.8a9.53,9.53,0,0,1,9.61,0A9,9,0,0,1,18.2,5.18a9.59,9.59,0,0,1,0,9.64,9,9,0,0,1-3.38,3.38A9.42,9.42,0,0,1,10,19.5Z'/%3e%3cpath class='cls-3' d='M10,1a8.81,8.81,0,0,1,4.57,1.24,8.52,8.52,0,0,1,3.2,3.19A8.9,8.9,0,0,1,19,10a8.81,8.81,0,0,1-1.24,4.57,8.52,8.52,0,0,1-3.19,3.2A8.9,8.9,0,0,1,10,19a8.9,8.9,0,0,1-4.57-1.23,8.77,8.77,0,0,1-3.2-3.23,9,9,0,0,1,0-9.08A8.93,8.93,0,0,1,5.46,2.23,8.82,8.82,0,0,1,10,1m0-1A10,10,0,0,0,1.37,5a10,10,0,0,0,0,10.1,9.7,9.7,0,0,0,3.56,3.58A9.84,9.84,0,0,0,10,20a9.84,9.84,0,0,0,5.07-1.37,9.5,9.5,0,0,0,3.56-3.56A9.84,9.84,0,0,0,20,10a9.84,9.84,0,0,0-1.37-5.07,9.5,9.5,0,0,0-3.56-3.56A9.84,9.84,0,0,0,10,0Z'/%3e%3crect class='cls-3' x='9.01' y='4.98' width='1.97' height='6.01'/%3e%3crect class='cls-3' x='9.01' y='13' width='1.97' height='2.02'/%3e%3c/svg%3e");
}

.track-my-delivery .panelbox .icon-5 {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='Icon-delivered' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23e8e8e8;%7d.cls-2,.cls-3%7bfill:%23b6b6b6;%7d.cls-2%7bfill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eArtboard 3 copy 9%3c/title%3e%3ccircle class='cls-1' cx='35' cy='35' r='35'/%3e%3cpolygon class='cls-2' points='41.2 26.73 28.66 39.27 23.98 39.27 23.98 34.59 36.52 22.05 41.2 26.73'/%3e%3cpath class='cls-2' d='M44.89,23,42.43,25.5l-4.68-4.68,2.46-2.46a1.27,1.27,0,0,1,1.77,0l2.91,2.91a1.27,1.27,0,0,1,0,1.77Z'/%3e%3crect class='cls-3' x='19' y='43.02' width='30' height='4.98'/%3e%3c/svg%3e");
}

.track-my-delivery .panelbox .icon-5.delivered {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:transparent;%7d.cls-2,.cls-3%7bfill:%23fff;%7d.cls-2%7bfill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eArtboard 1 copy%3c/title%3e%3ccircle class='cls-1' cx='35' cy='35' r='35'/%3e%3cpolygon class='cls-2' points='41.2 26.73 28.66 39.27 23.98 39.27 23.98 34.59 36.52 22.05 41.2 26.73'/%3e%3cpath class='cls-2' d='M44.89,23,42.43,25.5l-4.68-4.68,2.46-2.46a1.27,1.27,0,0,1,1.77,0l2.91,2.91a1.27,1.27,0,0,1,0,1.77Z'/%3e%3crect class='cls-3' x='19' y='43.02' width='30' height='4.98'/%3e%3c/svg%3e");
}

.track-my-delivery .panelbox .icon-5.done, .track-my-delivery .panelbox .icon-5.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%2301b04f;%7d.cls-2,.cls-3%7bfill:%23fff;%7d.cls-2%7bfill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eArtboard 1 copy%3c/title%3e%3ccircle class='cls-1' cx='35' cy='35' r='35'/%3e%3cpolygon class='cls-2' points='41.2 26.73 28.66 39.27 23.98 39.27 23.98 34.59 36.52 22.05 41.2 26.73'/%3e%3cpath class='cls-2' d='M44.89,23,42.43,25.5l-4.68-4.68,2.46-2.46a1.27,1.27,0,0,1,1.77,0l2.91,2.91a1.27,1.27,0,0,1,0,1.77Z'/%3e%3crect class='cls-3' x='19' y='43.02' width='30' height='4.98'/%3e%3c/svg%3e");
}

.track-my-delivery .panelbox .icon-5.done + .line, .track-my-delivery .panelbox .icon-5.active + .line {
  border: 1px solid #002f5f;
}

.track-my-delivery .panelbox .icon-5.done + .line + .text, .track-my-delivery .panelbox .icon-5.active + .line + .text {
  color: #00b04f;
  font-weight: bold;
}

.track-my-delivery .panelbox .icon-5.done + .line + .text + .footer-text, .track-my-delivery .panelbox .icon-5.active + .line + .text + .footer-text {
  color: #00b04f;
}

.track-my-delivery .panelbox .icon-6 {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg version='1.1' id='Icon-unable-to-deliver' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23E8E8E8;%7d .st1%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23B6B6B6;%7d .st2%7bfill:%23B6B6B6;%7d .st3%7bfill:none;stroke:%23B6B6B6;stroke-width:1.5392;stroke-miterlimit:10;%7d .st4%7bfill:none;stroke:%23B6B6B6;stroke-width:1.7851;stroke-miterlimit:10;%7d .st5%7bfill:%2301B04F;%7d .st6%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7d .st7%7bfill-rule:evenodd;clip-rule:evenodd;%7d .st8%7bfill:%23002F5F;%7d .st9%7bfill:%23FFFFFF;%7d .st10%7bfill:none;stroke:%23FFFFFF;stroke-width:1.5392;stroke-miterlimit:10;%7d .st11%7bfill:none;stroke:%23000000;stroke-width:1.5392;stroke-miterlimit:10;%7d .st12%7bfill:none;stroke:%23FFFFFF;stroke-width:1.7851;stroke-miterlimit:10;%7d .st13%7bfill:none;stroke:%23000000;stroke-width:1.7851;stroke-miterlimit:10;%7d .st14%7bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7d .st15%7bfill:none;stroke:%23000000;stroke-width:2;stroke-miterlimit:10;%7d .st16%7bfill:none;stroke:%23FFFFFF;stroke-width:3;stroke-miterlimit:10;%7d .st17%7bfill:%231B315C;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7d .st18%7bfill:none;stroke:%23000000;stroke-width:3;stroke-miterlimit:10;%7d .st19%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23F0242D;%7d .st20%7bfill:%23F0242D;%7d .st21%7bfill:none;%7d %3c/style%3e%3cg%3e%3ccircle class='st8' cx='35' cy='35' r='35'/%3e%3cpath class='st16' d='M51.5,47.2h-35v-13h35V47.2z'/%3e%3ccircle class='st17' cx='52.3' cy='46.5' r='6.5'/%3e%3cpath class='st6' d='M55.2,48.2l-2-2l2.1-2c0.1-0.1,0.1-0.2,0-0.3l-0.6-0.6c-0.1-0.1-0.1-0.1-0.2-0.1c0,0-0.1,0-0.1,0.1l-2.1,2 l-2.1-2c-0.1-0.1-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.2,0.1l-0.6,0.6c-0.1,0.1-0.1,0.2,0,0.3l2.1,2l-2.1,2.1c0,0-0.1,0.1-0.1,0.1 s0,0.1,0.1,0.2l0.6,0.6c0,0,0.1,0.1,0.2,0.1s0.1,0,0.2-0.1l2-2.1l2.1,2c0.1,0.1,0.1,0.1,0.1,0.1c0.1,0,0.1,0,0.2-0.1l0.6-0.6 c0.1,0,0.1-0.1,0.1-0.2C55.3,48.4,55.2,48.3,55.2,48.2z'/%3e%3crect x='29.5' y='39' class='st9' width='9' height='3'/%3e%3crect x='19.5' y='23' class='st9' width='8' height='10'/%3e%3crect x='21.5' y='17' class='st9' width='4' height='11'/%3e%3crect x='30' y='23' class='st9' width='8' height='10'/%3e%3crect x='32' y='17' class='st9' width='4' height='11'/%3e%3crect x='40.5' y='23' class='st9' width='8' height='10'/%3e%3crect x='42.5' y='17' class='st9' width='4' height='11'/%3e%3c/g%3e%3c/svg%3e ");
}

.track-my-delivery .panelbox .icon-6 + .line {
  border: 1px solid #002f5f;
}

.track-my-delivery .panelbox .icon-6 + .line + .text {
  color: #f00d2d;
  font-weight: bold;
}

.track-my-delivery .panelbox .bodypanel {
  background: #fff;
  border: 1px solid #dce1e1;
  border-top: none;
  border-radius: 5px;
  text-align: center;
  padding: 70px 0 0 0;
  margin-bottom: 3%;
  position: relative;
}

.track-my-delivery .panelbox .bodypanel .signed-by {
  top: 20px;
  position: absolute;
  left: 5%;
}

.track-my-delivery .panelbox .bodypanel .signed-by .name {
  text-transform: capitalize;
}

.track-my-delivery .panelbox .bodypanel ul.track-my-delivery-icons {
  padding: 0;
  margin: 0;
}

.track-my-delivery .panelbox .bodypanel ul.track-my-delivery-icons li {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

.track-my-delivery .panelbox .bodypanel ul.track-my-delivery-icons li .footer-text {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.track-my-delivery .panelbox .bodypanel .custom-alert {
  margin: 5%;
  padding: 10px;
  position: relative;
}

.track-my-delivery .panelbox .bodypanel .custom-alert.alert-danger .icon-unabletodeliver {
  left: 2px;
}

.track-my-delivery .panelbox .bodypanel .custom-alert.alert-warning {
  color: #f3a902 !important;
  border: 1px solid #f3a902;
}

.track-my-delivery .panelbox .bodypanel footer {
  margin: 5%;
  border-top: 1px solid #f0f0f0;
  display: block;
  text-align: left;
  padding-top: 10px;
}

.track-my-delivery .panelbox .bodypanel footer .view-order-items {
  position: relative;
  cursor: pointer;
  padding-left: 10px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.track-my-delivery .panelbox .bodypanel footer .view-order-items .arrow.right {
  content: "";
  background: url("../img/svg/arrow-right.svg");
  background-repeat: no-repeat;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 0;
}

.track-my-delivery .panelbox .bodypanel footer .view-order-items .arrow.down {
  background: url("../img/svg/arrow-down.svg");
  background-repeat: no-repeat;
  top: 8px;
}

.track-my-delivery .panelbox .bodypanel footer .view-order-items .deliveringTo-value {
  color: #002f5f;
}

.track-my-delivery .panelbox .bodypanel footer .view-order-items section.header {
  background: #f9f9f9;
  color: #888;
  margin-bottom: 3%;
}

.track-my-delivery .panelbox .bodypanel footer .view-order-items section.header > .row > div {
  padding: 10px;
  font-weight: bold;
}

.track-my-delivery .panelbox .bodypanel footer .view-order-items section.body > .row {
  display: -ms-flexbox;
  display: flex;
}

.track-my-delivery .panelbox .bodypanel footer .view-order-items section.body > .row > div {
  color: #002f5f;
  font-weight: bold;
  padding-top: 1%;
  border-bottom: 1px solid #f0f0f0;
}

.track-my-delivery .panelbox .bodypanel footer .view-order-items section.body > .row > div .prod-desc {
  font-weight: normal !important;
}

.track-my-delivery .panelbox .headpanel .row {
  border-radius: 5px 5px 0 0;
}

.track-my-delivery .panelbox .headpanel .nav-panel {
  position: relative;
  height: 105px;
  color: #012e5f;
  font-size: 18px;
  padding-left: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.track-my-delivery .panelbox .headpanel .nav-panel .arrowright {
  position: absolute;
  display: inline-block;
  top: 41%;
  right: -22px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ecedec;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: 0;
  height: 0;
  z-index: 1;
}

.track-my-delivery .panelbox .headpanel .nav-panel i.glyphicon-time {
  font-size: 14pt;
}

.track-my-delivery .panelbox .headpanel .nav-panel .subStatus-text {
  padding-left: 5px;
}

.track-my-delivery .panelbox .headpanel .nav-panel:first-child {
  border-radius: 5px 0 0 0;
}

.track-my-delivery .panelbox .headpanel .nav-panel:last-child {
  border-radius: 0 5px 0 0;
}

.track-my-delivery .panelbox .headpanel .nav-panel:last-child h2 {
  margin: 0 auto;
  text-align: center;
}

.track-my-delivery .panelbox .headpanel .nav-panel.active {
  background: #012e5f !important;
  color: #fff;
}

.track-my-delivery .panelbox .headpanel .nav-panel.active .arrowright {
  border-top: 19px solid #012e5f;
}

@media screen and (max-width: 990px) {
  .track-my-delivery .panelbox .headpane .nav-panel {
    padding-left: 30px;
  }
  .track-my-delivery .panelbox .bodypanel .signed-by {
    top: 2%;
  }
  .track-my-delivery .panelbox .bodypanel ul.track-my-delivery-icons {
    padding-left: 10px;
  }
  .track-my-delivery .panelbox .bodypanel ul.track-my-delivery-icons li {
    display: block;
    padding: 0px;
    padding-bottom: 2%;
    line-height: 100px;
    text-align: left;
  }
  .track-my-delivery .panelbox .bodypanel ul.track-my-delivery-icons li .line {
    width: 100px;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(90deg);
    top: -25px;
  }
  .track-my-delivery .panelbox .bodypanel ul.track-my-delivery-icons li .icon {
    margin-right: 5px;
  }
  .track-my-delivery .panelbox .bodypanel ul.track-my-delivery-icons li .text {
    display: inline-block;
    vertical-align: top;
    line-height: 70px;
  }
  .track-my-delivery .panelbox .bodypanel ul.track-my-delivery-icons li .footer-text {
    left: 111px;
    top: 50px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 768px) {
  .track-my-delivery .panelbox .bodypanel .container > .track-my-delivery-icons {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .track-my-delivery .panelbox .headpanel .nav-panel {
    padding-left: 15px;
  }
}

@media screen and (max-width: 385px) {
  .track-my-delivery .panelbox .nav-panel h2 {
    font-size: 17px;
  }
  .track-my-delivery .panelbox .nav-panel h2 small {
    display: block;
  }
}

.order-received a.link {
  border-bottom: 1px solid #666666;
  color: #666666;
}

.order-received ul.list-inline {
  margin-top: 3%;
}

.order-received ul.list-inline li {
  line-height: 3em;
  padding-right: 15px;
}

.order-received .order-received-thank-you {
  margin-bottom: 5%;
}

.order-received .track-my-delivery-panel {
  cursor: pointer !important;
  margin-bottom: 30px;
  max-width: 500px;
  background: rgba(3, 169, 244, 0.07);
  height: auto;
  overflow: hidden;
  position: relative;
}

.order-received .track-my-delivery-panel p {
  font-size: 1em !important;
}

.order-received .track-my-delivery-panel .header-text {
  width: 50%;
  margin: 5% auto;
}

.order-received .track-my-delivery-panel .header-text h2 {
  margin-bottom: 10px;
}

.order-received .track-my-delivery-panel .icon {
  background-image: url("../img/svg/track-my-delivery/active/icon-active-in-transit.svg");
  height: 65px;
  width: 65px;
  position: absolute;
  top: 35px;
  left: 45px;
}

.order-received .track-my-delivery-panel .arrowright {
  height: 40px;
  width: 10px;
  right: 35px;
  top: 60px;
  background-image: url("../img/svg/arrow-right.svg");
  background-repeat: no-repeat;
  position: absolute;
}

.order-received .track-my-delivery-panel .footer-text {
  width: 85%;
  margin: 0 auto;
}

.order-received .track-my-delivery-panel .footer-text .hr-block {
  height: 1px;
  background: rgba(8, 82, 115, 0.23);
}

.order-received .track-my-delivery-panel .footer-text .icon-notification {
  background-image: url("../img/svg/track-my-delivery/icon-notifications.svg");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

.order-received .track-my-delivery-panel .footer-text p {
  padding: 10px 0;
}

.order-received .ammendment-cancellation-note {
  background: rgba(61, 155, 183, 0.51);
  padding: 10px 10px 1px 10px;
}

.order-received .ammendment-cancellation-note p {
  text-align: justify;
}

.order-details .textlink {
  border-bottom: 1px solid #888;
}

.order-details .list-inline {
  margin-top: 3%;
}

.order-details .list-inline li {
  line-height: 3em;
}

.order-details .cart-deliverymethod {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.track-your-order-homepage .track-order-table {
  background: rgba(3, 169, 244, 0.08);
  padding: 15px 30px;
  margin-bottom: 3%;
}

.track-your-order-homepage .track-order-table .table-header {
  color: #002f5f;
  font-weight: bold !important;
  padding-bottom: 10px;
}

.track-your-order-homepage .track-order-table .table-body .item {
  position: relative;
  line-height: 3em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.track-your-order-homepage .track-order-table .table-body .item:first-child {
  padding-left: 40px;
}

.track-your-order-homepage .track-order-table .table-body .item:last-child {
  text-align: right;
  padding-right: 0px;
}

.track-your-order-homepage .icon {
  height: 25px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 17px;
}

.track-your-order-homepage .icon.icon-6 {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44.83 37'%3e%3cdefs%3e%3cstyle%3e.cls-1,.cls-2%7bfill:none;stroke:%23000;stroke-miterlimit:10;%7d.cls-1%7bstroke-width:3px;%7d.cls-2%7bstroke-width:2px;%7d.cls-3%7bfill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eAsset 6%3c/title%3e%3cg %3e%3cg %3e%3cpath class='cls-1' d='M30.83,30.23H1.5v-13h35V23'/%3e%3ccircle class='cls-2' cx='37.33' cy='29.5' r='6.5'/%3e%3cpath class='cls-3' d='M40.17,31.25l-2-2,2.05-2a.2.2,0,0,0,0-.32l-.59-.57a.22.22,0,0,0-.16-.08s-.08,0-.14.08l-2.05,2-2-2a.19.19,0,0,0-.13-.08.22.22,0,0,0-.17.08l-.56.57a.2.2,0,0,0,0,.32l2,2-2,2.05s-.06.07-.06.14a.21.21,0,0,0,.06.16l.56.59a.22.22,0,0,0,.17.06.21.21,0,0,0,.16-.06l2-2,2.05,2c.06,0,.1.08.14.08a.27.27,0,0,0,.16-.08l.56-.57a.18.18,0,0,0,.09-.16A.21.21,0,0,0,40.17,31.25Z'/%3e%3crect x='14.5' y='22' width='9' height='3'/%3e%3crect x='4.5' y='6' width='8' height='10'/%3e%3crect x='6.5' width='4' height='11'/%3e%3crect x='15' y='6' width='8' height='10'/%3e%3crect x='17' width='4' height='11'/%3e%3crect x='25.5' y='6' width='8' height='10'/%3e%3crect x='27.5' width='4' height='11'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.track-your-order-homepage .icon.icon-5 {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eAsset 5%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Icon-delivered'%3e%3cpolygon class='cls-1' points='22.2 8.73 9.66 21.27 4.98 21.27 4.98 16.59 17.52 4.05 22.2 8.73'/%3e%3cpath class='cls-1' d='M25.89,5,23.43,7.5,18.75,2.82,21.21.36A1.27,1.27,0,0,1,23,.36l2.91,2.91a1.21,1.21,0,0,1,.36.89A1.21,1.21,0,0,1,25.89,5Z'/%3e%3crect y='25.02' width='30' height='4.98'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.track-your-order-homepage .icon.icon-4 {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.02 28.58'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.79px;%7d.cls-2%7bfill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eAsset 4%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Icon-delivered'%3e%3cellipse class='cls-1' cx='25.56' cy='24.53' rx='3.02' ry='3.16'/%3e%3cellipse class='cls-1' cx='46.7' cy='24.53' rx='3.02' ry='3.16'/%3e%3cpath class='cls-2' d='M49.61,10.84a.89.89,0,0,0-.89.9v3.48a.89.89,0,0,0,.89.89h5.08l.16,0a.89.89,0,0,0,.71-1l-.66-3.48a.9.9,0,0,0-.88-.73Zm4.07,13.69a7.17,7.17,0,0,0-7-6.32,6.63,6.63,0,0,0-1,.08V11.42a2.68,2.68,0,0,1,2.68-2.68h5.3a2.68,2.68,0,0,1,2.6,2l2.66,10.44A2.68,2.68,0,0,1,57,24.45a3,3,0,0,1-.66.08Z'/%3e%3cpath class='cls-2' d='M40.37,22.75H31.92a6.9,6.9,0,0,0-12.81,0h-.33a3.39,3.39,0,0,1-3.39-3.39V3.4A3.4,3.4,0,0,1,18.78,0H40.35a3.4,3.4,0,0,1,3.39,3.4V19.15A7.43,7.43,0,0,0,40.37,22.75Z'/%3e%3crect x='4' y='6.81' width='9' height='2.5'/%3e%3crect x='6' y='15.81' width='7' height='2.5'/%3e%3crect y='11.31' width='13' height='2.5'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  top: 22px;
}

.track-your-order-homepage .icon.icon-3 {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.53 28.27'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.79px;%7d.cls-2%7bfill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eAsset 3%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Icon-delivered'%3e%3cellipse class='cls-1' cx='10.07' cy='24.22' rx='3.02' ry='3.16'/%3e%3cpath class='cls-2' d='M0,13.18H13.34v3l5.79-5.9L13.34,4.36v3H0V3.57A3.57,3.57,0,0,1,3.57,0H24.62a3.57,3.57,0,0,1,3.57,3.57v15a7.26,7.26,0,0,0-3.35,3.5h-8.4a7,7,0,0,0-6.37-4.21A7,7,0,0,0,3.7,22.11H3.57A3.57,3.57,0,0,1,0,18.54Z'/%3e%3cellipse class='cls-1' cx='31.21' cy='24.22' rx='3.02' ry='3.16'/%3e%3cpath class='cls-2' d='M34.11,10.53a.89.89,0,0,0-.89.89V14.9a.89.89,0,0,0,.89.9h5.08l.17,0a.89.89,0,0,0,.71-1l-.67-3.48a.89.89,0,0,0-.88-.73Zm4.07,13.69a7.15,7.15,0,0,0-7-6.32,6.77,6.77,0,0,0-1,.08V11.1a2.68,2.68,0,0,1,2.68-2.68h5.31a2.67,2.67,0,0,1,2.59,2l2.66,10.44a2.68,2.68,0,0,1-1.93,3.26,3,3,0,0,1-.66.08Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  top: 22px;
}

.track-your-order-homepage .icon.icon-2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.89 40'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.54px;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eAsset 2%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Icon-delivered'%3e%3cpath d='M36.78,24.79,20.89,30.23A5.85,5.85,0,0,0,16,27.67L7.44.67.32,0,0,3.69l4.79.46,7.82,24.7a6.3,6.3,0,0,0-1.95,7.51,5.87,5.87,0,0,0,6.7,3.49A6.1,6.1,0,0,0,22,33.74L37.89,28.3ZM16,36.4a2.5,2.5,0,1,1,2.49-2.49A2.5,2.5,0,0,1,16,36.4Z'/%3e%3crect class='cls-1' x='17.42' y='17.68' width='16.71' height='6.25' transform='translate(-5.17 8.98) rotate(-18)'/%3e%3crect x='23.43' y='19.94' width='4.68' height='1.72' transform='translate(-5.03 8.64) rotate(-17.36)'/%3e%3crect class='cls-1' x='14.42' y='8.7' width='16.71' height='6.25' transform='translate(-2.54 7.62) rotate(-18)'/%3e%3crect x='20.44' y='10.96' width='4.68' height='1.72' transform='translate(-2.49 7.33) rotate(-17.36)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.track-your-order-homepage .icon.icon-1 {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 36'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:2px;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eAsset 1%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Icon-delivered'%3e%3crect x='6' y='12' width='16' height='2'/%3e%3crect x='6' y='16' width='16' height='2'/%3e%3crect x='6' y='20' width='12' height='2'/%3e%3cpath d='M18.76,3,25,9.24V33H3V3H18.76M20,0H0V36H28V8L20,0Z'/%3e%3cpath class='cls-1' d='M26,9H19V3'/%3e%3cpath d='M21.64,24.08,23,25.52,18.8,29.76,16,26.92l1.4-1.4,1.44,1.4Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .track-your-order-homepage .track-order-table {
    background: #fff;
    padding: 0;
  }
  .track-your-order-homepage .track-order-table .table-body .row {
    background: rgba(3, 169, 244, 0.08);
    margin: 5% 0;
    display: inline-block;
    padding: 30px 40px 30px 50px;
    border-radius: 5px;
  }
  .track-your-order-homepage .track-order-table .table-body .row .item {
    line-height: 1.5em;
    padding: 0;
    border-top: none !important;
  }
  .track-your-order-homepage .track-order-table .table-body .row .item label {
    font-weight: bold;
    color: #002f5f;
  }
  .track-your-order-homepage .track-order-table .table-body .row .item .icon {
    left: -30px;
    top: 0;
  }
  .track-your-order-homepage .track-order-table .table-body .row .item .icon.icon-4 {
    top: 3px;
    left: -35px;
  }
  .track-your-order-homepage .track-order-table .table-body .row .item .icon.icon-3 {
    top: 3px;
    left: -40px;
  }
  .track-your-order-homepage .track-order-table .table-body .row .item:first-child {
    padding-left: 0;
    color: #002f5f;
    font-weight: bold;
  }
  .track-your-order-homepage .track-order-table .table-body .row .item .btn {
    margin-top: 3%;
    width: 100%;
  }
}

.page-RewardsSignupPage h1, .page-RewardsPreferencesPage h1 {
  margin-bottom: 5px;
}

.page-RewardsSignupPage h2, .page-RewardsPreferencesPage h2 {
  color: #6892be;
}

.page-RewardsSignupPage h2.highlight, .page-RewardsPreferencesPage h2.highlight {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
}

.page-RewardsSignupPage p, .page-RewardsPreferencesPage p {
  font-size: 16px;
}

.page-RewardsSignupPage p.highlight, .page-RewardsPreferencesPage p.highlight {
  color: #aeadad;
  font-size: 18px;
}

.page-RewardsSignupPage p.users-selected, .page-RewardsPreferencesPage p.users-selected {
  margin: 10px 0 5px;
  color: #aeadad;
}

.page-RewardsSignupPage p.required, .page-RewardsPreferencesPage p.required {
  font-size: 14px;
  font-style: italic;
}

.page-RewardsSignupPage h1 + p, .page-RewardsPreferencesPage h1 + p {
  margin-bottom: 40px;
}

.page-RewardsSignupPage strong, .page-RewardsPreferencesPage strong {
  font-weight: 500;
}

.page-RewardsSignupPage hr, .page-RewardsPreferencesPage hr {
  border-top-color: #d6d6d6;
  margin: 20px 0;
}

.page-RewardsSignupPage .box, .page-RewardsPreferencesPage .box {
  background: #f8f8f8;
  font-size: 16px;
  margin: 0 0 40px;
  padding: 30px 15px;
  position: relative;
}

.page-RewardsSignupPage .box .step-disabled, .page-RewardsPreferencesPage .box .step-disabled {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.page-RewardsSignupPage .icon-help, .page-RewardsPreferencesPage .icon-help {
  background: #fff;
  border-radius: 50%;
  color: #b6b6b6;
  height: 24px;
  position: relative;
  top: 0;
  width: 24px;
}

.page-RewardsSignupPage #rewardsApplicationForm .btn, .page-RewardsPreferencesPage #rewardsApplicationForm .btn {
  font-weight: 500;
  height: 70px;
  line-height: 70px;
  min-width: 260px;
  padding: 0 20px;
}

.page-RewardsSignupPage #rewardsApplicationForm .btn + .btn, .page-RewardsPreferencesPage #rewardsApplicationForm .btn + .btn {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .page-RewardsSignupPage #rewardsApplicationForm .btn + .btn, .page-RewardsPreferencesPage #rewardsApplicationForm .btn + .btn {
    margin-left: 15px;
    margin-top: 0;
  }
}

.page-RewardsSignupPage #rewardsApplicationForm .btn.btn-cancel, .page-RewardsPreferencesPage #rewardsApplicationForm .btn.btn-cancel {
  background: #fff;
  border: 1px solid #b6b6b6;
  color: #b6b6b6;
}

.page-RewardsSignupPage #rewardsApplicationForm .btn.btn-cancel:focus, .page-RewardsSignupPage #rewardsApplicationForm .btn.btn-cancel:hover, .page-RewardsPreferencesPage #rewardsApplicationForm .btn.btn-cancel:focus, .page-RewardsPreferencesPage #rewardsApplicationForm .btn.btn-cancel:hover {
  background: #b6b6b6;
  color: #fff;
}

.page-RewardsSignupPage .form-group .form-control, .page-RewardsPreferencesPage .form-group .form-control {
  background: #fff;
  color: #002f5f;
  font-weight: 500;
  height: 50px;
  padding-left: 20px;
}

.page-RewardsSignupPage .form-group .form-control::placeholder, .page-RewardsPreferencesPage .form-group .form-control::placeholder {
  color: #e5e5e5;
  font-weight: normal;
}

.page-RewardsSignupPage .form-group label, .page-RewardsPreferencesPage .form-group label {
  font-weight: 500;
}

.page-RewardsSignupPage label, .page-RewardsPreferencesPage label {
  color: #666666;
}

.page-RewardsSignupPage .checkbox, .page-RewardsSignupPage .radio, .page-RewardsPreferencesPage .checkbox, .page-RewardsPreferencesPage .radio {
  line-height: 20px;
}

@media (min-width: 768px) {
  .page-RewardsSignupPage .checkbox, .page-RewardsSignupPage .radio, .page-RewardsPreferencesPage .checkbox, .page-RewardsPreferencesPage .radio {
    min-height: 35px;
  }
}

@media (min-width: 768px) {
  .page-RewardsSignupPage .checkbox label:before, .page-RewardsSignupPage .radio label:before, .page-RewardsPreferencesPage .checkbox label:before, .page-RewardsPreferencesPage .radio label:before {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 768px) {
  .page-RewardsSignupPage .checkbox label, .page-RewardsSignupPage .radio label, .page-RewardsPreferencesPage .checkbox label, .page-RewardsPreferencesPage .radio label {
    padding-left: 45px;
    margin-right: 15px;
    padding-top: 7px;
  }
}

.page-RewardsSignupPage .checkbox.disabled label, .page-RewardsSignupPage .radio.disabled label, .page-RewardsPreferencesPage .checkbox.disabled label, .page-RewardsPreferencesPage .radio.disabled label {
  color: #b6b6b6;
}

.page-RewardsSignupPage .radio label:before, .page-RewardsPreferencesPage .radio label:before {
  background: #fff;
  border: 1px solid #d6d6d6;
}

.page-RewardsSignupPage .radio input[type=radio]:checked + label:before, .page-RewardsPreferencesPage .radio input[type=radio]:checked + label:before {
  background: #002f5f;
}

.page-RewardsSignupPage .radio input[type=radio]:checked + label:after, .page-RewardsPreferencesPage .radio input[type=radio]:checked + label:after {
  background: #fff;
  width: 12px;
  height: 12px;
  top: 5px;
  left: 6px;
}

@media (min-width: 768px) {
  .page-RewardsSignupPage .radio input[type=radio]:checked + label:after, .page-RewardsPreferencesPage .radio input[type=radio]:checked + label:after {
    width: 17px;
    height: 17px;
    top: 8px;
    left: 9px;
  }
}

.page-RewardsSignupPage .radio.disabled input:checked + label:before, .page-RewardsPreferencesPage .radio.disabled input:checked + label:before {
  background-color: #b6b6b6;
}

.page-RewardsSignupPage .checkbox label:before, .page-RewardsPreferencesPage .checkbox label:before {
  border-radius: 4px;
}

.page-RewardsSignupPage .checkbox input[type=checkbox]:checked + label:before, .page-RewardsPreferencesPage .checkbox input[type=checkbox]:checked + label:before {
  background: #002f5f url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjkiIGhlaWdodD0iNi4zIj48cGF0aCBkPSJNOC45LjdMMy4yIDYuNCAwIDMuMWwuNy0uNyAyLjUgMi41IDUtNC45LjcuN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") 50% 50%/80% no-repeat;
}

@media (min-width: 768px) {
  .page-RewardsSignupPage .checkbox input[type=checkbox]:checked + label:before, .page-RewardsPreferencesPage .checkbox input[type=checkbox]:checked + label:before {
    background-size: 60%;
  }
}

.page-RewardsSignupPage .checkbox.disabled input:checked + label:before, .page-RewardsPreferencesPage .checkbox.disabled input:checked + label:before {
  background-color: #b6b6b6;
}

.page-RewardsSignupPage .search .search-icon, .page-RewardsPreferencesPage .search .search-icon {
  background: inherit;
  border-left: 0;
  border-radius: 0;
  color: #002f5f;
  padding: 8px 30px 0 0;
}

.page-RewardsSignupPage .search.venues .form-control, .page-RewardsPreferencesPage .search.venues .form-control {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTEzLjMgNC4zbDEuNCAxLjRMOCAxMi40IDEuMyA1LjdsMS40LTEuNEw4IDkuNmw1LjMtNS4zeiIgZmlsbD0iIzAwMmY1ZiIvPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjEgMCAwIDAgMCAwIDEgMCAwIDAgMCAwIDEgMCAwIDAgMCAwIDEgMCIvPjwvZmlsdGVyPjwvZGVmcz48bWFzayBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGlkPSJiIj48cGF0aCBkPSJNMTMuMyA0LjNsMS40IDEuNEw4IDEyLjQgMS4zIDUuN2wxLjQtMS40TDggOS42bDUuMy01LjN6IiBmaWxsPSIjZmZmIiBmaWx0ZXI9InVybCgjYSkiLz48L21hc2s+PGcgbWFzaz0idXJsKCNiKSI+PHBhdGggZD0iTTAgMGgxNnYxNkgwVjB6IiBmaWxsPSIjZThlOGU4Ii8+PC9nPjwvc3ZnPg==") 97% 50% no-repeat;
  border-right: 0;
}

.page-RewardsSignupPage .search.venues .search-icon, .page-RewardsPreferencesPage .search.venues .search-icon {
  background: #fff;
}

.page-RewardsSignupPage .search.users, .page-RewardsPreferencesPage .search.users {
  border: 1px solid #d6d6d6;
  border-width: 1px 1px 0;
  border-radius: 5px 5px 0 0;
  padding: 0;
}

.page-RewardsSignupPage .search.users .form-control, .page-RewardsPreferencesPage .search.users .form-control {
  background: inherit;
  border: 0;
}

.page-RewardsSignupPage .search.users .search-icon, .page-RewardsPreferencesPage .search.users .search-icon {
  border: 0;
}

.page-RewardsSignupPage .users-list, .page-RewardsPreferencesPage .users-list {
  border: 1px solid #d6d6d6;
  border-radius: 0 0 5px 5px;
  max-height: 370px;
  overflow: auto;
  position: relative;
}

.page-RewardsSignupPage .users-list .list-group-item, .page-RewardsPreferencesPage .users-list .list-group-item {
  border: 0;
  border-top: 1px solid #d6d6d6;
  border-radius: 0;
  margin-bottom: 0;
}

.page-RewardsSignupPage .users-list .list-group-item.disabled, .page-RewardsSignupPage .users-list .list-group-item.disabled:hover, .page-RewardsSignupPage .users-list .list-group-item.disabled:focus, .page-RewardsPreferencesPage .users-list .list-group-item.disabled, .page-RewardsPreferencesPage .users-list .list-group-item.disabled:hover, .page-RewardsPreferencesPage .users-list .list-group-item.disabled:focus {
  cursor: default;
}

.page-RewardsSignupPage .users-list > .list-group-item, .page-RewardsPreferencesPage .users-list > .list-group-item {
  border: 0;
}

.page-RewardsSignupPage .tac-popup, .page-RewardsSignupPage .exit-app-popup, .page-RewardsPreferencesPage .tac-popup, .page-RewardsPreferencesPage .exit-app-popup {
  background-color: #fff;
  border-radius: 0;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  width: 90%;
}

.page-RewardsSignupPage .tac-popup .popup-close, .page-RewardsSignupPage .exit-app-popup .popup-close, .page-RewardsPreferencesPage .tac-popup .popup-close, .page-RewardsPreferencesPage .exit-app-popup .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: block;
  opacity: 1;
}

.page-RewardsSignupPage .tac-popup .popup-close:hover, .page-RewardsSignupPage .exit-app-popup .popup-close:hover, .page-RewardsPreferencesPage .tac-popup .popup-close:hover, .page-RewardsPreferencesPage .exit-app-popup .popup-close:hover {
  cursor: pointer;
}

.page-RewardsSignupPage .tac-popup .h1, .page-RewardsSignupPage .exit-app-popup .h1, .page-RewardsPreferencesPage .tac-popup .h1, .page-RewardsPreferencesPage .exit-app-popup .h1 {
  color: #002f5f;
  margin-bottom: 30px;
}

.page-RewardsSignupPage .tac-popup .btn, .page-RewardsSignupPage .exit-app-popup .btn, .page-RewardsPreferencesPage .tac-popup .btn, .page-RewardsPreferencesPage .exit-app-popup .btn {
  font-weight: 500;
  height: 70px;
  line-height: 70px;
  margin-top: 20px;
  min-width: 260px;
  padding: 0 20px;
}

.page-RewardsSignupPage .tac-popup .btn + .btn, .page-RewardsSignupPage .exit-app-popup .btn + .btn, .page-RewardsPreferencesPage .tac-popup .btn + .btn, .page-RewardsPreferencesPage .exit-app-popup .btn + .btn {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .page-RewardsSignupPage .tac-popup .btn + .btn, .page-RewardsSignupPage .exit-app-popup .btn + .btn, .page-RewardsPreferencesPage .tac-popup .btn + .btn, .page-RewardsPreferencesPage .exit-app-popup .btn + .btn {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .page-RewardsSignupPage .tac-popup .scroller, .page-RewardsSignupPage .exit-app-popup .scroller, .page-RewardsPreferencesPage .tac-popup .scroller, .page-RewardsPreferencesPage .exit-app-popup .scroller {
    overflow-y: visible;
    overflow-x: visible;
    max-height: initial;
  }
}

.page-RewardsSignupPage .tac-popup, .page-RewardsPreferencesPage .tac-popup {
  max-width: 900px;
}

.page-RewardsSignupPage .tac-popup .btn-primary, .page-RewardsPreferencesPage .tac-popup .btn-primary {
  display: table;
  margin: 10px auto 0;
}

.page-RewardsSignupPage .exit-app-popup, .page-RewardsPreferencesPage .exit-app-popup {
  max-width: 600px;
}

.page-RewardsSignupPage .exit-app-popup .btn-cancel, .page-RewardsPreferencesPage .exit-app-popup .btn-cancel {
  background: none;
  color: #666666;
  min-width: auto;
  padding-left: 0;
  text-decoration: underline;
}

.page-RewardsSignupPage .exit-app-popup .btn-cancel:focus, .page-RewardsSignupPage .exit-app-popup .btn-cancel:hover, .page-RewardsPreferencesPage .exit-app-popup .btn-cancel:focus, .page-RewardsPreferencesPage .exit-app-popup .btn-cancel:hover {
  background: none;
  color: #002f5f;
  text-decoration: none;
}

.page-RewardsSignupPage .tokenfield .token-input::placeholder, .page-RewardsPreferencesPage .tokenfield .token-input::placeholder {
  color: #e5e5e5;
  font-weight: normal;
}

.page-RewardsSignupPage .tokenfield .token, .page-RewardsPreferencesPage .tokenfield .token {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #d6d6d6;
  height: 50px;
  left: -1px;
  margin: 0;
  position: absolute;
  top: -1px;
}

@media (min-width: 768px) {
  .page-RewardsSignupPage .tokenfield .token, .page-RewardsPreferencesPage .tokenfield .token {
    width: 660px;
  }
}

@media (min-width: 992px) {
  .page-RewardsSignupPage .tokenfield .token, .page-RewardsPreferencesPage .tokenfield .token {
    width: 880px;
  }
}

.page-RewardsSignupPage .tokenfield .token .token-label, .page-RewardsPreferencesPage .tokenfield .token .token-label {
  padding-left: 20px;
  width: 100%;
  line-height: 50px;
}

.page-RewardsSignupPage .tokenfield .token .close, .page-RewardsPreferencesPage .tokenfield .token .close {
  color: #002f5f;
  display: inline-block;
  float: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  height: 100%;
  line-height: 100%;
  line-height: 46px;
  margin-left: 5px;
  margin-right: 20px;
  opacity: 1;
  padding-right: 0;
  vertical-align: top;
}

.page-RewardsSignupPage .ui-autocomplete, .page-RewardsPreferencesPage .ui-autocomplete {
  background: #f8f8f8;
  border-color: #d6d6d6;
  left: 0;
  max-height: 250px;
  overflow: auto;
  padding: 0;
  z-index: 100;
}

@media (min-width: 768px) {
  .page-RewardsSignupPage .ui-autocomplete, .page-RewardsPreferencesPage .ui-autocomplete {
    width: 660px !important;
  }
}

@media (min-width: 992px) {
  .page-RewardsSignupPage .ui-autocomplete, .page-RewardsPreferencesPage .ui-autocomplete {
    width: 880px !important;
  }
}

.page-RewardsSignupPage .ui-autocomplete .ui-menu-item, .page-RewardsPreferencesPage .ui-autocomplete .ui-menu-item {
  font-weight: 500;
  line-height: 50px;
  padding: 0 0 0 20px;
}

.page-RewardsSignupPage .ui-autocomplete .ui-menu-item:not(:first-child), .page-RewardsPreferencesPage .ui-autocomplete .ui-menu-item:not(:first-child) {
  border-top: 1px solid #d6d6d6;
}

.page-RewardsPreferencesPage .h3 {
  color: #002f5f;
}

@media (min-width: 768px) {
  .page-RewardsPreferencesPage .box {
    background: none;
    margin-bottom: 0;
    padding: 30px 0;
  }
}

.page-RewardsPreferencesPage .col-xs-12 {
  padding: 0;
}

@media (min-width: 768px) {
  .page-RewardsPreferencesPage .tokenfield .token {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .page-RewardsPreferencesPage .tokenfield .token {
    width: 940px;
  }
}

@media (min-width: 768px) {
  .page-RewardsPreferencesPage .ui-autocomplete {
    width: 720px !important;
  }
}

@media (min-width: 992px) {
  .page-RewardsPreferencesPage .ui-autocomplete {
    width: 940px !important;
  }
}

.tabComponent {
  margin: 60px 0;
}

@media (max-width: 768px) {
  .tabComponent {
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 8px -5px #666;
  }
}

.tabComponent > ul#pills-tab {
  /*
		@media(max-width: $mobile-480){
			li.nav-item{
				width: 100% !important;
				border-right: 1px solid $lighter-dark-grey !important;
				border-bottom: none;

				&:last-child{
					border-bottom: 1px solid $lighter-dark-grey;
				}
			}
		} */
}

.tabComponent > ul#pills-tab li.nav-item {
  border: 1px solid #d6d6d6;
  background: #efefef;
}

.tabComponent > ul#pills-tab li.nav-item a.nav-link {
  border-radius: 0;
  background: none;
  color: #9b9a9b;
  padding: 20px 0;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 768px) {
  .tabComponent > ul#pills-tab li.nav-item a.nav-link {
    padding: 20px;
  }
}

@media (min-width: 767px) {
  .tabComponent > ul#pills-tab li.nav-item + li {
    border-left: none;
  }
}

.tabComponent > ul#pills-tab li.nav-item:hover {
  background: #f8f8f8;
}

.tabComponent > ul#pills-tab li.nav-item.active {
  background: #fff;
  border-bottom: 5px solid #37c478 !important;
}

.tabComponent > ul#pills-tab li.nav-item.active a.nav-link {
  color: #002f5f;
}

@media (max-width: 768px) {
  .tabComponent > ul#pills-tab li.nav-item {
    border: none;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
  }
  .tabComponent > ul#pills-tab li.nav-item:last-child {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .tabComponent > ul#pills-tab li.nav-item {
    display: inline-block;
  }
  .tabComponent > ul#pills-tab.tab-count-2 li.nav-item {
    width: 50%;
  }
  .tabComponent > ul#pills-tab.tab-count-3 li.nav-item {
    width: 33.33%;
  }
  .tabComponent > ul#pills-tab.tab-count-4 li.nav-item {
    width: 25%;
  }
}

#pills-tabContent {
  padding: 0 40px;
}

@media (max-width: 768px) {
  #pills-tabContent {
    padding: 0;
  }
}

#pills-tabContent .row.row-eq-height {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

#pills-tabContent .row.row-eq-height:last-child .tab-details {
  border-bottom: none;
}

@media (max-width: 768px) {
  #pills-tabContent .row.row-eq-height {
    border-bottom: 1px solid #d6d6d6;
  }
  #pills-tabContent .row.row-eq-height:last-child {
    border-bottom: none;
  }
}

#pills-tabContent .img-icon {
  display: inline-block;
  margin: auto;
  text-align: center;
}

#pills-tabContent .tab-details {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0;
}

@media (max-width: 768px) {
  #pills-tabContent .tab-details {
    border-bottom: none;
    padding-right: 20px;
  }
}

#pills-tabContent .tab-details .item-name {
  color: #002f5f;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 768px) {
  #pills-tabContent .tab-details .item-name {
    color: #666666;
  }
}

#pills-tabContent .tab-details .sub-text {
  color: #9b9a9b;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 768px) {
  #pills-tabContent .tab-details .sub-text {
    font-weight: 400;
    font-style: italic;
    line-height: 1.5em;
  }
}

#invoice-discrepancy {
  margin: 20px 0;
}

#invoice-discrepancy .invoice-discrepancy-header {
  margin-bottom: 8px;
}

#invoice-discrepancy .invoice-discrepancy-desc {
  margin-bottom: 25px;
  font-size: 16px;
}

#invoice-discrepancy #follow-steps-container {
  background: #f8f8f8;
}

#invoice-discrepancy #follow-steps-container #follow-steps-header {
  text-align: center;
  padding-top: 20px;
}

#invoice-discrepancy #follow-steps-container #follow-steps-header h3 {
  font-size: 20px;
  color: #666;
  font-weight: 500;
  margin-bottom: 20px;
}

#invoice-discrepancy #follow-steps-container #follow-steps-header .follow-steps-track [class^="step-"] {
  display: inline-block;
  width: 150px;
  position: relative;
  z-index: 1;
}

#invoice-discrepancy #follow-steps-container #follow-steps-header .follow-steps-track [class^="step-"] .circle {
  border: 1px solid #d6d6d6;
  color: #666666;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 48px;
  font-size: 18px;
  background: #fff;
  margin-bottom: 8px;
  color: #d6d6d6;
}

#invoice-discrepancy #follow-steps-container #follow-steps-header .follow-steps-track [class^="step-"] .text {
  margin-bottom: 0;
  color: #d6d6d6;
}

#invoice-discrepancy #follow-steps-container #follow-steps-header .follow-steps-track [class^="step-"].current .circle {
  background: #6a93bc;
  color: #fff;
  font-weight: 700;
  border: 1px solid transparent;
}

#invoice-discrepancy #follow-steps-container #follow-steps-header .follow-steps-track [class^="step-"].current .text {
  color: #002f5f;
  font-weight: 500;
}

#invoice-discrepancy #follow-steps-container #follow-steps-header .follow-steps-track [class^="step-"] .hr-line {
  width: 150px;
  border: 3px solid #d6d6d6;
  position: absolute;
  top: 23px;
  left: 65px;
  z-index: -1;
}

#invoice-discrepancy #follow-steps-container #follow-steps-header .follow-steps-track [class^="step-"].active .circle {
  background: #002f5f;
  color: #fff;
  font-weight: 700;
  border: 1px solid transparent;
}

#invoice-discrepancy #follow-steps-container #follow-steps-header .follow-steps-track [class^="step-"].active .hr-line {
  border: 3px solid #002f5f;
}

@media (max-width: 488px) {
  #invoice-discrepancy #follow-steps-container #follow-steps-header .follow-steps-track [class^="step-"] {
    display: inline-table;
    width: 130px;
  }
}

@media (max-width: 429px) {
  #invoice-discrepancy #follow-steps-container #follow-steps-header .follow-steps-track [class^="step-"] {
    width: 100px;
  }
  #invoice-discrepancy #follow-steps-container #follow-steps-header .follow-steps-track [class^="step-"] .hr-line {
    width: 100px;
  }
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section {
  background: #fff;
  margin: 20px;
  padding: 20px 0;
  display: none;
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section .discount {
  color: #f6963e;
  font-weight: 500;
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section.noMargin {
  margin: 20px 3px;
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section.noMargin > .notification-list,
#invoice-discrepancy #follow-steps-container #follow-steps-body section.noMargin > form {
  padding: 0 10px;
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section.active {
  display: block;
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section h3 {
  color: #6a93bc;
  font-size: 18px;
  font-weight: 400;
  padding: 0 20px;
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section .follow-step-desc {
  padding: 0 20px;
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 500;
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section .select-users-below {
  margin-top: 30px;
  color: #d6d6d6;
  font-weight: 400;
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section .select-users-below .icon-price-info {
  background-image: url("../img/svg/price-info.svg");
  height: 15px;
  width: 15px;
  vertical-align: middle;
  margin-left: 5px;
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section a {
  text-decoration: underline;
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section form .form-group .form-control {
  border-radius: 5px;
}

@media (max-width: 767px) {
  #invoice-discrepancy #follow-steps-container #follow-steps-body section form .form-group .form-control {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #invoice-discrepancy #follow-steps-container #follow-steps-body section form .form-group .form-link-paragraph {
    font-size: 14px;
  }
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section form .typeOfIssue-dropdown {
  position: relative;
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section form .typeOfIssue-dropdown #typeOfIssue[readonly] {
  cursor: pointer;
  color: #666666;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media (max-width: 767px) {
  #invoice-discrepancy #follow-steps-container #follow-steps-body section form .typeOfIssue-dropdown #typeOfIssue[readonly]::placeholder {
    font-size: 14px;
  }
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section form .typeOfIssue-dropdown .input-mask:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDUuOTY5Ij4NCiAgPHBhdGggZmlsbD0iIzY2NjY2NiIgZD0iTTkuODAwLDEuMTYyIEw1LjQ1NCw1Ljc1NiBDNS4xOTcsNi4wMjcgNC43ODAsNi4wMjcgNC41MjMsNS43NTYgTDAuMTc4LDEuMTYyIEMtMC4wODAsMC44OTEgLTAuMDgwLDAuNDUwIDAuMTc4LDAuMTc4IEMwLjQzNSwtMC4wOTQgMC44NTIsLTAuMDk0IDEuMTA5LDAuMTc4IEw0Ljk4OSw0LjI3OSBMOC44NjksMC4xNzggQzkuMTI2LC0wLjA5NCA5LjU0MywtMC4wOTQgOS44MDAsMC4xNzggQzEwLjA1NywwLjQ1MCAxMC4wNTcsMC44OTEgOS44MDAsMS4xNjIgWiIgY2xhc3M9ImNscy0xIi8+DQo8L3N2Zz4=");
  background-repeat: no-repeat;
  height: 10px;
  width: 16px;
  cursor: pointer;
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section form .typeOfIssue-dropdown .input-mask.open:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

#invoice-discrepancy #follow-steps-container #follow-steps-body section > .follow-step-desc,
#invoice-discrepancy #follow-steps-container #follow-steps-body section > .select-users-below,
#invoice-discrepancy #follow-steps-container #follow-steps-body section > form,
#invoice-discrepancy #follow-steps-container #follow-steps-body section > .notification-list {
  padding: 0 15px;
}

@media (max-width: 767px) {
  #invoice-discrepancy #follow-steps-container #follow-steps-body section .form-group .form-link-paragraph {
    margin-top: 15px;
  }
}

#invoice-discrepancy #follow-steps-container #follow-steps-footer {
  text-align: center;
  padding: 20px 0;
}

#invoice-discrepancy #follow-steps-container #follow-steps-footer #button-component {
  margin-bottom: 10px;
}

#invoice-discrepancy #follow-steps-container #follow-steps-footer #button-component button {
  width: 250px;
  text-transform: uppercase;
  height: 60px;
  line-height: 58px;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  font-weight: 500;
}

#invoice-discrepancy #follow-steps-container #follow-steps-footer #button-component button[disabled] {
  background: #e8e8e8;
}

@media (max-width: 580px) {
  #invoice-discrepancy #follow-steps-container #follow-steps-footer #button-component button {
    margin: 10px auto;
    display: block;
  }
}

#invoice-discrepancy #follow-steps-container #follow-steps-footer .cancel-invoice-discrepancy {
  border-bottom: 1px solid #666;
  font-weight: 500;
}

#invoice-discrepancy .custom-dropdown {
  position: relative;
}

#invoice-discrepancy .custom-dropdown .list-group {
  position: absolute;
  width: 100%;
  z-index: 1;
}

#invoice-discrepancy .custom-dropdown .list-group .list-group-item {
  cursor: pointer;
}

@media (max-width: 767px) {
  #invoice-discrepancy .custom-dropdown .list-group .list-group-item {
    font-size: 14px;
  }
}

#invoice-discrepancy .item-data-table {
  margin: 30px 0;
  position: relative;
}

#invoice-discrepancy .item-data-table .table-arrow {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  right: -15px;
  width: 30px;
  margin: 0;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

#invoice-discrepancy .item-data-table .table-arrow:not(.both):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDUuOTY5Ij4NCiAgPHBhdGggZmlsbD0iIzY2NjY2NiIgZD0iTTkuODAwLDEuMTYyIEw1LjQ1NCw1Ljc1NiBDNS4xOTcsNi4wMjcgNC43ODAsNi4wMjcgNC41MjMsNS43NTYgTDAuMTc4LDEuMTYyIEMtMC4wODAsMC44OTEgLTAuMDgwLDAuNDUwIDAuMTc4LDAuMTc4IEMwLjQzNSwtMC4wOTQgMC44NTIsLTAuMDk0IDEuMTA5LDAuMTc4IEw0Ljk4OSw0LjI3OSBMOC44NjksMC4xNzggQzkuMTI2LC0wLjA5NCA5LjU0MywtMC4wOTQgOS44MDAsMC4xNzggQzEwLjA1NywwLjQ1MCAxMC4wNTcsMC44OTEgOS44MDAsMS4xNjIgWiIgY2xhc3M9ImNscy0xIi8+DQo8L3N2Zz4=");
  background-repeat: no-repeat;
  height: 10px;
  width: 16px;
  cursor: pointer;
  z-index: -1;
}

#invoice-discrepancy .item-data-table .table-arrow.right:after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#invoice-discrepancy .item-data-table .table-arrow.left:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

#invoice-discrepancy .item-data-table .table-arrow.both .arrow:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwIDUuOTY5Ij4NCiAgPHBhdGggZmlsbD0iIzY2NjY2NiIgZD0iTTkuODAwLDEuMTYyIEw1LjQ1NCw1Ljc1NiBDNS4xOTcsNi4wMjcgNC43ODAsNi4wMjcgNC41MjMsNS43NTYgTDAuMTc4LDEuMTYyIEMtMC4wODAsMC44OTEgLTAuMDgwLDAuNDUwIDAuMTc4LDAuMTc4IEMwLjQzNSwtMC4wOTQgMC44NTIsLTAuMDk0IDEuMTA5LDAuMTc4IEw0Ljk4OSw0LjI3OSBMOC44NjksMC4xNzggQzkuMTI2LC0wLjA5NCA5LjU0MywtMC4wOTQgOS44MDAsMC4xNzggQzEwLjA1NywwLjQ1MCAxMC4wNTcsMC44OTEgOS44MDAsMS4xNjIgWiIgY2xhc3M9ImNscy0xIi8+DQo8L3N2Zz4=");
  background-repeat: no-repeat;
  height: 10px;
  width: 16px;
  cursor: pointer;
  z-index: -1;
}

#invoice-discrepancy .item-data-table .table-arrow.both .arrow.left:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  top: -30px;
  bottom: 0;
}

#invoice-discrepancy .item-data-table .table-arrow.both .arrow.right:after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  top: 30px;
  bottom: 0;
}

#invoice-discrepancy .item-data-table .dots {
  margin: 0 auto;
  list-style-type: none;
  text-align: center;
  background: #d8d8d8;
}

#invoice-discrepancy .item-data-table .dots li {
  border: 1px solid #666;
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  cursor: pointer;
}

#invoice-discrepancy .item-data-table .dots li.active {
  background: #666;
}

#invoice-discrepancy .item-data-table .table-header {
  background: #ededed;
  padding-top: 20px;
}

@media (min-width: 992px) {
  #invoice-discrepancy .item-data-table .table-header {
    padding-bottom: 20px;
  }
}

#invoice-discrepancy .item-data-table .table-header .tableHeaderColumn-tablet,
#invoice-discrepancy .item-data-table .table-header .tableHeaderColumn-mobile {
  padding: 20px 0;
  clear: both;
  font-size: 14px;
}

#invoice-discrepancy .item-data-table .table-body-container {
  position: relative;
}

#invoice-discrepancy .item-data-table .table-body {
  border-bottom: 1px solid #ededed;
}

@media (min-width: 992px) {
  #invoice-discrepancy .item-data-table .table-body {
    padding: 20px 0;
  }
}

#invoice-discrepancy .item-data-table .table-body .form-group {
  margin: 10px 0;
}

#invoice-discrepancy .item-data-table .table-body .form-group.discount-received .col-form-label {
  color: #666666;
}

#invoice-discrepancy .item-data-table .table-body .form-group.discount-received .form-control {
  color: #f6963e;
  font-weight: 500;
}

#invoice-discrepancy .item-data-table .table-body .form-group .col-form-label {
  line-height: 1.5em;
}

@media (max-width: 991px) {
  #invoice-discrepancy .item-data-table .table-body .itemDesc {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f8f8f8;
    font-size: 14px;
  }
  #invoice-discrepancy .item-data-table .table-body .tableBodyColumn-tablet [class^="col-xs"],
  #invoice-discrepancy .item-data-table .table-body .tableBodyColumn-mobile [class^="col-xs"] {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}

#invoice-discrepancy .item-data-table .tableHeaderColumn-mobile .row > [class^="col-xs"],
#invoice-discrepancy .item-data-table .tableBodyColumn-mobile .row > [class^="col-xs"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

#invoice-discrepancy .item-data-table .table-footer {
  background: #f8f8f8;
  padding: 20px 0;
}

#invoice-discrepancy .item-data-table .table-footer .discount {
  color: #f6963e;
  font-weight: 500;
}

#invoice-discrepancy .item-data-table .table-footer .tableFooterColumn-tablet [class^="col-xs"],
#invoice-discrepancy .item-data-table .table-footer .tableFooterColumn-mobile [class^="col-xs"] {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

#invoice-discrepancy .discount-expected .form-control.ng-empty,
#invoice-discrepancy .discount-expected .form-control.ng-invalid,
#invoice-discrepancy .freight-expected .form-control.ng-empty,
#invoice-discrepancy .freight-expected .form-control.ng-invalid {
  border: 1px solid red;
}

#invoice-discrepancy .description p {
  font-weight: 500;
  color: #002f5f;
}

#invoice-discrepancy .description p span {
  color: #d6d6d6;
}

#invoice-discrepancy .notification-list .header {
  border: none;
}

#invoice-discrepancy .notification-list .header .name {
  padding-left: 40px;
}

#invoice-discrepancy .notification-list .body .selected {
  color: #002f5f;
}

#invoice-discrepancy .notification-list .body .selected, #invoice-discrepancy .notification-list .body .selected span {
  font-weight: 500;
}

#invoice-discrepancy .notification-list .scrollable {
  height: 411px;
  overflow: scroll;
}

@media (max-width: 767px) {
  #invoice-discrepancy .notification-list .scrollable {
    height: 611px;
  }
}

.invoice-discrepancy-popup {
  background: #fff;
  margin: 0 auto;
  padding: 30px;
}

@media (min-width: 1024px) {
  .invoice-discrepancy-popup {
    width: 50%;
  }
}

.invoice-discrepancy-popup p {
  font-size: 16px;
  font-weight: 400;
}

.invoice-discrepancy-popup p a {
  text-decoration: underline;
}

.invoice-discrepancy-popup button {
  margin-right: 5px;
  _width: 250px;
}

@media (max-width: 767px) {
  .invoice-discrepancy-popup button {
    margin: 10px auto;
  }
}

.invoice-discrepancy-popup .btn-cancel {
  border: 1px solid #d6d6d6;
  background: #fff;
  color: #d6d6d6;
}

.invoice-discrepancy-popup .btn-cancel:hover {
  background: #d6d6d6;
  color: #fff;
}

.invoice-discrepancy-popup .btn-link {
  text-decoration: underline;
  background: none;
  color: #666;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .invoice-discrepancy-popup .btn-link {
    padding-left: 0;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .invoice-discrepancy-popup .btn-link {
    margin-top: 0;
  }
}

.invoice-discrepancy-popup .btn-link:hover {
  background: none;
}

.valign {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#invoiceDiscrepancySent h1 {
  margin-bottom: 20px;
}

#invoiceDiscrepancySent p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

#invoiceDiscrepancySent p a {
  color: #002f5f;
  text-decoration: underline;
}

#invoiceDiscrepancySent .icon-email-confirmation {
  color: #002f5f;
  width: 64px;
  height: 64px;
}

/* Raised Invoice Discrepancy */
.raised-invoice-discrepancy .update-filter {
  background: #f8f8f8;
  padding-top: 20px;
}

.raised-invoice-discrepancy .update-filter #unitDropdownFilter {
  background: #fff;
}

.raised-invoice-discrepancy .search-component .form-control {
  border-radius: 0;
  border: 1px solid #d6d6d6;
  background-color: #f8f8f8;
  box-shadow: none;
  font-size: inherit;
  padding: 6px 12px;
}

.raised-invoice-discrepancy .pagination-component ul li a {
  font-size: 12px;
  width: 30px;
}

.raised-invoice-discrepancy .table thead {
  background: #f8f8f8;
}

.raised-invoice-discrepancy .table th {
  vertical-align: middle;
  font-weight: 400;
}

.raised-invoice-discrepancy .table th .icon-price-info {
  background-image: url("../img/svg/price-info.svg");
  height: 15px;
  width: 15px;
  vertical-align: middle;
}

.raised-invoice-discrepancy .table th.discount-table-header {
  position: relative;
}

.raised-invoice-discrepancy .table th.discount-table-header .footable-sort-indicator {
  position: absolute;
  top: 44%;
}

.raised-invoice-discrepancy .table th,
.raised-invoice-discrepancy .table td {
  padding: 20px 10px;
  border-top: none;
}

.raised-invoice-discrepancy .table td {
  border-bottom: 1px solid #ddd;
}

.raised-invoice-discrepancy .table td a {
  color: #002f5f;
  text-decoration: underline;
  font-weight: 500;
}

.raised-invoice-discrepancy .contact-information span {
  color: #002f5f;
  font-weight: 500;
}

.raised-invoice-discrepancy .title-image-text-box-component {
  margin: 20px 0;
}

.view-invoice-discrepancy-popup {
  width: 60%;
  margin: 40px auto;
  background: #f8f8f8;
}

@media (max-width: 992px) {
  .view-invoice-discrepancy-popup {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .view-invoice-discrepancy-popup {
    width: 98%;
  }
}

.view-invoice-discrepancy-popup .row-header {
  background: #002f5f;
  padding: 10px 0;
  border-radius: 5px;
}

.view-invoice-discrepancy-popup .row-header h2 {
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.view-invoice-discrepancy-popup .row-header h2 a .icon-close {
  color: #fff;
  height: 16px;
  width: 16px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .view-invoice-discrepancy-popup .row-header h2 a {
    position: absolute;
    top: -30px;
    right: 10px;
  }
}

@media (min-width: 768px) {
  .view-invoice-discrepancy-popup .row-header .refNo {
    text-align: right;
  }
}

.view-invoice-discrepancy-popup .row-additional-info {
  padding: 20px 0;
}

.view-invoice-discrepancy-popup .row-additional-info h3 {
  font-size: 18px;
}

.view-invoice-discrepancy-popup .row-additional-info h3 span {
  color: #b6b6b6;
  font-weight: 400;
  margin-left: 20px;
}

.view-invoice-discrepancy-popup .row-body {
  padding: 20px 0;
  background: #fff;
  border-radius: 5px;
}

.view-invoice-discrepancy-popup .row-body .business-name,
.view-invoice-discrepancy-popup .row-body .raised-by,
.view-invoice-discrepancy-popup .row-body .type-of-issue,
.view-invoice-discrepancy-popup .row-body .description,
.view-invoice-discrepancy-popup .row-body .confirmation-email {
  color: #b6b6b6;
}

.view-invoice-discrepancy-popup .row-body .confirmation-email,
.view-invoice-discrepancy-popup .row-body raised-by {
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .view-invoice-discrepancy-popup .row-body .raised-by {
    text-align: right;
  }
}

.view-invoice-discrepancy-popup .row-body .confirmation-email p {
  margin: 0;
}

.view-invoice-discrepancy-popup .row-body .row-items {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.view-invoice-discrepancy-popup .row-body .row-items .item-header {
  margin-bottom: 10px;
}

.view-invoice-discrepancy-popup .row-body .row-items .item-header.item-header-mobile {
  font-size: 12px !important;
}

.view-invoice-discrepancy-popup .row-body .row-items .row-item {
  border: 1px solid #b6b6b6;
  margin: 5px 0;
  border-radius: 5px;
  padding: 10px 0 30px 0;
  background: #f8f8f8;
  font-weight: 500;
}

@media (max-width: 767px) {
  .view-invoice-discrepancy-popup .row-body .row-items .row-item {
    font-size: 14px;
  }
}

.view-invoice-discrepancy-popup .row-body .freight-section label {
  margin: 0;
}

.view-invoice-discrepancy-popup .row-body .freight-section label h3 {
  margin: 0;
  _line-height: 2em;
}

@media (min-width: 767px) and (max-width: 991px) {
  .view-invoice-discrepancy-popup .row-body .freight-section label h3 {
    line-height: 2.5em;
  }
}

.view-invoice-discrepancy-popup .no-padding {
  padding: 0;
}

.text-image-banner-component {
  background: #f8f8f8;
  margin: 15px auto;
  padding: 20px;
}

.text-image-banner-component .media {
  margin: 0;
  padding: 0;
}

.text-image-banner-component .media .media-left {
  padding-right: 15px;
  width: 81px;
}

.text-image-banner-component .media .media-left img {
  width: 66px;
  height: 66px;
}

@media (max-width: 991px) {
  .text-image-banner-component .media:not(:last-child) {
    padding-bottom: 15px;
  }
}

.text-image-banner-component .media-body {
  color: #9b9a9b;
  width: auto;
}

.text-image-banner-component .media-body .media-heading {
  font-size: 18px;
}

.hero-banner-rotating-images {
  color: #fff;
  display: none;
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}

.hero-banner-rotating-images[data-maincolortreatment='light'] {
  color: #002f5f;
}

.hero-banner-rotating-images[data-maincolortreatment='light'] .slick-next, .hero-banner-rotating-images[data-maincolortreatment='light'] .slick-prev {
  color: rgba(155, 154, 155, 0.6);
}

.hero-banner-rotating-images[data-maincolortreatment='light'] .slick-dots li button {
  border-color: rgba(155, 154, 155, 0.6);
}

.hero-banner-rotating-images[data-maincolortreatment='light'] .slick-dots li.slick-active button {
  background: rgba(155, 154, 155, 0.6);
  border: none;
}

.hero-banner-rotating-images[data-mainpositiontreatment='center'] {
  text-align: center;
}

.hero-banner-rotating-images[data-mainpositiontreatment='right'] {
  text-align: right;
}

.hero-banner-rotating-images .slick-slide {
  position: relative;
}

.hero-banner-rotating-images .slick-slide .image-wrapper {
  overflow: hidden;
}

.hero-banner-rotating-images .slick-slide .image-wrapper img {
  max-width: none;
}

.hero-banner-rotating-images .slick-slide .content-wrapper {
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: inherit;
  top: 0;
}

@media (min-width: 768px) {
  .hero-banner-rotating-images .slick-slide .content-wrapper {
    padding: 40px 60px;
  }
}

.hero-banner-rotating-images .slick-slide .content-wrapper .title, .hero-banner-rotating-images .slick-slide .content-wrapper .desc {
  color: inherit;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 1000;
}

.hero-banner-rotating-images .slick-slide .content-wrapper .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

@media (min-width: 768px) {
  .hero-banner-rotating-images .slick-slide .content-wrapper .title {
    line-height: 46px;
  }
}

.hero-banner-rotating-images .slick-slide .content-wrapper .desc {
  font-size: 16px;
  line-height: 22px;
}

.hero-banner-rotating-images .slick-slide .hero-banner-buttons {
  position: relative;
  text-align: inherit;
}

.hero-banner-rotating-images .slick-slide .hero-banner-buttons .btn {
  font-weight: 500;
  height: 70px;
  line-height: 70px;
  margin-top: 20px;
  min-width: 260px;
  padding: 0 20px;
}

.hero-banner-rotating-images .slick-slide .hero-banner-buttons a:not(.btn) {
  color: inherit;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  margin-top: 10px;
  text-decoration: underline;
  text-transform: uppercase;
}

.hero-banner-rotating-images .slick-slide .hero-banner-buttons a:not(.btn):hover, .hero-banner-rotating-images .slick-slide .hero-banner-buttons a:not(.btn):focus {
  text-decoration: none;
}

.hero-banner-rotating-images .slick-prev, .hero-banner-rotating-images .slick-next {
  color: rgba(255, 255, 255, 0.6);
  font-size: small;
  height: 26px;
  opacity: 0.5;
  width: 26px;
  z-index: 1;
}

.hero-banner-rotating-images .slick-prev:before, .hero-banner-rotating-images .slick-next:before {
  content: '';
}

.hero-banner-rotating-images .slick-prev {
  left: 10px;
}

.hero-banner-rotating-images .slick-next {
  right: 10px;
}

.hero-banner-rotating-images .slick-dots {
  bottom: 10px;
}

.hero-banner-rotating-images .slick-dots li {
  margin: 0;
}

.hero-banner-rotating-images .slick-dots li button {
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  height: 12px;
  width: 12px;
  margin: 0;
}

.hero-banner-rotating-images .slick-dots li button:before {
  content: '';
}

.hero-banner-rotating-images .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.6);
  border: none;
}

.information-box-component {
  background: #fff;
  display: table;
  margin: 40px auto;
  width: 100%;
}

.information-box-component img {
  position: absolute;
  height: 36px;
  left: 15px;
  width: 36px;
}

.information-box-component .panel-heading {
  background: #F48425;
  border: 0 none;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: table;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  padding: 10px 15px 10px 66px;
  position: relative;
  width: 100%;
}

.information-box-component .panel-heading a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: normal;
  padding-top: 5px;
  text-decoration: underline;
}

.information-box-component .panel-heading a:hover, .information-box-component .panel-heading a:focus {
  text-decoration: none;
}

.information-box-component .panel-heading a:after {
  background: none;
}

@media (min-width: 768px) {
  .information-box-component .panel-heading a {
    display: inline-block;
    float: right;
  }
}

.information-box-component .list-group {
  border: 1px solid #d6d6d6;
  border-radius: 0 0 10px 10px;
}

.information-box-component .list-group .list-group-item {
  background: none;
  border: 0 none;
  padding-bottom: 20px;
  padding-left: 66px;
  padding-top: 20px;
  position: relative;
}

.information-box-component .list-group .list-group-item h4, .information-box-component .list-group .list-group-item p {
  font-size: 18px;
}

.information-box-component .list-group .list-group-item p {
  font-style: italic;
  color: #9b9a9b;
}

.information-box-component .btn {
  margin: 15px;
}

.title-image-text-box-component {
  display: table;
  margin: 40px 0;
  padding: 30px 20px;
  float: left;
  /* Boundary attribute */
  /* FIT attribute */
  /* CTA Alignment attribute */
}

.title-image-text-box-component[data-boundary="regular"] {
  border: 1px solid #e8e8e8;
  /* Boundary Type attribute */
}

.title-image-text-box-component[data-boundary="regular"][data-boundaryType="solid"] {
  border: 1px solid #e8e8e8;
}

.title-image-text-box-component[data-boundary="regular"][data-boundaryType="dotted"] {
  border: 2px dotted #e8e8e8;
}

.title-image-text-box-component[data-boundary="regular"][data-boundaryType="dashed"] {
  border: 2px dashed #e8e8e8;
}

.title-image-text-box-component[data-fit="shrink"] {
  width: 49%;
}

.title-image-text-box-component[data-fit="shrink"]:nth-child(odd) {
  margin-right: 2%;
}

@media (max-width: 991px) {
  .title-image-text-box-component[data-fit="shrink"] {
    width: 100%;
    margin-right: 0 !important;
  }
}

.title-image-text-box-component[data-fit="expanded"] {
  width: 100%;
}

.title-image-text-box-component a.btn[data-ctaAlignment="left"] {
  float: left;
}

.title-image-text-box-component a.btn[data-alignment="center"] {
  float: none;
}

.title-image-text-box-component a.btn[data-ctaAlignment="right"] {
  float: right;
}

.title-image-text-box-component[data-visible="false"] {
  display: none;
}

@media (min-width: 768px) {
  .title-image-text-box-component {
    padding: 30px;
  }
}

.title-image-text-box-component h3 {
  font-size: 18px;
  font-weight: 500;
}

.title-image-text-box-component h3 em, .title-image-text-box-component h3 i {
  font-style: normal;
  color: #F48425;
}

.title-image-text-box-component p {
  font-size: 18px;
  margin-top: 20px;
}

.title-image-text-box-component.text-center p.image {
  margin: 40px 0;
}

@media (min-width: 768px) {
  .title-image-text-box-component.text-center p:not(.image) {
    padding: 0 100px;
  }
}

@media (min-width: 768px) {
  .title-image-text-box-component.text-center .btn {
    float: none;
  }
}

@media (min-width: 768px) {
  .title-image-text-box-component.text-right .btn {
    float: left;
  }
}

.title-image-text-box-component:not(.light-theme) {
  background: #4C8ED0;
  color: #fff;
}

.title-image-text-box-component:not(.light-theme) h3 {
  color: inherit;
}

.title-image-text-box-component:not(.light-theme) h3 em, .title-image-text-box-component:not(.light-theme) h3 i {
  color: #F7DB48;
}

.title-image-text-box-component:not(.light-theme) .list-group-item {
  color: #fff;
}

.title-image-text-box-component:not(.light-theme) .list-group-item a {
  color: #fff;
}

.title-image-text-box-component:not(.light-theme) .btn.btn-primary {
  border: 1px solid #002f5f;
  color: #fff;
}

.title-image-text-box-component:not(.light-theme) .btn.btn-primary:hover, .title-image-text-box-component:not(.light-theme) .btn.btn-primary:focus {
  background: #fff;
  border-color: #fff;
  color: #002f5f;
}

.title-image-text-box-component.light-dark-theme {
  background: #f8f8f8;
  color: #666666;
}

.title-image-text-box-component.light-dark-theme h3 {
  color: #002f5f;
}

.title-image-text-box-component.light-dark-theme h3 .icon-bulb {
  height: 32px;
  width: 32px;
  margin-top: -5px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38'%3e%3ccircle cx='19' cy='19' r='19' fill='%23002f5f'/%3e%3cpath d='M21.2 23l.3-.2c2.4-1.6 3.6-3.5 3.6-5.6 0-3.4-2.7-6.1-6.1-6.1s-6.1 2.7-6.1 6.1c0 2.4 1.4 4.6 3.6 5.6l.3.2v2.6h4.4V23zm-5.5.7c-2.4-1.3-3.9-3.7-3.9-6.5 0-4 3.2-7.2 7.2-7.2s7.2 3.2 7.2 7.2c0 2.5-1.3 4.7-3.9 6.4v3h-6.7l.1-2.9zm1.1 3v.6h4.4v-.6h-4.4zm5.5-1.1v1.7c0 .6-.5 1.1-1.1 1.1h-4.4c-.6 0-1.1-.5-1.1-1.1v-1.7h6.6zm-5.5-.6v.6h4.4V25h-4.4zm5.5-1.1v2.8h-6.7v-2.8h6.7zm-4.4 4.4v.6h2.2v-.6h-2.2zm3.3-1.1v1.7c0 .6-.5 1.1-1.1 1.1h-2.2c-.6 0-1.1-.5-1.1-1.1v-1.7h4.4zM18.4 20v3.3h1.1V20h-1.1zm2.3-1.1v5.6h-3.3v-5.6h3.3zm-3.4 0v-.6c0-.3-.2-.6-.6-.6-.3 0-.6.2-.6.6 0 .3.2.6.6.6h.6zm-.5-2.2c.9 0 1.7.7 1.7 1.7V20h-1.7c-.9 0-1.7-.7-1.7-1.7 0-.9.8-1.6 1.7-1.6zm3.9 2.2h.6c.3 0 .6-.2.6-.6 0-.3-.2-.6-.6-.6-.3 0-.6.2-.6.6v.6zm.5-2.2c.9 0 1.7.7 1.7 1.7 0 .9-.7 1.7-1.7 1.7h-1.7v-1.7c.1-1 .8-1.7 1.7-1.7z' fill='%23fff'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.title-image-text-box-component.light-dark-theme > div {
  display: inline-block;
}

.title-image-text-box-component.light-dark-theme .list-group.with-links {
  display: inline-block;
}

.title-image-text-box-component.light-dark-theme .list-group.with-links .list-group-item {
  padding: 0;
}

.title-image-text-box-component.light-dark-theme .list-group.with-links .list-group-item a {
  color: #002f5f;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 989px) {
  .title-image-text-box-component.light-dark-theme .list-group.with-links .list-group-item a {
    font-size: 16px;
  }
}

.title-image-text-box-component .btn {
  display: table;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0;
  width: 250px;
}

@media (min-width: 768px) {
  .title-image-text-box-component .btn {
    _float: right;
    _padding: 0 70px;
  }
}

.title-image-text-box-component .list-group {
  margin: 0;
  padding: 10px 0;
}

.title-image-text-box-component .list-group:not(.with-links) {
  padding: 0;
}

.title-image-text-box-component .list-group:not(.with-links) .list-group-item:before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 15px 2px 0;
  width: 8px;
}

.title-image-text-box-component .list-group .list-group-item {
  background: none;
  border: 0;
  font-size: 18px;
  padding: 7.5px 0;
  position: relative;
}

.title-image-text-box-component .list-group .list-group-item a {
  background: transparent;
  display: block;
  font-size: 18px;
  text-decoration: underline;
}

.title-image-text-box-component .list-group .list-group-item a:hover, .title-image-text-box-component .list-group .list-group-item a:focus {
  text-decoration: none;
}

.information-smallbox-component {
  background: #fff;
  border: 1px solid #d6d6d6;
  display: table;
  margin: 40px auto;
  width: 100%;
}

.information-smallbox-component .panel-heading {
  border: 0;
  color: #002f5f;
  display: table;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  padding: 35px 20px 10px 95px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .information-smallbox-component .panel-heading {
    padding-right: 30px;
    padding-left: 110px;
  }
}

.information-smallbox-component .panel-heading img {
  position: absolute;
  left: 15px;
  top: 20px;
  width: 60px;
}

@media (min-width: 768px) {
  .information-smallbox-component .panel-heading img {
    left: 30px;
  }
}

.information-smallbox-component .panel-body {
  font-size: 16px;
  padding: 20px 20px 30px;
  position: relative;
}

@media (min-width: 768px) {
  .information-smallbox-component .panel-body {
    padding: 20px 30px 30px;
  }
}

.information-smallbox-component .panel-body p {
  color: #aeadad;
  font-size: 16px;
  margin-bottom: 15px;
}

.information-smallbox-component .panel-body a {
  color: #002f5f;
  text-decoration: underline;
}

.information-smallbox-component .panel-body a:hover, .information-smallbox-component .panel-body a:focus {
  color: #9b9a9b;
  text-decoration: none;
}

.information-smallbox-component .panel-body .btn {
  height: 70px;
  line-height: 70px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .information-smallbox-component .panel-body .btn {
    float: right;
    margin: 10px 0 0 20px;
    padding: 0 70px;
  }
}

.information-smallbox-component .panel-body .btn.btn-primary {
  background: #fff;
  border: 1px solid #002f5f;
  color: #002f5f;
}

.information-smallbox-component .panel-body .btn.btn-primary:hover, .information-smallbox-component .panel-body .btn.btn-primary:focus {
  background: #6892BE;
  border-color: #6892BE;
  color: #fff;
}

.information-smallbox-component .panel-body ul, .information-smallbox-component .panel-body ol, .information-smallbox-component .panel-body .list-group {
  display: table;
  margin: 0;
}

.information-smallbox-component .panel-body ul:not(.with-links) li, .information-smallbox-component .panel-body ul:not(.with-links) .list-group-item, .information-smallbox-component .panel-body ol:not(.with-links) li, .information-smallbox-component .panel-body ol:not(.with-links) .list-group-item, .information-smallbox-component .panel-body .list-group:not(.with-links) li, .information-smallbox-component .panel-body .list-group:not(.with-links) .list-group-item {
  color: #aeadad;
}

.information-smallbox-component .panel-body ul:not(.with-links) li:before, .information-smallbox-component .panel-body ul:not(.with-links) .list-group-item:before, .information-smallbox-component .panel-body ol:not(.with-links) li:before, .information-smallbox-component .panel-body ol:not(.with-links) .list-group-item:before, .information-smallbox-component .panel-body .list-group:not(.with-links) li:before, .information-smallbox-component .panel-body .list-group:not(.with-links) .list-group-item:before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 15px 2px 0;
  width: 8px;
}

.information-smallbox-component .panel-body ul li, .information-smallbox-component .panel-body ul .list-group-item, .information-smallbox-component .panel-body ol li, .information-smallbox-component .panel-body ol .list-group-item, .information-smallbox-component .panel-body .list-group li, .information-smallbox-component .panel-body .list-group .list-group-item {
  background: none;
  border: 0;
  color: #002f5f;
  padding: 10px 0;
  position: relative;
}

.information-smallbox-component .panel-body ul li a, .information-smallbox-component .panel-body ul .list-group-item a, .information-smallbox-component .panel-body ol li a, .information-smallbox-component .panel-body ol .list-group-item a, .information-smallbox-component .panel-body .list-group li a, .information-smallbox-component .panel-body .list-group .list-group-item a {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIj48cGF0aCBmaWxsPSIjMWEzMjVlIiBkPSJNLjEgMS40TDEuNCAwIDggNi41IDEuNCAxMyAwIDExLjZsNS4yLTUuMXoiLz48L3N2Zz4=") no-repeat 98% 50%;
  color: #002f5f;
  display: block;
  font-weight: 500;
  padding-right: 40px;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.information-smallbox-component .panel-body ul li a:hover, .information-smallbox-component .panel-body ul li a:focus, .information-smallbox-component .panel-body ul .list-group-item a:hover, .information-smallbox-component .panel-body ul .list-group-item a:focus, .information-smallbox-component .panel-body ol li a:hover, .information-smallbox-component .panel-body ol li a:focus, .information-smallbox-component .panel-body ol .list-group-item a:hover, .information-smallbox-component .panel-body ol .list-group-item a:focus, .information-smallbox-component .panel-body .list-group li a:hover, .information-smallbox-component .panel-body .list-group li a:focus, .information-smallbox-component .panel-body .list-group .list-group-item a:hover, .information-smallbox-component .panel-body .list-group .list-group-item a:focus {
  background-position: 100% 50%;
  color: #9b9a9b;
}

.confirmation-page-component {
  background: #6892be;
  bottom: 0;
  left: 0;
  padding: 0 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.confirmation-page-component > div {
  background: #fff;
  border-radius: 10px;
  margin-top: 70px;
  margin-bottom: 70px;
  max-width: 750px;
  padding: 60px;
}

.confirmation-page-component > div p {
  font-size: 16px;
}

.confirmation-page-component > div p.highlight {
  color: #aeadad;
  font-size: 18px;
}

@media (min-width: 768px) {
  .confirmation-page-component > div p {
    padding: 0 70px;
  }
}

.confirmation-page-component > div h2 + p {
  margin-bottom: 40px;
}

.confirmation-page-component > div strong {
  font-weight: 500;
}

.confirmation-page-component > div .btn {
  height: 70px;
  line-height: 70px;
  padding: 0 70px;
}

.rewards-information-box-component {
  background: #fff;
  border: 1px solid #002f5f;
  display: table;
  margin: 40px auto;
  width: 100%;
}

.rewards-information-box-component .panel-heading {
  border: 0;
  color: #002f5f;
  display: table;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  padding: 20px 20px 10px 56px;
  position: relative;
  width: 100%;
}

.rewards-information-box-component .panel-heading img {
  position: absolute;
  height: 36px;
  left: 15px;
  width: 36px;
}

@media (min-width: 768px) {
  .rewards-information-box-component .panel-heading span {
    float: right;
  }
}

.rewards-information-box-component .panel-body {
  font-size: 16px;
  padding: 20px;
  position: relative;
}

.rewards-information-box-component .panel-body p {
  font-size: 16px;
  font-style: italic;
  color: #9b9a9b;
}

.rewards-information-box-component .panel-body p.highlight {
  font-style: normal;
  font-weight: 500;
}

.rewards-information-box-component .panel-body .btn {
  height: 70px;
  line-height: 70px;
  padding: 0 70px;
}

@media (min-width: 768px) {
  .rewards-information-box-component .panel-body .btn {
    float: right;
  }
}

.rewards-information-box-component .panel-body .list-group {
  display: table;
  margin: 0;
  padding-top: 10px;
}

.rewards-information-box-component .panel-body .list-group .list-group-item {
  background: none;
  border: 0;
  color: #002f5f;
  padding: 10px 0;
  position: unset;
}

.rewards-information-box-component .panel-body .list-group .list-group-item a {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIj48cGF0aCBmaWxsPSIjMWEzMjVlIiBkPSJNLjEgMS40TDEuNCAwIDggNi41IDEuNCAxMyAwIDExLjZsNS4yLTUuMXoiLz48L3N2Zz4=") no-repeat 98% 50%;
  color: #002f5f;
  display: block;
  font-weight: 500;
  padding-right: 40px;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.rewards-information-box-component .panel-body .list-group .list-group-item a:hover, .rewards-information-box-component .panel-body .list-group .list-group-item a:focus {
  background-position: 100% 50%;
  color: #9b9a9b;
}

#genericCarousel {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  #genericCarousel:hover .slick-arrow {
    opacity: .5 !important;
  }
}

#genericCarousel .slick-track {
  margin: auto;
}

#genericCarousel .slick-arrow {
  opacity: 0 !important;
}

#genericCarousel .slick-prev {
  left: 0;
}

#genericCarousel .slick-next {
  right: 0;
}

#genericCarousel .slick-dots {
  bottom: 0;
}

#genericCarousel .slick-dots li, #genericCarousel .slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

#genericCarousel .slick-dots li {
  border: 2px solid #002f5f;
}

#genericCarousel .slick-dots li.slick-active {
  background: #002f5f;
}

#genericCarousel .slick-prev, #genericCarousel .slick-next {
  top: 20%;
  min-height: 200px;
  max-height: 300px;
  z-index: 1;
  width: 60px;
  background: rgba(0, 47, 95, 0.05);
  overflow: hidden;
}

#genericCarousel .slick-prev:after, #genericCarousel .slick-prev:before, #genericCarousel .slick-next:after, #genericCarousel .slick-next:before {
  content: '';
}

#genericCarousel .slick-prev svg, #genericCarousel .slick-next svg {
  position: absolute;
  top: 40%;
  left: 30%;
  color: #9b9a9b;
}

#genericCarousel .slick-slide {
  background: #fff;
  min-height: 200px;
  max-height: 300px;
  padding: 20px 10px;
  margin: 50px 10px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
}

#genericCarousel .slick-slide img {
  margin: auto;
}

#genericCarousel .slick-slide p {
  margin-top: 20px;
  color: #002f5f;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}

#genericCarousel .slick-slide p strong {
  display: block;
  font-size: 28px;
}

#videoListComponent {
  _margin: 5% 0;
  position: relative;
  text-align: center;
  padding: 10px 0;
}

#videoListComponent[data-frame-visible="true"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: solid #37c478;
  border-width: 8px 0 0 8px;
  width: 60px;
  height: 60px;
}

#videoListComponent .videoContainer {
  margin: 10px 0;
}

@media (max-width: 768px) {
  #videoListComponent .videoContainer {
    display: inline-block;
  }
}

#videoListComponent .videoContainer .videoEmbedded {
  width: 100%;
  display: inline-block;
  background: #fff;
  padding: 15px;
  _margin: 20px 0;
  box-sizing: border-box;
  box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.1);
}

#videoListComponent .videoContainer .videoEmbedded iframe {
  max-width: 100%;
  border: none;
  display: block;
}

#videoListComponent .videoContainer h3 {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  #videoListComponent .videoContainer h3 {
    margin: 10px 0;
  }
}

#videoListComponent .videoContainer p.lead {
  font-weight: 400;
  color: #9b9a9b;
  font-size: 12pt;
  text-align: left;
  width: 620px;
  margin: auto;
}

@media (max-width: 640px) {
  #videoListComponent .videoContainer p.lead {
    width: 100%;
    padding: 0 20px;
  }
}

#videoListComponent.two-column {
  clear: both;
  display: table;
}

#videoListComponent.two-column .videoContainer {
  width: 50%;
  float: left;
  /* media queries for 678px */
}

@media (min-width: 769px) {
  #videoListComponent.two-column .videoContainer:first-child, #videoListComponent.two-column .videoContainer:nth-child(1) {
    padding-right: 20px;
  }
}

@media (min-width: 769px) {
  #videoListComponent.two-column .videoContainer:last-child {
    padding-left: 20px;
  }
}

#videoListComponent.two-column .videoContainer h3 {
  min-height: 50px;
  max-height: 50px;
}

#videoListComponent.two-column .videoContainer .videoEmbedded iframe {
  min-height: 300px;
}

#videoListComponent.two-column .videoContainer p.lead {
  max-width: 100%;
  padding: 0 20px;
}

@media (max-width: 768px) {
  #videoListComponent.two-column .videoContainer {
    width: 100%;
    float: none;
  }
  #videoListComponent.two-column .videoContainer h3 {
    min-height: auto;
  }
  #videoListComponent.two-column .videoContainer p.lead {
    padding: 0;
  }
}

.image-text-card-component {
  box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.1);
  display: table;
  margin: 40px auto;
  padding: 30px;
  width: 100%;
  position: relative;
}

.image-text-card-component[data-frame-visible="true"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: solid #f7e63b;
  border-width: 8px 0 0 8px;
  width: 60px;
  height: 60px;
}

@media (min-width: 768px) {
  .image-text-card-component[data-frame-visible="true"]:before {
    left: 30px;
    top: 30px;
  }
}

.image-text-card-component h2 {
  margin: 10px 0 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .image-text-card-component .card {
    padding-left: 0;
    padding-right: 0;
  }
  .image-text-card-component .card:not(:last-child) {
    padding-bottom: 80px;
  }
  .image-text-card-component .card:not(:last-child):before {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGZpbGw9IiNFOEU4RTgiIGN4PSIyLjUiIGN5PSIyLjUiIHI9IjIuNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") 16.6666666666% 5px repeat-y;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  .image-text-card-component .card .col-xs-4, .image-text-card-component .card .col-xs-8 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .image-text-card-component .card .col-xs-8 {
    padding-left: 20px;
  }
}

.image-text-card-component .panel-heading {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.image-text-card-component .panel-heading img {
  display: inline-block;
  width: 112px;
}

.image-text-card-component .panel-body {
  font-size: 16px;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 767px) {
  .image-text-card-component .panel-body {
    padding: 10px;
    text-align: center;
  }
}

.image-text-card-component .panel-body .caption {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .image-text-card-component .panel-body .caption {
    margin: 0;
  }
}

.image-text-card-component .panel-body h3 {
  font-size: 24px;
  line-height: 30px;
}

@media (min-width: 767px) {
  .image-text-card-component .panel-body h3 {
    padding: 10px 0;
  }
}

.image-text-card-component .panel-body .description {
  color: #9b9a9b;
  font-size: 16px;
}

.faq-component {
  display: table;
  margin: 40px auto;
  _padding: 0 30px;
  width: 100%;
  position: relative;
}

.faq-component[data-frame-visible="true"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: solid #6892be;
  border-width: 8px 0 0 8px;
  width: 60px;
  height: 60px;
}

.faq-component input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.faq-component input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.faq-component input[type="search"]::-webkit-search-decoration,
.faq-component input[type="search"]::-webkit-search-cancel-button,
.faq-component input[type="search"]::-webkit-search-results-button,
.faq-component input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

@media (min-width: 768px) {
  .faq-component {
    padding: 0 30px;
  }
}

.faq-component h2 {
  margin: 10px 0 60px;
  text-align: center;
}

.faq-component .search {
  background: #ededed;
  border-width: 1px 1px 0;
  margin-bottom: 40px;
  padding: 15px;
}

@media (min-width: 768px) {
  .faq-component .search {
    margin-bottom: 20px;
    padding: 20px;
  }
}

.faq-component .search .form-group {
  margin: 0;
}

.faq-component .search .form-control {
  background: #fff;
  border: 1px solid #fff;
  border-width: 1px 0 1px 1px;
  color: #002f5f;
  font-size: 16px;
  font-weight: 500;
  height: 56px;
  line-height: 56px;
  padding: 0 0 0 10px;
  transition: none;
}

@media (min-width: 768px) {
  .faq-component .search .form-control {
    padding-left: 20px;
  }
}

.faq-component .search .form-control::placeholder {
  color: #d6d6d6;
  font-weight: normal;
}

.faq-component .search .clear-search {
  background: #fff;
  border-color: #fff;
  border-width: 1px 0;
  color: #002f5f;
  padding: 4px 10px 0 20px;
}

.faq-component .search .clear-search svg {
  width: 12px;
  height: 12px;
}

.faq-component .search .clear-search:focus, .faq-component .search .clear-search:hover {
  color: #6892be;
}

.faq-component .search .search-icon {
  background: #fff;
  border: 1px solid #fff;
  border-width: 1px 1px 1px 0;
  border-left: 0;
  border-radius: 0;
  color: #666;
  height: 50px;
  line-height: 50px;
  padding: 4px 20px 0 10px;
}

.faq-component .search .form-control:focus, .faq-component .search .form-control:focus ~ .input-group-addon {
  border-color: #6892be;
}

.faq-component .faq-categories {
  background: #fff;
  box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .faq-component .faq-categories {
    margin-bottom: 50px;
  }
  .faq-component .faq-categories .dropdown select {
    color: #6892be;
  }
}

.faq-component .faq-categories .list-group {
  margin: 0;
}

.faq-component .faq-categories .list-group li {
  border: 0;
  padding: 0;
}

.faq-component .faq-categories .list-group a {
  color: #9b9a9b;
  display: block;
  padding: 10px 0;
}

.faq-component .faq-categories .list-group a:focus, .faq-component .faq-categories .list-group a:hover {
  color: #d6d6d6;
}

.faq-component .faq-categories .list-group a:active, .faq-component .faq-categories .list-group a.active {
  color: #6892be;
  font-weight: 500;
}

.faq-component .faq-categories .dropdown {
  -webkit-appearance: none;
  margin-left: -13px;
  margin-right: -8px;
  overflow: hidden;
  text-indent: 0;
  cursor: pointer;
}

.faq-component .faq-categories .dropdown:after {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzY4OTJCRTt9PC9zdHlsZT48dGl0bGU+aWNvbnMvY2hldnJvbi1yaWdodCBjb3B5PC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBpZD0iaWNvbnNfeDJGX2NoZXZyb24tcmlnaHQtY29weSI+PGcgaWQ9IlBhdGgtNDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMDAwMDAwLCA4LjAwMDAwMCkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtOC4wMDAwMDAsIC04LjAwMDAwMCkgIj48cG9seWdvbiBpZD0icGF0aC0xXzFfIiBjbGFzcz0ic3QwIiBwb2ludHM9IjE0LjMsMy4xIDE2LDQuOCA4LDEzIDAsNC43IDEuNywzIDgsOS41ICIvPjwvZz48L2c+PC9zdmc+") 0 0 no-repeat;
  content: "";
  height: 16px;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -ms-transform: rotate(90deg) translateY(0) translateX(-50%);
  transform: rotate(90deg) translateY(0) translateX(-50%);
  width: 16px;
}

@media (min-width: 768px) {
  .faq-component .faq-categories .dropdown:after {
    right: 20px;
  }
}

.faq-component .faq-categories .form-control {
  border: 0;
  box-shadow: none;
  color: #666666;
  font-size: 16px;
  width: 110%;
}

.faq-component .faq-questions {
  padding: 0;
}

@media (min-width: 768px) {
  .faq-component .faq-questions {
    padding: 0 0 0 20px;
  }
}

.faq-component .faq-questions .panel-group {
  margin-bottom: 0;
}

.faq-component .faq-questions .panel-group + .panel-group {
  margin-top: 10px;
}

.faq-component .faq-questions .panel + .panel {
  margin-top: 10px;
}

.faq-component .faq-questions .panel-heading {
  padding: 0;
}

.faq-component .faq-questions .panel-heading h3 {
  font-weight: 500;
}

.faq-component .faq-questions .panel-heading h3 a {
  background-color: #f8f8f8;
  border: 1px solid #c9c9c8;
  color: #666666;
  display: block;
  padding: 18px 30px 18px 15px;
}

@media (min-width: 768px) {
  .faq-component .faq-questions .panel-heading h3 a {
    padding-left: 20px;
    padding-right: 50px;
  }
}

.faq-component .faq-questions .panel-heading h3 a:after {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzY4OTJCRTt9PC9zdHlsZT48dGl0bGU+aWNvbnMvY2hldnJvbi1yaWdodCBjb3B5PC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBpZD0iaWNvbnNfeDJGX2NoZXZyb24tcmlnaHQtY29weSI+PGcgaWQ9IlBhdGgtNDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMDAwMDAwLCA4LjAwMDAwMCkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtOC4wMDAwMDAsIC04LjAwMDAwMCkgIj48cG9seWdvbiBpZD0icGF0aC0xXzFfIiBjbGFzcz0ic3QwIiBwb2ludHM9IjE0LjMsMy4xIDE2LDQuOCA4LDEzIDAsNC43IDEuNywzIDgsOS41ICIvPjwvZz48L2c+PC9zdmc+") 0 0 no-repeat;
  content: "";
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -ms-transform: rotate(90deg) translateY(0) translateX(-50%);
  transform: rotate(90deg) translateY(0) translateX(-50%);
  width: 16px;
}

@media (min-width: 768px) {
  .faq-component .faq-questions .panel-heading h3 a:after {
    right: 20px;
  }
}

.faq-component .faq-questions .panel-heading h3 a.collapsed {
  background-color: #fff;
  border-color: #d6d6d6;
  color: #9b9a9b;
}

.faq-component .faq-questions .panel-heading h3 a.collapsed:focus, .faq-component .faq-questions .panel-heading h3 a.collapsed:hover {
  background: #f8f8f8;
}

.faq-component .faq-questions .panel-heading h3 a.collapsed:after {
  -ms-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}

.faq-component .faq-questions .panel-body {
  background-color: #f8f8f8;
  border: 1px solid #c9c9c8;
  border-top: 0;
  color: #002f5f;
  font-size: 16px;
  padding: 15px;
}

@media (min-width: 768px) {
  .faq-component .faq-questions .panel-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.faq-component .faq-questions .panel-body p {
  font-size: 16px;
}

.faq-component .faq-questions .panel-body ul, .faq-component .faq-questions .panel-body ol, .faq-component .faq-questions .panel-body dl {
  padding-left: 40px;
}

.faq-component .faq-questions .panel-body ul li, .faq-component .faq-questions .panel-body ol li, .faq-component .faq-questions .panel-body dl li {
  list-style: inherit;
}

.faq-component .faq-questions .panel-body a {
  color: #002f5f;
  text-decoration: underline;
}

.faq-component .faq-questions .panel-body a:focus, .faq-component .faq-questions .panel-body a:hover {
  text-decoration: none;
}

.faq-component .faq-questions .no-results {
  color: #9b9a9b;
  font-size: 24px;
  font-weight: 500;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .faq-component .faq-questions .no-results {
    padding-left: 20px;
  }
}

.faq-component .faq-questions .no-results .search-query {
  color: #002f5f;
}

.faq-component .faq-questions .highlight {
  color: #002f5f;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
  padding: 20px 15px;
}

@media (min-width: 768px) {
  .faq-component .faq-questions .highlight {
    padding-left: 20px;
  }
}

.faq-component .faq-questions .highlight a {
  color: #002f5f;
  display: block;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .faq-component .faq-questions .highlight a {
    display: inline;
  }
}

.faq-component .faq-questions .highlight a:focus, .faq-component .faq-questions .highlight a:hover {
  text-decoration: none;
}

.faq-component .pagination {
  display: table;
  margin: 0 auto;
  padding: 15px;
}

.faq-component .pagination li {
  display: inline-block;
}

.faq-component .pagination li:not(:last-child) {
  margin-right: 3px;
}

.faq-component .pagination li.active a {
  background: #6892be;
  border-color: transparent;
  color: #fff;
  font-weight: 500;
}

.faq-component .pagination li a {
  border-color: #d6d6d6;
  border-radius: 21px;
  box-sizing: content-box;
  color: #b6b6b6;
  font-size: 18px;
  line-height: 40px;
  margin: 0;
  padding: 0 5px;
  text-align: center;
  min-width: 30px;
}

@media (max-width: 522px) {
  .faq-component .pagination li a {
    line-height: 35px;
    min-width: 25px;
  }
}

@media (max-width: 398px) {
  .faq-component .pagination li a {
    line-height: 30px;
    min-width: 20px;
    font-size: 16px;
  }
}

@media (max-width: 398px) {
  .faq-component .pagination li a {
    min-width: 18px;
  }
}

.faq-component .pagination li a:hover {
  border-color: transparent;
  background: #6892be;
  color: #fff;
}

.faq-component .pagination li.pagination-first a, .faq-component .pagination li.pagination-prev a, .faq-component .pagination li.pagination-next a, .faq-component .pagination li.pagination-last a {
  font-size: 40px;
  font-weight: 300;
  line-height: 34px;
  padding-bottom: 6px;
}

@media (max-width: 522px) {
  .faq-component .pagination li.pagination-first a, .faq-component .pagination li.pagination-prev a, .faq-component .pagination li.pagination-next a, .faq-component .pagination li.pagination-last a {
    line-height: 30px;
  }
}

@media (max-width: 398px) {
  .faq-component .pagination li.pagination-first a, .faq-component .pagination li.pagination-prev a, .faq-component .pagination li.pagination-next a, .faq-component .pagination li.pagination-last a {
    line-height: 25px;
  }
}

.faq-component .pagination li.pagination-first.disabled, .faq-component .pagination li.pagination-prev.disabled, .faq-component .pagination li.pagination-next.disabled, .faq-component .pagination li.pagination-last.disabled {
  visibility: hidden;
}

.faq-component .pagination li.pagination-first, .faq-component .pagination li.pagination-last {
  display: none;
}

.faq-component .alert {
  background: none;
  border: none;
  font-size: 18px;
  padding: 5px 0 5px 20px;
}

.faq-component .alert.alert-success {
  color: #4AC374;
}

.faq-component .alert.alert-danger {
  color: #f00d2d;
}

#faq-send-question {
  background-color: #fff;
  border-radius: 0;
  margin: 0 auto;
  max-width: 850px;
  padding: 30px;
  position: relative;
  width: 90%;
}

#faq-send-question .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: block;
  opacity: 1;
}

#faq-send-question .popup-close:hover {
  cursor: pointer;
}

#faq-send-question .h1 {
  color: #002f5f;
  font-size: 24px;
  margin-bottom: 0;
}

#faq-send-question p {
  font-size: 16px;
  margin-bottom: 20px;
}

#faq-send-question .form-control {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
}

#faq-send-question .form-control::placeholder {
  color: #d6d6d6;
  font-weight: normal;
}

#faq-send-question .btn {
  font-weight: 500;
  height: 70px;
  line-height: 70px;
  margin-top: 20px;
  min-width: 260px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  #faq-send-question .btn + .btn {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  #faq-send-question .scroller {
    overflow-y: visible;
    overflow-x: visible;
    max-height: initial;
  }
}

/* ==========================================================================
   FAQ Page specific styling
   ========================================================================== */
.faq-video-popup {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
  margin: 30px 0 0 0;
}

.faq-video-popup img {
  width: 100%;
}

.faq-video-popup .icon-play-button {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -44px 0 0 -44px;
  color: #fff;
  opacity: .8;
  will-change: opacity;
  transition: opacity .12s ease-in;
}

.faq-video-popup:hover .icon-play-button {
  opacity: .9;
}

@media (min-width: 768px) {
  .faq-video-popup {
    width: 272px;
    height: 154px;
    display: inline-block;
  }
}

.faq-video-mobile {
  display: block;
}

.faq-video-mobile iframe {
  width: 100%;
}

.faq-video-mobile:hover .icon-play-button {
  opacity: .9;
}

@media (min-width: 768px) {
  .faq-video-mobile {
    display: none;
  }
}

/* ==========================================================================
   Notification popup changes
   ========================================================================== */

.notification-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    width: 60%; /* Adjust width as needed */
    transform: translate(-50%, -50%);
    background-color: transparent;
    overflow: auto;
}

.notification-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* Adjust margin to position the modal vertically as desired */
    padding: 20px;
    border: 1px solid #888;
    width: 100%; /* Adjust width as needed, but 100% may be too wide based on your screenshot */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.notification-modal-header{
    padding: 2px 16px;
    color: white;
    text-align: left;
}
.notification-modal-footer {
    padding: 2px 16px;
    color: white;
    text-align: center;
}

/* Style for both confirm and cancel buttons */
.notification-btn-primary, .notification-btn-cancel {
    background-color: #002f5f; /* Blue background color */
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin: 5px;
    font-weight: bold; /* Optional: makes text bold */
    outline: none; /* Removes the outline to match the screenshot style */
}

.notification-btn-primary:hover, .notification-btn-cancel:hover {
    background-color: #004494; /* Darker blue on hover */
}

/* Optional: If you have other buttons with default styling */
.notification-btn-default {
    background-color: #f4f4f4;
    color: black;
}

.notification-modal-body {
    padding: 2px 16px; /* Add padding as needed */
    text-align: center; /* Center text if desired */
    /* ... other styling as needed ... */
}



/* ===== yeoman styles-hook do-not-remove ===== */

.global-header-list.megamenu .dropdown-menu {
    left: 0;
}

.global-header-list .dropdown-link{
float:none !important;
font-weight: normal;
padding: 0;
}

.global-header-list .dropdown-menu a,.global-header-list .dropdown-menu a:hover{
color: #666;
font-size:14px;
}
.global-header-list .megamenu-content {
	padding: 30px 20px;
	border-bottom: 1px solid #d6d6d6;
}

.global-header li a.dropdown-link {
  color: white !important;

}
.global-header-list .d-content {
    top: 12px;
    position: absolute;
    right: 8px;
}

.global-header-list .pull-right > .deals  .dropdown-menu {
 left: -350% !important;
width: 1300px;
}

.global-header-list .pull-right > .support .dropdown-menu {
 left: -850% !important;
    width: 1920px;
}

@media ( max-width : 768px) {
	.small-header-icon {
		width: 45px;
		height: 45px;
	}
.megamenu .navbar-nav {

  position: static;
}
.dropdown.support{

	display:none;
}

.dropdown.deals svg{
	left:0;
	top:-2px;
}
}

@media screen and ( min-width : 768px) and (max-width : 994px) {
	.global-header-list ul > div.pull-right > li, .global-header-list ul > div.pull-right > div {

    width: 16%;

}
}
svg.small-header-icon {
    width: 55px;
}
@media ( min-width : 768px){
.global-header-list a.link-cta:after {
    margin-top: 13px;
}
.global-header-list a.link-cta, .global-header-list a.link-cta:hover {

	color:#002f5f;
}
}

@media (min-width: 990px) {
.page-cartPage .partially-qualified-Popup {
    width: 520px!important;
  }
}
